@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gFooter {
	margin-top: 0;
}
#main .mainImg {
	position: relative;
	margin-bottom: 7.9rem;
}
#main .mainImg::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	opacity: 0;
	transition: all ease 2s;
	z-index: 2;
}
#main .mainImg.black::before {
	opacity: 1;
}
#main .mainImg .movieBox {
	aspect-ratio: 1200/625;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #000;
}
#main .mainImg .movieBox video,
#main .mainImg .movieBox .image,
#main .mainImg .movieBox iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	opacity: 0;
	transition: all ease 1s;
}
#main .mainImg .movieBox .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainImg .movieBox .video.show {
	opacity: 1;
}
#main .mainImg .title {
	margin-top: 0.8rem;
	color: #fff;
	width: 100%;
	font-size: 3.8rem;
	text-align: center;
	line-height: 1.3;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	letter-spacing: 0.17em;
	opacity: 1;
	transition: all ease 1s;
	z-index: 3;
}
#main .mainImg .title sup {
	font-size: 100%;
	vertical-align: top;
	margin-top: 0.6rem;
}
#main .mainImg .title .big {
	margin-bottom: 4.4rem;
	display: inline-block;
	vertical-align: top;
}
#main .mainImg .title .sml {
	font-size: 2.8rem;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.17em;
}
#main .mainImg.hide .title {
	opacity: 0;
}
#main .mainImg.hide .title span {
	transition: none;
}
#main .mainImg .title span {
	opacity: 0;
	transition: all ease 2s;
}
#main .mainImg.show .title span {
	opacity: 1;
}
@media all and (max-width: 896px) {
	#main .mainImg .title {
		margin-top: -0.3rem;
		font-size: 2.2rem;
	}
	#main .mainImg .movieBox {
		aspect-ratio: unset;
		height: calc(100svh - 5.9rem - 4rem + 1px);
	}
	#main .mainImg .title .sml {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	#main .mainImg .title .sml:last-child {
		margin-bottom: 0;
	}
	#main .mainImg {
		margin-bottom: 4rem;
	}
	#main .mainImg .title sup {
		margin-top: 0.4rem;
	}
}


