@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* CSS Document */
/*===============
	header
=====================================*/
/*TOPCONTACT*/
.head-contact{
    width: 35%;
    min-width: 658px;
    min-height: 145px;
    top: 0;
    position: absolute;
    z-index: 10;
    right: 0;
}
.head-contact img{
	position: absolute;
	height: 100%;
	object-fit: contain;
	vertical-align: top;
}
.head-contact ul{
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
	margin-top: 20px;
}
.head-contact a{
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 2px dotted #fff;
}
.head-contact .t-tel,
.head-contact .t-mail{
	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
	padding-left: 2.5rem;
}
.head-contact .t-tel{
	padding-right: 20px;
}
.head-contact .t-tel::before,
.head-contact .t-mail::before{
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #fff;
	color: #f8b62c;
	font-size: 1.2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Font Awesome 6 Free";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.head-contact .t-tel::before{
	content: '\f2a0';
}
.head-contact .t-mail::before{
	content: '\f4ad';
}
.head-contact p{
	text-align: end;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
	padding-right: 3rem;
    position: absolute;
    right: 35px;
    top: 45%;
}
@media(max-width:999px){
	.head-contact{
		display: none;
	}
}

/*header　menu*/

.head-top{
	text-align: center;
	height: 80px;
	margin: 15px auto;
}
.head-top h1{
	height: 100%;
}

.main-menu ul{
	display: flex;
	justify-content: center;
	text-align: center;
	align-items:flex-end;
	line-height: 1.2;
	background: url("../img/bg.jpg");
	padding:10px 0;
	width: 100%;
}
.main-menu li{
	position: relative;
	height: 100%;
}

.main-menu li:not(:last-child)::before{
	position: absolute;
	content: '';
	width: 2px;
	height: 28px;
	background: #f8b62c;
	bottom: -5px;
	right: 0;
}
.main-menu li a{
	display: block;
	height: 100%;
	padding: 30px 20px 0;
	position: relative;	
	font-weight: 600;
}
.main-menu .icon{
	position: absolute;
	content: '';
	height: 25px;
	width: 100%;
	top: 0;
	left: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
  	transform-origin: center top;
}
.main-menu .icon._01{
	background: url("../img/nav-icon1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.main-menu .icon._02{
	background: url("../img/nav-icon2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.main-menu .icon._03{
	background: url("../img/nav-icon3.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.main-menu .icon._04{
	background: url("../img/nav-icon4.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.main-menu a:hover{
	color: #FF9723;
	transition: .4s;
}

.main-menu a:hover .icon{
	top:-5px;
	transition: .4s;
}

/***上部固定***/
.main-menu.fixed {
	box-shadow: 0 0 3px #FF972366;
}
.main-menu.fixed li a{
	padding-top: 0;
}
.main-menu.fixed .icon {
  transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
}

@media(max-width:999px){
	#header{
		background: url("../img/bg.jpg");
		position: fixed;
		top: 0;
		z-index: 999;
		height: 80px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		box-shadow: 0 0 3px #FF972366;
		align-items: center;    
	}
	.head-top {
    	display: flex;
		justify-content: flex-start;
    	align-items: center;		
		text-align: left;
		height: 80px;
		padding: 15px;
        margin: 0;
		max-width: 250px; 
	}	
	.main-menu{
		display: none;
	}
}


/*===============
	MobileMenu
=====================================*/
@media(min-width:1000px){
	.openbtn{
		display: none;
	}
}
.openbtn{
	position:relative;
    width: 70px;
    height: 70px;
    padding-top: 10px;	
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 20%;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 60%;
  }

.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:33px;
}
.openbtn span:nth-of-type(4) {
	position: absolute;
	left:50%;
	top:38px;
	text-align: center;
	transform: translateX(-50%);
	color: #666;
	font-size: .8rem;
	font-weight: 600;
	text-transform: uppercase;
	height: 0;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}

#g-nav{
	position: fixed;
    z-index: 88;
	top:-200%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:url("../img/bg.jpg");
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーション*/
#g-nav ul {
    z-index: 888;
	margin: 100px auto 30px;
	max-width: 500px;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
	border-bottom: 1px dotted #333;
}

#g-nav li a{
	color: #666;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav li a span{
	position: relative;
	padding-right: 30px;
}
#g-nav li a span::before{
	position: absolute;
	content: "▶︎";
	color: #FBBD32;
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	padding-left: 3px;	
	right: 0;
	transition: .4s
}
#g-nav li a:hover span::before{	
	right: -10px;
	transition: .4s
}
.spnav-cont{
	text-align: center;
}
@media(max-width:500px){
	.spnav-cont .f_btn a{
		margin-top: 10px;
	}
}



