@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
#contents{
	line-height: 1.8;
}
/*=============================================================
 #main
=============================================================*/
#main{
	width: 100%;
	padding: 0 0 0 10%;
	position: relative;
}
#mainPhoto{
	width: 100%;
}
#mainPhoto img{
	border-radius: 40px 0 0 40px;
	position: relative;
	z-index: 2;
}
#mainPhoto .photo{
	padding: 0 0 10px 10px;
	position: relative;
}
#mainPhoto .photo:after{
	content: "";
	width: calc(100%);
	height: calc(100% - 10px);
	display: block;
	background: url("../../shared/img/bg_line_green.png") repeat left top;
	border-radius: 40px 0 0 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#mainTxt{
	width: 100%;
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 3;
}
#mainTxt h1{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px 0 0 35px;
	line-height: 1.0em !important;
	color: #3B8B42;
	position: relative;
}
#mainTxt h1 span.cap{
	font-size: 21px;
	line-height: 1.3em
}
#mainTxt h1 span.ttl{
	font-size: 31px;
	line-height: 1.3em
}
#mainTxt h1 span.txtEn{
	display: inline-block;
	margin: -5px 0 0;
	font-size: 90px;
	line-height: 1.0em !important;
}
/*=============================================================
 #anc
=============================================================*/
#anc{
	width: 67%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#anc ul{
	width: 100%;
	padding: 90px 0;
	display: flex;
	justify-content: space-between;
}
#anc ul li{
	width: calc(50% - 8px);
	height: 60px;
}
#anc ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #3B8B42;
	box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.6);
	transition:all 0s ease-out;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	opacity:1 !important;
	position: relative;
}
#anc ul li a:hover{
	background: #FFC900;
}
#anc ul li a:after{
	content: "";
	width: 23px;
	height: 16px;
	display: block;
	background: url("../../shared/img/arw_white.svg") no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(90deg);
	transition:transform 0.4s;
}
#anc ul li a:hover:after{
	transform: translateY(-30%) rotate(90deg);
}
/*=============================================================
 #teachWrap
=============================================================*/
#teachWrap{
}
/*.ttlArea
----------------------------------------*/
#teachWrap .ttlArea{
	padding: 0 10%;
	background-color: #fff4cc;
}
#teachWrap .ttlAreaInner{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	border-bottom: 1px dotted #3B8B42;
	text-align: center;
}
#teachWrap .ttlAreaInner p{
	display: inline-block;
	font-size: 20px;
	color: #3B8B42;
	margin: 0;
	padding: 0 39px 30px;
	background: url("../img/sendai_check.svg") no-repeat 0 0;
	line-height: 1.0;
}
#teachWrap .ttlAreaInner p span{
	display: inline-block;
	padding: 0 10px 3px;
	border-bottom: 2px dotted #3B8B42;
}
#teachWrap .ttlAreaInner h2 span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.25;
}
#teachWrap .ttlAreaInner h2 span:first-child{
	font-size: 26px
}
#teachWrap .ttlAreaInner h2 span:last-child{
	font-size: 42px
}
/*.ttlPoint
----------------------------------------*/
#teachWrap .ttlPoint{
	padding: 0 10%;
	background-color: #fff4cc;
}
#teachWrap .ttlPointInner{
	width: 100%;
	padding: 35px 0;
	display: flex;
	justify-content: space-between;
}
#teachWrap .ttlPointInner .boxIcn{
	width: 75px;
}
#teachWrap .ttlPointInner .boxTxt{
	width: calc(100% - 100px);
	padding: 33px 0 0;
	font-size: 22px;
	font-weight: 700;
	color: #3B8B42;
}
#teachWrap .ttlPointInner .boxTxt .txtS{
	font-size: 80%;
	font-weight: 400;
}
/*.clmPoint
----------------------------------------*/
#teachWrap .clmPoint{
	padding: 50px 10% 120px;
}
/*.clmPoint01
----------------------------------------*/
#teachWrap #point01 .boxClm{
	width: 75%;
	margin: 0 auto;
	padding: 30px 0 0;
	display: flex;
	justify-content: space-between;
}
#teachWrap #point01 .boxL{
	width: 50.5%;
}
#teachWrap #point01 .boxR{
	width: 46.5%;
}
#teachWrap #point01 .boxR .boxCaption{
	width: 70%;
	padding: 5% 0 0;
}
#teachWrap #point01 .boxR .boxTxt{
	padding: 20% 0 0;
}
#teachWrap #point01 .boxR .boxTxt .hukidashi{
	padding: 10%;
	border: 2px solid #c4dcc6;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #3B8B42;
	position: relative;
}
#teachWrap #point01 .boxR .boxTxt .hukidashi:after{
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background-color: #fff;
	border-right: 2px solid #c4dcc6;
	border-bottom: 2px solid #c4dcc6;
	font-size: 18px;
	position: absolute;
	top: calc(100% - 15px);
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
#teachWrap #point01 .boxR .boxTxt .hukidashi p{
	padding: 0 12%;
}
#teachWrap #point01 .boxR .boxTxt .il{
	padding: 0 0 0 40%;
}
/*.clmPoint02
----------------------------------------*/
#teachWrap #point02 .boxClm{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#teachWrap #point02 .boxClm .boxL,
#teachWrap #point02 .boxClm .boxR{
	width: calc(50% - 10px);
	padding: 4%;
	border-radius: 40px;
	background-color: #ebf3ec;
}
#teachWrap #point02 .boxClm h3{
	padding: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	color: #3B8B42;
}
#teachWrap #point02 .boxClm li{
	padding: 0 0 0 15px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
