@charset "UTF-8";

/*header
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.header{
		transition: background .3s;
	}
	.header:not(.scroll) {
		background: none;
		border: 0;
	}
	.header .header_logo {
		transition: filter .3s;
	}
	.header:not(.scroll) .header_logo {
		filter: brightness(0) invert(1);
	}
	.header:not(.scroll) .gnav ul.pc a,
	.header:not(.scroll) .header_eng {
		transition: color .3s;
	}
	.header:not(.scroll) .gnav ul.pc a,
	.header:not(.scroll) .header_eng {
		color: #fff;
	}
	.header:not(.scroll) .header_btn::before,
	.header:not(.scroll) .header_btn::after {
		background: #fff;
	}
	.header_contact {
		transition: background .3s;
	}
	.header:not(.scroll) .header_contact {
		background: rgba(255, 255, 255, .3);
	}
}

/*main
----------------------------------------*/
main.about {
	padding-top: 0;
}

/*bg
----------------------------------------*/
.about_bg {
	position: sticky;
	top: 0;
	left: 0;
	margin-bottom: -100vh;
}
.about_bg img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

/*mv
----------------------------------------*/
.about_mv {
	height: 100vh;
}
.about_mv h1 {
	position: absolute;
	top: 3.2rem;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: .2em;
	z-index: 1001;
}
.about_mv h1 span {
	display: block;
	font-size: 3.5rem;
	letter-spacing: .1em;
	margin-bottom: 1.15rem;
}
.about_mv_img {
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.about_mv h1 {
		top: 2rem;
		font-size: 1.2rem;
		text-align: center;
		line-height: 2;
	}
	.about_mv h1 span {
		font-size: 3rem;
		letter-spacing: .1em;
		line-height: 1.4663;
		margin-bottom: 1.5rem;
	}
}

/*architecture
----------------------------------------*/
.about_architecture {
	padding: 65.6rem 0 23.4rem;
	background: linear-gradient(to bottom, rgba(246,245,241,0) 0,rgba(246,245,241,1) 97.5rem);
}
.about_architecture_inner {
	max-width: calc(50% + 60rem);
	margin: 0 0 0 auto;
	display: flex;
	gap: 11.9rem;
}
.about_architecture_ttl {
	width: 18.4rem;
	padding-top: 11rem;
}
.about_architecture_ttl h2 {
	position: sticky;
	top: 17.1rem;
	left: 0;
	font-size: 1.3rem;
	letter-spacing: .1em;
	color: #938882;
	font-weight: 400;
}
.about_architecture_ttl h2 .en {
	display: block;
	font-size: 2.4rem;
	letter-spacing: .1em;
	margin-bottom: .5rem;
}
.about_architecture_box {
	flex: 1;
}
.about_architecture_main {
	max-width: 95.4rem;
	margin-bottom: 5rem;
}
.about_architecture_box h3 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .1em;
	color: #938882;
	margin: 4.1rem 0 1.4rem;
}
.about_architecture_box p {
	max-width: 90.3rem;
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 2.2308;
	color: #938882;
}
.about_architecture_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 5.3rem 0 0;
}
.about_architecture_img figure {
	width: 33.2653%;
}
.about_architecture_img figure + figure {
	width: 66.4286%;
}
@media only screen and (max-width: 768px) {
	.about_architecture {
		padding: 60rem 0 0;
		background: linear-gradient(to bottom, rgba(246,245,241,0) 0,rgba(246,245,241,1) 60rem);
	}
	.about_architecture_inner {
		max-width: none;
		margin: 0 0 0 3rem;
		display: block;
	}
	.about_architecture_ttl {
		width: auto;
		padding-top: 0;
		margin-bottom: 3.9rem;
	}
	.about_architecture_main {
		margin-bottom: 3.6rem;
	}
	.about_architecture_main img {
		height: 21.7rem;
		width: 100%;
		object-fit: cover;
	}
	.about_architecture_box h3 {
		line-height: 1.75;
		margin: 0 0 2rem;
	}
	.about_architecture_box p {
		padding-right: 3rem;
		letter-spacing: 0;
		line-height: 2.2308;
	}
	.about_architecture_img {
		width: calc(100% + 3rem);
		margin: 4.5rem 0 0 -3rem;
	}
}

