@charset "utf-8";





@media screen and (min-width: 901px){
	

.intro{
	text-align: center;
	height: 620px;
}
.aisatsu{
	padding-top: 50px;
	background: url("../top/sun-right.png") left 10% top 20px / 128px 128px no-repeat,
	url(../top/thankyou.png) right 10% top 10px / 138px 148px no-repeat;
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	line-height: 240%;
	z-index: 30;
}


.aisatsu p{
	font-size:25px;
	font-family:"NotoSerifJP-Bold";
	margin-bottom: 50px;
}

.aisatsu p span{
	font-size:38px;
}
	
.info-back{
	width: 100%;
	height: 360px;
	background-color: #d2f0fa;
	margin-top: 0px;
	background-image: url("../top/bubble.png");
	background-position: center 50px;
	background-repeat: no-repeat;
}



.intro h1{
	text-indent: -5000px;
}


.info{
	width: 900px;
	padding-top: 50px;
	margin: 0 auto;
}



.info h2{
	text-align: left;
	font-size: 50px;
	color: #666464;
	line-height: 60%;
	float: left;
	font-family:"GenJyuuGothicL Heavy";
	margin-top: 15px;
}

.info h2 .red{
	font-size: 60px;
	color: #e62e18;
}

.info h2 .black{
	font-size: 17px;
	color: #000;
	font-family:"GenJyuuGothic Bold";
}
.news{
	float: right;
	font-size: 14px;
	text-align: left;
	height: 310px;
	width: 420px;
}



.info p{
	text-align: center;
	border:1px solid #e62e18;
	border-radius: 35px;
	height: 32px;
	padding-top: 8px;
	color: #e62e18;
	width: 150px;
	margin: 30px auto;
	font-family:"GenJyuuGothic Bold";
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.info p:hover{
	background-color:#e62e18;
	color: #fff;
	}
}


@media screen and (max-width: 900px){
	

.intro{
	text-align: center;
	height: 880px;
}
.aisatsu{
	padding-top: 50px;
	background: url("../top/sun-right.png") left 2% top 20px / 128px 128px no-repeat,
	url(../top/thankyou.png) right 2% top 10px / 138px 148px no-repeat;
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	line-height: 240%;
}


.aisatsu p{
	font-size:25px;
	font-family:"NotoSerifJP-Bold";
	margin-bottom: 50px;
	margin-top: -50px;
}

.aisatsu p span{
	font-size:38px;
}
	
.info-back{
	width: 100%;
	height: 550px;
	background-color: #d2f0fa;
	margin-top: 0px;
	background-image: url("../top/bubble-sp.png");
	background-position: center 50px;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}


.intro h1{
	text-indent: -5000px;
}


.info{
	width: 600px;
	padding-top: 50px;
	margin: 0 auto;	
}

.info h2{
	text-align: center;
	font-size: 50px;
	color: #666464;
	line-height: 60%;
	font-family:"GenJyuuGothic Heavy";
	margin-top: 15px;
	font-weight: normal;
}

.info h2 .red{
	font-size: 60px;
	color: #e62e18;
}

.info h2 .black{
	font-size: 17px;
	color: #000;
	font-family:"GenJyuuGothic Bold";
}
.news{
	font-size: 14px;
	text-align: left;
	height: 310px;
	width: 420px;
	margin:30px auto 0px;
}

.info p{
	text-align: center;
	border:1.5px solid #e62e18;
	border-radius: 20px;
	height: 60px;
	padding-top: 20px;
	color: #e62e18;
	width: 220px;
	margin: 30px auto;
	font-size: 22px;
	font-family:"GenJyuuGothic Bold";
}

}

/*========= リクルート ===============*/


@media screen and (min-width: 1081px){

.top-recruit{
	width:100%;
	background-color: #e62e18;
	height: 510px;
}
.recruitment{
	width: 1200px;
	margin: 0 auto;
}
.recruitment-text{
	margin-top: 50px;
	padding-left: 70px;
	float: left;	
}

.recruitment-text hr{
	width:63px;
	margin: 20px auto;
	border: 1px solid #fff;
}
.recruitment-text h2{
	text-align: center;
	font-size: 50px;
	color: #fff;
	line-height: 60%;
	font-family:"GenJyuuGothicL Heavy";
}

.recruitment-text h2 span{
	font-size: 60px;
}
.recruitment-text p{
	color: #fff;
	text-align: left;
	font-size: 26px;
	line-height: 150%;
	font-family:"GenJyuuGothicL Medium";
	margin-top: 15px;
}
.recruitment-text .staff{
	float: left;
	font-size: 42px;
	line-height: 120%;
	font-family:"GenJyuuGothicL Heavy";
	margin-right: 5px;
}
.recruitment-text .boshu{
	float: right;
	font-size: 94px;
	line-height: 120%;
	font-family:"GenJyuuGothicL Heavy";
	color: #ffff00;
}
.recruitment-text .button{
	text-align: center;
	border:1px solid #fff;
	border-radius: 35px;
	width: 200px;
	height: 38px;
	padding-top: 15px;
	margin: 30px auto;
	font-size: 18px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.recruitment-text .button:hover{
	background-color:#fff;
	color: #e62e18;
	}

.stafimg{
	float: right;
	margin-top: 0px;
	width: 488px;
	height: 510px;
}
	.stafimg img{
		width: 100%;
	}
}

@media screen and (min-width: 901px)and (max-width: 1080px){	

.top-recruit{
	width:100%;
	background-color: #e62e18;
	height: 400px;
}
.recruitment{
	width: 100%;
	margin-right: 0px;
	}
.recruitment-text{
	width: 380px;
	margin-top: 50px;
	margin-left: 15%;
	float: left;	
}

.recruitment-text hr{
	width:63px;
	margin: 20px auto;
	border: 1px solid #fff;
}
.recruitment-text h2{
	text-align: center;
	font-size: 40px;
	color: #fff;
	line-height: 60%;
	font-family:"GenJyuuGothicL Heavy";
}

.recruitment-text h2 span{
	font-size: 55px;
}
.recruitment-text p{
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 150%;
	font-family:"GenJyuuGothicL Medium";
	margin-top: 15px;
}
.recruitment-text .staff{
	float: left;
	font-size: 27px;
	line-height: 120%;
	font-family:"GenJyuuGothicL Heavy";
}
.recruitment-text .boshu{
	float: right;
	font-size: 55px;
	line-height: 120%;
	font-family:"GenJyuuGothicL Heavy";
	color: #ffff00;
}
.recruitment-text .button{
	text-align: center;
	border:1px solid #fff;
	border-radius: 35px;
	width: 200px;
	height: 38px;
	padding-top: 15px;
	margin: 30px auto;
	font-size: 16px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.recruitment-text .button:hover{
	background-color:#fff;
	color: #e62e18;
	}

.stafimg{
	float: right;
	margin-top: 0px;
	right: 0px;
	width: 383px;
	height: 400px;
	position: absolute;
}
	.stafimg img{
		width: 100%;
	}
}
@media screen and (min-width: 781px)and (max-width: 900px){	

.top-recruit{
	width:100%;
	background-color: #e62e18;
	height: 400px;
}
.recruitment{
	width: 100%;
	margin-right: 0px;
	}
.recruitment-text{
	width: 380px;
	margin-top: 50px;
	margin-left: 5%;
	float: left;	
}

.recruitment-text hr{
	width:63px;
	margin: 20px auto;
	border: 1px solid #fff;
}
.recruitment-text h2{
	text-align: center;
	font-size: 40px;
	color: #fff;
	line-height: 60%;
	font-family:"GenJyuuGothicL Heavy";
}

.recruitment-text h2 span{
	font-size: 55px;
}
.recruitment-text p{
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 150%;
	font-family:"GenJyuuGothicL Medium";
	margin-top: 15px;
}
.recruitment-text .staff{
	float: left;
	font-size: 27px;
	line-height: 120%;
	font-family:"GenJyuuGothicL Heavy";
}
.recruitment-text .boshu{
	float: right;
	font-size: 55px;
	line-height: 120%;
	font-family:"GenJyuuGothicL Heavy";
	color: #ffff00;
}
.recruitment-text .button{
	text-align: center;
	border:1px solid #fff;
	border-radius: 35px;
	width: 200px;
	height: 38px;
	padding-top: 15px;
	margin: 30px auto;
	font-size: 16px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.recruitment-text .button:hover{
	background-color:#fff;
	color: #e62e18;
	}

.stafimg{
	float: right;
	margin-top: 0px;
	right: 0px;
	width: 383px;
		height: 400px;
	position: absolute;
}
	.stafimg img{
		width: 100%;
	}
}
@media screen and (max-width: 780px){	
.top-recruit{
	width:100%;
	background-color: #e62e18;
	height: 550px;
	padding-top: 60px;
}

.recruit-sp{
		width: 620px;
		margin: 0 auto;
	}
.recruit-sp hr{
	width:63px;
	margin: 20px auto;
	border: 1px solid #fff;
}
.recruit-sp h2{
	text-align: center;
	font-size: 40px;
	color: #fff;
	line-height: 60%;
	font-family:"GenJyuuGothicL Heavy";
}

.recruit-sp h2 span{
	font-size: 47px;
}

.recruit-sp .staff{
	float: left;
	font-size: 40px;
	margin-left: 20px;
	line-height: 120%;
	font-family:"GenJyuuGothicL Heavy";
	color: #fff;
}
.recruit-sp .boshu{
	float: right;
	font-size: 92px;
	line-height: 120%;
	font-family:"GenJyuuGothicL Heavy";
	color: #ffff00;
}

.recruitment{
	width: 100%;
	margin:0 auto;
	}


.recruitment-text{
	width: 380px;
	margin-top: 20px;
	margin-left: 10px;
	float: left;	
}
	
.recruitment-text p{
	color: #fff;
	text-align: left;
	font-size: 21px;
	line-height: 160%;
	font-family:"GenJyuuGothicL Medium";
	margin-top: 15px;
	margin-left: 10%;
}
.recruitment-text .button{
	text-align: center;
	border:1px solid #fff;
	border-radius: 20px;
	width: 230px;
	height: 55px;
	padding-top: 25px;
	margin: 30px auto;
	font-size: 20px;
}

.stafimg{
	float: right;
	margin-top: 30px;
	right: 0px;
	width: 279px;
	height: 249px;
}
	.stafimg img{
		width: 100%;
	}
}


/*========= コンテンツ ===============*/


.top-contents{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 100px;
}

.top-contents-g{
	width: 100%;
	margin-top: -80px;
}

.top-contents h2{
	text-align: center;
	font-size: 50px;
	color: #666464;
	line-height: 60%;
	font-family:"GenJyuuGothicL Heavy";
	margin-top: 15px;
}

.top-contents h2 .red{
	font-size: 60px;
	color: #e62e18;
}
.top-contents h2 .sub{
	font-size: 17px;
	color: #666464;
	font-family:"GenJyuuGothicL Medium";
}
.top-contents hr{
	width:116px;
	margin: 25px auto;
	border: 1px solid #e62e18;
}

.top-contents .box{
	width: 70%;
	max-width: 835px;
	margin: 0 auto 100px;
	display: flex;
	flex-direction: row;
	 justify-content: space-around;
}
.top-contents .box .link {
  max-width: 30%;
	max-width: 250px;
  overflow: hidden;
  width: 100%;
	border-radius: 20px;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	will-change: filter;
}
.top-contents .box .link img {
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
  width: 100%;
	will-change: filter;
	  ;
}
.top-contents .link:hover img {
  transform: scale(1.1);/* 拡大 */
	will-change: filter;
}

.top-contents .link p {
	font-size:22px;
  align-items: center; 
  bottom: 0;
  color: #fff;
  display: flex; 
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
	margin-top: 70%;

}


@media screen and (min-width: 801px){
.top-grouplink{
	width: 780px;
	height: 50px;
	margin:30px auto;
	display: flex;
	flex-direction: row;
	 justify-content: space-around;
	} 

.top-grouplink .g-link{
	float: left;
	list-style: none;
	margin:15px 5px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e62e18;
	border-radius: 30px;
	height: 32px;
	line-height: 150%;
	padding: 12px 20px;
	font-size: 23px;
	font-family:"GenJyuuGothic Bold";
	color: #e62e18;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}	
	
.top-grouplink a .g-link:hover{
	background-color: #e62e18;
	border: 1px solid #e62e18;
	}
.top-grouplink a .g-link:hover{
	color: #fff;
	}
	
.g-link span{
	font-size: 20px;
	}
}

@media screen and (min-width: 681px) and (max-width: 800px){
.re-800{
	display: block;
}
.top-grouplink{
	width: 600px;
	height: 50px;
	margin:30px auto;
	display: flex;
	flex-direction: row;
	 justify-content: space-around;
	} 

.top-grouplink .g-link{
	float: left;
	list-style: none;
	margin:15px 5px;
	text-align: center;
	background-color: #fff;
	border: 1.5px solid #e62e18;
	border-radius: 20px;
	height: 65px;
	line-height: 110%;
	padding: 12px 22px;
	font-size: 26px;
	font-family:"GenJyuuGothic Bold";
	color: #e62e18;
	}	
.top-grouplink a .g-link:hover{
	background-color: #e62e18;
	border: 1px solid #e62e18;
	}
.top-grouplink a .g-link:hover{
	color: #fff;
	}	
	
.g-link span{
	font-size: 20px;
	}
}
@media screen and (max-width: 680px){
.re-800{
	display: block;
}
.top-grouplink{
	width: 600px;
	height: 50px;
	margin:30px auto;
	display: flex;
	flex-direction: row;
	 justify-content: space-around;
	} 

.top-grouplink .g-link{
	float: left;
	list-style: none;
	margin:15px 5px;
	text-align: center;
	background-color: #fff;
	border: 1.5px solid #e62e18;
	border-radius: 20px;
	height: 65px;
	line-height: 110%;
	padding: 12px 22px;
	font-size: 26px;
	font-family:"GenJyuuGothic Bold";
	color: #e62e18;
	}	
	
	
.g-link span{
	font-size: 20px;
	}
}