@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 900 */

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	color: #554111;
	word-wrap: break-word;
	background: #eeeae5;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 136px;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.md-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

.mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

.mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

/* padding
-------------------------------*/

/* gap
-------------------------------*/

/* grid
-------------------------------*/

.grid-1col > *,
.grid-2col > *,
.grid-3col > *,
.grid-4col > * {
	min-width: 0;
}

.grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}


@media screen and (min-width: 768px) {
	.pc-none {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
}

/* Layout */

.l-body {
	width: 100%;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: clamp(70px, 6.25vw, 120px);
	padding: 0 clamp(400px, 23.3vw, 447px) 0 calc(20.8% + 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
}
@media screen and (min-width: 1001px) {
	.l-header {
		position: fixed;
		transition: all .2s ease-out;
	}
	.header-logo {
		transition: all .2s ease-out;
	}
	.l-header.scrolled {
		background: #fff;
		box-shadow: 0 0 20px -10px #000;
	}
	.l-header.scrolled .header-logo {
		top: 10px;
	}
}

.l-wrapper {
	position: relative;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
}

.l-wrapper--sm {
	max-width: 1000px;
}

.l-wrapper--lg {
	max-width: 1442px;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-primary">見出し２です</p>
```
*/

.heading-primary {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	line-height: 1.5;
}

.heading-primary--leaf {
	padding-top: 54px;
}

.heading-primary--leaf::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
	height: 35px;
}

.heading-primary--leaf::after {
	background: url(../images/icon_leaf.svg) no-repeat center/contain;
}

.heading-primary--voice {
	padding-top: 130px;
}

.heading-primary--voice::after {
	content: "";
	-webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 300px;
	height: 123px;
	background: url(../images/txt_voice_bubble.png) no-repeat center/contain;
}

/*
#styleguide
heading-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-secondary">見出し２です</p>
```
*/

.heading-secondary {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	border-bottom: 2px solid #006934;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

/*
#styleguide
heading-tertiary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-tertiary">見出し２です</p>
```
*/

/*
#styleguide
text-base

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-base">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

.text-base {
	font-size: 1.6rem;
	line-height: 1.8;
}

.text-base p,
.text-base ol,
.text-base ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-lg

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-lg">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-lg {
	font-size: 2rem;
	line-height: 1.8;
}

.text-lg p,
.text-lg ol,
.text-lg ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-sm

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-sm">小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです</p>
```
*/

.text-sm {
	font-size: 1.4rem;
	line-height: 1.8;
}

.text-sm p,
.text-sm ol,
.text-sm ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-note

米印の下にテキストの回り込みが内容にします。
```
<p class="text-note">※テキストですテキストです。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。</p>
```
*/

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	background: #000;
	color: #FFF;
	border: none;
	padding: 0.5em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.button-secondary {
	background: blue;
	color: #FFF;
	border: none;
	padding: 0.5em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.bg-green-dot {
	background: url(../images/bg_dot_green.png) repeat top center/19px auto;
}

.bg-beige {
	background: #f3f0ed;
}

.bg-light-beige {
	background: #f7f5f2;
}

.header-logo {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 20.8%;
	z-index: 1000;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.menu-btn {
	display: none;
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 0 1.6vw;
	margin-right: 40px;
}

.gnavi__item {
	position: relative;
	font-size: clamp(1.2rem, 0.7643090316rem + 0.4352557127vw, 1.6rem);
	font-weight: 700;
	letter-spacing: 0.1em;
}

.gnavi__item > a,
.gnavi__item button {
	display: block;
	background: none;
	border: none;
	margin: 0;
	position: relative;
	text-decoration: none;
	padding-bottom: 10px;
}

.gnavi__item > a::before,
.gnavi__item button::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: #85af32;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__item:has(.gnavi__children) > a::after,
.gnavi__item:has(.gnavi__children) button::after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url(../images/arrow_circle_bottom.svg) no-repeat center/contain;
	margin-left: 0.4em;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.gnavi__children-wrap {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding-top: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__children-wrap.is-open {
	opacity: 1;
	visibility: visible;
}

.gnavi__children {
	position: relative;
	background: #FFF;
	border-radius: 10px;
	padding: 20px 23px;
	white-space: nowrap;
	box-shadow: 0 0 20px -10px #000;
}

.gnavi__children::after {
	position: absolute;
	bottom: calc(100% - 5px);
	left: 20px;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-bottom: 15px solid #FFF;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}

.gnavi__child:not(:last-child) {
	margin-bottom: 18px;
}

.gnavi__child a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi-fixed {
	position: fixed;
	top: 0;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 1.56vw;
	z-index: 1000;
}

.gnavi-tel {
	padding-bottom: 4px;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi-tel__label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #006934;
	color: #FFF;
	text-align: center;
	border-radius: 8px;
	padding: 3px;
}

.gnavi-tel__link {
	display: block;
	font-size: clamp(2rem, 1.1286180631rem + 0.8705114255vw, 2.8rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #006934;
	margin-top: 2px;
}

.gnavi-tel__link::before {
	content: "";
	width: 0.68em;
	height: 0.75em;
	display: inline-block;
	-webkit-mask: url(../images/icon_tel.svg) no-repeat center/contain;
	mask: url(../images/icon_tel.svg) no-repeat center/contain;
	background: #006934;
	margin-right: 0.14em;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.gnavi-tel__note {
	display: block;
	font-size: clamp(1rem, 0.7821545158rem + 0.2176278564vw, 1.2rem);
	font-weight: 700;
	margin-top: 6px;
}

.gnavi-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
	background: #d74800;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-radius: 0 0 20px 20px;
	padding: 1vw 1.56vw 1.1vw 1vw;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi-contact__label {
	background: #ffff44;
	color: #d74800;
	border-radius: 10px;
	padding: 3px;
	width: 100%;
	max-width: 140px;
	font-size: clamp(1rem, 0.6732317737rem + 0.3264417845vw, 1.3rem);
	font-weight: 900;
	letter-spacing: 0.1em;
}

.gnavi-contact__text {
	font-size: clamp(1.5rem, 1.1732317737rem + 0.3264417845vw, 1.8rem);
	font-weight: 700;
	letter-spacing: 0.1em;
}

.gnavi-contact__text::before {
	content: "";
	width: 1.11em;
	height: 1.11em;
	display: inline-block;
	background: url(../images/icon_contact.svg) no-repeat center/contain;
	margin-right: 0.5em;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.gnavi-close {
	display: none;
}

.footer-logo {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0 50px;
}

.footer-logo img {
	display: block;
	width: 100%;
}

.copyright-wrap {
	background: #554111;
	padding: 23px 0;
}

.copyright {
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: right;
	color: #FFF;
	width: 92%;
	max-width: 1442px;
	margin-left: auto;
	margin-right: auto;
}

.sp-fixed-btn {
	display: none;
}

.mainvisual {
	position: relative;
}

.mainvisual::before {
	position: absolute;
	top: -130px;
	left: -400;
	content: "";
	width: 1382px;
	height: 635px;
	display: block;
	background: url(../images/bg_page_head_01.png) no-repeat left top/contain;
}

.mainvisual__contents {
	position: relative;
}

.mainvisual__main {
	position: absolute;
	top: 55.3%;
	left: 6.7%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.mainvisual__copy {
	width: 26.7vw;
	margin-bottom: 1.67vw;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.mainvisual__text {
	font-size: 3.28vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.25;
	padding-left: 8px;
	--stroke: 0.055em;
	--stroke-color: #eeeae5;
	--blur: 0.006em;
	--halo: 0.035em;
	
	text-shadow:
		var(--stroke) 0 0 var(--stroke-color),
		calc(-1*var(--stroke)) 0 0 var(--stroke-color),
		0 var(--stroke) 0 var(--stroke-color),
		0 calc(-1*var(--stroke)) 0 var(--stroke-color),
		var(--stroke) var(--stroke) 0 var(--stroke-color),
		calc(-1*var(--stroke)) var(--stroke) 0 var(--stroke-color),
		var(--stroke) calc(-1*var(--stroke)) 0 var(--stroke-color),
		calc(-1*var(--stroke)) calc(-1*var(--stroke)) 0 var(--stroke-color),
		calc(var(--stroke)*.924) calc(var(--stroke)*.383) 0 var(--stroke-color),
		calc(-1*var(--stroke)*.924) calc(var(--stroke)*.383) 0 var(--stroke-color),
		calc(var(--stroke)*.924) calc(-1*var(--stroke)*.383) 0 var(--stroke-color),
		calc(-1*var(--stroke)*.924) calc(-1*var(--stroke)*.383) 0 var(--stroke-color),
		calc(var(--stroke)*.383) calc(var(--stroke)*.924) 0 var(--stroke-color),
		calc(-1*var(--stroke)*.383) calc(var(--stroke)*.924) 0 var(--stroke-color),
		calc(var(--stroke)*.383) calc(-1*var(--stroke)*.924) 0 var(--stroke-color),
		calc(-1*var(--stroke)*.383) calc(-1*var(--stroke)*.924) 0 var(--stroke-color),
	
		0 0 var(--halo) rgba(238,234,229,.55);
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.mainvisual__text small {
	font-size: 1.56vw;
}

.mainvisual__text span {
  display: block;
  font-size: 5.47vw;
  letter-spacing: 0.1em;
  color: #85af32;
  margin-top: 7px;


}


.mainvisual__dialogue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 2.1vw;
}

.mainvisual__dialogue__image {
	width: 5.16vw;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mainvisual__dialogue__image img {
	display: block;
}

.mainvisual__dialogue__text {
	font-size: 1.56vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.33;
}

.mainvisual__image {
	width: 64.6%;
	border-radius: 0 0 0 100px;
	overflow: hidden;
	margin-left: auto;
}

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

.mainvisual-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	background: #FFF;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	width: 80%;
	max-width: 780px;
	height: 90px;
	margin-left: auto;
	margin-right: 22px;
	margin-top: -2.6vw;
	z-index: 1;
	text-decoration: none;
	padding: 0 calc(1.7% + 30px) 0 1.7%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual-info::before {
	position: absolute;
	top: 50%;
	right: 1.7vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background: #85af32;
}

.mainvisual-info::after {
	position: absolute;
	top: 50%;
	right: calc(1.7vw + 5px);
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	content: "";
	width: 9px;
	height: 6px;
	display: block;
	-webkit-mask: url(../images/arrow_bottom.svg) no-repeat center/contain;
	mask: url(../images/arrow_bottom.svg) no-repeat center/contain;
	background: #FFF;
}

.mainvisual-info__head {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-right: 1px solid #554111;
	padding: 5px 2% 6px calc(43px + 4%);
	width: 28.8%;
}

.mainvisual-info__head::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 43px;
	height: 31px;
	display: block;
	background: url(../images/icon_info.svg) no-repeat center/contain;
}

.mainvisual-info__head__jp {
	font-size: clamp(1.6rem, 1.3333333333rem + 0.3472222222vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.1em;
}

.mainvisual-info__head__en {
	display: block;
	font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
	letter-spacing: 0.05em;
	color: #85af32;
	margin-top: 8px;
}

.mainvisual-info__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.89vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 69.2%;
	padding-left: 4.5%;
}

.mainvisual-info__date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mainvisual-info__title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 100%;
}

.seasons {
	padding-top: 100px;
	margin-bottom: 200px;
}

.seasons__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px auto 0;
	gap: 50px 0;
	max-width: 960px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.seasons__item {
	width: 25%;
}

.seasons__item--my {
	margin: 0 0px;
}

.seasons__item__image {
	width: 180px;
	max-width: 90%;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.seasons__item__image a {
	transition: all .2s ease-out;
}
.seasons__item__image a:hover {
	opacity: 0.6;
}
.seasons__item__image img {
	vertical-align: bottom;
}

.seasons__item__text {
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 10px 0 14px;
	padding-left: 0.4em;
}

.service__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service__contents {
	width: 73.02%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 75px 20px 0;
	position: relative;
}

.service__btn {
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 20px;
	font-size: 1.6rem;
	width: 420px;
	padding: 22px 0;
	color: #FFF;
	background-color: #85af32;
	margin: 80px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	z-index: 5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service__btn::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/icon_white_arrow.png) no-repeat center/contain;
}

.service__text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: clamp(1.4rem, 1.1333333333rem + 0.3472222222vw, 1.8rem);
}

.service__text:not(:first-of-type) {
	margin-top: 32px;
}

.service__title {
	width: 63.2%;
	margin: 0 auto 52px;
}

.service__image {
	position: relative;
	height: 700px;
	width: calc(100% + (100vw - min(92vw, 1260px)) / 2);
}

.service__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.service__image--left img {
	border-radius: 0px 60px 60px 0;
}

.service__image--left {
	-webkit-transform: translateX(calc((min(92vw, 1260px) - 100vw) / 2));
	transform: translateX(calc((min(92vw, 1260px) - 100vw) / 2));
}

.service__image--left::after {
	content: "";
	position: absolute;
	background: url(../images/deco_service_1.png) no-repeat center/contain;
	width: 50.26vw;
	height: 23vw;
	left: 0;
	top: -1.4vw;
	z-index: -1;
}

.service__image--right img {
	border-radius: 60px 0px 0px 60px;
}

.service__image--right::after {
	content: "";
	position: absolute;
	background: url(../images/deco_service_2.png) no-repeat center/contain;
	width: 26vw;
	height: 18.7vw;
	left: -20.8vw;
	bottom: -1.3vw;
	z-index: -1;
}

.reasons {
	padding: 180px 0 140px;
}

.reasons__list {
	position: relative;
}

.reasons__list::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1440px;
	max-width: 100vw;
	height: 400px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../images/bg_dot_green.png) repeat top center/19px auto;
	border-radius: 20px;
	z-index: -1;
}

.reasons__list {
	max-width: 1260px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px 3%;
	margin-top: 80px;
}

.reasons__item {
	position: relative;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
}

.reasons__item__topper {
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reasons__item__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.reasons__item__image {
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}

.reasons__item__image img {
	width: 100%;
	vertical-align: bottom;
}

.reasons__item__text-wrapper {
	background-color: #FFF;
	border-radius: 0 0 30px 30px;
	text-align: center;
	padding: 18px 10px 30px;
	letter-spacing: 0.1em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.reasons__item__text {
	font-size: clamp(1.35rem, 0.9166666667rem + 0.5642361111vw, 2rem);
}

.reasons__item__text {
	font-weight: 700;
	line-height: 1.3;
}

.reasons__item__title {
	font-size: 3rem;
	color: #006934;
	font-weight: 700;
	margin-top: 14px;
	font-size: clamp(2.3rem, 1.8333333333rem + 0.6076388889vw, 3rem);
}

.home-strength-wrap {
	position: relative;
	padding: 60px 0 100px;
}

.home-strength-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(33.384%, -41.6933%);
	transform: translate(33.384%, -41.6933%);
	width: 34.1667%;
	height: auto;
	aspect-ratio: 656/463;
	background: url(../images/bg_leaves_01.png) no-repeat center center/contain;
	opacity: 0.2;
	z-index: -1;
}

.home-strength {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.3613%;
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
}

.home-strength__item {
	width: 22.437%;
}

.home-strength__item img {
	display: block;
}

.service-area {
	position: relative;
	margin-top: 100px;
	background: #554111;
	border-radius: 20px;
	padding: 55px 30px;
	color: #FFF;
}

.service-area__heading {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	width: 100%;
}

.service-area__heading span {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	background: #85af32;
	padding: 0.15em 1em;
	border-radius: 25px;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.345;
	letter-spacing: 0.1em;
	text-align: center;
}

.service-area__text {
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
}

.home-recommend-wrap {
	padding: 58px 0 100px;
}

.home-recommend {
	margin-top: 47px;
}

.home-recommend__labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.home-recommend__label a,
.home-recommend__label button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 200px;
	background: #85bb66;
	border-radius: 20px 20px 0 0;
	padding: 18px;
	font-weight: 700;
	font-size: 2.4rem;
	color: #bbddaa;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-recommend__label a[aria-current],
.home-recommend__label a[aria-selected=true],
.home-recommend__label button[aria-current],
.home-recommend__label button[aria-selected=true] {
	background: #006934;
	color: #FFF;
}

.service-content-wrap {
	margin-top: 50px;
}

.service-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px;
	background: #FFF;
	border-top: 6px solid #006934;
	border-radius: 0 0 20px 20px;
	padding: 30px;
}

.service-content:not(:last-child) {
	margin-bottom: 40px;
}

.service-content__image {
	width: 33.3333%;
	border-radius: 20px;
	overflow: hidden;
}
.service-content__image a {
	display: block;
	transition: all .2s ease-out;
}
.service-content__image a:hover {
	opacity: 0.6;
}

.service-content__image img {
	display: block;
}

.service-content__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.service-content__heading {
	position: relative;
	padding-left: 4.4rem;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.345;
	letter-spacing: 0.1em;
	color: #006934;
	margin-bottom: 28px;
}

.service-content__heading::before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 3rem;
	height: 3rem;
	background: url(../images/icon_circle_arrow.svg) no-repeat center center/contain;
}

.service-content__heading a {
	text-decoration: none;
}
.service-content__heading a:hover {
	text-decoration: underline;
}

.service-content__text {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 27px;
}

.service-content__details {
	font-weight: 700;
}

.service-content__details:not(:last-child) {
	margin-bottom: 15px;
}

.service-content__title {
	position: relative;
	padding-bottom: 6px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.service-content__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, currentColor 2px, transparent 2px);
	background-size: 4px 2px;
	background-repeat: repeat-x;
	background-position: left center;
}

.service-content__title__detail {
	font-size: 1.6rem;
}

.service-content__item {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

.service-content__item::before {
	content: "・";
}

.service-content__price {
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-content__price__head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 17px;
}

.cta {
	position: relative;
	padding: 68px 0 80px;
	background: #85af32;
	z-index: 1;
}

.cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_cta_pc.jpg) no-repeat center center/cover;
	opacity: 0.8;
	z-index: 0;
	mix-blend-mode: multiply;
}

.cta__lead {
	max-width: 716px;
	margin: 0 auto 34px;
}

.cta__lead img {
	display: block;
}

.cta__text {
	position: relative;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.6363636364;
	letter-spacing: 0.1em;
	color: #FFF;
	text-align: center;
	padding: 0 16% 33px;
}

.cta__text span {
	font-size: 2.4rem;
	color: #ffff44;
}

.cta__text::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 1.5873%;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	width: 15.873%;
	aspect-ratio: 200/151;
	background: url(../images/illust_cta.svg) no-repeat center center/contain;
	z-index: 1;
}

.cta__box {
	position: relative;
	background: #FFF;
	border-radius: 20px;
	padding: 50px 80px;
	z-index: 2;
}

.cta__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8px;
}

.cta__heading span {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	padding: 0.1em 1em 0.2em;
	background: #006934;
	border-radius: 20px;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #FFF;
	text-align: center;
}

.cta__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: 700;
	font-size: 6rem;
	letter-spacing: 0.05em;
	color: #006934;
	text-decoration: none;
}

.cta__tel::before {
	content: "";
	display: block;
	width: 4.1rem;
	height: 4.4rem;
	margin-top: 1.1rem;
	margin-right: 17px;
	background: url(../images/icon_tel.svg) no-repeat center center/contain;
}

.cta__info {
	margin-top: 10px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}

.cta__btns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
	gap: 50px 40px;
	margin-top: 44px;
	text-align: center;
}

.cta__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #06c755;
	border-radius: 20px;
	padding: 0.9em 1em;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cta__line::before {
	content: "";
	display: block;
	width: 4.1rem;
	height: 3.9rem;
	background: url(../images/icon_line.svg) no-repeat center center/contain;
	margin-right: 20px;
}

.cta__contact {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #d74800;
	border-radius: 20px;
	padding: 1em 1.2em 0.8em 1em;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cta__contact::before {
	content: "";
	display: block;
	width: 3rem;
	height: 3rem;
	background: url(../images/icon_paper_airplane.svg) no-repeat center center/contain;
	margin-right: 20px;
}

.cta__contact span {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	background: #ffff44;
	padding: 0.3em 1.4em;
	border-radius: 20px;
	font-weight: 900;
	font-size: 2.2rem;
	letter-spacing: 0;
	color: #d74800;
}

.voice {
	padding: 100px 0 100px;
}

.voice__text {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 40px;
}

.voice__list {
	margin: 50px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px 0;
}

.voice__item {
	padding: 34px 40px 60px;
	width: 48.5%;
	border-top: 6px solid #006934;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	border-radius: 0 0px 30px 30px;
	overflow: hidden;
	background-color: #FFF;
}

.voice__item__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(1.6rem, 0rem + 2.0833333333vw, 4rem);
	min-height: 142px;
}

.voice__item__comment {
	color: #006934;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-top: 20px;
	font-size: clamp(1.8rem, 1.4rem + 0.5208333333vw, 2.4rem);
}

.voice__item__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	width: clamp(9.2rem, 6rem + 4.1666666667vw, 14rem);
	height: clamp(9.2rem, 6rem + 4.1666666667vw, 14rem);
}

.voice__item__image img {
	vertical-align: bottom;
}

.voice__item__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.voice__item__name {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.voice__item__area {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 5px 20px;
	border-radius: 12px;
	color: #FFF;
	background-color: #554111;
	min-width: 130px;
	text-align: center;
}

.voice__item__textbox {
	height: 100px;
	overflow-y: scroll;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 14px;
	padding-right: 36px;
	letter-spacing: 0.14em;
}

.voice__item__text:not(:first-of-type) {
	margin-top: 30px;
}

.case {
	padding: 100px 0 60px;
}

.case-slide {
	margin-top: 52px;
	max-width: 1211px;
	margin-left: auto;
	margin-right: auto;
}

.case-slide__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	background: #FFF;
	border-radius: 20px;
	padding: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.case-slide__image {
	width: 43.6364%;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 240/180;
}

.case-slide__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.case-slide__main {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 58px;
}

.case-slide__main::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url(../images/icon_circle_arrow.svg) no-repeat center center/contain;
}

.case-slide__label {
	display: inline-block;
	background: #554111;
	border-radius: 12px;
	padding: 0.4em 1.55em;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #FFF;
	margin-bottom: 12px;
}

.case-slide__heading {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3636363636;
	letter-spacing: 0.1em;
}

.area {
	padding: 100px 0;
}

.area__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 45px;
}

