@charset "utf-8";


.kv-photo img {
	object-fit: cover;
	object-position: left center;
	width: 100%;
	height: 100%;
}



/*  l-intro
--------------------------------------------------*/
.intro-head {
	width: calc(580 / 1500 * 100%);
}
.intro-photo {
	width: calc(900 / 1500 * 100%);
	margin-top: calc(-60 / 1500 * 100%);
}
.intro-photo .f-caption {
	padding-right: 15%;
}
.intro-detail {
	padding-block: 15.0rem 20.0rem;
}
.intro-detail__info {
	width: calc(656 / 1500 * 100%);
}
.intro-detail__info__ttl {
	margin-bottom: 7.0rem;
}
.intro-detail__info__explain2 {
	margin-top: 7.0rem;
}
.intro-detail__photo {
	width: calc(738 / 1500 * 100%);
}
.intro-detail__photo__item1 {
	width: calc(395 / 738 * 100%);
	margin-bottom: calc(85 / 738 * 100%);
}
.intro-detail__photo__item2 {
	width: calc(290 / 738 * 100%);
}
@media screen and (max-width: 768px){
	.intro-head {
		width: 100%;
	}
	.intro-photo {
		width: 100%;
		margin-top: 4.0rem;
	}
	.intro-detail {
		padding-block: 7.0rem 7.0rem;
	}
	/*
	・タイトル → 見出し → 説明文 → 写真
	・見出し → 説明文 → 写真
	*/
	.intro-detail__info {
		width: 100%;
		display: contents;
	}
	.intro-detail__info__ttl {
		width: 100%;
		margin-bottom: 4.5rem;
		order: 0;
	}
	.intro-detail__info__explain1 {
		order: 1;
	}
	.intro-detail__info__explain2 {
		margin-top: 6.5rem;
		order: 3;
	}
	.intro-detail__photo {
		width: 100%;
		display: contents;
	}
	.intro-detail__photo__item1 {
		width: 100%;
		margin-top: 4.5rem;
		margin-bottom: 0;
		order: 2;
	}
	.intro-detail__photo__item2 {
		width: 100%;
		margin-top: 4.5rem;
		order: 4;
	}
}





/*  l-view
--------------------------------------------------*/
.l-view {
	padding-block: 15.0rem;
}
.view-detail {
	width: calc(520 / 1500 * 100%);
}
.view-figure {
	width: calc(900 / 1500 * 100%);
}
.view-figure__item + .view-figure__item {
	margin-top: 4.5rem;
}
@media screen and (max-width: 768px){
	.l-view {
		padding-block: 7.0rem 8.0rem;
	}
	.view-detail {
		width: 100%;
        margin-bottom: 3.5rem;
	}
	.view-figure {
		width: 100%;
	}
	.view-figure__item1 img {
		max-width: calc(380 / 320 * 100%);
		width: calc(380 / 320 * 100%);
		margin-left: calc(-30 / 320 * 100%);
	}
	.view-figure__item + .view-figure__item {
		margin-top: 4.0rem;
	}
}