/*history
----------------------------------------*/
.about_history {
	background: #F6F5F1;
	padding-bottom: 22.3rem;
}
.about_history::before {
	content: '';
	display: block;
	height: .1rem;
	background: rgba(147, 136, 130, .2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.about_history_inner {
	max-width: calc(50% + 56.4rem);
	display: flex;
	flex-direction: row-reverse;
	gap: 7.9rem;
}
.about_history_ttl {
	width: 18.4rem;
	padding-top: 11rem;
}
.about_history_ttl h2 {
	position: sticky;
	top: 17.1rem;
	left: 0;
	font-size: 1.3rem;
	letter-spacing: .1em;
	color: #938882;
	font-weight: 400;
}
.about_history_ttl h2 .en {
	display: block;
	font-size: 2.4rem;
	letter-spacing: .1em;
	margin-bottom: .5rem;
}
.about_history_box {
	flex: 1;
}
.about_history_img {
	max-width: 95.4rem;
	margin: 0 0 0 auto;
	display: flex;
	justify-content: space-between;
}
.about_history_img figure {
	width: 49.7904%;
}
.about_history_txt {
	max-width: 95.4rem;
	margin: 0 0 0 auto;
	padding: 6.1rem 6.8rem 0 2.5rem;
}
.about_history_txt h3 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .1em;
	color: #938882;
	margin: 0 0 1.4rem;
}
.about_history_box p {
	max-width: 90.3rem;
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 2.2308;
	color: #938882;
}
@media only screen and (max-width: 768px) {
	.about_history {
		padding-bottom: 6.2rem;
	}
	.about_history::before {
		display: none;
	}
	.about_history_inner {
		max-width: none;
		display: block;
		margin: 0 3rem;
	}
	.about_history_ttl {
		width: auto;
		padding-top: 4.1rem;
		margin-bottom: 4.2rem;
	}
	.about_history_ttl h2 .en {
		margin-bottom: -.1rem;
	}
	.about_history_img figure {
		width: 16rem;
	}
	.about_history_img figure + figure {
		width: 17rem;
	}
	.about_history_img figure img {
		object-fit: cover;
		height: 18.7rem;
		width: 100%;
	}
	.about_history_txt {
		padding: 3.5rem 0 0;
	}
	.about_history_txt h3 {
		margin: 0 0 1.6rem;
	}
}

/*location
----------------------------------------*/
.about_location {
	background: #F6F5F1;
	overflow: clip;
	padding-bottom: 16.8rem;
}
.about_location::before {
	content: '';
	display: block;
	height: .1rem;
	background: rgba(147, 136, 130, .2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.about_location_inner {
	max-width: calc(50% + 60rem);
	margin: 0 0 0 auto;
	display: flex;
	gap: 12.4rem;
}
.about_location_ttl {
	width: 18.4rem;
	padding-top: 9.7rem;
}
.about_location_ttl h2 {
	position: sticky;
	top: 17.1rem;
	left: 0;
	font-size: 1.3rem;
	letter-spacing: .1em;
	color: #938882;
	font-weight: 400;
}
.about_location_ttl h2 .en {
	display: block;
	font-size: 2.4rem;
	letter-spacing: .1em;
	margin-bottom: .5rem;
}
.about_location_box {
	flex: 1;
	overflow: hidden;
}
.about_location_img {
	max-width: 80.3rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5.4rem;
}
.about_location_img figure {
	width: 62.2665%;
}
.about_location_img figure + figure {
	width: 36.9863%;
}
.about_location h3 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .1em;
	color: #938882;
	margin: 0 0 1rem;
}
.about_location p {
	max-width: 90.3rem;
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 2.2308;
	color: #938882;
}
.about_location_slide {
	width: 41.4rem;
	margin-top: 8.5rem;
}
.about_location_slide .slick-track::after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.about_location_slide figure {
	width: 40.3rem;
	margin-right: 1.1rem;
	float: left;
}
@media only screen and (max-width: 768px) {
	.about_location {
		padding-bottom: 8.1rem;
	}
	.about_location_inner {
		max-width: none;
		margin: 0 3rem;
		display: block;
	}
	.about_location_ttl {
		width: auto;
		padding-top: 6.2rem;
		margin-bottom: 3.9rem;
	}
	.about_location_box {
		margin-right: -3rem;
	}
	.about_location_img {
		display: block;
		margin-bottom: 2.3rem;
		margin-right: 3rem;
	}
	.about_location_img figure {
		width: auto;
		margin-left: .1rem;
	}
	.about_location_img figure + figure {
		display: none;
	}
	.about_location h3 {
		line-height: 1.75;
		margin: 0 0 1.5rem;
		margin-right: 3rem;
	}
	.about_location p {
		margin-bottom: 3.9rem;
		margin-right: 3rem;
	}
	.about_location_box > figure {
		margin-right: 3rem;
	}
	.about_location_slide {
		width: 31.9rem;
		margin-top: 3.9rem;
	}
	.about_location_slide figure {
		width: 31.1rem;
		margin-right: .8rem;
	}
}

/*omotenashi
----------------------------------------*/
.about_omotenashi {
	background: #F6F5F1;
	overflow: clip;
	padding-bottom: 17.5rem;
}
.about_omotenashi::before {
	content: '';
	display: block;
	height: .1rem;
	background: rgba(147, 136, 130, .2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.about_omotenashi_inner {
	max-width: calc(50% + 56.4rem);
	display: flex;
	flex-direction: row-reverse;
	gap: 7.9rem;
}
.about_omotenashi_ttl {
	width: 18.4rem;
	padding-top: 11rem;
}
.about_omotenashi_ttl h2 {
	position: sticky;
	top: 17.1rem;
	left: 0;
	font-size: 1.3rem;
	letter-spacing: .1em;
	color: #938882;
	font-weight: 400;
}
.about_omotenashi_ttl h2 .en {
	display: block;
	font-size: 2.4rem;
	letter-spacing: .1em;
	margin-bottom: .5rem;
}
.about_omotenashi_box {
	flex: 1;
	overflow: hidden;
}
.about_omotenashi_box figure {
	max-width: 95.4rem;
	margin: 0 0 0 auto;
}
.about_omotenashi_txt {
	max-width: 95.4rem;
	margin: 0 0 0 auto;
	padding: 6.1rem 3.6rem 0 2.5rem;
}
.about_omotenashi h3 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .1em;
	color: #938882;
	margin: 0 0 1.5rem;
}
.about_omotenashi p {
	max-width: 90.3rem;
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 2.2308;
	color: #938882;
}
@media only screen and (max-width: 768px) {
	.about_omotenashi {
		padding-bottom: 12.1rem;
	}
	.about_omotenashi_inner {
		max-width: none;
		display: block;
		margin-left: 3rem;
	}
	.about_omotenashi_ttl {
		width: auto;
		padding-top: 7.8rem;
		margin-bottom: 4.9rem;
	}
	.about_omotenashi_box figure img {
		width: 100%;
		height: 21.7rem;
		object-fit: cover;
		object-position: left center;
	}
	.about_omotenashi_txt {
		padding: 3.7rem 3rem 0 0;
	}
	.about_omotenashi h3 {
		line-height: 1.75;
		margin: 0 0 2.1rem;
	}
}