@charset "UTF-8";
/* CSS Document */
.sp_gBt a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 3.73vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #003F66;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #c8c8c8 70%, #9c9c9c 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c8c8c8 70%,#9c9c9c 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#c8c8c8 70%,#9c9c9c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9c9c9c',GradientType=0 );
	padding: 0.75em 0 0.85em;
	-webkit-border-radius: 1.2vw;
	border-radius: 1.2vw;
	position: relative;
}
.sp_gBt a::before{
	content: '';
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	top:4px;
	left:4px;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
	border: 2px solid #3C95BE;
}


/*=============================
  interview
=============================*/
.interview #main{
	height: 165vw;
	background: #3C95BE;
	background: -moz-linear-gradient(top,  #3C95BE 0%, #003f66 100%);
	background: -webkit-linear-gradient(top,  #3C95BE 0%,#003f66 100%);
	background: linear-gradient(to bottom,  #3C95BE 0%,#003f66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C95BE', endColorstr='#003f66',GradientType=0 );
	position: relative;

	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.interview #main::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: url(../img/interview/sp_interview_main_ph.png) no-repeat right center/95% auto;
	z-index: 0;
}
.interview #main .tit_en{
	margin-bottom: 1em;
}
@media screen and (max-width:767px) {
	.interview #main .tit_en {
		margin-top: 10%;
	}
}
.interview #main .tit_en img{
	height: 2.67vw;
	width: auto;
}
.interview #main .tit_jp img{
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.interview #main img.tit_jp01{margin-top: 0;height: 3.65vw; width: auto;}
.interview #main img.tit_jp02{margin-top: 3vw;height: 7vw;width: auto;}


.interview #pnav{
	padding: 10.67vw 9.33vw 10.67vw;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%,#ffffff 65%,  #B2B2B2 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#B2B2B2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 65%,#B2B2B2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9c9c9c',GradientType=0 );
}
.interview #pnav > .inner{
}
.interview #pnav .txt01{
	font-size: 4.00vw;
	font-weight: 500;
	line-height: 1.85;
	text-align: justify;
	text-justify: inter-ideograph;
}



