@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap');
/*font-family: 'Roboto Slab', serif;*/

#lp-contents{
	text-align: left;
	margin: 0 auto;
	max-width: 1080px;
}
@media screen and (max-width: 767px){
	#lp-contents{
		padding: 0 17px;
	}
}

#experience_flow{
	background-color: rgba(255,255,255,1.00);
	box-shadow: 2px 2px 4px rgba(0,0,0,.40);
	border-radius: 10px;
	padding: 0 55px 55px;
	margin: 80px auto 0;
	max-width: 960px;
}
.experience_heading{
	font-size: 2.6rem;
	text-align: center;
}
.experience_heading span{
	background-color: #009a00;
	border-radius: 40px;
	color: #FFF;
	display: inline-block;
	padding: 10px 90px;
	position: relative;
	margin-top: -30px;
}
.request_mask{
	background-color: #dcdcdc;
	margin-top: 35px;
	padding: 30px;
}
.request_mask h3{
	font-size: 2.5rem;
	text-align: center;
}
.request_mask h3 strong{
	color: #009a00;
}
.mask_list{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.mask_list_item{
	display: flex;
	justify-content: space-between;
	width: 47.91%;
}
.mask_list_item_image{
	width: 132px;
}
.mask_list_item_detail{
	width: calc(100% - 138px);
}
.mask_list_item_detail dt{
	background-color: #f6ff66;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.mask_list_item_detail dd{
	font-size: 1.7rem;
	margin-top: 10px;
}



.step_item:before{
	background: url("../img/ic_flow_green.svg") center center no-repeat;
	background-size: 28px auto;
	content: "";
	display: block;
	height: 100px;
}
.step_item.ic_gray:before{
	background: url("../img/ic_flow_gray.svg") center center no-repeat;
	background-size: 28px auto;
}
.step_item_inner{
	display: flex;
	justify-content: space-between;
}
.step_item_image{
	width: 51.31%;
}
.step_item_detail{
	width: 46.71%;
}
.step_item_detail h3{
	color: #009500;
	font-size: 2.6rem;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.step_item_detail h3 span{
	border: 1px solid #231815;
	border-radius: 50%;
	color: #1a1a1a;
	font-size: 1.4rem;
	line-height: 62px;
	text-align: center;
	margin-right: 10px;
	width: 62px;
}
.step_item_detail p{
	font-size: 1.87rem;
}
.step_item_detail span{
	color: #009a00 !important;
	text-decoration: none !important;
}

.dotted_box{
	border: 2px dotted #333333;
	padding: 10px 20px;
	margin-top: 20px;
}
.dotted_box > dt{
	font-size: 1.7rem;
}
.row-list > div{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
.row-list > div > dt{
	background-color: #009a00;
	color: #FFF;
	line-height: 1;
	padding: 5px;
	text-align: center;
	width: 4em;
}
.row-list > div > dd{
	width: calc(100% - 4.5em);
}

.sq_list{
	display: flex;
}
.sq_list > dt,
.sq_list > dd{
	font-size: 1.76rem;
}
.sq_list > dt{
	white-space: nowrap;
	margin-right: 10px;
}
.sq_list > dt:before{
	color: #009a00;
	content: "■";	
}


.note_list > li{
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
}

.images_list{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.images_list > figure{
	width: 24.12%;
}

@media screen and (max-width: 767px){
#experience_flow{
	padding: 0 15px 30px;
	margin: 60px auto 0;
}
.experience_heading{
	font-size: 1.8rem;
}
.experience_heading span{
	border-radius: 20px;
	padding: 10px 30px;
	margin-top: -25px;
}
.request_mask{
	background-color: #dcdcdc;
	margin-top: 20px;
	padding: 30px 15px;
}
.request_mask h3{
	font-size: 1.8rem;
	text-align: center;
}
.mask_list{
	display: block;
	margin-top: 20px;
}
.mask_list_item{
	display: block;
	width: 100%;
}
.mask_list_item_image{
	margin: 20px auto 0;
}
.mask_list_item_detail{
	margin-top: 20px;
	width: 100%;
}
.mask_list_item_detail dt{
	background-color: #f6ff66;
	font-size: 1.6rem;
}
.mask_list_item_detail dd{
	font-size: 1.7rem;
	margin-top: 10px;
}
	
	
.step_item:before{
	background-size: 14px auto;
	height: 50px;
}
.step_item.ic_gray:before{
	background-size: 14px auto;
}
.step_item_inner{
	display: block;
}
.step_item_image{
	width: 100%;
}
.step_item_detail{
	margin-top: 15px;
	width: 100%;
}
.step_item_detail h3{
	font-size: 2rem;
}
.step_item_detail p{
	font-size: 1.6rem;
}

	
.dotted_box > dt{
	font-size: 1.5rem;
}
.row-list > div > dt{
	align-self: flex-start;
}
.row-list > div > dd{
	width: calc(100% - 4.5em);
}

.sq_list{
	display: flex;
}
.sq_list > dt,
.sq_list > dd{
	font-size: 1.76rem;
}
.sq_list > dt{
	white-space: nowrap;
	margin-right: 10px;
}
.sq_list > dt:before{
	color: #009a00;
	content: "■";	
}


.note_list > li{
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
}

.images_list{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.images_list > figure{
	width: 24.12%;
}
}




#one-on-one{
	border: 4px solid #ff408c;
	border-radius: 10px;
	position: relative;
	margin: 85px auto 0;
	padding-bottom: 30px;
	max-width: 960px;
}
#one-on-one:before{
	background: url("../img/bg_arrow.svg") no-repeat;
	background-size: 60px auto;
	content: "";
	display: block;
	width: 60px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: -35px;
	transform: translateX(-50%);
}
#one-on-one > h2{
	background-color: #f6ff66;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
	font-size: 2.97rem;
	padding: 35px 35px;
}
#one-on-one > h2 strong{
	color: #ff408c;
	font-size: 3.5rem;
	line-height: 1;
}
.one-on-one-price{
	padding: 0 225px 0 60px;
	position: relative;
	margin-top: 25px;
}
.one-on-one-price:before{
	background: url("../img/img_one-on-one.png") no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 266px;
	width: 266px;
	position: absolute;
	right: -45px;
	top: -30px;
}
.one-on-one-price > p{
	font-size: 2.42rem;
	font-weight: bold;
	text-align: center;
}
.one-on-one-price .price{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.one-on-one-price .price dt{
	border: 3px solid #ff408c;
	border-radius: 4px;
	background-color: #ff408c;
	color: #ffffff;
	font-size: 3.0rem;
	padding: 2px 10px;
	margin-right: 30px;
}
.one-on-one-price .price dd{
	color: #ff408c;
	font-size: 5rem;
	line-height: 1;
	font-weight: bold;
}
.one-on-one-price .price dd strong{
	font-family: 'Roboto Slab', serif;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1;
	display: inline-block;
	vertical-align: text-bottom;
}
#one-on-one ul > li{
	text-align: center;
	font-size: 2.0rem;
	margin-top: 20px;
}
#one-on-one > a,
#one-on-one > span{
	background-color: #FFF;
	border-style: solid;
	border-width: 4px;
	border-radius: 40px;
	font-size: 2.8rem;
	font-weight: bold;
	display: block;
	padding: 20px;
	margin: 30px 20px 0;
	text-decoration: none;
	text-align: center;
	transition: .3s;
}
#one-on-one > a:hover,
#one-on-one > span:hover{
	color: #FFF !important;
}
a.bt-experience{
	border-color: #009a00;
	color: #009a00 !important;
}
a.bt-experience:hover{
	background-color: #009a00 !important;
}
a.bt-flow{
	border-color: #006c02;
	color: #006c02 !important;
}
a.bt-flow:hover{
	background-color: #006c02 !important;
}

