@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&family=Zen+Kaku+Gothic+Antique:wght@400;900&display=swap');

:root {
	--color-dark: #000000;
	--color-light: #FFFFFF;
	--color-point: #08A300;/*濃い緑*/
	--color-sub: #D688D1;/*紫*/
	--color-link: #000000;
	--color-linkHover: #00A968;
	--color-gry: #4D4D4D;
	--color-lightgry: #DCDCDC;
	--form-bg: #FFFFFF;
	
	--btn-border: #279E2F;
	--btn-bg: #FFFFFF;
	--btn-text: #000000;
}

body {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: var(--color-dark);
	font-size: 1.6rem;
}

p,
a,
li,
dt,
dd,
h2,
h3,
h4,
h5,
h6,
time,
th,
td,
span,
label,
input {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2{
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color: var(--color-link);text-decoration:none;}
A:visited{color:var(--color-link);text-decoration:none;}
A:active{color:var(--color-link);text-decoration:none;}
A:hover{color:var(--color-linkHover);text-decoration:none;}

/*************************************
00.common
01.home
02.movie
03.garden
04.support
05.contact
06.recruit
common parts
wordpress
header&footer
*************************************/
body{
	background: url("../img/contents_bg.png") no-repeat right top;
	background-size: 600px auto;
}
@media screen and (max-width: 768px){
	body{
		background: url("../img/contents_bg.png") no-repeat right top;
		background-size: 45% auto;
	}
}
body.home{
	background: none;
}
main{
	padding-bottom: 70px;
}
/*main.contents-page{
	background: url("../img/contents_bg.png") no-repeat right top;
	background-size: 600px auto;
}*/
section.insection{
	margin-bottom: 40px;
}
/*JS CSS*/
.viewopen-ttl{
	position: relative;
}
.viewopen-ttl:after{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	vertical-align: middle;
	content: " ＋";
}
.viewopen-ttl.active:after{
	content: " ―";
}
.viewopen-content{}


/*table table-box*/
table.table-box{
	width: 100%;
	border-spacing: 10px 10px;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
table.table-box th,
table.table-box td{
	padding: .7em 1em;
}
table.table-box th{
	color: #FFF;
	border-radius: 10px;
	text-align: center;
}
table.table-box thead th{
	background: #036003;
}
table.table-box tbody th{
	background: var(--color-point);
}
table.table-box td{}


/*list*/
ul.ar_green li{
	background: url("../img/ar_green_circle.svg") no-repeat left top .2em;
	padding: 0 0 0 30px;
	margin: .9em 0;
}
ul.ar_black li{
	background: url("../img/ar_black.svg") no-repeat left top .5em;
	padding: 0 0 0 15px;
	margin: .9em 0;
}
.title01{
	background: url("../img/bg_kasureBK.png") repeat #268a26;
	color: #FFF;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	margin: 0 auto 50px;
	position: static;
	display: block;
}
.title01::before{
	display: none;
}
.title01 span{
	display: block;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-size: 1.6rem;
}
.title01 span::before{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 3px;
	content: "";
	background: url("../img/line.png") no-repeat left bottom;
}

.title02{
	font-size: 2.4rem;
	padding: 0;
	font-weight: normal;
	display: flex;
	align-items: center;
	background-color: transparent;
	color: #000;
	margin-bottom: 1em;
}
.title02:before, .title02:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #05336c;
	display: block;
}
.title02:before {
	margin-right: .7em;
}
.title02:after {
	margin-left: .7em;
}

.title03{
	padding-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 10px;
	color: #000;
	border-bottom: 0;
}
.title03:after{
	content: "●";
	color: var(--color-point);
	font-size: 1.1rem;
	display: block;
	text-align: center;
}
.title04,
.subtitle-g{
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 10px;
	color: var(--color-point);
	border-bottom: 0;
}
.sub-header {
  height: 25vw;
  background-size: contain;
  background-position: center;
	background-repeat: no-repeat;
  width: 100%;
}
.sub-header-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  height: 100%;
}
.sub-header-title {
	height: auto;
	display: block;
}
.sub-header .sub-header-title{}
.sub-header .sub-header-title .sub-header-txt{
	padding: 10px 25px;
	color: #000;
	line-height: 1.5em;
	font-size: 3rem;
	font-weight: 700;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	background-color: transparent;
}
.sub-header .sub-header-title .sub-header-txt-sub{
	font-size: 2.4rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background: url("../img/line.png") no-repeat center bottom;
	background-size: 60px 5px;
}

a.tel{}
@media screen and (min-width: 769px) {
	a.tel{
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: #000;
	}
}
.contentWrap.disnon{
	display: none !important;
}

@media screen and (max-width: 768px){
	.contentWrap{
		margin: 0 1.5%;
	}
	.title01{
		font-size: 2.6rem;
	}
	.title01 span{
		font-size: 1.4rem;
	}
	.title02{
		font-size: 2.1rem;
	}
	.title03{
		font-size: 1.8rem;
	}
	
.sub-header {
	background-size: cover;
	margin-bottom: 30px;
}
.sub-header .sub-header-title .sub-header-txt{
	font-size: 2.1rem;
}
.sub-header .sub-header-title .sub-header-txt-sub{
	font-size: 1.4rem;
}
}
/*home
************************************************************************************/
body.home .inSection{
	padding: 40px 0;
}

/*title separate*/
body.home .content_wrapper{
	display: flex;
}
body.home .content_wrapper .titleBox{
	width: 300px;
}
body.home .content_wrapper .titleBox .sub,
body.home #news .titleBox .sub{
	font-size: 2.4rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background: url("../img/line.png") no-repeat left bottom;
	background-size: 60px 5px;
}
body.home .content_wrapper .titleBox .maintitle,
body.home #news .titleBox .maintitle{
	font-size: 3.6rem;
	margin: 0;
}
body.home .content_wrapper .textBox{
	width: calc(100% - 300px);
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

/*button*/
.btn_normal{
	margin-top: 1.5em;
}
.btn_normal a{
	border: 1px solid var(--btn-border);
	background: url("../img/ar_green.svg") no-repeat right 1.5em center var(--btn-bg);
	padding: .8em 3em .8em 1.5em;
	min-width: 280px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 35px;
	text-align: left;
}
@media screen and (min-width: 769px){
	.btn_normal a{
		transition: all .3s ease-in-out;
	}
	.btn_normal a:hover{
		background: url("../img/ar_green.svg") no-repeat right 1em center var(--btn-bg);
	}
}


@media screen and (max-width: 1024px){
	body.home .content_wrapper .titleBox{
		width: 200px;
	}
	body.home .content_wrapper .textBox{
		width: calc(100% - 200px);
	}
	body.home .content_wrapper .titleBox .maintitle,
	body.home #news .titleBox .maintitle{
		font-size: 2.4rem;
	}
	body.home .content_wrapper .titleBox .sub,
	body.home #news .titleBox .sub{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px){
	body.home .content_wrapper{
		display: block;
	}
	body.home .content_wrapper .titleBox{
		width: auto;
		text-align: center;
	}
	body.home .content_wrapper .titleBox .sub,
	body.home #news .titleBox .sub{
		background: url("../img/line.png") no-repeat center bottom;
		background-size: 60px 5px;
	}
	body.home .content_wrapper .textBox{
		display: block;
		padding: 30px 0 0;
		width: auto;
	}
}
@media screen and (max-width: 599px) {
	.btn_normal{
		text-align: center !important;
	}
}

