@charset "UTF-8";
main::before {
content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: url(../../img/index/bg.png);
    z-index: 1;
}
@media only screen and (max-width: 768px) {
	main::before {
		top: 0rem;
        height: 550rem;
		background-image: url(../../img/index/bg-sp.png);
	}
}
/* mv
----------------------------------------*/
.mv {
	z-index: 3;
}
.mv figure img {
	width: 100%;
	height: 78.7rem;
	object-fit: cover;
	max-height: 100vh;
}
.mv figure::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(29, 29, 29, .3);
	z-index: 2;
}
.mv_ttl {
	position: absolute;
	left: 6.1rem;
	bottom: 6.5rem;
	color: #fff;
	z-index: 1000;
}
.mv_ttl h1 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .1em;
	margin-bottom: 1.9rem;
}
.mv_ttl h1 .en {
	display: block;
	font-size: 3.6rem;
	letter-spacing: .4em;
	margin-top: 1rem;
}
.mv_ttl .inter {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.8182;
	letter-spacing: .08em;
}
.mv_scroll {
	height: 28.6rem;
	position: absolute;
	left: calc(50% + 64.3rem);
	bottom: -13.4rem;
	border-left: .1rem solid #fff;
	color: #fff;
	z-index: 4;
}
.mv_scroll::before {
	content: '';
	display: block;
	width: .7rem;
	height: .7rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -.4rem;
	animation-fill-mode: forwards;
	animation-duration: 4s;
	animation-name: mv_scroll;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.mv_scroll span {
	writing-mode: vertical-rl;
	font-size: 1.1rem;
	letter-spacing: .11em;
	display: block;
	margin-left: .8rem;
}
@keyframes mv_scroll {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(28.6rem);
	}
}
@media only screen and (max-width: 768px) {
	.mv figure img {
		height: auto;
	}
	.mv_ttl {
		left: 2.5rem;
		bottom: 3.4rem;
	}
	.mv_ttl h1 {
		font-size: 1.4rem;
		margin-bottom: 1.2rem;
	}
	.mv_ttl h1 .en {
		font-size: 2.6rem;
		line-height: 1.6154;
		margin-top: .3rem;
	}
	.mv_ttl .inter {
		width: 31.5rem;
	}
	.mv_scroll {
		display: none;
	}
}

/* intro
----------------------------------------*/
.intro {
	padding-top: 19.8rem;
	background: #F7F3EB;
	display: flex;
	gap: 18.8rem;
}
.intro figure {
	width: calc(50% - 7rem);
	order: -1;
	z-index: 2;
}
.intro_box {
	width: 46.5rem;
}
.intro_box h2 {
	font-weight: 400;
	font-size: 3rem;
	letter-spacing: .14em;
	line-height: 2;
	margin: -2.1rem 0 1.7rem;
}
.intro_box .inter {
	font-size: 1.1rem;
	font-weight: 300;
	color: #776F4F;
	letter-spacing: .08em;
	line-height: 1.8182;
	margin-bottom: 4.3rem;
}
.intro_txt {
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 2.2857;
}
.intro_txt p + p {
	margin-top: 1.8rem;
}
@media only screen and (max-width: 768px) {
	.intro {
		padding-top: 10.4rem;
		display: block;
	}
	.intro figure {
		width: auto;
		margin-top: 9rem;
	}
	.intro figure img {
		height: 58rem;
		object-fit: cover;
	}
	.intro_box {
		width: 33.8rem;
		margin: 0 auto;
	}
	.intro_box h2 {
		font-size: 2.8rem;
		line-height: 1.8;
		margin: -2.1rem 0 .6rem;
	}
	.intro_box .inter {
		margin-bottom: 2.9rem;
	}
}