@media screen and (max-width: 767px){
#one-on-one{
	margin: 45px auto 0;
	padding-bottom: 30px;
}
#one-on-one > h2{
	font-size: 1.97rem;
	padding: 15px 15px;
}
#one-on-one > h2 strong{
	color: #ff408c;
	font-size: 2.5rem;
}
	#one-on-one > h2 br{
		display: none;
	}
.one-on-one-price{
	padding: 0 15px;
}
.one-on-one-price:before{
	margin: 0 auto 15px;
	height: auto;
	padding-bottom: 80%;
	width: 80%;
	position: static;
}
.one-on-one-price > p{
	font-size: 2.0rem;
}
.one-on-one-price .price{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.one-on-one-price .price dt{
	font-size: 2.0rem;
	padding: 2px 5px;
	margin-right: 15px;
}
.one-on-one-price .price dd{
	font-size: 2.5rem;
}
.one-on-one-price .price dd strong{
	font-size: 1.5em;
}
#one-on-one ul > li{
	font-size: 1.4rem;
}
#one-on-one > a,
#one-on-one > span{
	border-radius: 20px;
	font-size: 1.6rem;
}
}





#faq-sec{
	margin-top: 80px;
}
#faq-sec h2{
	font-size: 3.5rem;
	text-align: center;
}
#faq-sec h2 span{
	background: linear-gradient(transparent 75%, #ffeb00 25%);
}

