@charset "utf-8";

/* ----------------------------- mobile ------------------------------- */
.mainImg {
	background-image: url(../images/concept/main_img.jpg);
}
#main .conceptBox {
	padding-bottom: 85px;
	position: relative;
	text-align: center;
}
#main .conceptBox:after {
	width: 215px;  
	height: 71px;
	border-radius: 50px;
	background-image: -webkit-linear-gradient( 180deg, #96fbc4 0%, #f9f586 100%);
	opacity: 0.4;
	position: absolute;  
	bottom: 100px;
	right: -70px;  
	content: ""; 
}
#main .conceptBox::before {
	width: 84px;  
	height: 198px;
	background-image: -webkit-linear-gradient( 90deg, rgb(32,226,215) 0%, rgb(141,240,190) 49%, rgb(249,254,165) 100%);
	opacity: 0.4;
	border-radius: 50px;
	position: absolute;  
	top: 5px;
	left: 251px;  
	content: ""; 
}
#main .conceptBox p {
	margin: 0 auto;
	max-width: 550px;
	text-align: justify;
	line-height: 1.75;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#main .conceptBox .headLine01 {
	margin-bottom: 48px;
}
#main .bigPhoto {
	padding: 0 20px;
	max-width: 1490px;
	margin: 0 auto 213px;
	text-align: center;
}
#main .bigPhoto img {
	width: 100%;
}
#main .facility {
	position: relative;
	margin-bottom: 185px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .facility:after {
	width: 190px;  
	height: 270px;
	background-image: -webkit-linear-gradient( 90deg, rgb(250,112,154) 0%, rgb(252,169,109) 53%, rgb(254,225,64) 100%);
	opacity: 0.4;
	border-radius: 50px;
	position: absolute;  
	top: 0;
	left: -141px;  
	content: ""; 
}
#main .facility .photoBox {
	order: 2;
	margin-left: 137px;
	width: calc(50% - 139px);
}
#main .facility .photoBox img {
	width: 100%;
}
#main .facility .lBox {
	margin-top: -6px;
	padding-left: 20px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#main .facility .lBox .subBox {
	width: 100%;
	max-width: 550px;
}
#main .facility .logo {
	padding-top: 10px;
	margin-bottom: 84px;
	text-align: center;
}
#main .facility p {
	letter-spacing: 0.05em;
	font-weight: 300;
	line-height: 1.75;
	text-align: justify;
}
#main .linkBox {
	margin-bottom: 118px;
	padding-bottom: 44px;
	position: relative;
}
#main .linkBox:after {
	width: 100%;  
	background-color: #EBF3F5;
	position: absolute;  
	top: 63px;
	left: 0;  
	bottom: 0;
	content: ""; 
}
#main .linkBox ul {
	margin: 0 -29px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .linkBox li {
	width: 327px;
	margin: 0 29px;
}
#main .linkBox li a {
	display: block;
}
#main .linkBox li a:hover {
	opacity: 0.7;
}
#main .linkBox li .photo {
	margin-bottom: 18px;
}
#main .linkBox li .photo img {
	width: 100%;
}
#main .linkBox li p {
	padding: 0 0 5px 57px;
	font-weight: 300;
	font-size: 14px;
	color: #368c9b;
	letter-spacing: 0.05em;
	background: url(../images/common/icon05.png) no-repeat left center;
	background-size: 45px auto;
}
#main .linkBox li p .en {
	margin-bottom: 4px;
	display: block;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#main .comLink .subSpan {
	padding-top: 6px;
}




@media only screen and (max-width: 768px) {
	#main .conceptBox .headLine01 {
		margin-bottom: 38px;
	}
	#main .conceptBox::before {
		width: 57px;
		height: 139px;
		left: auto;
		top: -40px;
		right: -23px;
	}
	#main .conceptBox p {
		max-width: inherit;
		line-height: 2;
		text-align: left;
	}
	#main .conceptBox::after {
		display: none;
	}
	#main .bigPhoto {
		margin-bottom: 110px;
		max-width: inherit;
		padding: 0;
	}
	#main .conceptBox {
		padding-bottom: 52px;
	}
	#main .facility {
		padding: 0 19px;
		margin-bottom: 136px;
		display: block;
	}
	#main .facility .lBox {
		position: relative;
		z-index: 1;
		margin: 0;
		display: block;
		padding: 0;
	}
	#main .facility .photoBox {
		width: auto;
		margin: 0 0 35px;
		padding-top: 3px;
	}
	#main .facility .lBox .subBox {
		max-width: inherit;
	}
	#main .facility .headLine01 {
		text-align: center;
	}
	#main .facility .logo {
		margin-bottom: 31px;
	}
	#main .facility p {
		line-height: 2;
		text-align: left;
	}
	#main .linkBox ul {
		display: block;
		margin: 0;
	}
	#main .linkBox li {
		width: auto;
		margin: 0 0 35px;
	}
	#main .linkBox li:last-child {
		margin-bottom: 0;
	}
	#main .linkBox::after { 
		top: -33px;
		width: 102px;
	}
	#main .linkBox {
		margin-bottom: 44px;
	}
	#main .facility::after {
		top: -35px;
	}
}
