@charset "utf-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form{
  margin: 0;
  padding: 0;
}

body{
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

@media only screen and  all and (-ms-high-contrast: none) {
	body{
		display: block;
	}
}

main{
  flex: 1;
}


h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol{
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

address, em, code, cite, dfn, var, optgroup{
  font-style: normal;
}

caption, th{
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

img{
  border: none;
  vertical-align: bottom;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: inherit;
}

input, select, textarea{
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

fieldset{
  border: none;
  margin: 0;
  padding: 0;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section{
  display: block;
  margin: 0;
  padding: 0;
}

map area{
  outline: none;
}


/* ------------------------------------------------------- base */
*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	color: #333;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-feature-settings: "pkna";
}

p{
	font-size: 160%;
	line-height: 1.8;
}

.dispPc{
	display: block;
}

.dispSp{
	display: none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

a{
    color: #333;
	text-decoration: none;
}

img{
	width: 100%;
    height: auto;
	border-style: none;
	vertical-align: bottom;
}

/* clearfix */
.clearfix::after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
}

.inner{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

.iconBlank::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 14px;
	background : url(../../backup2/gwrg/common/img/f_icon_link.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
}

.youtube{
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

p.note{
	line-height: 1.5;
	padding-left: 1.15em;
	position: relative;
}

p.note::before{
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

.listDisc,
.listNum{
    margin: 30px 0;
}

.listDisc li,
.listNum li{
    padding-left: 1.25em;
    font-size: 160%;
    line-height: 1.5;
    margin-bottom: .75em;
    counter-increment: number 1;
    position: relative;
    
}

.listDisc li::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #0073E6;
    position: absolute;
    left: .5em;
    top: .65em;
}

.listNum li::before{
  content: counter(number)'.';
  font-size: 1em;
  position: absolute;
  left: .15em;
}

.listDisc li span,
.listNum li span{
    display: block;
    font-weight: 700;
}

.inlineLink{
    word-break: break-all;
    color: #0073E6;
    text-decoration: underline;
}

.inlineLink:hover{
    opacity: 1;
    text-decoration: none;
}

.tac{
    text-align: center;
}

.tar{
    text-align: right;
}

.mb30{
    margin-bottom: 30px !important;
}

.mt30{
    margin-top: 30px !important;
}



/* ------------------------------------------------------- header */
header{
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 30px 0 0;
    z-index: 10;
    transition: all .3s;
}

header .inner{
    max-width: 1600px;
    width: 95%;
    height: 100%;
}

header .hHead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.hLogo .otherLogos{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.hLogo .otherLogos a{
    height: 18px;
    margin-right: 10px;
}

.hLogo .otherLogos a:nth-child(2){
    height: 38px;
}

.hLogo .otherLogos a:hover{
    opacity: .8;
}

.hLogo .otherLogos a img{
    width: auto;
    height: 100%;
}

.hLogo > a{
    display: block;
    width: 340px;
    height: 39px;
}

.hLogo > a:hover{
    opacity: .8;
}

.hLogo > a h1{
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background : url(gwrg_logo.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 100% auto;
}

.hNav{
    position: relative;
}

.hContentsHead{
    display: flex;
    align-items: center;
}

.hContentsHead .xBnr{
    display: inline-block;
    height: 28px;
    margin-right: 15px;
}

.hContentsHead .xBnr:hover{
    opacity: .8;
}

.hContentsHead .xBnr img{
    height: 100%;
}

.hContentsHead .xBnr img:nth-child(2){
    display: none;
}


.hContentsHead .fontSize{
    display: table;
    margin-right: 15px;
}

.hContentsHead .fontSize span{
    display: table-cell;
    vertical-align: middle;
    font-size: 150%;
    padding-right: 10px;
}

.hContentsHead .fontSize ul{
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
}

.hContentsHead .fontSize ul li{
    display: inline-block;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    line-height: 1;
    color: #333;
    padding: .5em;
    background-color: #eee;
    border-radius: 5px;
    cursor: pointer;
}

.hContentsHead .fontSize ul li.current{
    color: #fff;
    background-color: #0073E6;
}

.hContentsHead .gSearch{
    margin-right: 15px;
}

.hContentsHead .linkLang{
    display: inline-block;
    font-size: 150%;
    text-decoration: underline;
}

.hContentsHead .linkLang:hover{
    text-decoration: none;
    color: #0073E6;
}

.hContentsHead .linkLang::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0073E6;
    border-right: 1px solid #0073E6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -3px;
}

.hNavPc{
    margin-top: 30px;
    transition: all .3s;
}

.hNavPc nav ul{
    display: flex;
    justify-content: center;
    background-color: #0073E6;
}

.hNavPc nav ul li{
    display: inline-block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    font-size: 160%;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

/* .hNavPc nav ul li:first-child{
    margin-left: 0;
}

.hNavPc nav ul li:last-child{
    margin-right: 0;
} */

.hNavPc nav ul li:first-child::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hNavPc nav ul li::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* .hNavPc nav ul li:last-child::after{
    content: none;
} */

.hNavPc nav ul li a{
    display: block;
    color: #fff;
    padding: 1em 2.5em;
    transition: all .1s;
}

.hNavPc nav ul li a:hover{
    color: #333;
    background-color: #ccc;
}








/* googleサイト内検索 - start */
.gSearch form{
    font-size: 130%;
    line-height: 1;
    padding: .25em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.gSearch form input[type="text"]{
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    max-width: 150px;
}

.gSearch form input[type="submit"]{
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    background : url(icon_search.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 100%;
    border: none;
    cursor: pointer;
}




table.gsc-search-box{
    margin: 0 !important;
}

.gsc-control-cse{
    padding: 0 !important;
}

table.gsc-search-box td.gsc-input{
    padding: 0 !important;
}

form.gsc-search-box{
    margin: 0 !important;
}

.gsc-search-button-v2{
    padding: 7px !important;
}

.gsc-input-box{
    padding: 0 !important;
}
/* googleサイト内検索 - end */


.hNav nav{
    padding-top: 35px;
}

.hNav nav > ul{
    text-align: right;
}

.hNav nav > ul > li{
    display: inline-block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    margin-left: 1.75em;
    margin-top: 1em;
}

.hNav nav > ul > li > a{
    display: block;
    transition: all .3s;
}

.hNav nav > ul > li > a:hover{
    color: #0073E6;
}

#nav-input{
  display: none;
}

header.is-animation{
    height: auto;
    min-height: 67px;
    padding: 20px 0 0;
}

header.is-animation .hNavPc{
    margin-top: 20px;
}



.hContents{
    display: none;
}

@media only screen and (max-width:1270px){
    .hContentsHead .xBnr img:first-child{
        display: none !important;
    }

    .hContentsHead .xBnr img:nth-child(2){
        display: block;
    }
    
    .hContentsHead .linkLang{
        font-size: 140%;
    }
}

@media only screen and (max-width:1170px){
    .hLogo{
        display: block;
    }
    
    .hLogo .otherLogos{
        margin-bottom: 10px;
    }
    
    .hContentsHead{
        margin-top: 30px;
    }
}

@media only screen and (max-width:1000px){
    header{
        padding: 30px 0;
    }
    
    header.is-animation{
        padding: 20px 0;
    }
    
    .hLogo > a{
        width: 300px;
        height: 34px;
    }
    
    .hLogo .otherLogos a{
        height: 15px;
    }
    
    .hLogo .otherLogos a:nth-child(2){
        height: 28px;
    }
    
    .hContentsHead,
    .hNavPc{
        display: none;
    }
    
    /*ハンバーガーメニュー
	ヘッダーまわりはサイトに合わせて調整してください*/
	#nav-drawer{
		position: absolute;
		top: 61px;
		right: 15px;
		width: 50px;
		height: 50px;
		border-radius: 5px;
        transition: all .3s;
	}
    
    header.is-animation #nav-drawer{
        top: 51px;
    }
    
    .hContents{
        display: block;
    }

	/*チェックボックス等は非表示に*/
	.nav-unshown{
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open{
	  	display: inline-block;
	  	width: 100%;
	  	vertical-align: middle;
	}
    
    #nav-open img{
        display: block;
    }

	/*閉じる用の薄黒カバー*/
	#nav-close{
	  	display: none;/*はじめは隠しておく*/
	  	position: fixed;
	  	z-index: 99;
	  	top: 0;/*全体に広がるように*/
	  	left: 0;
	  	width: 100%;
	  	height: 100%;
	  	background: black;
	  	opacity: 0;
	  	transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content{
	  	overflow: auto;
	  	position: fixed;
	  	top: 0;
	  	left: 0;
	  	z-index: 9999;/*最前面に*/
	  	width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
	  	max-width: 330px;/*最大幅（調整してください）*/
	  	height: 100%;
	  	background: rgba(255,255,255,.95);/*背景色*/
	  	transition: .3s ease-in-out;/*滑らかに表示*/
	  	-webkit-transform: translateX(-105%);
	  	transform: translateX(-105%);/*左に隠しておく*/
		/* margin-top: 108px; */
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close{
	  	display: block;/*カバーを表示*/
	  	opacity: .5;
		/* margin-top: 108px; */
	}

	#nav-input:checked ~ #nav-content{
	  	-webkit-transform: translateX(0%);
	  	transform: translateX(0%);/*中身を表示（右へスライド）*/
	  	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	
	#top header.is-animation #nav-content{
		background-color: rgba(255,255,255,.95);
		border: none;
	}
    
    .hNav nav{
        padding: 0;
    }
    
    .hNav nav > ul{
        text-align: left;
    }
    
    .hNav nav ul li{
        display: block;
        width: 100%;
        font-size: 150%;
        border-bottom: 1px dotted #ccc;
        margin: 0;
    }
    
    .hNav nav ul li a{
        width: 100%;
        padding: 1.5em 1em;
    }
    
    .hNav nav ul li a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 1px solid #0073E6;
        border-right: 1px solid #0073E6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 8px;
        margin-top: -3px;
    }
    
    .hNav .hContentsHead{
        position: static;
    }
    
    .hNav .hContentsHead{
        display: block;
        padding: 15px 10px;
        text-align: center;
        margin: 0;
    }
    
    .hNav .hContentsHead .xBnr{
        vertical-align: middle;
        width: 28px;
        margin-right: 10px;
    }
    
    .hNav .hContentsHead .fontSize{
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    
    .hNav .hContentsHead .gSearch{
        padding: 0 10px;
        margin: 10px 0;
    }
    
    .gSearch form input[type="text"]{
        max-width: 75%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



/* ------------------------------------------------------- main */
main{
    padding-top: 200px;
}

#top main .inner{
    max-width: 1400px;
}

.breadcrumb{
	margin-top: 30px;
}

.breadcrumb ul li{
	display: inline-block;
	font-size: 140%;
	margin-right: 12px;
}

.breadcrumb ul li:last-child{
    padding: .25em .75em;
    background-color: #E1EFFC;
    border-radius: 50px;
}

.breadcrumb ul li::after{
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 12px;
    margin-top: -3px;
    
}

.breadcrumb ul li:last-child::after{
	content: none;
}

.breadcrumb ul li a{
	color: #333;
	text-decoration: underline;
}

.breadcrumb ul li a:hover{
	opacity: 1;
	text-decoration: none;
}


.topHero p{
    margin-top: 30px;
}


.topSiteName{
    margin-top: 30px;
}

.topSiteName p{
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    color: #fff;
    padding: .75em 1em;
    background-color: #333;
}

#topPickup{
    padding: 60px 0;
    /* background: url("../images/bg_parts_01.gif"); */
    position: relative;
}

#topPickup::before{
    content: '';
    width: 100%;
    height: 108px;
    /* background: url("../images/bg_parts_01.gif"); */
    position: absolute;
    left: 0;
    top: -108px;
    z-index: -1;
}

#topPickup h3{
    font-size: 340%;
    line-height: 1.5;
    padding-left: .65em;
    border-left: 6px solid #0073E6;
    margin-bottom: 1em;
}

#topPickup h3 span{
    display: inline-block;
    font-size: 41.117%;
    margin-left: 1em;
}

.pickupList ul li{
    float: left;
    width: 25%;
    padding: 0 20px;
}

.pickupList ul li a{
    display: block;
    height: 100%;
    background-color: #0073E6;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
}

.pickupList ul li a figure{
    height: 180px;
    overflow: hidden;
}

.pickupList ul li a figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.pickupList ul li a:hover figure img{
    transform: scale(1.1);
}

.pickupList ul li a .txtContents{
    min-height: 60px;
    padding: 15px 20px;
}

.pickupList ul li a .txtContents p{
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    padding-left: 1em;
    position: relative;
}

.pickupList ul li a:hover .txtContents p{
    text-decoration: underline;
}

.pickupList ul li a .txtContents p::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: .58em;
}

.pickupList .slick-dots li{
    float: none;
    width: auto;
    padding: 0;
}

.slick-prev::before,
.slick-next::before{
    color: #333;
}

.slick-dots{
    bottom: -45px;
}

#topAbout{
    padding: 120px 0 200px;
}

#topAbout .inner{
    position: relative;
}

/* #topAbout .inner::after{
    content: '';
    display: inline-block;
    width: 624px;
    height: 147px;
    background: url("../images/top_about_parts_01.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
} */

.topAboutContents .txtContents{
    float: left;
    width: 50%;
    position: relative;
    z-index: 1;
}

.topAboutContents .txtContents p{
    margin-bottom: 1em;
}

.topAboutContents .txtContents p:last-child{
    margin: 0;
}

.topAboutContents figure{
    float: right;
    width: 45%;
}

#topAbout h3{
    font-size: 340%;
    line-height: 1.5;
    padding-left: .65em;
    border-left: 6px solid #0073E6;
    margin-bottom: 1.25em;
}