/*===============
	top-page
=====================================*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:url(../img/pagetop.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}


/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:30px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
	transition: .5s;
}
#page-top:hover{
	bottom:45px;
	transition: .5s;
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.8s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.8s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

@media(max-width:450px){
	#page-top a{
		width: 80px;
		height: 80px;
	}	
}






/*===============
	Footer
=====================================*/
footer{
	background:url("../img/foot-bg.png")no-repeat;
	background-position:center bottom;
	background-size: 100%;
	padding: 50px 0 100px;
	text-align: center;
}
.flogo{
	width: 70%;
	max-width: 400px;
	margin: 0 auto 20px;
}
.flogo img{
	width: 100%;
	object-fit: contain;
}

.f-contact h3 span{
	font-size: clamp(1.6rem, 1.415rem + 0.78vw, 2rem);
	color: #FD7473;	
	padding:0 20px;
	position: relative;
}
.f-contact h3 span::before,
.f-contact h3 span::after{
	position: absolute;
	content: '';
	width: 30%;
	height: 2px;
	background: #fd7473;
	top:50%;
	transform: translateY(-50%);
}

.f-contact h3 span::before{
	right: 100%;
}

.f-contact h3 span::after{
	left: 100%;
}

.f_btn a{
	display: inline-block;
	margin-top: 20px;
	font-size: 1.5rem;
	width: 80%;
	max-width: 380px;
	padding: .3rem 1rem;
	padding-left: 5rem;
	background: #fff;
	border-radius: 50px;
	font-weight: 600;
	position: relative;
	text-align: left;
}
.f_btn a::before{
	position: absolute;
	border-radius: 50%;
	width: 2.3rem;
	height: 2.3rem;
	top: 50%;
	transform: translateY(-50%);
	left: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 6 Free";
	font-size: 1.3rem;
	color: #fff;
}

.f_btn.f_tel a{
	border: 5px solid rgb(253, 116, 115, .3);
	color: #FD7473;
	letter-spacing: .1rem;
	transition: .4s;
}
.f_btn.f_mail a{
	border: 5px solid rgb(96, 196, 185, .3);
	color: #60C4B9;
	transition: .4s;
}
.f_btn.f_tel a::before{
	background: #FD7473;
	content: '\f2a0';
	transition: .4s;
}
.f_btn.f_mail a::before{
	background: #60C4B9;
	content: '\f4ad';
	transition: .4s;
}
.f_btn.f_tel a:hover{
	background:#fd7473;
	color:#fff;		
	transition: .4s;
}
.f_btn.f_tel a:hover::before{
	color: #FD7473;
	background: #fff;
	transition: .4s;
}
.f_btn.f_mail a:hover{
	background:#60C4B9;
	color:#fff;		
	transition: .4s;
}
.f_btn.f_mail a:hover::before{
	color: #60C4B9;
	background: #fff;
	transition: .4s;
}

.copy{
	background: url("../img/footer.png");
	background-position: top;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

@media(max-width:450px){
	footer{
		padding: 0px;
		padding-bottom: 50px;
	}
	.f_btn a{
		padding-right: 0;
		padding-left: 4rem;
	}
	.f_btn a::before {
		left: 1rem;	
	}
}

/*===============
	Top slide
=====================================*/
.topfv{
	padding: 0;
	width: 100%;
	height: 73vh;
	overflow: hidden;
	position: relative;
}

.topslider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 73vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("../img/slide01.jpg");
}

.slider-item02 {
    background:url("../img/slide02.jpg");
}