/*  l-material
--------------------------------------------------*/
.l-material {
	padding-block: 15.0rem;
	background: #f2f2f2;
}
.material-head__detail {
	width: calc(600 / 1500 * 100%);
}
.material-head__figure {
	width: calc(780 / 1500 * 100%);
}
.material-contents {
	position: relative;
	margin-top: 14.0rem;
	padding: calc(40 / 1500 * 100%) calc(65 / 1500 * 100%) calc(65 / 1500 * 100%); /*1370px*/
	background: url('../../img/common/bg_diagonal_dark.jpg') no-repeat center right/cover;
}
.material-contents::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #b3b3b3;
	mix-blend-mode: multiply;
}
.material-contents__catch {
    position: relative;
	width: 100%;
	font-size: 2.1rem;
	line-height: 2.10770476;
	letter-spacing: 0;
	color: var(--white);
	margin-bottom: 3.0rem;
	z-index: 1;
}
.material-contents__detail {
	position: relative;
	width: calc(760 / 1370 * 100%);
	z-index: 1;
}
.material-contents__detail__photo {
	width: calc(286 / 760 * 100%);
}
.material-contents__detail__explain {
	width: calc(415 / 760 * 100%);
	color: var(--white);
}
.material-contents__detail__explain__affiliation {
	font-size: 2.1rem;
	line-height: 2.10770476;
	letter-spacing: 0;
}
.material-contents__detail__explain__person {
	font-size: 3.5rem;
	line-height: 1.75;
	letter-spacing: 0;
	margin-bottom: 1.8rem;
}
.material-contents__detail__explain__person span {
	font-size: calc(21 / 35 * 1.0em);
	padding-right: 1.0em;
}
.material-contents__detail__explain__desc {
	font-size: 1.7rem;
	line-height: 2.22222222;
	letter-spacing: 0;
	text-align: justify;
}
.material-contents__achievement {
	position: relative;
	width: calc(560 / 1370 * 100%);
	z-index: 1;
}
.material-contents__achievement__photo {
	width: calc(270 / 560 * 100%);
}
.material-contents__achievement__photo__desc {
	font-size: 1.3rem;
	line-height: 1.41769333;
	letter-spacing: 0;
	color: var(--white);
	margin-top: 1.0rem;
}
@media screen and (max-width: 768px){
	.l-material {
		padding-block: 7.0rem 8.0rem;
	}
	.material-head__detail {
		width: 100%;
		margin-bottom: 4.5rem;
	}
	.material-head__figure {
		width: 100%;
	}
	.material-contents {
		margin-top: 7.0rem;
		padding: 6.0rem calc(20 / 320 * 100%) 6.0rem; /*280px*/
	}
	.material-contents__catch {
		font-size: 1.6rem;
		text-align: center;
        margin-bottom: 2.0rem;
	}
	.material-contents__detail {
		width: 100%;
	}
	.material-contents__detail__photo {
		width: calc(200 / 280 * 100%);
		margin: 0 auto 4.5rem;
	}
	.material-contents__detail__explain {
		width: 100%;
	}
	.material-contents__detail__explain__affiliation {
		font-size: 1.6rem;
        margin-bottom: .5rem;
	}
	.material-contents__detail__explain__person {
		font-size: 2.8rem;
		margin-bottom: 1.8rem;
	}
	.material-contents__detail__explain__desc {
		font-size: 1.6rem;
		line-height: 1.875;
	}
	.material-contents__achievement {
		width: 100%;
		margin-top: 3.5rem;
	}
	.material-contents__achievement__photo {
		width: 100%;
	}
	.material-contents__achievement__photo + .material-contents__achievement__photo {
		margin-top: 3.0rem;
	}
	.material-contents__achievement__photo__desc {
		margin-top: .5rem;
	}
}




