@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;
}
.event-guide .page-grid{
	position: relative;
	max-width: 802px;
	z-index: 1;
}
.event-guide{
	position: relative;
	background: url(../image/common/bg_top.png) top center no-repeat;
	padding: 100px 0 0 0;
	margin-top: -50px;
}
.event-guide .guide-ttl{
	text-align: center;
	margin-bottom: 40px;
}
.event-guide .event-nav{
	margin-bottom: 70px;
}
.event-guide .event-nav ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.event-guide .event-nav ul li{
	width: 32%;
	margin: 0 0.5%;
}
.event-guide .event-nav ul li a{
	position: relative;
	display: block;
	background: #6e403e;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 3.2;
	text-align: center;
	padding: 0 35px 0 25px;
	border-radius: 50px;
}
.event-guide .event-nav ul li a::after{
	content: '';
	position: absolute;
	display: inline-block;
	z-index: 1;
	background: url(../image/common/arrow3.png) center center no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	top: 18px;
	right: 20px;
}
.experience-guide{
	position: relative;
	background: url(../image/common/bg_y.png) top center no-repeat;
	background-size: cover;
	padding: 110px 0 140px 0;
}
.experience-guide::before,
.experience-guide::after{
	content: '';
	position: absolute;
	display: inline-block;
}
.experience-guide::before{
	background: url(../image/common/tree_bg1.png) center center no-repeat;
	background-size: cover;
	width: 158px;
	height: 462px;
	top: 40%;
	left: -35px;
}
.experience-guide::after{
	background: url(../image/common/tree_bg2.png) center center no-repeat;
	background-size: cover;
	width: 157px;
	height: 477px;
	top: 36%;
	right: -45px;
}
.experience-guide .guide-ttl{
	margin-bottom: 80px;
}
.experience-guide .experience-head{
	align-items: center;
	margin-bottom: 50px;
}
.experience-guide .experience-head .imgArea{
	position: relative;
	width: 50%;
}
.experience-guide .experience-head .imgArea:before{
	content: '';
	position: absolute;
	display: inline-block;
	background: url(../image/recruit/event/cap.png) center center no-repeat;
	background-size: cover;
	width: 107px;
	height: 70px;
	right: 0;
	bottom: -5px;
}
.experience-guide .experience-head .titleArea{
	width: 46%;
}
.experience-guide .faqArea{
	margin-bottom: 50px;
}
.experience-guide .commentArea{
	background: #ffffff;
	padding: 50px 40px;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
}
.experience-guide .commentArea p{
	font-size: 16px;
	font-weight: 500;
	line-height: 2.4;
	text-align: center;
}
.experience-guide .commentArea p span{
	color: #fd6900;
}
.voice-guide{
	position: relative;
	background: url(../image/common/bg_top.png) top center no-repeat;
	padding: 110px 0 80px 0;
	margin-top: -50px;
}
.voice-guide::before,
.voice-guide::after{
	content: '';
	position: absolute;
	display: inline-block;
}
.voice-guide::before{
	background: url(../image/common/fox2.png) center center no-repeat;
	background-size: cover;
	width: 153px;
	height: 239px;
	bottom: 10%;
	left: 0;
}
.voice-guide::after{
	background: url(../image/common/green6.png) center center no-repeat;
	background-size: cover;
	width: 467px;
	height: 592px;
	top: 10%;
	right: -315px;
}
.voice-guide .guide-ttl{
	margin-bottom: 50px;
}
.voice-guide .voice-list dl{
	width: 100%;
	display: table;
	margin-bottom: 40px;
}
.voice-guide .voice-list dl:last-child{
	margin-bottom: 0;
}
.voice-guide .voice-list dl dt,
.voice-guide .voice-list dl dd{
	display: table-cell;
}
.voice-guide .voice-list dl dt{
	width: 160px;
}
.voice-guide .voice-list dl dd{
	vertical-align: middle;
	width: calc(100% - 160px);
	background: #fbf7e9;
	padding: 30px 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
.flow-guide{
	position: relative;
	background: url(../image/common/bg_y.png) top center no-repeat;
	background-size: cover;
	padding: 110px 0 140px 0;
}
.flow-guide::before,
.flow-guide::after{
	content: '';
	position: absolute;
	display: inline-block;
}
.flow-guide::before{
	background: url(../image/common/green5.png) center center no-repeat;
	background-size: cover;
	width: 460px;
	height: 594px;
	top: 40%;
	left: -315px;
}
.flow-guide::after{
	background: url(../image/common/hedgehog2.png) center center no-repeat;
	background-size: cover;
	width: 147px;
	height: 241px;
	top: 22%;
	right: -10px;
}
.flow-guide .flow-head{
	margin-bottom: 30px;
}
.flow-guide .flow-head .imgArea{
	position: relative;
	width: 50%;
}
.flow-guide .flow-head .imgArea:before{
	content: '';
	position: absolute;
	display: inline-block;
	background: url(../image/recruit/event/shoes.png) center center no-repeat;
	background-size: cover;
	width: 110px;
	height: 104px;
	right: 15px;
	bottom: 0;
}
.flow-guide .flow-head .titleArea{
	width: 46%;
	margin-top: 60px;
}
.flow-guide .tblArea .flow-tbl{
	border-collapse: separate;
    border-spacing: 6px;
    margin-bottom: 40px;
}
.flow-guide .tblArea .flow-tbl th,
.flow-guide .tblArea .flow-tbl td{
	font-weight: 500;
	letter-spacing: 0.075em;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
}
.flow-guide .tblArea .flow-tbl th{
	background: #ffd1bf;
	width: 184px;
	font-size: 14px;
}
.flow-guide .tblArea .flow-tbl th span{
	display: block;
	font-size: 10px;
}
.flow-guide .tblArea .flow-tbl td{
	background: #ffffff;
	font-size: 14px;
	line-height: 1.2;
}
.flow-guide .tblArea .flow-tbl tr:first-child th{
	border-radius: 32px 0 0 0;
}
.flow-guide .tblArea .flow-tbl tr:first-child td{
    border-radius: 0 32px 0 0;
}
.flow-guide .tblArea .flow-tbl tr:last-child th{
    border-radius: 0 0 0 32px;
}
.flow-guide .tblArea .flow-tbl tr:last-child td{
    border-radius: 0 0 32px 0;
}
.flow-guide .text{
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.flow-guide .text span{
	color: #fd6900;
}
.flow-guide .block_btn{
	text-align: center;
	margin-top: 40px;
}
.flow-guide .block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 400px;
}
.flow-guide .block_btn a{
	position: relative;
	display: block;
	background: #6e403e;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 3.6;
	text-align: center;
	padding: 0 35px 0 25px;
	border-radius: 50px;
}
.flow-guide .block_btn a::after{
	content: '';
	position: absolute;
	display: inline-block;
	z-index: 1;
	background: url(../image/common/arrow3.png) center center no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	top: 18px;
	right: 20px;
}
@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;
	}
	.event-guide{
		background-size: 200%;
		padding: 15% 0 10% 0;
		margin-top: -10%;
	}
	.event-guide .guide-ttl{
		margin-bottom: 8%;
	}
	.event-guide .guide-ttl img{
		width: 88%;
	}
	.event-guide .event-nav{
		margin-bottom: 10%;
	}
	.event-guide .event-nav ul{
		display: block;
	}
	.event-guide .event-nav ul li{
		width: 90%;
		margin: 0 auto 4% auto;
	}
	.event-guide .event-nav ul li a{
		font-size: 16px;
		padding: 0 35px 0 25px;
	}
	.event-guide .event-nav ul li a::after{
		width: 15px;
		height: 15px;
		top: 18px;
		right: 20px;
	}
	.experience-guide{
		background-size: 200%;
		padding: 15% 0 8% 0;
	}
	.experience-guide::before,
	.experience-guide::after{
		content: none;
	}
	.experience-guide::before{
		content: '';
		position: absolute;
		display: inline-block;
		background: #fbf7e9;
		width: 100%;
		height: 100%;
		top: 5%;
		left: 0;
	}
	.experience-guide .guide-ttl{
		margin-bottom: 10%;
	}
	.experience-guide .guide-ttl img{
		width: 76%;
	}
	.experience-guide .experience-head{
		margin-bottom: 8%;
	}
	.experience-guide .experience-head .imgArea{
		width: 100%;
		margin-bottom: 8%;
	}
	.experience-guide .experience-head .imgArea img{
		width: 100%;
	}
	.experience-guide .experience-head .imgArea:before{
		background-size: contain;
		width: 25%;
		height: 27%;
		bottom: -2%;
		right: 0;
	}
	.experience-guide .experience-head .titleArea{
		width: 100%;
		text-align: center;
	}
	.experience-guide .experience-head .titleArea img{
		width: 94%;
	}
	.experience-guide .faqArea{
		margin-bottom: 8%;
	}
	.experience-guide .commentArea{
		width: 112%;
		margin: 0 -6%;
		margin-bottom: 8%;
		padding: 8% 5%;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.experience-guide .commentArea p{
		font-size: 3.6vw;
	}
	.experience-guide .iconArea img{
		width: 35%;
	}
	.voice-guide{
		background-size: 200%;
		padding: 15% 0 13% 0;
		margin-top: 0;
	}
	.voice-guide::before,
	.voice-guide::after{
		content: none;
	}
	.voice-guide .guide-ttl{
		margin-bottom: 8%;
	}
	.voice-guide .guide-ttl img{
		width: 95%;
	}
	.voice-guide .voice-list dl{
		display: block;
		margin-bottom: 12%;
	}
	.voice-guide .voice-list dl:last-child{
		margin-bottom: 0;
	}
	.voice-guide .voice-list dl dt,
	.voice-guide .voice-list dl dd{
		display: block;
	}
	.voice-guide .voice-list dl dt{
		width: 100%;
		text-align: center;
		margin-bottom: 3%;
	}
	.voice-guide .voice-list dl dt img{
		width: 42%;
	}
	.voice-guide .voice-list dl dd{
		width: 100%;
		padding: 5%;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		font-size: 3.6vw;
	}
	.flow-guide{
		background-size: 200%;
		padding: 15% 0 20% 0;
	}
	.flow-guide::before,
	.flow-guide::after{
		content: none;
	}
	.flow-guide::before{
		content: '';
		position: absolute;
		display: inline-block;
		background: #fbf7e9;
		width: 100%;
		height: 95%;
		top: 5%;
		left: 0;
	}
	.flow-guide .flow-head{
		margin-bottom: 6%;
	}
	.flow-guide .flow-head .imgArea{
		width: 100%;
		margin-bottom: 8%;
	}
	.flow-guide .flow-head .imgArea img{
		width: 100%;
	}
	.flow-guide .flow-head .imgArea:before{
		background-size: contain;
		width: 25%;
		height: 38%;
		bottom: 0;
		right: 3%;
	}
	.flow-guide .flow-head .titleArea{
		width: 100%;
		margin-top: 0;
	}
	.flow-guide .flow-head .titleArea img{
		width: 95%;
	}
	.flow-guide .tblArea .flow-tbl{
	    border-spacing: 3px;
	    margin-bottom: 8%;
	}
	.flow-guide .tblArea .flow-tbl th,
	.flow-guide .tblArea .flow-tbl td{
		padding: 3%;
	}
	.flow-guide .tblArea .flow-tbl th{
		width: 25%;
		font-size: 3.4vw;
	}
	.flow-guide .tblArea .flow-tbl th span{
		font-size: 3vw;
	}
	.flow-guide .tblArea .flow-tbl td{
		font-size: 3.4vw;
		text-align: left;
	}
	.flow-guide .tblArea .flow-tbl tr:first-child th{
		 border-radius: 20px 0 0 0;
	}
	.flow-guide .tblArea .flow-tbl tr:first-child td{
	    border-radius: 0 20px 0 0;
	}
	.flow-guide .tblArea .flow-tbl tr:last-child th{
	    border-radius: 0 0 0 20px;
	}
	.flow-guide .tblArea .flow-tbl tr:last-child td{
	    border-radius: 0 0 20px 0;
	}
	.flow-guide .text{
		font-size: 3.4vw;
	}
	.flow-guide .block_btn{
		margin-top: 6%;
	}
	.flow-guide .block_btn a{
		font-size: 3.6vw;
		padding: 0 35px 0 25px;
	}
	.flow-guide .block_btn a::after{
		background-size: contain;
		width: 9%;
		height: 44%;
		top: 28%;
		right: 4%;
	}
}
@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;
	}
	.event-guide{
		padding: 80px 0 60px 0;
		margin-top: -40px;
	}
	.event-guide .guide-ttl{
		margin-bottom: 40px;
	}
	.event-guide .guide-ttl img{
		width: 364px;
	}
	.event-guide .event-nav{
		margin-bottom: 70px;
	}
	.event-guide .event-nav ul li a{
		font-size: 15px;
		padding: 0 35px 0 25px;
	}
	.event-guide .event-nav ul li a::after{
		top: 17px;
		right: 15px;
	}
	.experience-guide{
		background-size: 200%;
		padding: 80px 0 100px 0;
	}
	.experience-guide::before,
	.experience-guide::after{
		content: none;
	}
	.experience-guide .guide-ttl{
		margin-bottom: 60px;
	}
	.experience-guide .guide-ttl img{
		width: 273px;
	}
	.experience-guide .experience-head{
		margin-bottom: 30px;
	}
	.experience-guide .experience-head .imgArea:before{
		width: 90px;
		height: 60px;
		right: 0;
		bottom: -5px;
	}
	.experience-guide .faqArea{
		margin-bottom: 30px;
	}
	.experience-guide .commentArea{
		padding: 40px 30px;
	}
	.experience-guide .commentArea p{
		font-size: 15px;
	}
	.voice-guide{
		padding: 80px 0 60px 0;
		margin-top: -40px;
	}
	.voice-guide::before,
	.voice-guide::after{
		content: none;
	}
	.voice-guide .guide-ttl{
		margin-bottom: 40px;
	}
	.voice-guide .guide-ttl img{
		width: 484px;
	}
	.voice-guide .voice-list dl{
		margin-bottom: 30px;
	}
	.voice-guide .voice-list dl dd{
		padding: 20px 30px;
		font-size: 14px;
	}
	.flow-guide{
		background-size: 200%;
		padding: 80px 0 100px 0;
	}
	.flow-guide::before,
	.flow-guide::after{
		content: none;
	}
	.flow-guide .flow-head{
		margin-bottom: 30px;
	}
	.flow-guide .flow-head .imgArea:before{
			width: 100px;
		height: 96px;
		right: 10px;
		bottom: 0;
	}
	.flow-guide .flow-head .titleArea{
		margin-top: 40px;
	}
	.flow-guide .tblArea .flow-tbl{
	    margin-bottom: 30px;
	}
	.flow-guide .block_btn{
		margin-top: 30px;
	}
}

.imgArea2{
	margin-bottom:50px;
}