.slider-item03 {
    background:url(../img/slide03.jpg);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:73vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
.slide-footer{
	position: absolute;
	width: 100%;
	bottom:0;
	left: 0;
	z-index: 1;
	text-align: center;
}
.slide-footer img{
	  vertical-align: bottom;
	    width: 100%;
	object-fit: contain;
}




/*===============
 index
=====================================*/
.topabout{
	padding: 100px 0 20vw;
	background: url("../img/about-bg.png");
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.about-txt{
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
	height: 495px;
	max-height: 88vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-txt h2{
	margin-left: 50px;
}

.about-txt p{
	margin-left: 25px;
	line-height:clamp(1.8rem, 2.3vw, 3rem);
}

@media(max-width:699px){
	.notbr{
		display: none;
	}	
  .about-txt {
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed; /* 横書きではこれが自然 */
    height: auto; /* 必要に応じて */
    max-height: none; /* 必要に応じて */
  }	
	.about-txt h2{
		margin-left: 0;
		margin-bottom: 30px;
	}	
	.about-txt p{
		margin-left: 0;
		margin-bottom: 20px;
		line-height: 1.7;
	}	
}
@media(max-width:450px){
	.notbr{
		display: block;
	}	
}


/*TOPservice*/
.top-service{
	background: #fff;
}

.p-top-service__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template: "a b c" auto/1fr 1fr 1fr;
    grid-column-gap: 5px
}

@media (max-width: 767px) {
    .p-top-service__list {
        -ms-grid-rows:auto auto auto;
        -ms-grid-columns: 100%;
        grid-template: "a" auto "b" auto "c" auto/100%
    }
}

.p-top-service__item {
    transition: opacity .2s ease-in-out;
    display: block
}

.p-top-service__item:hover {
    opacity: .8
}

@media (max-width: 767px) {
    .p-top-service__item {
        margin-bottom:40px
    }
}

.p-top-service__item.is-green {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a;
    color: #36ae86
}

.p-top-service__item.is-green:focus,.p-top-service__item.is-green:hover {
    color: #36ae86
}

.p-top-service__item.is-peace {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: b;
    color: #5ab5b2
}

.p-top-service__item.is-peace:focus,.p-top-service__item.is-peace:hover {
    color: #5ab5b2
}

.p-top-service__item.is-topos {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: c;
    color: #ef8a8e
}

@media (max-width: 767px) {
    .p-top-service__item.is-green {
        -ms-grid-row:1;
        -ms-grid-column: 1
    }

    .p-top-service__item.is-peace {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .p-top-service__item.is-topos {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

.p-top-service__item.is-topos:focus,.p-top-service__item.is-topos:hover {
    color: #ef8a8e
}

a.p-top-service__item:focus,a.p-top-service__item:hover {
    text-decoration: none
}

.p-top-service__item-img {
    position: relative;
    overflow: hidden
}

.p-top-service__item-img img {
    max-width: 100%
}

.p-top-service__item-img:after,.p-top-service__item-img:before {
    content: "";
    height: 80px;
    width: auto;
    left: -1px;
    right: -1px;
    position: absolute;
    background: url(../img/wave.svg) center 100% no-repeat;
    background-size: 100vw 100%;
	z-index: 2;
}

@media (max-width: 767px) {
    .p-top-service__item-img:after,.p-top-service__item-img:before {
        height:40px
    }
}

.p-top-service__item-img:before {
    top: -48px
}

@media (max-width: 767px) {
    .p-top-service__item-img:before {
        top:-20px
    }
}

.p-top-service__item-img:after {
    bottom: -40px;
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    .p-top-service__item-img:after {
        bottom:-20px
    }
}

.p-top-service__item-img-inner {
    background: 50%/cover no-repeat;
    transition: all .2s ease-in-out
}

.p-top-service__item:first-child .p-top-service__item-img:before {
    background-position-x: 0
}

.p-top-service__item:first-child .p-top-service__item-img:after {
    background-position-x: 100%
}

.p-top-service__item:nth-child(2) .p-top-service__item-img:after,.p-top-service__item:nth-child(2) .p-top-service__item-img:before {
    background-position-x: 50%
}

.p-top-service__item:nth-child(3) .p-top-service__item-img:before {
    background-position-x: 100%
}

.p-top-service__item:nth-child(3) .p-top-service__item-img:after {
    background-position-x: 0
}

.p-top-service__item-body {
    position: relative;
    margin-top: 25px;
    padding: 20px;
    text-align: center
}

.p-top-service__item-body:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: 50%/contain no-repeat;
	z-index: 10;
}

.is-green .p-top-service__item-body:before {
    background-image: url("../img/icon-green.png")
}

.is-peace .p-top-service__item-body:before {
    background-image: url("../img/icon-peace.png")
}

.is-topos .p-top-service__item-body:before {
    background-image: url("../img/icon-tops.png")
}
.p-top-service__item-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .3em;
	font-size: 1.3rem;
    color: inherit;
    letter-spacing: .05em;
    text-indent: .05em;
    font-weight: 600;
    line-height: 1.7
}

.p-top-service__item-name small {
    font-size: .64em
}

.p-top-service__item-desc {
    margin-top: 0;
    font-size: 1rem
}


.view{
	margin-top: 15px;
	padding: 5px 20px;
	border-bottom: 1px solid #36ae86;
	display: inline-block;
	transition: .4s;
}
.is-peace .view{
	border-bottom: 1px solid #5ab5b2;
}
.is-topos .view{
	border-bottom: 1px solid #ef8a8e;
}

.p-top-service__item:hover .view{
	padding: 5px 30px;
	transition: .4s;
}


/***TOP NEWS***/
.top-news{
	background: #e6ffe9;
}
#newsWrap ul.newsList{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}
#newsWrap ul.newsList a{
	display: inline-block;
	width: calc(100% / 3 - 10px);
	margin: 5px;
	color: #1a1a1a;
	background:#fff;
	font-size:90%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
	
}
#newsWrap ul.newsList li{
	list-style-type: none;
	padding: 1rem;
}
#newsWrap ul.newsList a:hover{
	box-shadow: 2px 2px 8px rgba(0,0,0,0.25);
	transition: .4s;
}