#topMenu{
    padding-bottom: 180px;
    position: relative;
}

/* #topMenu::after{
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    background: url("../images/bg_parts_01.gif");
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
} */

.topMenuContainer{
    float: left;
    width: 47.5%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -80px;
}

.topMenuContainer figure img{
    aspect-ratio: 550 / 400;
    object-fit: cover;
}

.topMenuContainer:nth-of-type(2){
    float: right;
    margin-top: 80px;
}

.topMenuContainer .txtContents{
    padding: 50px;
}

.topMenuContainer .txtContents .topMenuTit h3{
    font-size: 340%;
    line-height: 1.5;
    padding-left: .65em;
    border-left: 6px solid #0073E6;
    margin-bottom: .75em;
}

.topMenuContainer .txtContents .topMenuTit h3 span{
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 41.176471%;
    font-weight: 700;
    line-height: 1;
    margin-left: 1em;
}

/* .topMenuContainer .txtContents .topMenuTit h3 span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: #0073E6;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: -3px;
} */



.topMenuLinks{
    margin-top: 40px;
}

.topMenuLinks ul li a{
    display: inline-block;
    font-size: 160%;
    font-weight: bold;
    line-height: 1;
    padding-left: 30px;
    margin-bottom: 1.5em;
    transition: all .2s;
    position: relative;
}

