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



/****************************************************************************************************
header
****************************************************************************************************/
#header {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
	padding-top: 128px;
}
#wrap.pt0 {
	padding-top: 0;
}
#contents {
	padding: 0;
}
#contents.bg-black {
	background: #000;
	color: #FFF;
}
#contents.bg-brack2 {
	background: #000 url(../img/design/bg.jpg);
	color: #FFF;
}
#contents.bg-gray {
	background-image: linear-gradient(180deg, #EAEDEE, #DBDFE2);
}
#contents.bg-gray2 {
	background-image: linear-gradient(180deg, rgb(238,238,235), rgb(238,238,235));
}
#contents .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 120px 0;
}
#contents.bg-gray .inner {
	padding: 120px 0 120px 0;
}

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.in {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
}
figure.img-box figcaption.in.left {
	right: auto;
	left: 0.8em;
}
figure.img-box figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
.caption {
	margin: 100px 0 0 0;
	padding: 1.8em 0 0 0;
	border-top: 1px solid rgba(0,0,0,.25);
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}
.bg-black .caption {
	border-top: 1px solid rgba(255,255,255,.25);
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
	height: auto;
}
#main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.866rem;
}
#main figure figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
#plan #main figure figcaption {
	left: 0;
	right: 0;
	top: 50px;
	bottom: auto;
	font-size: 1.733rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#plan #main figure figcaption .small {
	font-size: 1.333rem;
}
#plan #main-point {
	position: absolute;
	right: 34px;
	top: 34px;
}



/****************************************************************************************************
contents
****************************************************************************************************/
.sec-block + .sec-block {
	margin-top: 100px;
}
.col-block + .col-block {
	margin-top: 100px;
}
.col-block + .col-block.short {
	margin-top: 80px;
}
.col-block + .col-block.border{
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid rgba(31,71,99,.5);
}

.ttl-box .english {
	color: #BD9D7D;
	font-size: 3.6rem;
	font-family: garamond, Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.ttl-box h2.large {
	font-size: 3.066rem;
	line-height: 1.4;
}
.ttl-box h2 {
	font-size: 2.133rem;
	line-height: 1.5;
}
.ttl-box p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.ttl-box .english + h2 {
	margin-top: 0.4em;
}
.ttl-box h2 + p {
	margin-top: 1.2em;
}
.col-box {
}
.col-box p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.col-box p.large {
	font-size: 1.333rem;
	line-height: 1.8;
}

.col-box p.small,
.col-box p .small {
	font-size: 0.866rem;
}
.col-box p + p.small {
	margin-top: 0.5em;
}

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



/****************************************************************************************************
concept
****************************************************************************************************/
#aerial {
	position: relative;
	z-index: 2;
}
#crown {
	width: 100%;
	margin-top: -250px;
}
#crown img {
	object-fit: cover;
	width: 100%;
	max-width: 1213px;
	height: 1213px;
}
.vertical {
	margin-top: -250px;
	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;
	font-feature-settings: normal;
}
#concept h3 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: center;
	color: #BE9E7F;
	font-size: 2rem;
	letter-spacing: 0.3em;
}
#concept p {
	margin-top: 2rem;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 2.8;
	letter-spacing: 0.1em;
}
#concept p.small {
	margin-top: 1.2rem;
	font-size: 0.733rem;
	line-height: 1.6;
	letter-spacing: 0;
}
#view {
	margin-top: 80px;
}
#view figcaption {
	margin-top: 1.2em;
	color: #FFF;
	font-size: 1.066rem;
}



