@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-padding-top: 110px;/*JSは外す*/
	scroll-behavior: smooth;
}
@media (max-width: 960px){
	html{
		scroll-padding-top: 80px;
	}
}
body{
	font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #000;
	transition: .4s;
}
ul:not(.news-detail .flex #main .text ul),
ol:not(.news-detail .flex #main .text ol){
	list-style: none;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.ja{
	display: block;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.7;
	letter-spacing: 0.14em;
}
h2.title span.en{
	display: block;
	font-family: "Rammetto One", sans-serif;
  	font-weight: 400;
	font-size: 1.4rem;
	text-transform: capitalize;
	line-height: 1.2;
	letter-spacing: 0.08em;
	margin-top: 20px;
	color: #ff2d37;
}
h2.title span.en span:nth-child(4n+1){
	color: #759724;
	color: #6FC33A;
}
h2.title span.en span:nth-child(4n+2){
	color: #ffd05d;
}
h2.title span.en span:nth-child(4n+3){
	color: #5f8f98;
	color: #44b5ae;
}
h2.title.white span.en,
h2.title.white span.en span,
h2.title.white span.ja{
	color: #fff !important;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title span.ja{
		font-size: 1.8rem;
	}
	h2.title span.en{
		font-size: 1.1rem;
		margin-top: 15px;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.08em;
	border-top: 3px solid #6FC33A;
	border-bottom: 3px solid #6FC33A;
	color: #6FC33A;
	background-color: #fff;
	padding: 15px 10px;
    margin-bottom: 20px;
	border-radius: 2px;
}
.mtitle.blue{
	border-color: #44b5ae;
	color: #44b5ae;
}
.mtitle.yellow{
	border-color: #ffd05d;
	color: #ffd05d;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #44b5ae;
    padding: 18px 18px;
	padding-left: 36px;
	color: #44b5ae;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(68, 181, 174, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #44b5ae;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 3px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -3px;
	width: 120px;
	height: 3px;
	background: #ff2d37;
}


/*dtitle*/
.dtitle{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 220px;
	aspect-ratio: 380 / 40;
	background: url(../img/dtitle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px auto 0;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.6rem;
	}
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
	font-weight: 500;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 70px;
	aspect-ratio: 52 / 23;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.2rem;
	padding-left: 15px;
	border-left: 4px solid #ffd05d;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.rtitle{
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.9rem;
	color: #ffd05d;
	transform: translateY(-1px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	max-width: 340px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	border-radius: 400px;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: 0.4s;
	background-color: #f4f4f4;
}
.sbtn a::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	font-weight: bold;
	margin-right: 18px;
	color: #ff2d37;
	transition: 0.8s;
}
.sbtn a:hover{
	background-color: #eee;
}
.sbtn a:hover::before{
	transform: translateX(5px);
}
.sbtn.non a::before{
	display: none;
}

.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #000;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long{
	max-width: none;
}
.m_contact{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
	font-weight: 700;
}
.info_table02 th{
	position: relative;
	background: #6FC33A;
	width: 200px;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #6FC33A;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
.info_table02.red th{
	background: #ff2d37;
}
.info_table02.red th::after{
	border-left-color: #ff2d37;
}
.info_table02.blue th{
	background: #44b5ae;
}
.info_table02.blue th::after{
	border-left-color: #44b5ae;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #44b5ae;
	margin-right: 1em;
	font-size: 0.8em;
	transform: translateY(-1px);
}

ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-weight: 700;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #6FC33A;
	margin-right: 0.8em;
}
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	display: flex;
	align-items: center;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ffd05d;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #ffd05d;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.care_list li{
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	font-size: 0.9rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #ff2d37;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 960px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
	border-radius: 10px;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/


.overwrap{
	overflow-x: clip;
}





.deco, .illust{
	pointer-events: none;
}
.deco img,
.illust img{
	display: block;
	width: 100%;
	animation: deco01 1.6s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
	animation-delay: 0.8s;
}
@keyframes deco01{
	0%{
		transform:rotate(0deg)
	}
	25%{
		transform:rotate(0deg)
	}
	30%{
		transform:rotate(1deg)
	}
	85%{
		transform:rotate(1deg)
	}
	90%{
		transform:rotate(0deg)
	}
}


.fluid img{
	display: block;
	width: 100%;
}




.round img{
	border-radius: 20px;
}


/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 10px 30px;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
	transform: translateY(-100%);
}
.site_header.transform{
	transform: translateY(0);
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 300px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .info{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	/*position: absolute;
	top: 0;
	right: 30px;*/
	margin-bottom: 20px;
}
.site_header .tr .btn_wrap{
	display: flex;
}
.site_header .tr .btn_wrap .btn{
	margin-right: 10px;
}
.site_header .tr .btn_wrap .btn a{
	display: block;
	color: #fff;
	background-color: #ff2d37;
	border: 2px solid #ff2d37;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: 0.3s;
	border-radius: 400px;
	padding: 4px 20px;
	font-size: 0.9rem;
}
.site_header .tr .btn_wrap .btn:nth-child(2) a{
	background-color: #44b5ae;
	border-color: #44b5ae;
}
.site_header .tr .btn_wrap .btn:nth-child(3) a{
	background-color: #6FC33A;
	border-color: #6FC33A;
}
.site_header .tr .btn_wrap .btn:nth-child(4) a{
	background-color: #ffd05d;
	border-color: #ffd05d;
}
.site_header .tr .btn_wrap .btn a:hover{
	background-color: #fff;
	color: #ff2d37;
}
.site_header .tr .btn_wrap .btn:nth-child(2) a:hover{
	color: #44b5ae;
}
.site_header .tr .btn_wrap .btn:nth-child(3) a:hover{
	color: #6FC33A;
}
.site_header .tr .btn_wrap .btn:nth-child(4) a:hover{
	color: #ffd05d;
}


.insta_btn{
}
.insta_btn a{
	display: block;
	text-align: center;
	width: 30px;
	margin: 0 auto;
}
.insta_btn a:hover{
	opacity: 0.8;
	transition-delay: 0.1s;
}
.insta_btn a .insta{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: linear-gradient(135deg, #759df4 0%, #ea6692 70%) no-repeat;
	overflow: hidden;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.insta_btn a .insta::before{
	content: '';
	position: absolute;
	top: 15px;
	left: -18px;
	width: 50px;
	aspect-ratio: 1 / 1;
	background: radial-gradient(#fbdd47 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.insta_btn a .insta .fa-instagram {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 17px;
	line-height: 1;
	transform: translate(5%, 0);
}




/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
}
.global_nav ul li{
	margin-left: 50px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: capitalize;
	letter-spacing: 0.12em;
	font-family: "Rammetto One", sans-serif;
  	font-weight: 400;
	font-size: 0.7em;
	margin-bottom: 5px;
}
.global_nav ul li a span::first-letter{
	display: inline-block;
	color: #ff2d37;
	font-size: 1.5em;
}
.global_nav ul li:nth-child(4n+1) a span::first-letter{
	color: #44b5ae;
}
.global_nav ul li:nth-child(4n+2) a span::first-letter{
	color: #ffd05d;
}
.global_nav ul li:nth-child(4n+3) a span::first-letter{
	color: #6FC33A;
}
.global_nav ul li a:hover{
	opacity: 0.4;
}

@media (max-width: 1100px){
	.global_nav ul li{
		margin-left: 24px;
	}
	.global_nav ul li a{
	}
}
@media (max-width: 960px){
	.site_header{
		transform: translateY(0);
		padding: 0 20px;
		border: none;
	}
	.site_header .flex{
		height: 80px;
	}
	.site_header h1{
		width: 240px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header{
		padding: 0 10px;
	}
	.site_header h1{
		width: 200px;
	}
}




.side_fixed{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 80;
	transition: 0.6s;
	opacity: 0;
	pointer-events: none;
}
.side_fixed a{
	display: block;
	background-color: #ff2d37;
	color: #fff;
	padding: 0 10px 20px;
	border-radius: 10px 0 0 10px;
	text-align: center;
}
.side_fixed a img{
	display: block;
	width: 80px;
	transform: translateY(-10px);
}
.side_fixed a p{
	font-weight: 700;
	line-height: 1.5;
}
.side_fixed.transform{
	opacity: 1;
	pointer-events: all;
}
.side_fixed.transform:hover{
	opacity: 0.8;
}
@media (max-width: 750px){
	.side_fixed a{
		padding: 0 7px 15px;
	}
	.side_fixed a img{
		width: 70px;
	}
}


/*===スライダー==============================*/
.fv{
	position: relative;
	z-index: 10;
}
.fv .wrapper{
	display: flex;
}
.fv .wrapper .fv_nav{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
}
.fv .wrapper .top_slider{
	position: relative;
	width: calc(100% - 400px);
}

.fv .wrapper .fv_nav h2.logo{
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.fv .wrapper .fv_nav nav ul{
	text-align: center;
}
.fv .wrapper .fv_nav nav ul li{
	margin-bottom: 5px;
}
.fv .wrapper .fv_nav nav ul li a{
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.12em;
}
.fv .wrapper .fv_nav nav ul li a span.en{
	display: inline-block;
	text-transform: capitalize;
	letter-spacing: 0.12em;
	font-family: "Rammetto One", sans-serif;
  	font-weight: 400;
	font-size: 1.3rem;
}
.fv .wrapper .fv_nav nav ul li a span.en::first-letter{
	display: inline-block;
	color: #ff2d37;
	font-size: 1.5em;
}
.fv .wrapper .fv_nav nav ul li:nth-child(4n+1) a span.en::first-letter{
	color: #44b5ae;
}
.fv .wrapper .fv_nav nav ul li:nth-child(4n+2) a span.en::first-letter{
	color: #ffd05d;
}
.fv .wrapper .fv_nav nav ul li:nth-child(4n+3) a span.en::first-letter{
	color: #6FC33A;
}
.fv .wrapper .fv_nav nav ul li a span.ja::before{
	display: inline-block;
	content: '/';
	margin-left: 12px;
	margin-right: 6px;
}
.fv .wrapper .fv_nav nav ul li a:hover{
	opacity: 0.6;
	transform: scale(0.98);
}


.fv .wrapper .fv_nav .btn_wrap{
	margin-top: 40px;
}
.fv .wrapper .fv_nav .btn_wrap .btn{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.fv .wrapper .fv_nav .btn_wrap .btn:last-child{
	margin-bottom: 0 !important;
}
.fv .wrapper .fv_nav .btn_wrap .btn a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #ff2d37;
	border: 2px solid #ff2d37;
	padding: 10px 0;
	border-radius: 500px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.fv .wrapper .fv_nav .btn_wrap .btn a i{
	display: inline-block;
	margin-right: 3px;
}
.fv .wrapper .fv_nav .btn_wrap .btn:nth-child(2) a{
	background-color: #44b5ae;
	border-color:  #44b5ae;
}
.fv .wrapper .fv_nav .btn_wrap .btn:nth-child(3) a{
	background-color: #6FC33A;
	border-color:  #6FC33A;
}
.fv .wrapper .fv_nav .btn_wrap .btn:nth-child(4) a{
	background-color: #ffd05d;
	border-color:  #ffd05d;
}
.fv .wrapper .fv_nav .btn_wrap .btn a:hover{
	background-color: #fff !important;
	color: #ff2d37;
}
.fv .wrapper .fv_nav .btn_wrap .btn:nth-child(2) a:hover{
	color: #44b5ae;
}
.fv .wrapper .fv_nav .btn_wrap .btn:nth-child(3) a:hover{
	color: #6FC33A;
}
.fv .wrapper .fv_nav .btn_wrap .btn:nth-child(4) a:hover{
	color: #ffd05d;
}



.top_slider .slider{
	position: relative;
	border-radius: 0 0 0 40px;
	overflow: hidden;
	background-color: #fff;
}
.top_slider .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.1);
	pointer-events: none;
	z-index: 1;
}
.top_slider .slider li{
	width: 100%;
	height: 90vh;
	min-height: 740px;
	min-height: 800px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}
.top_slider .slider li.top04{
	background-image: url(../img/top04.jpg);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	bottom: 4%;
	right: 2%;
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 80%;
	max-width: 650px;
	animation: apper 1.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
		transform: translateY(20%);
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.top_slider .catch img{
	animation: rotate_anime 1.6s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
}
@keyframes rotate_anime{
	0%{
		transform:rotate(0deg)
	}
	25%{
		transform:rotate(0deg)
	}
	30%{
		transform:rotate(1deg)
	}
	85%{
		transform:rotate(1deg)
	}
	90%{
		transform:rotate(0deg)
	}
}

@media (max-width: 1200px){
	.fv .wrapper .fv_nav{
		width: 300px;
	}
	.fv .wrapper .top_slider{
		width: calc(100% - 300px);
	}
	.fv .wrapper .fv_nav h2.logo{
		width: 90%;
		margin-bottom: 30px;
	}
	.fv .wrapper .fv_nav .btn_wrap{
		margin-top: 30px;
	}
	.fv .wrapper .fv_nav .btn_wrap .btn{
		width: 90%;
	}
}
@media (max-width: 960px){
	.fv .wrapper{
		display: block;
	}
	.fv .wrapper .fv_nav{
		display: none;
	}
	.fv .wrapper .top_slider{
		width: 100%;
	}
	.top_slider .slider{
		border-radius: 0;
	}
	.top_slider .slider li{
		height: 90vh;
		min-height: 500px;
	}
}
@media (max-width: 750px){
	.top_slider .slider li{
		height: 70vh;
		min-height: 400px;
	}
}



/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
main section.pb0{
	padding-bottom: 0;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	border-bottom: 3px solid #6FC33A;
	box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 24px;
}
.info_wrap::before{
	content: '';
	width: 7%;
	max-width: 35px;
	aspect-ratio: 600 / 998;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/deco07.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
	transform: translate(-5px, -10px);
}
.info_wrap::after{
	content: '';
	width: 28%;
	max-width: 200px;
	aspect-ratio: 600 / 175;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/illust02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
	transform: translate(5px, 10px);
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
	.info_wrap::before{
		max-width: 28px;
	}
}


.bg01{
	background-color: #fffbf1;
}




/*波は全てafter*/
.nami01::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/nami01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -2;
	transform: translateY(1px);
}
.nami01_w::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/nami01_w.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -2;
	transform: translateY(1px);
}
.nami01_b::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/nami01_b.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -2;
	transform: translateY(1px);
}
.nami02::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/nami02.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -2;
	transform: translateY(1px);
}
.nami02_w::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/nami02_w.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -2;
	transform: translateY(1px);
}






