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



/****************************************************************************************************
header
****************************************************************************************************/
#header.white {
}
#header.white.active {
	background: rgba(255,255,255,.97);
}
#header.white #logo,
#header.white #wakohre {
	filter: none;
}
#header.white #hnavi .outline a {
	color: #000;
}
#header.white #gNavi > ul > li {
	border-left:1px solid rgba(0,0,0,0.2);
}
#header.white #gNavi > ul > li:nth-last-of-type(1) {
	border-right:1px solid rgba(0,0,0,0.2);
}
#header.white #gNavi > ul > li > a,
#header.white #gNavi > ul > li > span {
	color: #193166;
}
#header.white #gNavi > ul > li.select > a {
	color:#8C0000;
}
#header.white #gNavi > ul > li > a span.small {
	color: #333333;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
}
#contents .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}

#contents h2 {
	color: #193166;
	font-size: 2.8rem;
	line-height: 1.4;
}
#contents h2.col2 {
	color: #46A36B;
	font-size: 2.133rem;
}
#contents h3 {
	color: #193166;
	font-size: 2.133rem;
	line-height: 1.4;
}
#contents h3.num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5em;
}
#contents h3.small {
	font-size: 1.866rem;
}
#contents h3.xsmall {
	font-size: 1.733rem;
}
#contents h3.exsmall {
	font-size: 1.333rem;
}
#contents h3.exsmall .small {
	font-size: 0.866rem;
}
#contents h3.arc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.2em 0.5em;
}
#contents h3 .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1.2em;
	height: 1.2em;
	background: #193166;
	color: #FFF;
	margin-top: 1.5px;
}
#contents p {
	font-size: 1.2rem;
	line-height: 1.8;
}
#contents p.small,
#contents p .small {
	font-size: 0.866rem;
}
.alC {
	text-align: center;
}
.alL {
	text-align: left;
}
.caption {
	margin: 100px 0 0 0;
	padding: 1.6em 0 0 0;
	border-top: 1px solid rgba(0,0,0,.25);
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}

figure.img-box {
	position: relative;
	display: inline-block;
}
figure.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
figure.img-box figcaption.left {
	text-align: left;
}
figure.img-box figcaption.cap-in {
	position: absolute;
	margin-top: 0;
	right: 0.6em;
	bottom: 0.6em;
	color: #000;
}
figure.img-box figcaption.cap-in.left {
	right: auto;
	left: 0.6em;
}
figure.img-box figcaption.cap-in.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}

.col-block + .col-block {
	margin-top: 100px;
}

.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.ttl-box + .col-box.mt05rem,
.col-box + .col-box.mt05rem {
	margin-top: 0.5rem;
}
.ttl-box + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.ttl-box + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.ttl-box + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.ttl-box + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.ttl-box + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.ttl-box + .col-box.mt35rem,
.col-box + .col-box.mt35rem {
	margin-top: 3.5rem;
}
.ttl-box + .col-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.ttl-box + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.ttl-box + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}