.topMenuLinks ul li a::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: linear-gradient(to right, #0073E6, #007f9b) #0073E6;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}

.topMenuLinks ul li a::after{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.topMenuLinks ul li a:hover{
    color: #0073E6;
    padding-left: 33px;
}

.topMenuLinks ul li a:hover::before{
    width: 30px;
    height: 30px;
    left: -3px;
}

#topRecruit{
    max-width: 1920px;
    padding-bottom: 120px;
    background-color: #0d7ba3;
    margin: 0 auto;
}

.topRecruitHead{
    display: flex;
    justify-content: space-between;
}

.topRecruitHead figure{
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -200px;
}

.topRecruitHead .txtContents{
    width: 65%;
    margin-top: 120px;
}

.topRecruitHead figure img{
    height: 100%;
    aspect-ratio: 672 / 905;
    object-fit: cover;
}

.topRecruitHead .txtContents .topRecruitTit h3{
    font-size: 340%;
    line-height: 1.5;
    color: #fff;
    padding-left: .65em;
    border-left: 6px solid #e3c122;
    margin-bottom: .6em;
}

.topRecruitHead .txtContents .topRecruitTit h3 span{
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 41.176471%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-left: 1em;
}

/* .topRecruitHead .txtContents .topRecruitTit h3 a:hover span{
    color: #e3c122;
}

.topRecruitHead .txtContents .topRecruitTit h3 a span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: #e3c122;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: -3px;
} */

.topRecruitHead .txtContents p{
    color: #fff;
}

.topRecruitLinks{
    margin-top: 50px;
}

.topRecruitLinks ul{
    display: flex;
    justify-content: space-between;
}

.topRecruitLinks ul li{
    width: 31.5%;
}

.topRecruitLinks ul li a{
    display: block;
    font-size: 160%;
    font-weight: bold;
    line-height: 1;
    padding: 1.5em 1.75em;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    transition: all .3s;
}

.topRecruitLinks ul li a:hover{
    background-color: #e3c122;
}

.topRecruitLinks ul li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0d7ba3;
    border-right: 1px solid #0d7ba3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}

.topRecruitLinks ul li a:hover::after{
    right: 20px;
}

#topNews{
    max-width: 1920px;
    padding: 120px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}

