#mainimage{
	display:flex;
	gap:2%;
	margin:0 auto 60px;
}
#mainimage figure{
	width:52%;
	flex:none;
	position:relative;
}
#mainimage figure #slide{
	padding:0;
	list-style:none;
	position:relative;
	z-index:1;
	height:100%;
}
.slick-list,
.slick-track{
	height:100%;
}
#mainimage figure #slide img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
#mainimage_catch{
	font-family: "vdl-admin", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#fff;
	font-size:clamp(36px,2.5dvw,48px);
	text-shadow: 
    #008628 2px 0px,  #008628 -2px 0px,
    #008628 0px -2px, #008628 0px 2px,
    #008628 2px 2px , #008628 -2px 2px,
    #008628 2px -2px, #008628 -2px -2px,
    #008628 1px 2px,  #008628 -1px 2px,
    #008628 1px -2px, #008628 -1px -2px,
    #008628 2px 1px,  #008628 -2px 1px,
    #008628 2px -1px, #008628 -2px -1px;

	position:absolute;
	bottom:20px;
	left:20px;
	z-index:2;
}
#mainimage_r{
	width:46%;
	padding:30px 0 0;
	flex:none;
}
#mainimage_r dl{
	margin-bottom:40px;
}
#mainimage_r dt{
	color:#008628;
	font-size:32px;
	font-weight:700;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: bold;
	padding-right: 1em;
	margin-bottom:20px;
}
#mainimage_r dt img{
	display:block;
}
#mainimage_r dt::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #008628;
	margin-left:0.3em;
}
.shinryojikan dd{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.shinryojikan dd .time{
}
.shinryojikan dd strong{
	display:inline-block;
	background:#008628;
	color:#fff;
	border-radius:5px;
	text-align:center;
	width:100px;
	line-height:40px;
	margin:0 0 10px;
}
.shinryojikan dd p{
	font-size:30px;
}
.shinryojikan dd p small{
	font-size:18px;
}
#main_nav ul{
	display:flex;
	list-style:none;
	padding:0;
	gap:clamp(10px,1.5625dvw,30px);
}
#main_nav ul li{
	width:calc((100% - (clamp(10px,1.5625dvw,30px) * 2)) / 3);
}
#main_nav ul li a{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	height:210px;
	border-radius:10px;
	color:#fff;
	font-size:36px;
	text-decoration:none;
	position:relative;
}
#main_nav ul li a:hover{
	opacity:0.6;
}
#main_nav ul li a small{
	font-size:24px;
}
#main_nav ul li a:after{
	content:"";
	border-radius:15px 0 10px 0;
	width:50px;
	height:50px;
	position:absolute;
	z-index:2;
	bottom:1px;
	right:1px;
}
#main_nav1 a{
	background:#1c8600;
}
#main_nav1 a:after{
	background:#fff url('../images/common/arrow_green1.svg') no-repeat center center;
}
#main_nav2 a{
	background:#0a843e;
}
#main_nav2 a:after{
	background:#fff url('../images/common/arrow_green2.svg') no-repeat center center;
}
#main_nav3 a{
	background:#558600;
}
#main_nav3 a:after{
	background:#fff url('../images/common/arrow_green3.svg') no-repeat center center;
}
#top1{
	border-bottom:2px solid #cecece;
	padding:0 0 30px;
	margin:0 auto 90px;
}
#top1 article{
	justify-content:center;
}
#top1_l{
	max-width:80%;
	flex:none;
	list-style:none;
	display:flex;
	justify-content:center;
	margin:0 auto;
	box-sizing:border-box;
	gap:20px;
}
#top1_l li{
	width:calc((100% - 20px) / 2);
	max-width:410px;
}
#top1_l a{
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	height:100px;
	border:2px solid #008628;
	box-sizing:border-box;
	color:#313131;
	text-decoration:none;
	font-weight:700;
	border-radius:10px;
	background:url('../images/common/arrow_green2.svg') no-repeat bottom 10px right 10px;
}
#top1_l a strong{
	font-size:24px;
	color:#008628;
}
#top1_l a:hover{
	color:#fff;
	background:#008628 url('../images/common/arrow_white.svg') no-repeat bottom 10px right 10px;
}