/****************************************************************************************************
location
****************************************************************************************************/
#location-main {
	position: relative;
}
#location-main figure {
	position: relative;
}
#location-main figure img {
	width: 100%;
	 height: auto;
}
#location-main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
#location-main-text {
	position: absolute;
	left: 30px;
	bottom: 30px;
	padding: 40px;
	background: rgba(0,0,0,.65);
	color: #FFF;
	text-align: left;
	z-index: 1001;
}
#location-main-text div {
	font-size: 1.733rem;
	line-height: 1.3;
}
#location-main-text h3 {
	color: #FFF;
	font-size: 2.8rem;
	line-height: 1.4;
}
#location-main-text p {
	margin-top: 0.6em;
}
.location-nav {
	padding: 20px 0;
	background: #1A3169;
}
.location-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.location-nav ul .select a {
	opacity: .5;
}
.location1-sec1-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.location1-sec1-sub-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bgW100 {
	position: relative;
	width: 1200px;
	margin: auto;
	padding: 100px 0;
	background: #F6F4EB;
	z-index: 10;
}
.bgW100::after {
	content: "";
	position: absolute;
	display: block;
	width: 100vw;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	background: #F6F4EB;
	z-index: -1;
}
.location-flex-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.location-flex-block.narrow {
	gap: 20px;
}
.location-flex-box {
	width: 380px;
	text-align: left;
}
.location-flex-block.narrow .location-flex-box {
	width: 285px;
}
.location-flex-box.wide {
	width: 585px;
}
.location-flex-box.full {
	width: 100%;
}
.location-flex-box.full.bgWhite {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: #FFF;
}
.location-flex-text {
	margin-top: 20px;
}
.location-flex-box.full.bgWhite .location-flex-text {
	margin-top: 0;
}
.location-flex-box h4,
.location2-sec2-block h4 {
	color: #193168;
	font-size: 1.6rem;
	line-height: 1.2;
}
.location-flex-box h4 .small,
.location2-sec2-block h4 .small {
	font-size: 1.0rem;
}
.location-flex-box h4 + p {
	margin-top: 0.6em;
}
.location2-sec2-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	text-align: left;
}
.location2-sec2-text {
	width: 570px;
}
.location2-sec2-text ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 1em;
	line-height: 1.8;
}
.location2-sec2-text ul li::before {
	content: "●";
	color: #193167;
}
.location2-sec2-list {
	width: 570px;
}
.location2-sec2-list ul,
.location2-sec3-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2px;
}
.location2-sec2-list ul li,
.location2-sec3-list ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 284px;
	min-height: 64px;
	padding: 0.6em 0.6em;
	background: #1A3169;
	color: #FFF;
	font-size: 1.333rem;
	line-height: 1.4;
}
.location2-sec3-list ul li {
	width: 298px;
}



/****************************************************************************************************
position
****************************************************************************************************/
.position-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 80px 30px;
}
.position-box {
	width: 585px;
	text-align: left;
}
.position-box.wide {
	width: 100%;
}
.position-sub-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
.point-block1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
}
.point-block1 li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 298px;
	padding: 0.8em 0;
	border: 1px solid rgba(26,49,105,.5);
	color: rgb(25,49,104);
	font-size: 1.333rem;
	line-height: 1.4;
	text-align: center;
}
.position-block2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
.position-box2 {
	width: 285px;
	text-align: left;
}



/****************************************************************************************************
design
****************************************************************************************************/
#design-main {
	position: relative;
}
#design-main figure {
	position: relative;
}
#design-main figure img {
	width: 100%;
	 height: auto;
}
#design-main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
#design-main-text {
	position: absolute;
	left: 76px;
	top: 170px;
	text-align: left;
}
#design-main-text h3 {
	color: #193168;
	font-size: 2.8rem;
	line-height: 1.4;
}
#design-main-text p {
	margin-top: 0.8em;
}
#design-block1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
	text-align: left;
}
#design-block1-sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
}
#design-block2 {
	position: relative;
	text-align: left;
}
#design-block2-text {
	position: absolute;
	top: 0;
	left: 380px;
}
#contents #design-block2-text p {
	font-size: 1rem;
}
#contents #design-block2-text p .small {
	font-size: 80%;
}



/****************************************************************************************************
landplan
****************************************************************************************************/
.landplan-block,
.landplan-sub-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	text-align: left;
}
.landplan-box {
	width: 380px;
}
.landplan-box.wide {
	width: 585px;
}
.landplan-box.full {
	width: 100%;
}
.landplan-box.bg {
	padding: 60px;
	background: #F6F4EB;
}
.landplan-text p {
	margin-top: 0.5em;
}
.landplan-text + .landplan-img {
	margin-top: 20px;
}
.landplan-img + .landplan-text {
	margin-top: 20px;
}



/****************************************************************************************************
plan
****************************************************************************************************/
.plan-img + .plan-img,
.plan-img + .casbee {
	margin-top: 100px;
}