.topNewsContents .topNewsHead{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
}

.topNewsContents .topNewsHead h3{
    font-size: 340%;
    line-height: 1.5;
    padding-left: .65em;
    border-left: 6px solid #0073E6;
}

.topNewsContents .topNewsHead h3 span{
    display: inline-block;
    font-size: 41.117%;
    margin-left: 1em;
}

.topNewsContents .topNewsHead a.moreLink{
    display: inline-block;
    font-size: 160%;
    text-decoration: underline;
}

.topNewsContents .topNewsHead a:hover.moreLink{
    color: #0073E6;
    text-decoration: none;
}

.topNewsContents .topNewsHead a.moreLink::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0073E6;
    border-right: 1px solid #0073E6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -3px;
}

.moreLinkWrapperSp{
    display: none;
}

.topNewsContents .container ul li{
    display: table;
    width: 100%;
    padding: 25px 20px;
    border-top: 1px solid #ccc;
}

.topNewsContents .container ul li:last-child{
    border-bottom: 1px solid #ccc;
}

.topNewsContents .container ul li span{
    display: table-cell;
    vertical-align: middle;
    font-size: 140%;
    color: #0073E6;
    width: 10em;
}

.topNewsContents .container ul li p{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
}

.topNewsContents .container ul li p a{
    text-decoration: underline;
    margin: 0 .25em;
}