/*サムネイル*/
.thumbNailWrap{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	min-height: 0%;
}
.thumbNailWrap img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.5s;
}

#newsWrap ul.newsList a:hover .thumbNailWrap img{
	transform: scale(1.2);
	transition-duration: 0.5s;
}

/*日付*/
#newsWrap ul.newsList li .up_ymd{
	display: block;
	color: #FBBD32;
	font-weight: 600;
	margin-top: 0.5rem;
	padding: 0.5em 1em 0em;
    line-height: 1;
}

#newsWrap ul.newsList li .title{
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 90%;
	max-width: 20em;
	padding: 0.5em 1em;
}
@media (max-width: 960px){

	
	#newsWrap ul.newsList{
		max-width: 700px;
		margin: auto;
	}
	#newsWrap ul.newsList a{
		width: calc(100% / 2 - 10px);
		max-width: 350px;
	}
}

@media (max-width: 750px){
	#newsWrap ul.newsList{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#newsWrap ul.newsList a{
		width: calc(100%  - 20px);
		max-width: 350px;
	}
}
@media (max-width: 450px){
	#newsWrap ul.newsList a{
		width: 90%;
	}
}



.pager_link{
	text-align: right;
	padding: 10px;
}
.pager_link a{
	border: 1px solid #aaa;
    border-radius:5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
    margin: 0 1px;
	font-weight: 500;
}


/***TOP-RECRUIT***/
.link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.link a{
	width: 90%;
	min-width: 380px;
	max-width: 450px;
	margin: 15px;
}
.link a img{
	width: 100%;
	object-fit: contain;
	transition: .4s;
}
.link a:hover img{
	opacity: .8;
	border-radius: 30px;
	transition: .4s;
}

@media(max-width:450px){
	.link a{
	min-width: auto;
	margin: 15px auto;		
}
}