/*  l-entrance
--------------------------------------------------*/
.l-entrance {
	padding-block: 15.0rem;
}
.entrance-inner {
	z-index: 1;
}
.entrance-head__detail {
	width: calc(655 / 1500 * 100%);
}
.entrance-head__list {
	width: calc(745 / 1500 * 100%);
	margin-top: 7.5rem;
}
.entrance-head__list__item {
	position: relative;
	width: 100%;
	padding-bottom: 6.5rem;
	z-index: 1;
}
.entrance-head__list__item1 {
	padding-bottom: 3.0rem;
}
.entrance-head__list__item + .entrance-head__list__item {
	margin-top: 1.5rem;
}
.entrance-head__list__item__photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.entrance-head__list__item__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.entrance-head__list__item__ttl {
	position: relative;
	font-size: 2.1rem;
	color: #b3b3b3;
	text-align: left;
	padding-top: 2.7rem;
	padding-left: calc(45 / 745 * 100%);
	margin-bottom: 4.5rem;
	z-index: 1;
}
.entrance-head__list__item__ttl::before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 12.0rem;
	height: 1.0rem;
	background: var(--background-gradation);
}
.entrance-head__list__item__box {
	width: calc(665 / 745 * 100%);
	margin-inline: auto;
}
.entrance-head__list__item__detail {
	width: 100%;
	color: #fff;
}
.entrance-head__list__item1 .entrance-head__list__item__detail {
	width: calc(380 / 665 * 100%);
}
.entrance-head__list__item2 .entrance-head__list__item__detail {
	width: calc(600 / 665 * 100%);
}
.entrance-head__list__item__detail__heading {
	font-size: 2.5rem;
	line-height: 1.793188;
	letter-spacing: 0;
	margin-bottom: 1.0rem;
}
.entrance-head__list__item__detail__desc {
	font-size: 1.8rem;
	line-height: 2.22222222;
    letter-spacing: -.05em;
	text-align: justify;
}
.entrance-head__list__item__plant {
	width: calc(240 / 665 * 100%);
	gap: .8rem;
}
.entrance-head__list__item__plant__item {
	width: calc((100% - .8rem) / 2);
}
.landPlan {
	position: relative;
	margin-top: 6.0rem;
	padding-bottom: 6.0rem;
	background: url('../../img/common/bg_diagonal.jpg') no-repeat center center/cover;
}
.landPlan::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--background-gradation-line);
	z-index: 1;
}
.landPlan__ttl {
	position: relative;
	width: fit-content;
	font-size: 2.1rem;
	padding-top: 3.5rem;
	padding-left: 2.0rem;
	margin-bottom: 3.5rem;
	z-index: 1;
}
.landPlan__ttl::before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 1.4rem;
	background: var(--background-gradation);
}
.landPlan__box {
	width: calc(1380 / 1500 * 100%);
	margin-inline: auto;
}
.landPlan__detail {
	width: 100%;
	gap: 7.0rem;
}
.landPlan__detail__heading {
	width: fit-content;
	font-size: 2.5rem;
	letter-spacing: 0;
	line-height: 1.6;
	margin-bottom: 2.7rem;
}
.landPlan__detail__desc {
	width: auto;
	flex: 1;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 2.22222222;
	text-align: justify;
}
@media screen and (min-width: 769px){
	.entrance-head__list__item1 {
		padding-bottom: 3.0rem;
	}
}
@media screen and (max-width: 768px){
	.l-entrance {
		padding-block: 7.0rem 8.0rem;
	}
	.entrance-inner {
		width: 100%;
	}
	.entrance-head__detail {
		width: calc(320 / 380 * 100%);
		margin-inline: auto;
		margin-bottom: 4.5rem;
	}
	.entrance-head__list {
		width: 100%;
		margin-top: 0;
	}
	.entrance-head__list__item {
		padding-bottom: 5.0rem;
	}
	.entrance-head__list__item1 {
		padding-bottom: 5.0rem;
	}
	.entrance-head__list__item2 {
		padding-bottom: 18.0rem;
	}
	.entrance-head__list__item__ttl {
		font-size: 1.8rem;
		padding-left: calc(30 / 380 * 100%);
	}
	.entrance-head__list__item__box {
		width: calc(320 / 380 * 100%);
	}
	.entrance-head__list__item1 .entrance-head__list__item__detail {
		width: 100%;
	}
	.entrance-head__list__item2 .entrance-head__list__item__detail {
		width: 100%;
	}
	.entrance-head__list__item__detail__heading {
		font-size: 2.0rem;
		line-height: 1.9;
		margin-bottom: 2.0rem;
	}
	.entrance-head__list__item__detail__desc {
		font-size: 1.6rem;
		line-height: 2.125;
	}
	.entrance-head__list__item__plant {
		width: 100%;
		margin-top: 3.5rem;
	}
	.landPlan {
		width: calc(320 / 380 * 100%);
		margin-inline: auto;
	}
	.landPlan__ttl {
		font-size: 1.8rem;
		padding-inline: 2.0rem;
		margin-bottom: 4.0rem;
	}
	.landPlan__box {
		width: 100%;
		padding-inline: 2.0rem;
	}
	.landPlan__detail {
		width: 100%;
		gap: 0;
	}
	.landPlan__detail__heading {
		width: 100%;
		font-size: 2.0rem;
		line-height: 1.9;
		margin-bottom: 3.0rem;
	}
	.landPlan__detail__desc {
		width: 100%;
		font-size: 1.6rem;
		line-height: 2.125;
	}
}