.topNewsContents .container ul li p a:hover{
    color: #0073E6;
    text-decoration: none;
}

#topLinks{
    padding: 80px 0;
    /* background: url("../images/bg_parts_01.gif"); */
}

#topLinks .pickupList ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#topLinks .pickupList ul li{
    float: none;
    padding: 20px;
}

/* @media only screen and (max-width:1560px){
    .topHero .topHeroTxt h2.mainCatch{
        font-size: 4.103vw;
    }
} */

@media only screen and (max-width:1200px){
    .topHero{
        height: 540px;
    }
    
    .topHero .topHeroTxt h2.mainCatch{
        font-size: 540%;
    }
}

@media only screen and (max-width:1000px){
    main{
        padding-top: 132px;
    }
    
    .topHero{
        height: 500px;
    }
    
    .topHero .topHeroTxt h2.mainCatch{
        font-size: 500%;
    }
    
    .topMenuContainer .txtContents{
        padding: 30px;
    }
    
    .topMenuContainer .txtContents .topMenuTit h3{
        font-size: 300%;
    }
}






/* ------------------------------------------------------- footer */
footer{
    padding: 50px 0;
}

footer .inner{
    max-width: 1400px;
}

.fSitemap{
    float: right;
    width: 100%;
    max-width: 400px;
}

.fSitemap3Col{
    float: right;
    display: flex;
    justify-content: flex-end;
}

.fSitemap3Col .container{
    margin-left: 50px;
}

.fSitemap3Col .container:first-child{
    margin-left: 0;
}

.fSitemap3Col .container ul{
    margin-bottom: 30px;
}

.fSitemap3Col .container ul li.menuPrimary{
    font-size: 160%;
    font-weight: 700;
    line-height: 1.5;
    padding: .25em 0 .25em .5em;
    border-left: 4px solid #0073E6;
    margin: 0;
}

.fSitemap3Col .container ul li.menuPrimary a{
    transition: all .1s;
}

.fSitemap3Col .container ul li.menuPrimary a:hover{
    color: #0073E6;
}