.plan-link {
	width:800px;
	margin:0 auto;
	margin-top:100px;
}
.plan-link select {
	width:100%;
	height:auto;
	padding:1.0em;
	background:#EEE;
	font-size:1.2rem;
}



/****************************************************************************************************
view
****************************************************************************************************/
#view1,
#view2,
#view3 {
	position: relative;
}
#view1 figure,
#view2 figure,
#view3 figure {
	position: relative;
}
#view1 figure img,
#view2 figure img,
#view3 figure img {
	width: 100%;
	 height: auto;
}
#view1 figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
#view1-text,
#view2-text,
#view3-text {
	position: absolute;
}
#view1-text {
	left: 76px;
	top: 170px;
	color: #FFF;
	text-align: left;
}
#view2-text {
	left: 0;
	right: 0;
	top: 15vw;
}
#view3-text {
	left: 0;
	right: 0;
	top: 15vw;
	color: #FFF;
}
#view1-text h3,
#view2-text h3,
#view3-text h3 {
	color: #FFF;
	font-size: 2.8rem;
	line-height: 1.4;
}
#view2-text h3 {
	color: #193168;
}
#view1-text p {
	margin-top: 0.8em;
}




/****************************************************************************************************
zeh-m
****************************************************************************************************/
#zeh-m-logo1 {
}
#zeh-m-logo2 {
	margin-top: 80px;
}
.zeh-m-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 30px;
	background: #F7F5E5;
	text-align: left;
}
.zeh-m-text h3 {
	margin-bottom: 0.4em;
	font-size: 1.733rem;
	line-height: 1.4;
}
.zeh-m-text p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.zeh-m-text p.small {
	margin-top: 0.4em;
	font-size: 0.866rem;
}
.zeh-m-facility-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.zeh-m-facility-box {
	width: 380px;
}
.zeh-m-facility-img {
	position: relative;
}
.zeh-m-facility-img figcaption {
	position: absolute;
	right: 0.6em;
	bottom: 0.6em;
	font-size: 0.866rem;
	text-align: right;
}
.zeh-m-facility-text {
	margin-top: 1rem;
}
.zeh-m-facility-text div {
	font-size: 1.066rem;
	line-height: 1.6;
}
.zeh-m-facility-text h3 {
	margin-top: 0.2em;
	font-size: 1.6rem;
	line-height: 1.4;
}
#contents .zeh-m-facility-text p.small {
	font-size: 1.0rem;
}



/****************************************************************************************************
mg
****************************************************************************************************/
#contents.mg .inner {
	padding: 210px 0 100px 0;
}



/****************************************************************************************************
reason
****************************************************************************************************/
#reason-main {
	position: relative;
}
#reason-main figure {
	position: relative;
}
#reason-main figure img {
	width: 100%;
	 height: auto;
}
#reason-main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
#reason-main-text {
	position: absolute;
	left: 66px;
	top: 150px;
	text-align: left;
}
#reason-main-text h3 {
	color: #FFF;
	font-size: 2.8rem;
	line-height: 1.4;
	text-shadow:
		0 0 15px rgba(0,0,0,1),
		0 0 15px rgba(0,0,0,1),
		0 0 15px rgba(0,0,0,1);
}
#reason-main::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-image: linear-gradient(45deg, #004C66, #0085B2, #004C66);
}

.reason-area {
	border-top: 2px solid #0085B2;
}
.reason-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-image: linear-gradient(-45deg, #EEEEEE, #FFFFFF, #EEEEEE);
	border-bottom: 2px solid #0085B2;
}
.reason-img {
	width: calc(50vw - 220px);
}
.reason-img figure {
	position: relative;
	width: 100%;
	height: 100%;
}
.reason-img figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.reason-img figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.866rem;
}
.reason-img figure figcaption.white {
	font-weight: bold;
	color: #FFF;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
.reason-text {
	width: 860px;
	padding: 100px 0 100px 60px;
	text-align: left;
}
.reason-text .reason-text-inner h4 {
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.6;
	text-indent: -1.32em;
	padding-left: 1.32em;
}
.reason-text .reason-text-inner h4::first-letter {
	color: #193167;
}
.reason-text .reason-text-inner h4 + p {
	margin-top: 1.2em;
}
#contents .reason-text .reason-text-inner p {
	font-size: 1.2rem;
	line-height: 2.0;
}
#contents .reason-text .reason-text-inner p.small {
	font-size: 0.866rem;
	line-height: 1.8;
}
#contents .reason-text .reason-text-inner p sup {
	font-size: 60%;
	vertical-align: top;
}

