@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: #FFF5DC;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
	overflow: auto;
}
.hamopen {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
a {
	text-decoration: none;
	transition: .4s;
}
/*=====ウェブアクセシビリティ=====*/
a:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
button:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 75px 0 115px;
	position: relative;
}
main section.stb {
	padding: 120px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 40px 0 70px;
	}
	main section.stb {
		padding: 65px 0;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(255, 239, 135, 0.55);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*最初にロゴを表示*/
.start {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: #fff;
	background-size: cover;
	background-position: center;
}
.start div {
	width: 420px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.start div img {
	width: 100%;
	height: 100%;
}
@media (max-width: 750px) {
	.start div {
		width: 55vw;
	}
}
@media (max-width: 500px) {
	.start div {
		width: 70vw;
	}
}

/*高さ*/

.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;
}
.mg10{
	margin-bottom: 10px !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;
}
/*見出し01*/
.maintitle {
	margin-bottom: 60px;
	display: block;
	text-align: center;
	line-height: 1.45;
	position: relative;
	font-size: clamp(1.45rem, 0.5125rem + 3vw, 2.2rem);
	font-weight: 900;

	font-family: "Zen Antique Soft", serif;
}
.maintitle .mf {
	color: #00cc7e;
	text-transform: capitalize;
	white-space: nowrap;
	font-size: 58%;
	letter-spacing: 0.025em;
	position: relative;
}
.maintitle.mtleft {
	text-align: left;
	line-height: 1.6;
}
.txtmgb {
	margin-bottom: 33px !important;
}
.twhite, .twhite p, .twhite span {
	color: #fff !important;
}
@media (max-width: 550px) {
	.maintitle {
		margin-bottom: 37px;
	}
	.txtmgb {
		margin-bottom: 25px !important;
	}
}
/*見出し02*/
.stitle {
	font-weight: 700;

	font-family: "Zen Antique Soft", serif;
	position: relative;
	padding-left: 2px;
	line-height: 1.75;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	font-size: clamp(1.05rem, 0.7375rem + 1vw, 1.3rem);
	margin-bottom: 15px;
}
.stitle::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 95px;
	height: 2px;
	background: #00cc7e;
}
.stitle .en {
	font-size: 53%;
	margin-right: 12px;
	text-transform: capitalize;
	display: block;
	font-weight: 900;

	font-family: "Zen Antique Soft", serif;
}
@media (max-width: 550px) {
	.stitle {
		margin-bottom: 13px;
	}
}
/*見出し03*/
.mtitle {
	font-weight: 700;

	font-family: "Zen Antique Soft", serif;
	font-size: clamp(1.25rem, 0.6875rem + 1.8vw, 1.7rem);
	margin-bottom: 25px;
}
@media (max-width: 550px) {
	.mtitle {
		margin-bottom: 13px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 21px;
	display: inline-block;
	width: 280px;
	text-align: center;
	color: #fff;
	background: #00cc7e;
	border: 2px solid #4ecc00;
	z-index: 1;
	overflow: hidden;
	border-radius: 40px;
	transition: .4s;
}
section .mainbtn a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 6 Free";
	content: "\f138";
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
	transform: translate(0, -50%);
	color: #fff;
	transition: .4s;
}
.mainbtn a:hover {
	color: #00cc7e;
	background: #fff;
	transition: .4s;
}
.mainbtn a:hover::before {
	color: #4ecc00;
	transition: .4s;
}
@media (max-width: 550px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 210px;
		padding: 12px;
	}
	section .mainbtn a::before {
		font-size: 90%;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 91%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 2000px) {
	.inner02 {
		max-width: 1500px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1999px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.mauto.w43 {
		width: 37%;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 91%;
		margin: 0 auto;
	}
	.mauto.w48, .mauto.w43 {
		width: 100%;
	}
}
.w65 {
	width: 65%;
}
.w52 {
	width: 52%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w43 {
	width: 43%;
}
.w32 {
	width: 32%;
}
/*background*/
.bg_cream::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffb278;
	z-index: -100;
}
.bg_white::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -100;
}
/*illust*/
.bg01::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_bg/bg01.svg);
	background-repeat: no-repeat;
	background-position: top 0.5% left;
	background-size: 30%;
	z-index: -1;
	opacity: 0.7;
}
@media (max-width: 750px) {
	.bg01::before {
		background-size: 40%;
	}
}
.bg02::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:#deffca url(../img/_bg/bg02.svg);
	background-repeat: no-repeat;
	background-position: top 0.5% left;
	background-size: 30%;
	z-index: -1;
	opacity: 0.7;
}
@media (max-width: 750px) {
	.bg02::before {
		background-size: 40%;
	}
}
.bg03::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_bg/bg03a.svg), url(../img/_bg/bg03b.svg);
	background-repeat: no-repeat;
	background-position: top 0.5% left, bottom 0.5% right;
	background-size: 25%;
	z-index: -1;
	opacity: 0.7;
}
@media (max-width: 750px) {
	.bg03::before {
		background-size: 40%;
	}
}
/* 反転 */
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/*=== 共通部分ここまで ===*/
/*=====
	header
=====================================================*/
header{
	z-index: 888;
	position: fixed;	
	width: 100%;
	height: 80px;
}
.header{
	display: flex;
	justify-content: flex-end;
	height: 70px;
	margin: 5px 20px;
}