/* .fSitemap3Col .container ul li.menuPrimary a::before{
    content: none;
} */

.fSitemap3Col .container ul li{
    font-size: 150%;
    line-height: 1.5;
    margin-top: .5em;
}

.fSitemap3Col .container ul li a{
    transition: all .1s;
}

.fSitemap3Col .container ul li a:hover{
    color: #0073E6;
    text-decoration: underline;
}

/* .fSitemap3Col .container ul li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0073E6;
    border-right: 1px solid #0073E6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -3px;
} */

.fInfo{
    float: left;
}

.fInfo > a{
    display: block;
    font-size: 180%;
    font-weight: 700;
    margin-bottom: 15px;
}

.fInfo p{
    font-size: 150%;
    line-height: 1.5;
    margin-bottom: 15px;
}

.fInfo .snsLinks ul li{
    display: inline-block;
    margin-right: 10px;
}

.fInfo .snsLinks ul li:last-child{
    margin: 0;
}

.fInfo .snsLinks ul li a{
    display: block;
    width: 34px;
    height: 34px;
    transition: all .3s;
}

.fInfo .snsLinks ul li a:hover{
    opacity: .8;
}

.fSitemap ul{
    display: flex;
    flex-wrap: wrap;
}

.fSitemap ul li{
    width: 50%;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.25em;
}

.fSitemap ul li a{
    display: inline-block;
    transition: all .3s;
}

.fSitemap ul li a:hover{
    color: #0073E6;
}

.fSitemap ul li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0073E6;
    border-right: 1px solid #0073E6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -3px;
}

.copyright{
    margin-top: 60px;
    text-align: center;
}

.copyright span{
    font-size: 130%;
    line-height: 1.5;
}

#page_top_fixed{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #ef3f98;
    opacity: 0.6;
}

#page_top_fixed a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}

#page_top_fixed a::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top_fixed a::after{
    content: 'TOP';
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}