.area__main {
	width: 53.7%;
	padding-bottom: 5%;
	font-weight: 500;
}

.area__map {
	width: calc(50vw - 50% + 41.8%);
	margin-right: calc(50% - 50vw);
	background: #bfe1f0;
	border-radius: 60px 0 0 60px;
	overflow: hidden;
}

.area__map img {
	display: block;
}

.area__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 21px;
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.1208333333;
	letter-spacing: 0.1em;
	color: #006934;
	margin-bottom: 33px;
}

.area__heading::before {
	content: "";
	display: block;
	width: 4rem;
	height: 5rem;
	background: url(../images/icon_pin.svg) no-repeat center center/contain;
}

.area__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.area__item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.area__item:has(.area__child) {
	width: 100%;
	margin-top: 20px;
}

.area__label {
	display: inline-block;
	min-width: 90px;
	background: #FFF;
	border-radius: 15px;
	padding: 0.1em 0.95em;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.area__child {
	margin: 10px 0;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.area__text {
	margin-top: 35px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.flow {
	padding: 60px 0 100px;
}

.flow__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 75px auto 0;
}

.flow__item {
	position: relative;
	width: 20%;
}

.flow__item:not(:last-of-type)::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	left: calc(100% + 1vw);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/icon_flow_arrow.png) no-repeat center/contain;
}