/* future
----------------------------------------*/
.future {
	background: #F7F3EB;
	padding-bottom: 16.1rem;
}
.future::before {
	content: '';
	display: block;
	position: absolute;
	top: -3.2rem;
	left: 0;
	right: 0;
	height: 47.1rem;
	background: url(../../img/index/bg_01.png) no-repeat 64% top / auto 100%;
}
.future h2 {
	width: 116rem;
	margin: 0 auto;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: .1em;
	padding: 15.4rem 0;
}
.future h2 span {
	display: block;
	font-size: 4rem;
	line-height: 1.47;
	color: #776F4F;
	letter-spacing: .4em;
}
.future_item:nth-of-type(1) {
	width: calc(50% + 58rem);
	display: flex;
	justify-content: space-between;
	margin-top: -4.5rem;
}
.future_item:nth-of-type(1) .future_box:nth-child(1) {
	order: 1;
	width: 35.9375%;
	margin-top: -43.7rem;
}
.future_item:nth-of-type(1) .future_box:nth-child(2) {
	width: 49.2188%;
}
.future_item:nth-of-type(1) .future_box:nth-child(2) .future_txt {
	max-width: 51rem;
	margin: 0 0 0 auto;
}
.future_item:nth-of-type(2) {
	width: calc(50% + 58rem);
	display: flex;
	justify-content: space-between;
	margin: 8rem 0 0 auto;
}
.future_item:nth-of-type(2) .future_box:nth-child(1) {
	order: 1;
	width: 49.2188%;
	margin-top: -25.7rem;
}
.future_item:nth-of-type(2) .future_box:nth-child(1) .future_txt p {
width: 70%;
}
.future_item:nth-of-type(2) .future_box:nth-child(2) {
	width: 35.9375%;
}
.future_item h3 {
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: .14em;
	margin: -1.9rem 0 1.7rem;
}
.future_item h3 .en {
	display: block;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: .2em;
	color: #B0AA91;
	line-height: 1.32;
	border-bottom: .1rem solid #B0AA91;
	width: fit-content;
	margin-bottom: 2rem;
}
.future_item p {
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 2.1538;
}
.future_item .btn + .btn {
	margin-top: 2rem;
    z-index: 2;
}
.future_item p + .btn {
	margin-top: 3rem;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
	.future {
		/*padding-bottom: 11rem;*/
	}
	.future::before {
		top: 3rem;
		height: 24.5rem;
		background-image: url(../../img/index/bg_01-sp.png);
	}
	.future h2 {
		width: 37.8rem;
		padding: 8.8rem 0 5.5rem;
	}
	.future h2 span {
		font-size: 3rem;
		margin-bottom: .5rem;
	}
	.future_item {
		width: 37.8rem !important;
		display: block !important;
		margin: 0 auto !important;
	}
	.future_item:nth-of-type(1) .future_box:nth-child(1) {
		width: auto;
		margin-top: 0;
	}
	.future_item:nth-of-type(1) .future_box:nth-child(2) {
		width: auto;
		margin-top: 7.1rem;
	}
	.future_item .future_txt {
		max-width: 33.8rem !important;
		margin: 0 auto !important;
	}
	.future_item:nth-of-type(2) .future_box:nth-child(1) {
		width: auto;
		margin-top: 7.9rem;
	}
	.future_item:nth-of-type(2) .future_box:nth-child(2) {
		width: auto;
		margin-top: 7.2rem;
	}
	.future_item h3 {
		font-size: 2rem;
		margin: -1.9rem 0 1.4rem;
	}
	.future_item h3 .en {
		margin-bottom: 2.1rem;
	}
	.future_item .btn + .btn {
		margin-top: 1rem;
        z-index: 2;
	}
}