/*home
************************************************************************************/

/*#aboutus
----------------------------------------------------------------------*/
body.home #aboutus{
	padding: 50px 0;
}
body.home #aboutus .btn_normal{
	text-align: right;
}

/*#infor
----------------------------------------------------------------------*/
body.home #infor{
	background: url("../img/green_bg.jpg") no-repeat;
	background-size: cover;
	color: #FFF;
	padding: 60px 10px;
}

body.home #infor ul.facility-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 40px;
	row-gap: 40px;
	align-items: stretch;
}
body.home #infor ul.facility-list li a{
	text-decoration: none;
	color: #FFF;
	display: block;
}
body.home #infor ul.facility-list li .tag{
	border-radius: 30px;
	padding: .3em 1em;
	margin-bottom: .7em;
	display: inline-block;
}
body.home #infor ul.facility-list li .hoiku{
	background: #305B14;
}
body.home #infor ul.facility-list li .kaigo{
	background: #25BB4D;
}
body.home #infor ul.facility-list li .photo{
	border-radius: 15px;
	background: #FFF;
}
body.home #infor ul.facility-list li .photo img{
	max-width: 100%;
	height: auto;
	border-radius: 15px;
}
body.home #infor ul.facility-list li .name{
	font-size: 2.1rem;
	margin: .6em 0;
	text-align: center;
}
body.home #infor ul.facility-list li .more{
	text-align: center;
}
body.home #infor ul.facility-list li .more span{
	background: url("../img/ar_white.svg") no-repeat right 5px center;
	padding: 0 25px 7px 0;
	border-bottom: 1px solid #F4FF53;
}
@media screen and (min-width: 769px){
	body.home #infor ul.facility-list li .photo img,
	body.home #infor ul.facility-list li .more span{
		transition: all .3s ease-in-out;
	}
	body.home #infor ul.facility-list li:hover .photo img{
		opacity: .8;
	}
	body.home #infor ul.facility-list li:hover .more span{
		background: url("../img/ar_white.svg") no-repeat right 0px center;
	}
}
@media screen and (max-width: 1024px){
	body.home #infor ul.facility-list{
		grid-template-columns: 1fr 1fr;
	}
	body.home #infor ul.facility-list li .name{
		font-size: 1.8rem;
	}
}

/*voice
----------------------------------------------------------------------*/
body.home #voice{
	padding: 60px 10px;
}

body.home #voice .voice-titleWrap{
	background: url("../img/grade_bg.png") repeat-x top 15px left 300px;
	background-size: 100% 15px;
	margin-bottom: 50px;
}
body.home #voice .voice-titleWrap .content_wrapper .titleBox{
	background: #FFF;
}

body.home #voice .voice_wrapper{
	display: flex;
	flex-wrap: wrap;
}
body.home #voice .voice_wrapper .voiceBox{
	background: #F3FCDE;
	padding: 30px;
	border-radius: 30px;
	width: 48%;
	margin: 1%;
	box-sizing: border-box;
}
body.home #voice .voice_wrapper .voiceBox .image{
	text-align: center;
	margin-bottom: 1em;
}
body.home #voice .voice_wrapper .voiceBox .image img{
	max-width: 200px;
	height: auto;
	display: block;
	margin: auto;
}
body.home #voice .voice_wrapper .voiceBox .name{
	font-size: 2.4rem;
	color: var(--color-point);
	margin-bottom: 1em;
	text-align: center;
}
body.home #voice .voice_wrapper .voiceBox dt{
	border-top: 1px solid var(--color-point);
	padding: 1em 0;
	cursor: pointer;
}
body.home #voice .voice_wrapper .voiceBox dt:before{
	content: "Q. ";
	color: var(--color-point);
	font-size: 1.8rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
}
body.home #voice .voice_wrapper .voiceBox dd{
	padding: 1em 0;
	border-top: 1px solid #FFF;
}

@media screen and (max-width: 768px){
	body.home #voice .voice_wrapper .voiceBox{
		width: 98%;
	}
}

/*infor
----------------------------------------------------------------------*/
body.home #information{
	padding: 60px 10px;
	background: url("../img/green_bg_ill.png") no-repeat bottom center;
	background-size: 100% auto;
}
body.home #information .content_wrapper{
	background: url("../img/title_bg.png") no-repeat;
	color: #FFF;
	padding: 40px;
	margin-bottom: 50px;
}
body.home #information .infor_wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;
}
body.home #information .infor_wrapper .map{
	aspect-ratio: 1 / 1;
}
body.home #information .infor_wrapper .map iframe{
	width: 100%;
	height: 100%;
}
body.home #information .infor_wrapper .details{}

body.home #information h2{
	font-size: 3.6rem;
	margin-bottom: 1em;
}
@media screen and (max-width: 1024px){
	body.home #information h2{
		font-size: 2.4rem;
	}
	body.home #information .infor_wrapper{
		grid-template-columns: 1fr;
	}
	body.home #information .infor_wrapper .map{
		aspect-ratio: inherit;
		height: 400px;
	}
}

/*documents
----------------------------------------------------------------------*/
body.home #documents{
	padding: 60px 10px;
	background: transparent linear-gradient(180deg, #8BCE3E 0%, #42B966 100%) 0% 0% no-repeat padding-box;
	color: #FFF;
}
body.home #documents ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 10px;
	row-gap: 10px;
	align-items: stretch;
}
body.home #documents ul li{
	background: #FFF;
	border-radius: 40px;
}
body.home #documents ul li a{
	display: block;
	padding: .7em 1em .7em 1.5em;
	color: #000;
}
@media screen and (min-width: 769px){
	body.home #documents ul li{
		transition: all .3s ease-in-out;
	}
	body.home #documents ul li:hover{
		background-color: rgba( 255, 255, 255, 0.75 );
	}
	body.home #infor ul.facility-list li:hover .more span{
		background: url("../img/ar_white.svg") no-repeat right 0px center;
	}
}
body.home #documents ul li a[href$=".pdf"]:before{
	background: url("../img/icon_pdf.svg") no-repeat center center;
	background-size: 100% 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -.2em .5em 0 0;
	width: 20px;
	height: 20px;
}
body.home #documents ul li a[href$=".docx"]:before,
body.home #documents ul li a[href$=".doc"]:before{
	background: url("../img/icon_word.svg") no-repeat center center;
	background-size: 100% 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	width: 20px;
	height: 20px;
}

body.home #documents ul li a[href$=".xlsx"]:before,
body.home #documents ul li a[href$=".xls"]:before{
	background: url("../img/icon_excel.svg") no-repeat center center;
	background-size: 100% 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 1024px){
	body.home #documents ul{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 599px) {
	body.home #documents ul{
		grid-template-columns: 1fr;
	}
}