#top1_l a:hover strong{
	color:#fff;
}
#top1_r{
	width:46%;
	padding:0 2.08333dvw 0 0;
	box-sizing:border-box;
	list-style:none;
	align-items:center;
	flex:none;
	display:flex;
	justify-content:space-between;
}
.shinryojikan .tel{
	font-size:40px;
	font-weight:700;
	padding:0px 0 0;
}
#news{
	max-width:1200px;
	margin: 0 auto 145px;
	display:flex;
}
#news_l{
	width:240px;
	flex:none;
}
#news_l h2{
	font-size:48px;
	margin-bottom:30px;
}
.more a{
	color:#313131;
	display:flex;
	align-items:center;
	gap:10px;
}
.more a .arrow{
	border:1px solid #959595;
	width:60px;
	height:60px;
	display:flex;
	flex:none;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	border-radius:50%;
}
.more a .arrow img{
	display:block;
}
#news_r{
	width:calc(100% - 240px);
	flex:none;
}
#news_nav{
	border-bottom:2px solid #313131;
	margin-bottom:10px;
}
#news_nav ul{
	display:flex;
	list-style:none;
	padding:0;
	gap:10px;
}
#news_nav ul li{
	width:calc((100% - 40px) / 5);
	max-width:160px;
	box-sizing:border-box;
}
#news_nav ul a{
	color:#313131;
	display:block;
	line-height:38px;
	border:1px solid #313131;
	border-bottom:0 !important;
	border-radius:10px 10px 0 0;
	text-align:center;
	text-decoration:none;
	font-weight:700;
}
#news_nav ul a:hover{
	background:#313131;
	color:#fff;
}
#news_nav ul a.active{
	background:#313131;
	color:#fff;
}
#news_nav ul #news_nav2 a{
	color:#c7000f;
	border:1px solid #c7000f;
}
#news_nav ul #news_nav2 a:hover{
	background:#c7000f;
	color:#fff;
}
#news_nav ul #news_nav2 a.active{
	background:#c7000f;
	color:#fff;
}
#news article dl{
	padding:15px 0;
	gap:20px;
	display:flex;
	border-bottom:2px solid #cecece;
}
#news article dl:last-child{
	border:0;
}
#news article{
	border-bottom:2px solid #313131;
}
#news article dl dt{
	display:flex;
	width:340px;
	white-space:nowrap;
	gap:20px;
	padding:0 0 0 20px;
	font-weight:700;
	line-height:28px;
}
#news article dl dt time{
	width:135px;
	text-align:right;
	flex:none;
}
#news article dl dt .cat{
	width:164px;
	box-sizing:border-box;
	border:1px solid #313131;
	height:30px;
	border-radius:15px;
	text-align:center;
	padding:0 20px;
}
#news article dl dd{
	width:calc(100% - 360px);
	padding:0 20px 0 0;
	box-sizing:border-box;
}
#news article dl.cat19{
	background:#f9e5e7;
}
#news article dl.cat19 dt .cat{
	color:#c7000f;
	border:1px solid #c7000f;
}
#news2,#news3,#news4,#news5{
	display:none;
}
#top2{
	position:relative;
	padding:130px 0 0;
	margin:0 auto 150px;
	background: linear-gradient(to bottom, rgba(237,249,241,1) 0%,rgba(255,255,255,1) 60%);
}
.first_link{
	max-width:1040px;
	position:absolute;
	top:-50px;
	left:0;
	right:0;
	margin:auto;
}
.first_link a{
	color:#313131;
	font-size:30px;
	padding:0 40px;
	width:100%;
	box-sizing:border-box;
	align-items:center;
	gap:40px;
	display:flex;
	text-decoration:none;
	border:1px solid #313131;
	height:100px;
	border-radius:10px;
	background:#fff url('../images/common/arrow_green1.svg') no-repeat right 20px center;
}
.first_link a img{
	width:40px;
}

.first_link a:hover{
	background:#008628;
	color:#fff;
}

#top2 article{
	max-width:1200px;
	margin:0 auto 60px;
}
#top2 h3{
	color:#313131;
	font-size:36px;
	font-weight:700;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: bold;
	padding-right: 1em;
	margin-bottom:20px;
}
#top2 h3::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #008628;
	margin-left:0.5em;
}
#top2-1 ul{
	display:flex;
	list-style:none;
	padding:0;
	justify-content:space-between;
}
#top2-1 ul li{
	width:220px;
	height:220px;
}
#top2-1 ul li a{
	display:flex;
	width:100%;
	height:100%;
	box-sizing:border-box;
	border-radius:10px;
	justify-content:center;
	align-items:center;
	text-align:center;
	border:2px solid #008628;
	background:#fff;
	color:#313131;
	font-size:30px;
	font-weight:700;
	text-decoration:none;
	position:relative;
}
#top2-1 ul li a:hover{
	color:#fff;
	background:#008628;
}
#top2-1 ul li a:after{
	content:"";
	border-radius:15px 0 6px 0;
	width:50px;
	height:50px;
	position:absolute;
	z-index:2;
	bottom:0px;
	right:0px;
	background:#008628 url('../images/common/arrow_white.svg') no-repeat center center;
}