.tel_btn{
	margin: 5px;
	margin-top: 12px;
}
.tel_btn a {
	  font-size: 1.2rem;
	  padding: 1rem 2rem;
	  color: #fff;
	  background-color: #00cc7e;
	  border-radius: 2rem;	

}

.openbtn{
	cursor: pointer;
	position: relative;
	z-index: 9999;/*ボタンを最前面に*/
	margin: 5px;
	margin-top: 0;
}
.openbtn p{
	font-size: 1.2rem;
	padding: 1rem 5rem 1rem 2rem;
	color: #fff;
	background-color: #00cc7e;
	border-radius: 2rem;	
	line-height: 1.2;
	text-align: left;	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 0!important;
}



.tel_btn a:hover, .openbtn:hover p{
	color: #fff;
	border-radius: 0;		
	-webkit-transition: all 0.3s;
	transition: all 0.3s;	
}

/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 1.5rem;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 40px;
	z-index: 999;/*ボタンを最前面に*/
  }

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

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

.openbtn span:nth-of-type(3) {
	top:36px;
}

.openbtn.active span:nth-of-type(1) {
	top:21px;
    right: 1.5rem;
    transform: translateY(6px) rotate(-45deg);
    width: 37px;
}

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

.openbtn.active span:nth-of-type(3){
	top: 33px;
    right: 1.5rem;
    transform: translateY(-6px) rotate(45deg);
    width: 38px;;
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	display: none;
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-size: cover;
    /*動き*/
	transition: all 0.3s;
}
#g-nav::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #deffca;
	background-size: cover;
	opacity: 0.9;
	z-index: 100;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	display: block;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

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

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	font-size: 1.2rem;
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: 1px dashed #333;
}
.f_Ant{
	margin-bottom: 30px;
}
.f_Ant img{
	max-width: 300px;
}
@media (max-width: 550px) {
	.tel_btn a {
		font-size: 1rem;
		padding: 0.5rem 1.5rem;
	}
	.openbtn p{
		display: none;
	}		
	.openbtn{
		background: #00cc7e;
		border-radius: 50%;
		height: 45px;
		width: 45px;
		margin-top: 5px;	
	}
	.openbtn span{
		width: 30px;
		right: 0.5rem;
	}	
	.openbtn span:nth-of-type(1) {
		top:13px;	
	}

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

	.openbtn span:nth-of-type(3) {
	top:31px;
	}

	.openbtn.active span:nth-of-type(1) {
	top:16px;
	right: 0.5rem;
	transform: translateY(6px) rotate(-45deg);
	width: 30px;
	}
	.openbtn.active span:nth-of-type(3){
	top: 28px;
	right: 0.5rem;
	transform: translateY(-6px) rotate(45deg);
	width: 30px;
	}

	
}