/****************************************************************************************************
location
****************************************************************************************************/
.sec-ttl {
	position: relative;
}
.sec-ttl p {
	margin-top: 40px;
	font-size: 1.733rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.sec-cont {
	margin-top: 80px;
}



/****************************************************************************************************
location
****************************************************************************************************/
.facility-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;
}
.facility-box {
	width: 380px;
	text-align: left;
}
.facility-school {
	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: 20px;
	width: 790px;
	margin: auto;
	margin-top: 30px;
	padding: 29px;
	background: rgba(255,255,255,.5);
	border: 1px solid rgba(195,152,87,.5);
}
.facility-school .facility-box {
	width: 350px;
}
.facility-text {
	margin-top: 12px;
}
.facility-text h4 {
	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.4em;
	font-size: 1.6rem;
	line-height: 1.4;
}
.facility-text h4 .small {
	font-size: 1.333rem;
}
.facility-text h4 .xsmall {
	font-size: 1.066rem;
}
.facility-text h4 .eng {
	padding: 0.6em 0.6em;
	font-size: 0.866rem;
	line-height: 1.0;
}
#facility1 .facility-text h4 {
	color: #4B8199;
}
#facility2 .facility-text h4 {
	color: #A57A54;
}
#facility3 .facility-text h4 {
	color: #006D6B;
}
#facility4 .facility-text h4 {
	color: #986079;
}
#facility5 .facility-text h4 {
	color: #C39857;
}
#facility1 .facility-text .eng {
	background: #4B8199;
	color: #FFF;
	font-weight: normal;
}
#facility2 .facility-text .eng {
	background: #A57A54;
	color: #FFF;
}
#facility3 .facility-text .eng {
	background: #006D6B;
	color: #FFF;
}
#facility4 .facility-text .eng {
	background: #986079;
	color: #FFF;
}
#facility5 .facility-text .eng {
	background: #C39857;
	color: #FFF;
}
.facility-text p {
	margin-top: 10px;
	font-size: 1.066rem;
	line-height: 1.6;
}
.facility-text dl {
	margin-top: 10px;
	padding: 1em;
	background: rgba(255,255,255,.5);
	font-size: 0.8rem;
	line-height: 1.4;
}
.facility-text dl dt,
.facility-text dl dd {
	display: inline;
}
#facility1 .facility-text dl {
	border: 1px solid rgba(75,130,154,.5);
	border-left-width: 5px;
}
#facility2 .facility-text dl {
	border: 1px solid rgba(165,122,84,.5);
	border-left-width: 5px;
}
.facility-sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 10px;
}



/****************************************************************************************************
access
****************************************************************************************************/
#access-txt1 {
	margin-top: 40px;
}
#access-photo {
	margin-top: 60px;
	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;
	gap: 50px;
}
#access-zu {
	margin-top: 60px;
}



/****************************************************************************************************
design
****************************************************************************************************/
#design-img0,
#design-img1 {
	position: relative;
}
#design-img0 figure,
#design-img1 figure {
	position: relative;
}
#design-img0 figure::before,
#design-img1 figure::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
#design-img0 .text-box,
#design-img1 .text-box {
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-align: right;
	color: #FFF;
	letter-spacing: 0.15em;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
#design-img0 .text-box {
	left: 40px;
	right: auto;
	text-align: left;
}
#design-img0 .text-box .eng,
#design-img1 .text-box .eng {
	margin-right: 0.6em;
	color: #BE9D7E;
	font-size: 2.133rem;
	line-height: 1.4;
}
#design-img0 .text-box h3,
#design-img1 .text-box h3 {
	font-size: 2.133rem;
	line-height: 1.4;
}
#design-img2-block {
	position: relative;
	text-align: left;
}
#design-img2 {
	margin-left: -95px;
}
#architect-block {
	position: absolute;
	right: 0;
	top: 70px;
	width: 640px;
	padding: 29px;
	background: rgba(0,0,0,.5);
	border: 1px solid rgba(190,157,126,.5);
	text-align: left;
}
#architect-text .eng {
	color: #BE9D7E;
	font-size: 1.2rem;
	line-height: 1.4;
}
#architect-text h3 {
	font-size: 1.333rem;
	line-height: 1.4;
}
#architect-text h3 strong {
	font-size: 1.866rem;
}
#architect-text h3 + p {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(190,157,126,.5);
}
#architect-text p {
	font-size: 1.066rem;
	line-height: 1.6;
}
#architect-photo {
	margin-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}
#architect-photo .img-box figcaption {
	font-size: 0.733rem;
}



/****************************************************************************************************
landplan
****************************************************************************************************/
#landplan-point {
	position: absolute;
	right: 160px;
	top: 0;
}
.landplan-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.landplan-block-left,
.landplan-block-right {
	width: 585px;
}
.landplan-block-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
.landplan-block-box + .landplan-block-box {
	margin-top: 15px;
}
.landplan-block-text {
	flex: 1;
	text-align: left;
}
.landplan-block-text h3 {
	color: #143B44;
	font-size: 1.733rem;
}
.landplan-block-text p {
	margin-top: 0.5em;
	line-height: 1.6;
}



