@charset "UTF-8";

/* loading
----------------------------------------*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5500;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #004124;
	transition: opacity .5s;
}
.loading img {
	width: 19.507rem;
}
.loaded .loading {
	opacity: 0;
	pointer-events: none;
}

/* mv
----------------------------------------*/
.mv {
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
.mv_bg img,
.mv_bg video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
}
.mv_bg::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(16, 45, 105, .1);
}
.mv_logo {
	position: fixed;
	top: 16.3rem;
	right: 6.65rem;
	width: 13.245rem;
	z-index: 10;
}
.mv_ttl {
	position: absolute;
	left: 8.2rem;
	bottom: 13.5rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: .15em;
	font-size: 1.8rem;
}
.mv_ttl img {
	width: 69.7rem;
	margin: 0 0 3.1rem .1rem;
}
.mv_scroll {
	position: absolute;
	bottom: 0.1rem;
	right: 11.1rem;
	color: #EFEEE7;
	font-size: 1.2rem;
	letter-spacing: .2em;
}
.mv_scroll span {
	writing-mode: vertical-rl;
	position: absolute;
	right: 0;
	bottom: .8rem;
}
.mv_scroll::before {
	content: '';
	display: block;
	height: 17.3rem;
	width: .1rem;
	background: #EFEEE7;
	margin-right: 2.4rem;
}
.mv_scroll::after {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	background: #EFEEE7;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -.5rem;
	animation-fill-mode: forwards;
	animation-duration: 2s;
	animation-name: mv_scroll;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}
@keyframes mv_scroll {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(17.3rem);
	}
}
.mv .btn {
	position: absolute;
	left: 8.2rem;
	bottom: 4.1rem;
	min-width: 25.4rem;
	background: #B3A142;
}
.mv_concept {
	color: #EFEEE7;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin-bottom: -100vh;
}
.mv_concept_video {
	position: sticky;
	top: 0;
	left: 0;
}
.mv_concept_video::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: url(../../img/index/mv_concept_bg_01.png) no-repeat left top / cover;
}
.mv_concept_video img,
.mv_concept_video video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.mv_concept_inner {
	margin-top: -100vh;
	height: 100vh;
	display: flex;
	align-items: center;
}
.mv_concept_txt {
	width: 82rem;
	margin: 0 auto;
	padding-left: 22.9rem;
}
.mv_concept h2 {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 400;
	letter-spacing: .2em;
	padding-right: 3.7rem;
}
.mv_concept h2::before {
	content: '';
	display: block;
	width: .1rem;
	height: 100vh;
	background: rgba(255, 255, 255, .5);
}
.mv_concept h2 span {
	writing-mode: vertical-rl;
	position: absolute;
	right: 0;
	top: 0;
}
.mv_concept h3 {
	font-weight: 400;
	font-size: 2.5rem;
	letter-spacing: .15em;
	margin-bottom: 1.6rem;
}
.mv_concept h3 .en {
	display: block;
	font-size: 1.6rem;
	letter-spacing: .2em;
	line-height: 1.75;
	margin: 0 0 3.3rem .4rem;
}
.mv_concept_txt p {
	font-size: 1.4rem;
	letter-spacing: .15em;
	line-height: 2.1429;
}
.mv_concept_txt p + p {
	margin-top: 2rem;
}
.mv_concept_txt .btn {
	margin-top: 4.8rem;
	margin-left: .4rem;
}
@media only screen and (max-width: 768px) {
	.mv {
		padding-top: 7rem;
	}
	.mv_bg img,
	.mv_bg video {
		height: auto;
	}
	.mv_logo,
	.mv_scroll {
		display: none;
	}
	.mv_ttl {
		left: 2rem;
		top: 33.2rem;
		bottom: auto;
		font-size: 1.4rem;
		z-index: 2;
	}
	.mv_ttl img {
		width: 25.3rem;
		margin: 0 0 3.1rem .3rem;
	}
	.mv .btn {
		bottom: auto;
		top: 63.1rem;
		left: 2rem;
		z-index: 2;
		width: 35rem;
		height: 5.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mv_concept {
		position: relative;
		top: auto;
		height: auto;
		margin: 0;
		height: auto;
	}
	.mv_concept_video {
		margin-bottom: -100vh;
	}
	.mv_concept_inner {
		padding-top: 33.7rem;
		padding-bottom: 10rem;
		height: auto;
	}
	.mv_concept_txt {
		width: auto;
		margin: 0;
		padding-left: 2rem;
	}
	.mv_concept h2 {
		position: relative;
		right: auto;
		top: auto;
		padding-right: 0;
		margin-bottom: 6.2rem;
	}
	.mv_concept h2::before {
		width: 100%;
		height: .1rem;
		position: absolute;
		left: 0;
		top: 3.2rem;
	}
	.mv_concept h2 span {
		writing-mode: horizontal-tb;
		position: relative;
		right: auto;
		top: auto;
		padding-left: .4rem;
	}
	.mv_concept h3 {
		font-size: 2.2rem;
		margin-bottom: 1.6rem;
	}
	.mv_concept h3 .en {
		margin: 0 0 3rem .4rem;
	}
	.mv_concept_txt p {
		margin-right: 2rem;
	}
	.mv_concept_txt .btn {
		min-width: 35.2rem;
		text-align: center;
		margin-top: 4.4rem;
		margin-left: 0;
		padding: 1.7rem 3rem;
	}
}

/* modal
----------------------------------------*/
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 65, 36, .9);
	z-index: 5000;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}
