@charset "utf-8";
/**
/* 先生インタビュー CSS
----------------------------------------------- */
.page-header{
	position: relative;
	background: #fbf7e9;
	margin-top: 135px;
	padding-top: 40px;
	padding-bottom: 130px;
}
.page-header::before,
.page-header::after{
	content: '';
	position: absolute;
	display: inline-block;
	z-index: 1;
}
.page-header::before{
	background: url(../image/common/header_bg2_l.png) center center no-repeat;
	background-size: cover;
	width: 482px;
	height: 740px;
	top: 140px;
	left: -265px;
}
.page-header::after{
	background: url(../image/common/header_bg2_r.png) center center no-repeat;
	background-size: cover;
	width: 630px;
	height: 675px;
	top: 230px;
	right: -340px;
}
.page-header .header-view{
	position: relative;
	z-index: 2;
}
.page-header .header-view .pc_img{
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
}
.page-header .header-view .view-img:before {
	background: rgba(38, 30, 28, 0.1);
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
}
.page-header .header-view .view-ttl{
	position: absolute;
	bottom: -16px;
	right: -16px;
	text-align: center;
}
.recruit-guide .page-grid{
	position: relative;
	max-width: 800px;
	z-index: 1;
}
.recruit-guide .guide-ttl{
	text-align: center;
}
.principal-guide{
	position: relative;
	background: url(../image/common/bg_top.png) top center no-repeat;
	padding: 100px 0 140px 0;
	margin-top: -50px;
}
.principal-guide::before,
.principal-guide::after{
	content: '';
	position: absolute;
	display: inline-block;
}
.principal-guide::before{
	background: url(../image/common/tree_bg1.png) center center no-repeat;
	background-size: cover;
	width: 158px;
	height: 455px;
	top: 50%;
	left: -45px;
}
.principal-guide::after{
	background: url(../image/common/tree_bg2.png) center center no-repeat;
	background-size: cover;
	width: 157px;
	height: 477px;
	top: 45%;
	right: -45px;
}
.principal-guide .guide-ttl{
	margin-bottom: 40px;
}
.principal-guide .imgArea{
	text-align: center;
	margin-bottom: 50px;
}
.principal-guide .imgArea img{
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
}
.principal-guide .faq-list .faq-items .question dd{
	color: #00b08f;
}
.principal-guide .faq-list .faq-items:nth-child(even) .question dd{
	color: #00b1d2;
}
.principal-guide .faq-list .faq-items .answer{
	background: #fbf7e9;
}
.teacher-guide{
	position: relative;
	background: url(../image/common/bg_y.png) top center no-repeat;
	background-size: cover;
	padding: 100px 0 140px 0;
}
.teacher-guide::before,
.teacher-guide::after{
	content: '';
	position: absolute;
	display: inline-block;
}
.teacher-guide::before{
	content: '';
	display: block;
	position: absolute;
	background-image: url(../image/common/fox2.png), url(../image/common/green5.png), url(../image/common/bg_6.png);
	background-repeat: no-repeat;
	background-position: left 0 top 25%, left -300px bottom 45%, left 5px bottom 15%;
	background-size: 153px 239px, 460px 594px, 136px 360px;
	width: 100%;
	height: 100%;
	top: 30px;
}
.teacher-guide::after{
	content: '';
	display: block;
	position: absolute;
	background-image: url(../image/common/green6.png), url(../image/common/hedgehog2.png), url(../image/common/green7.png);
	background-repeat: no-repeat;
	background-position: right -310px top 3%, right -25px top 35%, right -300px bottom 25%;
	background-size: 466px 592px, 146px 241px, 466px 592px;
	width: 100%;
	height: 100%;
	top: 30px;
}
.teacher-guide .guide-ttl{
	margin-bottom: 50px;
}
.teacher-guide .teacher-list .teacher-items{
	margin-bottom: 80px;
}
.teacher-guide .teacher-list .teacher-items:last-child{
	margin-bottom: 0;
}
.teacher-guide .teacher-list .teacher-items .teacher-data{
	align-items: center;
	margin-bottom: 20px;
}
.teacher-guide .teacher-list .teacher-items .teacher-data .imgArea{
	width: 50%;
}
.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea{
	position: relative;
	width: 50%;
	padding-left: 90px;
}
.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea::before{
	background: url(../image/recruit/interview/line-sp.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	content: '';
	width: 346px;
	height: 24px;
	bottom: -30px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea .name{
	margin-bottom: 30px;
}
.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea .data{
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.teacher-guide .faq-list .faq-items .answer{
	background: #ffffff;
}
.faq-list .faq-items{
	margin-bottom: 50px;
}
.faq-list .faq-items:last-child{
	margin-bottom: 0;
}
.faq-list .faq-items .dl_table{
	width: 100%;
	display: table;
}
.faq-list .faq-items .dl_table dt,
.faq-list .faq-items .dl_table dd{
	display: table-cell;
}
.faq-list .faq-items .question{
	position: relative;
	padding: 0 30px;
	margin-bottom: 30px;
}
.faq-list .faq-items .question dt{
	width: 53px;
}
.faq-list .faq-items .question dd{
	width: calc(100% - 53px);
	padding-left: 20px;
}
.faq-list .faq-items .question dd{
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
.faq-list .faq-items .answer{
	border-radius: 15px;
	padding: 50px 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.4;
	letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
	.page-header{
		margin-top: 70px;
		padding-top: 0;
		padding-bottom: 20%;
	}
	.page-header::before{
		content: none;
	}
	.page-header::after{
		background: url(../image/common/sp_header_bg_r.png) center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 74%;
		top: -45%;
		right: -50%;
		z-index: 3;
	}
	.page-header .header-view{
		width: 100%;
	}
	.page-header .header-view .view-img:before {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.page-header .header-view .view-ttl{
		width: 50%;
		bottom: -35px;
		right: 5px;
	}
	.principal-guide{
		background-size: 200%;
		padding: 15% 0 10% 0;
		margin-top: -10%;
	}
	.principal-guide::before,
	.principal-guide::after{
		content: none;
	}
	.recruit-guide .page-grid{
		padding-bottom: 12%;
	}
	.principal-guide .page-grid::after{
		content: '';
		position: absolute;
		display: inline-block;
		background: url(../image/common/bg4-sp.png) center center no-repeat;
		background-size: contain;
		width: 30%;
		height: 2%;
		bottom: -1%;
		left: 5%;
	}
	.principal-guide .guide-ttl{
		margin-bottom: 10%;
	}
	.principal-guide .guide-ttl img{
		width: 72%;
	}
	.principal-guide .imgArea{
		margin-bottom: 10%;
	}
	.teacher-guide{
		background-size: 200%;
		padding: 15% 0 25% 0;
	}
	.teacher-guide::before{
		background: #fbf7e9;
		top: 5%;
	}
	.teacher-guide::after{
		content: none;
	}
	.teacher-guide .guide-ttl{
		margin-bottom: 10%;
	}
	.teacher-guide .guide-ttl img{
		width: 90%;
	}
	.teacher-guide .teacher-list .teacher-items{
		margin-bottom: 15%;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data{
		margin-bottom: 8%;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .imgArea{
		width: 100%;
		margin-bottom: 8%;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea{
		width: 100%;
		display: flex;
		align-items: center;
		padding-left: 0;
		margin-bottom: 20%;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea::before{
		background-size: contain;
		width: 100%;
		height: 42%;
		bottom: -75%;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea .name{
		width: 50%;
		margin-bottom: 0;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea .data{
		width: 50%;
		font-size: 3.6vw;
		padding-left: 5%;
		margin-bottom: 0;
	}
	.faq-list .faq-items{
		margin-bottom: 10%;
	}
	.faq-list .faq-items .question{
		padding: 0 3%;
		margin-bottom: 5%;
	}
	.faq-list .faq-items .question dt{
		width: 10%;
	}
	.faq-list .faq-items .question dd{
		width: calc(100% - 10%);
		padding-left: 4%;
	}
	.faq-list .faq-items .question dd{
		font-size: 4vw;
	}
	.faq-list .faq-items .answer{
		border-radius: 10px;
		padding: 6% 4%;
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-header{
		margin-top: 110px;
		padding-top: 20px;
		padding-bottom: 100px;
	}
	.page-header::before{
		content: none;
	}
	.page-header::after{
		width: 419px;
		height: 550px;
		top: -150px;
		right: -200px;
	}
	.page-header .header-view .view-ttl{
		width: 220px;
		bottom: -45px;
		right: -20px;
	}
	.principal-guide{
		padding: 80px 0 60px 0;
		margin-top: -40px;
	}
	.principal-guide::before,
	.principal-guide::after{
		content: none;
	}
	.principal-guide .guide-ttl{
		margin-bottom: 30px;
	}
	.principal-guide .guide-ttl img{
		width: 416px;
	}
	.principal-guide .imgArea{
		margin-bottom: 40px;
	}
	.teacher-guide::before,
	.teacher-guide::after{
		content: none;
	}
	.teacher-guide{
		padding: 80px 0 180px 0;
	}
	.teacher-guide .guide-ttl{
		margin-bottom: 40px;
	}
	.teacher-guide .guide-ttl img{
		width: 330px;
	}
	.teacher-guide .teacher-list .teacher-items{
		margin-bottom: 60px;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data{
		margin-bottom: 20px;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .imgArea{
		width: 50%;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea{
		width: 50%;
		padding-left: 60px;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea::before{
		background-size: contain;
		width: 100%;
		height: 16%;
		bottom: -20px;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea .name{
		margin-bottom: 20px;
	}
	.teacher-guide .teacher-list .teacher-items .teacher-data .nameArea .data{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.faq-list .faq-items{
		margin-bottom: 40px;
	}
	.faq-list .faq-items .question{
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.faq-list .faq-items .question dt{
		width: 45px;
	}
	.faq-list .faq-items .question dd{
		width: calc(100% - 45px);
		padding-left: 15px;
	}
	.faq-list .faq-items .question dd{
		font-size: 18px;
	}
	.faq-list .faq-items .answer{
		padding: 30px 20px;
		font-size: 15px;
	}
}