/*  l-lounge
--------------------------------------------------*/
.l-lounge {
	padding-block: 15.0rem;
	background: #f2f2f2;
}
.lounge-inner {
	z-index: 1;
}
.lounge-head__detail {
	width: calc(655 / 1500 * 100%);
}
.lounge-head__list {
	width: calc(745 / 1500 * 100%);
	margin-top: 7.5rem;
}
.lounge-head__list__item {
	position: relative;
	width: 100%;
	padding-bottom: 4.0rem;
	z-index: 1;
}
.lounge-head__list__item + .lounge-head__list__item {
	margin-top: 1.5rem;
}
.lounge-head__list__item__photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.lounge-head__list__item__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.lounge-head__list__item__ttl {
	position: relative;
	font-size: 2.1rem;
	color: #b3b3b3;
	text-align: left;
	padding-top: 2.7rem;
	padding-left: calc(45 / 745 * 100%);
	margin-bottom: 4.5rem;
	z-index: 1;
}
.lounge-head__list__item__ttl::before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 12.0rem;
	height: 1.0rem;
	background: var(--background-gradation);
}
.lounge-head__list__item__box {
	width: calc(665 / 745 * 100%);
	margin-inline: auto;
}
.lounge-head__list__item__detail {
	width: 100%;
	color: #fff;
}
.lounge-head__list__item3 .lounge-head__list__item__detail {
	width: min(100%,380px);
}
.lounge-head__list__item__detail__heading {
	font-size: 2.5rem;
	line-height: 1.793188;
	letter-spacing: 0;
	margin-bottom: 1.0rem;
}
.lounge-head__list__item__detail__desc {
	font-size: 1.8rem;
	line-height: 2.22222222;
    letter-spacing: -.05em;
	text-align: justify;
}
.lounge-head__list__item__point {
	width: 100%;
	background: var(--white);
	margin-top: 2.5rem;
	padding: calc(23 / 665 * 100%) calc(30 / 665 * 100%);
}
.lounge-head__list__item__point__logo {
	width: calc(150 / 605 * 100%);
}
.lounge-head__list__item__point__desc {
	width: calc(430 / 605 * 100%);
	font-size: 1.8rem;
	letter-spacing: -.05em;
	line-height: 1.88888889;
	color: #534741;
	text-align: justify;
}
@media screen and (max-width: 768px){
	.l-lounge {
		padding-block: 7.0rem 0;
	}
	.lounge-inner {
		width: 100%;
	}
	.lounge-head__detail {
		width: calc(320 / 380 * 100%);
		margin-inline: auto;
		margin-bottom: 4.5rem;
	}
	.lounge-head__list {
		width: 100%;
		margin-top: 0;
	}
	.lounge-head__list__item {
		padding-bottom: 5.0rem;
	}
	.lounge-head__list__item3 {
		padding-bottom: 18.0rem;
	}
	.lounge-head__list__item__ttl {
		font-size: 1.8rem;
		padding-left: calc(30 / 380 * 100%);
	}
	.lounge-head__list__item__box {
		width: calc(320 / 380 * 100%);
	}
	.lounge-head__list__item3 .lounge-head__list__item__detail {
		width: 100%;
	}
	.lounge-head__list__item__detail__heading {
		font-size: 2.0rem;
		line-height: 1.9;
		margin-bottom: 2.0rem;
	}
	.lounge-head__list__item__detail__desc {
		font-size: 1.6rem;
		line-height: 2.125;
	}
	.lounge-head__list__item__plant {
		width: 100%;
		margin-top: 3.5rem;
	}
	.lounge-head__list__item__point {
		padding: 3.0rem calc(20 / 320 * 100%) 4.0rem;
	}
	.lounge-head__list__item__point__logo {
		width: calc(170 / 320 * 100%);
		margin: 0 auto 2.5rem;
	}
	.lounge-head__list__item__point__desc {
		width: 100%;
		font-size: 1.6rem;
		line-height: 2.125;
	}
}