#top2-2 ul{
	display:flex;
	list-style:none;
	padding:0;
	justify-content:space-between;
}
#top2-2 ul li{
	width:220px;
	height:60px;
}
#top2-2 ul li a{
	display:flex;
	width:100%;
	height:100%;
	padding:0 0 0 20px;
	box-sizing:border-box;
	border-radius:10px;
	align-items:center;
	text-align:center;
	border:2px solid #008628;
	background:#fff;
	color:#313131;
	font-size:24px;
	font-weight:700;
	text-decoration:none;
	position:relative;
	background:#fff url('../images/common/arrow_black.svg') no-repeat center right 10px;
}
#top2-2 ul li a:hover{
	color:#fff;
	background:#008628 url('../images/common/arrow_white.svg') no-repeat center right 10px;
}
#top2-3{
	display:flex;
	gap:20px;
}
#top2-3 a{
	display:block;
	width:calc((100% - 20px) / 2);
	border:2px solid #313131;
	border-radius:10px;
	padding:38px 28px 18px;
	box-sizing:border-box;
	color:#313131;
	text-decoration:none;
}
#top2-3 a:nth-child(1){
	background:url('../images/index/bg_daycare.webp') no-repeat;
	background-size:cover;
}
#top2-3 a:nth-child(2){
	background:url('../images/index/bg_houmon.webp') no-repeat;
	background-size:cover;
}
#top2-3 a dt{
	font-size:30px;
	border-bottom:2px solid #313131;
	margin-bottom:35px;
	padding:0 0 10px;
	font-weight:700;	
	background:url('../images/common/arrow_black.svg') no-repeat center right 10px;
}
#top2-3 a:hover{
	color:#fff;
	background:#008628;
}
#top2 article{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
#top2 article a{
	display:flex;
	justify-content:space-between;
	overflow:hidden;
	border:2px solid #008628;
	border-radius:10px;
	width:calc((100% - 40px) / 2);
	box-sizing:border-box;
	flex:none;
	text-decoration:none;
	color:#313131;
	position:relative;
	background:#fff;
}
#top2 article a:after{
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:40px;
	height:40px;
	border-radius:10px 0 0 0;
	background:#1c8600 url('../images/common/arrow_white.svg') no-repeat center center;
	z-index:2;
}
#top2 article a:hover{
	background:#deffe8;
}
#top2 article a figure{
	width:210px;
	height:100%;
	flex:none;
}
#top2 article a figure img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
#top2 dl{
	padding:30px 10px 30px 30px;
}
#top2 article dt{
	height:85px;
	font-size:30px;
	font-weight:700;
}
#top3{
	border-top:2px solid #313131;
	border-bottom:2px solid #313131;
	background:url('../images/index/bg_recruit.webp') no-repeat right center;
	background-size:auto 100%;
	position:relative;
	margin:0 auto 120px;
}
#top3:before{
	content:"";
	width:100%;
	height:2px;
	background:#9f9f9f;
	top:8px;
	left:0;
	position:absolute;
}
#top3:after{
	content:"";
	width:100%;
	height:2px;
	background:#9f9f9f;
	bottom:8px;
	left:0;
	position:absolute;
}
#top3 article{
	max-width:1200px;
	padding:50px 0;
	margin:0 auto;
}
#top3 article h3{
	font-size:30px;
	margin:0 auto 30px;
}
#top3 article .more{
	padding:30px 0 0;
}
#top4{
	margin:0 auto 40px;
	max-width:1360px;
	padding:40px 60px;
	box-sizing:border-box;
	background:url('../images/index/bg_bottom.webp') no-repeat center center;
	background-size:cover;
	border-radius:10px;
}
#top4 article{
	display:flex;
	gap:40px;
}
#top4_l{
	display:flex;
	flex-direction:column;
	gap:10px;
	width:calc((100% - 40px) / 2);
}
#top4_l dl{
	background:rgba(255,255,255,0.9);
	padding:10px 20px;
	width:100%;
	border-radius:10px;
	box-sizing:border-box;
}
#top4_l dl dt{
	font-weight:700;
	color:#008628;
	font-size:30px;
	margin-bottom:20px;
}
#top4_l dl dt img{
	vertical-align:middle;
	margin-right:10px;
}
#top4_l dl dd h5{
	display:inline-block;
	background:#008628;
	color:#fff;
	border-radius:5px;
	text-align:center;
	width:100px;
	line-height:40px;
	margin:0 0 10px;
}
#top4_l dl dd p{
	font-size:30px;
}
#top4_l dl dd p small{
	font-size:18px;
}
#top4_l dl dd .time:first-child{
	margin-bottom:10px;
}
#top4_r{
	width:calc((100% - 40px) / 2);
	padding:0;
	list-style:none;
	display:flex;
	flex-direction:column;
	gap:10px;
}
#top4_r li{
	width:100%;
	height:calc((75% - 20px) / 2);
}
#top4_r li:last-child{
	height:25%;
}
#top4_r a{
	display:flex;
	width:100%;
	height:50px;
	box-sizing:border-box;
	align-items:center;
	background:#fff url('../images/common/arrow_black.svg') no-repeat center right 20px;
	border:2px solid #313131;
	padding:0 0 0 20px;
	border-radius:10px;
	color:#313131;
	text-decoration:none;
	font-size:30px;
	font-weight:700;
}
#top4_r li:last-child a{
	background:rgba(255,255,255,0.9) url('../images/common/arrow_black.svg') no-repeat center right 20px;
}
#top4_r a:hover{
	color:#fff;
	background:rgba(0,134,40,0.9) url('../images/common/arrow_white.svg') no-repeat center right 20px !important;
}