@charset "UTF-8";
/*###############################################
top
###############################################*/
h1 {
	text-align: center;
	font-size: 16px;
	color: #999;
	padding: 25px;
}
.btn_area {
	text-align: center;
	padding:25px 0;
}
#screen {
	position: relative;
}
#screen .catch {
	width:46%;
	position:absolute;
	top:48%;
	margin-top:-10%;
	left:50%;
	margin-left:-23%;
	color:#fff;
	font-weight:bold;
	text-align:center;
	z-index: 400;
}
#screen .swiper-container,
#screen .catch{
    visibility:hidden;
}
#screen.on .swiper-container,
#screen.on .catch{
    visibility:visible;
}
#screen .loading {
    width:100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -80px;
}
#screen .loading img {
    width: 100%;
    height: auto;
}
#screen .loading.off {
    display: none;
}
.slide-img.sc1 {background-image: url('../img/s1.jpg')}
.slide-img.sc2 {background-image: url('../img/s2.jpg')}
.slide-img.sc3 {background-image: url('../img/s3.jpg')}
.slide-img.sc4 {background-image: url('../img/s4.jpg')}
#screen .catch img {
	width:100%;
	height:auto;
}

#top_plant,
#top_welfare,
#top_about,
#interview {
	margin-top: 60px;
}
/*--------top_leading--------*/
#top_leading {
	background-color: #f7fcf8;
}
#top_leading h2 {
	font-size:35px;
	padding-top: 35px;
}
#top_leading p {
	max-width: 800px;
	margin:0 auto 20px;
}
#top_leading figure {
	text-align: center;
	width: 100%;

}
#top_leading figure img {
	width:100%;
	height: auto;
}
/*--------top_s1--------*/
#top_s1 {
	position: relative;
	height: 0;
	padding-top: 56%;
}
#top_s1 figure {
	width: 40%;
	position: absolute;
	right: 0;
	top: 10%;
	z-index: -2;
}
#top_s1 figure img {
	width: 100%;
	height: auto;
}
#top_s1 .inr {
	width: 50%;
	position: absolute;
	left: 55px;
	top: 200px;
}
/*--------top_s2--------*/
#top_s2 {
	position: relative;
	height: 0;
	padding-top: 45%;
}
#top_s2 figure {
	width: 40%;
	position: absolute;
	left: 30px;
	top: 0;
}
#top_s2 figure img {
	width: 100%;
	height: auto;
}
#top_s2 .inr {
	width: 50%;
	position: absolute;
	right: 55px;
	top: 200px;
}
#base_top_first {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#bg1 {
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -100%;
    height: 300px;
    width: 200%;
    background-color: #EEEEEE;
    transform: rotate(25deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    z-index: -3;	/*display: none;*/
}
#bg2 {
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -100%;
    height: 300px;
    width: 200%;
    background-color: #FF5600;
    transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(15deg);
    z-index: -2;
}

/*--------top_plant--------*/
#top_plant h2 {
	text-align: center;
}
#top_plant .lead {
	margin-bottom: 20px;
}
#top_plant .pictures figure {
	width:31%;
	text-align: center;
	margin-bottom: 20px;
}
/*--------top_welfare--------*/
#top_welfare .lead {
	margin-bottom: 20px;
}
#top_welfare .pictures figure {
	width:19%;
	text-align: center;
	margin-bottom: 10px;
}
#top_welfare .pictures figure img {
	height: auto;
	width: 100%;
}

/*--------top_about--------*/
#top_about .base {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#top_about .box {
	width: 47%;
	display: inline-block;
	border:1px solid #d1d1d1;
	box-sizing: border-box;
	border-radius: 25px;
	padding: 35px 0;
	background-color: #fefefe;
}
#top_about .box h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#top_about .box figure {
	width: 70%;
	height: 200px;
	margin:10px auto;
	text-align: center;
}
#top_about .box figure img {
	width: auto;
	height: 100%;
}
#top_about .box p {
	padding:0 35px;
}
/*--------lower_flow--------*/

#lower_flow ul {
	padding:0 35px;
}
#lower_flow li{
	background-color: #eae4e4;
	text-align: center;
	font-size:18px;
	padding:10px 5px;
	margin-bottom: 30px;
	position: relative;
}
#lower_flow li::after {
    content: "";
    height:0;
    width:0;
    display: inline-block;
    border: 20px solid transparent;
    border-top-color: #53d369;
    position: absolute;
    bottom: -45px;
    left:50%;
    margin-left:-20px;
}

#lower_flow li:last-child {
	margin-bottom: 0;
	background-color: #53d369;
	color: #fff;
}
#lower_flow li:last-child::after {
	display: none;
}
#lower_dormitory figure img {
	border-radius: 15px;
}
#lower_dormitory .btn_area {
	padding:15px 0 0;
}
#lower_dormitory .btn_area a {
	font-size: 15px;
	padding:8px 12px;
	max-width: 150px;
}








@-webkit-keyframes zoomUp {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
}

@keyframes zoomUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	-webkit-animation: zoomUp 12s linear 0s;
	animation: zoomUp 12s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.swiper-slide {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-img {
	background-size: contain;
	background-position: center top;
	height: 0;
	padding-top: 66.78%;
	background-repeat: no-repeat;
}


.slide-text {
position: absolute;
z-index: 10;
font-size: 4rem;
color: #fff;
width: 100%;
top: 50%;
text-align: center;
font-weight: bold;
}