/* footer =======================================*/
.footer_contact {
	background: #fff;
	padding: 40px 0;
	border-radius: 150px 150px 0px 0px;
}
@media (max-width:970px) {
	.footer_contact {
		border-radius: 15vw 15vw 0px 0px;
	}
}
.footer_contact .inner {
	max-width: 930px;
}
/*logo*/
.flogo {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: auto;
	margin-bottom: 13px;
}
a.flogo:hover {
	orphans: 0.6;
}
.footer_address {
	width: 32%;
}
.footer_address p {
	line-height: 1.6;
	font-size: 90%;
}
/*お問い合わせリンクボタン*/
.footer_btns {
	width: 65%;
	display: flex;
	justify-content: space-between;
}
.footer_btns .mainbtn {
	width: 49%;
}
.footer_btns .mainbtn a {
	width: 100%;
	font-weight: 700;

	font-family: "Zen Antique Soft", serif;
	white-space: nowrap;
}
.ftelbtn a {
	color: #00cc7e !important;
	background: #fff !important;
	font-family: "Lato", sans-serif !important;
	font-weight: 900 !important;
}
.ftelbtn a:hover {
	color: #fff !important;
	background: #00cc7e !important;
}
@media (max-width:1025px) {
	.footer_btns .mainbtn a {
		font-size: 90%;
	}
}
@media (max-width:830px) {
	.footer_contact .inner {
		max-width: 630px;
	}
	.footer_address {
		width: 49%;
	}
	.footer_btns {
		display: block;
		width: 49%;
	}
	.footer_btns .mainbtn {
		width: 100%;
		margin-bottom: 7px;
	}
	.footer_btns .mainbtn a {
		font-size: 100%;
	}
}
@media (max-width:750px) {
	.footer_address {
		margin-bottom: 27px;
	}
	.footer_btns {
		margin: auto;
		max-width: 320px;
	}
	.footer_address p {
		text-align: center;
	}
}
@media (max-width:550px) {
	.footer_contact {
		padding: 30px 0;
	}
	.flogo {
		max-width: 120px;
	}
	.footer_address p {
		font-size: 85%;
	}
	.footer_btns {
		max-width: 245px;
	}
	.footer_btns .mainbtn a {
		font-size: 88%;
	}
}
/*copyright*/
.copyright {
	text-align: center;
	padding: 13px 0px 15px;
	border-top: 2px solid #f0f0f0;
	background: #fff;
	font-size: 0.9rem;
}
@media (max-width: 550px) {
	.copyright {
		font-size: 0.7rem;
		padding: 8px 0px 11px;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 61px;
	height: 61px;
	box-sizing: border-box;
	border: 2px solid #00cc7e;
	background: #fff;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 6 Free";
	content: "\f062";
	font-weight: bold;
	color: #00cc7e;
	font-size: 1.4rem;
	position: absolute;
	top: 47%;
	left: 49.5%;
	transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 9;
}
@media(max-width:550px) {
	.go_top {
		width: 58px;
		height: 58px;
		right: 12px;
	}
}
/* 右側のお問い合わせボタン */
.fixedbtn a {
	position: fixed;
	top: 40%;
	transform: translateY(-50%);
	right: -2px;
	z-index: 10;
}
.fixedbtn a {
	color: #333;
	display: flex;
	align-items: center;
	border-radius: 20px 0 0 20px;
	background: #fff;
	border: 2px solid #00cc7e;
	padding: 20px 10px;
	writing-mode: vertical-rl;
	font-size: 1.25rem;
	font-weight: 700;

	font-family: "Zen Antique Soft", serif;
}
.fixedbtn a i {
	margin-bottom: 3px;
	transition: .4s;
	color: #00cc7e;
}
.fixedbtn a:hover {
	padding: 20px 27px 20px 10px;
}
.fixedbtn a:hover i {
	color: #00cc7e;
	transform: scale(1.3) rotate(20deg) translate(-20%, -20%);
	transition: .4s;
}
@media(max-width:1040px) {
	.fixedbtn {
		display: none;
	}
}
/* スライド */
/*=====
	fv-slide
=====================================================*/
.fv{
	position: relative;
	height: 100vh;	
	width: 100%;
	overflow: hidden;
}

.fv::before{
	position: absolute;
	content: '';
	width: 105vw;
	left: -5vw;
	bottom: -1px;
	height: 100vh;
	background: url("../img/slidbg.png");
	background-size: cover;	
	background-position: left 30% center;
	z-index: 1;
}

#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	z-index: 0;
}