#main .bgBox {
	padding: 47.4rem 0 10.1rem;
	margin-top: -38.8rem;
	position: relative;
	z-index: 5;
}
#main .bgBox::before {
	width: 100%;
	height: 6.7rem;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/common/bg01.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: 10;
}
#main .bgBox::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background : linear-gradient(90deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(229, 229, 229, 1) 100%);
	opacity : 0.5;
	content: "";
	z-index: -1;
}
#main .h2Title {
	margin-bottom: 4.2rem;
	padding: 4.9rem 0;
	min-height: 15rem;
	font-size: 3.3rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 10;
	mix-blend-mode: multiply;
}
#main .h2Title::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/index/title_bg.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: -1;
}
#main .buildingBox .imgBox .title {
	margin-bottom: 1.4rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.53;
}
#main .buildingBox .imgBox .title .col {
	color: #59a47b;
}
#main .buildingBox {
	margin-bottom: 9.3rem;
}
#main .collaborationBox .h2Title {
	margin-bottom: 4.1rem;
}
#main .collaborationBox .imgBox {
	display: flex;
	margin-top: -12.1rem;
}
#main .collaborationBox .imgBox .photoBox {
	width: 53.6rem;
	margin: 8.6rem 4.5rem 0 -0.2rem;
}
#main .collaborationBox .imgBox .textBox {
	flex: 1;
}
#main .collaborationBox .listUl {
	border-top: 0.1rem solid #333333;
}
#main .collaborationBox .listUl li {
	min-height: 10rem;
	display: flex;
	align-items: center;
	border-bottom: 0.1rem solid #333333;
	padding: 1.6rem 0 1.9rem;
}
#main .collaborationBox .listUl p {
	line-height: 1.38;
}
#main .collaborationBox .listUl .ttl {
	margin-bottom: 0.5rem;
	font-size: 2.3rem;
	font-weight: 600;
	color: #89bc57;
	line-height: 1.17;
}
#main .collaborationBox .listUl .item02 .ttl {
	color: #57b8e2;
}
#main .collaborationBox .listUl .item03 .ttl {
	color: #9f83b3;
}
#main .collaborationBox .listUl .item04 .ttl {
	color: #eda96a;
}
#main .collaborationBox .listUl .item05 .ttl {
	color: #d07aa1;
}
#main .collaborationBox .listUl .inner {
	width: 100%;
}
#main .collaborationBox .comBtn02 {
	margin-top: 9.2rem;
}
#main .collaborationBox {
	margin-bottom: 9rem;
}
#main .collaborationBox .flexBox {
	display: flex;
}
#main .collaborationBox .flexBox .photo {
	width: 27.2rem;
	margin: -0.3rem 3.8rem 0 0;
}
#main .collaborationBox .flexBox .textBox {
	flex: 1;
}
#main .accessBox .centerTxt {
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.05em;
}
#main .accessBox .h2Title {
	margin-bottom: 5.7rem;
}
@media all and (max-width: 896px) {
	#main .h2Title {
		margin: 0 -1.5rem 4rem;
		padding: 4.1rem 0;
		min-height: 11.5rem;
		font-size: 2.2rem;
		letter-spacing: -0.1em;
	}
	#main .buildingBox .imgBox {
		display: block;
	}
	#main .buildingBox .imgBox .textBox {
		margin: 0;
	}
	#main .buildingBox .imgBox .title {
		font-size: 2rem;
	}
	#main .collaborationBox .imgBox {
		display: block;
		margin-top: 4.4rem;
	}
	#main .collaborationBox .imgBox .photoBox {
		width: auto;
		text-align: center;
		margin: 0 0 4rem;
	}
	#main .collaborationBox .imgBox .textBox {
		margin-left: 0;
	}
	#main .collaborationBox .listUl .ttl {
		font-size: 2rem;
	}
	#main .collaborationBox .listUl li {
		min-height: 7.5rem;
	}
	#main .accessBox .centerTxt {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	#main .accessBox .h2Title {
		margin-bottom: 4rem;
	}
	#main .collaborationBox .flexBox {
		display: block;
	}
	#main .collaborationBox .flexBox .photo {
		width: auto;
		margin: 0 0 4rem;
		text-align: center;
	}
	#main .collaborationBox .comBtn02 {
		margin-top: 6.2rem;
	}
	#main .buildingBox {
		margin-bottom: 6.3rem;
	}
	#main .bgBox {
		padding-top: 43.4rem;
	}
}


/* popBox */
.popBox {
	margin: 0 auto;
	width: calc(100% - 3rem);
	max-width: 67.4rem;
	background-color: #fff;
	border: 1px solid #333333;
	position: relative;
}
.popBox .innerBox {
	padding: 7.4rem 8.8rem 3.2rem;
}
.popBox .title {
	color: #333333;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 1.6rem;
	letter-spacing: 0.04em;
}
.popBox .image {
	margin-bottom: 1.5rem;
}
.popBox .image img {
	width: 100%;
}
.popBox .comBtn a {
	margin: 0 0 0 auto;
}
.popBox .comBtn {
	margin: 3.3rem -5.8rem 0;
}
.popBox .close {
	width: 3.5rem;
	position: absolute;
	top: 2.9rem;
	right: 2.8rem;
	cursor: pointer;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.popBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.popBox .innerBox {
		padding: 4.5rem 2rem 3.2rem;
	}
	.popBox .comBtn {
		margin: 3.3rem 0 0;
	}
	.popBox .title {
		font-size: 2.3rem;
		letter-spacing: 0;
	}
	.popBox .close {
		width: 2.5rem;
		top: 1.9rem;
		right: 1.8rem;
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding-left: 0;
	padding-right: 0;
	position: fixed;
	overflow-y: auto;
}



/* whatBox */
#main .whatBox {
	margin-bottom: 9.1rem;
	font-size: 2.2rem;
}
#main .whatBox sup {
	margin-top: -1.4rem;
}
#main .whatBox p {
	line-height: 1.81;
}
#main .whatBox .image img {
	width: 100%;
}
#main .whatBox .title {
	font-size: 3.4rem;
	font-weight: 700;
	color: #64A075;
	margin-bottom: 1.2rem;
	line-height: 1.3;
}
#main .whatBox .image {
	margin-top: 5rem;
}
#main ul.comBtn02 {
	margin-top: 4.5rem;
}
@media all and (max-width: 896px) {
	#main .whatBox {
		margin-bottom: 6.2rem;
		font-size: 1.4rem;
	}
	#main .whatBox .title {
		font-size: 2.2rem;
		text-align: center;
		line-height: 1.2;
	}
	#main .whatBox .image {
		margin-top: 3rem;
	}
	#main .whatBox sup {
		margin-top: -1rem;
	}
}