/*news
----------------------------------------------------------------------*/
body.home #news{
	padding: 60px 10px;
	background: url("../img/news_bg.png") no-repeat bottom;
	background-size: 100% auto;
}
body.home #news .btn_normal{
	text-align: center;
	margin-top: 60px;
}
body.home #news .titleBox{
	text-align: center;
	margin-bottom: 2em;
}
body.home #news .titleBox .sub{
	background: url("../img/line.png") no-repeat center bottom;
	background-size: 60px 5px;
}
body.home #news .news_wrapper{
	background: #FCFCF1;
	padding: .5em 30px;
	border-radius: 30px;
}
body.home #news .news_wrapper ul.news-list li{
	display: table;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #DCDCDC;
}
body.home #news .news_wrapper ul.news-list li:last-child{
	border: 0;
}
body.home #news .news_wrapper ul.news-list li p{
	display: table-cell;
	vertical-align: top;
}
body.home #news .news_wrapper ul.news-list li .date{
	width: 7em;
}
body.home #news .news_wrapper ul.news-list li .title a{
	display: block;
	background: url("../img/ar_green.svg") no-repeat right 15px top .5em;
	padding-right: 35px;
}
@media screen and (min-width: 769px){
	body.home #news .news_wrapper ul.news-list li .title a{
		transition: all .3s ease-in-out;
	}
	body.home #news .news_wrapper ul.news-list li .title a:hover{
		background: url("../img/ar_green.svg") no-repeat right 0px top .7em;
	}
}
@media screen and (max-width: 599px) {
	body.home #news .news_wrapper ul.news-list li{
		display: block;
	}
	body.home #news .news_wrapper ul.news-list li p{
		display: block;
	}
	body.home #news .news_wrapper ul.news-list li .date{
		width: auto;
	}
}

/*movie
************************************************************************************/
main.movie .movie_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 0px;
	row-gap: 0px;
	padding: 50px 0;
	align-items: flex-start;
}
main.movie .movie_wrap .movieBox{
	padding: 30px;
}
main.movie .movie_wrap .movieBox:nth-of-type(1){
	background-color: rgba( 243, 243, 243, 0.9 );
	margin-top: -50px;
}
main.movie .movie_wrap .movieBox:nth-of-type(2){
	background-color: rgba( 234, 234, 234, 0.9 );
}
main.movie .movie_wrap .movieBox:nth-of-type(3){
	background-color: rgba( 234, 234, 234, 0.9 );
	margin-top: -50px;
}
main.movie .movie_wrap .movieBox:nth-of-type(4){
	background-color: rgba( 222, 230, 222, 0.9 );
}
main.movie .movie_wrap .movieBox .movieBoxInnerWrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px
}
main.movie .movie_wrap .movieBox .movieBoxInnerWrap .movie{
	aspect-ratio: 9 / 16;
}
main.movie .movie_wrap .movieBox .movieBoxInnerWrap .movie iframe{
	width: 100%;
	height: 100%;
}
main.movie .movie_wrap .movieBox:nth-child(odd) .movieBoxInner{
	margin-left: auto;
}
main.movie .movie_wrap .movieBox:nth-child(even) .movieBoxInner{
	margin-left: 0;
}
@media screen and (min-width: 1300px){
	main.movie .movie_wrap .movieBox .movieBoxInner{
		width: 600px;
	}
}
@media screen and (max-width: 1024px){
	main.movie .movie_wrap .movieBox .movieBoxInner{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	main.movie .movie_wrap{
		grid-template-columns: 1fr;
		margin: 15px;
	}
	main.movie .movie_wrap .movieBox:nth-of-type(1){
		margin-top: 0;
	}
	main.movie .movie_wrap .movieBox:nth-of-type(2){
	}
	main.movie .movie_wrap .movieBox:nth-of-type(3){
		background-color: rgba( 243, 243, 243, 0.9 );
		margin-top: 0;
	}
	main.movie .movie_wrap .movieBox:nth-of-type(4){
		background-color: rgba( 222, 230, 222, 0.9 );
	}
}
@media screen and (max-width: 599px) {
	main.movie .movie_wrap .movieBox .movieBoxInnerWrap{
		grid-template-columns: 1fr;
	}
}

/*garden
************************************************************************************/
#garden-page.toppage .width1200 ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	margin: auto;
	width: 800px;
}
#garden-page.toppage .width1200 ul li{
	background: url("../img/garden_top_bg.png") no-repeat center top;
	background-size: 100% auto;
	padding: 80px 0 0;
}
#garden-page.toppage .width1200 ul li a{
	color: #000;
}
#garden-page.toppage .width1200 ul li .photo{
	background: #FFF;
	border-radius: 30px;
}
#garden-page.toppage .width1200 ul li .photo img{
	border-radius: 30px;
	max-width: 100%;
	height: auto;
}
#garden-page.toppage .width1200 ul li .details{
	margin-top: 1.5em;
	text-align: center;
}
#garden-page.toppage .width1200 ul li .details .name{
	font-size: 2.1rem;
}
#garden-page.toppage .width1200 ul li .details .adr{
	font-size: 1.4rem;
}
#garden-page.toppage .width1200 ul li .details .more{
	text-align: center;
}
#garden-page.toppage .width1200 ul li .details .more span{
	background: url("../img/ar_black.svg") no-repeat right 5px center;
	padding: 0 25px 7px 0;
	border-bottom: 1px solid var(--color-point);
}
@media screen and (min-width: 769px){
	#garden-page.toppage .width1200 ul li .details .more span,
	#garden-page.toppage .width1200 ul li .photo img{
		transition: all .3s ease-in-out;
	}
	#garden-page.toppage .width1200 ul li:hover .details .more span{
		background: url("../img/ar_black.svg") no-repeat right 0px center;
	}
	#garden-page.toppage .width1200 ul li:hover .photo img{
		opacity: .7;
	}
}
@media screen and (max-width: 1024px){
	#garden-page.toppage .width1200 ul{
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	#garden-page.toppage .width1200 ul{
		grid-template-columns: 1fr;
		width: 90%;
	}
}

/*movie
----------------------------------------------------------------------*/
#garden-page.incontents .movie_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 0px;
	margin-bottom: 60px;
	position: relative;
	padding-top: 1.2em;
	font-size: 10rem;
}
#garden-page.incontents .movie_wrap:before{
	content: "GARDEN MOVIE";
	color: #f4f4f4;
	position: absolute;
	top: 0;
	left: 5%;
	font-size: 13rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	line-height: 1;
	z-index: -1;
}
#garden-page.incontents .movie_wrap .movie{
	overflow: hidden;
	aspect-ratio: 6 / 4;
}
#garden-page.incontents .movie_wrap .movie:nth-of-type(1){
	border-radius: 0 30px 30px 0;
}
#garden-page.incontents .movie_wrap .movie:nth-of-type(2){
	border-radius: 30px 0 0 30px;
}
#garden-page.incontents .movie_wrap .movie iframe{
	width: 100%;
	height: 100%;
}

