@charset "UTF-8";


/*見出し
---------------------------------------------------------- */
h1.hd_ttl{
	padding: 170px 20px 70px;
	width: 100%;
	box-sizing: border-box;
	background: url(../img/common/bg_header.jpg) no-repeat center top;
	background-size: cover;
	min-height: 340px;
	min-width: 1000px;
	text-align: center;
	font-size: 325%;
	color: #ffffff;
	margin-bottom: 40px;
}
h1.hd_ttl span{
	letter-spacing: 8px;
	display: block;
	font-size: 30.7%;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 500;
}

.ttl02 {
	margin: 0 auto 40px;
	width: 1000px;
	background: url(../img/common/bg_h2.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border: 1px solid #bdbdbd;
	position: relative;
	cursor: pointer;
}
.ttl02 h2 {
	font-size: 237.6%;
	color: #022222;
	background: rgba(255, 255, 255, 0.92);
	margin: 9px;
	padding: 25px 35px 20px;
	box-sizing: border-box;
}
.ttl02 div img:last-child {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	margin-left: -54%;
}
.ttl02 h2 span{
	color: #216098;
	font-size: 42.1%;
}
.ttl02 div {
	position: absolute;
	right: 30px;
	top: 40%;
}
.ttl02 div img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ttl02.open div img:first-child {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
}
.ttl02.open div img:last-child {
	transform: translate(0, 0) rotate(0deg);
	-webkit-transform: translate(0, 0) rotate(0deg);
	-moz-transform: translate(0, 0) rotate(0deg);
}

h3 {
	padding: 20px 25px 20px 0;
	background: url(../img/common/bg01.gif);
	color: #022222;
	font-size: 137.5%;
	margin-bottom: 35px;
}
h3 span {
	background: url(../img/common/icon_h3.gif) no-repeat left center;
	padding-left: 25px;
	background-size: 6px 100%;
	display: block;
	line-height: 1.4;
}

h4 {
	color: #004d92;
	font-size: 150%;
	margin: 0 0 20px;
}

h4.title-02 {
	color: #022222;
	font-size: 137.5%;
	text-align: center;
	margin-bottom: 10px;
}
h4.title-02::after {
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 50px;
	height: 2px;
	background: #e70000;
}

@media screen and (max-width: 798px) {
	h1.hd_ttl{
		padding: 18% 4% 25px;
		background: url(../img/common/bg_header.jpg) no-repeat center top;
		background-size: cover;
		min-height: 100%;
		min-width: 100%;
		margin-bottom: 0;
	}
	h1.hd_ttl img{
		width: 75%;
	}
	h1.hd_ttl span{
		margin-top:-2%;
		letter-spacing: 3px;
		font-size: 2.5vmin;
	}
	.ttl02 {
		margin: 0 4% 40px;
		width: 92%;
	}
	.ttl02 h2 {
		font-size: 150%;
		padding: 15px 20% 10px 17%;
		line-height: 1.2;
	}
	.ttl02 div {
		position: absolute;
		right: 30px;
		top: 32%;
	}
	.ttl02 h2 span{
		margin-top: 0;
	}
	.ttl02 div img:last-child {
		position: absolute;
		top: 65%;
		right: 0;
	}

	.ttl02 + .toggle_area {
		display: none;
	}
	h3 {
		padding: 20px 4% 20px 0;
		margin: 0 auto 30px;
		width: 100%;
		box-sizing: border-box;
		font-size: 112.5%;
	}
	h3 span {
		padding-left: 6%;
	}
	h4 {
		font-size: 106.2%;
	}
}


.toggle_area {
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 798px) {

	.toggle_area {
		width: 90%;
		margin: 0 5%;
	}

}


/*パーツ
---------------------------------------------------------- */
.col2_block,
.col3_block {
	width: 960px;
	margin: 0 auto 50px;
}
.col2_block article,
.col3_block article {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 35px;
}

/* パーツ */
.col2_block article[data-col="img"],
.col3_block article[data-col="img"] {
	margin-bottom: 0;
}
.col2_block article[data-col="img"] figure,
.col3_block article[data-col="img"] figure {
	margin-bottom: 0;
}
.col2_block article[data-col="img"] a,
.col3_block article[data-col="img"] a {
	display: block;
}
.col2_block article[data-col="img"] p,
.col3_block article[data-col="img"] p {
	font-size: 81.25%;
	color: #555;
}
.col2_block article figure,
.col3_block article figure {
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
	line-height: 0;
}
.col2_block article figure img,
.col3_block article figure img {
	max-width: 100%;
	height: auto;
}
.col2_block article p,
.col3_block article p{
	color: #222222;
}
/* 2カラム */
.col2_block article {
	width: 48%;
	margin-right: 3%;
}
.col2_block article:nth-child(2n){
	margin-right: 0;
}
/* 3カラム */
.col3_block article {
	width: 31.7%;
}
.col3_block article:nth-child(3n-1){
	margin-left: 7.5px;
	margin-right: 7.5px;
}
/* 40%カラム */
.col2_block [data-col-size="40per"] {
	width: 38%;
}
.col2_block [data-col-size="40per"] + article {
	width: 58%;
}

/* 70%カラム */
.col2_block [data-col-size="70per"] {
	width: 68%;
}
.col2_block [data-col-size="70per"] + article {
	width: 28%;
}

@media screen and (max-width: 798px) {
	.col2_block,
	.col3_block {
		width: 90%;
		margin: 0 5% 80px;
	}
	.col2_block article,
	.col3_block article{
		display: inline-block;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 35px;
	}
	.col2_block article[data-col="img"],
	.col3_block article[data-col="img"] {
		margin-bottom: 20px;
	}
	.col2_block article[data-col="img"] figure,
	.col3_block article[data-col="img"] figure {
		margin-bottom: 0;
	}
	.col2_block article:last-child,
	.col3_block article:last-child{
		margin-bottom: 0;
	}
	.col3_block article:nth-child(3n-1){
		margin-left: 0;
		margin-right: 0;
	}
	/* 40%カラム */
	.col2_block [data-col-size="40per"],
	.col2_block [data-col-size="40per"] + article,
	.col2_block [data-col-size="70per"],
	.col2_block [data-col-size="70per"] + article {
		width: 100%;
	}

}



/*テキストボックス
---------------------------------------------------------- */
.text_box {
	width: 960px;
	margin: 0 auto 50px;
}
@media screen and (max-width: 798px) {

	.text_box {
		width: 90%;
		margin: 0 auto 35px;
	}

}


/*画像ボックス
---------------------------------------------------------- */
.img_box {
	width: 960px;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 0;
}
.img_box figure img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 798px) {

	.img_box {
		width: 90%;
		margin: 0 auto 35px;
	}

}


