@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　アニメーション　　*/
.fadeIn{
	opacity: 0;
	transition: opacity 1.5s ease-in;
}
.fadeIn.active{
	opacity: 1;
}
.fadeInUp{
	opacity: 0;
	transform: translateY(5px);
	transition: transform 0.6s ease-in, opacity 1s ease-in;
}
.fadeInUp.active{
	opacity: 1;
	transform: translateY(0);
}
.img_panel {
	position: relative;
}
.img_panel:before{
	width: 100%;
	height: 100%;
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	transition: width 0.6s ease-in;
}
.gray_bg .img_panel:before{
	background: #F4F4F4;
}
.img_panel.active:before{
	width: 0;
}
/*　　背景・色　　*/
.gray_bg{
	background: #F4F4F4;
}
.orange_bg{
	background: #E65900;
}
.c-white{
	color: #ffffff;
}
.c-gray{
	color: #f1f0ec;
}
/**
/* LP CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-view{
	position: relative;
	background: url(../img/lp/mv.png) no-repeat center top;
	background-size: cover;
	margin-top: 7rem;
}
.mv-view .view-box{
	max-width: 1200px;
	padding: 5rem 0 3.75rem 0;
}
.mv-view .view-box h2{
	font-family: "Cormorant Garamond", serif;
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 1.25rem;
}
.mv-view .view-box .bg-text{
	font-family: "Cormorant Garamond", serif;
	color: #a40508;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 1.5rem;
}
.mv-view .view-box .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.3;
}
.mv-view .view-box .list{
	column-gap: 2.5rem;
	margin-top: 1.5rem;
}
.mv-view .view-box .list dl{
	align-items: center;
}
.mv-view .view-box .list dl dt{
	width: 7.1875rem;
}
.mv-view .view-box .list dl dd{
	font-family: "Cormorant Garamond", serif;
	color: #a40508;
	font-size: 2.1875rem;
	font-weight: 500;
	line-height: 1.1;
	padding-left: 1.5rem;
}
.mv-view .view-box .contact_btn{
	margin-top: 2.5rem;
}
.view-bottom{
	background: #940607;
	background: linear-gradient(180deg,rgba(148, 6, 7, 1) 0%, rgba(85, 3, 4, 1) 100%);
	padding: 0.625rem 3rem;
}
.view-bottom .p-text{
	font-size: 1rem;
	line-height: 1.45;
}
@media only screen and (max-width: 1380px) {
	.mv-view{
		margin-top: 6rem;
	}
}
@media only screen and (max-width: 1200px) {
	.mv-view{
		margin-top: 5.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.mv-view{
		background: url(../img/lp/sp_mv.png) no-repeat center top;
		background-size: cover;
		margin-top: 0;
	}
	.mv-view .view-box{
		padding: 5.5rem 0 3rem 0;
	}
	.mv-view .view-box h2{
		font-size: 3rem;
		margin-bottom: 1.25rem;
	}
	.mv-view .view-box .bg-text{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.mv-view .view-box .p-text{
		max-width: 13.5rem;
		font-size: 0.625rem;
		line-height: 2.3;
	}
	.mv-view .view-box .list{
		column-gap: 0;
		row-gap: 0.5rem;
		margin-top: 1rem;
	}
	.mv-view .view-box .list dl{
		width: 100%;
	}
	.mv-view .view-box .list dl dt{
		width: 3.5625rem;
	}
	.mv-view .view-box .list dl dd{
		font-size: 1.125rem;
		padding-left: 0.875rem;
	}
	.mv-view .view-box .contact_btn{
		text-align: center;
		margin-top: 2.5rem;
	}
	.view-bottom{
		padding: 0.625rem;
	}
	.view-bottom .p-text{
		font-size: 0.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-view{
		margin-top: 6rem;
	}
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
}
.guide-ttl h2{
	font-family: "Cormorant Garamond", serif;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	.guide-ttl h2{
		font-size: 2.5rem;
	}
}
/*　　テキスト　　*/
.p-text{
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2.1;
}
@media only screen and (max-width: 767px) {
	.p-text{
		font-size: 0.9375rem;
	}
}
.disc{
	list-style: disc;
	margin-left: 1.25rem;
}
/*　　Why EJCA　　*/
.about-guide{
	background: url(../img/lp/about_bg.png) no-repeat center top;
	background-size: cover;
	padding: 17.5rem 0 7.5rem 0;
}
.about-guide .guide-ttl{
	margin-bottom: 5.875rem;
}
.about-guide .guide-ttl h2{
	font-size: 7.125rem;
}
.about-guide .about-container{
	column-gap: 4.75rem;
}
.about-container .imgArea{
	width: 45%;
}
.about-container .contentArea{
	width: calc(55% - 4.75rem);
	max-width: 38.875rem;
	padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
	.about-guide{
		background: url(../img/lp/sp_about_bg.png) no-repeat center top;
		background-size: cover;
		padding: 10.5rem 0 3.5rem 0;
	}
	.about-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.about-guide .guide-ttl h2{
		font-size: 2rem;
	}
	.about-guide .about-container{
		column-gap: 0;
		padding: 0 2rem;
	}
	.about-container .imgArea{
		width: 100%;
		margin-bottom: 1rem;
	}
	.about-container .contentArea{
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
}
/*　　WWho It's For　　*/
.for-guide{
	background: url(../img/lp/for_bg.png) no-repeat center top;
	background-size: cover;
	padding: 7.5rem 0 8.75rem 0;
}
.for-guide .inner-wrap{
	width: 94%;
	max-width: 1370px;
}
.for-guide .guide-ttl{
	margin-bottom: 0.5rem;
}
.for-guide .guide-ttl h2{
	font-size: 7.125rem;
}
.for-guide .for-head .bg-text{
	font-family: "Cormorant Garamond", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.for-guide .for-container{
	margin-top: 5rem;
}
.for-guide .professional-journey {
	width: 100%;
	max-width: 1100px;
	color: #FFFFFF;
}
.for-guide .professional-journey h2{
	font-size: 1.75rem;
	line-height: 1.4;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	margin-bottom: 1.5rem;
}
.for-guide .professional-journey__content{
	padding-left: 1.25rem;
	border-left: 4px solid rgba(255, 255, 255, 0.35);
}
.for-guide .professional-journey__content .p-text{
	font-size: 1.125rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	margin-bottom: 1.25rem;
}
.for-guide .professional-journey__content .p-text:last-child{
	margin-bottom: 0;
}
.for-guide .professional-journey__profile{
    margin-top: 1.75rem;
}
.professional-journey__name{
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.5rem;
	font-size: 1.125rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	margin-bottom: 0.375rem;
}
.professional-journey__position{
	font-size: 1.0625rem;
	font-style: italic;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
	.for-guide{
		background: url(../img/lp/sp_for_bg.png) no-repeat center top;
		background-size: cover;
		padding: 2.5rem 0 2.75rem 0;
	}
	.for-guide .for-head{
		width: calc(100% - 3rem);
	}
	.for-guide .guide-ttl{
		margin-bottom: 0.5rem;
	}
	.for-guide .guide-ttl h2{
		font-size: 2rem;
	}
	.for-guide .for-head .bg-text{
		font-size: 1.40625rem;
	}
	.for-guide .for-container{
		margin-top: 2.5rem;
	}
	.for-guide .professional-journey h2{
		font-size: 1.5rem;
		margin-bottom: 1.25rem;
	}
	.for-guide .professional-journey__content{
		padding-left: 1rem;
	}
	.for-guide .professional-journey__content .p-text{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.for-guide .professional-journey__profile{
	    margin-top: 1.5rem;
	}
	.professional-journey__name{
		font-size: 1rem;
		margin-bottom: 0.375rem;
	}
	.professional-journey__position{
		font-size: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.for-guide .guide-ttl h2{
		font-size: 6.125rem;
	}
}
/*　　content　　*/
.content-guide{
	background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 50%, rgba(199, 178, 153, 0.24) 50%, rgba(199, 178, 153, 0.24) 100%);
	padding: 4.5rem 0 5rem 0;
}
.content-guide .content-container h3{
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	line-height: 1.25;
	border-left: 1px solid #9b1e23;
	padding-left: 1rem;
}
.content-guide .content-container .check li{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	padding-left: 2rem;
}
.content-guide .content-container .check li::before{
	background: url(../img/icon/check_r.svg) no-repeat center;
	background-size: cover;
	content: "";
	position: absolute;
	width: 1.5625rem;
	height: 1.25rem;
	left: 0;
	top: 0.3125rem;
}
.content-guide .content-container .check li + li{
	margin-top: 0.875rem;
}
.content-guide .individual{
	width: 50%;
}
.content-guide .individual h3{
	font-size: 3.75rem;
	margin-bottom: 4rem;
}
.content-guide .companies{
	width: 50%;
	padding-left: 2rem;
}
.content-guide .companies h3{
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.content-guide{
		background: transparent;
		padding: 0;
	}
	.content-guide .content-container{
		width: 100%;
	}
	.content-guide .content-container h3{
		padding-left: 1rem;
	}
	.content-guide .content-container .check li{
		font-size: 0.8125rem;
		padding-left: 1.5rem;
	}
	.content-guide .content-container .check li::before{
		width: 0.9375rem;
		height: 0.75rem;
		top: 0.45rem;
	}
	.content-guide .individual{
		background: #f2f2f2;
		width: 100%;
		padding: 3rem 1.5rem 3.5rem 1.5rem;
	}
	.content-guide .individual h3{
		font-size: 1.875rem;
		margin-bottom: 2rem;
	}
	.content-guide .companies{
		background: rgba(199, 178, 153, 0.24);
		width: 100%;
		padding: 3rem 1.5rem 3.5rem 1.5rem;
	}
	.content-guide .companies h3{
		font-size: 1.25rem;
		margin-bottom: 2rem;
	}
}
/*　　business impression　　*/
.concept-guide{
	background: url(../img/lp/concept_bg.png) no-repeat center top;
	background-size: cover;
	padding: 7.5rem 0 8.75rem 0;
}
.concept-guide .guide-ttl{
	margin-bottom: 3.125rem;
}
.concept-guide .guide-ttl h2{
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.concept-guide{
		background: url(../img/lp/sp_concept_bg.png) no-repeat center top;
		background-size: cover;
		padding: 3.5rem 0 4.75rem 0;
	}
	.concept-guide .guide-ttl{
		margin-bottom: 1.125rem;
	}
	.concept-guide .guide-ttl h2{
		font-size: 1.71875rem;
	}
	.concept-guide .p-text{
		font-size: 0.8125rem;
	}
}
/*　　We help clients refine　　*/
.clients-refine-guide .clients-refine-container{
	column-gap: 4rem;
}
.clients-refine-container .imgArea{
	width: 45%;
}
.clients-refine-container .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.clients-refine-container .contentArea{
	width: calc(55% - 4rem);
	padding: 6.25rem 2rem 6rem 0;
}
.clients-refine-container .guide-ttl{
	margin-bottom: 3rem;
}
.clients-refine-container .guide-ttl h2{
	font-size: 3.125rem;
}
.clients-refine-container .contentArea ul li{
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.5;
}
.clients-refine-container .contentArea ul li + li{
	margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.clients-refine-guide .clients-refine-container{
		column-gap: 0;
		padding: 2rem;
	}
	.clients-refine-container .imgArea{
		width: 100%;
	}
	.clients-refine-container .contentArea{
		width: 100%;
		padding: 2.25rem 0 2rem 0;
	}
	.clients-refine-container .guide-ttl{
		margin-bottom: 2rem;
	}
	.clients-refine-container .guide-ttl h2{
		font-size: 1.5625rem;
		text-align: center;
	}
	.clients-refine-container .contentArea ul li{
		font-size: 0.8125rem;
	}
	.clients-refine-container .contentArea ul li + li{
		margin-top: 0.875rem;
	}
}
/*　　Contact　　*/
.contact-btn-guide{
	background: #940607;
	background: linear-gradient(180deg,rgba(148, 6, 7, 1) 0%, rgba(85, 3, 4, 1) 100%);
	padding: 2.5rem 0 3.25rem 0;
}
.contact-btn-guide .contact-btn-container{
	padding: 0 3rem;
}
.contact-btn-guide .contact_btn{
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.contact-btn-guide .contact-btn-container{
		padding: 0 2rem;
	}
	.contact-btn-guide .guide-ttl h2{
		font-size: 1.875rem;
	}
	.contact-btn-guide .p-text{
		font-size: 0.875rem;
	}
	.contact-btn-guide .contact_btn{
		margin-top: 2rem;
	}
}
/*　　Services　　*/
.services-guide .services-container{
	background: url(../img/lp/services_bg.png) no-repeat center top;
	background-size: cover;
	padding: 4.5rem 0 3.75rem 0;
}
.services-container .guide-ttl{
	margin-bottom: 3.75rem;
}
.services-container .guide-ttl h2{
	display: flex;
	justify-content: center;
	align-items: center;
}
.services-container .guide-ttl h2::before,
.services-container .guide-ttl h2::after {
  background-color: #c7b299;
  content: "";
  height: 1px;
  width: 2.5rem;
}
.services-container .guide-ttl h2::before {
  margin-right: 1rem;
}
.services-container .guide-ttl h2::after {
  margin-left: 1rem;
}
.services-container .services-list{
	column-gap: 1.25rem;
	row-gap: 2.5rem;
	margin-bottom: 2.5rem;
}
.services-list .services-items{
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	width: calc(33.3333% - 1rem);
	padding: 2rem 0.625rem 2rem 0.625rem;
	box-shadow: 0.375rem 0.375rem 0.25rem 0 rgba(35, 24, 21, 0.3);
}
.services-list .services-items .services-head{
	margin-bottom: 1.875rem;
}
.services-list .services-items h3{
	color: #940607;
	font-family: "Cormorant Garamond", serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	border-bottom: 1px solid #940607;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.services-list .services-items .price{
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}
.services-list .services-items .price span{
	font-size: 1.25rem;
}
.services-list .services-items .note{
	font-family: "book-antiqua";
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.45;
	font-style: italic;
}
.services-list .services-items .services-head .block_btn{
	margin-top: 1.5rem;
}
.services-list .services-items .services-img{
	margin-bottom: 1rem;
}
.services-list .services-items .services-img img{
	width: 100%;
}
.services-list .services-items .services-body{
	margin-bottom: 1rem;
}
.services-list .services-items .services-body h4{
	color: #940607;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.5625rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0.5rem;
}
.services-list .services-items .services-body .text{
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.45;
}
.services-list .services-items .services-for{
	flex-grow: 1;
	border-left: 1px solid #940607;
	padding: 0 0 0.5rem 0.5rem;
}
.services-list .services-items .services-body .p-text{
	font-size: 0.9375rem;
	line-height: 1.65;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.services-list .services-items .services-includes h4{
	border-left: 1px solid #940607;
	padding-left: 0.5rem;
}
.services-list .services-items .services-bottom{
	border-top: 1px solid #940607;
	margin-top: auto;
	padding-top: 1rem;
}
.services-list .services-items .services-bottom .text{
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.45;
}
.services-list .services-items .services-bottom .block_btn{
	margin-top: 1rem;
}
.services-list .services-items .services-bottom .block_btn li .btn{
	font-size: 1.25rem;
} 
.services-guide .services-bottom-container{
	padding: 5rem 0 4rem 0;
}
.services-bottom-container h3{
	font-family: "Cormorant Garamond", serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 3.375rem;
}
.services-bottom-container .services-bottom-l{
	position: relative;
	width: 40%;
	background: url(../img/lp/bottom-l_bg.png) no-repeat center right;
	background-size: cover;
	padding: 1.5rem 0.5rem 1.5rem 1.5rem;
	filter: drop-shadow(0.375rem 0 0.25rem rgba(35, 24, 21, 0.3));
}
.services-bottom-container .services-bottom-r{
	width: 60%;
	padding: 0.5rem 0.5rem 1.5rem 2.5rem;
}
.services-bottom-container h4{
	font-family: "Cormorant Garamond", serif;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 1.875rem;
}
.services-bottom-container .services-bottom-r h4{
	color: #940607;
	margin-bottom: 1.5rem;
}
.services-bottom-container ul li{
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.85;
}
.services-bottom-container ul li + li{
	margin-top: 0.3125rem;
}
@media only screen and (max-width: 767px) {
	.services-guide .services-container{
		background: url(../img/lp/sp_services_bg.png) no-repeat center top;
		background-size: cover;
		padding: 4rem 0 3.75rem 0;
	}
	.services-container .guide-ttl{
		margin-bottom: 1.75rem;
	}
	.services-container .guide-ttl h2::before,
	.services-container .guide-ttl h2::after {
	  width: 2.5rem;
	}
	.services-container .guide-ttl h2::before {
	  margin-right: 1rem;
	}
	.services-container .guide-ttl h2::after {
	  margin-left: 1rem;
	}
	.services-container .p-text{
		font-size: 0.8125rem;
		text-align: left;
	}
	.services-container .services-list{
		column-gap: 0;
		row-gap: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.services-list .services-items{
		width: 100%;
		padding: 1.5rem 0.625rem 2rem 0.625rem;
	}
	.services-list .services-items .services-head{
		margin-bottom: 1.25rem;
	}
	.services-list .services-items h3{
		font-size: 2.125rem;
		line-height: 1.125;
		padding-bottom: 0.625rem;
		margin-bottom: 0.625rem;
	}
	.services-list .services-items .price{
		font-size: 1.25rem;
	}
	.services-list .services-items .price span{
		font-size: 1.0625rem;
	}
	.services-list .services-items .note{
		font-size: 0.875rem;
	}
	.services-list .services-items .services-head .block_btn{
		margin-top: 1rem;
	}
	.services-list .services-items .services-img{
		margin-bottom: 1rem;
	}
	.services-list .services-items .services-img img{
		width: 100%;
	}
	.services-list .services-items .services-body{
		margin-bottom: 1rem;
	}
	.services-list .services-items .services-body h4{
		font-size: 1.3125rem;
		margin-bottom: 0.375rem;
	}
	.services-list .services-items .services-body .text{
		font-size: 0.75rem;
	}
	.services-list .services-items .services-for{
		flex-grow: 1;
		padding: 0 0 0.5rem 0.5rem;
	}
	.services-list .services-items .services-body .p-text{
		font-size: 0.8125rem;
	}
	.services-list .services-items .services-includes h4{
		padding-left: 0.5rem;
	}
	.services-list .services-items .services-bottom{
		border-top: 1px solid #940607;
		padding-top: 1rem;
	}
	.services-list .services-items .services-bottom .text{
		font-size: 0.75rem;
	}
	.services-list .services-items .services-bottom .block_btn{
		margin-top: 1rem;
	}
	.services-list .services-items .services-bottom .block_btn li .btn{
		font-size: 1.125rem;
	} 
	.services-guide .services-bottom-container{
		background: rgba(199, 178, 153, 0.24);
		padding: 4rem 0 3rem 0;
	}
	.services-bottom-container h3{
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.services-bottom-container .services-bottom-inner{
		background: #FFFFFF;
	}
	.services-bottom-container .services-bottom-l{
		width: 100%;
		background: url(../img/lp/sp_bottom-l_bg.png) no-repeat bottom center;
		background-size: cover;
		padding: 1.5rem 0.5rem 3rem 1.5rem;
	}
	.services-bottom-container .services-bottom-r{
		width: 100%;
		padding: 3rem 1.5rem 2.5rem 1.5rem;
	}
	.services-bottom-container h4{
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 1rem;
	}
	.services-bottom-container .services-bottom-r h4{
		margin-bottom: 1rem;
	}
	.services-bottom-container ul li{
		font-size: 0.8125rem;
	}
	.services-bottom-container ul li + li{
		margin-top: 0.3125rem;
	}
}
/*　　EJCA Advisory Team　　*/
.instructor-guide{
	padding: 4.5rem 0 7rem 0;
}
.instructor-guide .guide-ttl{
	margin-bottom: 3.5rem;
}
.instructor-guide .instructor-list{
	column-gap: 3rem;
	row-gap: 3rem;
}
.instructor-list .instructor-items{
	width: calc(50% - 1.5rem);
	cursor: pointer;
}
.instructor-list .instructor-items .position{
	font-family: "Cormorant Garamond", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}
.instructor-list .instructor-items .name{
	font-family: "Cormorant Garamond", serif;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.45;
}
.instructor-list .instructor-items .languages{
	align-items: baseline;
}
.instructor-list .instructor-items .languages dt{
	background: #c1272d;
	color: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.25;
	padding: 0.25rem 0.5rem;
}
.instructor-list .instructor-items .languages dd{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.25;
	padding-left: 0.5rem;
}
.modal-btn-wrap{
	text-align: right;
	margin-top: 1rem;
}
.modal-btn-wrap .modal-btn{
	position: relative;
	background: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	cursor: pointer;
	border: 1px solid #1a1a1a;
	padding: 0.25rem 2.5rem 0.125rem 1rem;
}
.modal-btn-wrap .modal-btn::before,
.modal-btn-wrap .modal-btn::after{
	position: absolute;
	content: "";
	background-color: #1a1a1a;
	right: 0.5rem;
}
.modal-btn-wrap .modal-btn::before{
	top: calc(50%);
	width: 1.25rem;
	height: 1px;
}
.modal-btn-wrap .modal-btn::after{
	top: calc(50%);
	width: 0.5rem;
	height: 1px;
	transform: rotate(45deg);
	transform-origin: calc(100% - 0.5px) 50%;
}
@media only screen and (max-width: 767px) {
	.instructor-guide{
		padding: 3.5rem 0 5rem 0;
	}
	.instructor-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.instructor-guide .instructor-list{
		column-gap: 0;
		row-gap: 2rem;
	}
	.instructor-list .instructor-items{
		width: 100%;
	}
	.instructor-list .instructor-items .position{
		font-size: 1rem;
	}
	.instructor-list .instructor-items .name{
		font-size: 2.125rem;
	}
	.instructor-list .instructor-items .languages dt{
		font-size: 0.8125rem;
	}
	.instructor-list .instructor-items .languages dd{
		font-size: 0.8125rem;
	}
	.modal-btn-wrap{
		margin-top: 1rem;
	}
	.modal-btn-wrap .modal-btn{
		font-size: 1rem;
		padding: 0.25rem 2rem 0.125rem 0.875rem;
	}
	.modal-btn-wrap .modal-btn::before{
		width: 1rem;
	}
	.modal-btn-wrap .modal-btn::after{
		width: 0.375rem;
	}
}
/*　　ポップアップ　　*/
.js-modal {
	position: fixed;
	top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
	z-index: 10000;
  background-color: rgba(120, 123, 131, 0.8);
}
.js-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.js-modal-overlay{
	position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.js-modal-overlay.is-active {
	display: block;
}
.js-modal-content{
	position: relative;
	background-color: #fff;
	width: 90%;
	max-width: 1000px;
	box-shadow: 1.875rem 1.25rem 3.125rem rgba(14, 18, 22, 0.4);
}
.js-modal .modal-close{
	position: absolute;
	width: 3.5rem;
	top: -3.5rem;
	right: 0;
	cursor: pointer;
	z-index: 2;
}
.js-modal-content .imageArea{
	width: 50%;
}
.js-modal-content .imageArea img{
	width: auto;
	height: 100%;
	object-fit: cover;
}
.js-modal-content .contentArea{
	background: url(../img/lp/modal_bg.png) no-repeat center top;
	background-size: cover;
	width: 50%;
	padding: 1rem 0.875rem;
}
.js-modal-content .position{
	font-family: "Cormorant Garamond", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}
.js-modal-content .name{
	font-family: "Cormorant Garamond", serif;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.45;
}
.js-modal-content .languages{
	font-family: "Cormorant Garamond", serif;
	align-items: baseline;
	margin-bottom: 1.5rem;
}
.js-modal-content .languages dt{
	background: #c1272d;
	color: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.25;
	padding: 0.25rem 0.5rem;
}
.js-modal-content .languages dd{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.25;
	padding-left: 0.5rem;
}
.js-modal-content .comment p{
	font-family: "Cormorant Garamond", serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.25;
}
.js-modal .swiper-button-next,
.js-modal .swiper-button-prev {
    --swiper-navigation-color: #1a1a1a;
}
@media only screen and (max-width: 767px) {
	.js-modal .modal-close{
		width: 2.5rem;
		top: 0;
	}
	.js-modal-content .imageArea{
		width: 100%;
		text-align: center;
	}
	.js-modal-content .imageArea img{
		width: 80%;
	}
	.js-modal-content .contentArea{
		width: 100%;
	}
	.js-modal-content .position{
		font-size: 1rem;
	}
	.js-modal-content .name{
		font-size: 2.125rem;
	}
	.js-modal-content .languages{
		margin-bottom: 1rem;
	}
	.js-modal-content .languages dt{
		font-size: 0.8125rem;
	}
	.js-modal-content .languages dd{
		font-size: 0.8125rem;
	}
	.js-modal-content .comment{
		height: 8rem;
    overflow: scroll;
	}
	.js-modal-content .comment p{
		font-size: 0.8125rem;
	}
	.js-modal .swiper-button-next,
	.js-modal .swiper-button-prev {
		width: 1.25rem;
    height: 1.25rem;
	}
	.js-modal .swiper-button-next,.swiper-rtl .swiper-button-prev {
	    right: 0.3125rem;
	}
	.js-modal .swiper-button-prev,.swiper-rtl .swiper-button-next {
	    left: 0.3125rem;
	}
	.js-modal .swiper-button-next:after,
	.js-modal .swiper-button-prev:after{
		font-size: 1.25rem;
	}
}
/*　　How It Works　　*/
.works-guide .works-head{
	background: url(../img/lp/works_bg.png) no-repeat center top;
	background-size: cover;
	padding: 7.5rem 3rem 8.75rem 3rem;
}
.works-guide .works-head .guide-ttl h2{
	font-size: 5.375rem;
}
.works-guide .works-head .p-text{
	font-size: 1.875rem;
}
.works-guide .works-container{
	padding: 5rem 0 6.5rem 0;
}
.works-guide .works-list{
	position: relative;
}
.works-guide .works-list::before{
	background: #940607;
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	left: 2.25rem;
	top: 5%;
}
.works-list .works-items:not(:last-child){
	margin-bottom: 3rem;
}
.works-list .works-items .no{
	width: 4.5rem;
}
.works-list .works-items .no span{
	display: block;
	background: #940607;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 4.5rem;
	text-align: center;
	border-radius: 100%;
}
.works-list .works-items dd{
	width: calc(100% - 4.5rem);
	padding-left: 1.25rem;
}
.works-list .works-items dd h3{
	color: #940607;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.works-guide .works-head{
		background: url(../img/lp/sp_works_bg.png) no-repeat center top;
		background-size: cover;
		padding: 4.75rem 1.5rem;
	}
	.works-guide .works-head .guide-ttl h2{
		font-size: 2.125rem;
	}
	.works-guide .works-head .p-text{
		font-size: 1.375rem;
	}
	.works-guide .works-container{
		padding: 3rem 0 4.5rem 0;
	}
	.works-guide .works-list::before{
		height: 85%;
		left: 1.6875rem;
		top: 5%;
	}
	.works-list .works-items:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.works-list .works-items .no{
		width: 3.375rem;
	}
	.works-list .works-items .no span{
		font-size: 0.75rem;
		line-height: 3.375rem;
	}
	.works-list .works-items dd{
		width: calc(100% - 3.375rem);
	}
	.works-list .works-items dd h3{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.works-list .works-items dd .p-text{
		font-size: 0.75rem;
	}
}
/*　　FAQ　　*/
.faq-guide{
	background: rgba(199, 178, 153, 0.24);
	padding: 8.75rem 0;
}
.faq-guide .guide-ttl{
	margin-bottom: 6rem;
}
.faq-container dl:not(:last-child){
	margin-bottom: 3rem;
}
.faq-container dl dt{
	background: #940607;
	color: #ffffff;
	font-size: 1.6875rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
	padding: 0.625rem;
	margin-bottom: 1rem;
}
.faq-container dl dd{
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.faq-guide{
		padding: 3.75rem 0;
	}
	.faq-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.faq-container dl:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.faq-container dl dt{
		font-size: 0.9375rem;
		margin-bottom: 0.625rem;
	}
	.faq-container dl dd{
		font-size: 0.8125rem;
	}
}
/*　　お問い合わせフォーム　　*/
.form-guide{
	padding: 8.75rem 0;
}
.form-guide .guide-ttl{
	margin-bottom: 4rem;
}
.form-guide .inner{
	max-width: 780px;
}
.form-container .form-group{
	margin-bottom: 1.5rem;
}
.form-container .form-group .ttl{
	display: block;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
.form-container .form-group .custom-control-label{
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.45;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #ced4da;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375;
	border-radius: 0.25rem;
	padding: 0.5rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #8E8E8E;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #8E8E8E;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #8E8E8E;
}
textarea{
	height: 8rem;
}
button[type="submit"] {
	position: relative;
	display: block;
	width: 100%;
	background: #f5ad43;
	border: 1px solid #c48a36;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	border-radius: 0.25rem;
	padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.form-guide{
		padding: 3.75rem 0;
	}
	.form-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.form-container .form-group{
		margin-bottom: 1.5rem;
	}
	.form-container .form-group .ttl{
		font-size: 0.9375rem;
	}
	.form-container .form-group .custom-control-label{
		font-size: 0.9375rem;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.875rem;
	}
	textarea{
		height: 6rem;
	}
	button[type="submit"] {
		font-size: 1.125rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	position: relative;
	padding: 12rem 0 5rem 0;
}
.page-view .view-ttl .roma{
	font-family: "Cormorant Garamond", serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.4;
}
.page-view .view-ttl h1{
	font-size: 3.25rem;
	font-weight: 500;
	line-height: 1.45;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 4.25rem 0 1.25rem 0;
	}
	.page-view .view-ttl .roma{
		font-size: 1.5rem;
	}
	.page-view .view-ttl h1{
		font-size: 2rem;
	}
}
/**
/* プライバシーポリシー/特定商取引法に基づく表記 CSS
----------------------------------------------- */
.common-guide{
	padding: 4.5rem 0 10rem 0;
}
.common-guide h2{
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	margin-top: 5rem;
	margin-bottom: 2rem;
}
.common-guide h3{
	font-family: "Cormorant Garamond", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	margin-bottom: 2rem;
}
.common-guide h4{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}
.common-guide table th,
.common-guide table td{
	border: 1px solid rgba(199, 178, 153, 0.24);
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.75;
	padding: 1.25rem 2rem;
}
.common-guide table th{
	background: rgba(199, 178, 153, 0.24);
	width: 20rem;
	font-weight: 700;
}
.common-guide p{
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2.1;
	margin-bottom: 2rem;
}
.common-guide .wp-block-list{
	margin-bottom: 2rem;
}
.common-guide ul.wp-block-list{
	list-style: disc;
	margin-left: 1.25rem;
}
.common-guide .wp-block-list li{
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.75;
}
.common-guide .wp-block-list li + li{
	margin-top: 0.5rem;
}
.common-guide p.note{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: right;
	margin-top: 0.5rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.common-guide{
		padding: 3rem 0 4rem 0;
	}
	.common-guide h2{
		font-size: 1.5rem;
		margin-top: 3rem;
		margin-bottom: 1rem;
	}
	.common-guide h3{
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.common-guide h4{
		font-size: 1.0625rem;
		margin-top: 2rem;
		margin-bottom: 0.875rem;
	}
	.common-guide table th,
	.common-guide table td{
		display: block;
		font-size: 0.875rem;
		padding: 1rem 1rem;
	}
	.common-guide table th{
		width: 100%;
		border-bottom: none;
	}
	.common-guide table tr:not(:last-child) td{
		border-bottom: none;
	}
	.common-guide p{
		font-size: 0.9375rem;
		line-height: 1.875;
		margin-bottom: 1.5rem;
	}
	.common-guide .wp-block-list{
		margin-bottom: 1.5rem;
	}
	.common-guide .wp-block-list li{
		font-size: 0.9375rem;
	}
	.common-guide p.note{
		font-size: 0.75rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide{
	padding: 4.5rem 0 11.8125rem 0;
}
.error-guide .entry p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.68;
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 3rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide{
		padding: 2.5rem 0 8rem 0;
	}
	.error-guide .entry p{
		font-size: 0.9375rem;
	}
	.error-guide .entry .error_url{
		padding: 1.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 2rem;
	}
}