.flow__item__top {
	padding: 22px 4% 17px 6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 7.9%;
	background-color: #FFF;
	border-radius: 30px 30px 0 0;
}

.flow__item__text {
	font-size: clamp(1.6rem, 1.0666666667rem + 0.6944444444vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.42;
}

.flow__item__step {
	color: #85af32;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: clamp(1.4rem, 1.2666666667rem + 0.1736111111vw, 1.6rem);
	text-align: center;
	margin-top: 8px;
}

.flow__item__stepnum {
	display: block;
	font-size: clamp(3rem, 2.0666666667rem + 1.2152777778vw, 4.4rem);
	font-weight: 900;
	letter-spacing: -0.05em;
}

.flow__item__image {
	position: relative;
	border-radius: 0 0px 30px 30px;
	overflow: hidden;
}

.flow__item__image img {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
}

.flow__item__image--free::after {
	content: "無料";
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: -4px;
	right: -2px;
	width: 68px;
	height: 68px;
	background: url(../images/icon_free.png) no-repeat center/contain;
}

.faq {
	padding: 40px 0 100px;
}

.faq__item:first-of-type {
	margin-top: 100px;
}

.faq__item {
	border-bottom: 1px dotted #554111;
}

.faq__question button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.834;
	font-weight: 700;
	padding: 20px 40px 20px 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.faq__question button.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq__question button::before,
.faq__question button::after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	background: #85af32;
}

.faq__question button::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.faq__q {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #FFF;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 3rem;
	background: #85af32;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.faq__answer {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1.4;
	padding: 0px 20px 27px 69px;
}

.season-label-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin-top: 14px;
}

.season-label {
	border-radius: 15px;
	color: #FFF;
	padding: 4px 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 90px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: clamp(1.3rem, 1.1rem + 0.2604166667vw, 1.6rem);
}

.season-label--dark-blue {
	background-color: #424066;
}

.season-label--pink {
	background-color: #e78dbb;
}

.season-label--green {
	background-color: #61c5aa;
}

.season-label--purple {
	background-color: #9783cc;
}

.season-label--orange {
	background-color: #cc6533;
}

.season-label--dark-green {
	background-color: #979e44;
}

.season-label--blue {
	background-color: #3c7fbb;
}

.page-head {
	position: relative;
	padding: 136px 0 0;
	overflow: hidden;
}

.page-head::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/bg_page_head_01.png) no-repeat left -400px top -125px/1382px auto, url(../images/bg_page_head_02.png) no-repeat right -217px bottom -80px/656px auto;
}

.page-head__title {
	padding: 70px 0 78px;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	color: #006934;
	text-align: center;
}

.breadcrumbs {
	padding: 10px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.breadcrumbs__item {
	display: inline;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.breadcrumbs__item:not(:last-child)::after {
	content: ">";
	margin: 0 0.3em 0 0.7em;
	vertical-align: middle;
	display: inline-block;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.breadcrumbs__item a {
	text-decoration: none;
}

.anchor-link-wrap {
	padding: 60px 0;
	background: url(../images/bg_dot_beige.png) repeat center/19px auto;
}

.anchor-link-1 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.anchor-link-1__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	background: #FFF;
	text-decoration: none;
	min-height: 80px;
	height: 100%;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.anchor-link-1__image {
	width: 33.3%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.anchor-link-1__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.anchor-link-1__text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 40px 5px 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.anchor-link-1__text::before {
	position: absolute;
	top: 50%;
	right: 23px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 7px;
	display: block;
	background: url(../images/arrow_bottom.svg) no-repeat center/contain;
}

.anchor-link-2 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px 1.9%;
}

.anchor-link-2__item a {
	display: block;
	position: relative;
	text-decoration: none;
	background: #006934;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 20px;
	padding: 18px 40px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.anchor-link-2__item a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 19px;
	height: 19px;
	display: block;
	border-radius: 50%;
	background: #FFF;
}

.anchor-link-2__item a::after {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 9px;
	height: 6px;
	display: block;
	-webkit-mask: url(../images/arrow_bottom.svg) no-repeat center/contain;
	mask: url(../images/arrow_bottom.svg) no-repeat center/contain;
	background: #006934;
}

.section {
	padding: 100px 0;
}

.service-lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 40px;
}

.service-lead__image {
	width: 50.8%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 4%;
	aspect-ratio: 64/42;
	border-radius: 20px;
	overflow: hidden;
}

.service-lead__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.service-lead__text {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.78;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 3px;
}

.service-lead__text p:not(:last-child) {
	margin-bottom: 1.78em;
}

.service-2col-text {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 3.2%;
	margin-top: 56px;
}

.service-2col-text__heading {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.35;
	border-bottom: 1px dotted #554111;
	padding-bottom: 6px;
	margin-bottom: 11px;
}

.service-2col-text__text {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.875;
}

.service-problem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 58px;
}

.service-problem__image {
	width: 36.5%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 2.4%;
	border-radius: 20px;
	overflow: hidden;
}

.service-problem__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.service-problem__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 2px;
}

.service-problem__heading {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.345;
	color: #e38550;
	margin-bottom: 33px;
}

.service-problem__list__item {
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.435;
	padding-left: 50px;
}

.service-problem__list__item:not(:last-child) {
	margin-bottom: 16px;
}

.service-problem__list__item::before {
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
	width: 33px;
	height: 30px;
	display: block;
	background: url(../images/icon_list.png) no-repeat center/contain;
}

.service-case {
	margin-top: 52px;
}

.service-case__contents {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 80px;
}

.service-case__item:nth-child(odd) .service-case__image {
	position: relative;
}

.service-case__item:nth-child(odd) .service-case__image::before {
	position: absolute;
	top: 50%;
	left: calc(100% + 25px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-left: 30px solid #85af32;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.service-case__heading {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin-bottom: 16px;
	text-align: center;
}

.service-case__image {
	aspect-ratio: 59/39;
}

.service-case__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.service-price {
	margin-top: 54px;
}

.service-price__contents {
	border-radius: 20px;
	overflow: hidden;
}

.service-price__heading {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	background: #006934;
	color: #FFF;
	padding: 24px 0;
}

.service-price__list {
	background: #FFF;
}

.service-price__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding: 26px 48px;
}

