@charset "UTF-8";
	


/* field
----------------------*/
#field {
	position: relative;
}
	#field .headbox .title {
		width: 50%;
		padding-right: 5%;
		padding-bottom: 200px;
		margin-bottom: 0 !important;
	}

	#field .headbox .pht {
		width: 50%;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
		#field .headbox .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}


	#field .en-txt  {
		display: flex;
		width: 100%;
		overflow: hidden;
		font-size: 8.0rem;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		position: absolute;
		left: 0;
		bottom: 60px;
	}
		#field .en-txt .loop {
			flex: 0 0 auto;
			white-space: nowrap;
		}
		#field .en-txt .loop:nth-child(1) {
			animation: loop 50s -25s linear infinite;
		}
		#field .en-txt .loop:nth-child(2) {
			animation: loop2 50s linear infinite;
		}
@media screen and (max-width: 1024px) {
	#field .headbox .title {
		padding-bottom: 15%;
		margin-bottom: 0 !important;
	}

	#field .en-txt  {
		font-size: 8.0vw;
		bottom: 3%;
	}
}
@media screen and (max-width: 767px) {
	#field .headbox .title {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 8% !important;
	}

	#field .headbox .pht {
		width: 107%;
		height: 100%;
		aspect-ratio: 16 / 9;
		position: static;
	}

	#field .en-txt  {
		font-size: 12.0vw;
	}
}
	



/* special
----------------------*/
#special .cell {
	position: relative;
}
	#special .cell .head {
		width: 100%;
		text-align: center;
		position: absolute;
		top: -13px;
		left: 0;
	}
		#special .cell .head span {
			display: inline-block;
			background: #F3F4EF;
			font-size: 2.0rem;
			font-weight: 600;
			line-height: 1;
			padding: 0 20px;
		}

	#special .cell .pht {
		margin-top: 40px;
	}
@media screen and (max-width: 1024px) {
	#special .cell .head {
		top: -2%;
	}
		#special .cell .head span {
			font-size: 2.0vw;
		}

	#special .cell .pht {
		margin-top: 4%;
	}
}
@media screen and (max-width: 767px) {
	#special .cell .head {
		top: -2.5%;
	}
		#special .cell .head span {
			font-size: 3.6vw;
		}

	#special .cell .pht {
		margin-top: 6%;
	}
}
	



/* facility
----------------------*/
#facility .list .box {
	width: 22.7%;
	margin-right: 3%;
	margin-bottom: 40px;
}
#facility .list .box:nth-child(4n) {
	margin-right: 0;
}
	#facility .list .box h3 {
		font-size: 1.6rem;
		line-height: 1.3em;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 8px;
	}

	#facility .list .box p {
		font-size: 1.4rem;
		line-height: 1.5em;
	}
@media screen and (max-width: 1024px) {
	#facility .list .box {
		margin-bottom: 4%;
	}
		#facility .list .box h3 {
			font-size: 1.8vw;
			margin-top: 7%;
			margin-bottom: 4%;
		}

		#facility .list .box p {
			font-size: 1.6vw;
			line-height: 1.5em;
		}
}
@media screen and (max-width: 767px) {
	#facility .list .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 6%;
	}
	#facility .list .box:nth-child(4n) {
		margin-right: 4%;
	}
	#facility .list .box:nth-child(2n) {
		margin-right: 0;
	}
		#facility .list .box h3 {
			font-size: 3.7vw;
		}

		#facility .list .box p {
			font-size: 3.2vw;
		}
}