#garden-page.incontents .childCare{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 50px;
	row-gap: 50px;
	margin-bottom: 60px;
}

#garden-page.incontents .childCare .contentBlock{
	
}
#garden-page.incontents .childCare .contentBlock .photo{
	margin: 0 0 1em;
	text-align: center;
	aspect-ratio: 6 / 4;
}
#garden-page.incontents .childCare .contentBlock .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	
}

@media screen and (max-width: 1024px){
	#garden-page.incontents .movie_wrap{
		font-size: 7rem;
	}
	#garden-page.incontents .movie_wrap:before{
		font-size: 9rem;
	}
}
@media screen and (max-width: 768px){
	#garden-page.incontents .movie_wrap{
		grid-template-columns: 1fr;
		row-gap: 30px;
	}
	#garden-page.incontents .movie_wrap .movie:nth-of-type(1){
		margin-right: 3%;
	}
	#garden-page.incontents .movie_wrap .movie:nth-of-type(2){
		margin-left: 3%;
	}
	#garden-page.incontents .childCare{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 599px) {
	#garden-page.incontents .movie_wrap:before{
		font-size: 5rem;
	}
}

/*life
----------------------------------------------------------------------*/
#garden-page.incontents #life ul.btns{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}
#garden-page.incontents #life ul.btns li{
	margin: 0 5px;
	cursor: pointer;
}
#garden-page.incontents #life ul.btns li{
	background: url("../img/bg_kasureBK.png") repeat #ccc;
	color: #000;
	padding: 2em 0;
	border-radius: 5px;
	width: 200px;
	text-align: center;
}
#garden-page.incontents #life ul.btns li.select{
	background: url("../img/bg_kasureBK.png") repeat var(--color-point);
	color: #FFF;
}

#garden-page.incontents #life .contentWrap{
	padding: 0;
}
#garden-page.incontents #life .contentWrap#flow{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 70px;
}
#garden-page.incontents #life .contentWrap table.timeline{
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 5px 15px;
	width: 100%;
}
#garden-page.incontents #life .contentWrap table.timeline th,
#garden-page.incontents #life .contentWrap table.timeline td{
	vertical-align: top;
}
#garden-page.incontents #life .contentWrap table.timeline td{
	padding: 10px;
}
#garden-page.incontents #life .contentWrap table.timeline tbody th span{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	background: var(--color-point);
	border-radius: 10px;
	text-align: center;
	color: #FFF;
	width: 10em;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}
#garden-page.incontents #life .contentWrap table.timeline thead th{
	border-bottom: 1px solid var(--color-point);
	color: var(--color-point);
	font-size: 2.1rem;
	text-align: center;
	padding: .7em 0;
}



@media screen and (max-width: 768px){
	#garden-page.incontents #life .contentWrap#flow{
		grid-template-columns: 1fr;
	}
	#garden-page.incontents #life .contentWrap table.time{
		display: none;
	}
	#garden-page.incontents #life .contentWrap table.timeline{
		display: block;
		width: 100%;
	}
	#garden-page.incontents #life .contentWrap table.timeline tbody{
		display: block;
		width: 100%;
	}
	#garden-page.incontents #life .contentWrap table.timeline tr{
		display: block;
		margin-bottom: .5em;
		width: 100%;
	}
	#garden-page.incontents #life .contentWrap table.timeline th,
	#garden-page.incontents #life .contentWrap table.timeline td{
		display: list-item;
		width: 100%;
		display: block;
	}
	#garden-page.incontents #life .contentWrap table.timeline th{
		margin-bottom: 5px;
		list-style-type: none;
		display: block;
	}
	#garden-page.incontents #life .contentWrap table.timeline td{
		margin-left: 0;
		list-style-type: none;
		border: 0;
		text-align: left;
	}
	#garden-page.incontents #life .contentWrap table.timeline tbody th span{
		width: auto;
	}
}

@media screen and (max-width: 599px) {
	#garden-page.incontents #life ul.btns{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 60px;
	}
	#garden-page.incontents #life ul.btns li{
		margin: 0 1%;
	}
	#garden-page.incontents #life ul.btns li{
		padding: 1.5em 1em;
		box-sizing: border-box;
		width: 48%;
	}
}

#garden-page.incontents #life #season{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}

#garden-page.incontents #life #season > div{
	border: 1px solid #ccc;
	padding: 40px;
	border-radius: 30px;
}
#garden-page.incontents #life #season .photo{
	width: 90%;
	overflow: hidden;
	border-radius: 30px;
	margin: 0 auto;
	aspect-ratio: 6 / 4;
	
}
#garden-page.incontents #life #season .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#garden-page.incontents #life #season .title{
	border-radius: 50%;
	line-height: 3em;
	width: 3em;
	line-height: 3em;
	font-size: 4rem;
	text-align: center;
	color: #FFF;
	margin: -1.5em auto .7em;
	position: relative;
	z-index: 10;
}
#garden-page.incontents #life #season .event{
	padding: 0;
}
#garden-page.incontents #life #season .spring .title{
	background: url("../img/bg_kasure.png") repeat #FFB3B5;
}
#garden-page.incontents #life #season .summer .title{
	background: url("../img/bg_kasure.png") repeat #23b7d7;
}
#garden-page.incontents #life #season .autumn .title{
	background: url("../img/bg_kasure.png") repeat #a07a49;
}
#garden-page.incontents #life #season .winter .title{
	background: url("../img/bg_kasure.png") repeat #7f8bbf;
}
@media screen and (max-width: 1024px){
	#garden-page.incontents #life #season .title{
		margin-top: -.5em;
	}
}
@media screen and (max-width: 768px){
	#garden-page.incontents #life #season{
		grid-template-columns: 1fr;
		width: 97%;
		margin: auto;
	}
}

/*guidance
----------------------------------------------------------------------*/
#garden-page.incontents #guidance{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 60px 0;
	margin: 60px 0;
	position: relative;
}
#garden-page.incontents #guidance:before{
	content: "ENTRANCE GUIDE";
	color: #f4f4f4;
	position: absolute;
	top: -.24em;
	left: 5%;
	font-size: 13rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	line-height: 1;
	z-index: -1;
}
#garden-page.incontents #guidance h1{
	font-size: 4rem;
	position: relative;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
#garden-page.incontents #guidance h1:after{
	content: "";
	height: 2px;
	width: 3em;
	background: #000;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