.interview section.gbloc .titArea{
	padding: 5.33vw 0 4.00vw;
	background: #3C95BE;
	background: -moz-linear-gradient(top,  #3C95BE 0%, #003f66 100%);
	background: -webkit-linear-gradient(top,  #3C95BE 0%,#003f66 100%);
	background: linear-gradient(to bottom,  #3C95BE 0%,#003f66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C95BE', endColorstr='#003f66',GradientType=0 );
}
.interview section.gbloc .titArea > .inner{
	position: relative;
}
.interview section.gbloc .titArea .txtArea{
	padding: 0 5.33vw;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.interview section.gbloc .titArea .txtArea .num{}
.interview section.gbloc .titArea .txtArea .num img{
	height: 15.00vw;
	width: auto;
}
.interview section.gbloc .titArea .txtArea .num .name{
	display: block;
	font-size: 4.80vw;
	letter-spacing: 0;
	color: #FFF;
	margin-top: 0.75em;
	text-align: center;
	white-space: nowrap;
}
.interview section.gbloc .titArea .txtArea .num .name .fs{
	font-size: 3.20vw;
}
.interview section.gbloc .titArea .txtArea .copy{
	width: 73%;
}
.interview section.gbloc .titArea .txtArea .copy img{
	width: auto;
	height: 15.00vw;
	display: block;
	transform: scale(0.9);
	transform-origin: left center;
}


.interview section.gbloc .titArea .ph{
	width: 100%;
	height: 37.3vw;
	position: relative;
}
.interview #interview01 .titArea .ph,
.interview #interview02 .titArea .ph{
	margin-top: -5vw;
}
.interview section.gbloc .titArea .ph img{
	width: 110%;
	height: auto;
	position: absolute;
	bottom:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}




.interview section.gbloc .titArea .sp_gBt{
	margin-top: 5vw;
}
.interview section.gbloc .titArea .sp_gBt a{
	width: 64vw;
}

.interview section.gbloc .titArea .sp_gBt a span{
	display: inline-block;
	position: relative;
	padding-right: 1.5em;
}
.interview section.gbloc .titArea .sp_gBt a span::after{
	content: '';
	display: block;
	position: absolute;
	top:50%;
	right:0;
	width: 2.67vw;
	height: 5vw;
	margin-top: -2.5vw;
	background: url(../img/icon_arrow_b_blu.svg) no-repeat center center/contain;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	/*アニメーション*/
	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
.interview section.gbloc .titArea .sp_gBt a.open span::after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}



.interview section.gbloc .acc{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%,#ffffff 65%,  #B2B2B2 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#B2B2B2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 65%,#B2B2B2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9c9c9c',GradientType=0 );
	padding: 8.00vw 8.00vw 10.67vw;
	display: none;
}
.interview section.gbloc .acc .txt01{
	font-size: 3.20vw;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 2em;
}
.interview section.gbloc .acc dl{
	
}
.interview section.gbloc .acc dl dt{
	border-bottom: 2px solid #003F66;
	font-size: 3.47vw;
	font-weight: 700;
	color: #003F66;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-indent: -1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
	cursor: pointer;
	position: relative;
}
.interview section.gbloc .acc dl dt::before{
	content: 'Q. ';
}
.interview section.gbloc .acc dl dt:nth-of-type(n+2){
	margin-top: 2em;
}
.interview section.gbloc .acc dl dd > p:nth-of-type(n+2){
	margin-top: 6.67vw;
}
.interview section.gbloc .acc dl dd .txt{
	font-size: 3.20vw;
	line-height: 1.65;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.interview section.gbloc .acc dl dd .txt.fl{
	font-size: 4.27vw;
	font-weight: 700;
}
.interview section.gbloc .acc dl dd .ph{
	margin-left: -8vw;
	margin-right: -8vw;
}
.interview section.gbloc .acc dl dd .ph img{
	width: 100%;
	height: auto;
}

.interview section.gbloc .acc dl dd .offday{
	margin-top: 6.67vw;;
	background: #003F66;
	-webkit-border-radius: 2.67vw;
	border-radius: 2.67vw;
	padding: 5.33vw 4.00vw 0 4.00vw;
	position: relative;
}
.interview section.gbloc .acc dl dd .offday h4{
	font-size: 4.27vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 1.5vw; /*位置*/
	text-decoration-thickness: 2px; /*太さ*/
	text-decoration-color: #FFF; /*色*/
	margin-bottom: 1em;
	text-align: center;
}
.interview section.gbloc .acc dl dd .offday .txt{
	font-size: 3.20vw;
	letter-spacing: 0.05em;
	color: #FFF;
	line-height: 1.65;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*.interview section.gbloc .acc dl dd .offday::after{
	content: '';
	display: block;
	width: 100%;
	height: 40.00vw;
	background: url(../img/interview/sp_interview_off_ph.png) no-repeat center center/contain;
	position: relative;
	top: 5vw;
	margin-top: -3vw;
}*/
.interview section.gbloc .acc dl dd .offday img.phImg{
	width: auto;
	height: 40vw;
	-webkit-transform:  rotate(5deg) translateX(-50%);
	transform:  rotate(5deg) translateX(-50%);
	border: 6px solid #FFF;
	position: relative;
	top: 7vw;
	left:50%;
}

.interview #interview04  .acc dl dd .offday{
	padding-bottom: 5.33vw;
}
.interview #interview04 .acc dl dd .offday .txt{
	width: 35vw;
}
.interview #interview04 .acc dl dd .offday img.phImg{
	width: 33vw;
	height: auto;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	position: absolute;
	top: 18vw;
	left:auto;
	right:5vw;
}

.interview #sch{
	padding: 10.67vw 0 10.67vw;
}
.interview #sch > .inner{
	padding: 0 6.67vw;
}
.interview #sch h2{
	text-align: center;
	margin-bottom: 3em;
}
.interview #sch h2 img{
	height: 6.93vw;
	width: auto;
}
.interview #sch .list {
	padding: 0 4.00vw;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.interview #sch .list li{
	width: 45%;
}
.interview #sch .list li h3{
	text-align: center;
	font-size: 4.00vw;
	font-weight: 700;
	color: #003F66;
	letter-spacing: 0.25em;
	margin-bottom: 1em;
	position: relative;
}
.interview #sch .list li .pic{text-align: center;}
.interview #sch .list li .pic img{
	width: 27vw;
	height: auto;
}

.interview #sch .txt{
	font-size: 2.67vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 3em;
}

/*=============================
  dna
=============================*/
.dna #main {
	padding: 9.33vw 0 8.00vw;
	background: #3C95BE;
	background: -moz-linear-gradient(top,  #3C95BE 0%, #003f66 100%);
	background: -webkit-linear-gradient(top,  #3C95BE 0%,#003f66 100%);
	background: linear-gradient(to bottom,  #3C95BE 0%,#003f66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C95BE', endColorstr='#003f66',GradientType=0 );
}
.dna #main h1{
	text-align: center;
}
.dna #main h1 img{
	height: 34.67vw;
	width: auto;
}
.dna #main .ph{
	width: 130%;
	height: auto;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -2.67vw;
	aspect-ratio: 1366/460;
}
.dna #main .ph img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom left;
}