/* facility
----------------------------------------*/
.facility {
	background: #776F4F;
	color: #fff;
	padding: 12.5rem 0;
    display: block;
}
.facility::before {
	content: '';
	display: block;
	width: 46.5rem;
	height: 52.2rem;
	background: url(../../img/about/facility_img_01.png) no-repeat left top / 100% auto;
	position: absolute;
	top: -35.3rem;
	right: 0;
}
.facility_inner {
	max-width: calc(50% + 63.7rem);
	margin: 0 0 0 auto;
}
.facility h2 {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: .1em;
	margin-bottom: 6.4rem;
}
.facility h2 .en {
	display: block;
	font-size: 4rem;
	letter-spacing: .4em;
	line-height: 1.45;
}
.facility_txt {
	font-size: 1.4rem;
	line-height: 2.1429;
	letter-spacing: .1em;
	margin-bottom: 9rem;
}
.facility_item {
	display: flex;
	align-items: center;
	padding-bottom: 8rem;
    z-index: 2;
}
.facility_item + .facility_item {
	padding-top: 8rem;
}
.facility_item + .facility_item::before {
	content: '';
	display: block;
	width: 128rem;
	height: .1rem;
	background: #B0AA91;
	position: absolute;
	top: 0;
	left: 0;
}
.facility_item h3 {
	width: 31.7rem;
	font-weight: 400;
	letter-spacing: .1em;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
.facility_item h3 img {
	height: 2.9rem;
	width: auto;
	margin: 0 0 1.8rem .2rem;
}
.facility_item h3 img[src$="facility_famille_ttl_01.svg"] {
	height: 3.4rem;
	margin-bottom: 1.5rem;
}
.facility_slider {
	width: calc(100% - 31.7rem);
}
.facility_slider .slick-list {
	overflow: hidden;
}
.facility_slider figure {
	width: 60rem;
	float: left;
	margin-right: 1rem;
}
.facility_slider .slick-prev,
.facility_slider .slick-next {
	appearance: none;
	position: absolute;
	left: -9rem;
	bottom: 0;
	width: 6rem;
	height: 6rem;
	border-radius: 0;
	border: 0;
	overflow: hidden;
	text-indent: -99rem;
	background: #B0AA91;
}
.facility_slider .slick-prev {
	bottom: 7rem;
	transform: scale(-1, 1);
}
.facility_slider .slick-prev::before,
.facility_slider .slick-next::before {
	content: '';
	display: block;
	width: .9rem;
	height: .9rem;
	border-top: .1rem solid #F7F3EB;
	border-right: .1rem solid #F7F3EB;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: -.6rem;
	right: 0;
	bottom: 0;
	margin: auto;
}
.facility_slider .slick-dots {
	position: absolute;
	bottom: -2.4rem;
	left: 0;
	display: flex;
	justify-content: center;
	gap: 3rem;
}
.facility_slider .slick-dots button {
	display: block;
	appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	width: .5rem;
	height: .5rem;
	margin: 0;
	border-radius: 50%;
	background: #B0AA91;
	overflow: hidden;
	text-indent: -99rem;
}
.facility_slider .slick-dots .slick-active button {
	background: #fff;
}
.facility_btn {
	max-width: 132rem;
	margin: -2rem auto 0;
    z-index: 2;
}
.facility_btn .btn {
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.facility {
		padding: 9rem 0 10rem;
	}
	.facility::before {
		width: 18.3rem;
		height: 20.5rem;
		top: -12rem;
	}
	.facility_inner {
		max-width: 40.1rem;
	}
	.facility h2 {
		margin-bottom: 4.6rem;
	}
	.facility h2 .en {
		font-size: 3rem;
		margin-bottom: .5rem;
	}
	.facility_txt {
		font-size: 1.3rem;
		margin: 0 2.3rem 6.1rem 0;
	}
	.facility_item {
		display: block;
		padding-bottom: 9.5rem;
		border-bottom: .1rem solid #B0AA91
	}
	.facility_item + .facility_item {
		padding-top: 4rem;
	}
	.facility_item + .facility_item::before {
		display: none;
	}
	.facility_item h3 {
		width: auto;
		font-size: 1.4rem;
		margin-bottom: 2.5rem;
	}
	.facility_item h3 img {
		height: 2.05rem;
		margin: 0 0 .8rem;
	}
	.facility_item h3 img[src$="facility_famille_ttl_01.svg"] {
		height: 2.25rem;
		margin-bottom: 1rem;
	}
	.facility_slider {
		width: auto;
	}
	.facility_slider figure {
		width: 33rem;
	}
	.facility_slider .slick-prev,
	.facility_slider .slick-next {
		left: 4.5rem;
		bottom: -5.5rem;
		width: 4rem;
		height: 4rem;
	}
	.facility_slider .slick-prev {
		bottom: -5.5rem;
		left: 0;
	}
	.facility_slider .slick-prev::before,
	.facility_slider .slick-next::before {
		width: .5rem;
		height: .5rem;
		left: -.6rem;
	}
	.facility_slider .slick-dots {
		bottom: -3.8rem;
		left: 11.8rem;
	}
	.facility_btn {
		margin: 3.9rem 2.5rem 0;
	}
	.facility_btn .btn {
		margin: 0 auto;
	}
}

/* other
----------------------------------------*/
.other {
	background: #F7F3EB;
	padding: 12.8rem 2rem 16rem;
}
.other h2 {
	width: 44rem;
	margin: 0 auto 7.4rem;
}
.other_list {
	width: 116.2rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.other_item {
	width: 30rem;
}
.other_item a {
	display: block;
    z-index: 2;
}
.other_item a figure {
	overflow: hidden;
	margin-bottom: 1.2rem;
}
.other_item a figure img {
	transition: transform .3s;
}
.other_item h3 {
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: .1em;
	text-align: center;
}
.other_item h3 .inter {
	display: block;
	font-size: 1.2rem;
	letter-spacing: .11em;
	font-weight: 400;
	color: #B0AA91;
	margin-top: .9rem;
}
.other_more {
	margin-top: 1.5rem;
	font-size: 1.3rem;
	letter-spacing: .11em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.other_more::before {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	background: #1D1D1D;
	border-radius: 50%;
	margin-right: .8rem;
	transition: background .3s;
}
@media (hover:hover) {
	.other_item a:hover figure img {
		transform: scale(1.1);
	}
}
@media only screen and (max-width: 768px) {
	.other {
		padding: 9.9rem 2rem 9.5rem;
	}
	.other h2 {
		width: 33.8rem;
		margin: 0 auto 4.8rem;
	}
	.other_list {
		width: 33.8rem;
		display: block;
	}
	.other_item {
		width: auto;
	}
	.other_item + .other_item {
		margin-top: 4.5rem;
	}
}