/*===============
 下層共通
=====================================*/
/*pagetitle*/
.kfv{
	position: relative;
	background-position: center ;
	
}
.kfvimg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top:0;
	left: 0;
	object-fit: cover;
}
.kfvfooter{
	position: absolute;
	width: 100%;
	bottom:-2px;
	left: 0;
	z-index: 1;
	text-align: center;
}
.kfvfooter img{
	  vertical-align: bottom;
	    width: 100%;
	object-fit: contain;
}

.pagetitle{
	text-align: center;
	font-size: 2.3rem;
	color: #fff;
	text-shadow: 0 0 3px #36ae86;
}
.pagetitle span{
	display: block;
	font-size: 1.3rem;
	line-height: 1.3;
}

@media(max-width:999px){
	.kfv{
		padding-top: 120px;
	}
}


/*施設紹介共通*/
.facility-img{
	position: relative;
    margin: 0 auto 80px;
    max-width: 860px;
    border-radius: 5px;
}
.facility-img_bg{
	aspect-ratio: 172 / 59;
	width: 100%;
	border-radius: 5px;
}
.facility-img_bg img{
	border-radius: 5px;
}
.facility-img_icon{
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.fac-table tr{
	border: 1px solid #E0D8CE;
	color: #806552;
}
.fac-table th{
	background: #FDEFEA;
	border-right: #E0D8CE solid 1px;	
	padding: 18px 25px;
    text-align: left;
	width: 25%;
    min-width: 120px;
}
.fac-table td {
    background: #FFF;
    padding: 18px 25px;
}

@media(max-width:500px){
	.fac-table th,.fac-table td {
   	 padding: 18px 10px;
	}
}

/*===============
news
=====================================*/
.news-detail .ntitle{
	margin-bottom: 10px;
	padding:0 20px ;
	border-bottom: 3px solid rgb(96, 196, 185, .3);
}
.news-detail #up_ymd{
	text-align: end;
	color:#60C4B9;
	font-weight: 600;
}
.news-detail{
	border:10px solid rgb(96, 196, 185, .3);
	border-radius: 20px;
	padding: 3vw 4vw;
	min-height: 30vh;
}
.topic{
	padding: 0 30px;
}


/*===============
green
=====================================*/
/*基本色　：#36ae86*/

.green-menu{
	padding-top: 0;
}


