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

/* FV ----------------------------------------------------------- */
.fv {
	position: relative;
	padding: 10% 0 20%;
	height: 100vh;
}
.fv_contents {
	z-index: 2;
	text-shadow: 0 4px 11px rgba(54, 54, 54, .8);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fv svg {
	width: 160px;
	height: 58px;
	fill: var(--color_wt);
	filter: drop-shadow(0 0px 8px #363636);
}
.fv_sub-head {
	line-height: 1.2;
}
.fv_head {
	font-size: 26px;
}
.fv_txt {

}
.fv_video {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fv_video video {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv-slider {
	padding: 100px 0;
}
.fv_error {
	background: #b30000;
}
.error_wrap {
	padding-block: 20px;
}
.error_wrap a {
	text-decoration: underline;
}
@media screen and (max-width: 1229px) {
	.fv {
		/* padding: 10% 0; */
		padding: 15% 0;
	}
	.fv_sub-head {
	}
	.fv_head {
		padding-top: 30px;
		font-size: 26px;
	}
	.fv_txt {
		padding-top: 30px;
	}
/* 	.fv_video video {
		height: 100%;
		width: auto;
	} */
}
@media screen and (max-width: 767px) {
	.fv {
		padding: 30% 0 42%;
	}
	.fv_video video {
        top: 0;
	}
	.fv_contents {
		width: 100%;
	}
	.fv_head {
		padding-top: 15px;
/* 		font-size: 20px; */
		font-size: 18px;
	}
	.fv-slider {
		padding: 45px 0;
	}
}
/* SLIDER
------------------------------------------------------- */
.sec01 {

}
@media screen and (max-width: 1229px) {
	.sec01 {
		padding: 45px 0;
	}
}
/* CONCEPT
------------------------------------------------------- */
.concept {
	position: relative;
    background: url(../../img/top/pc_concept_bg.png) no-repeat top center;
	padding-bottom: 240px;
}
.concept::after {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, transparent, #fff);
	bottom: 0;
	width: 100%;
	height: 180px;
}
.concept_contents-wrap {
	display: none;
}
.concept_sub-head {
	font-size: 32px;
	line-height: 1.8;
}
.concept_txt,
.concept_txt02 {
	line-height: 2;
}
.concept_btn {
}
.concept_btn button {
	width: 400px;
}
.concept_btn.is-open button {
	background-color: var(--color_wt);
	border: 2px solid var(--color_bk);
	color: var(--color_bk);
}
.concept_btn.is-open button:hover {
	background-color: var(--color_bk);
	color: var(--color_wt);
}
.concept_btn.is-open button::after {
	transform: rotate(180deg) translateY(10px);
	color: var(--color_bk);
}
.concept_btn.is-open button:hover::after {
	color: var(--color_wt);
}
@media screen and (max-width: 1229px) {
	.concept h2 {
		letter-spacing: 0.08em;
	}
}
@media screen and (max-width: 767px) {
	.concept {
		padding-bottom: 90px;
	}
	.concept::after {
		height: 80px;
	}
	.concept_sub-head {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.concept_btn button {
		width: 80%;
		padding: 15px 0;
	}
}
/* FACILITY
------------------------------------------------------- */
.facility {

}
.facility_contents-wrap {
	display: flex;
	align-items: center;
	gap: 60px;
}
.facility_video {
	width: 60%;
}
.facility_txt {
	width: 40%;
}

@media screen and (max-width: 767px) {
	.facility_contents-wrap {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.facility_video,
	.facility_txt {
		width: 100%;
	}
}
/* ARCHITEC
------------------------------------------------------- */
.architect {

}
.architect_box {
	background-color: var(--color1);
	padding: 90px;
	display: flex;
	justify-content: space-between;
}
.architect_img-wrap {
	width: 40%;
}
.architect_img {
	width: 100%;
}
.architect_contents {
	width: 60%;
}
.architect_head h2 {
	font-size: 32px;
}
.architect_head p {
	font-size: 28px;
}
@media screen and (max-width: 1229px) {
	.architect_box {
		flex-direction: column;
	}
	.architect_img-wrap {
		display: flex;
		gap: 45px;
		width: 100%;
	}
	.architect_img {
		width: 50%;
	}
	.architect_contents {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.architect_box {
		padding: 20px;
	}
	.architect_img-wrap {
		flex-direction: column;
		gap: 15px;
	}
	.architect_img {
		width: 100%;
	}
	.architect_img-wrap p {
		font-size: 20px;
        font-weight: 700;
	}
	.architect_txt {
		line-height: 1.5;
		font-size: 12px;
	}
}
/* TIME
------------------------------------------------------- */
.time video {
	width: 100%;
}

/* FACILITY
------------------------------------------------------- */
#facility02 h2 {
	font-size: 32px;
}
#facility02 h4 {
	font-size: 20px;
}
.facility_box {
	background-color: var(--color1);
}
.facility_item-wrap {

}
.facility_item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #b2b2b2;
	gap: 30px;
}
.facility_item h4 {
	width: 37%;
}
.facility_item p {
	width: 63%;
}
@media screen and (max-width: 1229px) {
	.facility_item {
		flex-direction: column;
		gap: 10px;
	}
	.facility_item h4,
	.facility_item p {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#facility02 h2 {
		font-size: 24px;
	}
	#facility02 h4 {
		font-size: 16px;
	}
}
/* CTA
------------------------------------------------------- */
.cta {
	background: url(../../img/top/pc_cta_bg.png) no-repeat center center / cover;
	padding: 120px 0;
}
.cta_head {
	
}
.cta_head h2 {
	font-size: 32px;
}
.cta_head p {
	font-size: 26px;
}
.cta_contents {
	position: relative;
	width: 250px;
	padding-left: 23px;
}
.cta_contents::before {
	content: '';
	position: absolute;
	background-color: var(--color_bk);
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
}
.cta_contents p {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1229px) {
	.cta_head h2 {
		font-size: 32px;
		line-height: 1.2;
	}
	.cta_head p {
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.cta {
		padding: 60px 0;
	}
	.cta_head p {
        font-size: 20px;
    }
	.cta_head h2 {
        font-size: 26px;
    }
}
/* MEMBER
----------------------------------------- */
.member {
	background-color: var(--color_bk);
}
.member_wrap {
	display: flex;
}
.member_head {
}
.member_head p {
	font-size: 96px;
	color: #4d4d4d;
	line-height: 1;
}
.member_head h2 {
	position: relative;
	margin-top: -45px;
	color: var(--color_wt);
}
.member_head h2::after {
	content: '';
	position: absolute;
	width: 90px;
	height: 2px;
	background-color: var(--color_wt);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.member_contents {
	width: calc(100% - 719px);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.member_contents svg {
    width: 60%;
    height: inherit;
}
.member_cotnents g {
	fill: var(--color1);
}
.member_img {

}
.member_txt {
	line-height: 1.3;
}
.member_btn a {
	width: 320px;
}
.member_btn a::after {
    content: '\f054';
}
.member_box {

}
.member_box-ttl {
	position: relative;
	font-size: 32px;
}
.member_box-ttl::before,
.member_box-ttl::after {
	content: '';
	position: absolute;
	width: 34%;
	height: 1px;
	background-color: #808080;
	top: 50%;
	transform: translateY(-50%);
}
.member_box-ttl::before {
	left: 0;
}
.member_box-ttl::after {
	right: 0;
}
.member_box-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 1080px;
}
.member_box-item {

}
.member_txt {
	display: flex;
	align-items: center;
	justify-content: center;
}
.member_arrow {
	background-color: var(--color_bk);
	width: 10px;
	height: 18px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 1229px) {
	.member_head h2 {
		margin-top: -45px;
	}
	.member_contents {
		width: 40%;
	}
	.member_contents h3 {
		font-size: 28px;
	}
	.member_contents svg {
        width: 60%;
	}
	.member_btn {
		width: 80%;
		margin-top: 15px;
	}
	.member_btn a {
		width: 100%;
	}
	.member_btn a::after {
		right: 10px;
	}
	.member_img {
		width: 60%;
	}
	.member_box-ttl::before,
	.member_box-ttl::after {
		width: 28%;
	}
}
@media screen and (max-width: 767px) {
	.member_head p {
		font-size: 67px;
	}
	.member_head h2 {
		margin-top: -30px;
		font-size: 30px;
	}
	.member_wrap {
		flex-direction: column-reverse;
	}
	.member_img {
		width: 100%;
	}
	.member_contents {
		width: 100%;
		padding: 30px;
	}
	.member_contents svg {
		width: 50%;
	}
	.member_contents h3 {
		font-size: 26px;
	}
	.member_txt {
		font-size: 12px;
	}
	.member_box-wrap {
		min-width: 900px;
	}
	.member_box-ttl {
		font-size: 20px;
	}
	.member_box-ttl::before,
	.member_box-ttl::after {
		width: 15%;
	}
	.member_btn {
        width: 100%;
    }
}
/* ACCESS
------------------------------------------------------- */
.access {

}
.access p > a {
	text-decoration: underline;
}
.access_map {
	width: 100%;
	height: 55vh;
}
.access_map iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.access_map iframe {
		padding: 0 15px;
	}
}
/* CONTACT
------------------------------------------------------- */
.contact {
	background: url(../../img/top/pc_sec06_bg.png) no-repeat center center / cover;
}
.contact_head {
}
.contact_head::after {
}
.contact_txt {
	text-align: center;
}
.contact_wrap {

}
.contact_box {
	padding: 30px;
	height: 400px;
	width: 100%;
	border: 1px solid var(--color_bk);
	overflow-y: scroll;
}
.contact_box-head {
	border-bottom: 1px solid #c7c7c7;
}
.contact_box-txt {
	background-color: var(--color_bk);
	width: 46px;
}
.simplebar-track {
	background-color: var(--color4);
	width: 7px;
	height: 160px;
	border-radius: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.contact_btn button,
.contact_btn a {
	max-width: 588px;
    width: 100%;
	font-family: YuGothic, "YuGothic M", "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 1229px) {
}
@media screen and (max-width: 767px) {
	.contact_box {
		padding: 15px;
	}
	.contact .white_box_l {
		padding: 30px 20px;
	}
	.contact .white_box_l p {
		text-align: left;
	}
	.contact_txt {
		text-align: left;
	}
	.contact_btn button,
	.contact_btn a {
		width: 80%;
	}

}
/* INFO
------------------------------------------------------- */
.info {

}
/* 料金 */
.info_img {
	padding-top: 60px;
}
@media screen and (max-width: 1229px) {
	/* 料金 */
	.info_img {
		padding-top: 45px;
	}

}
@media screen and (max-width: 767px) {
	/* 料金 */
	.info_img {
		padding-top: 30px;
	}
}
/* Q AND A
------------------------------------------------------- */
.fqa {

}
.fqa h2 {
	font-size: 50px;
}
.fqa_item-wrap {

}
.fqa_item-head {
	position: relative;
	padding-left: 20px;
}
.fqa_item-head::before {
	content: '';
	position: absolute;
	background-color: var(--color_bk);
	width: 5px;
	height: 60px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.fqa_item {
	padding: 30px;
	border-radius: 10px;
}
.fqa_item p {
	letter-spacing: .08em;
}
.fqa_item:not(:first-child) {
	margin-top: 20px;
}
.fqa_item-q,
.fqa_item_q-wrap {
	display: flex;
	align-items: center;
}
.fqa_item-q {
	cursor: pointer;
	justify-content: space-between;
	padding-bottom: 3px;
}
.fqa_item_q-wrap {
}
.fqa_item_q-wrap .font_lato,
.fqa_item-a .font_lato {
	font-size: 32px;
	padding-right: 30px;
	line-height: 1;
}
.fqa_item-icon {
	position: relative;
	width: 29px;
	height: 29px;
	background-color: var(--color_bk);
	border-radius: 20px;
}
.fqa_item-icon::before,
.fqa_item-icon::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--color_wt);
}
.fqa_item-icon::after {
	transform: rotate(-90deg);
    left: 25%;
	transition: transform .4s ease 0s;
}
.fqa_item-icon.is-active::after {
	transform: rotate(0);
}
.fqa_item-a {
	display: none;
	border-top: 1px solid var(--color_bk);
}
.fqa_item-a_wrap {
	display: flex;
}
.fqa_item-a_wrap a {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.fqa h2 {
		font-size: 35px;
	}
	.fqa_item {
		padding: 15px;
	}
	.fqa_item-head::before {
		height: 30px;
	}
	.fqa_item_q-wrap {
		width: calc(100% - 24px);
	}
	.fqa_item_q-wrap .font_lato,
	.fqa_item-a .font_lato {
		font-size: 24px;
		padding-right: 10px;
	}
	.fqa_item-icon {
		width: 24px;
		height: 24px;
	}
	.fqa_item-icon::before,
	.fqa_item-icon::after {
		width: 12px;
	}
}