.dna section{

}
.dna section > .inner{
}
.dna section:nth-of-type(odd){
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%,#ffffff 65%,  #B2B2B2 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#B2B2B2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 65%,#B2B2B2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9c9c9c',GradientType=0 );
}
.dna section:nth-of-type(even){
	background: #3C95BE;
	background: -moz-linear-gradient(top,  #3C95BE 0%, #003f66 100%);
	background: -webkit-linear-gradient(top,  #3C95BE 0%,#003f66 100%);
	background: linear-gradient(to bottom,  #3C95BE 0%,#003f66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C95BE', endColorstr='#003f66',GradientType=0 );
}
.dna section h2{
	text-align: center;
}

.dna #bloc01{padding: 5.33vw 0 0;}
.dna #bloc01 h2{
	margin-bottom: 9.33vw;
}
.dna #bloc01 h2 img{
	height: 14.67vw;
	width: auto;
}
.dna #bloc01 .list{}
.dna #bloc01 .list li{
}
.dna #bloc01 .list li:nth-child(n+2){
	margin-top: 10.67vw;
}
.dna #bloc01 .list h3{
	text-align: center;
	margin-bottom: 4vw;
}
.dna #bloc01 .list h3 img{
	height: 13.33vw;
	width: auto;
}
.dna #bloc01 .list dl{
	font-size: 3.20vw;
	letter-spacing: 0.05em;
	line-height: 1.35;
}
.dna #bloc01 .list dl dt,
.dna #bloc01 .list dl dd{text-align: center;}
.dna #bloc01 .list dl dt{
	font-weight: 700;
}
.dna #bloc01 .list dl dd{
	letter-spacing: 0;
}
.dna #bloc01 .list dl dt:nth-of-type(n+2){margin-top: 0.75em;}
.dna #bloc01 .ph{
	margin-top: 4em;
}
.dna #bloc01 .ph img{
	width: 100%;
	height: auto;
}


.dna #bloc02{padding: 9.33vw 0 9.33vw;}
.dna #bloc02 > .inner{
	padding: 0 8.00vw;
}
.dna #bloc02 h2{
	margin-bottom: 6.67vw;
}
.dna #bloc02 h2 img{
	height: 9.33vw;
	width: auto;
}
.dna #bloc02 .list li{
}
.dna #bloc02 .list li:nth-child(n+2){
	margin-top: 9.33vw;
}
.dna #bloc02 .list li .ph{
	margin-bottom: 1em;
}
.dna #bloc02 .list li .ph img{
	width: 100%;
	height: auto;
}
.dna #bloc02 .list li .txtArea{
	color: #FFF;
}
.dna #bloc02 .list li .txtArea h3{
	font-size: 5.60vw;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}
.dna #bloc02 .list li .txtArea .txt{
	font-size: 3.20vw;
	line-height: 1.65;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.05em;
}


.dna #bloc03{padding: 12.00vw 0 4.00vw;}
.dna #bloc03 h2{
	margin-bottom: 12.00vw;
}
.dna #bloc03 h2 img{
	height: 8vw;
	width: auto;
}
.dna #bloc03 .list {
}
.dna #bloc03 .list li{
	padding: 0 6.67vw;
}
.dna #bloc03 .list li:nth-child(n+2){
	margin-top: 13.33vw;
}
.dna #bloc03 .list li h3{
	text-align: center;
	font-size: 4.53vw;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1.25em;
}
.dna #bloc03 .list li h3 span{
	font-size: 3.20vw;
}
.dna #bloc03 .list li .pic{
	text-align: center;
	height: 14.67vw;
}
.dna #bloc03 .list li .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.dna #bloc03 .txt01{
	font-size: 2.40vw;
	margin-top: 7em;
	padding-left: 2em;
}


