@charset "utf-8";
/* CSS Document */


/* module
=========================================== */

.mod-featureTtl {
	background: #025990;
	color: #FFF;
	font-size: 2.1rem;
	font-family: ヒラギノ角ゴ W7 JIS2004;
	padding: 13px 12px;
	margin: 0 0 30px 0;
}
.mod-featureSubTtl {
	border-bottom: 1px solid #02b2de;
	margin:0 0 20px 0; 
	padding: 0 0 12px 15px;
	font-size: 2.0rem;
	font-family: ヒラギノ角ゴ W6 JIS2004;
	position: relative;
	color:#02b2de;
}
.mod-featureSubTtl:before {
	content: '';
	display: block;
	height: 1em;
	width: 8px;
	position: absolute;
	left: 0;	
	top: 0;
	background: #02b2de;
}
.end-text{
	margin-bottom: 30px;
}
.interview_box td a img{
	width: auto;
}

@media screen and (max-width: 640px){
	.mod-featureTtl {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.mod-featureSubTtl {
		font-size: 1.7rem;
		line-height: 2.0rem;
		margin-bottom: 15px;
	}
	.end-text{
		line-height: 1.8;
	}
	.interview_box td a img {
		width: 100%;
	}
}


/* mainImg
=========================================== */

#mainImg {
	width: 100%;
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 2000px){
	#mainImg {
		height: 480px;	
	}
	.mainImg_cont {
		width: 2000px;
		height: 100%;	
		margin: auto;
		position: absolute;
		left: 50%;
		top: 0;
		margin:0 0 0 -1000px;
	}
	.mainImg_cont img {
		height: 100%;
	}
}
@media screen and (max-width: 768px){
	#mainImg {
		height: auto;	
		background: none;
	}
	.mainImg_cont {
		width: 100%;
		height: auto;
		position:static;
		left:auto;
		top: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 640px){
	#mainImg {
		margin-bottom: 30px;
	}
}


/* outline
=========================================== */