.modal_open .modal {
	opacity: 1;
	pointer-events: all;
}
.modal_close {
	appearance: none;
	width: 2.6rem;
	height: 2.6rem;
	position: fixed;
	top: 3.1rem;
	right: 3.3rem;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
}
.modal_close::before,
.modal_close::after {
	content: '';
	display: block;
	width: 3.6rem;
	height: .1rem;
	background: #fff;
	position: absolute;
	top: 1.3rem;
	left: -.5rem;
	transform: rotate(45deg);
}
.modal_close::after {
	transform: rotate(-45deg);
}
.modal_item {
	max-width: 110rem;
	border-radius: .5rem;
	overflow: hidden;
}
.modal_item img,
.modal_item video {
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 768px) {
	.modal_close {
		top: 2rem;
		right: 2rem;
	}
	.modal_item {
		max-width: 90%;
		margin: 0 auto;
	}
}

/* ceremony
----------------------------------------*/
.ceremony {
	overflow: clip;
	margin-top: 100vh;
}
.ceremony_bg {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.ceremony_bg img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.ceremony_inner {
	max-width: calc(50% + 55rem);
	margin: -100vh 0 0 auto;
	padding: 25.9rem 0 15.8rem;
}
.ceremony h2 {
	width: 58.866rem;
	margin: 0 0 8.8rem .2rem;
}
.ceremony h3 {
	margin: 0 0 -.5rem -.3rem;
}
.ceremony h3 .en {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: .1em;
}
.ceremony h3 .en::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .5rem;
	height: .1rem;
	background: rgba(51, 51, 51, .2);
}
.ceremony h3 .mincho {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .15em;
	position: absolute;
	top: calc(100% + 2rem);
	left: 0;
}
.ceremony .ceremony_item + h3 {
	margin-top: 11rem;
}
.ceremony_item {
	display: flex;
	align-items: flex-end;
}
.ceremony_item + .ceremony_item {
	margin-top: .3rem;
}
.ceremony_box {
	width: 55rem;
	padding-right: 8.4rem;
	margin-bottom: -.5rem;
}
.ceremony_box h4 {
	font-size: 2.2rem;
	line-height: 1.7273;
	letter-spacing: .15em;
	font-weight: 400;
	margin: 0 0 1rem -.3rem;
}
.ceremony_box p {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 1.8;
	margin: 0 0 1.5rem -.3rem;
}
.ceremony .ceremony_item_ttl {
	color: #004124;
}
.ceremony .ceremony_item_ttl .en {
	display: block;
	font-size: 2.8rem;
	letter-spacing: .1em;
	line-height: 1.3;
}
.ceremony_box h5 {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: .1em;
	margin-bottom: 1.3rem;
}
.ceremony_box h5::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .5rem;
	height: .1rem;
	background: rgba(51, 51, 51, .2);
}
.ceremony_detail {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 1.6923;
	display: grid;
	grid-template-columns: 8.3rem auto;
	gap: .5rem 0;
}
.ceremony_img {
	flex: 1;
	overflow: hidden;
	border-radius: .5rem 0 0 .5rem;
}
.ceremony_slide {
	width: 67.3rem;
}
.ceremony_slide .slick-track::after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.ceremony_slide .slick-prev,
.ceremony_slide .slick-next {
	cursor: pointer;
	appearance: none;
	width: 2.3rem;
	height: 2.3rem;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background: rgba(239, 238, 231, .6);
	overflow: hidden;
	text-indent: -99rem;
	position: absolute;
	top: calc(50% - 1.1rem);
	right: 3rem;
	outline: none;
	z-index: 10;
}
.ceremony_slide .slick-prev::after,
.ceremony_slide .slick-next::after {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-top: .1rem solid #004124;
	border-right: .1rem solid #004124;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: -.3rem;
	right: 0;
	bottom: 0;
	margin: auto;
}
.ceremony_slide .slick-prev {
	transform: scale(-1, 1);
	right: auto;
	left: 3rem;
}
.ceremony_slide figure {
	width: 67.3rem;
	outline: none;
}
.ceremony_slide figure.slick-slide {
	float: left;
}
.ceremony_faciliy {
	margin-top: 14.2rem;
}
.ceremony_faciliy h3 {
	position: absolute;
	top: 0;
	left: 77.2rem;
	right: 0;
}
.ceremony_faciliy_slide .slick-track::after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.ceremony_faciliy_slide .slick-list {
	overflow: hidden;
	padding-bottom: 1rem;
}
.ceremony_faciliy_slide .slick-prev,
.ceremony_faciliy_slide .slick-next {
	cursor: pointer;
	appearance: none;
	width: 2.3rem;
	height: 2.3rem;
	padding: 0;
	border-radius: 50%;
	border: .1rem solid #A6995A;
	background: none;
	overflow: hidden;
	text-indent: -99rem;
	position: absolute;
	top: calc(50% - .4rem);
	right: 7.27rem;
	outline: none;
	z-index: 10;
}
.ceremony_faciliy_slide .slick-prev::after,
.ceremony_faciliy_slide .slick-next::after {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-top: .1rem solid #A6995A;
	border-right: .1rem solid #A6995A;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: -.3rem;
	right: 0;
	bottom: 0;
	margin: auto;
}
.ceremony_faciliy_slide .slick-prev {
	transform: scale(-1, 1);
	right: auto;
	left: -6.1rem;
}
.ceremony_faciliy_item {
	display: flex;
	align-items: flex-end;
	outline: none;
}
.ceremony_faciliy_item.slick-slide {
	float: left;
}
.ceremony_faciliy_item figure {
	width: 67.5rem;
	border-radius: 5px;
	overflow: hidden;
}
.ceremony_faciliy_box {
	flex: 1;
	padding-left: 9.7rem;
	margin-bottom: -1rem;
}
.ceremony_faciliy_box p {
	max-width: 30.2rem;
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 1.8;
}
.ceremony_faciliy_box p + p {
	margin-top: .6rem;
}
.ceremony_faciliy_box h4 {
	font-size: 2.2rem;
	letter-spacing: .15em;
	line-height: 2;
	font-weight: 400;
	margin-bottom: 1.2rem;
}
.ceremony .ceremony_faciliy_box .ceremony_item_ttl {
	margin-bottom: 2.2rem;
}
.ceremony_faciliy_slide .slick-dots {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.ceremony {
		margin-top: 0;
	}
	.ceremony_inner {
		max-width: none;
		padding: 10rem 0 7.2rem 2rem;
	}
	.ceremony h2 {
		width: 31.2rem;
		margin: 0 0 4.7rem;
	}
	.ceremony h3 {
		margin: 0 0 6.5rem .2rem;
	}
	.ceremony h3 .en::before {
		bottom: .6rem;
	}
	.ceremony h3 .mincho {
		top: calc(100% + 1.3rem);
	}
	.ceremony .ceremony_item + h3 {
		margin-top: 8rem;
		margin-bottom: 7.3rem;
	}
	.ceremony_item {
		flex-direction: column-reverse;
	}
	.ceremony_item + .ceremony_item {
		margin-top: 5.6rem;
	}
	.ceremony_box {
		width: auto;
		padding-right: 0;
		margin-bottom: 0;
	}
	.ceremony_box h4 {
		font-size: 2rem;
		margin: 0 0 1.1rem;
		line-height: 1.9;
	}
	.ceremony_box p {
		margin: 0 2rem 1.5rem 0;
	}
	.ceremony .ceremony_item_ttl {
		padding-top: .4rem;
		margin-bottom: 1.1rem;
	}
	.ceremony .ceremony_item_ttl .en {
		display: inline;
		font-size: 2rem;
		margin-right: 1.1rem;
	}
	.ceremony_box h5 {
		margin-left: .2rem;
		line-height: 1.45;
	}
	.ceremony_detail {
		margin-left: .2rem;
		margin-right: 2rem;
	}
	.ceremony_img {
		flex: 1;
		overflow: hidden;
		border-radius: .5rem 0 0 .5rem;
		margin-bottom: 2.4rem;
	}
	.ceremony_slide {
		width: 36.9rem;
	}
	.ceremony_slide .slick-prev,
	.ceremony_slide .slick-next {
		display: none !important;
	}
	.ceremony_slide figure {
		width: 100%;
	}
	.ceremony_faciliy {
		margin-top: 7.4rem;
	}
	.ceremony_faciliy h3 {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		padding-bottom: .1rem;
	}
	.ceremony_faciliy_slide .slick-prev,
	.ceremony_faciliy_slide .slick-next {
		top: auto;
		bottom: -.2rem;
		right: 2rem;
	}
	.ceremony_faciliy_slide .slick-prev {
		right: 5rem;
		left: auto;
	}
	.ceremony_faciliy_item {
		display: block;
		margin-right: 2rem;
	}
	.ceremony_faciliy_item figure {
		width: auto;
	}
	.ceremony_faciliy_box {
		padding-left: 0;
		padding-top: 2.6rem;
		margin-bottom: -.2rem;
	}
	.ceremony_faciliy_box p {
		display: inline;
	}
	.ceremony_faciliy_box p + p {
		margin-top: 0;
		display: inline;
	}
	.ceremony_faciliy_box h4 {
		font-size: 2rem;
		line-height: 1.9;
	}
	.ceremony .ceremony_faciliy_box .ceremony_item_ttl {
		margin-bottom: .9rem;
		display: block;
	}
	.ceremony_faciliy_slide .slick-dots {
		display: flex !important;
		justify-content: flex-end;
		gap: .5rem;
		margin-right: 8.6rem;
	}
	.ceremony_faciliy_slide .slick-dots button {
		appearance: none;
		width: .8rem;
		height: .8rem;
		border: 0;
		padding: 0;
		background: #C9C9C3;
		border-radius: 50%;
		overflow: hidden;
		text-indent: -99rem;
	}
	.ceremony_faciliy_slide .slick-dots .slick-active button {
		background: #B3A142;
	}
}