.green-link{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.green-link a{
	width: 23%;
}
.green-link img{
	object-fit:contain;
}
.link_box01 {
    padding: 15px 15px;
    margin: 0 10px;
    border: 2px solid #FD7473;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.link_box02 {
    padding: 15px 15px;
    margin: 0 10px;
    border: 2px solid #47B7DF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.link_box03 {
    padding: 15px 15px;
    margin: 0 10px;
    border: 2px solid #b4d3a7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.link_box04 {
    padding: 15px 15px;
    margin: 0 10px;
    border: 2px solid #60C4B9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.green-link h3 {
    font-size: clamp(1.2rem, 0.737rem + 1.95vw, 2.2rem);
    line-height: 30px;
    padding-top: 5px;
}

.green-link a:hover {
    cursor: pointer;
    transform: scale(1.075, 1.075);
    transition: 0.5s;
}
@media screen and (max-width: 1210px) {
    .green-link {
        flex-wrap: wrap;
    }	
	.green-link a{
		width: 47%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
    .green-link {
        width: 90%;
    }
	.green-link a{
		width: 49%;
		margin-bottom: 10px;
	}	
    .link_box01,
    .link_box02,
    .link_box03,
    .link_box04{
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        padding: 5px 0 5px;
        margin: 5px 0;
    }

    .link_box04 img {
        padding-right: 14px;
    }

    .green-link a:hover {
        transform: scale(1, 1);
    }
}
@media screen and (max-width: 450px) {
	.green-link {
        width: 100%;
    }
}

.green01 .col{
	color: #FD7473;
}
.green02 .col{
	color: #47B7DF;
}
.green03 .col{
	color: #b4d3a7;
}
.green04 .col{
	color: #60C4B9;
}

.gtitle {
    font-size: clamp(1.6rem, 1.415rem + 0.78vw, 2rem);
	line-height: 1;
    letter-spacing: .1rem;
    padding-right: 3px;
	padding-left: 20px;
	padding-bottom: 18px;
    margin-bottom: 18px;
}
.gtitle img {
    padding-right: 10px;
    height: 30px;
    width: auto;
}

.gstitle{
    line-height: 1;
    font-size: 1.1rem;
    font-weight: 300;
    padding: .5rem 1rem;
    display: inline-block;
    color: #fff;
}
.gs_border {
    display: block;
    border-top: 1px solid #FD7473;
    width: 100%;
    margin-top: -1px;
    margin-bottom: 18px;
}

.bl-title{
	font-size: clamp(1.15rem, 1.08rem + 0.29vw, 1.3rem);
	margin-bottom: 20px;
	border-left: 5px solid #FD7473;
	padding-left: 10px;
}
.common_photo {
    border-radius: 10px;
    object-fit: cover;
}

.green01 .gtitle{
	border-bottom: 2px solid #FD7473;
}
.green01 ._box{
    border: 10px solid rgb(253, 116, 115, .3);
    border-radius: 25px;
    padding: 45px 4% 50px;
    margin-bottom: 45px;
}
.green01 .gstitle{
	background: #FD7473;
}

.green01 .check li::before{
	color:  #FD7473;
}

.green02 .gtitle{
	border-bottom: 2px solid #47B7DF;
}
.green02 ._box{
    border: 10px solid rgba(71,183,223,.3);
    border-radius: 25px;
    padding: 45px 4% 50px;
    margin-bottom: 45px;
}
.green02 .gstitle{
	background: #47B7DF;
}

.green02 .check li::before{
	color:  #47B7DF;
}
.green02 .bl-title,
.green02 .gs_border{
	border-color: #47B7DF;
}

.green03 .gtitle{
	border-bottom: 2px solid #b4d3a7;
}
.green03 ._box{
    border: 10px solid rgba(180,211,167,.3);
    border-radius: 25px;
    padding: 45px 4% 50px;
    margin-bottom: 45px;
}
.green03 .gstitle{
	background: #b4d3a7;
}

.green03 .check li::before{
	color: #b4d3a7;
}
.green03 .bl-title,
.green03 .gs_border{
	border-color: #b4d3a7;
}
.green04 .gtitle{
	border-bottom: 2px solid #60C4B9;
}
.green04 ._box{
    border: 10px solid rgba(96,196,185,.4);
    border-radius: 25px;
    padding: 45px 4% 50px;
    margin-bottom: 45px;
}
.green04 .gstitle{
	background: #60C4B9;
}

.green04 .check li::before{
	color: #60C4B9;
}
.green04 .bl-title,
.green04 .gs_border{
	border-color: #60C4B9;
}

/*===============
peace
=====================================*/
/*基本色　：#5ab5b2*/

#piece .mtitle{
	font-size: clamp(1.5rem, 1.129rem + 1.56vw, 2.3rem);
}

@media(max-width:500px){
	#piece .mtitle span::before{
		left: -35px;
	}
	#piece .mtitle span::after{
		right: -35px;
	}	
}

.gallery{
	border: 8px solid rgba(90,181,178,.20);
	padding: 1.5rem;
	border-radius: 20px
}

.gallery ul{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.gallery ul li{
	width: calc(100% / 3 - 20px);
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 10px;
}
.gallery ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: .4s;
}

.gallery ul li:hover img{
	transform: scale(1.05);
	transition: .4s;
}

@media(max-width:500px){
	.gallery ul li{
		width: calc(100% / 2 - 20px);
		margin: 0 auto;
	}	
}
.paperslider{/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.paper-list img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.paperslider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.paperslider .slick-prev, 
.paperslider .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    height: 25px;
    width: 25px;
	background: url("../img/arrow.png");
	background-size: contain;
	z-index: 3;
}

.paperslider .slick-prev {/*戻る矢印の位置と形状*/
    left: -1.8%;
	transform: rotate(180deg);
}

.paperslider .slick-next {/*次へ矢印の位置と形状*/
    right: -1.8%;
}








/*===============
topos
=====================================*/
/*基本色　：#ef8a8e*/