#garden-page.incontents #guidance .text p{
	text-align: center;
}
#garden-page.incontents #guidance .contact_banner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
	width: 80%;
	margin: auto;
}
#garden-page.incontents #guidance .contact_banner li{
	border: 1px solid #000;
}
#garden-page.incontents #guidance .contact_banner li a{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	align-items: center;
}
#garden-page.incontents #guidance .contact_banner li .icon{
	width: 90px;
	text-align: center;
}
#garden-page.incontents #guidance .contact_banner li .icon img{
	width: 50px;
	height: auto;
	vertical-align: middle;
}
#garden-page.incontents #guidance .contact_banner li .txt{
	width: calc(100% - 90px);
	box-sizing: border-box;
}
#garden-page.incontents #guidance .contact_banner li .txt p{
	margin: 0;
	padding: 0;
	text-align: center;
}
#garden-page.incontents #guidance .contact_banner li .txt .main{
	font-size: 2.8rem;
}
@media screen and (max-width: 1024px){
	#garden-page.incontents #guidance{
		font-size: 7rem;
	}
	#garden-page.incontents #guidance:before{
		font-size: 9rem;
	}
	#garden-page.incontents #guidance .contact_banner{
		grid-template-columns: 1fr;
		width: 95%;
	}
}
@media screen and (max-width: 768px){
	#garden-page.incontents #guidance{
		font-size: 3rem;
	}
	#garden-page.incontents #guidance:before{
		font-size: 5rem;
	}
	#garden-page.incontents #guidance h1{
		font-size: 3rem;
	}
}

@media screen and (max-width: 599px) {
	#garden-page.incontents #guidance .contact_banner li .txt .main{
		font-size: 2rem;
	}
}

/*news
----------------------------------------------------------------------*/
#garden-page.incontents #news .news_wrapper{
	background: url("../img/bg_kasure.png") repeat var(--color-point);
	padding: 50px;
	border-radius: 30px;
	color: #FFF;
}
#garden-page.incontents #news .news_wrapper .news_wrapper_inner{
	background: #FFF;
	padding: 30px;
	border-radius: 30px;
}
#garden-page.incontents #news .btn_normal{
	text-align: center;
	margin-top: 60px;
}
#garden-page.incontents #news .news_wrapper ul.news-list li{
	display: table;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #DCDCDC;
	color: #000;
}
#garden-page.incontents #news .news_wrapper ul.news-list li:last-child{
	border: 0;
}
#garden-page.incontents #news .news_wrapper ul.news-list li p{
	display: table-cell;
	vertical-align: top;
}
#garden-page.incontents #news .news_wrapper ul.news-list li .date{
	width: 7em;
}
#garden-page.incontents #news .news_wrapper ul.news-list li .title a{
	display: block;
	background: url("../img/ar_green.svg") no-repeat right 15px top .5em;
	padding-right: 35px;
}
@media screen and (min-width: 769px){
	#garden-page.incontents #news .news_wrapper ul.news-list li .title a{
		transition: all .3s ease-in-out;
	}
	#garden-page.incontents #news .news_wrapper ul.news-list li .title a:hover{
	background: url("../img/ar_green.svg") no-repeat right 0px top .7em;
	}
}
@media screen and (max-width: 599px) {
	#garden-page.incontents #news .news_wrapper{
		padding: 20px;
	}
	#garden-page.incontents #news .news_wrapper ul.news-list li{
		display: block;
	}
	#garden-page.incontents #news .news_wrapper ul.news-list li p{
		display: block;
	}
	#garden-page.incontents #news .news_wrapper ul.news-list li .date{
		width: auto;
	}
}


/*about
----------------------------------------------------------------------*/
#garden-page.incontents #about{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 60px 0;
	margin: 60px 0;
	position: relative;
}
#garden-page.incontents #about:before{
	content: "ABOUT US";
	color: #f4f4f4;
	position: absolute;
	top: -.24em;
	left: 5%;
	font-size: 13rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	line-height: 1;
	z-index: -1;
}
#garden-page.incontents #about h1{
	font-size: 4rem;
	position: relative;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
#garden-page.incontents #about h1:after{
	content: "";
	height: 2px;
	width: 3em;
	background: #000;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

#garden-page.incontents #about .infor_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}

#garden-page.incontents #about .infor_wrap .map{
	height: 450px;
}
#garden-page.incontents #about .infor_wrap .map iframe{
	width: 100%;
	height: 100%;
}
#garden-page.incontents #about .infor_wrap .infoBox{}

@media screen and (max-width: 1024px){
	#garden-page.incontents #about{
		font-size: 7rem;
	}
	#garden-page.incontents #about:before{
		font-size: 9rem;
	}
}
@media screen and (max-width: 768px){
	#garden-page.incontents #about{
		font-size: 3rem;
	}
	#garden-page.incontents #about:before{
		font-size: 5rem;
	}
	#garden-page.incontents #about h1{
		font-size: 3rem;
	}
	#garden-page.incontents #about .infor_wrap{
		grid-template-columns: 1fr;
	}
}

/*support
************************************************************************************/
#support-page{}
#support-page .first-view{
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: auto;
	align-items: stretch;
	width: 95%;
	border-radius: 0 40px 40px 0;
	align-items: center;
	background: url("../img/bg_kasureBK.png") repeat #f4f3e5;
}
#support-page .first-view p{
	padding: 0;
	margin: 0;
	height: 100%;
}
#support-page .first-view .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#support-page .first-view .textBox{
	padding: 50px;
}
#support-page .first-view .textBox h1{
	font-size: 3.6rem;
	margin-bottom: 1em;
}
#support-page .information ul.ar_green{
	display: table;
	width: 100%;
	margin: 2em 0;
}
#support-page .information ul.ar_green li{
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 1024px){
	#support-page .first-view{
		display: block;
		overflow: hidden;
	}
	#support-page .information ul.ar_green{
		display: flex;
		flex-wrap: wrap;
	}
	#support-page .information ul.ar_green li{
		display: block;
		width: 50%;
	}
}
@media screen and (max-width: 599px) {
	#support-page .information ul.ar_green li{
		width: 100%;
		padding-top: 2px;
		padding-bottom: 2px;
	}
}


/*contact
************************************************************************************/
#contact-page .contact_banner{
	max-width: 400px;
	width: 95%;
	margin: auto;
}
#contact-page .contact_banner li{
	border: 1px solid #000;
}
#contact-page .contact_banner li a{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	align-items: center;
}
#contact-page .contact_banner li .icon{
	width: 90px;
	text-align: center;
}
#contact-page .contact_banner li .icon img{
	width: 50px;
	height: auto;
	vertical-align: middle;
}
#contact-page .contact_banner li .txt{
	width: calc(100% - 90px);
	box-sizing: border-box;
}
#contact-page .contact_banner li .txt p{
	margin: 0;
	padding: 0;
	text-align: center;
}
#contact-page .contact_banner li .txt .main{
	font-size: 2.8rem;
}
@media screen and (max-width: 1024px){
	#contact-page .contact_banner{
		max-width: auto;
		max-width: initial;
		width: 95%;
	}
}
@media screen and (max-width: 768px){
	#contact-page .contact_banner li a{
		padding: 10px;
	}
	#contact-page .contact_banner li .icon{
		width: 70px;
		text-align: center;
	}
	#contact-page .contact_banner li .icon img{
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	#contact-page .contact_banner li .txt{
		width: calc(100% - 80px);
	}
}