#teachWrap #point02 .boxClm li:before{
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	background-color: #3B8B42;
	border-radius: 9999px;
	position: absolute;
	top: 13px;
	left: 2px;
}
#teachWrap #point02 .boxClm p{
	padding: 15px 0 0 0;
}
#teachWrap #point02 .boxHukidashi{
	width: 77%;
	margin: 0 auto;
	padding: 80px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#teachWrap #point02 .boxHukidashi .boxL{
	width: 177px;
	order: 0;
}
#teachWrap #point02 .boxHukidashi .boxR{
	width: calc(100% - 217px);
	margin: 20px 0 0;
	padding: 4%;
	border: 2px solid #c4dcc6;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #3B8B42;
	position: relative;
	order: 1;
}
#teachWrap #point02 .boxHukidashi .boxR:after{
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background-color: #fff;
	border-right: 2px solid #c4dcc6;
	border-bottom: 2px solid #c4dcc6;
	font-size: 18px;
	position: absolute;
	top: calc(50%);
	left: -17px;
	transform: translateY(-50%) rotate(135deg);
}
/*.clmPoint03
----------------------------------------*/
#teachWrap #point03 .boxClm{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 0 0;
}
/*.clmPoint04
----------------------------------------*/
#teachWrap #point04 .boxClm{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 0 0;
	display: flex;
	justify-content: space-between;
}
#teachWrap #point04 .boxClm .boxL,
#teachWrap #point04 .boxClm .boxR{
	width: calc(50% - 10px);
	padding: 0 0 10px 10px;
	border-radius: 40px;
	position: relative;
}
#teachWrap #point04 .boxClm .boxL img,
#teachWrap #point04 .boxClm .boxR img{
	position: relative;
	z-index: 2;
	border-radius: 40px;
}
#teachWrap #point04 .boxClm .boxL:after,
#teachWrap #point04 .boxClm .boxR:after{
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	display: block;
	background: url("../../shared/img/bg_line_green.png") repeat left top;
	border-radius: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