.faq-list{
	background-color:rgba(248,181,0,.10);
	border-radius: 10px;
	padding: 1px 85px 55px;
	margin: 35px auto 0;
	max-width: 960px;
}
.faq-list > div{
	border-bottom: 2px dotted #4c4948;
	padding-bottom: 45px;
	margin-top: 45px;
}
.faq-list > div:last-child{
	border: none;
	padding-bottom: 0;
}
.faq-list > div > dt{
	background: url("../img/ic_q.svg") left 5px no-repeat;
	background-size: 20px auto;
	font-size: 2.75rem;
	font-weight: bold;
	padding-left: 48px;
}
.faq-list > div > dd{
	background: url("../img/ic_a.svg") 15px 5px no-repeat;
	background-size: 20px auto;
	font-size: 1.98rem;
	padding-left: 63px;
	margin-top: 25px;
}

@media screen and (max-width: 767px){
#faq-sec{
	margin-top: 40px;
}
#faq-sec h2{
	font-size: 2.5rem;
}

.faq-list{
	border-radius: 5px;
	padding: 1px 30px 30px;
}
.faq-list > div{
	padding-bottom: 25px;
	margin-top: 25px;
}
.faq-list > div > dt{
	background-size: 15px auto;
	font-size: 1.8rem;
	padding-left: 30px;
}
.faq-list > div > dd{
	background: url("../img/ic_a.svg") left 5px no-repeat;
	background-size: 15px auto;
	font-size: 1.4rem;
	padding-left: 30px;
}
}




#infection_control{
	background: url("../img/bg_infection.svg") left bottom no-repeat;
	background-size: 710px auto;
	margin-top: 50px;
	padding-bottom: 50px;
}
#infection_control > h2{
	color: #0066b4;
	font-size: 3.5rem;
	text-align: center;
}
#infection_control > p{
	font-size: 2.0rem;
	text-align: center;
	margin-top: 25px;
}
#infection_control > a{
	background: #0066b4 url("../img/ic_arrow.svg") right 28px center no-repeat;
	background-size: 14px auto;
	color: #FFF !important;
	font-size: 2.3rem;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	padding: 15px 40px;
	margin-top: 45px;
	width: 39%;
}
.control_list{
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
	max-width: 960px;
}
.control_list > li{
	width: 17.78%;
}
.control_list > li figcaption{
	font-size: 1.5rem;
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width: 767px){
#infection_control{
	background-size: 305px auto;
	margin-left: -17px;
	margin-right: -17px;
	padding: 0 15px 30px;
}
#infection_control > h2{
	font-size: 2.5rem;
}
#infection_control > p{
	font-size: 1.6rem;
}
#infection_control > a{
	font-size: 2.3rem;
	width: 100%;
}
.control_list{
	flex-wrap: wrap;
	margin: 40px auto 0;
}
.control_list > li{
	margin-top: 20px;
	width: 46%;
}
.control_list > li figcaption{
	font-size: 1.3rem;
}
}