#main .whatBox .flexBox {
	display: flex;
	margin-top: 3.4rem;
	justify-content: space-between;
}
#main .whatBox .flexBox .photoBox {
	width: 39rem;
	text-align: center;
}
#main .whatBox .flexBox .photoBox .txt {
	margin-top: 0.4rem;
	font-size: 2.05rem;
	font-weight: 700;
	color: #1ba28e;
	line-height: 1.5;
}
#main .whatBox .flexBox .image {
	width: 52.9rem;
	margin-top: 7.1rem;
}
#main .whatBox .flexBox .image2 {
	width: 50.6rem;
	margin: 2.2rem 1.1rem 0 0;
}
@media all and (max-width: 896px) {
	#main .whatBox .flexBox .photoBox .txt {
		margin-top: 0.6rem;
		font-size: 1.8rem;
	}
	#main .whatBox .flexBox .photoBox {
		width: auto;
	}
	#main .whatBox .flexBox {
		display: block;
	}
	#main .whatBox .image {
		width: auto;
		margin-top: 3rem;
	}
	#main .whatBox .flexBox .image2 {
		width: auto;
		margin: 2rem 0 0 0;
	}
}

#main .buildingBox .videoBtn {
	margin: 0 auto;
	padding-top: 0.4rem;
	max-width: 77.5rem;
}
#main .buildingBox .videoBtn a {
	display: block;
	position: relative;
}
#main .buildingBox .videoBtn a::before {
	margin-top: -0.2rem;
	width: 8.5rem;
	height: 6.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("../img/index/video_btn.png") no-repeat center center / 100% 100%;
	content: "";
	z-index: 10;
}
#main .buildingBox .videoBtn img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .buildingBox .videoBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .buildingBox .videoBtn a::before {
		width: 4.4rem;
		height: 3.4rem;
	}
}
#main .youtubeBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#main .youtubeBox.show {
	opacity: 1;
	visibility: visible;
}
#main .youtubeBox .popBox {
  	max-width: 96rem;
	border: none;
	border-radius: 5rem;
}
#main .youtubeBox .popBox .innerBox {
	padding: 12rem 9rem;
}
#main .youtubeBox #player {
	width: 100%;
	font-size: 0;
	line-height: 1;
	aspect-ratio: 16/9;
	height: auto;
}
#main .youtubeBox .close {
	top: 4.7rem;
  	right: 5.7rem;
}
@media all and (max-width: 896px) {
	#main .youtubeBox .popBox .innerBox {
		padding: 5rem 2rem 3rem;
	}
	#main .youtubeBox .popBox {
		border-radius: 2rem;
	}
	#main .youtubeBox .close {
		top: 1.5rem;
		right: 2rem;
	}
}

/* mapBox */
#main .mapBox .h2Title {
	margin-bottom: 5rem;
}