table.contact_table{
	width: 100%;
	border-collapse:collapse;
	border: 0;
	border-top: 1px solid #000;
	margin: 30px auto 50px;
}
table.contact_table th{
	font-weight: bold;
	padding: 1em;
	border: 0;
	border-bottom: 1px solid #000;
	text-align: left;
	width: 10em;
	background: none;
	color: #000;
}
table.contact_table td{
	padding: 1em;
	border: 0;
	border-bottom: 1px solid #000;
	position: relative;
	padding-left: 70px;
	background: none;
	color: #000;
}
table.contact_table td.required:before{
	content: "必須";
	border-radius: 3px;
	padding: 3px 0;
	background: #FF9100;
	font-size: 1.3rem;
	color: #FFF;
	margin-right: 1.5em;
	width: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px){
	table.smartphone{
		display: block;
		width: 100%;
	}
	table.smartphone thead{
		display: none;
	}
	table.smartphone tbody{
		display: block;
		width: 100%;
	}
	table.smartphone tr{
		display: block;
		margin-bottom: 1.5em;
		width: 100%;
	}
	table.smartphone th,
	table.smartphone td{
		display: list-item;
		width: 100%;
		padding: 5px 10px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		border: 0;
	}
	table.smartphone th{
		list-style-type: none;
		display: block;
	}

	table.smartphone td{
		margin-left: 0;
		list-style-type: none;
		border: 0;
		padding-left: 25px;
	}

	table.contact_table td{
		position: static;
		padding-left: 25px;
	}
	table.contact_table td.required:before{
		position: static;
		display: block;
		transform: none;
		margin-bottom: 3px;
	}

	.form input[type=text],
	.form input[type=tel],
	.form input[type=email],
	.form textarea{
		background: #FFF;
		border: 1px solid #ededed;
	}
}
/*form
************************************************************************************/
.error_msg{
	color:#F00;
}
.privacyBox{
	padding: 2em 0;
	text-align: center;
}

/*form
----------------------------------------------------------------------*/
.form td li{
	display: inline-block;
	padding: 0 15px 0 0;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="url"]{
	margin: 1px;
	padding: 15px;
	background: #FFF;
	box-shadow: 0px 0px 15px -5px #7a7a7a;
	border: 0;
	outline: none;
}
.form input:focus,
.form select:focus,
.form textarea:focus{
	outline: none;
	box-shadow: 0px 0px 15px -5px #7a7a7a;
	background: #f1f1f1;
}


.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=url]{
	width: 450px;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 200px;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 100px;
}

.form input.zip{
	width: 100px;
}

.form label{
	padding-right: 1em;
}

.form textarea{
	width: 500px;
	height: 150px;
	padding: 15px;
	background: #FFF;
	box-shadow: 0px 0px 15px -5px #7a7a7a;
	border: 0;
}

.form select{
	padding: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 20px 40px 20px 15px;
	background: url("../common/img/common/ar_black_dwn.svg") no-repeat right 15px center #e6f2f7;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	border: 0;
}

.btnSend{
	text-align: center;
	padding: 20px 0;
}

.btnSend input[type=submit]{
	padding: 15px 3em;
	background: var(--color-point);
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: auto;
	font-weight: 600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
	font-family: "Shippori Mincho", serif;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}


@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
	.form input{
		padding: 15px 1%;
	}

	.form input[type=text],
	.form input[type=tel],
	.form input[type=email],

	.form input[type=url]{
		width: 100%;
		font-size: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.form input.m[type=text],
	.form input.m[type=tel]{
		width: 50%;
		font-size: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.form input.s[type=text],
	.form input.s[type=tel]{
		width: 30%;
		font-size: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


	.form textarea{
		width: 100%;
		padding: 5px 1%;
		height: 150px;
		font-size: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.form select{
		padding: 15px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 20px 40px 20px 15px;
		background: url("../common/img/common/ar_black_dwn.svg") no-repeat right 15px center #e6f2f7;
		-moz-background-size: 10px auto;
		background-size: 10px auto;
		border: 0;
	}
	.btnSend input[type=submit]{
		padding: 15px 0;
		width: 95%;
		background: #3c962f;
		color: #FFF;
		border: 1px;
		cursor: pointer;
		margin: 3px;
		font-family: "Shippori Mincho", serif;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-appearance: none;
		border-radius: 0;
		font-size: 16px;
	}
}


/*recruit
************************************************************************************/
#recruit-page #message{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#recruit-page #message .lv_h1_box{
	text-align: center;
	width: calc(5em + 50px);
	box-sizing: border-box;
	border-right: 1px solid #000;
}
#recruit-page #message .contentBox{
	width: calc(100% - calc(5em + 50px));
	padding-left: 50px;
	box-sizing: border-box;
}
#recruit-page #message .lv_h1_box .lv_h1{
	font-size: 3rem;
	font-weight: 500;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: auto;
	text-align: center;
	display: inline-block;
}
#recruit-page #message .lv_h1_box .en{
	color: #ccc;
	font-size: 1.4rem;
	padding-top: 1em;
}

#recruit-page #message .contentBox ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
#recruit-page #message .contentBox ul li{
	border: 1px solid #7F7F7F;
	background-color: rgba( 255, 255, 255, 0.75 );
	padding: 30px;
	border-radius: 10px;
}
#recruit-page #recruitinfo ul.btns{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--color-point);
	padding-bottom: .7em;
	margin-bottom: 50px;
}
#recruit-page #recruitinfo ul.btns li{
	padding: 0 0 1.5em 0;
	margin-right: 3em;
	cursor: pointer;
}
#recruit-page #recruitinfo ul.btns li.select{
	color: var(--color-point);
	position: relative;
}
#recruit-page #recruitinfo ul.btns li.select:after{
	content: "▼";
	line-height: 1;
	font-size: 1.3rem;
	color: var(--color-point);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#recruit-page #recruitinfo .recruit-feed01{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
	
}
#recruit-page #recruitinfo .recruit-feed01 > li {
	padding: 40px;
	background-color: #FFF;
	border: 1px solid var(--color-point);
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin-top: 0;
}
#recruit-page #recruitinfo .recruit-feed01 > li:first-of-type {
	margin-top: 0;
}
#recruit-page #recruitinfo .recruit-feed01 .recruit-content {
	width: 100%;
}
@media screen and (max-width: 1024px){
	#recruit-page #recruitinfo ul.btns{
		margin: 0 1.5% 50px;
	}
}
@media screen and (max-width: 768px){
	#recruit-page #message .contentBox ul{
		grid-template-columns: 1fr;
		margin-right: 1%;
	}
	#recruit-page #recruitinfo .recruit-feed01{
		grid-template-columns: 1fr;
		margin: 0 2%;

	}
}