/*==news==============================*/
.news .deco01{
	position: absolute;
	top: 0;
	left: 3%;
	width: 30%;
	max-width: 180px;
	transform: translateY(-20%);
}
.news .illust01{
	position: absolute;
	top: 50px;
	right: 3%;
	width: 20%;
	max-width: 160px;
	z-index: -2;
}
.news .fluid01{
	position: absolute;
	top: 60%;
	right: 0;
	transform: translate(0, -50%);
	width: 25%;
	max-width: 300px;
	z-index: -2;
}
.news .fluid02{
	position: absolute;
	top: 0;
	right: 55%;
	transform: translate(0, -30%);
	width: 25%;
	max-width: 300px;
	z-index: -3;
}
@media (max-width: 960px){
	.news .fluid02{
		top: 0;
		right: 15%;
		transform: translate(0, -30%);
		width: 25%;
		max-width: 300px;
	}
}



/*==welcome==============================*/
.welcome{
}
.welcome .deco01{
	position: absolute;
	top: 0;
	right: 0;
	width: 14%;
	max-width: 120px;
	z-index: 2;
}
.welcome .illust01{
	position: absolute;
	top: 0;
	left: 10px;
	width: 50%;
	max-width: 400px;
	z-index: 1;
	transform: translateY(-40%);
}
.welcome .fluid01{
	position: absolute;
	top: 0;
	left: 50%;
	width: 35%;
	max-width: 300px;
	transform: translate(0, -40%);
	z-index: -1;
}
@media (max-width: 750px){
	.welcome .fluid01{
		top: auto;
		bottom: 120px;
		left: 10px;
		z-index: -1;
	}
}


