@charset "utf-8";
/*  common
--------------------------------------------------------------------------------------*/
#contents{
	margin-bottom: 150px;
}
.subttl{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #251f87;
}
.subttl02{
	font-size: 24px;
	font-weight: bold;
	color: #252087;
	line-height: 1.8;
}
.subttl03{
	font-size: 24px;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px 20px;
	color: #fff;
	background: #252087;
}
.subttl04{
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	color: #252087;
	padding-left: 20px;
	border-left: 7px solid #252087;
}
/*  mv
--------------------------------------------------------------------------------------*/
.mv{
	background: url("/img/company/mv.jpg") no-repeat top center / cover;
	height: 205px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
.mv_ttl{
	width: 1050px;
	margin: 0 auto 40px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
/*  breadcrumb
--------------------------------------------------------------------------------------*/
.pnav{
	width: 1050px;
	margin: auto;
	margin-top: 15px;
    margin-bottom: 55px;
}
.pnav_list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.pnav_list_item a{
	font-size: 12px;
	line-height: 1.4;
}
.pnav_list_item a:hover{
	text-decoration: underline;
}
.pnav_list_item{
	font-size: 12px;
	line-height: 1.4;
}
.pnav_list_item:nth-child(n+2):before{
    content: ">";
	margin-right: 10px;
	margin-left: 10px;
}
/*  sec
--------------------------------------------------------------------------------------*/
.sec{
	width: 1050px;
	margin: 0 auto 80px;
}
.sec_ttl{
	margin-bottom: 40px;
}
.sec_txt{
	line-height: 2.6;
	text-align: center;
}
/*  sec_interview
--------------------------------------------------------------------------------------*/
.sec_interview{
	width: 1050px;
	margin: 0 auto 150px;
}
.interview_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.interview_img{
	width: 30%;
}
.interview_list{
	width: 63%;
}
.sec_interview dl{
	margin-bottom: 70px;
}
.sec_interview dl:last-of-type{
	margin-bottom: 120px;
}
.sec_interview dl dt{
	font-size: 20px;
	font-weight: bold;
	color: #252087;
	line-height: 1.5;
	margin-bottom: 10px;
}
.sec_interview dl dd{
	line-height: 2.1;
}
.interview_btn a{
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	background: #130d68;
	border: 2px solid #252087;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}
.interview_btn a:hover{
	color: #252087;
	background: #fff;
}
/*  sec_kairyou
--------------------------------------------------------------------------------------*/
.sec_kairyou,
.sec_kairyou02,
.sec_kairyou03,
.sec_kairyou04{
	width: 1050px;
	margin: 0 auto 130px;
}
.sec_ttl.kairyou{
	margin-bottom: 60px;
}
.kairyou_subTtl03{
	text-align: center;
	font-size: 32px;
	line-height: 1.8;
	color: #252087;
	margin-bottom: 60px;
}
.kairyou_subTtl03 span{
	display: block;
	font-size: 24px;
}
.sec_kairyou{
	text-align: center;
}
.sec_kairyou p{
	line-height: 2.4;
}
.kairyou_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.kairyou_list{
	width: 48%;
}
.subttl04.kairyou{
	margin-bottom: 15px;
}
.kairyou_txt{
	margin-bottom: 70px;
}
.kairyou_txt p{
	line-height: 2;
}
.kairyou_txt p .bold{
	font-weight: bold;
}
.kairyou_img{
	width: 46%;
}
.sec_kairyou04 .kairyou_subTtl03{
	margin-bottom: 40px;
}
.sec_kairyou04 .txt{
	text-align: center;
	line-height: 2;
	margin-bottom: 80px;
}
.kairyou_list02{
	width: 48%;
	background: #f4f5f9;
	padding: 40px 30px;
	margin-bottom: 140px;
}
.kairyou_list02 .ttl{
	color: #252087;
	font-size: 22px;
	margin-bottom: 20px;
}
.kairyou_list02 img{
	display: block;
	margin-bottom: 30px;
}
.kairyou_list02 .txt02{
	line-height: 2;
}
/*  sec_oversea
--------------------------------------------------------------------------------------*/
.sec_oversea{
	width: 1050px;
	margin: 0 auto 130px;
}
.sec_oversea_ttl{
	margin-bottom: 60px;
}
.sec_oversea_ttl02{
	margin-bottom: 60px;
}
.sec_oversea_txt{
	line-height: 2;
	text-align: center;
}
.sec_oversea02{
	width: 1050px;
	margin: 0 auto 150px;
}
.sec_oversea02_box{
	margin-bottom: 60px;
}
.sec_oversea02_ttl{
	margin-bottom: 20px;
}
.sec_oversea02_txt{
	line-height: 1.8;
}
.sec_oversea02_box02{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_oversea02_box02_item{
	width: 48%;
	margin-bottom: 4%;
}
.sec_oversea02 .interview_btn{
	margin-top: 120px; 
}
/*  sec_houtei
--------------------------------------------------------------------------------------*/
.sec_houtei{
	width: 1050px;
	margin: 0 auto 150px;
}
.houtei_subTtl{
	text-align: center;
	font-size: 32px;
	line-height: 1.8;
	color: #252087;
	margin-bottom: 40px;
}
.sec_houtei .txt{
	text-align: center;
	line-height: 2;
	margin-bottom: 80px;
}
.houtei_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.houtei_list{
	width: 48%;
	background: #f4f5f9;
	padding: 40px 30px;
	margin-bottom: 140px;
}
.houtei_list .ttl{
	color: #252087;
	font-size: 22px;
	margin-bottom: 20px;
}
.houtei_list img{
	display: block;
	margin-bottom: 30px;
}
.houtei_list .txt02{
	line-height: 2;
}
/*  sec_setsubi
--------------------------------------------------------------------------------------*/
.sec_setsubi{
	width: 1050px;
	margin: 0 auto 150px;
}
.setsubi_subTtl{
	text-align: center;
	font-size: 32px;
	line-height: 1.8;
	color: #252087;
	margin-bottom: 120px;
}
.sec_setsubi .txt{
	line-height: 2;
	margin-bottom: 80px;
}
.setsubi_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.setsubi_list{
	width: 48%;
	margin-bottom: 90px;
}
.setsubi_list02{
	width: 48%;
	background: #f4f5f9;
	padding: 40px 30px;
	margin-bottom: 20px;
}
.setsubi_list02:last-of-type{
	margin-bottom: 120px;
}
.setsubi_list02 .ttl{
	color: #252087;
	font-size: 22px;
	margin-bottom: 20px;
}
.setsubi_list02 img{
	display: block;
	margin-bottom: 30px;
}
.setsubi_list02 .txt02{
	line-height: 2;
}
@media screen and (max-width: 767px) {
	/*  common
	--------------------------------------------------------------------------------------*/
	#contents{
		padding-top: 40px;
		margin-bottom: 80px;
	}
	.subttl{
		font-size: 24px;
		line-height: 1.6;
	}
	.subttl02{
		font-size: 20px;
		line-height: 1.6;
	}
	.subttl03{
		font-size: 20px;
		padding: 5px 5%;
	}
	.subttl04{
		font-size: 18px;
		padding-left: 10px;
		border-left: 5px solid #252087;
	}
	/*  mv
	--------------------------------------------------------------------------------------*/
	.mv{
		height: 200px;
    	margin-bottom: 40px;
	}
	.mv_ttl{
		width: 100%;
		font-size: 22px;
		padding: 0 5%;
	}
	/*  breadcrumb
	--------------------------------------------------------------------------------------*/
	.pnav {
    	display: none;
	}
	.sec_interview,
	.sec_kairyou,
	.sec_kairyou02,
	.sec_kairyou03,
	.sec_kairyou04{
		width: 100%;
		padding: 0 5%;
		margin: 0 auto 80px;
	}
	.sec04_inner,
	.sec06_inner{
		width: 100%;
	}
	/*  sec
	--------------------------------------------------------------------------------------*/
	.sec_txt{
		line-height: 2;
	}
	/*  sec_interview
	--------------------------------------------------------------------------------------*/
	.interview_box{
		display: block;
	}
	.interview_img{
		width: 100%;
		margin-bottom: 30px;
	}
	.interview_list{
		width: 100%;
	}
	.sec_interview dl {
		margin-bottom: 50px;
	}
	.sec_interview dl:last-of-type{
		margin-bottom: 40px;
	}
	.interview_btn a {
		width: 100%;
		padding: 20px 0;
	}
	/*  sec_kairyou
	--------------------------------------------------------------------------------------*/
	.kairyou_subTtl03{
		font-size: 20px;
		line-height: 1.6;
		margin-bottom: 40px;
	}
	.kairyou_subTtl03 span {
   		font-size: 18px;
	}
	.sec_kairyou p {
		line-height: 2;
	}
	.kairyou_box{
		display: block;
	}
	.kairyou_list{
		width: 100%;
	}
	.kairyou_txt {
    	margin-bottom: 30px;
	}
	.kairyou_img{
		width: 100%;
	}
	.kairyou_list02 {
		width: 100%;
		background: #f4f5f9;
		padding: 25px 4%;
		margin-bottom: 40px;
	}
	.kairyou_list02 img {
		display: block;
		margin-bottom: 10px;
	}
	.sec_kairyou04 .txt{
		margin-bottom: 40px;
	}
	/*  sec_oversea
	--------------------------------------------------------------------------------------*/
	.sec_oversea{
		width: 100%;
		padding: 0 5%;
		margin: 0 auto 80px;
	}
	.sec_oversea_ttl{
		margin-bottom: 60px;
	}
	.sec_oversea_ttl02{
		margin-bottom: 40px;
	}
	.sec_oversea_txt{
		line-height: 2;
		text-align: center;
	}
	.sec_oversea02{
		width: 100%;
		padding: 0 5%;
		margin: auto;
	}
	.sec_oversea02_box{
		margin-bottom: 30px;
	}
	.sec_oversea02_ttl{
		margin-bottom: 15px;
	}
	.sec_oversea02_txt{
		line-height: 1.8;
	}
	.sec_oversea02_box02{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sec_oversea02_box02_item{
		width: 108%;
		margin-bottom: 20px;
	}
	.sec_oversea02_box02_item:last-child{
		margin-bottom: 0;
	}
	.sec_oversea02 .interview_btn{
		margin-top: 40px; 
	}
	/*  sec_houtei
	--------------------------------------------------------------------------------------*/
	.sec_houtei{
		width: 100%;
		padding: 0 5%;
		margin: 0 auto 80px;
	}
	.houtei_subTtl{
		font-size: 20px;
		line-height: 1.6;
		margin-bottom: 40px;
	}
	.sec_houtei .txt,
	.sec_houtei .txt02 {
		line-height: 2;
	}
	.houtei_txt {
		margin-bottom: 30px;
	}
	.houtei_box{
		display: block;
	}
	.houtei_list{
		width: 100%;
	}
	.houtei_list {
		width: 100%;
		background: #f4f5f9;
		padding: 25px 4%;
		margin-bottom: 40px;
	}
	.houtei_list img {
		display: block;
		margin-bottom: 10px;
	}
	/*  sec_setsubi
	--------------------------------------------------------------------------------------*/
	.sec_setsubi{
		width: 100%;
		padding: 0 5%;
		margin: 0 auto 80px;
	}
	.setsubi_subTtl{
		font-size: 20px;
		line-height: 1.6;
		margin-bottom: 40px;
	}
	.sec_setsubi .txt {
		line-height: 2;
		margin-bottom: 0;
	}
	.setsubi_box{
		display: block;
	}
	.setsubi_box:first-of-type{
		margin-bottom: 50px;
	}
	.setsubi_txt {
		margin-bottom: 30px;
	}
	.setsubi_list {
		width: 100%;
		padding: 20px 4% 0;
		margin-bottom: 0;
	}
	.setsubi_list02{
		width: 100%;
		padding: 25px 4%;
		margin-bottom: 40px;
	}
	.setsubi_list02:last-of-type {
		margin-bottom: 40px;
	}
	.setsubi_list02 img{
		margin-bottom: 10px;
	}
}