.reason-block:nth-of-type(even) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-image: linear-gradient(-45deg, #EFEFE7, #FFFFFF, #EFEFE7);
}
.reason-block:nth-of-type(even) .reason-img {
	order: 2;
}
.reason-block:nth-of-type(even) .reason-text {
	padding: 100px 60px 100px 0;
}
.reason-block:nth-of-type(2) .reason-img figure img {
	object-position: 100% 50%;
}
.reason-img.zeh-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(180deg, #E5F5EB, #F3F9E4);
}
.reason-img.zeh-m figure {
	margin-top: -20px;
	width: 409px;
	height: 365px;
}

.reason-block.block {
	display: block;
}
.reason-block.block .reason-text {
	width: 1200px;
	margin: auto;
}
.reason-block.block .reason-text p + figure {
	margin-top: 50px;
}
.reason-block.block .reason-text figure + p {
	margin-top: 60px;
}
.reason-block.block .reason-text figure {
	text-align: center;
}



@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	#contents .inner {
		width: 100%;
		padding: 10vw 4vw 10vw 4vw;
	}
	
	#contents h2 {
		font-size: 1.533rem;
		line-height: 1.6;
	}
	#contents h2.col2 {
		font-size: 1.533rem;
	}
	#contents h3 {
		font-size: 1.466rem;
	}
	#contents h3.small {
		font-size: 1.333rem;
	}
	#contents h3.xsmall {
		font-size: 1.2rem;
	}
	#contents h3.exsmall {
		font-size: 0.933rem;
	}
	#contents h3.exsmall .small {
		font-size: 0.6rem;
	}
	#contents h3.arc {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#contents p {
		font-size: 1rem;
		line-height: 1.8;
	}
	#contents p.small,
	#contents p .small {
		font-size: 0.733rem;
	}
	.caption {
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	
	
	figure.img-box figcaption {
		font-size: 0.6rem;
	}
	figure.img-box figcaption.cap-in {
		font-size: 0.533rem;
	}
	
	.col-block + .col-block {
		margin-top: 10vw;
	}
	
	.spLeft {
		text-align: left;
	}
	
	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.5);
	}
	.col-box + .col-box.mt0rem {
		margin-top: 0rem;
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(0.5rem * 0.5);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.5);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.5);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.5);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.5);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.5);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.5);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.5);
	}
	.ttl-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.5);
	}
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.5);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.5);
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	#location-main figure img {
		object-fit: cover;
		width: 100vw;
		height: 100vw;
	}
	#location-main figure figcaption {
		font-size: 0.533rem;
	}
	#location-main-text {
		position: static;
		padding: 4vw;
		background: #000;
	}
	#location-main-text div {
		font-size: 0.866rem;
	}
	#location-main-text h3 {
		font-size: 1.2rem;
	}
	#contents #location-main-text p {
		font-size: 0.533rem;
		line-height: 1.6;
	}
	.location-nav {
		padding: 4vw;
	}
	.location-nav ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
	}
	.location-nav ul li {
		width: 45vw;
	}
	.location1-sec1-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.location1-sec1-sub-block > figure:nth-of-type(2),
	.location1-sec1-sub-block > figure:nth-of-type(3) {
		width: 46vw;
	}
	.bgW100 {
		width: 100%;
		padding: 10vw 4vw;
	}
	.inner .bgW100 {
		padding: 10vw 0;
	}
	.location-flex-block {
		gap: 6vw;
	}
	.location-flex-block.narrow {
		gap: 3vw 2vw;
	}
	.location-flex-box {
		width: 100%;
	}
	.location-flex-block.narrow .location-flex-box {
		width: 45vw;
	}
	.location-flex-box.wide {
		width: 100%;
	}
	.location-flex-box.full {
		width: 100%;
	}
	.location-flex-box.full.bgWhite {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3vw;
		padding: 4vw;
	}
	.location-flex-box.full.bgWhite .location-flex-img img {
		width: 84vw;
	}
	.location-flex-text {
		margin-top: 3vw;
	}
	.location-flex-box.full.bgWhite .location-flex-text {
		margin-top: 0;
	}
	.location-flex-box h4,
	.location2-sec2-text h4 {
		font-size: 1.2rem;
	}
	.location-flex-box h4 .small,
	.location2-sec2-text h4 .small {
		font-size: 0.866rem;
	}
	.location2-sec2-block {
		gap: 4vw;
	}
	.location2-sec2-text {
		width: 100%;
	}
	.location2-sec2-text ul {
		font-size: 0.866rem;
	}
	.location2-sec2-list {
		width: 100%;
	}
	.location2-sec2-list ul,
	.location2-sec3-list ul {
		gap: 1vw;
	}
	.location2-sec2-list ul li,
	.location2-sec3-list ul li {
		width: 45.5vw;
		min-height: 12vw;
		font-size: 1.2rem;
	}
	.location2-sec3-list ul li {
		width: 45.5vw;
	}
	
	
	
	/****************************************************************************************************
	position
	****************************************************************************************************/
	.position-block {
		gap: 8vw;
	}
	.position-block .position-block {
		gap: 2vw;
	}
	.position-box {
		width: 100%;
	}
	.position-box.wide {
		width: 100%;
	}
	.position-sub-block {
		gap: 2vw;
	}
	.point-block1 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
	}
	.point-block1 li {
		width: 45.5vw;
		font-size: 0.866rem;
	}
	.position-block2 {
		gap: 2vw;
	}
	.position-box2 {
		width: 45vw;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	#design-main figure img {
		width: 130%;
		margin-left: -12%;
	}
	#design-main figure figcaption {
		font-size: 0.533rem;
	}
	#design-main-text {
		left: 4vw;
		right: 4vw;
		top: 10vw;
	}
	#design-main-text h3 {
		font-size: 1.2rem;
	}
	#contents #design-main-text p {
		font-size: 0.533rem;
		line-height: 1.6;
	}
	#design-block1 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#design-block1-sub {
		gap: 2vw;
	}
	#design-block1-sub > * {
		width: 45vw;
	}
	#design-block1 #design-block1-sub {
		gap: 1vw;
		width: 38vw;
		margin-left: 54vw;
	}
	#design-block1-img {
		order: 2;
		width: 54vw;
		margin-top: -72vw;
	}
	#design-block2 {
		position: relative;
		text-align: left;
	}
	#design-block2-text {
		margin-top: 8vw;
		position: static;
	}
	#contents #design-block2-text p {
		font-size: 0.733rem;
	}
	#design-block2 #design-block1-sub {
		gap: 1vw;
		width: 30vw;
		margin-left: 62vw;
		margin-top: -8vw;
	}
	#design-block2 #design-block1-sub > * {
		width: 30vw;
	}
	#design-block2-img {
		margin-top: -44vw;
	}
	
	
	
	/****************************************************************************************************
	landplan
	****************************************************************************************************/
	.landplan-block {
		gap: 4vw 2vw;
	}
	.landplan-sub-block {
		gap: 2vw 1vw;
	}
	.landplan-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		gap: 2vw;
		width: 45vw;
	}
	.landplan-box .landplan-text {
		order: 2;
	}
	.landplan-box.wide {
		width: 100%;
	}
	.landplan-box.full {
		width: 100%;
	}
	.landplan-box.bg {
		padding: 4vw;
	}
	.landplan-sub-box {
		width: 27vw;
	}
	.landplan-sub-box.jakuets {
		width: 41.5vw;
	}
	.landplan-text p {
		margin-top: 0.5em;
	}
	.landplan-text + .landplan-img {
		margin-top: 2vw;
	}
	.landplan-img + .landplan-text {
		margin-top: 0;
	}
	#jakuets {
		width: 40vw;
		margin: auto;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	.plan-img + .plan-img,
	.plan-img + .casbee {
		margin-top: 10vw;
	}
	
	.plan-link {
		width:100%;
		margin-top:10vw;
	}
	.plan-link select {
		font-size:0.8rem;
	}
	
	
	
	/****************************************************************************************************
	view
	****************************************************************************************************/
	#view1 figure figcaption {
		font-size: 0.533rem;
	}
	#view1 figure img {
		width: 118%;
		margin-left: -9%;
	}
	#view1-text {
		left: 4vw;
		top: 10vw;
	}
	#view1-text h3,
	#view2-text h3,
	#view3-text h3 {
		font-size: 1.2rem;
	}
	#contents #view1-text p {
		width: 56vw;
		font-size: 0.533rem;
		line-height: 1.6;
	}
	
	
	
	/****************************************************************************************************
	zeh-m
	****************************************************************************************************/
	#zeh-m-logo1 {
		width: 30vw;
		margin: auto;
	}
	#zeh-m-logo2 {
		width: 80vw;
		margin: auto;
		margin-top: 10vw;
	}
	.zeh-m-box {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		gap: 3vw;
		padding: 5vw;
	}
	.zeh-m-text h3 {
		font-size: 1.2rem;
	}
	.zeh-m-text p {
		font-size: 0.933rem;
	}
	.zeh-m-text p.small {
		font-size: 0.666rem;
	}
	#zeh-m-img2 {
		width: 30vw;
	}
	.zeh-m-facility-block {
		gap: 2vw;
	}
	.zeh-m-facility-box {
		width: 45vw;
	}
	.zeh-m-facility-img figcaption {
		font-size: 0.533rem;
	}
	.zeh-m-facility-text div {
		font-size: 0.666rem;
	}
	.zeh-m-facility-text h3 {
		font-size: 1.0rem;
	}
	#contents .zeh-m-facility-text p.small {
		font-size: 0.733rem;
	}
	
	
	
	/****************************************************************************************************
	mg
	****************************************************************************************************/
	#contents.mg .inner {
		padding: 16vw 4vw 10vw 4vw;
	}
	
	
	
	/****************************************************************************************************
	reason
	****************************************************************************************************/
	#reason-main figure img {
		width: 160%;
		margin-left: -25.5%;
	}
	#reason-main figure figcaption {
		font-size: 0.533rem;
	}
	#reason-main-text {
		left: 4vw;
		right: 4vw;
		top: 10vw;
	}
	#reason-main-text h3 {
		font-size: 1.2rem;
	}
	
	.reason-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.reason-img {
		order: 2;
		width: 100%;
	}
	.reason-img figure img {
		width: 100%;
		height: 80vw;
	}
	
	.reason-img figure figcaption {
		font-size: 0.533rem;
	}
	.reason-text {
		width: 100%;
		padding: 10vw 6vw;
	}
	.reason-text .reason-text-inner h4 {
		font-size: 1.333rem;
	}
	#contents .reason-text .reason-text-inner p {
		font-size: 1.0rem;
		line-height: 1.8;
	}
	#contents .reason-text .reason-text-inner p.small {
		font-size: 0.666rem;
		line-height: 1.6;
	}
	
	.reason-block:nth-of-type(even) .reason-text {
		padding: 10vw 6vw;
	}
	.reason-img.zeh-m {
		padding: 10vw;
	}
	.reason-img.zeh-m figure {
		margin-top: 0;
		width: auto;
		height: auto;
	}
	.reason-img.zeh-m figure img {
		width: 80vw;
		height: auto;
	}
	
	.reason-block.block .reason-text {
		width: 100%;
	}
	.reason-block.block .reason-text p + figure {
		margin-top: 6vw;
	}
	.reason-block.block .reason-text figure + p {
		margin-top: 8vw;
	}
}