#topos .mtitle{
	font-size: clamp(1.5rem, 1.129rem + 1.56vw, 2.3rem);
}

@media(max-width:500px){
	#topos .mtitle span::before{
		left: -25px;
	}
	#topos .mtitle span::after{
		right: -25px;
	}	
}

.tbg01{
	background: rgba(239,138,142,.25)
}
.tbg01 dt{
	color: #ef8a8e;
	font-weight: 600;
	border-bottom: 1px solid #ef8a8e;
	padding-left: 1rem;
	font-size: 110%;	
}
.tbg01 dd{
	padding: 1rem;
}
.tbg01 dl:last-child dd{
	padding-bottom: 0;
}

/*1日の流れ*/
.cute-schedule {
  background: rgba(255,240,245,.5);
  border: 3px dashed #ef8a8e;
  border-radius: 16px;
  padding: 24px;
  max-width: 800px;
  margin: 20px auto;
  box-shadow: 0 4px 10px rgba(255, 182, 193, 0.3);
  animation: fadeIn 1s ease-in;
}

.cute-schedule h2 {
  text-align: center;
  color: #ef8a8e;
  font-size: 1.6em;
  margin-bottom: 20px;
}

.cute-schedule ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cute-schedule li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  margin-bottom: 10px;
  background: #ffeef5;
  border-radius: 12px;
  border-left: 5px solid #ffb6c1;
  transition: background 0.3s;
}

.cute-schedule li:hover {
  background: #ffe2ec;
}

.cute-schedule .time {
	font-weight: bold;
	color: #ef8a8e;
	min-width: 80px;
	font-size: 20px;
}

.cute-schedule .activity {
  flex: 1;
  color: #555;
}

.cute-schedule small {
  display: block;
  font-size: 0.85em;
  color: #888;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


#topos .stitle span{
	font-size: 2rem;
	color: #766355;
}

#topos .stitle span::before,
#topos .stitle span::after{
	background: #ef8a8e;
}






/*===============
magazine
=====================================*/
.list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-item{
	width: calc(100% / 4 - 30px);
	margin-bottom: 30px;
}
.list-item img{
	width: 100%;
	object-fit: contain;
}
.list-item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
	z-index: -1;
}
.list-item p{
	text-align: center;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 10px;
	
}
.backnumber {
  position: relative;
  color: #fff;
  background: #FBBD32;
  width: calc(100% - 40px);
  padding: 7px 0;
  margin-left: 20px;
}
.backnumber::before,
.backnumber::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;	
  width: 20px;
  height: 100%;
  background:  #FBBD32;
}
.backnumber::before {
  left: -19px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
}
.backnumber::after {
  right: -19px;
  clip-path: polygon(0% 0%, 100% 0, 0% 50%, 100% 100%, 0% 100%);
}

.list-btn {
    margin-top: 20px;
	text-align: center;
}
.list-btn.is-btn-hidden{
  display:none;
}
.list-btn button {
    background-color: #FBBD32;
    color:#fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 40px;
    line-height: 32px;
    width: 200px;
}

@media(max-width:999px){
	.list-item{
		width:30%;
		margin-bottom: 30px;
	}
}

@media(max-width:650px){
	.list-item{
		width:46%;
		margin-bottom: 30px;
	}
}

@media(max-width:450px){
	.list-item{
		width:80%;
		margin: 0 auto 30px;
	}
}










/*===============
about
=====================================*/
.rinen{
	font-weight: 600;
}

.rinen h3{
	text-align: center;
	margin-bottom: 20px;
	font-size: clamp(1.4rem, 1.122rem + 1.17vw, 2rem);
}
.rinen .list_number{
	max-width: 90%;
	margin: 0 auto;
}

.infotable {
	max-width: 90%;
	margin: 20px auto;
}
.infotable tr{
	border: 1px solid #E0D8CE;
	color: #806552;
}
.infotable th{
	background: #FDEFEA;
	border-right: #E0D8CE solid 1px;	
	padding: 18px 25px;
    text-align: left;
	width: 25%;
    min-width: 120px;
}
.infotable td {
    background: #FFF;
    padding: 18px 25px;
}

