@charset "utf-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");
/*-------------------------mainimg---------------------------------------*/
.topimg_top{
	width: 100%;
	margin: -52px auto 0;
	position: relative;
	max-width: 1500px;
}
.topimg_top_cover{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
}
.topimg_top video{
	width: 100%;
	padding: 2px;
	max-width: 1500px;
	z-index: 1;
	margin-top: -1px;
}
/*telop
---------------------------------------------------------------------------*/
.telopttl{
    width: 18%;
    text-align: center;
    margin: 10px auto -10px auto; 
    background-color: #D58737;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    padding:13px 0 0 0; 
	max-width: 280px;
    }
.telopttl_inner{
    width: 70%;
    border-top:  1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    padding: 10px 10px 5px 10px;
}
.telopttl_inner img{
    width: 80%
}

.telop_area{
	width: 70%;
	margin: 0 auto;
	max-width: 1000px;
}

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

.telopttl{
    width: 25%;
    text-align: center;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    }
.telop_area{
	width: 80%;
	margin: 0 auto;
}
}


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

.telopttl{
    width: 60%;
    text-align: center;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    }
.telop_area{
	width: 90%;
	margin: 0 auto;
}
	
}

/*-------------------------トップニュース---------------------------------------*/

.top_news_clover_l{
	width: 300px;
	position: absolute;
	top:80px;
	left:0;
	z-index: 0;
}
.top_news_clover_r{
	width: 300px;
	position: absolute;
	top:200px;
	right:0;
	z-index: 0;
}

.top_news{
	width: 100%;
	padding: 40px 0 0;
	margin: 0 auto;
	position: relative;
	max-width: 1500px;
}