.ts_flex{
	display: flex;
	justify-content: space-between;
}
.ts_flex .picture{
	width: 53%;
	position: relative;
}
.ts_flex .picture img.main{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 10px 10px 0;
}
.ts_flex.reverse .picture img.main{
	border-radius: 10px 0 0 10px;
}
.ts_flex .picture .illust{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 30%;
	max-width: 200px;
	transform: translate(10%, 15%);
}
.ts_flex .text{
	width: 47%;
	padding: 100px 60px;
}
.ts_flex .text .info{
	margin-bottom: 40px;
}
@media (max-width: 1200px){
	.ts_flex .text{
		padding: 60px 30px;
	}
}
@media (max-width: 960px){
	.ts_flex{
		flex-direction: column;
	}
	.ts_flex.reverse{
		flex-direction: column-reverse;
	}
	.ts_flex .picture{
		width: 96%;
		aspect-ratio: 5 / 3;
		margin: 0 auto;
	}
	.ts_flex .picture img.main{
		border-radius: 10px;
	}
	.ts_flex.reverse .picture{
		border-radius: 10px;
	}
	.ts_flex.reverse .picture img.main{
		border-radius: 10px;
	}
	.ts_flex .text{
		width: 100%;
		padding: 40px 30px 0;
	}
	.ts_flex .text .info{
		margin-bottom: 40px;
	}
}
@media (max-width: 750px){
	.ts_flex .text{
		padding: 40px 20px 0;
	}
}