#outline {
	max-width: 900px;
	margin: 0 auto 50px auto;
}
.outline_intro {
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 30px;
}
.outline_box {
	padding: 0 10px;
}
.outline_box + .outline_box {
	margin-top: 30px;
}
.outline_txt {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.outline_txt + .outline_txt {
	margin-top: 15px;
}
.outline_txt a {
	color: #025990;
	text-decoration: underline;
}
.outline_txt a:hover {
	opacity: 0.8;
}
.outline_txt span {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.6em;
}
.outline_table {
	width: 100%;
	text-align: center;
	border:1px solid #898280;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:0 0 20px 0;
}
.outline_table th ,
.outline_table td {	
	border:1px solid #898280;
	padding: 9px 10px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.outline_table th {
	font-size: 1.8rem;
	line-height:2.1rem;
	font-family: ヒラギノ角ゴ W6 JIS2004;
}
.outline_table thead th {
	background: #00a3a8;
	color: #FFF;
}
.outline_table tbody th {
	background: #e4e2e1; 
}
.outline_table td {
	font-size:1.6rem;
	line-height:2.1rem;
	padding: 7px 10px;
	font-family: ヒラギノ角ゴ W5 JIS2004;
}
.outline_table td span {
	font-size: 0.8em;
}
.outline_table th:nth-child(1) {
	width: 19%;
}
.outline_table td:nth-child(2) {
	width: 27%;
}
.outline_table td:nth-child(3) {
	width: 27%;
}
.outline_table td:nth-child(4) {
	width: 27%;
}
.outline_table tbody td:last-child {
	text-align: left;
}
.outline_terms {
	padding: 25px;
	margin-top:20px;
	text-align: justify;
}
.outline_terms.type01 {
	background: #eee9e0;
}
.outline_terms.type02 {
	background: #eee;
}
.outline_terms dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-family: ヒラギノ角ゴ W6 JIS2004;
	font-size:1.8rem;
	line-height: 2.3rem;
}
.outline_terms.type01 dt {
	color: #4e3e1c;
	border-bottom:1px dotted #4e3e1c;
}
.outline_terms.type02 dt {
	border-bottom:1px dotted #333;
}
.outline_terms dd {
	position: relative;
	padding-left: 0.9em;
	font-size:1.5rem;
	line-height: 2.3rem;
}
.outline_terms dd:before {
	content: '･';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.outline_terms dd + dd {
	margin-top: 10px;
}
.outline_contact {
	background: #d8e6eb;
	padding: 20px;
	margin-top: 20px;
}
.outline_contact dt {
	font-size: 1.9rem;
	line-height: 2.9rem;
	font-family: ヒラギノ角ゴ W6 JIS2004;
	padding-bottom:5px;
	color:#0074ce;
}
.outline_contact dd {
	font-size: 1.7rem;
	line-height: 2.8rem;
}
@media screen and (max-width: 1060px){
	#outline {
		padding-left:6%;
		padding-right:6%;
	}
}
@media screen and (max-width: 640px){
	#outline {
		margin-bottom: 30px;
	}	
	.outline_intro {
		font-size: 1.5rem;
		line-height: 2.5rem;
		margin-bottom: 20px;
	}
	.outline_txt {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
.outline_box:nth-of-type(2) h3.mod-featureTtl{
	line-height: 1.3;
}
	.outline_table {
		margin-bottom: 15px;
	}
	.outline_table th {
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding-left: 5px;
		padding-right: 5px;
		text-align: left;
	}
	.outline_table td {
		font-size: 1.3rem;
		line-height: 1.7rem;
		padding-left: 5px;
		padding-right: 5px;
		text-align: left;
	}
	.outline_table tr td:nth-child(1) span {
		width: auto;
		text-align: left;
	}	
	.outline_table th:nth-child(1) {
		width: 22%;
	}
	.outline_table td:nth-child(2) {
		width: 26%;
	}
	.outline_table td:nth-child(3) {
		width: 26%;
	}
	.outline_table td:nth-child(4) {
		width: 26%;
	}
	.outline_terms {
		padding: 20px;
	}
	.outline_terms dt {
		font-size:1.6rem;
		line-height: 2.1rem;
	}
	.outline_terms dd {
		font-size:1.4rem;
		line-height: 2.2rem;
	}	
	.outline_terms dd + dd {
		margin-top: 6px;
	}	
	.outline_contact {
		padding: 15px;
	}
	.outline_contact dt {
		font-size: 1.6rem;
		line-height: 2.3rem;
	}
	.outline_contact dd {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}		
}


/* outline
=========================================== */

#interview {
	max-width: 900px;
	margin: 0 auto 80px auto;
}
.interview_box {
	padding: 0 10px;
}
.interview_txt {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 30px;
}
.interview_profBox + .interview_profBox {
	margin-top: 45px;
}
.interview_prof_carrer {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 30px;
}
.interview_prof_carrer .img {
	width: 30%;
}
.interview_prof_carrer .txt {
	width: 66%;
}
.interview_prof_carrer .txt dt {
	font-size: 1.8rem;
	font-family: ヒラギノ角ゴ W6 JIS2004;
	margin-bottom: 15px;
}
.interview_prof_carrer .txt dd {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.interview_prof_article dl + dl {
	margin-top: 25px;
}
.interview_prof_article dt {
	font-size: 1.7rem;
	font-family: ヒラギノ角ゴ W6 JIS2004;
	background: #eee9e0;
	margin-bottom: 10px;
	padding: 8px;
	color:#4e3e1c;
}
.interview_prof_article dd {
	font-size: 1.6rem;
	line-height: 2.6rem;
	padding: 0 10px;
}
@media screen and (max-width: 1060px){
	#interview {
		padding-left:6%;
		padding-right:6%;
	}
}
@media screen and (max-width: 640px){
	#interview {
		margin-bottom: 40px;
	}	
	.interview_txt {
		font-size: 1.5rem;
		line-height: 2.5rem;
		margin-bottom: 20px;
	}
	.interview_profBox + .interview_profBox {
		margin-top: 30px;
	}	
	.interview_prof_carrer {
		margin-bottom: 20px;
	}
	.interview_prof_carrer .txt dt {
		font-size: 1.5rem;
		line-height: 2.0rem;
		margin-bottom: 5px;
	}
	.interview_prof_carrer .txt dd {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}	
	.interview_prof_article dl + dl {
		margin-top: 15px;
	}
	.interview_prof_article dt {
		font-size: 1.5rem;
	}
	.interview_prof_article dd {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}	
}	