/****************************************************************************************************
zeh-m
****************************************************************************************************/
#zeh-m .col-block {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#zeh-m .col-ttl.border {
	padding: 0.8em 0;
	border-top: 1px solid rgba(42,59,78,.5);
	border-bottom: 1px solid rgba(42,59,78,.5);
}
#zeh-m .col-ttl h3 {
	font-size: 1.533rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#zeh-m .col-ttl + .col-box {
	margin-top: 1.8rem;
}
#zeh-m .col-box p {
	text-align: left;
	font-size: 1rem;
	line-height: 1.8;
}
sup {
	font-size: 70%;
	vertical-align: top;
}
#zeh-m .col-box p.small {
	font-size: 0.733rem;
}



/****************************************************************************************************
iot
****************************************************************************************************/
#iot .inner {
	width: 100%;
	margin: auto;
}
#iot > .inner {
	padding-bottom: 0;
}
#iot-main {
	position: relative;
}
#iot-main img {
	object-fit: cover;
	width: 100%;
	height:  440px;
}
#iot-main figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	line-height: 1.0;
	font-size: 0.8rem;
}
#iot-main figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1);
}
.technology-copy {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0;
	color: #FFF;
	font-size: 1.066rem;
	line-height: 2.0;
	z-index: 10;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1),
		0px 0px 10px rgba(0,0,0,1);
}
#technology-bg {
	position: relative;
	background: url(../img/technology/bg.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
#technology-bg .cap {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #000;
	font-size: 0.8rem;
	line-height: 1.0;
}
.bar2 {
	width: 100%;
}
.bar2 img {
	object-fit: none;
	width: 100%;
	height:  100%;
}
#iot .caption {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



/****************************************************************************************************
plan
****************************************************************************************************/
#plan-block {
	position: relative;
	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;
	text-align: center;
	margin: auto;
	width: 1200px;
	width: 790px;
	gap: 30px;
	
}

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