.service-price__item:not(:last-child) {
	border-bottom: 1px dotted #554111;
}

.service-note {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.875;
	margin-top: 20px;
	padding-left: 20px;
}

.service-note li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

/*
#styleguide
タブ
```
<div class="js-tab">
	<div role="tablist" aria-labelledby="このタブの見出しタグのid紐付け" class="js-tablist">
		<button id="tab-1" class="js-tablist__item" type="button" role="tab" aria-selected="true" aria-controls="tabpanel-1">すべて</button>
		<button id="tab-2" class="js-tablist__item" type="button" role="tab" aria-selected="false" aria-controls="tabpanel-2" tabindex="-1">お知らせ</button>
	</div>
	<div class="">
		<!-- TabPanel1 -->
		<div id="tabpanel-1" role="tabpanel" tabindex="0" aria-labelledby="tab-1">
			「すべて」のタブの中身
		</div>
		<!-- / TabPanel1 -->
		<!-- TabPanel2 -->
		<div id="tabpanel-2" role="tabpanel" tabindex="0" aria-labelledby="tab-2" class="is-hidden">
			「お知らせ」のタブの中身
		</div>
		<!-- / TabPanel2 -->
	</div>
</div>
```
*/

.js-tablist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.js-tablist__item[aria-selected=true] {
	font-weight: 700;
}

[role=tabpanel].is-hidden {
	display: none;
}

/*
#styleguide
タブ
```
<div class="js-accordion">
	<button type="button" aria-expanded="false" aria-controls="【コンテンツとボタンを紐付けするid名】" class="js-accordion-btn">トリガーボタンテキスト <img src="<?php echo esc_url(get_theme_file_uri('/assets/images/')); ?>icon_arrow_red.svg" alt="開く" class="js-accordion-icon"></button>
	<div id="【コンテンツとボタンを紐付けするid名】" class="js-accordion-content" aria-hidden="true">
		ここが開閉により表示が変わるテキストです。
	</div>
</div>
```
*/