/*=============================
  recruit
=============================*/
.recruit #container{
	background: #3C95BE;
	background: -moz-linear-gradient(top,  #3C95BE 0%, #003f66 100%);
	background: -webkit-linear-gradient(top,  #3C95BE 0%,#003f66 100%);
	background: linear-gradient(to bottom,  #3C95BE 0%,#003f66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C95BE', endColorstr='#003f66',GradientType=0 );
	padding-bottom: 6.67vw;
}
.recruit #main {
	padding: 14.67vw 0 10.67vw;
}
.recruit #main h1{
	text-align: center;
}
.recruit #main h1 img{
	height: 9.33vw;
	width: auto;
}
.recruit #contents > .inner{
	padding: 0 4.00vw;
}
.recruit ul.tabs{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.recruit ul.tabs li a{
	display: block;
	height: 100%;
	background: rgba(255,255,255,0.6);
	text-align: center;
	font-size: 3.20vw;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #000;
	padding: 0.5em 0.4em;
	-webkit-border-radius: 1vw 1vw 0px 0px / 1vw 1vw 0px 0px;
	border-radius: 1vw 1vw 0px 0px / 1vw 1vw 0px 0px;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;

	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.recruit ul.tabs li.noTab a{cursor: default;}
.recruit ul.tabs li:not(.noTab) a:hover,
.recruit ul.tabs li.active a{background: rgba(255,255,255,1);}

.recruit #contents .tabC{
	background: #FFF;
	display: none;
	padding: 5.33vw 0 9.33vw;
}


.recruit .tabC section{
	padding: 0 8.00vw;
}
.recruit .tabC section:nth-of-type(n+2){
	margin-top: 13.33vw;
}
.recruit .tabC section .bt_recruit{
}
.recruit .tabC section .bt_recruit a{
	display: block;
	font-size: 6.40vw;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFF;
	background: #003F66;
	padding: 1.5em 0;
	line-height: 1.3;
	font-weight: 700;
	-webkit-border-radius: 2.67vw;
	border-radius: 2.67vw;
}

.recruit .tabC section h2{
	text-align: center;
	margin-bottom: 5.33vw;
}
.recruit .tabC section h2 img{
	height: 6.67vw;
	width: auto;
}
.recruit .tabC section dl.flex,
.recruit .tabC section.bosyu dl{
	font-size: 3.20vw;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.recruit .tabC section dl.flex dt,
.recruit .tabC section.bosyu dl dt{
	font-weight: 700;
}
.recruit .tabC section dl.flex dd{
}
.recruit .tabC section dl.flex dd a{
	color: #000;
	text-decoration: underline;
}
.recruit .tabC section dl.flex dt:nth-of-type(n+2),
.recruit .tabC section.bosyu dl dt:nth-of-type(n+2){margin-top: 1.5em;}



.recruit .tabC .bloc01 ul.list{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.recruit .tabC .bloc01 ul.list li{
	width: 43%;
}
.recruit .tabC .bloc01 ul.list li:nth-child(n+3){
	margin-top: 6.67vw;
}
.recruit .tabC .bloc01 ul.list li img{
	width: 100%;
	height: auto;
}
.recruit .tabC .bloc01 .imgTxt{
	text-align: center;
	background: #003F66;
	padding: 1.5em 2em;
	-webkit-border-radius: 2.67vw;
	border-radius: 2.67vw;
	margin-top: 9.33vw;
}
.recruit .tabC .bloc01 .imgTxt img{
	width: 100%;
	height: auto;
}
.recruit .tabC .bloc01 .txt01{
	font-size: 2.40vw;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-top: 2em;
}
.recruit .tabC .bloc01 dl.txtList{
	font-size: 2.40vw;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-top: 2em;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit .tabC .bloc01 dl.txtList dt{width: 7.7em;}
.recruit .tabC .bloc01 dl.txtList dt.w100{width: 100%;}
.recruit .tabC .bloc01 dl.txtList dd{
	width: calc(100% - 7.7em);
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.recruit .tabC .bloc01 dl.txtList dd.w0{width: 0;}


.recruit .tabC .bloc01 dl.flex{margin-top: 2em;}


.recruit .tabC .bloc02 > .inner > h3{
	text-align: center;
	font-size: 4.27vw;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #003F66;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #003F66;
	margin-bottom: 1.5em;
}
.recruit .tabC .bloc02 > .inner > h3:nth-of-type(n+2){
	margin-top: 3em;
}
.recruit .tabC .bloc02 .bt_recruit{margin-top: 3em;}

.recruit .tabC .bloc02  .ryou{
	background: #3C95BE;
	margin: 2em -4.00vw 0 -4.00vw;
	padding: 5.33vw 5.3% 8.00vw;
	-webkit-border-radius: 2.67vw;
	border-radius: 2.67vw;
}
.recruit .tabC .bloc02  .ryou h3{
	text-align: center;
	margin-bottom: 2em;
}
.recruit .tabC .bloc02  .ryou h3 img{
	height: 12vw;
	width: auto;
}
.recruit .tabC .ryou .phList {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit .tabC .ryou .phList li:nth-child(-n+2){
	width: 49%;
}
.recruit .tabC .ryou .phList li:nth-child(n+3){
	width: 32%;
	margin-top: 2%;
}
.recruit .tabC .ryou .phList li.w100{width: 100%; text-align: center;}
.recruit .tabC .ryou .phList li img{
	width: 100%;
	height: auto;
}
.recruit .tabC .ryou .phList li.w100 img{width: 85%;}

.recruit .tabC .bosyu .bt_recruit{margin-top: 3em;}