/*=============================================================
 #interviewWrap
=============================================================*/
#interviewWrap{
}
/*.ttlArea
----------------------------------------*/
#interviewWrap .ttlArea{
	padding: 50px 0 50px 10%;
	display: flex;
	justify-content: space-between;
	background-color: #3B8B42;
}
#interviewWrap .ttlAreaL{
	width: 47%;
}
#interviewWrap .ttlAreaL p.ttl{
	display: inline-block;
	font-size: 20px;
	color: #FFC900;
	margin: 0;
	padding: 0 25px 30px;
	background: url("../img/sendai_maike.svg") no-repeat 0 0;
	line-height: 1.0;
}
#interviewWrap .ttlAreaL p.ttl span{
	display: inline-block;
	padding: 0 0 3px 20px;
	border-bottom: 2px dotted #FFC900;
}
#interviewWrap .ttlAreaL h2{
	display: block;
	padding: 0 0 20px;
	border-bottom: 2px dotted #FFF;
	font-size: 42px;
	color: #fff;
}
#interviewWrap .ttlAreaL .boxName{
	padding: 25px 0 0;
	color: #fff;
}
#interviewWrap .ttlAreaL .boxName .caption{
	font-size: 18px;
	font-weight: 700;
}
#interviewWrap .ttlAreaL .boxName .name{
	font-size: 24px;
}
#interviewWrap .ttlAreaL .boxName .school{
	font-size: 16px;
	display: inline-block;
	padding: 10px 0 0;
}
#interviewWrap .ttlAreaL dl{
	padding: 10px 0 0;
	color: #fff;
}
#interviewWrap .ttlAreaL dt{
	font-size: 24px;
}
#interviewWrap .ttlAreaL dd{
	font-size: 14px;
}
#interviewWrap .ttlAreaR{
	width: 50%;
}
#interviewWrap .ttlAreaR img{
	border-radius: 40px 0 0 40px;
}
/*.clmInterview
----------------------------------------*/
#interviewWrap .clmInterview{
	width: 100%;
	padding: 150px 10%;
	display: flex;
	justify-content: space-between;
	background-color: #ebf3ec;
}
#interviewWrap .clmInterview .boxL{
	width: 53%;
}
#interviewWrap .clmInterview02 .boxL{
	order: 1;
}
#interviewWrap .clmInterview .boxL h3{
	font-size: 22px;
	font-weight: 700;
	color: #3B8B42;
}
#interviewWrap .clmInterview .boxL p + h3{
	padding: 4em 0 0;
}
#interviewWrap .clmInterview .boxL p{
	padding: 1em 0 0;
	font-size: 14px;
}
#interviewWrap .clmInterview .boxR{
	width: 40%;
	padding: 50px 0 0;
}
#interviewWrap .clmInterview .boxR .boxPhoto{
	width: 100%;
	padding: 0 0 10px 10px;
	border-radius: 40px;
	position: relative;
}
#interviewWrap .clmInterview .boxR .boxPhoto img{
	position: relative;
	z-index: 2;
	border-radius: 40px;
}
#interviewWrap .clmInterview .boxR .boxPhoto:after{
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	display: block;
	background: url("../../shared/img/bg_line_green.png") repeat left top;
	border-radius: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#interviewWrap .clmInterview .boxR .boxTxt{
	display: inline-block;
	margin: 70px 0 0;
	padding: 38px 56px;
	position: relative;
}
#interviewWrap .clmInterview02 .boxR .boxTxt{
	padding: 38px 0 38px 56px;
}
#interviewWrap .clmInterview .boxR .boxTxt:before{
	content: "“";
	display: block;
	font-size: 100px;
	color: #b1d1b3;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0.1em;
	left: 0;
}
#interviewWrap .clmInterview .boxR .boxTxt:after{
	content: "”";
	display: block;
	font-size: 100px;
	color: #b1d1b3;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	bottom: -0.4em;
	right: 0;
}
#interviewWrap .clmInterview02 .boxR .boxTxt:after{
	bottom: -0.6em;
}
#interviewWrap .clmInterview .boxR .boxTxt p{
	font-size: 22px;
	font-weight: 700;
}
/*.clmInterview
----------------------------------------*/
#interviewWrap .clmSchedule{
	width: 100%;
	padding: 0 10% 100px;
	background-color: #ebf3ec;
}
#interviewWrap .clmScheduleInner{
	width: 100%;
	padding: 5%;
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	border-radius: 40px;
}
#interviewWrap .clmSchedule .boxL{
	width: 23%;
}
#interviewWrap .clmSchedule .boxL h3{
	font-weight: 700;
	color: #3B8B42;
}
#interviewWrap .clmSchedule .boxL h3 .txtEn{
	font-size: 53px;
	line-height: 1.0;
	display: block;
}
#interviewWrap .clmSchedule .boxL h3 .ttl{
	padding: 10px 0 0;
	display: block;
	font-size: 18px;
}
#interviewWrap .clmSchedule .boxR{
	width: 66%;
	border-left: 1px solid #3B8B42;
}
#interviewWrap .clmSchedule .boxR dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 10%;
}
#interviewWrap .clmSchedule .boxR dl + dl{
	padding: 3em 0 0 10%;
}
#interviewWrap .clmSchedule .boxR dl dt{
	width: 10%;
	font-size: 30px;
	font-family: 'Cairo', sans-serif;
	font-weight: 700;
	color: #3B8B42;
	line-height: 1.0;
}
#interviewWrap .clmSchedule .boxR dl dd{
	width: 82%;
}
#interviewWrap .clmSchedule .boxR dl dd p.txt{
	font-size: 18px;
	font-weight: 700;
}
#interviewWrap .clmSchedule .boxR dl dd p.caption{
	padding: 5px 0 0;
	font-size: 14px;
}
#interviewWrap .clmSchedule .boxR dl dd p.caption + p.txt{
	padding: 1em 0 0;
}
/*.clmOffTime
----------------------------------------*/
#interviewWrap .clmOffTime{
	padding: 0 0 130px;
	background-color: #ebf3ec;
}
#interviewWrap .clmOffTimeInner{
	width: 100%;
	margin: 0 0 0 10%;
	padding: 60px 10% 60px 0;
	background-color: #3B8B42;
	border-radius: 40px 0 0 40px;
}
#interviewWrap .clmOffTimeInner .boxClm{
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#interviewWrap .clmOffTimeInner .boxL,
#interviewWrap .clmOffTimeInner .boxR{
	width: 49%;
}
#interviewWrap .clmOffTimeInner .boxL{
	color: #fff;
}
#interviewWrap .clmOffTimeInner .boxL h3.txtEn{
	padding: 0 0 20px 8%;
	border-bottom: 1px dotted #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.0 !important;
}
#interviewWrap .clmOffTimeInner .boxL p.catch{
	padding: 20px 0 20px 8%;
	font-size: 20px;
	font-weight: 700;
}
#interviewWrap .clmOffTimeInner .boxL p.txt{
	padding: 0 0 0 8%;
	font-size: 14px;
}
#interviewWrap .clmOffTimeInner .boxR img{
	width: 100%;
	height: auto;
}