.fv .catch1 h2{
	line-height: 1.3;
}
.fv .catch1{
	position: absolute;
	content: '';
	width: 50%;
	height: 10vh;
	top: -20%;
	bottom: 0;
	left: 5%;
	margin: auto 0;
	font-family: "Zen Antique Soft", serif;
	font-size: 3.5rem;
	color: green;	
	z-index: 3
}
.fv .catch1 span{
	font-size: 2.5rem;
}
.fv .catch2{
	position: absolute;
	content: '';
	width: 40%;
	height: 300px;
	top: 55%;
	right: 0;
	font-family: "Zen Antique Soft", serif;
	font-size: clamp(1.8rem, 1.364rem + 2.18vw, 3rem);
	text-shadow: 1px 1px 1px #fff;
	color: green;	
	z-index: 3;
	line-height: 1.5;
}
.fv .deco span{
	position: absolute;
	content: '';
	height: 80px;
	width: 80px;
	background: #BAFFBF;
	border-radius: 50%;
	z-index: 2;
	opacity: 0.5;

}
.fv .deco span:first-child{
	top: 20%;
	left: 20%;
	-webkit-animation:fuwafuwa 3s infinite linear alternate;
	animation:fuwafuwa 3s infinite linear alternate;	
}
.fv .deco span:nth-child(2){
	top: 50%;
	right: 20%;	
	-webkit-animation:fuwafuwa 4s infinite linear alternate;
	animation:fuwafuwa 4s infinite linear alternate;
}
.fv .deco span:nth-child(3){
	height: 100px;
	width: 100px;	
	bottom: 10%;
	right: 40%;	
	-webkit-animation:fuwafuwa 3s infinite linear alternate;
	animation:fuwafuwa 3s infinite linear alternate;
}
-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-10deg);}
50% {-webkit-transform:translate(0, -10px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(10deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-10deg);}
50% {transform:translate(0, -10px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(10deg);}
}



@media (max-width: 1200px) {
	.fv::before{
		position: absolute;
		background: url("../img/slidbg_tb.png");	
		background-size: cover;
		background-position: center bottom;
	}	
	.fv .catch2{
		width: 50%;
	}
}



@media (max-width: 700px) {
	.fv{
		height: 75vh;	
	}
	.fv::before{
		height: 75vh;
	}
	#slider {
		height: 75vh;
	}	
	.fv .catch2{
		width: 60%;
	}
	}
@media (max-width: 550px) {
	.fv{
		height: 55vh;	
	}
	.fv::before{
		height: 55vh;
	}
	#slider {
		height: 55vh;
	}	
	.fv .catch2{
		width: 80%;
	}

	}

/*============*/
.pdb {
	padding-bottom: 55px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 20px !important;
	}
}
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 50px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 37px;
	}
}
.aic {
	align-items: center;
}

/*アニメーション*/
/* flowup */
.flowup {
	opacity: 0;
}
.flowup.inview {
	opacity: 1;
	animation: flowUp 0.6s cubic-bezier(0.35, 0, 0.05, 1) 0.6s 1 normal backwards;
}
@keyframes flowUp {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	60% {
		transform: scale(1.02);
	}
	100% {
		top: 0;
		opacity: 1;
		transform: scale(1.0);
	}
}
@media (max-width:750px) {
	.flowup {
		opacity: 1 !important;
	}
	.flowup.inview {
		animation: none !important;
	}
}
/**/
@media (max-width:750px) {
	.spimgmaint {
		margin-bottom: 10px;
	}
}