/* item
----------------------------------------*/
.item {
	padding: 12.4rem 0 10.1rem;
	background: url(../../img/index/item_bg_01.png) no-repeat center center / cover;
}
.item_inner {
	width: calc(50% + 55rem);
	margin: 0 0 0 auto;
}
.item h2 {
	font-weight: 400;
	font-size: 1.3rem;
	letter-spacing: .05em;
	color: #004124;
	margin-bottom: 6.5rem;
}
.item h2 .en {
	display: block;
	font-size: 2.8rem;
	letter-spacing: .1em;
	margin-bottom: .4rem;
}
.item_slide .slick-track::after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.item_slide .slick-list {
	overflow: hidden;
}
.item_item.slick-slide {
	float: left;
}
.item_item {
	width: 51.1rem;
	margin-right: 3.9rem;
}
.item_img {
	border-radius: .5rem;
	overflow: hidden;
}
.item_img figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s linear;
	animation: fadeImg 12s infinite ease-in-out;
}
.item_img figure:nth-child(1) {
	animation-delay: 0s;
	position: static;
}
.item_img figure:nth-child(2) {
	animation-delay: 4s;
}
.item_img figure:nth-child(3) {
	animation-delay: 8s;
}
.item_img figure:only-child {
	animation: none;
	opacity: 1;
}
.item_slide .slick-prev,
.item_slide .slick-next {
	cursor: pointer;
	appearance: none;
	width: 2.3rem;
	height: 2.3rem;
	padding: 0;
	border-radius: 50%;
	border: .1rem solid #A6995A;
	background: #fff;
	overflow: hidden;
	text-indent: -99rem;
	position: absolute;
	top: calc(50% - 1.4rem);
	right: 7.4rem;
	outline: none;
	z-index: 10;
}
.item_slide .slick-prev::after,
.item_slide .slick-next::after {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-top: .1rem solid #A6995A;
	border-right: .1rem solid #A6995A;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: -.3rem;
	right: 0;
	bottom: 0;
	margin: auto;
}
.item_slide .slick-prev {
	transform: scale(-1, 1);
	right: auto;
	left: -6.1rem;
	background: none;
}
@keyframes fadeImg {
	0% {
		opacity: 0;
	}
	8.33% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	41.66% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.item_box {
	display: grid;
	grid-template-columns: 12.7rem auto;
	margin: 2rem 0 0;
}
.item_box h3 {
	font-size: 1.3rem;
	letter-spacing: .05em;
	font-weight: 400;
}
.item_box h3 span {
	font-size: 2rem;
	letter-spacing: .1em;
	display: block;
	margin-bottom: .2rem;
}
.item_txt {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 2.0769;
	margin: -.2rem -.3rem 0 0;
}
@media only screen and (max-width: 768px) {
	.item {
		border-radius: .5rem;
		padding: 7.6rem 0 4.8rem;
		background-image: url(../../img/index/item_bg_01-sp.png);
	}
	.item_inner {
		width: auto;
		margin: 0 2rem;
	}
	.item h2 {
		margin-bottom: 3rem;
	}
	.item h2 .en {
		font-size: 2.5rem;
		margin-bottom: .2rem;
	}
	.item_item {
		width: 35rem;
		margin: 0 1rem;
	}
	.item_slide .slick-prev,
	.item_slide .slick-next {
		background: #EFEEE7;
		top: 17.3rem;
		right: -1.2rem;
	}
	.item_slide .slick-prev {
		right: auto;
		left: -1.2rem;
	}
	.item_box {
		display: block;
	}
	.item_box h3 {
		margin-bottom: .9rem;
	}
	.item_box h3 span {
		display: inline;
		margin: 0 1rem 0 0;
		vertical-align: -.2rem;
	}
	.item_txt {
		margin: -.1rem -.3rem 0 0;
	}
}

/* plan
----------------------------------------*/
.plan {
	padding: 15.4rem 0 12.2rem;
}
.plan_inner {
	max-width: 110rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 35.5rem auto;
}
.plan h2 {
	font-weight: 400;
	font-size: 1.3rem;
	letter-spacing: .05em;
	color: #004124;
	margin-bottom: 2.5rem;
}
.plan h2 .en {
	display: block;
	font-size: 2.8rem;
	letter-spacing: .1em;
	margin-bottom: .4rem;
}
.plan_head {
	border-right: .1rem solid rgba(166, 153, 90, .5);
	padding-right: 6.4rem;
}
.plan_head_inner {
	position: sticky;
	top: 17.4rem;
	left: 0;
}
.plan_head p {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 2.0769;
}
.plan_head .btn {
	font-size: 1.5rem;
	min-width: 29.1rem;
	margin-top: 3.6rem;
	padding: 1.5rem 4.5rem 1.5rem 2rem;
}
.plan_list {
	padding-left: 6.8rem;
}
.plan_item + .plan_item {
	margin-top: 7.6rem;
}
.plan_item a {
	display: flex;
	align-items: flex-start;
}
.plan_item figure {
	width: 23.3rem;
	border-radius: .5rem;
	overflow: hidden;
}
.plan_item figure img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.plan_box {
	flex: 1;
	padding-left: 4.9rem;
}
.plan_box h3 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 1.75;
	margin: -.5rem 0 1.8rem;
	padding-bottom: 1rem;
	border-bottom: .1rem solid rgba(51, 51, 51, .2);
}
.plan_box p {
	font-size: 1.3rem;
	letter-spacing: .05em;
}
.plan_box p + p {
	font-size: 1.2rem;
	line-height: 1.9167;
	margin-top: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	line-clamp: 4;
}
.plan_box .btn_small {
	margin-top: 1.8rem;
}
@media only screen and (max-width: 768px) {
	.plan {
		padding: 7.6rem 0 8.7rem;
	}
	.plan_inner {
		display: block;
		padding-bottom: 10.9rem;
	}
	.plan h2 {
		margin: 0 2rem 2.2rem;
	}
	.plan h2 .en {
		font-size: 2.5rem;
		margin-bottom: .1rem;
	}
	.plan_head {
		border-right: 0;
		padding-right: 0;
		margin-bottom: 2.9rem;
		position: static;
	}
	.plan_head_inner {
		position: relative;
		top: auto;
		left: auto;
		position: static;
	}
	.plan_head p {
		margin: 0 2rem;
	}
	.plan_head .btn {
		padding: 1.6rem 4rem;
		position: absolute;
		bottom: 0;
		left: 2rem;
		min-width: 35rem;
		text-align: center;
	}
	.plan_head .btn::before {
		right: 2.1rem;
	}
	.plan_head .btn::after {
		right: 2.8rem;
	}
	.plan_list {
		width: 33rem;
		padding-left: 0;
		margin-left: 2rem;
	}
	.plan_list_slide .slick-track::after {
		content: '';
		display: block;
		clear: both;
		width: 0;
		height: 0;
	}
	.plan_item {
		width: 30.1rem;
		margin-right: 2.9rem;
	}
	.plan_item.slick-slide {
		float: left;
	}
	.plan_item + .plan_item {
		margin-top: 0;
	}
	.plan_item a {
		display: block;
	}
	.plan_item figure {
		width: auto;
	}
	.plan_item figure img {
		aspect-ratio: 3 / 2;
	}
	.plan_box {
		padding: 1.5rem 0 0;
	}
	.plan_box h3 {
		font-size: 1.5rem;
		line-height: 1.8667;
		margin: 0 0 1.6rem;
		padding-bottom: 1.2rem;
	}
	.plan_box p + p {
		margin-top: 1.3rem;
	}
	.plan_box .btn_small {
		margin-top: 1.9rem;
	}
}