#rule-box{
	background-color: #009a00;
	color: #FFF;
	padding: 25px 115px 60px;
}
#rule-box > h3{
	text-align: center;
}
#rule-box > ul{
	margin-top: 15px;
}
#rule-box > ul > li{
	font-size: 1.8rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
}
#rule-box > ul > li:before{
	content: "●";
}
@media screen and (max-width: 767px){
	#rule-box{
		padding: 25px 25px 30px;
		margin-left: -17px;
		margin-right: -17px;
	}
	#rule-box > ul > li{
		font-size: 1.6rem;
	}
}



#one-on-one-training{
	background-color: #e1efd8;
	padding: 40px 50px;
	margin: 30px 0;
	overflow: hidden;
	position: relative;
	max-width: 960px;
}
#one-on-one-training:before{
	background: url("../img/img_training.png") no-repeat;
	background-size: cover;
	content: "";
	display: block;
	padding-bottom: 27.8%;
	width: 31.84%;
	position: absolute;
	left: 0;
	top: -30px;
}
#one-on-one-training h3{
	color: #006c02;
	font-size: 4.2rem;
	padding-left: 32%;
	margin-bottom: 12%;
}
#one-on-one-training > ul{
	margin-top: 10px;
}
#one-on-one-training > ul > li{
	font-size: 2.0rem;
}

#one-on-one-training > .ilust{
	background: url("../img/img_ilust.svg") right bottom -40px no-repeat;
	background-size: 167px auto;
	width: 45%;
	position: absolute;
	right: 40px;
	top: 230px;
}
#one-on-one-training > .ilust > p{
	background-color: #fff000;
	color: #796a56;
	font-size: 1.7rem;
	padding: 15px;
	margin-right: 100px;
}
.one-on-one-training-list > div{
	margin-top: 30px;
	display: flex;
}
.one-on-one-training-list > div:first-child{
	width: 46%;
}
.one-on-one-training-list > div:first-child dl dt{
	margin-right: 0;
}
.one-on-one-training-list > div > dt{
	margin-right: 25px;
	width: 80px;
}
.one-on-one-training-list > div > dd{
	background-color: #FFF;
	padding: 25px;
	width: calc(100% - 105px);
}
.one-on-one-training-list > div > dd > dl{
	display: flex;
}
.one-on-one-training-list > div > dd > dl > dt{
	align-self: center;
	color: #006c02;
	font-size: 2.9rem;
	font-weight: bold;
	margin-right: 55px;
}
.one-on-one-training-list > div > dd > dl > dd{
	font-size: 2.1rem;
}

@media screen and (max-width: 767px){
#one-on-one-training{
	padding: 20px 20px;
}
#one-on-one-training:before{
	top: 0;
}
#one-on-one-training h3{
	font-size: 2.0rem;
	margin-bottom: 20px;
}

#one-on-one-training > ul > li{
	font-size: 1.6rem;
}

#one-on-one-training > .ilust{
	background: none;
	width: 100%;
	position: static;
}
#one-on-one-training > .ilust > p{
	font-size: 1.6rem;
	width: 100%;
}
.one-on-one-training-list > div{
	margin-top: 15px;
}
.one-on-one-training-list > div:first-child{
	width: 100%;
}
.one-on-one-training-list > div:first-child dl dt{
	margin-right: 0;
}
.one-on-one-training-list > div > dt{
	margin-right: 15px;
	width: 40px;
}
.one-on-one-training-list > div > dd{
	padding: 15px;
	width: calc(100% - 55px);
}
.one-on-one-training-list > div > dd > dl{
	display: block;
}
.one-on-one-training-list > div > dd > dl > dt{
	font-size: 2rem;
	margin-right: 0;
}
.one-on-one-training-list > div > dd > dl > dd{
	font-size: 1.7rem;
}
	.one-on-one-training-list > div > dd > dl > dd br{
		display: none;
	}
}

.modaal-content-container{
	padding: 15px !important;
}