/*  l-corridor
--------------------------------------------------*/
.l-corridor {
	padding-block: 15.0rem;
	background: #f2f2f2;
}
.corridor-inner {
	max-width: 1710px;
	width: 95%;
	margin-inline: 0 auto;
	z-index: 1;
}
.corridor-detail {
	width: calc(525 / 1710 * 100%);
}
.corridor-detail__ttl {
	margin-bottom: 7.0rem;
}
.corridor-detail__explain2 {
	position: relative;
	margin-top: 12.0rem;
	padding-top: 4.0rem;
}
.corridor-detail__explain2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--background-gradation-line-dark);
}
.corridor-detail__explain2 .corridor-detail__explain__heading {
	width: 100%;
}
.corridor-detail__explain2 .corridor-detail__explain__desc {
	width: calc(305 / 525 * 100%);
}
.corridor-detail__explain2 .corridor-detail__explain__photo {
	width: calc(183 / 525 * 100%);
	margin-top: 4.0rem;
}
.corridor-photo {
	width: calc(1060 / 1710 * 100%);
}
@media screen and (max-width: 768px){
	.l-corridor {
		padding-block: 7.0rem 7.0rem;
	}
	.corridor-inner {
		max-width: 560px;
        width: 100%;
        margin-inline: auto;
	}
	.corridor-detail {
		width: 100%;
		display: contents;
	}
	.corridor-detail__ttl {
        width: calc(320 / 380 * 100%);
        margin-inline: auto;
		margin-bottom: 4.5rem;
		order: 0;
	}
	.corridor-detail__explain {
        width: calc(320 / 380 * 100%);
        margin-inline: auto;
	}
	.corridor-detail__explain1 {
		order: 1;
	}
	.corridor-detail__explain2 {
		margin-top: 4.0rem;
		padding-top: 3.5rem;
		order: 3;
	}
	.corridor-photo {
		width: 100%;
		margin-top: 4.0rem;
		order: 2;
	}
}






/*  l-quality
--------------------------------------------------*/
.l-quality {
	position: relative;
	padding-block: 13.0rem 15.0rem;
	/*padding-block: 7.0rem 10.0rem;*/
	/*background: #f2f2f2;*/
}
.quality-inner {
	z-index: 1;
}
.quality-ttl {
	font-size: 6.5rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 9.0rem;
	/*margin-bottom: 7.0rem;*/
}
.quality-list {
	width: 100%;
	gap: 4.4rem 6.3rem;
}
.quality-list__item {
	width: calc((100% - 12.6rem) / 3);
}
.quality-list__item__photo {
	margin-bottom: 1.5rem;
}
.quality-list__item__explain__heading {
	font-size: 2.1rem;
	line-height: 1.75;
	letter-spacing: 0;
	padding-bottom: 1.0rem;
	margin-bottom: 1.0rem;
	border-bottom: solid 1px #231815;
}
.quality-list__item__explain__desc {
	font-size: 1.8rem;
	line-height: 1.88888889;
	letter-spacing: 0;
}
.quality-list__item__explain__desc span {
	display: block;
	font-size: 0.77777778em;
	line-height: 1.75;
	margin-top: .5em;
}
@media screen and (max-width: 768px){
	.l-quality {
		padding-block: 6.0rem 7.0rem;
	}
	.quality-ttl {
		font-size: 4.0rem;
		margin-bottom: 7.0rem;
	}
	.quality-list {
		gap: 4.0rem 0;
	}
	.quality-list__item {
		width: 100%;
	}
	.quality-list__item__photo {
		margin-bottom: 1.2rem;
	}
	.quality-list__item__explain__heading {
		font-size: 2.0rem;
		padding-bottom: 1.0rem;
		margin-bottom: 1.0rem;
	}
	.quality-list__item__explain__desc {
		font-size: 1.6rem;
		line-height: 2.125;
	}
	.quality-list__item__explain__desc span {
		font-size: 1.0rem;
		margin-top: .7em;
	}
}