/*===”食”は元気と健康の源==============================*/
.t_shoku{
}

.t_shoku .deco01{
	position: absolute;
	top: 0;
	left: 10px;
	width: 30%;
	max-width: 200px;
	z-index: 2;
	transform: translate(0, -20%);
}
.t_shoku .deco02{
	position: absolute;
	bottom: 60px;
	right: 0;
	width: 20%;
	max-width: 100px;
	z-index: 2;
	transform: translate(15%, 0);
}
@media (max-width: 750px){
	.t_shoku .deco02{
		bottom: 0;
	}
}

.t_shoku .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_shoku .flex .text{
	width: 460px;
}
.t_shoku .flex .text img.sub{
	display: block;
	width: 80%;
	max-width: 250px;
	max-width: 330px;
	margin: 0 auto;
	margin-bottom: 20px;
	animation: deco01 1.6s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
}
.t_shoku .flex .img{
	width: calc(50% - 250px);
	overflow: hidden;
}
.t_shoku .flex .img img{
	height: 100%;
	object-fit: cover;
}
.t_shoku .flex .img01{
	border-radius: 0 10px 10px 0;
}
.t_shoku .flex .img02{
	border-radius: 10px 0 0 10px;
}


@media (max-width: 960px){
	.t_shoku .flex{
		display: block;
	}
	.t_shoku .flex .text{
		width: 100%;
		padding: 60px 30px;
	}
	.t_shoku .flex .img{
		width: 90%;
		aspect-ratio: 2 / 1;
	}
	.t_shoku .flex .img02{
		margin: 0 0 0 auto;
	}
}
@media (max-width: 450px){
	.t_shoku .flex .text{
		padding: 40px 10px;
	}
}



/*===スタッフ募集中！==============================*/
.t_staff .fluid01{
	position: absolute;
	top: 0;
	left: 10px;
	width: 40%;
	max-width: 280px;
	z-index: -1;
	transform: translate(0, -50%);
}

.t_staff .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_staff .flex .text{
	width: 40%;
}
.t_staff .flex .img{
	width: 57%;
}
@media (max-width: 960px){
	.t_staff .flex{
		flex-direction: column-reverse;
	}
	.t_staff .flex .text{
		width: 100%;
	}
	.t_staff .flex .img{
		width: 100%;
		margin-bottom: 30px;
	}
}




/*===フッター==============================*/
footer{
}
.footer_top{
	position: relative;
	z-index: 1;
	padding: 100px 0;
	background-color: #fffbf1;
}
.footer_top .inner.white{
	border-top: 5px solid #6FC33A;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
	max-width: 960px;
}
.footer_top .bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 500px;
	clip-path: ellipse(100% 100% at top);
}
.footer_top .bg::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(44, 79, 23, 0.6);
	pointer-events: none;
	z-index: 1;
}
.footer_top .bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer_top .deco01{
	position: absolute;
	top: 500px;
	right: 0;
	width: 18%;
	max-width: 200px;
	transform: translate(10%, -50%);
}
.footer_top .deco02{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12%;
	max-width: 100px;
	transform: translate(-15%, 30%);
}
.footer_top .fluid01{
	position: absolute;
	top: 55%;
	right: 0;
	transform: translate(0, -50%);
	width: 25%;
	max-width: 300px;
	z-index: -2;
}
.footer_top .fluid02{
	position: absolute;
	top: 70%;
	left: 0;
	transform: translate(0, -50%);
	width: 25%;
	max-width: 300px;
	z-index: -2;
}
@media (max-width: 960px){
	.footer_top .bg{
		height: 400px;
	}
}
@media (max-width: 750px){
	.footer_top{
		padding: 60px 0;
	}
	.footer_top .deco01{
		top: 400px;
	}
}
@media (max-width: 450px){
	.footer_top .bg{
		height: 300px;
	}
}


.footer_middle{
	position: relative;
	padding: 60px 0 0;
}
.footer_middle .flex{
	display: flex;
	justify-content: space-between;
}
.footer_middle .flex .left{
	width: calc(100% - 660px);
}
.footer_middle .flex .right{
	width: 640px;
}

.footer_middle .flex .left h3{
	max-width: 350px;
	margin-bottom: 10px;
}
.footer_middle .flex .left .info p{
	font-size: 0.8rem;
}
.footer_middle .flex .left .sns_wrap{
	display: flex;
	justify-content: left;
	margin-top: 15px;
}
.footer_middle .flex .left .sns_wrap .btn{

}
.footer_middle .flex .left .sns_wrap .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	font-size: 17px;
	background-color: #f3f3f3;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	margin-right: 8px;
	color: #44b5ae;
}
.footer_middle .flex .left .sns_wrap .btn a:hover{
	opacity: 0.6;
}




.footer_middle .flex .right .footer_nav{
}
.footer_middle .flex .right .footer_nav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_middle .flex .right .footer_nav ul li{
	width: 48%;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
}
.footer_middle .flex .right .footer_nav ul li a{
	font-weight: 700;
	letter-spacing: 0.08em;
}
.footer_middle .flex .right .footer_nav ul li a::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.8em;
	transform: translateY(-1px);
	color: #44b5ae;
}
.footer_middle .flex .right .footer_nav ul li a:hover{
	opacity: 0.6;
}
.footer_middle .flex .right .footer_nav ul li a span{
	color: #333;
}
.footer_middle .flex .right .footer_nav ul li a span i{
	display: inline-block;
	font-size: 0.7em;
	transform: translateY(-2px);
}