/*ボーダーあり
---------------------------------------------------------- */
.col2_block.border-box article,
.col3_block.border-box article {
	border: 1px solid #dedede;
	padding: 20px 15px;
	text-align: center;
}
@media screen and (max-width: 798px) {
}


/*FAQ
---------------------------------------------------------- */
.faq_area article:last-child {
	margin-bottom: 70px;
}
.faq_area h3:before {
	display: none;
}
.faq_area h3 {
	background: url(../img/guide/icon_q.png) no-repeat 30px center;
	padding: 35px 30px 35px 100px;
	margin-bottom: 0;
	color: #212121;
}
.faq_area p {
	background: #f5f5f5 url(../img/guide/icon_a.png) no-repeat 30px 30px;
	padding: 45px 30px 35px 100px;
	border-top: 1px solid #dbdbdb;
	line-height: 1.9;
	color: #212121;

}
@media screen and (max-width: 798px) {

	.faq_area h3 {
		background: url(../img/guide/icon_q.png) no-repeat 4% 30%;
		background-size: 9%;
		padding: 25px 4% 25px 17%;
		line-height: 1.3;
	}
	.faq_area p {
		background: #f5f5f5 url(../img/guide/icon_a.png) no-repeat 4% 25px;
		background-size: 9%;
		padding: 8% 4% 25px 17%;
		line-height: 1.3;
	}
}

/*インタビューエリア
---------------------------------------------------------- */
.interview_bnr_area {
	width:1000px;
	margin:0 auto 10px;
}

.interview_bnr_area ul{
	clear:both;
	overflow:hidden;
	margin-left: -20px;
}

.interview_bnr_area ul li{
	float:left;
	margin: 0 0 20px 20px;
}


@media screen and (max-width: 798px) {
	.interview_bnr_area {
		width:100%;
		margin:0 0 30px;
	}
	
	.interview_bnr_area ul{
		margin:0 4% 0;
	}
	.interview_bnr_area ul li{
		float:none;
		margin:0 0 10px;
	}
	.interview_bnr_area ul li img{
		width:100%;
		height:100%;
	}

	.interview_bnr_area ul li:nth-child(odd){
		margin-right:0;
	}
	
}

/* ローカルナビ */


.nav_local {
	width: 1000px;
	margin-bottom: 30px;
	padding: 20px 15px;
	box-sizing: border-box;
	margin: 0 auto 50px;
	background: #e0e6eb;
	background-image: -webkit-linear-gradient(315deg, #e0e6eb 50%, #d7dde2 50%, #d7dde2 50%);
	background-image: linear-gradient(135deg, #e0e6eb 50%, #d7dde2 50%, #d7dde2 50%);
}

.nav_local ul {
	clear:  both;
	overflow: hidden;
}

.nav_local ul li {
	display: inline-block;
	float: center;
	width: 465px;
	margin:5px 0 10px 5px;
	background: #fafbfc url(../img/interview/arrow_i_bla.png) no-repeat 94% center;
	text-align: center;
	border: 1px solid #cecfd1;
}

.nav_local ul li a {
	padding: 10px 25px;
	display: block;
	color: #262625;
}

.nav_local ul li.here {
	background: #262625 url(../img/interview/arrow_i_wh.png) no-repeat 94% center;
}

.nav_local ul li.here a{
	color: #fff;
	pointer-events: none;
}

.nav_local div ul li:last-child {
	padding-left: 10px;
}
@media screen and (max-width: 798px) {
	.nav_local {
		width: 100%;
		margin: 0 auto 30px;
	}
	.nav_local ul.sp_2cols {
		width: 100%;
		font-size: 88%;
		text-align:center;
		margin: 0 auto -2%;
	}

	.nav_local ul.sp_2cols li {
		width: 48%;
		float:left;
		margin: 0;
		margin: 0 1% 2%;
	}
}