@charset "UTF-8";
/* CSS Document */

/*============================
 MAINVISUAL
============================*/
.mainvisual{
	position: relative;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100 - 80px);
}

.mainvisual_bg{
	position: relative;
	z-index: -2;
	height: 100%;
}

.mainvisual_swiper {
	height: 100%;
}

.mainvisual_swiper img{
	height: 100%;
	object-fit: cover;
}

.mainvisual_heading{
	position: absolute;
	bottom: 17.2vh;
	left: 0;
}
@media (min-width: 1280px){
	.mainvisual_heading{
		position: absolute;
		top: 50%;
		right: 100px;
		bottom: auto;
		left: auto;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
}

.mainvisual_heading span{
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 8%;
}
@media (min-width: 1280px){
	.mainvisual_heading span{
		padding-left: 0;
	}
}

.mainvisual_heading span:first-child{
	margin-bottom: 4px;
}
@media (min-width: 1280px){
	.mainvisual_heading span:first-child{
	margin-bottom: 34px;
}
}

.mainvisual_heading span::before{
	content:"";
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 0;
	width: calc( 100% + 8% );
	height: 100%;
	background-color: var( --white-color-primary );
}
@media (min-width: 1280px){
	.mainvisual_heading span::before{
		top: -10px;
		left: -20px;
		width: calc( 100% + 40px );
		height: calc( 100% + 20px );
	}
}

.mainvisual_heading span:first-child img{
	width: 218px;
}
@media (min-width: 1280px){
	.mainvisual_heading span:first-child img{
		width: 36.458vw;
	}
}

.mainvisual_heading span:last-child img{
	width: 233px;
}
@media (min-width: 1280px){
	.mainvisual_heading span:last-child img{
		width: 39.896vw;
	}
}

.mainvisual_heading span img{
	width: auto;
}

.manisual_medal{
	position: absolute;
	top: 15px;
	right: 4%;
	width: 119px;
}
@media (min-width: 1280px) {
	.manisual_medal{
		top: 60px;
		right: 80px;
		width: 18.750vw;
	}
}


/*============================
 FIRSTMESSAGE
============================*/
.firstMessage_container{
	background-color: var( --gray-color-primary );
}
@media (min-width: 1280px){
	.firstMessage_container{
		padding: 80px;
	}
}

.firstMessage_inner{
	padding: 40px 20px;
	border-radius: 20px;
	background-color: var( --white-color-primary );
}
@media (min-width: 1280px){	
	.firstMessage_inner{
		width: 100%;
		padding: 80px 0;
		border-radius: 60px;
	}
}

.firstMessage_heading{
	margin-bottom: 20px;
	color: var( --red-color-primary );
	font-size: 20px;
	text-align: center;
	line-height: 1.4em;
}
@media (min-width: 1280px){
	.firstMessage_heading{
		margin-bottom: 50px;
		font-size: 32px;
		line-height: 1em;
	}
}

@media (min-width: 1280px){
	.firstMessage_heading br{
		display: none;
	}
}

.firstMessage_list{
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 40px;
}
@media (min-width: 1280px){
	.firstMessage_list{
		flex-wrap: wrap;flex-direction: row;
		row-gap: 45px;
		column-gap: 45px;justify-content: center;
		width: 750px;
		margin: 0 auto 50px;
	}
}

.firstMessage_item{
	padding: 20px 0;
	border: solid 2px var( --red-color-primary );
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
@media (min-width: 1280px){
	.firstMessage_item{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 220px;
		height: 160px;
		padding: 0;
		border: solid 4px var( --red-color-primary );
		border-radius: 20px;
	}
}

.firstMessage_item_text{
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 2em;
}

.firstMessage_item_text span{
	color: var( --red-color-primary );
	font-size: 18px;
}

.firstMessage_bottom_text{
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 2em;
}
@media (min-width: 1280px){
	.firstMessage_bottom_text{
		margin-bottom: 80px;
		font-size: 30px;
		line-height: 1em;
	}
}

.firstMessage_bottom_text span{
	font-size: 20px;
	font-weight: 700;
}
@media (min-width: 1280px){
	.firstMessage_bottom_text span{
		font-size: 34px;
	}
}

@media (min-width: 1280px){
	.firstMessage_bottom_text br{
		display: none;
	}
}
/*============================
 CONCEPT
============================*/
@media (min-width: 1280px){
	.concept_container{
		width: 100%;
		padding: 120px 0;
	}
}

.concept_container .main_heading{
	padding-bottom: 40px;
}
@media (min-width: 1280px){
	.concept_container .main_heading{
		padding-bottom: 40px;
	}
}

.concept_main_heading_jp{
	font-size: 16px;
	display: block;
}
@media (min-width: 1280px){
	.concept_main_heading_jp{
		font-size: 20px;
	}
}

.concept_main_heading_jp span{
	font-size: 24px;
}
@media (min-width: 1280px){
	.concept_main_heading_jp span{
		font-size: 32px;
	}
}

.concept_inner{
	margin-bottom: 60px;
}
@media (min-width: 1280px){
	.concept_inner{
		margin-bottom: 120px;
	}
}

.concept_content{
	padding: 40px 8%;
	flex-direction: column;
}
@media (min-width: 1280px){
	.concept_content{
		padding: 120px 0;
		flex-direction: row;
	justify-content: space-between;align-items: center;}
}

.concept_content:first-child{
	padding-top: 0;
}

.concept_content:nth-child(2){
	background-color: var( --gray-color-primary );
}
@media (min-width: 1280px){
	.concept_content:nth-child(2){
		flex-direction: row-reverse;
	}
}

.concept_content:last-child{
	padding-bottom: 0;
}
@media (min-width: 1280px){
	.concept_content_text{
		width: 31.250vw;
		margin-left: calc( ( 50% - 31.250vw ) / 2 );
	}
}

@media (min-width: 1280px){
	.concept_content:nth-child(2) .concept_content_text{
		margin-left: auto;
		margin-right: calc( ( 50% - 31.250vw ) / 2 );
	}
}

.concept_heading{
	margin-bottom: 40px;
}
@media (min-width: 1280px){
	.concept_heading{
		margin-bottom: 1.458vw;
	}
}

.concept_heading{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 1280px){
	.concept_heading{
		justify-content: flex-start;
		align-items: center;
	}
}

@media (min-width: 1280px){
	.concept_heading span{
		font-size: 1.458vw;
	}
}

@media (min-width: 1280px){
	.concept_heading span br{
		display: none;
	}
}

.concept_heading img{
	width: 70px;
	margin-right: 10px;
}
@media (min-width: 1280px){
	.concept_heading img{
		width: 4.167vw;
	}
}

.concept_sm_image{
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 10px;
}
@media (min-width: 1280px){
	.concept_sm_image{
		display: none;
	}
}

.concept_description{
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4em;
}
@media (min-width: 1280px){
	.concept_description{
		margin-bottom: 2.083vw;
		font-size: 1.042vw;
	}
}

.concept_description h4{
	color: var( --red-color-primary );
}

.concept_description p{
	margin: 0;
}
@media (min-width: 1280px){
	.concept_description p{
		font-size: 1.042vw
	}
}

.concept_button{
	text-align: right;
}

.concept_button_item{
	display: inline-block;
	width: 160px;
	padding: 8px;
	border: solid 2px var( --red-color-primary );
	border-radius: 6px;
	background-color: var( --white-color-primary );
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	color: var( --red-color-primary );
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	transition: opacity 0.5s;
}
@media (min-width: 1280px){
	.concept_button_item{
		width: 10.417vw;
		padding: 11px;
		border: none;
		background-color:var( --red-color-primary );
		color: var( --white-color-primary );
		font-size: 0.833vw;
	}
}

@media (min-width: 1280px){
	.concept_button:hover .concept_button_item{
		opacity: 0.7;
		color: var( --white-color-primary );
	}
}

.concept_container .readmore_button{
	width: 84%;
	margin: 0 auto;
}
@media (min-width: 1280px){
	.concept_container .readmore_button{
		width: 400px;
	}
}

.concept_lg_image{
	display: none;
}
@media (min-width: 1280px){
	.concept_lg_image{
		overflow: hidden;
		display: block;
		width: 50%;
		height: 25.000vw;
		border-radius: 1.563vw 0 0 1.563vw;
	}
}

@media (min-width: 1280px){
	.concept_content:nth-child(2) .concept_lg_image{
		border-radius: 0 30px 30px 0;
	}
}

@media (min-width: 1280px){
	.concept_lg_image img{
		object-fit: cover;
		height: 100%;
	}
}



/*============================
 PRINCOPAL
============================*/
.princopal_container{
	background-color: var( --gray-color-primary );
}

.princopal_content{
	margin-top: 145px;
	padding-bottom: 40px;
	border-radius: 10px;
	background-color: var( --white-color-primary );
	text-align: center;
}
@media (min-width: 1280px){
	.princopal_content{
		margin-top: 314px;
		padding-bottom: 80px;
		border-radius: 20px;
	}
}

.princopal_content_image{
	margin-bottom: 40px;
}

.princopal_content_image img{
	width: 180px;
	margin-top: -106px;
}
@media (min-width: 1280px){
	.princopal_content_image img{
		width: 320px;
		margin-top: -234px;
	}
}

.princopal_inner p{
	margin: 0 0 14px 0;
}
@media (min-width: 1280px){
	.princopal_inner p{
		margin: 0 0 24px 0;
		font-size: 24px;
	}
}

.princopal_inner p:last-of-type{
	margin: 0;
}

.princopal_inner p span{
	color: var( --red-color-primary );
	font-weight: 700;
}
@media (min-width: 1280px){
	.princopal_inner p span{
		font-size: 32px;
	}
}

@media (min-width: 1280px){
	.princopal_inner p .xl_hide{
		display: none;
	}
}

.princopal_inner .readmore_button{
	margin-top: 40px;
}
@media (min-width: 1280px){
	.princopal_inner .readmore_button{
		margin-top: 120px;
	width: 400px;margin: 120px auto 0;}
}

/*============================
 PLAN
============================*/
.plan_inner{
	margin-top: 60px;
}
@media (min-width: 1280px){
	.plan_inner{
		margin-top: 80px;
	}
}

.plan_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
@media (min-width: 1280px){
	.plan_content{
		flex-direction: row;
		justify-content: space-between;
		row-gap: 0;
	}
}

.plan_item{
	display: grid;
	width: 100%;
	padding-top: 20px;
	border: solid 4px var( --red-color-primary );
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.30);
	color: var( --black-color-primary );
	transition: box-shadow 0.3s;
}
@media (min-width: 1280px){
	.plan_item{
		grid-template-rows: auto 1fr 1fr auto;
		width: 400px;
		padding-top: 40px;
		box-shadow: 0 10px 20px rgba(0,0,0,0.30);
	}
}

.plan_item:hover{
	box-shadow: none;
	color: var( --black-color-primary );
}

.plan_item_heading span{
	display: block;
	margin-bottom: 14px;
	color: var( --red-color-primary );
	font-size: 20px;
	text-align: center;
}

.plan_item_heading img{
	height: 99px;
	margin-bottom: 16px;
}

.plan_item:first-of-type .plan_item_heading img{
	margin-left: 14px;
}

.plan_item_detail{
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
	margin-bottom: 20px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
}
@media (min-width: 1280px){
	.plan_item_detail{
		margin-bottom: 0;
	}
}

.plan_item_detail li{
	display: inline-block;
	padding: 6px 16px;
	border-radius: 4px;
	background-color: var( --red-color-primary );
	color: var( --white-color-primary );
}

.plan_item_checkbox{
	padding: 0 20px;
}
@media (min-width: 1280px){
	.plan_item_checkbox{
		padding: 0 40px;
		margin-top: 12px;
	}
}

.plan_item_checkbox li{
	position: relative;
	margin-bottom: 10px;;
	margin-left: 20px;
	font-size: 12px;
	font-weight: 700;
}

.plan_item_checkbox li:last-of-type{
	margin-bottom: 0;
}

.plan_item_checkbox li::before{
	content: url("../img/common/checkmark_red.svg");
	position: absolute;
	top: 1px;
	left: -20px;
}

.plan_item_checkbox li:last-of-type{
	margin-bottom: 0;
}

.plan_item_readmore{
	margin-top: 24px;
	padding: 16px 0;
	background-color: var( --red-color-primary );
	color: var( --white-color-primary );
	font-size: 16px;
	text-align: center;
}



/*============================
 FAQ
============================*/
.faq_accordion li{
	margin-bottom: 20px;
	border: solid 2px var( --red-color-primary );
	border-radius: 8px;
}

.faq_accordion_content h3{
	position: relative;
	padding: 20px 56px 20px 20px;
	background-color: var( --red-color-primary );
	color: var( --white-color-primary );
	font-size: 14px;
}

.faq_accordion_content h3::after{
	content: url("../img/faq_arrow.svg");
	display: inline-block;
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.faq_accordion_item{
	display: none;
	padding: 22px 20px;
}

.faq_accordion_item p{
	font-size: 14px;
	font-weight: 700;
}

.faq_accordion_item p:last-of-type{
	margin-bottom: 0;
}