/* について ========================*/
/*background*/
.white_right::before {
	content: '';
	width: 55%;
	height: 90%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #fff;
	z-index: -1;
	border-radius: 40px 0 0 40px;
}
@media (max-width:750px) {
	.white_right::before {
		width: 95%;
		height: 96%;
	}
	.box_right {
		padding-left: 21px;
	}
}
/*illust*/
.taillust {
	position: relative;
}
.taillust::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_bg/taillust.svg);
	background-repeat: no-repeat;
	background-position: top left -15%;
	background-size: 800px;
	z-index: -2;
	opacity: 0.7;
}
@media (max-width:1370px) {
	.taillust::after {
		background-size: 45%;
	}
}
@media (max-width:750px) {
	.taillust::after {
		background-position: top 15% left -15%;
		background-size: 190px;
		z-index: -1;
	}
}
/**/
.circleimgs .filterline {
	height: fit-content;
	z-index: 5;
}
.circleimgs .filterline::before {
	content: '';
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	border: 5px solid #4ecc00;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
/*img*/
.circleimgs {
	position: relative;
	margin-left: 2%;
}
.circleimgs div {
	position: absolute;
}
.circleimgs div:nth-child(1) {
	top: 0;
	left: 0;
	width: 50%;
}
.circleimgs div:nth-child(2) {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 60%;
}
.circleimgs div:nth-child(3) {
	width: 40%;
	bottom: 20px;
}
.circleimgs img {
	clip-path: circle(50% at 50% 50%);
}
@media (max-width:750px) {
	.circleimgs {
		position: initial;
		margin-left: 0;
		display: flex;
		margin-bottom: 20px;
	}
	.circleimgs div:nth-child(1) {
		position: relative;
		top: -10px;
		left: 5px;
	}
	.circleimgs div:nth-child(2) {
		position: relative;
		top: 10px;
		right: 5px;
		transform: translateY(0);
	}
	.circleimgs div:nth-child(3) {
		width: 20%;
		bottom: -55px;
		left: -5px;
	}
}
@media (max-width:550px) {
	.circleimgs div:nth-child(3) {
		width: 35%;
		left: -10px;
		bottom: -55px;
	}
}
/*btn*/
.btnflex {
	display: flex;
	justify-content: space-between;
	max-width: 570px;
	margin: auto;
	margin-top: 50px;
}
.btnflex .mainbtn {
	width: 48%;
}
.btnflex .mainbtn a {
	width: 100%;
}
@media (max-width:550px) {
	.btnflex {
		display: block;
		max-width: 220px;
		margin-top: 37px;
	}
	.btnflex .mainbtn {
		width: 100%;
		margin-bottom: 7px;
	}
}
/*採用*/
.rectext {
	margin-bottom: 60px;
	font-size: 110%;
	color: #666;
	font-weight: 700;
	/*text-shadow: 1px 1px 0 #ff9547, -1px -1px 0 #ff9547, -1px 1px 0 #ff9547, 1px -1px 0 #ff9547, 0px 1px 0 #ff9547, 0 -1px 0 #ff9547, -1px 0 0 #ff9547, 1px 0 0 #ff9547;*/
}
.rectext img {
	display: block;
	width: 80px;
	margin: 0 auto 20px;
	filter: brightness(0) invert(1);
}
.recflex {
	display: flex;
	max-width: 970px;
	margin: auto;
}
.recflex .recitem {
	position: relative;
}
.recflex .recitem:first-child {
	width: 50%;
	right: -8px;
}
.recflex .recitem:last-child {
	left: -8px;
	bottom: -20px;
	width: 60%;
}
@media(max-width:550px) {
	.rectext {
		margin-bottom: 20px;
		font-size: 100%;
	}
	.rectext img {
		width: 60px;
		margin: 0 auto 15px;
	}
}
/* 対応エリア ========================*/
.area {
	padding: 70px 0;
}
.area .inner {
	max-width: 690px;
}
.area .maintitle {
	margin-bottom: 17px !important;
}
.areatext {
	width: fit-content !important;
}
.areaimg {
	width: 350px;
	margin-right: 20px;
}
.areaimg img {
	width: 100%;
}
@media (max-width:750px) {
	.area::before {
		content: none;
	}
	.areaimg {
		width: 65% !important;
		max-width: 300px;
		margin: auto;
		margin-bottom: 15px;
	}
	.areatext {
		margin: auto;
	}
}
@media (max-width:550px) {
	.area {
		padding: 50px 0 35px;
	}
}
/* 下層ページトップ ==================================================================================================================*/
.fvwrap {
	padding-top: 40px;
}
.k_fv {
	padding: 50px 0;
	width: 95%;
	margin: auto;
	display: flex;
	align-items: center;
	background: url(../img/kfv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border-radius: 30px;
}
.k_fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #eee;
	opacity: 0.3;
	border-radius: 30px;
}
.k_fv .inner {
	max-width: 95%;
}
.k_fv h2 {
	margin-bottom: 10px !important;
	z-index: 1;
	text-shadow: 0px 2.5px 3px rgb(255 255 255 / 25%), 0px -2.5px 3px rgb(255 255 255 / 15%);
}
.k_fv h2 span {
	color: #fff !important;
}
.k_fv h2.maintitle .sf{
	color: #00613c!important;
}


@media(max-width:1040px) {
	.k_fv {
		padding: 80px 0;
	}
}
@media(max-width:550px) {
	.k_fv {
		padding: 30px 0;
		border-radius: 20px;
	}
	.k_fv::before {
		border-radius: 20px;
	}
}
/* breadcrumb */
.binner {
	line-height: 1.6;
	width: 97%;
	font-size: 1.05rem;
	position: relative;
	color: #fff;
	font-weight: 700;

	font-family: "Zen Antique Soft", serif;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 25%), 0px -2.5px 3px rgb(0 0 0 / 15%);
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: relative;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.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;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:850px) {
	.binner {
		font-size: 0.9rem;
	}
}
@media(max-width:650px) {
	.binner {
		font-size: 0.75rem;
	}
}
/**/
.circleimg img {
	clip-path: circle(50% at 50% 50%);
}
.cfilterline {
	position: relative;
}
.circleimg .cfilterline::before {
	content: '';
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	border: 5px solid #4ecc00;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
/**/
.footerbg_cream {
	background: #deffca;
}
/**/
.fixedbtn_none .fixedbtn {
	display: none;
}
/*見出しの色修正*/
.maintitle .sf {
	color: #333 !important;
}
.fv .maintitle .sf {
	color: #fff !important;
}
/* 事業内容ページ ==================================================================================================================*/
.psr {
	position: relative;
}
/*section*/
.wbsec {
	padding: 50px 0;
	margin: 60px 0;
}
@media (max-width: 1300px) {
	.wbsec {
		padding: 70px 0;
		margin: 40px 0;
	}
}
@media (max-width: 550px) {
	.wbsec {
		padding: 40px 0;
		margin: 40px 0;
	}
}
/*img*/
.img_right, .img_left {
	position: relative;
}
.img_right img, .img_left img {
	border: 3px solid #4ecc00;
}
@media (min-width: 2000px) {
	.img_right img, .img_left img {
		border-radius: 30px;
	}
}
@media (max-width: 1999px) {
	.img_right {
		left: -3.5px;
	}
	.img_left {
		right: -3.5px;
	}
	.img_right img {
		border-radius: 0 40px 40px 0;
	}
	.img_left img {
		border-radius: 40px 0 0 40px;
	}
}
@media (max-width:750px) {
	.img_right, .img_left {
		left: 0;
		right: 0;
	}
	.img_right, .img_left {
		margin-bottom: 7px;
	}
	.img_right img, .img_left img {
		border-radius: 20px;
	}
}
/*background*/
.white_left::before {
	content: '';
	width: 55%;
	height: 90%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: #fff;
	z-index: -1;
	border-radius: 0 40px 40px 0;
}
@media (max-width:750px) {
	.white_left::before {
		width: 95%;
		height: 96%;
	}
	.box_left {
		padding-right: 21px;
	}
}
/*illust*/
.wbsec.white_right::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_bg/taillust02.svg);
	background-repeat: no-repeat !important;
	background-position: top 13% right -2% !important;
	background-size: 300px !important;
	z-index: -1;
	opacity: 0.4;
}
@media (max-width:750px) {
	.wbsec.white_right::after {
		background-position: bottom 5% right -15% !important;
		background-size: 190px !important;
		z-index: -1;
	}
}
.wbsec.white_left::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_bg/taillust.svg);
	background-repeat: no-repeat !important;
	background-position: top 13% left -2% !important;
	background-size: 300px !important;
	z-index: -1;
	opacity: 0.4;
}
@media (max-width:750px) {
	.wbsec.white_left::after {
		background-position: bottom 5% left -15% !important;
		background-size: 190px !important;
		z-index: -1;
	}
}
.wbsec:nth-child(3)::after {
	background: url(../img/_bg/taillust03.svg);
}
/* table */
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border: 2px solid #eee;
}
.info_table th, .info_table td {
	padding: 14px 0;
	font-weight: 500;
}
.info_table th {
	background: #00cc7e;
	color: #fff;
	width: 33%;
	border-right: 2px solid #eee;
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	width: 67%;
	border-right: 2px solid #eee;
	border-left: 2px solid #eee;
}
.ib {
	display: inline-block;
}
@media(max-width:550px) {
	.spcollapse.info_table {
		border-collapse: collapse;
	}
	.spcollapse.info_table td, .spcollapse.info_table th {
		width: 100%;
		padding: 8px 10px;
		display: block;
		border: none;
		text-align: left;
	}
	.spcollapse.info_table th {
		border-bottom: 2px solid #ffd8bd;
	}
	.spcollapse.info_table td {
		padding-bottom: 10px !important;
	}
}
/*list*/
.acheck {
	margin-bottom: 5px;
}
.acheck li {
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.acheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: lighter;
	display: inline-block;
	color: #00cc7e;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
/* 会社概要・お問い合わせページ ==================================================================================================================*/
/*ご挨拶*/
.greeting.wbsec.white_left::after {
	background: url(../img/_bg/taillust04.svg);
}
.greeting .maintitle {
	margin-bottom: 25px;
}
.greeting .mauto {
	padding: 50px 0;
}
.glast {
	margin-top: 20px;
	text-align: right;
}
.greeting {
	margin-bottom: 0;
}
@media (max-width:1080px) {
	.greeting .maintitle {
		text-align: center;
	}
	.greeting .inner02 {
		width: 91%;
		margin: 0 auto;
	}
	.greeting.white_left::before {
		width: 96%;
		height: 97%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 30px;
	}
	.greeting .flexbox {
		display: block;
	}
	.greeting .mauto {
		padding: 0;
	}
	.greeting img {
		object-fit: cover;
		width: 100%;
		height: 280px;
		border-radius: 20px;
	}
	.greeting .flexbox div, .greeting .flexbox img {
		width: 100%;
	}
	.white_left::before {
		width: 95%;
		height: 96%;
	}
	.greeting.wbsec.white_left::after {
		background-position: top left -2% !important;
		opacity: 0.7;
		z-index: 1;
	}
}
@media (max-width:750px) {
	.greeting img {
		height: auto;
		border-radius: 20px;
	}
	.greeting .box_left {
		padding: 0 10px;
	}
}
@media (max-width:550px) {
	.greeting.wbsec.white_left::after {
		background-size: 130px !important;
	}
	.greeting {
		margin: 30px 0 0;
	}
}
/*map*/
.map iframe {
	width: 100%;
	height: 450px;
	border-radius: 15px;
}
@media(max-width:550px) {
	.map iframe {
		height: 280px;
	}
}
/* お問い合わせ ===========================*/
@media (max-width:550px) {
	.tels {
		padding: 50px 0 60px;
	}
}
/**/
.contactpage .maintitle {
	margin-top: 0 !important;
}
.context {
	font-size: 110%;
	margin-bottom: 65px;
}
@media (max-width: 855px) {
	.context.center {
		text-align: left;
	}
	.context.center br {
		display: none;
	}
}
@media (max-width: 550px) {
	.context {
		font-size: 90%;
		margin-bottom: 25px;
	}
}
.contact_wrap {
	padding: 30px 15px 30px;
	max-width: 600px;
	margin: auto;
	border-radius: 25px;
	background: #fff;
	border: 4px solid #4ecc00;
}
.tels .tel_contact {
	font-size: clamp(1.5rem, 0.5rem + 3.2vw, 2.3rem);
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #00cc7e;
	font-family: "Lato", sans-serif;
	font-weight: 900;
}
.tels .tel_contact:hover {
	opacity: 0.6;
}
.tl_mini {
	line-height: 1.85;
}
@media (max-width: 750px) {
	.contact_wrap {
		margin-bottom: 7px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 550px) {
	.contact_wrap {
		max-width: 100%;
		padding: 20px 10px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0;
	}
	.tl_mini {
		font-size: 0.77rem;
	}
}
.cotm {
	margin-bottom: 35px;
}
.cotop {
	line-height: 2.3;
	margin-bottom: 50px;
}
@media (max-width:930px) {
	.cotm {
		margin-bottom: 25px !important;
	}
	.cotop {
		text-align: left;
		margin-bottom: 30px;
	}
}
.telmgb {
	margin-bottom: 25px;
}
.famgb {
	margin-bottom: 30px;
}
.tels .tl_text {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
	margin-bottom: 30px;
}
.faxs {
	padding-top: 70px;
}
@media (max-width: 550px) {
	.telmgb {
		margin-bottom: 17px;
	}
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* メール */
.mail_s .inner {
	max-width: 1050px;
}
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.formsel p {
	display: inline-block;
	margin-right: 10px;
	font-size: 0.95rem;
}
.formsel p:last-child {
	margin-bottom: 0;
}
@media (max-width: 450px) {
	.formsel p {
		display: block;
		margin-right: 0;
	}
}
.mailform {
	margin: 40px auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.mailform {
		margin-top: 0;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #56361e;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #00cc7e;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 3px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #00cc7e;
	color: #00cc7e !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #56361e;
}
.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 input[type=checkbox] {
	display: none;
}
.mailform input[type=checkbox] + label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #b5b5b5;
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
	border-right: 3px solid #00cc7e;
	border-bottom: 3px solid #00cc7e;
	content: '';
	display: block;
	height: 13px;
	width: 7px;
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 4px;
	transform: rotate(45deg);
	transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
	opacity: 1;
}
.mailform button {
	display: block;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #00cc7e;
	padding: 21px 0;
	width: 270px;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background-color: #fff;
	color: #00cc7e;
	border: 1px solid #00cc7e;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 800px) {
	.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%;
	}
}
@media (max-width: 550px) {
	.mail_s {
		padding: 50px 0 55px;
	}
	.mail_s .maintitle {
		margin-bottom: 20px;
	}
	.mailform button {
		width: 220px;
		padding: 11.5px;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*プライバシーポリシー*/
.cotitle {
	font-size: 1.5rem;
	font-weight: 700;

	font-family: "Zen Antique Soft", serif;
	margin-bottom: 12px;
}
.cotitle i {
	color: #00cc7e;
}
.privacy {
	margin-top: 70px;
}
.scroll_flame {
	border: 2px solid #4ecc00;
	border-radius: 20px;
	background: #fff;
	padding: 20px 15px;
}
.scroll_flame_in {
	height: 250px;
	overflow-y: scroll;
	padding: 0 7px;
}
.scroll_flame p {
	font-size: 93%;
}
.scroll_flame p span {
	font-weight: 700;
}
@media(max-width:550px) {
	.cotitle {
		font-size: 1.15rem;
	}
	.privacy {
		margin-top: 35px;
	}
	.scroll_flame {
		padding: 15px 10px;
	}
	.scroll_flame p {
		font-size: 90%;
	}
}