/****************************************************************************************************
akashi-city
****************************************************************************************************/
.akashi-point {
	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: 10px;
}
.akashi-midashi {
	padding: 0.5em;
	background: #4A8198;
	color: #FFF;
	font-size: 1.866rem;
	font-weight: bold;
	line-height: 1.4;
}
.akashi-block01 {
	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: 30px;
}
.akashi-text01 {
	text-align: left;
}
.akashi-text01 h3,
.akashi-text02 h3 {
	color: #4A8198;
	font-size: 2.4rem;
	line-height: 1.4;
}
.akashi-text01 h3 + p,
.akashi-text02 h3 + p {
	margin-top: 0.6em;
}
.akashi-kosodate-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;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
	text-align: left;
}
.akashi-kosodate-text {
	flex: 1;
}
.akashi-kosodate-box h4 {
	font-size: 1.733rem;
	line-height: 1.4;
}
.akashi-kosodate-box h4::first-letter {
	color: #4A8198;
}
.akashi-kosodate-box h4 + p {
	margin-top: 0.4em;
}
.akashi-kosodate-box2 {
	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: 20px;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px solid #DDDDDD;
}
.akashi-kosodate-box2 .akashi-kosodate-midashi {
	width: 100%;
}
.akashi-kosodate-box2 .akashi-kosodate-midashi h3 {
	color: #4A8198;
	font-size: 2.4rem;
	line-height: 1.4;
}
.akashi-kosodate-box2 h4 {
	font-size: 1.733rem;
	line-height: 1.4;
}
.akashi-kosodate-box2 h4::first-letter {
	color: #4A8198;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 0;
	}
	#contents .inner {
		width: 100%;
		padding: 10vw 4vw 12vw 4vw;
	}
	#contents.bg-gray .inner {
		padding: 10vw 4vw 12vw 4vw;
	}
	
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
	.caption {
		margin: 10vw 0 0 0;
		padding: 1.8em 0 0 0;
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure figcaption {
		font-size: 0.533rem;
	}
	#plan #main figure img {
		width: 150vw;
		margin-left: -25vw;
	}
	#plan #main figure figcaption {
		top: 4vw;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.2;
	}
	#plan #main figure figcaption .small {
		font-size: 0.866rem;
	}
	#plan #main-point {
		width: 20vw;
		right: 2vw;
		top: 2vw;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	.sec-block + .sec-block {
		margin-top: 10vw;
	}
	.col-block + .col-block {
		margin-top: 10vw;
	}
	.col-block + .col-block.short {
		margin-top: 8vw;
	}
	.col-block + .col-block.border{
		margin-top: 10vw;
		padding-top: 10vw;
	}
	
	.ttl-box .english {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.ttl-box h2.large {
		font-size: 2rem;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
	}
	.ttl-box h2 + p {
		font-size: 1rem;
	}
	
	.col-box {
	}
	.col-box p {
		font-size: 1rem;
	}
	.col-box p.small,
	.col-box p .small {
		font-size: 0.666rem;
	}
	.col-box p.large,
	.col-box p .large {
		font-size: 1.066rem;
	}
	
	.spLeft {
		text-align: left;
	}
	
	.ttl-box + .col-box,
	.col-box + .ttl-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.65);
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .ttl-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(.5rem * 0.65);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .ttl-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.65);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .ttl-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.65);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .ttl-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.65);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .ttl-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.65);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .ttl-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.4);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .ttl-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.4);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .ttl-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.4);
	}
	.ttl-box + .col-box.mt45rem,
	.col-box + .ttl-box.mt45rem,
	.col-box + .col-box.mt45rem {
		margin-top: calc(4.5rem * 0.4);
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .ttl-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.4);
	}
	.ttl-box + .col-box.mt55rem,
	.col-box + .ttl-box.mt55rem,
	.col-box + .col-box.mt55rem {
		margin-top: calc(5.5rem * 0.4);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .ttl-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.4);
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		margin-top: -5vw;
	}
	#crown {
		margin-top: -18vw;
	}
	#crown img {
		max-width: 130vw;
		height: 130vw;
	}
	.vertical {
		margin-top: -25vw;
	}
	#concept h3 {
		font-size: 1.6rem;
	}
	#concept p {
		width: 92vw;
		margin: auto;
		font-size: 0.933rem;
		letter-spacing: 0;
	}
	#concept p.small {
		font-size: 0.666rem;
	}
	#view {
		margin-top: 8vw;
	}
	#view figcaption {
		font-size: 0.866rem;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	.sec-ttl h2 {
		width: 64vw;
		margin: auto;
	}
	.sec-ttl p {
		margin-top: 5vw;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.sec-cont {
		margin-top: 8vw;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	.facility-ttl img {
		width: 150vw;
		margin-left: -29vw;
	}
	.facility-block {
		gap: 6vw 2vw;
	}
	.facility-box {
		width: 100%;
	}
	.facility-school {
		gap: 6vw 2vw;
		width: 100%;
		margin-top: 6vw;
		padding: 4vw;
	}
	.facility-school .facility-box {
		width: 100%;
	}
	.facility-text {
		margin-top: 2vw;
	}
	.facility-text h4 {
		font-size: 1.4rem;
	}
	.facility-text h4 .small {
		font-size: 1.4rem;
	}
	.facility-text h4 .xsmall {
		font-size: 1.4rem;
	}
	.facility-text h4 .eng {
		font-size: 0.666rem;
	}
	.facility-text p {
		margin-top: 2vw;
		font-size: 1.0rem;
	}
	.facility-text dl {
		margin-top: 2vw;
		font-size: 0.733rem;
	}
	.facility-sub {
		gap: 2vw;
		margin-top: 2vw;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	#access-txt1 {
		margin-top: 6vw;
	}
	#access-photo {
		margin-top: 8vw;
		gap: 2vw;
	}
	#access-zu {
		margin-top: 6vw;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	#design-img0 .text-box,
	#design-img1 .text-box {
		right: 3.5vw;
		bottom: 4.5vw;
		letter-spacing: 0;
	}
	#design-img0 figure::before,
	#design-img1 figure::before {
		height: 20vw;
	}
	#design-img0 .text-box {
		left: 3.5vw;
		bottom: 3vw;
		right: auto;
	}
	#design-img0 .text-box .eng,
	#design-img1 .text-box .eng {
		margin-right: 0.6em;
		font-size: 1rem;
	}
	#design-img0 .text-box h3,
	#design-img1 .text-box h3 {
		font-size: 1.2rem;
	}
	#design-img2 {
		margin-left: 0;
	}
	#architect-block {
		position: static;
		margin-top: 4vw;
		width: 100%;
		padding: 5vw;
	}
	#architect-text .eng {
		font-size: 1.0rem;
	}
	#architect-text h3 {
		font-size: 1.2rem;
	}
	#architect-text h3 strong {
		font-size: 1.6rem;
	}
	#architect-text h3 + p {
		margin-top: 4vw;
		padding-top: 4vw;
	}
	#architect-text p {
		font-size: 0.866rem;
	}
	#architect-photo {
		margin-top: 3vw;
		gap: 1vw;
	}
	#architect-photo .img-box figcaption {
		font-size: 0.4rem;
	}
	
	
	
	/****************************************************************************************************
	landplan
	****************************************************************************************************/
	#landplan-point {
		width: 20vw;
		right: -2vw;
		top: 8vw;
	}
	.landplan-block {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		gap: 4vw;
	}
	.landplan-block-left,
	.landplan-block-right {
		width: 100%;
	}
	.landplan-block-box {
		gap: 2vw;
	}
	.landplan-block-box + .landplan-block-box {
		margin-top: 4vw;
	}
	.landplan-block-text h3 {
		font-size: 1.2rem;
	}
	.landplan-block-box img {
		width: 23vw;
	}
	
	
	
	/****************************************************************************************************
	zeh-m
	****************************************************************************************************/
	#zeh-m .col-block {
		width: 100%;
	}
	#zeh-m .col-ttl h3 {
		font-size: 1.333rem;
		letter-spacing: 0;
	}
	#zeh-m .col-ttl + .col-box {
		margin-top: 1.4rem;
	}
	#zeh-m .col-box p {
		font-size: 0.933rem;
	}
	#zeh-m .col-box p.small {
		font-size: 0.6rem;
	}
	#zeh-m-img1 {
		width: 62vw;
		margin: auto;
		margin-top: 7vw;
	}
	#zeh-m-img3 {
		width: 42vw;
		margin: auto;
	}
	#zeh-m-img4 {
		width: 70vw;
		margin: auto;
	}
	
	
	
	/****************************************************************************************************
	iot
	****************************************************************************************************/
	#iot > .inner {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	#iot > .inner .inner {
		padding-top: 4vw;
	}
	#iot-main img {
		height:  50vw;
	}
	#iot-main figcaption {
		font-size: 0.533rem;
	}
	.technology-copy {
		top: 4vw;
		font-size: 0.666rem;
		line-height: 1.6;
	}
	#technology-bg {
		width: 100vw;
		margin-left: -4vw;
		margin-right: -4vw;
		padding: 0 4vw 6vw 4vw;
	}
	#technology-bg .cap {
		font-size: 0.533rem;
	}
	.bar2 img {
		object-fit: scale-down;
	}
	.inner .bar2 {
		width: 100vw;
		margin-left: -4vw;
	}
	#iot .caption {
		width: 100%;
	}
	
	
	
	/****************************************************************************************************
	iot
	****************************************************************************************************/
	.movie-box iframe {
		width: 92vw;
		height: 51.75vw;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	#plan-block {
		gap: 2vw;
		width: 100%;
	}
	#plan-block div {
		width: 45vw;
	}
	
	.plan-link {
		width:100%;
		margin-top:10vw;
	}
	.plan-link select {
		font-size:0.8rem;
	}
	
	
	
	/****************************************************************************************************
	akashi-city
	****************************************************************************************************/
	.akashi-point {
		gap: 2vw;
	}
	.akashi-point > div {
		width: 45vw;
	}
	.akashi-midashi {
		font-size: 1.4rem;
	}
	.akashi-block01 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
	}
	.akashi-text01 {
		text-align: center;
	}
	.akashi-block01 > div:nth-of-type(2) {
		width: 50vw;
		margin: auto;
	}
	.akashi-text01 h3,
	.akashi-text02 h3 {
		font-size: 1.6rem;
	}
	.akashi-kosodate-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
		margin-top: 6vw;
		padding-top: 6vw;
	}
	.akashi-kosodate-box h4 {
		font-size: 1.4rem;
	}
	#akashi-city-sec2-4-img1 {
		width: 29.2vw;
	}
	.akashi-kosodate-box2 {
		gap: 3vw 10vw;
		margin-top: 6vw;
		padding-top: 10vw;
	}
	.akashi-kosodate-box2 .akashi-kosodate-midashi h3 {
		font-size: 1.6rem;
	}
	.akashi-kosodate-box2 h4 {
		font-size: 1.4rem;
	}
	
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}