@media(max-width:550px){
	.infotable {
		max-width: 100%;
	}	
	.infotable th,.infotable td{
		padding: 18px 10px;
	}
	.rinen .list_number{
		max-width: 100%;
		margin: 0 auto;
		font-weight: 400;
	}	
}



/*情報公開*/
.info_area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.info_area a{
	width: calc(100% / 4 - 30px);
	min-width: 220px;
	margin: 15px 1%;
	background: #36ae86;
	border-radius: 30px;
	color: #fff;
	padding: .5rem 1rem;
	padding-right: 3rem;
	position: relative;
	display: flex;
	align-items: center;	
	justify-content: center;
	letter-spacing: .2rem;
	border: 5px solid rgba(54,174,134,.3);	
	font-size: 1.2rem;
}
.info_area a::after{
	position: absolute;
	content: '\f08e';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	display: flex;
	align-items: center;
	right: 2rem;
	top: 0;
	height: 100%;
}

.tab{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tab li{
	width: calc(100% / 4 - 30px);
	min-width: 220px;	
	margin: 15px 1%;
}
.tab li a{
	background:#36ae86;
	border-radius: 30px;
	color: #fff;
	padding: .5rem 1rem;
	padding-right: 3rem;
	position: relative;
	display: flex;
	align-items: center;	
	justify-content: center;
	letter-spacing: .2rem;
	border: 5px solid rgba(54,174,134,.3);
	font-size: 1.2rem;
}
.tab li a::after{
	position: absolute;
	content: '\e185';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	display: flex;
	align-items: center;
	right: 2rem;
	top: 0;
	height: 100%;	
	transition: .4s;
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	padding:2vw 3vw;
	border: 8px solid rgba(54,174,134,.3);
	border-radius: 30px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.area h2{
	text-align: center;
	color: #36ae86;
	margin-bottom: 15px;
}
.area ul{
	display: flex;
	flex-wrap: wrap;
}
.area li{
	width: calc(100% / 3 - 30px);
	margin: 0 auto 15px;
}
.area li a{
	background: #fff;
	padding: 1rem;
	padding-right: 2.5rem;
	text-align: center;
	border: 5px solid rgba(135,205,77,.3);
	border-radius: 15px;
	display: block;
	position: relative;
}
.area li a::after{
	position: absolute;
	content: '\f08e';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	display: flex;
	align-items: center;
	right: 2rem;
	top: 0;
	height: 100%;	
	transition: .4s;
}
.area li a:hover{
	background: #87cd4d;
	color: #fff;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.info_area a:hover,
.tab li.active a,
.tab li:hover a{
	background: #fff;
	color: #36ae86;
}
.tab li.active a::after,
.tab li:hover a::after{
	content: '\f07c';
	transition: .4s;
}

@media(max-width:734px){
	.info_area a,
	.tab li,
	.area li {
		width: 48%;
	}
	.info_area a,	
	.tab li a {
		padding: 0.2rem 1rem;
		padding-right: 2.5rem;
	}
	
	
}
@media(max-width:477px){
	.info_area a,
	.tab li {
		min-width: auto;
	}	
	.info_area a,	
	.tab li a,
	.area li a {
		font-size: 1rem;
	}	
	.info_area a::after,
	.tab li a::after,
	.area li a::after {
		right: 1rem;
	}
}

/*===============
recruit
=====================================*/
.r-img{
	text-align: center
}
.r-img img{
	width: 100%;
	max-width: 290px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 2px 1px 3px #FBBD32;
}

/*===============
contact
=====================================*/
#mailform{
	padding: 30px;
}
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row span.hissu{
	color: #fff;
	background: #5ab5b2;
}
.mailform .row span.ninni{
	background: #fff;
	
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #5ab5b2;
	border: 1px solid #5ab5b2;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #5ab5b2;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	#mailform{
		padding: 20px;
	}
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #5ab5b2;
    border-bottom: 3px solid #5ab5b2;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #5ab5b2;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #5ab5b2;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #fff;
	margin-top: 5px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #5ab5b2;
	font-size: 0.9rem;
	font-weight: 700;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #1c1c1c;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #fff;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