@media screen and (max-width: 599px) {
	#recruit-page #message{
		display: block;
	}
	#recruit-page #message .lv_h1_box{
		text-align: center;
		border: 0;
		border-bottom: 1px solid #000;
		width: 100%;
		margin-bottom: 1em;
	}
	#recruit-page #message .lv_h1_box .lv_h1{
		font-size: 3rem;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	#recruit-page #message .contentBox{
		width:auto;
		padding-left: 0;
		box-sizing: border-box;
	}
	#recruit-page #message .contentBox ul{
		display: block;
		margin: 10px;
	}
	#recruit-page #message .contentBox ul li{
		margin-bottom: 15px;
	}
	#recruit-page #recruitinfo ul.btns{
		display: block;
	}
	#recruit-page #recruitinfo ul.btns li{
		padding: 1em;
		text-align: center;
		margin: 0 0 5px;
		border: 1px solid var(--color-point);
		border-radius: 5px;
	}
	#recruit-page #recruitinfo ul.btns li.select{
		background: var(--color-point);
		color: #FFF;
	}
	#recruit-page #recruitinfo ul.btns li.select:after{
		display: none;
	}
	#recruit-page #recruitinfo .contentWrap{
		padding: 20px 10px;
	}
	#recruit-page #recruitinfo .recruit-feed01 > li {
		padding: 20px;
	}
}


/*archive
************************************************************************************/
.sub-header-txt {
	padding: 10px 25px;
	color: var(--color-sub);
	line-height: 1.5em;
	font-size: 3rem;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.9);
}

body.archive main,
body.all-news main,
body.single-post main,
body.search main{
	background: none;
}
body.archive .archive-info-wrap,
body.all-news .archive-info-wrap,
body.single-post .single-info-wrap,
body.search .archive-info-wrap{
	margin: 0 auto;
	padding: 40px 0;
}
.sidebar{
	padding-top: 40px;
}
.sidebar h3{
	background: var(--color-point);
}
.archive-info-title a:hover {
	color: var(--color-dark);
}
.archive-info-cat a,
.single-info-date-cat span a{
	background-color: var(--color-light);
	color: var(--color-dark);
	border-radius: 30px;
	border: 1px solid var(--color-dark);
}
.archive-info-cat a:hover,
.single-info-date-cat span a:hover{
	background-color: var(--color-light);
	color: var(--color-dark);
}
.single-info-title{
	padding-bottom: 1.5em;
	width: 100%;
	margin: 0 auto 1.5em;
	font-size: 4rem;
	color: var(--color-point);
	text-align: center;
	font-weight: 700;
	font-style: normal;
	border: 0;
}
.file-list a {
	color: var(--color-dark);
	border: 1px solid var(--color-dark);
	background: var(--color-light);
}
.file-list a:hover {
	color: var(--color-light);
	background-color: var(--color-dark);
}
.page-nav div span {
	color: var(--color-dark);
}
.side-box li,
.widget_archive li {
	padding: 10px 0;
	border-bottom: 1px solid var(--color-dark);
}
.side-box li a:hover,
.widget_archive li a:hover {
	color: var(--color-point);
}
.search-txt01 {
	color: var(--color-dark);
	border-bottom: 1px solid var(--color-dark);
}

/*recruit feed
************************************************************************************/
.recruit-feed01 > li {
	width: 100%;
	padding: 40px;
	background-color: #FFF;
	border: 1px solid #A4D28D;
	margin-top: 40px;
	border-radius: 10px;
	position: relative;
}
.recruit-feed01 > li:first-of-type {
	margin-top: 0;
}
.recruit-feed01 .recruit-img {
	width: 25%;
}
.recruit-feed01 .recruit-img img {
	height: 205px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}