.js-accordion-content {
	display: none;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff; /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

@media (hover: hover) {

.gnavi__item > a:hover::before,
.gnavi__item button:hover::before {
	opacity: 1;
}

.gnavi__item:has(.gnavi__children) > a:hover::before,
.gnavi__item:has(.gnavi__children) button:hover::before {
	opacity: 0;
}

.gnavi__child a:hover {
	color: #85af32;
}

.gnavi-tel:hover {
	opacity: 0.6;
}

.gnavi-contact:hover {
	opacity: 0.6;
}

.mainvisual-info:hover .mainvisual-info__main {
	color: #85af32;
}

.service__btn:hover {
	opacity: 0.6;
}

.home-recommend__label a:hover,
.home-recommend__label button:hover {
	background: rgba(0, 105, 52, 0.8);
}

.cta__line:hover {
	opacity: 0.6;
}

.cta__contact:hover {
	opacity: 0.6;
}

.case-slide__item a:hover {
	opacity: 0.6;
}

.breadcrumbs__item a:hover {
	text-decoration: underline;
}

.anchor-link-1__item a:hover {
	opacity: 0.6;
}

.anchor-link-2__item a:hover {
	opacity: 0.6;
}

}

@media screen and (min-width: 768px) {

.text-pc-left { /* pc */
	text-align: left;
}

.text-pc-center { /* pc */
	text-align: center;
}

.text-pc-right { /* pc */
	text-align: right;
}

/* pc */

.mt-pc-0 {
	margin-top: 0px !important;
}

.mb-pc-0 {
	margin-bottom: 0px !important;
}

.mr-pc-0 {
	margin-right: 0px !important;
}

.ml-pc-0 {
	margin-left: 0px !important;
}

.mx-pc-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-pc-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* pc */

.mt-pc-5 {
	margin-top: 5px !important;
}

.mb-pc-5 {
	margin-bottom: 5px !important;
}

.mr-pc-5 {
	margin-right: 5px !important;
}

.ml-pc-5 {
	margin-left: 5px !important;
}

.mx-pc-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-pc-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* pc */

.mt-pc-10 {
	margin-top: 10px !important;
}

.mb-pc-10 {
	margin-bottom: 10px !important;
}

.mr-pc-10 {
	margin-right: 10px !important;
}

.ml-pc-10 {
	margin-left: 10px !important;
}

.mx-pc-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-pc-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* pc */

.mt-pc-15 {
	margin-top: 15px !important;
}

.mb-pc-15 {
	margin-bottom: 15px !important;
}

.mr-pc-15 {
	margin-right: 15px !important;
}

.ml-pc-15 {
	margin-left: 15px !important;
}

.mx-pc-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-pc-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* pc */

.mt-pc-20 {
	margin-top: 20px !important;
}

.mb-pc-20 {
	margin-bottom: 20px !important;
}

.mr-pc-20 {
	margin-right: 20px !important;
}

.ml-pc-20 {
	margin-left: 20px !important;
}

.mx-pc-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-pc-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* pc */

.mt-pc-25 {
	margin-top: 25px !important;
}

.mb-pc-25 {
	margin-bottom: 25px !important;
}

.mr-pc-25 {
	margin-right: 25px !important;
}

.ml-pc-25 {
	margin-left: 25px !important;
}

.mx-pc-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-pc-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* pc */

.mt-pc-30 {
	margin-top: 30px !important;
}

.mb-pc-30 {
	margin-bottom: 30px !important;
}

.mr-pc-30 {
	margin-right: 30px !important;
}

.ml-pc-30 {
	margin-left: 30px !important;
}

.mx-pc-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-pc-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* pc */

.mt-pc-35 {
	margin-top: 35px !important;
}

.mb-pc-35 {
	margin-bottom: 35px !important;
}

.mr-pc-35 {
	margin-right: 35px !important;
}

.ml-pc-35 {
	margin-left: 35px !important;
}

.mx-pc-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-pc-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* pc */

.mt-pc-40 {
	margin-top: 40px !important;
}

.mb-pc-40 {
	margin-bottom: 40px !important;
}

.mr-pc-40 {
	margin-right: 40px !important;
}

.ml-pc-40 {
	margin-left: 40px !important;
}

.mx-pc-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-pc-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* pc */

.mt-pc-45 {
	margin-top: 45px !important;
}

.mb-pc-45 {
	margin-bottom: 45px !important;
}

.mr-pc-45 {
	margin-right: 45px !important;
}

.ml-pc-45 {
	margin-left: 45px !important;
}

.mx-pc-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-pc-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

/* pc */

.mt-pc-50 {
	margin-top: 50px !important;
}

.mb-pc-50 {
	margin-bottom: 50px !important;
}

.mr-pc-50 {
	margin-right: 50px !important;
}

.ml-pc-50 {
	margin-left: 50px !important;
}

.mx-pc-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-pc-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

/* pc */

.mt-pc-55 {
	margin-top: 55px !important;
}

.mb-pc-55 {
	margin-bottom: 55px !important;
}

.mr-pc-55 {
	margin-right: 55px !important;
}

.ml-pc-55 {
	margin-left: 55px !important;
}

.mx-pc-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-pc-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

/* pc */

.mt-pc-60 {
	margin-top: 60px !important;
}

.mb-pc-60 {
	margin-bottom: 60px !important;
}

.mr-pc-60 {
	margin-right: 60px !important;
}

.ml-pc-60 {
	margin-left: 60px !important;
}

.mx-pc-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-pc-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

/* pc */

.mt-pc-65 {
	margin-top: 65px !important;
}

.mb-pc-65 {
	margin-bottom: 65px !important;
}

.mr-pc-65 {
	margin-right: 65px !important;
}

.ml-pc-65 {
	margin-left: 65px !important;
}

.mx-pc-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-pc-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

/* pc */

.mt-pc-70 {
	margin-top: 70px !important;
}

.mb-pc-70 {
	margin-bottom: 70px !important;
}

.mr-pc-70 {
	margin-right: 70px !important;
}

.ml-pc-70 {
	margin-left: 70px !important;
}

.mx-pc-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-pc-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

/* pc */

.mt-pc-75 {
	margin-top: 75px !important;
}

.mb-pc-75 {
	margin-bottom: 75px !important;
}

.mr-pc-75 {
	margin-right: 75px !important;
}

.ml-pc-75 {
	margin-left: 75px !important;
}

.mx-pc-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-pc-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

/* pc */

.mt-pc-80 {
	margin-top: 80px !important;
}

.mb-pc-80 {
	margin-bottom: 80px !important;
}

.mr-pc-80 {
	margin-right: 80px !important;
}

.ml-pc-80 {
	margin-left: 80px !important;
}

.mx-pc-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-pc-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

/* pc */

.mt-pc-85 {
	margin-top: 85px !important;
}

.mb-pc-85 {
	margin-bottom: 85px !important;
}

.mr-pc-85 {
	margin-right: 85px !important;
}

.ml-pc-85 {
	margin-left: 85px !important;
}

.mx-pc-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-pc-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

/* pc */

.mt-pc-90 {
	margin-top: 90px !important;
}

.mb-pc-90 {
	margin-bottom: 90px !important;
}

.mr-pc-90 {
	margin-right: 90px !important;
}

.ml-pc-90 {
	margin-left: 90px !important;
}

.mx-pc-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-pc-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

/* pc */

.mt-pc-95 {
	margin-top: 95px !important;
}

.mb-pc-95 {
	margin-bottom: 95px !important;
}

.mr-pc-95 {
	margin-right: 95px !important;
}

.ml-pc-95 {
	margin-left: 95px !important;
}

.mx-pc-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-pc-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

/* pc */

.mt-pc-100 {
	margin-top: 100px !important;
}

.mb-pc-100 {
	margin-bottom: 100px !important;
}

.mr-pc-100 {
	margin-right: 100px !important;
}

.ml-pc-100 {
	margin-left: 100px !important;
}

.mx-pc-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-pc-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

}

@media screen and (max-width: 1000px) {

.md-only { /* 680px以上 */
	display: block !important;
}

.l-header { /* 680px以上 */
	position: fixed;
	height: 60px;
	padding: 0;
}

.l-navi { /* 680px以上 */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(99, 82, 46, 0.95);
	color: #FFF;
	z-index: 10000;
	padding: 58px 0;
}

.menu-btn { /* 680px以上 */
	display: block;
	background: #85af32;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	width: 60px;
	height: 60px;
	border-radius: 0 0 0 20px;
}

.menu-btn__icon {
	display: block;
	width: 24px;
	height: 18px;
	position: relative;
	margin: 0 auto;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn__icon span:nth-child(1) {
	top: 0;
}

.menu-btn__icon span:nth-child(2) {
	top: 50%;
}

.menu-btn__icon span:nth-child(3) {
	top: 100%;
}

.menu-btn.is-open {
	color: #FFF;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gnavi { /* 680px以上 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 36px;
	margin-right: 0;
}

.gnavi__item { /* 680px以上 */
	font-size: 1.6rem;
	text-align: center;
}

.gnavi__item > a,
.gnavi__item button { /* 680px以上 */
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.gnavi__item > a::before,
.gnavi__item button::before { /* 680px以上 */
	content: none;
}

.gnavi__item:has(.gnavi__children) > a::after,
.gnavi__item:has(.gnavi__children) button::after { /* 680px以上 */
	width: 1.25em;
	height: 1.25em;
	margin-left: 0.625em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__item:has(.gnavi__children) > a.is-open::after,
.gnavi__item:has(.gnavi__children) button.is-open::after { /* 680px以上 */
	-webkit-transform: translateY(-2px) rotate(180deg);
	transform: translateY(-2px) rotate(180deg);
}

.gnavi__children-wrap { /* 680px以上 */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 1;
	visibility: visible;
	padding: 0;
	background: rgba(62, 47, 15, 0.95);
	margin-top: 18px;
	-webkit-transition: 0;
	transition: 0;
}

.gnavi__children-wrap.is-open { /* 680px以上 */
	opacity: inherit;
	visibility: inherit;
}

.gnavi__children { /* 680px以上 */
	position: relative;
	background: none;
	font-size: 1.4rem;
	text-align: center;
	padding: 28px 0 29px;
}

.gnavi__children::after { /* 680px以上 */
	content: none;
}

.gnavi__child:not(:last-child) { /* 680px以上 */
	margin-bottom: 30px;
}

.gnavi-fixed { /* 680px以上 */
	position: static;
	right: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10%;
}

.gnavi-tel { /* 680px以上 */
	display: block;
	border-radius: 10px;
	padding: 7px 10px 10px;
	background: #006934;
	color: #FFF;
	width: 100%;
	margin-top: 55px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.gnavi-tel__label { /* 680px以上 */
	display: none;
}

.gnavi-tel__link { /* 680px以上 */
	color: #FFF;
	font-size: 2.6rem;
}

.gnavi-tel__link::before { /* 680px以上 */
	width: 0.62em;
	height: 0.65em;
	background: #FFF;
	margin-right: 0.38em;
}

.gnavi-tel__note { /* 680px以上 */
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	margin-top: 4px;
}

.gnavi-contact { /* 680px以上 */
	position: relative;
	margin-top: 35px;
	border-radius: 10px;
	width: 100%;
	padding: 24px 20px 17px;
}

.gnavi-contact__label { /* 680px以上 */
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.3rem;
}

.gnavi-contact__text { /* 680px以上 */
	font-size: 1.6rem;
}

.gnavi-contact__text::before { /* 680px以上 */
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.625em;
}

.gnavi-close { /* 680px以上 */
	display: block;
	background: none;
	border: none;
	padding: 0;
	margin: 22px 0 0;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #FFF;
}

.gnavi-close::before {
	content: "";
	width: 1.25em;
	height: 1.25em;
	display: inline-block;
	background: url(../images/icon_close.png) no-repeat center/contain;
	margin-right: 0.6em;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.service__wrapper { /* 680px以上 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.service__contents { /* 680px以上 */
	margin: 0 auto;
	width: 100%;
	padding: 29px 0 0;
}

.service__btn { /* 680px以上 */
	margin: 34px auto 40px;
	width: 100%;
	padding: 10px 0;
	max-width: 345px;
}

.service__text:not(:first-of-type) { /* 680px以上 */
	margin-top: 25px;
}

.service__text { /* 680px以上 */
	line-height: 1.7;
}

.service__title { /* 680px以上 */
	margin: 0 auto 33px;
	width: 95%;
	max-width: 323px;
}

.service__image { /* 680px以上 */
	width: 92vw;
}

.service__image--left img { /* 680px以上 */
	border-radius: 0px 40px 40px 0;
}

.service__image--left::after { /* 680px以上 */
	background: url(../images/deco_service_1_sp.png) no-repeat center/contain;
	width: 100vw;
	height: 57.33vw;
	left: 0;
	bottom: -56vw;
	top: initial;
}

.service__image--left { /* 680px以上 */
	-webkit-transform: translateX(-4vw);
	transform: translateX(-4vw);
}

.service__image--right img { /* 680px以上 */
	border-radius: 40px 0px 0px 40px;
}

.service__image--right::after { /* 680px以上 */
	background: url(../images/deco_service_2_sp.png) no-repeat center/contain;
	width: 66.6vw;
	height: 47.2vw;
	left: initial;
	right: -2vw;
	top: -42vw;
}

.service__image--right { /* 680px以上 */
	-webkit-transform: translateX(4vw);
	transform: translateX(4vw);
}

.area__inner { /* 680px以上 */
	display: block;
}

.area__main { /* 680px以上 */
	width: 100%;
}

.area__map { /* 680px以上 */
	width: calc(50vw + 50%);
	margin-top: 36px;
}

.flow__item { /* 680px以上 */
	width: 22%;
}

.flow__item:not(:last-of-type)::after { /* 680px以上 */
	left: calc(100% + 0.3vw);
	width: 23px;
	height: 23px;
}

.flow__item__top { /* 680px以上 */
	padding: 15px 4% 10px 6%;
	border-radius: 20px 20px 0 0;
}

.flow__item__text { /* 680px以上 */
	font-size: 1.5rem;
}

.flow__item__step { /* 680px以上 */
	font-size: 1.2rem;
	margin-top: 3px;
}

.flow__item__stepnum { /* 680px以上 */
	font-size: 2.5rem;
}

.flow__item__image { /* 680px以上 */
	border-radius: 0 0px 20px 20px;
}

.flow__item__image--free::after { /* 680px以上 */
	width: 50px;
	height: 50px;
}

.anchor-link-2 { /* 680px以上 */
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.js-md-accordion-content { /* 680px以上 */
	display: none;
}

}

@media screen and (max-width: 767px) {

div[id],
section[id],
article[id] { /* sp */
	scroll-margin-top: 60px;
}

.text-sp-left { /* sp */
	text-align: left;
}

.text-sp-center { /* sp */
	text-align: center;
}

.text-sp-right { /* sp */
	text-align: right;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

/* sp */

.sp-grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.sp-grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.sp-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.sp-grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.--sp-grid-2col { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.--sp-grid-1col { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.l-footer { /* sp */
	padding-bottom: 70px;
}

.heading-primary { /* sp */
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

.heading-primary--leaf { /* sp */
	padding-top: 40px;
}

.heading-primary--leaf::after { /* sp */
	width: 53px;
	height: 26px;
}

.heading-primary--splg { /* sp */
	font-size: 3rem;
}

.heading-secondary { /* sp */
	font-size: 2.4rem;
	padding-bottom: 12px;
}

.header-logo { /* sp */
	top: 5px;
	left: 15px;
	width: 200px;
}

.footer-logo { /* sp */
	width: 302px;
	padding: 40px 0 25px;
}

.copyright-wrap { /* sp */
	padding: 10px 0;
}

.copyright { /* sp */
	font-size: 1rem;
}

.sp-fixed-btn { /* sp */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #554111;
	color: #FFF;
	padding: 5px 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 100;
}

.sp-fixed-btn__item {
	width: calc((100% - 12px) / 3);
	border-radius: 10px;
	text-align: center;
}

.sp-fixed-btn__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	height: 100%;
	text-decoration: none;
}

.sp-fixed-btn__item--tel {
	background: #006934;
}

.sp-fixed-btn__item--tel .sp-fixed-btn__icon {
	width: 18px;
}

.sp-fixed-btn__item--line {
	background: #06c755;
}

.sp-fixed-btn__item--line .sp-fixed-btn__icon {
	width: 24px;
}

.sp-fixed-btn__item--contact {
	background: #d74800;
}

.sp-fixed-btn__item--contact .sp-fixed-btn__icon {
	width: 20px;
}

.sp-fixed-btn__icon {
	display: block;
}

.sp-fixed-btn__icon img {
	display: block;
}

.sp-fixed-btn__text {
	font-size: 1.4rem;
	font-weight: 700;
}

.mainvisual { /* sp */
	padding: 93px 0 0;
}

.mainvisual::before { /* sp */
	top: -45px;
	left: -10px;
	width: 449px;
	height: 206px;
}

.mainvisual__contents { /* sp */
	padding: 27px 0 0;
}

.mainvisual__main { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 0;
	left: 2.4%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: 100%;
	padding-bottom: 18px;
}

.mainvisual__copy { /* sp */
	width: 56.8vw;
	margin-bottom: 16px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mainvisual__text { /* sp */
	font-size: 4.27vw;
}

.mainvisual__text small { /* sp */
	font-size: 3.73vw;
}

.mainvisual__text span { /* sp */
	font-size: 9.6vw;
	line-height: 1.17;
}

.mainvisual__dialogue { /* sp */
	gap: 1.87vw;
	margin-top: auto;
	padding-left: 7px;
}

.mainvisual__dialogue__image { /* sp */
	width: 10.7vw;
}

.mainvisual__dialogue__text { /* sp */
	font-size: 3.73vw;
	line-height: 1.7;
}

.mainvisual__dialogue__text span {
	display: inline;
	background: #FFF;
	padding: 0 0.2em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.mainvisual__image { /* sp */
	width: 85.3%;
	border-radius: 50px 0 0 50px;
}

.mainvisual-info { /* sp */
	width: 92%;
	height: 56px;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 15px;
	padding: 0 40px 0 15px;
}

.mainvisual-info::before { /* sp */
	right: 15px;
	width: 15px;
	height: 15px;
}

.mainvisual-info::after { /* sp */
	right: 19px;
	width: 7px;
	height: 5px;
}

.mainvisual-info__head { /* sp */
	padding: 5px 5px 5px 42px;
	width: 122px;
}

.mainvisual-info__head::before { /* sp */
	width: 27px;
	height: 19px;
}

.mainvisual-info__head__jp { /* sp */
	font-size: 1.3rem;
}

.mainvisual-info__head__en { /* sp */
	font-size: 1rem;
	margin-top: 4px;
}

.mainvisual-info__main { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 7px;
	font-size: 1.2rem;
	width: calc(100% - 122px);
	padding-left: 3%;
}

.seasons { /* sp */
	padding-top: 53px;
	margin-bottom: 50px;
	width: 92.8%;
	margin-left: auto;
	margin-right: auto;
}

.seasons__list { /* sp */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px 0px;
	margin-top: 35px;
}

.seasons__item { /* sp */
	width: 50%;
}

.seasons__item__image { /* sp */
	width: 38.4vw;
}

.seasons__item__text { /* sp */
	font-size: 2.4rem;
	margin: 8px 0 11px;
}

.service__image { /* sp */
	height: 53vw;
}

.reasons { /* sp */
	padding: 50px 0 50px;
}

.reasons__list::after { /* sp */
	border-radius: 0;
	top: 37.3vw;
	left: 0;
	width: 100vw;
	height: calc(100% - 74.6vw);
	-webkit-transform: translateY(0) translateX(-4vw);
	transform: translateY(0) translateX(-4vw);
}

.reasons__list { /* sp */
	grid-template-columns: repeat(1, 1fr);
	margin-top: 68px;
	gap: 55px 0;
}

.reasons__item__topper { /* sp */
	width: 70px;
	height: 70px;
	top: -35px;
}

.reasons__item__text-wrapper { /* sp */
}

.reasons__item__text-wrapper--lg {
	min-height: 123px;
}

.reasons__item__text-wrapper {
	padding: 14px 0 27px;
}

.reasons__item__text { /* sp */
	font-size: 1.75rem;
}

.reasons__item__title { /* sp */
	font-size: 2.63rem;
	margin-top: 14px;
}

.home-strength-wrap { /* sp */
	padding: 20px 0 50px;
}

.home-strength-wrap::after { /* sp */
	top: -61px;
	right: -54px;
	-webkit-transform: none;
	transform: none;
	width: 56.8%;
	aspect-ratio: 213/150;
}

.home-strength { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 18px;
	width: 87.8261%;
}

.home-strength__item { /* sp */
	width: 37.9538%;
}

.home-strength__item:nth-of-type(2) {
	margin-right: auto;
}

.home-strength__item:nth-of-type(3) {
	margin-left: auto;
}

.service-area { /* sp */
	margin-top: 40px;
	padding: 19px 20px 26px;
}

.service-area__heading span { /* sp */
	max-width: 200px;
	font-size: 1.6rem;
	line-height: 1.26125;
}

.service-area__text { /* sp */
	font-size: 1.6rem;
	line-height: 1.875;
}

.home-recommend-wrap { /* sp */
	padding: 49px 0 50px;
}

.home-recommend { /* sp */
	margin-top: 33px;
}

.home-recommend__label a,
.home-recommend__label button { /* sp */
	width: 100px;
}

.service-content-wrap { /* sp */
	margin-top: 40px;
}

.service-content { /* sp */
	display: block;
	padding: 20px 20px 13px;
}

.service-content:not(:last-child) { /* sp */
	margin-bottom: 30px;
}

.service-content__image { /* sp */
	width: 100%;
	margin-bottom: 13px;
}

.service-content__heading { /* sp */
	padding-left: 3.4rem;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

.service-content__heading::before { /* sp */
	top: 0.25em;
	width: 2.4rem;
	height: 2.4rem;
}

.service-content__text { /* sp */
	font-size: 2rem;
	margin-bottom: 20px;
}

.service-content__title__detail { /* sp */
	font-size: 1.4rem;
}

.cta { /* sp */
	padding: 40px 0 44px;
}

.cta::before { /* sp */
	background: url(../images/bg_cta_sp.jpg) no-repeat center center/cover;
}

.cta__lead { /* sp */
	width: 244px;
	margin-bottom: 24px;
}

.cta__text { /* sp */
	padding: 0 0 104px;
	font-size: 1.4rem;
	line-height: 1.7142857143;
}

.cta__text span { /* sp */
	font-size: 1.6rem;
}

.cta__text::after { /* sp */
	width: 129px;
	height: 98px;
	right: 50%;
	-webkit-transform: translate(50%, 7px);
	transform: translate(50%, 7px);
}

.cta__box { /* sp */
	padding: 33px 20px;
}

.cta__heading { /* sp */
	margin-bottom: 4px;
}

.cta__heading span { /* sp */
	border-radius: 12px;
	font-size: 1.3rem;
}

.cta__tel { /* sp */
	font-size: clamp(3.2rem, 0.8727272727rem + 7.2727272727vw, 3.6rem);
}

.cta__tel::before { /* sp */
	width: 2.4rem;
	height: 2.6rem;
	margin-top: 0.8rem;
	margin-right: 10px;
}

.cta__info { /* sp */
	margin-top: 5px;
	font-size: 1.2rem;
}

.cta__btns { /* sp */
	grid-template-columns: 1fr;
	gap: 30px;
	margin-top: 27px;
}

.cta__line { /* sp */
	border-radius: 10px;
	padding: 1.1em 1em;
	font-size: 1.6rem;
}

.cta__line::before { /* sp */
	width: 2.4rem;
	height: 2.3rem;
	margin-right: 12px;
}

.cta__contact { /* sp */
	border-radius: 10px;
	padding: 1.3em 1em 1em;
	font-size: 1.6rem;
}

.cta__contact::before { /* sp */
	width: 2rem;
	height: 2rem;
	margin-right: 10px;
}

.cta__contact span { /* sp */
	padding: 0.1em 2em;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

.voice { /* sp */
	padding: 42px 0 30px;
}

.voice__list { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 40px auto 0;
	gap: 20px;
}

.voice__item { /* sp */
	padding: 36px 20px;
	width: 100%;
}

.voice__item__top { /* sp */
	min-height: unset;
}

.voice__item__comment { /* sp */
	margin-top: 10px;
}

.voice__item__textbox { /* sp */
	padding-right: 20px;
}

.case { /* sp */
	padding: 50px 0 0;
}

.case-slide { /* sp */
	padding: 34px 0;
	margin-top: 0;
}

.case-slide__item a { /* sp */
	display: block;
}

.case-slide__image { /* sp */
	width: 100%;
	aspect-ratio: 265/180;
	margin-bottom: 20px;
}

.case-slide__main { /* sp */
	padding-right: 50px;
}

.case-slide__main::after { /* sp */
	display: none;
}

.case-slide__heading { /* sp */
	position: relative;
	font-size: 1.8rem;
	line-height: 1.3333333333;
}

.case-slide__heading::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	width: 30px;
	height: 30px;
	background: url(../images/icon_circle_arrow.svg) no-repeat center center/contain;
}

.area { /* sp */
	padding: 50px 0;
}

.area__map { /* sp */
	border-radius: 30px 0 0 30px;
}

.area__heading { /* sp */
	gap: 20px;
	font-size: 2.4rem;
	margin-bottom: 19px;
}

.area__heading::before { /* sp */
	width: 2.8rem;
	height: 3.5rem;
}

.area__text { /* sp */
	margin-top: 22px;
}

.flow { /* sp */
	padding: 50px 0 50px;
}

.flow__list { /* sp */
	margin: 35px auto 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 80px 0;
}

.flow__item { /* sp */
	width: 100%;
	max-width: 255px;
}

.flow__item:not(:last-of-type)::after { /* sp */
	bottom: -60px;
	top: unset;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(0) rotate(90deg);
	transform: translateX(-50%) translateY(0) rotate(90deg);
	width: 40px;
	height: 40px;
}

.flow__item__top { /* sp */
	padding: 18px 10px 14px 15px;
	gap: 16px;
	border-radius: 30px 30px 0 0;
}

.flow__item__text { /* sp */
	font-size: 2.4rem;
	margin-top: 3px;
}

.flow__item__step { /* sp */
	font-size: 1.6rem;
	margin-top: 8px;
}

.flow__item__stepnum { /* sp */
	font-size: 4.4rem;
}

.flow__item__image { /* sp */
	border-radius: 0 0px 30px 30px;
}

.flow__item__image--free::after { /* sp */
	right: 0px;
	bottom: -3px;
	width: 68px;
	height: 68px;
}

.faq { /* sp */
	padding: 0 0 50px;
}

.faq__item:first-of-type { /* sp */
	margin-top: 8px;
}

.faq__question button { /* sp */
	font-size: 1.8rem;
	line-height: 1.6667;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	padding: 27px 30px 27px 0;
}

.faq__question button.is-open::after { /* sp */
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.faq__question button::before,
.faq__question button::after { /* sp */
	top: 42px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	width: 16px;
	height: 2px;
}

.faq__question button::after { /* sp */
	-webkit-transform: translateY(0) rotate(90deg);
	transform: translateY(0) rotate(90deg);
}

.faq__q { /* sp */
	margin-right: 10px;
	font-size: 1.8rem;
	width: 36px;
	height: 36px;
}

.faq__answer { /* sp */
	line-height: 1.5;
	padding: 0px 25px 27px 46px;
}

.season-label { /* sp */
	font-size: 1.3rem;
	padding: 2px 10px;
	min-width: 72px;
}

.page-head { /* sp */
	padding: 60px 0 0;
}

.page-head::before { /* sp */
	background-position: left -10px top -43px, right -53px bottom -58px;
	background-size: 449px auto, 210px auto;
}

.page-head__title { /* sp */
	padding: 28px 0 31px;
	font-size: 2.4rem;
}

.anchor-link-wrap { /* sp */
	padding: 20px 0;
	background-size: 20px auto;
}

.anchor-link-1 { /* sp */
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 5px;
}

.anchor-link-1__item a { /* sp */
	border-radius: 10px;
	min-height: 45px;
}

.anchor-link-1__image { /* sp */
	width: 32.6%;
}

.anchor-link-1__text { /* sp */
	padding: 3px 20px 3px 8px;
	font-size: 1.4rem;
	line-height: 1.29;
}

.anchor-link-1__text--yaku { /* sp */
	font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
}

.anchor-link-1__text::before { /* sp */
	right: 12px;
	width: 6px;
	height: 4px;
}

.anchor-link-2 { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
}

.anchor-link-2__item a { /* sp */
	font-size: 2.148rem;
	border-radius: 10px;
	padding: 12px 40px;
}

.anchor-link-2__item a::before { /* sp */
	right: 18px;
	width: 17px;
	height: 17px;
}

.anchor-link-2__item a::after { /* sp */
	right: 22px;
}

.section { /* sp */
	padding: 50px 0;
}

.service-lead { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	margin-top: 35px;
}

.service-lead__image { /* sp */
	width: 100%;
	margin-right: 0;
}

.service-lead__text { /* sp */
	font-size: 1.8rem;
}

.service-2col-text { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 28px;
	margin-top: 28px;
}

.service-problem { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-top: 33px;
}

.service-problem__image { /* sp */
	width: 100%;
	margin-right: 0;
}

.service-problem__heading { /* sp */
	font-size: 2.4rem;
	margin-bottom: 24px;
}

.service-problem__list__item { /* sp */
	font-size: 1.8rem;
	padding-left: 38px;
}

.service-problem__list__item:not(:last-child) { /* sp */
	margin-bottom: 12px;
}

.service-problem__list__item::before { /* sp */
	top: 2px;
	width: 23px;
	height: 22px;
}

.service-case { /* sp */
	margin-top: 30px;
}

.service-case__contents { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 50px 0;
}

.service-case__item:nth-child(odd) .service-case__image::before { /* sp */
	top: calc(100% + 15px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 22px solid #85af32;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.service-case__heading { /* sp */
	font-size: 1.8rem;
	margin-bottom: 7px;
}

.service-price { /* sp */
	margin-top: 33px;
}

.service-price__heading { /* sp */
	font-size: 1.8rem;
	padding: 28px 0;
}

.service-price__item { /* sp */
	font-size: 1.8rem;
	padding: 30px 20px;
}

.service-note { /* sp */
	font-size: 1.4rem;
	line-height: 1.71;
	margin-top: 15px;
	padding-left: 0;
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

/*page contact*/
.form-section {
	padding-top: 0;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.contact-cta {
		margin-top: 55px;
	}
	.contact-cta .cta__box {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-cta .contact-cta-tel {
		width: min(45.4545%,500px);
	}
	.contact-cta .cta__btns {
		width: min(48.18%,530px);
		margin-top: 0;
	}
	.form-section-text {
		font-size: 16px;
		text-align: center;
		margin: 50px 0;
		line-height: 1.6;
	}
	.form-table-wrapper {
		position: relative;
		background: #FFF;
		border-radius: 20px;
		padding: 80px;
	}
	.p-form-flow {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 75px;
		margin-bottom: 75px;
		position: relative;
	}
	.p-form-flow::after {
		background: url('../images/dot_bg.png') repeat-x;
		content: '';
		display: block;
		width: 85px;
		height: 4px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.p-form-flow li {
		background: #fff;
		color: #554111;
		border: 1px solid #554111;
		border-radius: 30px;
		font-size: 18px;
		font-weight: 700;
		width: 90px;
		height: 30px;
		text-align: center;
		line-height: 27px;
		position: relative;
		z-index: 10;
	}
	.p-form-flow li.active {
		background: #554111;
		color: #fff;
	}

	.form-table-inner {
		border-bottom: 1px dotted #554111;
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
		padding: 25px 0;
	}
	.form-table-title {
		display: flex;
		align-items: center;
		font-size: 18px;
		font-weight: 700;
		width: 250px;
		padding-left: 20px;
		position: relative;
	}
	.form-table-title::after {
		border: 1px solid #85af32;
		border-radius: 5px;
		content: '';
		display: block;
		width: 50px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.form-table-title.req::after {
		background: #85af32;
		color: #fff;
		content: '必須';
	}
	.form-table-title.optional::after {
		content: '任意';
		color: #85af32;

	}
	.form-table-input {
		width: calc(100% - 300px);
	}
	.form-table-input input[type="text"],
	.form-table-input input[type="email"],
	.form-table-input input[type="text"],
	.form-table-input textarea {
		border: 1px solid #554111;
		border-radius: 10px;
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
	}
	.wpcf7-form-control.wpcf7-radio {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	.wpcf7-list-item-label {
		font-size: 16px;
		cursor: pointer;
	}
	.form-table-subtext {
		font-size: 16px;
		margin-bottom: 0.5em;
	}
	.agree-container {
		margin-top: 60px;
	}
	.agree-title {
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}
	.agree-text {
		font-size: 16px;
		line-height: 2;
		text-align: center;
		margin: 30px 55px;
	}
	.privacy-policy {
		border: 1px solid #554111;
		border-radius: 10px;
		margin-top: 15px;
		padding: 19px 39px;
	}
	.privacy-policy-inner {
		overflow-y: auto;
		height: 125px;
		padding-right: 50px;
	}
	.privacy-policy .agree-title {
		text-align: left;
		margin-bottom: 20px;
	}
	.privacy-policy p {
		font-size: 16px;
		line-height: 2;
	}
	.privacy-policy p + .agree-title {
		margin-top: 35px;
	}
	.agree-check {
		text-align: center;
	}
	.agree-check .wpcf7-form-control-wrap {
		display: inline-block;
		background: #e8e4e0;
		border-radius: 5px;
		margin: 40px 80px;
		padding: 15px 90px;
		text-align: center;
	}
	.agree-check .wpcf7-list-item {
		margin: 0;
	}
	.submit-area {
		text-align: center;
	}
	.submit-button input {
		cursor: pointer;
		background: url('../images/icon_white_arrow2.png') #d74800 no-repeat right 30px top 50% / 20px;
		border: none;
		border-radius: 20px;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		padding: 20px 150px;
		transition: all .2s ease-out;
	}
	.submit-button input:hover {
		opacity: 0.6;
	}
	.wpcf7-spinner {
		margin: 0 -24px 0 24px!important;
	}


}
@media screen and (min-width: 768px) and (max-width: 1230px) {
	.contact-cta .cta__box {
		flex-direction: column;
		gap: 40px;
	}
	.contact-cta .contact-cta-tel {
		width: 100%;
	}
	.contact-cta .cta__btns {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.contact-cta {
		margin-top: 35px;
	}
	.form-section-text {
		font-size: 18px;
		margin: 30px 0 45px;
		line-height: 1.6;
	}
	.form-table-wrapper {
		position: relative;
		background: #FFF;
		border-radius: 20px;
		padding: 33px 20px;
	}
	.p-form-flow {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 75px;
		margin-bottom: 75px;
		position: relative;
	}
	.p-form-flow::after {
		background: url('../images/dot_bg.png') repeat-x;
		content: '';
		display: block;
		width: 70%;
		height: 4px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.p-form-flow li {
		background: #fff;
		color: #554111;
		border: 1px solid #554111;
		border-radius: 30px;
		font-size: 18px;
		font-weight: 700;
		width: 90px;
		height: 30px;
		text-align: center;
		line-height: 27px;
		position: relative;
		z-index: 10;
	}
	.p-form-flow li.active {
		background: #554111;
		color: #fff;
	}




	.form-table-inner {
		border-bottom: 1px dotted #554111;
		padding: 20px 0;
	}
	.form-table-title {
		font-size: 18px;
		font-weight: 700;
		position: relative;
	}
	.form-table-title::after {
		border: 1px solid #85af32;
		border-radius: 5px;
		content: '';
		display: block;
		width: 50px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.form-table-title.req::after {
		background: #85af32;
		color: #fff;
		content: '必須';
	}
	.form-table-title.optional::after {
		content: '任意';
		color: #85af32;

	}
	.form-table-input {
		margin-top: 20px;
		width: 100%;
	}
	.form-table-input input[type="text"],
	.form-table-input input[type="email"],
	.form-table-input input[type="text"],
	.form-table-input textarea {
		border: 1px solid #554111;
		border-radius: 10px;
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
	}
	.wpcf7-form-control.wpcf7-radio {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	.wpcf7-list-item-label {
		font-size: 16px;
		cursor: pointer;
	}
	.form-table-subtext {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 1em;
	}
	.agree-container {
		margin-top: 60px;
	}
	.agree-title {
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}
	.agree-text {
		font-size: 16px;
		line-height: 2;
		margin: 35px 0 30px;
	}
	.privacy-policy {
		border: 1px solid #554111;
		border-radius: 10px;
		margin-top: 15px;
		padding: 19px;
	}
	.privacy-policy-inner {
		overflow-y: auto;
		height: 200px;
		padding-right: 25px;
	}
	.privacy-policy .agree-title {
		text-align: left;
		margin-bottom: 20px;
	}
	.privacy-policy p {
		font-size: 16px;
		line-height: 2;
	}
	.privacy-policy p + .agree-title {
		margin-top: 35px;
	}
	.agree-check {
		text-align: center;
	}
	.agree-check .wpcf7-form-control-wrap {
		display: inline-block;
		background: #e8e4e0;
		border-radius: 5px;
		margin: 40px 0;
		padding: 15px 30px;
		width: 100%;
		text-align: center;
	}
	.agree-check .wpcf7-list-item {
		margin: 0;
	}
	.submit-area {
		text-align: center;
	}
	.submit-button input {
		cursor: pointer;
		background: url('../images/icon_white_arrow2.png') #d74800 no-repeat right 30px top 50% / 20px;
		border: none;
		border-radius: 20px;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		padding: 20px 20px;
		width: 100%;
		transition: all .2s ease-out;
	}
	.submit-button input:hover {
		opacity: 0.6;
	}
	.wpcf7-spinner {
		margin: 0 -24px 0 24px!important;
	}

}

.form-table-wrapper.complete {
	margin-top: 60px;
}
.complete-text {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 2;
}
.complete-text + .complete-text {
	margin-top: 2em;
}
@media screen and (max-width: 767px) {
	.complete-text {
		text-align: left;
	}
}


/* single */
.single-wrapper {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 75px;
	z-index: 2;	
}
.single-post-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
.single-post__info {
	margin-bottom: 50px;
}
.single-post__date {
	font-size: 16px;
	font-weight: 500;
}
.single-post__content p {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}
.single-post__content p + p {
	margin-top: 2em;
}
.single-post__content h2 {
	border-bottom: 2px solid #006934;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.single-post__content h3 {
	border-bottom: 1px dotted #554111;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.single-post__content h4 {
	border-bottom: 1px dashed #554111;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.single-post__content h5 {
	font-weight: 700;
}
.single-post__content h6 {
	font-weight: 500;
}
.single-post__content p + h2 {
	margin-top: 40px;
}
.single-post__content p + h3 {
	margin-top: 30px;
}
.single-post__content p + h4 {
	margin-top: 25px;
}
.single-post__content p + h5 {
	margin-top: 20px;
}
.single-post__content p + h6 {
	margin-top: 20px;
}
.wp-block-image,
.wp-block-list {
	margin-top: 25px;
	margin-bottom: 25px;
}
.wp-block-list li {
	list-style: disc inside;
}
.wp-block-list li + li {
	margin-top: 1em;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.single-wrapper {
		padding: 25px 20px;
	}
}

.single-post-nav {
	margin-top: 100px;
}
.single-post-nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-post-nav-list a {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	position: relative;
	width: 285px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.single-post-nav-list a:hover {
	text-decoration: underline;
}
.single-post-nav-list a::after {
	content: '';
	display: block;
	border-radius: 3px;
	border-top: 3px solid #554111;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.single-post-nav-prev a {
	padding-left: 65px;
}
.single-post-nav-prev a::after {
	border-left: 3px solid #554111;
	transform: rotate(-45deg);
	left: 25px;
}
.single-post-nav-next a {
	padding-right: 65px;
}
.single-post-nav-next a::after {
	border-right: 3px solid #554111;
	transform: rotate(45deg);
	right: 25px;
}

.single-post-nav-archive {
	text-align: center;
	margin-top: -10px;
}
.single-post-nav-archive a {
	background: #85af33 url('../images/icon_white_arrow.png') no-repeat right 30px top 50% / 20px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 25px 85px;
	transition: all .2s ease-out;
	text-decoration: none;
}
.single-post-nav-archive a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.single-post-nav-list li {
		width: 45%;
	}
	.single-post-nav-list a {
		width: 100%;
	}
	.single-post-nav-prev a {
		padding-left: 35px;
	}
	.single-post-nav-prev a::after {
		left: 0;
	}
	.single-post-nav-next a {
		padding-right: 35px;
	}
	.single-post-nav-next a::after {
		right: 0;
	}
	.single-post-nav-archive {
		margin-top: 45px;
	}
	.single-post-nav-archive a {
		display: block;
		margin-right: 20px;
		margin-left: 20px;
		padding: 25px 20px;
	}
}


/* category */
.category-post-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px 39px;
}
.category-post-item {
	box-shadow: 0px 0px 20px -10px #000;
	overflow: hidden;
	border-radius: 20px;
	width: min(calc((100% - 78px) / 3),394px);
}
.category-post-item a {
	text-decoration: none;
}
.category-post-item-box-title {
	transition: all .2s ease-out;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}
.category-post-item a:hover .category-post-item-box-title {
	color: #006934;
}
.category-post-item-box {
	background: #fff;
	height: 100%;
	padding: 20px 30px;
}
.category-post-item-box-date {
	font-size: 16px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.category-post-wrapper {
		gap: 15px;
	}
	.category-post-item {
		width: calc((100% - 15px) / 2);
	}
	.category-post-item-box {
		padding: 15px;
	}
	.category-post-item-box-title {
		line-height: 1.6;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		overflow: hidden;
		-webkit-box-orient: vertical;
	}
}







/*施工実績*/
.works-single-post-title {
	border-bottom: 4px solid #006934;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.single-post__info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 60px;
}
.single-post__info__area {
	background: url('../images/icon_pin.svg') no-repeat left top /17px 21px;
	color: #006934;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	padding-left: 30px;
}
.single-post__info__cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}
.single-post__info__cat li {
	border: 2px solid #85af33;
	border-radius: 30px;
}
.single-post__info__cat li a {
	border-radius: 30px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #85af33;
	padding: 5px 18px;
	display: block;
	transition: all .2s ease-out;
}
.single-post__info__cat li a:hover {
	background: rgba(133,175,51,.3);
}
.single-post__content__gallery {
	padding: 0 70px;
}
/*swiper base*/
.mainSwiper{
  width: 100%;
  aspect-ratio: 960/720;
  background: #fff;
}
.mainSwiper .swiper-slide img{
	border-radius: 15px;
  display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}

.thumbsSwiper{ margin-top: 12px; }
.thumbsSwiper .swiper-slide{
  width:auto;
	cursor:pointer;
}
.thumbsSwiper .swiper-slide-thumb-active{ opacity:1; }
.thumbsSwiper .swiper-slide img{
  display:block;
	width:100%;
	height:auto;
	object-fit:cover;
	user-select:none;
}

.mainSwiper {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}

[data-thumbs-track] {
	gap: 18px;
}
.thumbsSwiper .swiper-slide{
  box-sizing: border-box;     /* ← borderぶんも幅計算に含める */
  border: 4px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 226px;              /* 高さは固定でOK（お好みで） */
  cursor: pointer;
	position: relative;
}
.thumbsSwiper .swiper-slide::after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url('../images/icon_plus.png') no-repeat 0 0 / 100%;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.thumbsSwiper .swiper-slide-thumb-active{ 
	border-color: #85af33;
}
.thumbsSwiper .swiper-slide-thumb-active::after {
	content: none;
}

.thumbsSwiper .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.single-post__content__comment {
	border: 2px dotted #267f52;
	border-radius: 20px;
	margin-top: 60px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-post__content__comment__text {
	width: 870px;
}
.single-post__content__comment__text__title {
	color: #006934;
	border: none!important;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	font-size: 20px!important;
	font-weight: 700!important;
}
.single-post__content__comment__p {
	margin-top: 24px;
	font-weight: 500;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.works-single-post-title {
		line-height: 1.6;
	}
	.single-post__info {
		gap: 20px;
	}
	.single-post__info__area {
		background-position: left top 50%;
		line-height: 22px;
	}
	.single-post__info__cat {
		flex-direction: column;
		align-items: flex-start;
	}
	.single-post__content__gallery {
		padding: 0 !important;
	}
	.thumbsSwiper .swiper-slide {
		height: 90px;
	}
	.thumbsSwiper .swiper-slide::after {
		width: 16px;
		height: 16px;
		right: 8px;
		bottom: 6px;
	}
	.single-post__content__comment {
		flex-direction: column;
		padding: 25px 20px;
	}
	.single-post__content__comment__icon {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.single-post__content__comment__icon img {
		width: 80px;
		height: 80px;
	}
	.single-post__content__comment__icon .single-post__content__comment__text__title {
		width: 160px;
		line-height: 1.6;
	}
	.single-post__content__comment__text {
		width: 100%;
	}
	.works-single-post-title {
		font-size: 24px;
	}
}

.works-post-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 39px;
}
.works-post-item {
	background: #fff;
	width: min(calc((100% - 78px) / 3),394px);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px -10px #000;
}
.works-post-item a {
	text-decoration: none;
}
.works-post-item-img {
	max-height: 200px;
	overflow: hidden;
}
.works-post-item-img img {
	transition: all .6s ease-out;
}
.works-post-item a:hover .works-post-item-img img {
	transform: scale(1.1);
}
.works-post-item-box {
	padding: 23px 30px 30px;
}
.works-post-item-box-area {
	background: url('../images/icon_pin.svg') no-repeat left top / 12px 16px;
	color: #267f52;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	padding-left: 20px;
	margin-bottom: 7px;
}
.works-post-item-box-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.works-post-wrapper {
		gap: 15px;
	}
	.works-post-item {
		width: calc((100% - 15px) / 2);
	}
	.works-post-item-img {
		max-height: 120px;
	}
	.works-post-item-box {
		padding: 15px;
	}
}


.pagination-wrap {
	margin-top: 90px;
	text-align: center;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.pagination span,
.pagination a {
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	width: 34px;
	line-height: 34px;
}
.pagination .current {
	background: #554111;
	border-radius: 50%;
	color: #fff;
}
.pagination .prev,
.pagination .next {
	position: relative;
	width: 34px;
	height: 34px;
}
.pagination .prev::after,
.pagination .next::after {
	border-top: 3px solid #554111;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;

}
.pagination .prev::after {
	border-left: 3px solid #554111;
	transform: rotate(-45deg);
}
.pagination .next::after {
	border-right: 3px solid #554111;
	transform: rotate(45deg);

}
@media screen and (max-width: 767px) {
}