.top_news a{
	text-decoration: none;
}
.top_news_ttl{
	width:180px;
	margin:10px auto;
	line-height: 1.6em;
}
.top_news_area{
	width:70%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: auto;
	margin: 30px auto;
}
.top_news_area_item{
	width: 47%;
	margin: 15px 1.5%;
	background-color: rgba(255,255,255,0.50);
	padding: 15px 20px;
	border-radius: 8px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	display: flex;
	flex-direction: row;
	font-size: 15px;
	line-height: 2.2em;
	z-index: 2;
}
.news_cate{
	width: 80px;
	margin-right: 10px;
}
.news_info{
	
	display: flex;
	flex-direction: column;
}
.news_date{
	width: 8em;
	color: #19a378;
	line-height: 2em;
}
.news_ttl{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height: 1.6em;
}
.news_ttl a{
	text-decoration: none;
}
.news_ttl a:hover{
	text-decoration: none;
	color: #78B1F2;
	
}
.cms_link{
	width: 100%;
	display: flex;
	margin: 40px auto;
	flex-direction: row;
	justify-content: center;
}
.cms_btn{
	width: 250px;
	margin: 10px;
}
.cms_btn img:hover {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

/*---------------------------pickup---------------------------------*/

.pickup{
	width: 100%;
	background-image: url("../images/pickup_bg.jpg");
	background-repeat: repeat;
	background-position: top;
	padding: 30px 0 40px;
}
.pickup_ttl{
	width: 30%;
	margin: 20px 0 40px 35%;
}
.pickup_area{
	width: 70%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: -40px auto 0;
	max-width: 1050px;
}
.pickup_item1{
	width: 32%;
	margin: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pickup_item1 a img:hover {
	opacity: 0.8;
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}

.pickup_btn{
	width: 70%;
	margin: 30px auto;
}

/*---------------------------わかば---------------------------------*/

.wakaba{
	width: 70%;
	margin: 60px auto 0;
	padding: 60px 0 70px;
	max-width: 1050px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.wakaba_item_1{
	margin-top: 80px;
	width: 35%;
	border:1px solid #17a041;
	border-radius: 10px;
	padding: 20px 30px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.wakaba_item_2{
	position: absolute;
	width: 45%;
	top:0;
	left:25%;
	z-index: -1;
}
.wakaba_item_3{
	margin-top: 80px;
	width: 35%;
	border-radius: 10px;
}
.wakaba_item_3 img{
	border-radius: 12px;
}

.wakaba_btn{
	width: 100%;
	margin: 30px auto 10px;

}
.wakaba_btn:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
}
/*---------------------------recruit---------------------------------*/

.rec_area{
	width: 100%;
	background-image: url("../images/rec_bg.webp");
	background-repeat: no-repeat;
	padding: 30px 0 150px;
	margin-bottom: -100px;
}
.rec_area_ttl{
	text-align: center;
	font-size: 4rem;
	color: #fff;
	margin: 30px auto;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.rec_area h4{
	font-size: 25px;
	color: #fff;
	text-align: center;
	width: 9em;
	background-color: #F4A6B2;
	border-radius: 8px;
	padding: 10px 0;
	margin: 30px auto;
	letter-spacing: 0.1em;
}
.rec_area h5{
	font-size: 25px;
	text-align: center;
	color: #7a5b4c;
}
.rec_area_main{
	width: 60%;
	margin: 80px auto 30px;
	position: relative;
}
.rec_area_main_catch{
	position: absolute;
	width: 70%;
	top:-50px;
	left:15%;
}
.rec_area_main p{
	color: #505050;
	font-size: 1.2rem;
	text-align: center;
}
.rec_area_sub{
	width: 80%;
	margin: 30px auto;
	text-align: center;
}
.rec_area_sub p{
	color: #505050;
	font-size: 1.2rem;
	text-align: center;
}
.rec_area_sub span{
	color: rgba(193,94,96,1.00);
	font-size: 1.4rem;
	text-align: center;
}

@media screen and (max-width:900px) {
.topimg_top{
	width: 101%;
	margin: 0 auto 0;
	position: relative;
	max-width: 1500px;
}
.topimg_top_cover{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	max-width: 900px;
}
.topimg_top video{
	width: 100%;
	padding: 2px;
	max-width: 900px;
	z-index: 1;
	margin-top: -30px;
}
.top_img_top_catch{
	width: 40%;
	position: absolute;
	top:-5%;
	left:5%;
	z-index: 3;
}
/*-------------------------トップニュース---------------------------------------*/

.top_news_clover_l{
	width: 250px;
	position: absolute;
	top:40px;
	left:0;
	z-index: 0;
}
.top_news_clover_r{
	width: 250px;
	position: absolute;
	top:200px;
	right:0;
	z-index: 0;
}

.top_news{
	width: 100%;
	padding: 30px 0 0;
	margin: 0 auto;
	position: relative;
	max-width: 900px;
}


.top_news_ttl{
	width:160px;
	margin:10px auto;
	line-height: 1.6em;
}
.top_news_area{
	width:90%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: auto;
	margin: 30px auto;
}
.top_news_area_item{
	width: 47%;
	margin: 15px 1.5%;
	background-color: rgba(255,255,255,0.50);
	padding: 15px 20px;
	border-radius: 8px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	display: flex;
	flex-direction: row;
	font-size: 15px;
	line-height: 2.2em;
	z-index: 2;
}
.news_cate{
	width: 80px;
	margin-right: 10px;
}
.news_info{
	
	display: flex;
	flex-direction: column;
}
.news_date{
	width: 8em;
	color: #19a378;
	line-height: 2em;
}
.news_ttl{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height: 1.6em;
}
.news_ttl a{
	text-decoration: none;
}
.news_ttl a:hover{
	text-decoration: none;
	color: #78B1F2;
	
}
.cms_link{
	width: 100%;
	display: flex;
	margin: 40px auto;
	flex-direction: row;
	justify-content: center;
}
.cms_btn{
	width: 250px;
	margin: 10px;
}

/*---------------------------pickup---------------------------------*/

.pickup{
	width: 100%;
	background-image: url("../images/pickup_bg.jpg");
	background-repeat: repeat;
	background-position: top;
	padding: 30px 0;
}
.pickup_ttl{
	width: 35%;
	margin: 20px 0 40px 32.5%;
}
.pickup_area{
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: -40px auto 0;
}
/*---------------------------わかば---------------------------------*/

.wakaba{
	width: 90%;
	margin: 60px auto 0;
	padding: 40px 0 50px;
	max-width: 810px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.wakaba_item_1{
	margin-top: 80px;
	width: 35%;
	border:1px solid #17a041;
	border-radius: 10px;
	padding: 20px 30px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.wakaba_item_2{
	position: absolute;
	width: 45%;
	top:0;
	left:25%;
	z-index: -1;
}
.wakaba_item_3{
	margin-top: 80px;
	width: 35%;

}

.wakaba_btn{
	width: 100%;
	margin: 30px auto 10px;

}
}
@media screen and (max-width:480px) {
/*-------------------------mainimg---------------------------------------*/
.topimg_top{
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	max-width: 500px;
}
.topimg_top_cover{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	max-width: 1500px;
}
.topimg_top video{
	width: 100%;
	padding: 2px;
	max-width: 1500px;
	z-index: 1;
	margin-top: -1px;
}


/*-------------------------トップニュース---------------------------------------*/

.top_news_clover_l{
	width: 150px;
	position: absolute;
	top:30px;
	left:0;
	z-index: 0;
}
.top_news_clover_r{
	width: 150px;
	position: absolute;
	top:200px;
	right:0;
	z-index: 0;
}

.top_news{
	width: 100%;
	padding: 20px 0 0;
	margin: 0 auto;
	position: relative;
	max-width: 500px;
}


.top_news_ttl{
	width:100px;
	margin:0 auto;
	line-height: 1.6em;
}
.top_news_area{
	width:90%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: auto;
	margin: 10px auto;
}
.top_news_area_item{
	width: 100%;
	margin: 10px auto;
	background-color: rgba(255,255,255,0.50);
	padding: 15px 20px;
	border-radius: 8px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	display: flex;
	flex-direction: row;
	font-size: 14px;
	line-height: 2.2em;
	z-index: 2;
}
.news_cate{
	width: 80px;
	margin-right: 10px;
}
.news_info{
	display: flex;
	flex-direction: column;
}
.news_date{
	width: 8em;
	color: #19a378;
	line-height: 2em;
}
.news_ttl{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height: 1.6em;
}
.news_ttl a{
	text-decoration: none;
}
.news_ttl a:hover{
	text-decoration: none;
	color: #78B1F2;
	
}
.cms_link{
	width: 80%;
	display: flex;
	margin: 20px auto;
	flex-direction: column;
	justify-content: center;
}
.cms_btn{
	width: 250px;
	margin: 10px auto;
}


/*---------------------------pickup---------------------------------*/

.pickup{
	width: 100%;
	background-image: url("../images/pickup_bg_s.jpg");
	background-repeat: repeat;
	background-position: top;
	background-size: contain;
	padding: 20px 0;
}
.pickup_ttl{
	width: 60%;
	margin: 20px 0 30px 20%;
}
.pickup_area{
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
}
.pickup_item1{
	width: 100%;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pickup_item1 a img:hover {
	opacity: 0.8;
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}

.pickup_btn{
	width: 60%;
	margin: 10px auto 20px;
}


/*---------------------------わかば---------------------------------*/



.wakaba{
	width: 90%;
	margin: 30px auto 0;
	padding: 40px 0 50px;
	max-width: 810px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.wakaba_item_1{
	margin: 10px auto;
	width: 80%;
	border:1px solid #17a041;
	border-radius: 10px;
	padding: 20px 30px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.wakaba_item_2{
	position: relative;
	width: 80%;
	top:0;
	left:0;
	z-index: 1;
	margin: 10px auto
}
.wakaba_item_3{
	margin: 10px auto;
	width: 80%;
	
}

.wakaba_btn{
	width: 100%;
	margin: 30px auto 10px;

}
	/*---------------------------recruit---------------------------------*/

.rec_area{
	width: 100%;
	background-image: url("../images/rec_bg.webp");
	background-repeat: no-repeat;
	padding: 30px 0 150px;
	margin-bottom: -100px;
}
.rec_area_ttl{
	text-align: center;
	font-size: 45px;
	margin: 20px auto;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.rec_area h4{
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 9em;
	background-color: #F4A6B2;
	border-radius: 8px;
	padding: 7px 0;
	margin: 10px auto;
	letter-spacing: 0.1em;
}
.rec_area h5{
	font-size: 18px;
	text-align: center;
	color: #7a5b4c;
}
.rec_area_main{
	width: 90%;
	margin: 40px auto 30px;
	position: relative;
}
.rec_area_main_catch{
	position: absolute;
	width: 80%;
	top:-20px;
	left:10%;
}
.rec_area_main p{
	color: #505050;
	font-size: 1.0rem;
	text-align: center;
}
.rec_area_sub{
	width: 100%;
	margin: 20px auto;
	text-align: left;
	font-size: 13px;
}
.rec_area_sub p{
	color: #505050;
	font-size: 13px;
	text-align: left;
}
.rec_area_sub span{
	font-weight: 600;
	color: rgba(193,94,96,1.00);
	font-size: 1.4rem;
	text-align: center;
}
}