/*.photoArea
----------------------------------------*/
#interviewWrap .photoArea{
	width: 100%;
}
#interviewWrap .photoArea .box img{
	width: 100%;
	height: auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px){
/*=============================================================
 #main
=============================================================*/
#main{
	padding: 0 0 0 5%;
}
#mainPhoto .photo{
	padding: 0 0 7px 7px;
	position: relative;
}
#mainPhoto .photo:after{
	height: calc(100% - 7px);
	background-size: 6px 10px;
}
#mainTxt{
	left: 5%;
}
#mainTxt h1{
	display: block;
	padding: 10px 0 0 25px;
}
#mainTxt h1 span.cap{
	font-size: 12px;
}
#mainTxt h1 span.ttl{
	font-size: 14px;
}
#mainTxt h1 span.txtEn{
	display: block;
	margin: 0;
	font-size: 40px;
}
/*=============================================================
 #anc
=============================================================*/
#anc{
	width: 330px;
}
#anc ul{
	width: 100%;
	padding: 15px 0 40px;
	display: block;
}
#anc ul li{
	width: calc(100%);
	margin: 15px 0 0;
}
/*=============================================================
 #teachWrap
=============================================================*/
#teachWrap{
}
/*.ttlArea
----------------------------------------*/
#teachWrap .ttlArea{
	padding: 0 5%;
}
#teachWrap .ttlAreaInner{
	padding: 30px 0;
}
#teachWrap .ttlAreaInner p{
	padding: 0 39px 15px;
}
#teachWrap .ttlAreaInner h2 span{
	display: block;
}
#teachWrap .ttlAreaInner h2 span:first-child{
	font-size: 16px
}
#teachWrap .ttlAreaInner h2 span:last-child{
	font-size: 24px
}
/*.ttlPoint
----------------------------------------*/
#teachWrap .ttlPoint{
	padding: 0 5%;
}
#teachWrap .ttlPointInner{
	padding: 20px 0 30px;
}
#teachWrap .ttlPointInner .boxIcn{
	width: 42px;
}
#teachWrap .ttlPointInner .boxTxt{
	width: calc(100% - 60px);
	padding: 15px 0 0;
	font-size: 16px;
}
/*.clmPoint
----------------------------------------*/
#teachWrap .clmPoint{
	padding: 30px 5% 80px;
	font-size: 14px;
}
/*.clmPoint01
----------------------------------------*/
#teachWrap #point01 .boxClm{
	width: 100%;
	padding: 30px 0 0;
	display: block;
}
#teachWrap #point01 .boxL{
	width: 100%;
}
#teachWrap #point01 .boxR{
	width: 100%;
}
#teachWrap #point01 .boxR .boxCaption{
	width: 100%;
	padding: 30px 0 0;
}
#teachWrap #point01 .boxR .boxTxt{
	padding: 45px 0 0;
}
#teachWrap #point01 .boxR .boxTxt .hukidashi{
	padding: 5%;
	font-size: 14px;
}
#teachWrap #point01 .boxR .boxTxt .hukidashi p{
	padding: 0;
}
#teachWrap #point01 .boxR .boxTxt .il{
	padding: 0 0 0 25%;
}
/*.clmPoint02
----------------------------------------*/
#teachWrap #point02 .boxClm{
	padding: 0;
	display: block;
}
#teachWrap #point02 .boxClm .boxL,
#teachWrap #point02 .boxClm .boxR{
	width: calc(100%);
	padding: 7%;
	border-radius: 30px;
}
	#teachWrap #point02 .boxClm .boxR{
	margin: 20px 0 0 0;
}
#teachWrap #point02 .boxClm h3{
	padding: 0 0 10px;
	font-size: 16px;
}
	#teachWrap #point02 .boxClm .boxR ul{
		height: auto !important;
}
#teachWrap #point02 .boxClm li{
	font-size: 14px;
}
#teachWrap #point02 .boxClm li:before{
	top: 10px;
}
#teachWrap #point02 .boxHukidashi{
	width: 100%;
	padding: 35px 0 0;
	display: block;
}
#teachWrap #point02 .boxHukidashi .boxL{
	width: 100%;
	padding: 25px 30% 0 10%;
}
#teachWrap #point02 .boxHukidashi .boxR{
	width: calc(100%);
	margin: 0;
	padding: 5%;
	font-size: 14px;
}
#teachWrap #point02 .boxHukidashi .boxR:after{
	top: calc(100% - 15px);
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
/*.clmPoint03
----------------------------------------*/
#teachWrap #point03 .boxClm{
	width: 100%;
	padding: 20px 0 0;
}
/*.clmPoint04
----------------------------------------*/
#teachWrap #point04 .boxClm{
	padding: 30px 0 0;
}
#teachWrap #point04 .boxClm .boxL,
#teachWrap #point04 .boxClm .boxR{
	padding: 0 0 7px 7px;
}
#teachWrap #point04 .boxClm .boxL img,
#teachWrap #point04 .boxClm .boxR img{
	border-radius: 25px;
}
#teachWrap #point04 .boxClm .boxL:after,
#teachWrap #point04 .boxClm .boxR:after{
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	background-size: 6px 10px;
	border-radius: 25px;
}
/*=============================================================
 #interviewWrap
=============================================================*/
#interviewWrap{
	font-size: 14px;
}
/*.ttlArea
----------------------------------------*/
#interviewWrap .ttlArea{
	padding: 30px 0 30px 5%;
	display: block;
}
#interviewWrap .ttlAreaL{
	width: 100%;
	padding: 0 5% 0 0;
}
#interviewWrap .ttlAreaL h2{
	padding: 0 0 15px;
	font-size: 24px;
}
#interviewWrap .ttlAreaL .boxName{
	padding: 15px 0 0;
}
#interviewWrap .ttlAreaL .boxName .caption{
	font-size: 16px;
}
#interviewWrap .ttlAreaL .boxName .name{
	font-size: 20px;
}
#interviewWrap .ttlAreaL .boxName .school{
	padding: 5px 0 0;
	font-size: 12px;
}
#interviewWrap .ttlAreaL dl{
	padding: 25px 0 0;
}
#interviewWrap .ttlAreaL dt{
	font-size: 20px;
}
#interviewWrap .ttlAreaL dd{
	font-size: 14px;
}
#interviewWrap .ttlAreaR{
	width: 100%;
	padding: 30px 0 0;
}
#interviewWrap .ttlAreaR img{
	border-radius: 25px 0 0 25px;
}
/*.clmInterview
----------------------------------------*/
#interviewWrap .clmInterview{
	padding: 60px 5%;
	display: block;
}
#interviewWrap .clmInterview .boxL{
	width: 100%;
}
#interviewWrap .clmInterview .boxL h3{
	font-size: 16px;
}
#interviewWrap .clmInterview .boxL p + h3{
	padding: 2.5em 0 0;
}
#interviewWrap .clmInterview .boxR{
	width: 100%;
	padding: 35px 0 0;
	text-align: center;
}
#interviewWrap .clmInterview .boxR .boxPhoto{
	padding: 0 0 7px 7px;
	border-radius: 25px;
}
#interviewWrap .clmInterview .boxR .boxPhoto img{
	border-radius: 25px;
}
#interviewWrap .clmInterview .boxR .boxPhoto:after{
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	border-radius: 25px;
	background-size: 6px 10px;
}
#interviewWrap .clmInterview .boxR .boxTxt{
	display: inline-block;
	margin: 20px 0 0;
	padding: 20px 40px;
	position: relative;
	text-align: left;
}
#interviewWrap .clmInterview02 .boxR .boxTxt{
	padding: 20px 0 20px 40px;
}
#interviewWrap .clmInterview .boxR .boxTxt:before{
	font-size: 72px;
	top: 0.1em;
}
#interviewWrap .clmInterview .boxR .boxTxt:after{
	font-size: 72px;
	bottom: -0.4em;
}
#interviewWrap .clmInterview02 .boxR .boxTxt:after{
	bottom: -0.7em;
}
#interviewWrap .clmInterview .boxR .boxTxt p{
	font-size: 15px;
}	
/*.clmInterview
----------------------------------------*/
#interviewWrap .clmSchedule{
	padding: 50px 5%;
}
#interviewWrap .clmScheduleInner{
	display: block;
	border-radius: 25px;
}
#interviewWrap .clmSchedule .boxL{
	width: 100%;
}
#interviewWrap .clmSchedule .boxL h3 .txtEn{
	font-size: 32px;
}
#interviewWrap .clmSchedule .boxL h3 .ttl{
	padding: 5px 0 0;
	display: block;
	font-size: 14px;
}
#interviewWrap .clmSchedule .boxR{
	width: 100%;
	padding: 15px 0;
}
#interviewWrap .clmSchedule .boxR dl{
	display: block;
	padding: 0 0 0 15px;
}
#interviewWrap .clmSchedule .boxR dl + dl{
	padding: 3em 0 0 15px;
}
#interviewWrap .clmSchedule .boxR dl dt{
	width: 100%;
	font-size: 24px;
	padding: 0 0 5px;
}
#interviewWrap .clmSchedule .boxR dl dd{
	width: 100%;
}
#interviewWrap .clmSchedule .boxR dl dd p.txt{
	font-size: 16px;
}
#interviewWrap .clmSchedule .boxR dl dd p.caption{
	padding: 0 0 0;
	font-size: 14px;
}
/*.clmOffTime
----------------------------------------*/
#interviewWrap .clmOffTime{
	padding: 0 0 90px;
}
#interviewWrap .clmOffTimeInner{
	display: block;
	margin: 0 0 0 5%;
	padding: 35px 5% 35px 0;
	border-radius: 25px 0 0 25px;
}
#interviewWrap .clmOffTimeInner .boxClm{
	width: 100%;
	display: block;
}
#interviewWrap .clmOffTimeInner .boxL,
#interviewWrap .clmOffTimeInner .boxR{
	width: 100%;
}
#interviewWrap .clmOffTimeInner .boxL{
	padding: 0 5% 0 0;
}
#interviewWrap .clmOffTimeInner .boxL h3.txtEn{
	padding: 0 0 15px 5%;
	font-size: 30px;
}
#interviewWrap .clmOffTimeInner .boxL p.catch{
	padding: 15px 0 15px 5%;
	font-size: 15px;
}
#interviewWrap .clmOffTimeInner .boxL p.txt{
	padding: 0 0 0 5%;
}
#interviewWrap .clmOffTimeInner .boxR{
	padding: 20px 5% 0;
}

	
	
}