@media only screen and (max-width:1140px){
    .fSitemap3Col{
        float: none;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    
    .fSitemap3Col .container{
        width: 100%;
    }
    
    .fSitemap3Col .container ul li{
        width: 100%;
        padding: .35em .8em;
        border-bottom: 1px dotted #0073E6;
    }
    
    .fInfo{
        float: none;
        text-align: center;
    }
    
    .fInfo > a{
        display: inline-block;
    }
}










/* -------------------------------------------------------

以降 tab / sp

------------------------------------------------------- */
@media only screen and (max-width:810px){
    p{
        font-size: 150%;
    }
    
    .listDisc li,
    .listNum li{
        font-size: 150%;
    }
    
    .breadcrumb ul li{
        margin-bottom: 5px;
    }
    
    .breadcrumb ul li:last-child{
        padding: .25em .5em;
        border-radius: 5px;
    }
    
    .topHero{
        height: 420px;
    }
    
    .topHero .topHeroImg{
        width: 70vw;
    }
    
    .topHero .topHeroTxt h2.mainCatch{
        font-size: 420%;
        line-height: 1.25;
    }
    
    .topSiteName p{
        font-size: 160%;
    }
    
    #topPickup::before{
        height: 54px;
        top: -54px;
    }
    
    #topPickup h3{
        font-size: 280%;
    }
    
    #topPickup h3 span{
        font-size: 42.857143%;
    }
    
    #topAbout h3{
        font-size: 280%;
    }
    
    #topAbout .inner::after{
        width: 320px;
        height: 75px;
        bottom: -10px;
    }
    
    .topMenuContainer .txtContents{
        padding: 25px;
    }
    
    .topMenuContainer .txtContents .topMenuTit span{
        font-size: 120%;
    }
    
    .topMenuContainer .txtContents .topMenuTit span::before{
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }
    
    .topMenuContainer .txtContents .topMenuTit h3{
        font-size: 280%;
    }
    
    .topMenuLinks ul li a{
        font-size: 150%;
        padding-left: 28px;
    }
    
    .topMenuLinks ul li a::before{
        width: 22px;
        height: 22px;
    }
    
    .topMenuLinks ul li a::after{
        left: 7px;
    }
    
    .topRecruitHead .txtContents{
        margin-top: 80px;
    }
    
    .topRecruitHead .txtContents .topRecruitTit span{
        font-size: 120%;
    }
    
    .topRecruitHead .txtContents .topRecruitTit span::before{
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }
    
    .topRecruitHead .txtContents .topRecruitTit h3{
        font-size: 280%;
    }
    
    .topRecruitLinks{
        margin-top: 40px;
    }
    
    .topRecruitLinks ul{
        flex-wrap: wrap;
    }
    
    .topRecruitLinks ul li{
        width: 49%;
        margin-bottom: 2%;
    }
    
    .topRecruitLinks ul li a{
        font-size: 150%;
    }
    
    #topRecruit{
        padding-bottom: 50px;
    }
    
    #topNews{
        padding: 100px 0;
    }
    
    .topNewsContents .topNewsHead{
        float: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 20px;
    }
    
    .topNewsContents .topNewsHead h3{
        font-size: 280%;
    }
    
    .topNewsContents .topNewsHead h3 span{
        font-size: 42.857143%;
    }
    
    .topNewsContents .topNewsHead a.moreLink{
        font-size: 150%;
    }
    
    .topNewsContents .container{
        float: none;
        width: 100%;
    }
    
    .topNewsContents .container ul li{
        padding: 20px;
    }
    
    .topNewsContents .container ul li span{
        font-size: 130%;
    }
    
    .pickupList ul li{
        width: 50%;
    }
    
    #topLinks{
        padding: 50px 0;
    }
    
    footer{
        padding-bottom: 10px;
    }
    
    .fSitemap{
        float: none;
        max-width: 100%;
    }
    
    /* .fInfo{
        float: none;
        margin-top: 50px;
        text-align: center;
    } */
    
    .fSitemap ul{
        justify-content: space-between;
    }
    
    .fSitemap ul li{
        width: 48%;
        font-size: 150%;
        padding: 0 .75em 1.25em;
        border-bottom: 1px dotted #ccc;
    }
    
    .fInfo > a{
        margin: 0 auto 15px;
    }
    
    .fInfo p{
        /* display: inline-block; */
        vertical-align: baseline;
    }
    
    .snsLinks{
        display: inline-block;
        vertical-align: baseline;
        margin-left: 10px;
    }
    
    .topHero .topHeroTxt h2.mainCatch.en{
        font-size: 280%;
        line-height: 1.25;
        word-break: break-word;
    }
    
    
    
    
}