/* information
----------------------------------------*/
.information {
	padding: 10.2rem 0 0;
}
.information_inner {
	max-width: calc(50% + 55rem);
	margin: 0 0 0 auto;
	display: grid;
	grid-template-columns: 28.9rem auto;
}
.information h2 {
	font-size: 1.3rem;
	letter-spacing: .05em;
	font-weight: 400;
	color: #004124;
	border-right: .1rem solid rgba(166, 153, 90, .5);
	margin-top: -.6rem;
}
.information h2 .en {
	display: block;
	font-size: 2.8rem;
	letter-spacing: .1em;
	margin-bottom: .4rem;
}
.information_box {
	padding: 0 0 11rem 4.6rem;
}
.information_list {
	display: flex;
	max-width: 89.8rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
	margin-bottom: 4.1rem;
}
.information_list a {
	display: flex;
	align-items: flex-start;
}
.information_list a figure {
	width: 12.3rem;
	border-radius: .5rem;
	overflow: hidden;
}
.information_list a figure img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.information_txt {
	flex: 1;
	padding-left: 2.7rem;
	margin-top: -.7rem;
}
.information_txt time {
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: .05em;
}
.information_cat {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin: .9rem 0;
}
.information_cat span {
	display: block;
	background: #A6995A;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .05em;
	border-radius: .5rem;
	padding: 0 .9rem;
}
.information_txt h3 {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.9167;
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.information {
		padding: 7.5rem 0 0;
	}
	.information_inner {
		max-width: none;
		margin: 0 2rem;
		display: block;
	}
	.information h2 {
		border-right: 0;
		margin: 0 0 3.7rem;
	}
	.information h2 .en {
		font-size: 2.5rem;
		margin-bottom: .2rem;
	}
	.information_box {
		padding: 0 0 8.3rem;
	}
	.information_list {
		display: block;
		margin-bottom: 2.5rem;
	}
	.information_list li:not(:nth-child(1)) {
		display: none;
	}
	.information_txt {
		margin-top: -1.4rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.information_txt time {
		margin-right: 1.3rem;
	}
	.information_txt h3 {
		width: 100%;
	}
	.information .btn_small {
		width: 100%;
	}
}