.recruit-feed01 .recruit-content {
	width: 70%;
}
.recruit-feed01 .time-cat {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.recruit-feed01 .time-cat time {
	margin-right: 10px;
}
.recruit-feed01 h3 {
	font-size: 2.4rem;
	color: var(--color-point);
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 0;
	border: 0;
}
.recruit-feed01 .recruit-sub.flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.recruit-feed01 .recruit-sub.flex li {
	font-size: 1.6rem;
	margin-right: 15px;
	margin-bottom: 5px;
}
.recruit-feed01 .recruit-sub.flex span {
	color: #FFF;
	background-color: var(--color-point);
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 700;
	margin-right: 5px;
	font-size: 1.4rem;
}
.recruit-feed01 .recruit-feed-intro p {
	font-size: 1.4rem;
}
.recruit-none-txt {
	text-align: center;
	font-size: 1.8rem;
}


/*common parts
************************************************************************************/
section{
	padding: inherit;
	margin: auto;
}
main .text img{
  width: auto;
  object-fit: none;
}
.textCenter{
	text-align: center;
}
.textRight{
	text-align: right;
}
.lf{
	float: left;
	margin: 0 20px 20px 0;
}
.rf{
	float: right;
	margin: 0 0 20px 20px;
}
img.lf,
img.rf{
	max-width: 400px;
	height: auto;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .clearfix{
    height: 1em;
}
.clearfix{
    display: block;
}
*:first-child+html .clearfix{
	zoom:1;
}
@media screen and (max-width: 768px){
	.lf,
	.rf{
		float: none;
		margin: 20px auto;
		display: block;
		max-width: 100%;
		height: auto;
	}
	img.lf,
	img.rf{
		max-width: 100%;
		height: auto;
	}
}

table.tablepress {
	border: 0;
	border-top: 1px solid var(--border-color);
	border-bottom: 0;
	border-collapse:collapse;
	width: 100%;
	--border-color: #000000;
}
table.tablepress thead th {
	background-color: #0D704A;
	color: var(--color-light);
	text-align: center;
	padding: 1em;
}
table.tablepress thead th {
	border-right: 1px solid var(--border-color);
}
.tablepress tbody td.column-1,
.tablepress tbody th{
	width: 30%;
	font-weight: 700;
	color: var(--color-light);
	background-color: var(--color-point);
	border-bottom: 1px solid var(--border-color);
	padding: 1em;
	text-align: left;
}
.tablepress tbody td.column-2 {
	width: 70%;
	background: none;
	border-bottom: 1px solid var(--border-color);
}
.tablepress tbody td{
	border-bottom: 1px solid var(--border-color);
	border-right: 1px solid var(--color-lightgry);
	padding: 1em;
}
.tablepress tbody td:last-child{
	border-right: 0;
}
.tablepress-table-description {
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background: none;
}

/*table table-box*/
table.table-box.tablepress{
	width: 100%;
	border-spacing: 10px 10px;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
table.table-box.tablepress th,
table.table-box.tablepress td{
	padding: .7em 1em;
	border: 0;
}
table.table-box.tablepress th{
	color: #FFF;
	border-radius: 10px;
	text-align: center;
	border: 0;
}
table.table-box.tablepress thead th{
	background: #036003;
	border: 0;
}
table.table-box.tablepress tbody th{
	background: var(--color-point);
	border: 0;
}
table.table-box.tablepress td{
	border: 0;
}

@media screen and (max-width: 768px){
	table.smartphone{
		display: block;
		width: 100%;
	}
	table.smartphone tbody{
		display: block;
		width: 100%;
	}
	table.smartphone tr{
		display: block;
		width: 100%;
	}
	table.smartphone th,
	table.smartphone td{
		display: list-item;
		width: 100% !important;
		box-sizing: border-box;
		display: block;
		margin: 0;
	}
	table.smartphone th{
		list-style-type: none;
		display: block;
		border: 0;
		padding: 1em 0 0;
	}
	table.smartphone td{
		margin-left: 0;
		list-style-type: none;
		padding: 0 0 1em;
	}
}


/*WordPress
************************************************************************************/
.file-list a {
	display: block;
	padding: 15px 20px;
	text-align: center;
	color: var(--color-point);
	background-color: var(--color-light);
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.file-list a:hover {
	color: #fff;
	background-color: var(--color-point);
}
.file-list svg {
	margin-right: 10px;
}
.single-info-article h2 {
	font-size: 22px;
	padding: 10px 15px;
	color: var(--color-dark);
	font-weight: 700;
	background: var(--color-light);
	border-left: solid 5px var(--color-point);
	margin-bottom: 20px;
}
.single-info-article h3 {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: var(--color-point);
	font-weight: 700;
	border-bottom: solid 2px var(--color-point);
}
.search-icon:hover {
	fill: var(--color-point);
}


/*header
************************************************************************************/
header.header{
	position: relative;
	height: 100px;
}

#hamburger{
	display: block;
}
.mobile-btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
}
#hamburger span {
  background-color: var(--color-point);
}

header.header .header-content02{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	align-items: center;
	height: 100px;
}
header.header .header-box01{
	max-width: 460px;
	padding: 0;
	margin: 0 0 0 20px;
}
.header-box01 .logo {
	max-width: 100%;
}
.header-box01 .header-box-inner01.flex {
	max-width: auto;
	max-width: initial;
}
.menu-header-menu-container{
	display: none !important;
}
#mobile-nav .menu-header-menu-container{
	display: block !important;
}
#mobile-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--color-point);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  transform: translateX(100%);
  z-index: 999;
}
body.body-scroll-lock #mobile-nav{
	width: 80%;
	right: 0;
}
body.body-scroll-lock .mobile-btn{
	z-index: 9999;
}
.mobile-nav-wrap .mobile-menu-list {
  background-color: transparent;
  border-radius: 15px;
}
.mobile-nav-wrap .mobile-menu-list > li > a {
  display: block;
  text-align: left;
  padding: .7em 1em;
  color: #FFF;
  font-weight: 400;
  font-size: 2.4rem;
  border-top: 1px dotted #FFF;
}
.mobile-logo {
	display: none;
}
@media screen and (max-width: 768px){
	.mobile-logo {
	  background-color: #fff;
	  padding: 15px 0;
		display: block;
	}
	body.body-scroll-lock #mobile-nav{
		width: 100%;
		right: 0;
	}
	.mobile-nav-wrap .mobile-menu-list > li > a {
	  display: block;
	  text-align: center;
	  padding: 10px 15px;
	  color: #FFF;
	  font-weight: 700;
	  font-size: 1.4rem;
	  border-top: 2px dashed #FFF;
	}
}
.mobile-nav-wrap .mobile-menu-list > li:first-of-type a {
  border-top: none;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 10px;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu li {
  width: 49%;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu li a {
  display: block;
  background-color: #136f0e;
  padding: .7em 1em;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px){
.mobile-nav-wrap .mobile-menu-list .sub-menu li a {
  display: block;
  background-color: #136f0e;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
}
}
.header-box01.logo{
	max-width: 100%;
}

.menu-image-title{
	color: #7D6F1A;
}
.g-menu-a-list > li{
	border-right: 5px dotted #A4D5A5;
}
.g-sub-nav .g-sub-nav-list.flex li{
	background: url("/wp-content/uploads/2024/12/header_phone_bg.svg") no-repeat;
	width: 265px;
	height: 56px;
}
.g-sub-nav .g-sub-nav-list.flex li a {
	font-size: 2.1rem;
	font-weight: 700;
	display: inline-block;
	border: 0;
	background-color: transparent;
	margin: 4px 0 0 30px;
	transition: 0;
	background: url("/wp-content/uploads/2024/12/header_phone_icon.svg") no-repeat left center;
	padding: 0 0 0 30px;
}
.g-sub-nav .g-sub-nav-list.flex a:hover {
	color: #FFF;
	background-color: transparent;
}

@media screen and (max-width: 1024px) {
	header.header {
		padding-top: 30px;
	}
	.logo {
		width: 40%;
		max-width: 70%;
		margin: auto;
	}
	.logo img {
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	.logo {
		width: 70%;
	}
}



main{
}
main .text{
	padding: 20px;
	line-height: 1.5;
}
main .text p{
	padding-bottom: 1em;
}
main .text p:last-child{
	padding: 0;
}

.footer {
	background: url("../img/green_bg.jpg") no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}
.footer-logo {
	padding-bottom: 0px;
	border-bottom: none;
}
.footer-logo-address {
	width: 400px;
}
.footer-logo-address a{
	color: var(--color-light);
}
.footer-logo-address .name{
	display: none;
}
.footer-nav-wrap {
}
.footer-menu-title {
	display: none;
}
.footer-nav.flex .left{
	display: none;
}
.footer-nav.flex .right{
	margin-left: auto;
}
.footer-nav.flex {
	width: auto;
	margin-left: auto;
}
.footer-menu{
	border-top: 1px dotted #FFF;
}
.footer-menu > li{
	border-bottom: 1px dotted #FFF;
	padding: .5em 0;
}
.footer-menu > li > a {
	padding: 0;
	margin: 0;
	border: none;
	color: var(--color-light);
}
.copyright p{
	max-width: 95%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.3rem;
	color: var(--color-light);
}
.footer-inner {
	max-width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 1024px){
	header.header .header-content02{
		display: none;
	}
	.footer-logo-address {
		width: 100%;
	}
	.footer-nav-wrap {
		width: 100%;
		margin: auto;
		padding-bottom: 2em;
	}
	.footer-nav.flex {
		margin: auto;
	}
/*
	.mobile-logo {
		background-color: var(--color-dark);
	}
	#mobile-nav{
		display: none;
	}
	body.body-scroll-lock #mobile-nav{
		display: block !important;
	}
	#mobile-nav {
		background: url("/wp-content/uploads/2024/07/bg_pattern.png") repeat var(--color-dark);
	}
	.menu-header-menu-container{
		width: 100%;
	}
	.mobile-nav-wrap .mobile-menu-list > li > a {
		color: var(--color-dark);
		font-weight: 400;
		border-top: 1px dotted var(--color-dark);
	}
	.moblie-menu-head {
		color: var(--color-dark);
	}
	a.moblie-menu-tel-number{
		color: var(--color-light);
	}*/
}


/*-----------20250828-----------*/
.policy-box {
    text-align: center;
}
h2.policy-title {
    background: url(/wp-content/themes/insp_theme02/img/bg_kasureBK.png) repeat #268a26;
    width: 60%;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 30px;
}
p.catch-title {
    font-size: 2.2rem;
    color: #268a26;
    font-weight: 700;
}
.e-policy-box p.catch-title {
    text-align: center;
}