@media only screen and (max-width:670px){
    .inner{
        width: 100%;
        padding: 0 20px;
    }
    
    header,
    header.is-animation{
        padding: 15px 0;
    }
    
    header .inner{
        width: 100%;
        padding: 0 15px;
    }
    
    .hLogo{
        display: block;
    }
    
    .hLogo .otherLogos{
        margin-bottom: 7px;
    }
    
    .hLogo .otherLogos a:nth-child(2){
        height: 24px;
    }
    
    .hLogo > a{
        width: 220px;
        height: 25px;
    }
    
    #nav-drawer{
        top: 38px;
        right: 10px;
        width: 44px;
        height: 44px;
    }
    
    header.is-animation #nav-drawer{
        top: 38px;
    }
    
    main{
        padding-top: 86px;
    }
    
    .breadcrumb{
        margin-top: 15px;
    }
    
    .breadcrumb ul li{
        font-size: 120%;
    }
    
    .breadcrumb ul li::after{
        margin-left: 10px;
    }
    
    #top main .topHero .inner{
        padding: 0;
    }
    
    .topHero{
        height: auto;
    }
    
    .topHero p{
        margin-top: 15px;
    }
    
    .topHero .topHeroImg{
        width: 100%;
        height: 280px;
        border-radius: 0;
    }
    
    .topHero .topHeroTxt{
        width: 100%;
        position: static;
    }
    
    .topHero .topHeroTxt h2.mainCatch{
        display: block;
        font-size: 300%;
        margin: -.75em 0 0 20px;
        position: relative;
        z-index: 2;
        transform: none;
    }
    
    .topSiteName p{
        font-size: 150%;
    }
    
    #topPickup{
        padding: 30px 0 50px;
    }
    
    #topPickup::before{
        content: none;
    }
    
    #topPickup h3{
        font-size: 240%;
        margin-bottom: .75em
    ;
}
    
    #topPickup h3 span{
        font-size: 50%;
    }
    
    .slick-next{
        right: -15px;
    }
    
    .slick-prev{
        left: -15px;
    }
    
    #topAbout{
        padding: 50px 0 150px;
    }
    
    .topAboutContents .txtContents{
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    
    #topAbout h3{
        font-size: 240%;
        margin-bottom: .75em;
    }
    
    .topAboutContents figure{
        width: 75%;
    }
    
    #topAbout .inner::after{
        width: 200px;
        height: 47px;
        bottom: -30px;
        left: 20px;
    }
    
    #topMenu{
        padding-bottom: 60px;
    }
    
    .topMenuContainer{
        width: 100%;
        margin: -50px 0 30px;
    }
    
    .topMenuContainer:nth-of-type(2){
        margin-top: 0;
    }
    
    .topMenuContainer .txtContents{
        padding: 25px 0;
    }
    
    .topMenuContainer .txtContents .topMenuTit h3{
        font-size: 240%;
    }
    
    .topMenuLinks{
        margin-top: 30px;
    }
    
    .topMenuLinks ul li a{
        margin-bottom: 1.25em;
    }
    
    #topRecruit{
        padding-bottom: 40px;
    }
    
    .topRecruitHead{
        flex-wrap: wrap;
    }
    
    .topRecruitHead figure{
        width: 100%;
        margin-top: -50px;
    }
    
    .topRecruitHead .txtContents{
        width: 100%;
        margin-top: 30px;
    }
    
    .topRecruitHead .txtContents .topRecruitTit h3{
        font-size: 240%;
    }
    
    .topRecruitLinks{
        margin-top: 30px;
    }
    
    .topRecruitLinks ul li a{
        padding: 1.25em;
        border-radius: 10px;
    }
    
    .topRecruitLinks ul li a::after{
        width: 6px;
        height: 6px;
        right: 15px;
    }
    
    #topNews{
        padding: 50px 0;
    }
    
    .topNewsContents .topNewsHead h3{
        font-size: 240%;
    }
    
    .topNewsContents .topNewsHead h3 span{
        font-size: 50%;
    }
    
    .topNewsContents .container ul li{
        padding: 15px 10px;
        border-top: 1px dotted #ccc;
    }
    
    .topNewsContents .container ul li:last-child{
        border-bottom: 1px dotted #ccc;
    }
    
    .topNewsContents .container ul li span{
        display: block;
        width: 100%;
        margin-bottom: .25em;
    }
    
    .topNewsContents .container ul li p{
        display: block;
    }
    
    /* #topLinks{
        padding: 30px 0;
    } */
    
    #topLinks .pickupList ul li{
        padding: 0 20px 20px;
    }
    
    .pickupList ul li{
        width: 100%;
    }
    
    .fSitemap ul li{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .fSitemap ul li:first-child{
        border-top: 1px dotted #ccc;
    }
    
    .fSitemap ul li a{
        display: block;
        padding: 1em .75em;
    }
    
    .fInfo > a{
        font-size: 150%;
        margin-top: 40px;
    }
    
    .fInfo p{
        display: block;
        font-size: 140%;
    }
    
    .snsLinks{
        display: block;
        margin: 0;
    }
    
    .copyright span{
        font-size: 110%;
    }
    
    .topHero .topHeroTxt h2.mainCatch.en{
        font-size: 200%;
    }
    
    .topNewsContents .topNewsHead a.moreLink{
        display: none;
    }
    
    .moreLinkWrapperSp{
        display: block;
        text-align: right;
        margin-top: 20px;
    }
    
    .moreLinkWrapperSp a.moreLink{
        display: inline-block;
        font-size: 150%;
        text-decoration: underline;
    }
    
    .moreLinkWrapperSp a.moreLink::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 1px solid #0073E6;
        border-right: 1px solid #0073E6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 8px;
        margin-top: -3px;
    }
    
    .fSitemap3Col{
        flex-wrap: wrap;
    }
    
    .fSitemap3Col .container{
        margin: 0;
    }
    
    
    
    
    
    
    
    
    
}




