.footer_middle .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.footer_middle .btn_wrap .btn{
	width: 49%;
}
.footer_middle .btn_wrap .btn a{
	display: block;
	width: 100%;
	background-color: #ff2d37;
	border: 2px solid #ff2d37;
	color: #fff;
	border-radius: 500px;
	padding: 8px 30px;
	font-weight: 700;
	text-align: center;
}
.footer_middle .btn_wrap .btn a:hover{
	background-color: #fff;
	color: #ff2d37;
}
.footer_middle .btn_wrap .btn:nth-child(2) a{
	background-color: #44b5ae;
	border-color: #44b5ae;
}
.footer_middle .btn_wrap .btn:nth-child(2) a:hover{
	background-color: #fff;
	color: #44b5ae;
}

.footer_middle .footer_illust{
	display: block;
	width: 100%;
	margin-top: 100px;
}

.footer_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 13px 0;
}

@media (max-width: 960px){
	.footer_middle .flex{
		display: block;
		max-width: 600px;
		margin: 0 auto;
	}
	.footer_middle .flex .left{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer_middle .flex .right{
		width: 100%;
	}
	.footer_middle .flex .left h3{
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.footer_middle .flex .left .sns_wrap{
		justify-content: center;
	}
	.footer_middle .btn_wrap{
		display: block;
		margin-top: 30px;
	}
	.footer_middle .btn_wrap .btn{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.footer_middle .btn_wrap .btn:last-child{
		margin-bottom: 0 !important;
	}
	.footer_middle .btn_wrap .btn a{
		padding: 12px 0;
		text-align: center;
	}
}
@media (max-width: 750px){
	.footer_middle{
		padding: 60px 0 0;
	}
	.footer_middle .footer_illust{
		margin-top: 60px;
	}
	.footer_bottom{
		padding: 8px 0;
		font-size: 0.9rem;
	}
}
@media (max-width: 450px){
	.footer_middle .flex .right .footer_nav ul{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.footer_middle .flex .right .footer_nav ul li{
		width: 100%;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #6FC33A;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 10;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 130px 0;
	clip-path: ellipse(100% 60% at 50% 40%);
}
.kasou_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.1);
	pointer-events: none;
	z-index: 1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #ff2d37;
	margin-bottom: 8px;
	text-shadow: #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px;
}
.kasou_top h2 span:nth-child(4n+1){
	color: #6FC33A;
}
.kasou_top h2 span:nth-child(4n+2){
	color: #ffd05d;
}
.kasou_top h2 span:nth-child(4n+3){
	color: #44b5ae;
}
@media (max-width: 960px){
	.kasou_top{
		margin-top: 80px;
	}
}
@media (max-width: 750px){
	.kasou_top{
		padding: 100px 0;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}
@media (max-width: 450px){
	.kasou_top{
		padding: 80px 0;
	}
}


#guide_page .kasou_top{
	background-image: url(../img/kasou_top_guide.jpg);
}





/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	background-color: #6FC33A;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 15px;
	margin: 0 auto;
	border-radius: 3px;
	line-height: 1.7;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}



/*===園についてページ==============================*/
.guide_lede{
	z-index: 2;
}
.guide_lede .fluid01{
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
	max-width: 500px;
	z-index: -1;
	transform: translate(-6%, -30%);
}
.guide_lede .fluid02{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38%;
	max-width: 300px;
	z-index: -1;
	transform: translate(-10%, 30%);
}
.guide_lede .illust01{
	position: absolute;
	top: 0;
	right: 2%;
	width: 18%;
	max-width: 160px;
	z-index: -1;
}


.guide_title{
	display: block;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 0.14em;
	margin-bottom: 40px;
}
@media (max-width: 750px){
	.guide_title{
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
}


.guide_lede .container .wrapper{
	margin-bottom: 60px;
}
.guide_lede .container .wrapper:last-child{
	margin-bottom: 0 !important;
}

.guide_lede .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guide_lede .flex .img{
	position: relative;
	z-index: 1;
	width: 48%;
}
.guide_lede .flex .img img{
	border-radius: 40% 40% 58% 42% / 35% 60% 45% 70%;
}
.guide_lede .flex .img img.deco{
	border-radius: 0;
}
.guide_lede .flex .img img.deco01{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	width: 20%;
}
.guide_lede .flex .img img.deco02{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 40%;
}
.guide_lede .flex .img img.deco03{
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-10px, -10px);
	z-index: -1;
	width: 35%;
}
.guide_lede .flex .text{
	width: 43%;
}
.guide_lede .flex.reverse .text .info{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 0 0 auto;
}
.guide_lede .flex .text .info p{
	line-height: 2.2;
	margin-bottom: 20px;
}
@media (max-width: 960px){
	.guide_lede .container .wrapper{
		margin-bottom: 40px;
	}
	.guide_lede .flex{
		flex-direction: column;
	}
	.guide_lede .flex.reverse{
		flex-direction: column-reverse;
	}
	.guide_lede .flex .img{
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.guide_lede .flex .text{
		width: 100%;
	}
	.guide_lede .flex .text .info,
	.guide_lede .flex.reverse .text .info{
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
}




.vision{
}

.vision .container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vision .container .wrapper{
	width: 48%;
	background-color: #fff;
	margin-bottom: 40px;
	border-radius: 20px;
	padding: 60px;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.vision .container .wrapper h3{
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.vision .container .wrapper h3::before{
	font-family: "Font Awesome 6 Free";
	content: "\f04b";
	font-weight: bold;
	margin-right: 15px;
	color: #ffd05d;
}
@media (max-width: 960px){
	.vision .container{
		display: block;
	}
	.vision .container .wrapper{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 450px){
	.vision .container .wrapper{
		padding: 30px;
	}
}


ul.num_list li{
	position: relative;
	padding: 15px 5px;
	padding-left: 50px;
	border-bottom: 3px dashed #eee;
}
ul.num_list li span.num{
	display: block;
	color: #44b5ae;
	font-family: "Rammetto One", sans-serif;
  	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	letter-spacing: 0.1em;
}


ul.dot_list li{
	letter-spacing: 0.05em;
	padding: 10px 0;
}
ul.dot_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: bold;
	margin-right: 10px;
	color: #44b5ae;
	font-size: 0.9em;
	transform: translateY(-1px);
}





.importance{
}
.importance .fluid01{
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 35%;
	max-width: 350px;
	transform: translate(20%, 0);
}
.importance .fluid02{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 35%;
	max-width: 350px;
	transform: translate(-20%, -40%);
}

.importance .container .wrapper{
	width: 90%;
	margin-bottom: 50px;
}
.importance .container .wrapper:nth-child(even){
	margin: 0 0 0 auto;
	margin-bottom: 50px;
}
.importance .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.importance .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.importance .container .wrapper .flex .img{
	width: 40%;
}
.importance .container .wrapper .flex .text{
	width: 58%;
}
.importance .container .wrapper .flex .text h3{
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	padding-left: 20px;
}
.importance .container .wrapper .flex .text h3::before{
	content: '';
	width: 100%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../img/title_deco.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
	width: 20px;
}
.importance .container .wrapper .flex .text h3::first-letter{
	font-size: 1.6em;
	color: #ff2d37;
	margin-right: 5px;
}
@media (max-width: 960px){
	.importance .container .wrapper{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.importance .container .wrapper:nth-child(even){
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.importance .container .wrapper .flex{
		display: block;
	}
	.importance .container .wrapper .flex .img{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.importance .container .wrapper .flex .text{
		width: 100%;
	}
	.importance .container .wrapper .flex .text h3{
		font-size: 1.4rem;
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.importance .container .wrapper .flex .text h3::before{
		transform: translateY(-50%);
		width: 15px;
	}
}





.facility{
}
.facility .fluid01{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	max-width: 300px;
	z-index: -1;
}
.facility .deco01{
	position: absolute;
	top: 30px;
	right: 1%;
	width: 25%;
	max-width: 200px;
	z-index: -1;
}
.facility .illust01{
	position: absolute;
	top: 0;
	left: 3%;
	width: 22%;
	max-width: 150px;
	z-index: -1;
	transform: translate(0, -30%);
}


.facility .container .wrapper{
	margin-bottom: 100px;
}
.facility .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.facility .container .wrapper:nth-child(3n+1) .mtitle{
	border-color: #44b5ae;
	color: #44b5ae;
}
.facility .container .wrapper:nth-child(3n+2){
	border-color: #ffd05d;
}
.facility .container .wrapper:nth-child(3n+2) .mtitle{
	border-color: #ffd05d;
	color: #ffd05d;
}

.facility_slide{
}
.facility_slide li{
	position: relative;
	z-index: 1;
	margin: 0 10px;
}
.facility_slide a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 20px;
}
.facility_slide a img{
	display: block;
	object-fit: cover;
	width: 101%;
	height: 101%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 1s ease;
	z-index: -1;
}
.facility_slide a:hover img{
	transform: translate(-50%, -50%) scale(1.05);
}
.facility_slide li p.txt{
	position: absolute;
	background-color: #fff;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 5px 10px;
	border-radius: 0 5px 0 5px;
	pointer-events: none;
	font-weight: 700;
	font-size: 0.95rem;
}


.facility_slide .slide_left, .facility_slide .slide_right{
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 10;
	width: 25px;
    height: 25px;
	cursor: pointer;
	border-color: #ffd05d !important;
}
.facility_slide .slide_left{
    border-left: solid 2px;
    border-bottom: solid 2px;
    left: 20px;
    transform: rotate(45deg);
}
.facility_slide .slide_right{
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 20px;
}
@media (max-width: 750px){
	.facility .container .wrapper{
		margin-bottom: 60px;
	}
	.facility_slide li{
		margin: 0 7px;
	}
}






.information{
}
.information .illust01{
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	max-width: 350px;
	transform: translate(2px, -30%);
}




.access{
}
.access .fluid01{
	position: absolute;
	top: 60px;
	right: 0;
	z-index: -1;
	width: 35%;
	max-width: 300px;
	transform: translate(10%, 0);
}
.access .fluid02{
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 1;
	width: 35%;
	max-width: 300px;
	transform: translate(0, 0);
}
.access .illust01{
	position: absolute;
	bottom: 20px;
	left: 2%;
	width: 25%;
	max-width: 160px;
	z-index: 1;
}




/*===園での暮らしページ==============================*/
.daily{
	z-index: 2;
}
.daily .fluid01{
	position: absolute;
	top: 0;
	left: 3px;
	z-index: -1;
	width: 45%;
	max-width: 400px;
	transform: translate(-10%, 0);
}
@media (max-width: 750px){
	.daily .fluid01{
		display: none;
	}
}
.daily .fluid02{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 45%;
	max-width: 300px;
}
.daily .deco01{
	position: absolute;
	top: 0;
	right: 3%;
	z-index: -1;
	width: 15%;
	max-width: 200px;
}


.daily .container{
	display: flex;
	justify-content: space-between;
}
.daily .container .wrapper{
	width: 50%;
	padding: 60px 0;
}
.daily .container .wrapper:nth-child(1){
	border-right: 4px dashed #ddd;
	padding-right: 30px;
}
.daily .container .wrapper:nth-child(2){
	padding-left: 30px;
}
.daily .container .wrapper .daily_lede{
	background-color: #fffbf1;
	padding: 20px 10px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.daily .container .wrapper ul.class{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.daily .container .wrapper ul.class li{
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #ffd05d;
	padding: 0 15px;
	font-weight: 700;
	border: 2px solid #FFC944;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
.time_flow{
}
.time_flow .box{
	background-color: #f8f8f8;
	padding: 20px 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.time_flow .box:last-child{
	margin-bottom: 0 !important;
}
.time_flow .box h5{
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	color: #fff;
	background-color: #6FC33A;
	border-radius: 10px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.time_flow .box h5::before{
	font-family: "Font Awesome 6 Free";
	content: "\f017";
	font-weight: bold;
	margin-right: 10px;
}
.time_flow .box .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.time_flow .box .flex .img{
	width: 48%;
}
.time_flow .box .flex .text{
	width: 48%;
}
@media (max-width: 960px){
	.daily .container{
		display: block;
	}
	.daily .container .wrapper{
		width: 100%;
		margin-bottom: 60px;
		padding: 0;
	}
	.daily .container .wrapper:last-child{
		margin-bottom: 0 !important;
	}
	.daily .container .wrapper:nth-child(1){
		border-right: none;
		padding-right: 0;
	}
	.daily .container .wrapper:nth-child(2){
		padding-left: 0;
	}
}
@media (max-width: 750px){
	.daily .container .wrapper ul.class{
		justify-content: space-between;
	}
	.daily .container .wrapper ul.class li{
		width: 49%;
		margin-right: 0;
	}
	.time_flow .box .flex{
		display: block;
	}
	.time_flow .box .flex .img{
		width: 100%;
		margin-bottom: 15px;
	}
	.time_flow .box .flex .text{
		width: 100%;
	}
	.time_flow .box h5{
		font-size: 1.25rem;
	}
}

.daily .illust01{
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}






.schedule{
}
.schedule .fluid01{
	position: absolute;
	top: 0;
	left: 3px;
	z-index: -1;
	width: 35%;
	max-width: 400px;
}
.schedule .fluid02{
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: -1;
	width: 35%;
	max-width: 400px;
}
.schedule .illust01{
	position: absolute;
	top: 0;
	right: 3%;
	z-index: -1;
	width: 36%;
	max-width: 380px;
}


.schedule .container .wrapper{
	position: relative;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 50px;
}
.schedule .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.schedule .container .wrapper h3.sub{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	transform: translate(-10%, -20%);
	z-index: 10;
	filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1)) drop-shadow(0 0 3px rgba(255, 255, 255, 1)) drop-shadow(0 0 3px rgba(255, 255, 255, 1));
}
.schedule .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
}
.schedule .container .wrapper .flex .img{
	width: 46%;
	overflow: hidden;
	border-radius: 20px;
}
.schedule .container .wrapper .flex .img img{
	height: 100%;
	object-fit: cover;
}
.schedule .container .wrapper .flex .text{
	width: 50%;
}
.schedule .container .wrapper .flex .text .info{
	margin-bottom: 20px;
}
.schedule .container .wrapper .flex .text .info h4{
	font-weight: 700;
	font-size: 1.05rem;
}
ul.dot_list02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.dot_list02 li{
	width: 48.5%;
	letter-spacing: 0.05em;
	padding: 7px 0;
	border-bottom: 2px dashed #ddd;
}
ul.dot_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: bold;
	margin-right: 10px;
	color: #44b5ae;
	font-size: 0.9em;
	transform: translateY(-1px);
}
.schedule .container .wrapper .flex .text p.tail{
}
.schedule .container .wrapper .flex .text span.colored{
	color: #ff2d37;
	font-weight: 700;
}
@media (max-width: 960px){
	.schedule .container .wrapper .flex{
		display: block;
	}
	.schedule .container .wrapper .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.schedule .container .wrapper .flex .text{
		width: 100%;
	}
}
@media (max-width: 750px){
	.schedule .container .wrapper{
		padding: 20px;
	}
	.schedule .container .wrapper h3.sub{
		width: 120px;
		transform: translate(0, -30%);
	}
	ul.dot_list02{
		display: block;
	}
	ul.dot_list02 li{
		width: 100%;
	}
}







/*===給食・食育ページ==============================*/
.lunch{
	z-index: 2;
}
.lunch .illust01{
	position: absolute;
	top: 50px;
	right: 3%;
	width: 20%;
	max-width: 160px;
	z-index: -2;
}
.lunch .fluid01{
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-15px, -30%);
	width: 35%;
	max-width: 400px;
	z-index: -3;
}
.lunch .fluid02{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(0, 25%);
	width: 27%;
	max-width: 300px;
	z-index: -1;
}
.lunch .deco01{
	position: absolute;
	top: 10px;
	left: 56%;
	z-index: -1;
	width: 18%;
	max-width: 120px;
}

.lunch .text .illust{
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
}


.food .fluid01{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 35%;
	max-width: 200px;
}
.food .fluid02{
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: -1;
	width: 30%;
	max-width: 200px;
	transform: translate(-5px, 0);
}

.food .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1200px;
}
.food .flex .img{
	width: 400px;
}
.food .flex .text{
	width: calc(100% - 440px);
}
.food .flex .text .illust{
	width: 60%;
	margin: 0 0 0 auto;
	margin-top: 10px;
}
@media (max-width: 960px){
	.food .flex{
		display: block;
	}
	.food .flex .img{
		width: 60%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.food .flex .text{
		width: 100%;
	}
	.food .flex .text .illust{
		width: 60%;
		margin: 0 0 0 auto;
		margin-top: 10px;
	}
}





/*===保護者様専用ページ==============================*/
.blog{
}
.blog .deco01{
	position: absolute;
	top: 0;
	right: 2%;
	width: 20%;
	max-width: 150px;
	z-index: -1;
}
.blog .illust01{
	position: absolute;
	top: 0;
	left: 2%;
	width: 20%;
	max-width: 150px;
	z-index: -1;
}
.blog .fluid01{
	position: absolute;
	top: 60%;
	right: 0;
	transform: translate(0, -50%);
	width: 25%;
	max-width: 300px;
	z-index: -2;
}




.gallery .fluid01{
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(5%, -30%);
	width: 35%;
	max-width: 300px;
	z-index: -2;
}
.gallery .illust01{
	position: absolute;
	top: 0;
	left: 10px;
	width: 30%;
	max-width: 400px;
	z-index: 1;
	transform: translateY(-30%);
}
@media (max-width: 450px){
	.gallery .illust01{
		width: 40%;
		transform: translateY(-50%);
	}
}


.gallery_container{
}
.gallery_container .wrapper{
	margin-bottom: 40px;
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	/*border-bottom: 6px solid #6FC33A;
	border-right: 4px solid #6FC33A;*/
	box-shadow: rgba(166, 173, 180, 0.15) 0px 0px 30px;
}
.gallery_container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.gallery_container .wrapper:nth-child(3n+1){
	border-color: #44b5ae;
}
.gallery_container .wrapper:nth-child(3n+1) .mtitle{
	border-color: #44b5ae;
	color: #44b5ae;
}
.gallery_container .wrapper:nth-child(3n+2){
	border-color: #ffd05d;
}
.gallery_container .wrapper:nth-child(3n+2) .mtitle{
	border-color: #ffd05d;
	color: #ffd05d;
}
.gallery_container .wrapper .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
}
.gallery_container .wrapper .flex .item{
	width: calc(100% / 4 - 8px);
	margin: 4px;
	margin-bottom: 15px;
}
.gallery_container .wrapper .flex .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	margin-bottom: 3px;
	background-color: #fff;
	border-radius: 10px;
}
.gallery_container .wrapper .flex .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.gallery_container .wrapper .flex .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: 1s ease;
}
.gallery_container .wrapper .flex .item a:hover img{
	transform: scale(1.1);
}
.gallery_container .wrapper .flex .item p{
	text-align: center;
	font-weight: 700;
	font-size: 0.95rem;
}
@media (max-width: 960px){
	.gallery_container .wrapper{
		margin-bottom: 30px;
		padding: 30px 20px;
	}
	.gallery_container .wrapper .flex .item{
		width: calc(100% / 2 - 8px);
	}
}
@media (max-width: 450px){
	.gallery_container .wrapper .flex .item p{
		font-size: 0.8rem;
	}
}




/*===法人案内ページ==============================*/
.greeting .fluid01{
	position: absolute;
	top: 0;
	right: 5%;
	z-index: -1;
	width: 35%;
	max-width: 300px;
}

.greeting .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.greeting .flex .img{
	position: relative;
	z-index: 1;
	width: 48%;
}
.greeting .flex .img img{
	border-radius: 40% 40% 58% 42% / 35% 60% 45% 70%;
}
.greeting .flex .img img.deco{
	border-radius: 0;
}
.greeting .flex .img img.deco01{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	width: 20%;
}
.greeting .flex .img img.deco02{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 40%;
}
.greeting .flex .img img.deco03{
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-10px, -10px);
	z-index: -1;
	width: 35%;
}
.greeting .flex .text{
	width: 48%;
}
.greeting .tail{
	text-align: right;
	font-size: 0.9rem;
	margin-top: 30px;
}
@media (max-width: 960px){
	.greeting .flex{
		display: block;
	}
	.greeting .flex .img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.greeting .flex .text{
		width: 100%;
	}
}
@media (max-width: 750px){

}


.about{
	z-index: 2;
}
.about .illust01{
	position: absolute;
	top: 0;
	right: 1px;
	transform: translate(0, -30%);
	width: 45%;
	max-width: 300px;
	z-index: 1;
}
.about .fluid01{
	position: absolute;
	top: 0;
	left: 3px;
	z-index: -1;
	width: 28%;
	max-width: 300px;
}
.about .fluid02{
	position: absolute;
	bottom: 10%;
	right: 0;
	z-index: -1;
	width: 45%;
	max-width: 300px;
}
@media (max-width: 750px){
	.about .fluid02{
		bottom: 0;
		transform: translate(0,10%);
	}
}


.link_list li{
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
.link_list li:first-child{
	padding-top: 0;
}
.link_list li a{
	color: #44b5ae;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.link_list li a:hover{
	opacity: 0.6;
}




.opinion{
	background-color: #44b5ae;
}




/*メールフォーム*/
.contact .tel_contact{
}
.contact .tel_contact .flex{
	display: flex;
	justify-content: space-between;
}
.contact .tel_contact .flex .box{
	width: 49%;
}
.contact .tel_contact .flex .box .info{
	/*background-color: #f9f9f9;
	padding: 15px 20px;
	border-radius: 10px;*/
}
.contact .tel_contact .flex .box p.sub{
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
}
.contact .tel_contact .flex .box p.sub a{
	display: flex;
	align-items: center;
}
.contact .tel_contact .flex .box p.sub span.icon{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #6FC33A;
	background-color: #ffd05d;
	color: #fff;
	width: 60px;
	margin-right: 20px;
	font-size: 1.2rem;
}
.contact .tel_contact .flex .box:nth-child(2) p.sub span.icon{
	background-color: #ffd05d;
	background-color: #6FC33A;
}
.contact .tel_contact .flex .box p.sub a:hover{
	opacity: 0.6;
}
.contact .tel_contact ul.care_list{
	margin-top: 25px;
}
.contact .tel_contact ul.care_list li{
	background-color: #fafafa;
	padding: 3px 10px;
}
@media (max-width: 750px){
	.contact .tel_contact .flex{
		display: block;
	}
	.contact .tel_contact .flex .box{
		width: 100%;
		margin-bottom: 30px;
	}
	.contact .tel_contact .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}

.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;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row span.hissu{
	color: #fff;
	background: #6FC33A;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.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;
	background: #f4f4f4;
	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: #6FC33A;
	border: 1px solid #6FC33A;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #6FC33A;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.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 #6FC33A;
    border-bottom: 3px solid #6FC33A;
    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: #6FC33A;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #6FC33A;
}
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.8rem;
}

/*プライバシーポリシー*/
.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;
	font-weight: 400;
}
.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: #fffbf1;
	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: #6FC33A;
	font-weight: 700;
	font-size: 0.9rem;
}
.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: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

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

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}