@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;
}

:root {
	--scrollbar: 0;
}

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

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

body {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #3d3d3d;
	word-wrap: break-word;
}

a {
	color: inherit;
}

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

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 !important;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

.my-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !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);
}

/* Layout */

.l-body {
	width: 100%;
}

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

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 100;
}

.l-header__inner {
	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;
	padding: 0 15px;
	width: 100%;
	max-width: 1226px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.l-footer {
	position: relative;
	padding: 50px 0 73px;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
}

.l-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 30px);
	background: #FFF;
}

.l-navi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_deco.svg) no-repeat right bottom/197px auto;
	color: #FFF;
	z-index: 100;
	padding: 55px 50px;
}

.l-navi::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #124724;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 125px), calc(100% - 125px) 100%, 0 100%);
}

.l-navi::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/deco.svg) no-repeat right 2px bottom -3px/52px auto, linear-gradient(135deg, transparent 50%, #ffffff 50%);
}

.l-navi__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-wrapper {
	position: relative;
	width: 87.17949%;
	margin-left: auto;
	margin-right: auto;
}

.l-page {
	padding: 80px 0 0;
}

.l-content {
	padding: 55px 0 105px;
}

.l-content--pb0 {
	padding-bottom: 0;
}

/* 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 {
	color: #124724;
	margin-bottom: 33px;
}

.heading-primary__en {
	display: block;
	font: 700 4.7rem "Inter", sans-serif;
}

.heading-primary__jp {
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-top: 20px;
}

.heading-primary--white {
	color: #ffffff;
}

.heading-primary--2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.heading-primary--2col .heading-primary__jp {
	margin: 0;
}

/*
#styleguide
heading-secondary

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

.heading-secondary {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #124724;
	margin-bottom: 65px;
}

/*
#styleguide
heading-tertiary

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

.heading-tertiary {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	color: #124724;
	margin-bottom: 32px;
}

.heading-quaternary {
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.78;
	color: #124724;
	margin-bottom: 50px;
}

.heading-quaternary::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: calc(50% + 50vw);
	height: calc(100% - 20px);
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
}

.heading-quaternary span {
	position: relative;
	display: inline-block;
	background: #FFF;
	padding-right: 1em;
}

/*
#styleguide
text-base

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

.text-base {
	font-size: 1.6rem;
	line-height: 1.78;
	letter-spacing: 0.045em;
	text-align: justify;
}

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

.text-base a {
	color: #124724;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

/*
#styleguide
text-lg

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

.text-lg {
	font-size: 1.8rem;
	letter-spacing: 0.045em;
	line-height: 1.78;
	text-align: justify;
}

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

/*
#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: 50px;
}

.buttons-wrap--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.buttons-wrap--left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/*
#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 {
	position: relative;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
	color: #124724;
	border: none;
	padding: 2em calc(26px + 3%);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.67;
	z-index: 1;
	width: 100%;
	max-width: 792px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::before {
	position: absolute;
	top: 10px;
	left: 10px;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	background: url(../img/arrow_right_green.svg) no-repeat right 2.5% center/16px auto, #FFF;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 0 solid #124724;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary--h-sm {
	padding: 1.38em calc(26px + 4%);
}

.button-primary--h-sm::before {
	background-position: right 3.7% center;
}

.button-primary--pdf {
	padding: 1.4em calc(29px + 7%) 1.4em 20px;
	letter-spacing: 0.05em;
}

.button-primary--pdf::before {
	background-image: url(../img/icon_pdf.svg);
	background-position: right 4% center;
	background-size: 29px auto;
}

.button-primary--w-sm {
	max-width: 486px;
}

/*
#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: none;
	border: none;
	padding: 0;
	margin: 0;
	font: 700 1.6rem "Inter", sans-serif;
	color: #124724;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary::after {
	content: "";
	width: 0.9em;
	height: 0.7em;
	display: inline-block;
	background: url(../img/arrow_right_green.svg) no-repeat center/contain;
	margin-left: 0.8em;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.button-secondary--sm {
	font-size: 1.3rem;
}

.button-secondary--arrow-down::after {
	-webkit-transform: translateX(-1px) translateY(-2px) rotate(90deg);
	transform: translateX(-1px) translateY(-2px) rotate(90deg);
}

.button-submit {
	position: relative;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	background: url(../img/arrow_right.svg) no-repeat right 1.9em center/15px auto, #124724;
	border: none;
	color: #FFF;
	text-align: center;
	width: 100%;
	max-width: 486px;
	padding: 2.05em 0;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-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;
	gap: 0 13px;
	background: #124724;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	padding: 1.16em 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-line__text-sm {
	display: block;
	font-size: 1.683rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.412;
}

.button-line__text-lg {
	display: block;
	font-size: 3.564rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-top: 0;
}

.list-1 > li {
	position: relative;
	padding-left: 22px;
}

.list-1 > li::before {
	position: absolute;
	top: 13px;
	left: 0;
	content: "";
	width: 14px;
	height: 4px;
	display: block;
	background: #124724;
}

.list-child > li {
	position: relative;
	padding-left: 22px;
}

.list-child > li::before {
	position: absolute;
	top: 14px;
	left: 0;
	content: "";
	width: 13px;
	height: 2px;
	display: block;
	background: #3d3d3d;
}

.scrollin {
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	transform: translate(0, 70px);
}

.scrollin.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.post-list-1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 6.7%;
}

.post-list-2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 2%;
}

.post-item-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0 30px;
}

.post-item-1__image {
	width: 42.3%;
	margin-top: 8px;
	overflow: hidden;
	aspect-ratio: 237/158;
}

.post-item-1__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-item-1:has(a.post-title:hover) .post-item-1__image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.post-item-1__main {
	width: 53.4%;
}

.post-item-2 {
	position: relative;
}

.post-item-2__image {
	position: relative;
	z-index: -1;
	overflow: hidden;
	aspect-ratio: 384/256;
}

.post-item-2__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-item-2__main {
	background: #FFF;
	width: 89.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	padding: 20px 7%;
}

.post-item-2__info {
	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: 10px;
	margin-bottom: 10px;
}

.post-title {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.67;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.post-title::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
}

.post-date {
	font: 700 1.5rem "Inter", sans-serif;
	color: #124724;
}

.post-cat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px;
}

.post-cat-list--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-cat {
	position: relative;
	z-index: 1;
	display: inline-block;
	text-decoration: none;
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	border: 1px solid #124724;
	color: #124724;
	padding: 0.2em 0.5em;
	border-radius: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.bg-lightgreen {
	background: #E7EBEB;
}

.bg-green {
	background: #124724;
}

.c-green {
	color: #124724;
}

.c-white {
	color: #FFF;
}

.header-logo a {
	display: block;
	text-decoration: none;
}

.header-logo__text {
	display: block;
	font: 900 1.455rem "Inter", sans-serif;
	margin-bottom: 4px;
}

.header-logo__image {
	display: block;
	width: 68px;
}

.header-logo__image img {
	display: block;
}

.menu-btn {
	display: block;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

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

.menu-btn__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 18px;
	height: 100%;
	display: block;
	background: linear-gradient(to right, #E7EBEB 2px, transparent 2px, transparent 8px, #E7EBEB 8px, #E7EBEB 10px, transparent 10px, transparent 16px, #E7EBEB 16px);
}

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

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

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

.menu-btn__icon span:nth-child(3) {
	top: 23px;
}

.menu-btn.is-open {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-btn.is-open .menu-btn__icon::before {
	-webkit-animation: bgChange 0.4s 0.2s linear forwards;
	animation: bgChange 0.4s 0.2s linear forwards;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	-webkit-animation: bg-Change2 0.4s 0.2s linear forwards;
	animation: bg-Change2 0.4s 0.2s linear forwards;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	-webkit-animation: bg-Change3 0.4s 0.2s linear forwards;
	animation: bg-Change3 0.4s 0.2s linear forwards;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
	-webkit-animation: bg-Change2 0.4s 0.2s linear forwards;
	animation: bg-Change2 0.4s 0.2s linear forwards;
}

.menu-close {
	position: relative;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: 700 2.35rem "Inter", sans-serif;
	margin-top: 43px;
}

.menu-close::after {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../img/icon_close.svg) no-repeat center/contain;
	margin-left: 20px;
	vertical-align: middle;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1em 51px;
	min-width: 288px;
}

.gnavi__item:not(:last-child) {
	margin-bottom: 25px;
}

.gnavi__item a {
	position: relative;
	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;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.25;
	padding-right: 28px;
}

.gnavi__item a::after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 17px;
	height: 11px;
	display: block;
	background: url(../img/arrow_right.svg) no-repeat center/contain;
}

.gnavi__item a span {
	font: 700 3rem "Inter", sans-serif;
	color: #759480;
}

.navi-logo {
	position: relative;
	margin-bottom: 73px;
}

.navi-logo a {
	display: block;
	text-decoration: none;
}

.navi-logo__text {
	display: block;
	font: 900 2.04rem "Inter", sans-serif;
	margin-bottom: 7px;
}

.navi-logo__image {
	display: block;
	width: 94px;
}

.navi-logo__image img {
	display: block;
}

.navi-sns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 50px;
}

.navi-sns__item {
	width: 25px;
}

.navi-sns__item a {
	display: block;
}

.contact-content {
	background: #124724;
	color: #ffffff;
	padding: 88px 0 100px;
}

.contact-content__content {
	background: #FFF;
	color: #3d3d3d;
	margin-top: 48px;
	padding: 25px 2.8% 40px;
	max-width: 997px;
	margin-left: auto;
	margin-right: auto;
}

.contact-content__content__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.7%;
}

.contact-content__heading {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #124724;
	margin-bottom: 25px;
}

.contact-content__item__heading {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2;
	border: 1px solid #124724;
	padding: 0.5em 0;
	text-align: center;
	color: #124724;
	background: repeating-linear-gradient(-45deg, rgba(18, 71, 36, 0.2), rgba(18, 71, 36, 0.2) 1px, #FFF, #FFF 2px, #FFF 4px);
}

.contact-content__list {
	margin-top: 22px;
}

.contact-content__list__item {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.5;
	padding-left: 22px;
}

.contact-content__list__item:not(:last-child) {
	margin-bottom: 13px;
}

.contact-content__list__item::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	width: 14px;
	height: 4px;
	display: block;
	background: #124724;
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4rem 3rem;
}

.footer__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer__logo__text {
	display: block;
	font: 800 3.5rem "Inter", sans-serif;
	letter-spacing: 0.015em;
}

.footer__logo__image {
	display: block;
	margin-top: 10px;
}

.footer__logo__image img {
	display: block;
}

.footer__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem;
}

.footer__address {
	margin-right: 1.1em;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

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

.footer__links__item {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #124724;
}

.footer__links__item--en {
	font: 700 1.4rem "Inter", sans-serif;
}

.footer__links__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;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__links__item a::after {
	content: "";
	display: block;
	width: 1.4rem;
	height: 1.1rem;
	background: url(../img/arrow_right_green.svg) no-repeat center/contain;
	margin-left: 1rem;
}

.footer__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px 7%;
	padding-left: 0.12em;
	margin-top: 1rem;
	font: 700 2.9rem "Inter", sans-serif;
	letter-spacing: 0.03em;
	color: #3D3D3D;
}

.footer__tel a {
	text-decoration: none;
}

.copyright {
	display: block;
	margin-top: 1.4rem;
	padding-left: 0.4em;
	font: 300 1.2rem "Inter", sans-serif;
	color: #3D3D3D;
	letter-spacing: -0.005em;
}

.pagetop {
	position: fixed;
	bottom: 50px;
	right: 30px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #124724;
	background: url(../img/arrow_right_green.svg) no-repeat center/15px auto, #FFF;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: 100;
}

.pagetop.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.mainvisual {
	position: relative;
	margin-top: 50px;
}

.mainvisual__image {
	aspect-ratio: 192/69;
}

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

.home-about {
	position: relative;
	padding: 95px 0 100px;
	overflow: hidden;
}

.home-about::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 24.5%;
	height: 100%;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, transparent, transparent 1px, transparent 7px), repeating-linear-gradient(20deg, #124724, #124724 1px, #FFF, #FFF 1px, #FFF 7px);
	opacity: 0.1;
}

.home-about__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-about__image {
	position: relative;
	width: 55.8%;
	margin-top: 15px;
}

.home-about__image::before {
	position: absolute;
	top: -6px;
	left: -5%;
	content: "";
	width: 40.6%;
	height: 25.6%;
	display: block;
	background: url(../img/deco_text_about.svg) no-repeat center/contain;
}

.home-about__image img {
	display: block;
	width: 100%;
}

.home-about__main {
	width: 40.5%;
}

.home-about__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-top: 75px;
}

.home-project {
	padding: 90px 0;
}

.home-topics {
	padding: 90px 0;
}

.home-instagram {
	position: relative;
	margin-top: 65px;
	padding-top: 55px;
}

.home-instagram::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 6px;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
}

.home-instagram__head {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.home-instagram__account {
	font: 600 1.9rem "Inter", sans-serif;
	color: #124724;
	margin-left: auto;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-instagram__contents #sbi_images {
	gap: 28px 2%;
}

.about-concierge {
	position: relative;
	background: #e7ebeb;
	padding: 55px 4.5%;
	margin-top: 90px;
}

.about-concierge::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 8px;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #e7ebeb, #e7ebeb 2px, #e7ebeb 4px);
}

.about-concierge__heading {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #124724;
}

.about-concierge__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-concierge__main {
	width: 44.8%;
}

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

.about-concierge__image {
	width: 52.1%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: -20px;
	margin-right: -70px;
}

.about-concierge__image img {
	display: block;
}

.about-concierge__movie {
	width: 48.4%;
	aspect-ratio: 580/315;
}

.about-concierge__movie iframe {
	width: 100%;
	height: 100%;
}

.about-concierge__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 20px;
	max-width: 1083px;
	margin-left: auto;
	margin-right: auto;
}

.about-concierge__buttons a {
	width: calc(50% - 10px);
	min-width: 500px;
}

.about-lead-wrap {
	position: relative;
	overflow: clip;
	background: url(../img/bg_about_concierge.jpg) no-repeat center bottom/100% auto;
	padding: 0 0 100px;
}

.about-lead-wrap::before {
	position: absolute;
	bottom: 4.6%;
	left: 0;
	content: "";
	width: 100%;
	height: 92.8%;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(transparent));
	background: linear-gradient(to bottom, #FFF, transparent);
}

.about-lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-lead__main {
	position: relative;
	width: 48%;
	padding-top: 23px;
}

.about-lead__main::before {
	position: absolute;
	bottom: 29%;
	left: 0;
	content: "";
	width: 119.44%;
	height: 7.8%;
	display: block;
	background: url(../img/deco_text_about_02.svg) no-repeat center/contain;
}

.about-lead__image {
	width: 50.25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: translateX(13px);
	transform: translateX(13px);
}

.about-lead__image img {
	display: block;
	width: 100%;
}

.about-project {
	padding: 85px 0 90px;
}

.about-project__item:not(:last-child) {
	margin-bottom: 65px;
}

.company {
	padding: 80px 0;
}

.company__inner {
	max-width: 995px;
	margin-left: auto;
	margin-right: auto;
}

.company__head {
	position: relative;
	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;
	background: url(../img/bg_company.jpg) no-repeat center/cover;
	padding: 25px 10px 32px 20px;
	gap: 0 4.7%;
}

.company__head::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
	opacity: 0.7;
}

.company__head__logo {
	position: relative;
	width: 79px;
	margin-top: 10px;
}

.company__head__text {
	position: relative;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.67;
}

.company__overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 52px;
}

.company__overview__text {
	padding-top: 5px;
}

.company__info {
	width: 48.8%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 9.7%;
}

.company__table {
	width: 100%;
}

.company__table th,
.company__table td {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
	border-bottom: 1px solid #FFF;
	padding: 0.35em 0;
}

.company__table th {
	font-weight: 700;
	text-align: left;
	width: 33%;
}

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

.company__table td a[target=_blank]::after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url(../img/icon_ex.svg) no-repeat center/contain;
	margin-left: 0.8em;
	vertical-align: middle;
}

.company__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
	padding-top: 77px;
}

.company__list::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 6px;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #e7ebeb, #e7ebeb 2px, #e7ebeb 4px);
}

.company__list__contents {
	width: 48.6%;
}

.company__list__item:not(:last-child) {
	margin-bottom: 35px;
}

.company__list__heading {
	background: repeating-linear-gradient(-45deg, #FFF, #FFF 1px, transparent, transparent 2px, transparent 4px);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #124724;
	padding: 0.6em 1.4em;
	margin-bottom: 18px;
}

.company__list__list ul {
	margin-top: 5px;
	margin-bottom: 0;
}

.company__list__list ul li {
	font-weight: 400;
}

.company__list__list li {
	margin-bottom: 6px;
	font-weight: 700;
}

.company__list__list li a {
	text-decoration: none;
	color: #3d3d3d;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.company__list__list li a[target=_blank]::after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url(../img/icon_ex.svg) no-repeat center/contain;
	margin-left: 0.8em;
	vertical-align: middle;
}

.member {
	padding: 90px 0 100px;
}

.member__list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px 25px;
	margin-top: 55px;
}

.member__item {
	position: relative;
}

.member__item::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-bottom: 17px solid #e7ebeb;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: 2;
}

.member__item.is-active::before {
	opacity: 1;
}

.member__item.is-active .member__contents {
	opacity: 1;
}

.member__item:not(:nth-child(-n+10)) {
	display: none;
}

.member__image {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	aspect-ratio: 1/1;
}

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

.member__contents {
	position: absolute;
	top: 100%;
	left: 0;
	width: 87.17949vw;
	max-width: 1200px;
	background: #e7ebeb;
	opacity: 0;
	z-index: 1;
	padding: 30px 21.5%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.member__info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px 45px;
	padding-bottom: 15px;
	margin-bottom: 17px;
}

.member__info::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 6px;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #e7ebeb, #e7ebeb 2px, #e7ebeb 4px);
}

.member__name {
	font: 700 3rem "Inter", sans-serif;
	line-height: 1.33;
	letter-spacing: 0.02em;
	color: #124724;
	word-break: break-all;
}

.member__license {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.69;
	color: #124724;
}

.member__text {
	font-size: 1.6rem;
	line-height: 1.625;
}

.project-list-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 45px 2%;
}

.project-list-1::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 106.2%;
	height: 100%;
	display: block;
	background: url(../img/deco_about.svg) no-repeat center bottom 18.5%/100% auto;
}

.project-list-1__item {
	width: 32%;
}

.project-list-1__image {
	position: relative;
}

.project-list-1__image::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
	opacity: 0.12;
}

.project-list-1__image::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20.8%;
	height: 100%;
	display: block;
	background: url(../img/deco_plus.svg) no-repeat left top/100% auto;
}

.project-list-1__image img {
	display: block;
	width: 100%;
}

.project-list-1__main {
	position: relative;
	background: #FFF;
	width: 89.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	padding: 22px 6.5%;
}

.project-list-1__heading {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.65;
	color: #124724;
	margin-bottom: 8px;
}

.project-list-1__button {
	margin-top: 17px;
}

.project-list-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px 5.2%;
	max-width: 1155px;
}

.project-list-2__heading {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 10px;
}

.project-list-2__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.project-list-2__image {
	width: 43.2%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 4.4%;
}

.project-list-2__image img {
	display: block;
	width: 100%;
}

.project-list-2__main {
	margin: -7px 0 0;
}

.project-list-2__list {
	font-weight: 700;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-top: 32px;
}

.project-list-2__list li:not(:last-child) {
	margin-bottom: 4px;
}

.reasons {
	color: #FFF;
	padding: 90px 0 100px;
}

.reasons__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 2%;
	margin-top: 60px;
}

.reasons__item {
	position: relative;
	background: repeating-linear-gradient(-45deg, #FFF, #FFF 1px, transparent, transparent 2px, transparent 4px);
}

.reasons__item__inner {
	background: #124724;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	margin: 16px;
	padding: 28px 10% 45px;
}

.reasons__num {
	position: relative;
	display: block;
	text-align: center;
	font: 700 6rem "Inter", sans-serif;
	margin-bottom: 22px;
}

.reasons__heading {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.625;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 10px;
}

.article {
	padding: 0 0 100px;
}

.article-head__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
}

.article-head__title {
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.58;
	color: #124724;
	margin-bottom: 72px;
	margin-top: 20px;
}

.other-project {
	padding: 85px 0 100px;
}

.other-project__heading {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
	color: #124724;
	margin-bottom: 5px;
}

.page-head {
	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;
	height: 200px;
	background: repeating-linear-gradient(-45deg, rgba(18, 71, 36, 0.5), rgba(18, 71, 36, 0.5) 1px, #FFF 2px, #FFF 4px);
}

.page-head__inner {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #124724;
}

.page-head__en {
	padding: 0.1em 0.6em 0.1em 2.1rem;
	background: #FFF;
	font: 700 4.7rem "Inter", sans-serif;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.page-head__ja {
	margin-top: -5px;
	padding: 0 1.2em 0.8em 2.1rem;
	background: #FFF;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.breadcrumbs {
	padding: 1.2rem 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
}

.breadcrumbs__item {
	display: inline;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.4286;
	letter-spacing: 0.09em;
	color: #124724;
}

.breadcrumbs__item:not(:first-child)::before {
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.1rem;
	margin: 0 0.7em 0 0.3em;
	-webkit-mask: url(../img/arrow_right_green.svg) no-repeat center center/contain;
	mask: url(../img/arrow_right_green.svg) no-repeat center center/contain;
	background: #124724;
}

.breadcrumbs__item a {
	color: #3D3D3D;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.link-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 2%;
	margin-bottom: 70px;
}

.link-list__item {
	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;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1.3;
	color: #124724;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 80px;
	z-index: 1;
	text-decoration: none;
	padding: 0 15%;
}

.link-list__item::before {
	position: absolute;
	top: 10px;
	left: 10px;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	background: url(../img/arrow_bottom_green.svg) no-repeat right 5% center/12px auto, #FFF;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.link-list__item::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 0 solid #124724;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.link-list__item--no-arrow {
	padding: 0 20px;
}

.link-list__item--no-arrow::before {
	background: #FFF;
}

.link-list__item[aria-current=page]::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.link-list__item[aria-current=page]::after {
	border-width: 4px;
}

.wp-content {
	font-size: 1.8rem;
	letter-spacing: 0.01em;
	line-height: 1.78;
}

.wp-content > div,
.wp-content > figure,
.wp-content iframe {
	margin-top: 50px;
	margin-bottom: 50px;
}

.wp-content h2 + *,
.wp-content h3 + *,
.wp-content h4 + *,
.wp-content h5 + *,
.wp-content h6 + * {
	margin-top: 0 !important;
}

.wp-content h2 {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
	color: #124724;
	padding-bottom: 0.5em;
}

.wp-content h2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
}

.wp-content h3 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.58;
	padding: 0 0 0 33px;
	color: #124724;
}

.wp-content h3::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: calc(100% - 13px);
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
}

.wp-content h4,
.wp-content h5,
.wp-content h6 {
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.45;
}

.wp-content p:not(:last-child),
.wp-content ul:not([class]):not(:last-child),
.wp-content ol:not([class]):not(:last-child) {
	margin-bottom: 1em;
}

.wp-content p:not(:first-child),
.wp-content ul:not([class]):not(:first-child),
.wp-content ol:not([class]):not(:first-child) {
	margin-top: 1em;
}

.wp-content a:not([class]) {
	text-decoration: underline;
}

.wp-content strong {
	font-weight: 700;
}

.wp-content em {
	font-style: italic;
}

.wp-content ol:not([class]) {
	counter-reset: item;
}

.wp-content ol:not([class]) li {
	position: relative;
	padding-left: 1.4em;
}

.wp-content ol:not([class]) li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.wp-content ul {
	counter-reset: item;
}

.wp-content ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-content ul li:before {
	position: relative;
	content: "●";
	color: #124724;
	font-size: 0.5em;
	margin-right: 0.8em;
	top: 8px;
}

.wp-content hr {
	height: 5px;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
	border: none;
	margin-top: 60px;
	margin-bottom: 60px;
}

.wp-content img {
	display: block;
}

.wp-content figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.43;
}

.wp-content iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

.wp-content iframe[src*="google.com/maps"] {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.wp-content .pdf-button-wrap {
	text-align: center;
}

.wp-content .pdf-button-wrap p {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 8px !important;
}

.wp-content .pdf-button {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 1.4em 60px;
	text-align: center;
	background: #124724;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.78;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	max-width: 664px;
	margin-left: auto;
	margin-right: auto;
}

.wp-content .pdf-button::before {
	position: absolute;
	top: 50%;
	right: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	-webkit-mask-image: url(../img/icon_download.svg);
	mask-image: url(../img/icon_download.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background: currentColor;
}

.wp-content .figure-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 6.8%;
}

.wp-content .figure-2col p {
	margin-top: 1.7em;
}

.wp-block-columns {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.wp-block-column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.wp-block-buttons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	aspect-ratio: 16/9;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.wp-block-button__link {
	position: relative;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
	color: #124724;
	border: none;
	padding: 1.35em 55px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.67;
	z-index: 1;
	width: 100%;
	width: 664px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-block-button__link::before {
	position: absolute;
	top: 10px;
	left: 10px;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	background: url(../img/icon_ex.svg) no-repeat right 23px center/15px auto, #FFF;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-block-button__link::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 0 solid #124724;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-block-flexible-table-block-table > table {
	border-top: 1px solid #124724;
	width: 100%;
}

.wp-block-flexible-table-block-table > table tr th,
.wp-block-flexible-table-block-table > table tr td {
	border: none;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding: 1.3em !important;
	border: none !important;
	border-bottom: 1px solid #124724 !important;
}

.wp-block-flexible-table-block-table > table tr th {
	font-weight: 500;
	background: repeating-linear-gradient(-45deg, rgba(18, 71, 36, 0.2), rgba(18, 71, 36, 0.2) 1px, #FFF, #FFF 2px, #FFF 4px);
	vertical-align: top !important;
}

.has-background {
	padding: 45px 5.8%;
}

.has-light-green-background-color {
	background: #e7ebeb;
}

.has-green-background-color {
	background: #124724;
}

.has-white-background-color {
	background: #FFFFFF;
}

.has-black-background-color {
	background: #3d3d3d;
}

.before-after {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 60px;
}

.before-after::before {
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 48px;
	height: 48px;
	display: block;
	background: url(../img/arrow_right.svg) no-repeat center/13px auto, #124724;
	border-radius: 50%;
}

.before-after__heading {
	font: 700 3.6rem "Inter", sans-serif;
	color: #124724;
	margin-bottom: 0.3em !important;
}

.gallery__image img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.gallery__thumb {
	margin-top: 55px;
}

.gallery__thumb .swiper-pagination {
	position: relative;
	bottom: auto !important;
	top: auto !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 2.25% !important;
	width: auto !important;
}

.gallery__thumb__item {
	width: 18.2% !important;
	height: auto !important;
	aspect-ratio: 160/107;
	margin: 0 !important;
	opacity: 1 !important;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

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

.gallery__thumb__item.swiper-pagination-bullet-active {
	position: relative;
}

.gallery__thumb__item.swiper-pagination-bullet-active::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 5px solid #124724;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next {
	width: 64px;
	height: 64px;
	background: url(../img/arrow_right.svg) no-repeat left 10px center/15px auto, #124724;
	border-radius: 50%;
	margin: 0;
}

.gallery .swiper-button-prev::after,
.gallery .swiper-button-next::after {
	content: none;
}

.gallery .swiper-button-prev {
	left: 0;
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.gallery .swiper-button-next {
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.project-writer {
	position: relative;
	margin-top: 50px;
	z-index: 1;
}

.project-writer::before,
.project-writer::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 16px;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, #FFF, #FFF 2px, #FFF 4px);
	z-index: -1;
}

.project-writer::before {
	top: 2px;
}

.project-writer::after {
	bottom: 0;
}

.project-writer__heading {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
	color: #124724;
	background: #ffffff;
	margin-left: 45px;
	padding: 0 1em;
}

.project-writer__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 25px 5% 45px;
}

.project-writer__image {
	width: 118px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 33px;
	margin-top: 10px;
}

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

.project-writer__name {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.78;
}

.project-writer__text:not(:first-child) {
	margin-top: 15px;
}

.pagination {
	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;
	gap: 27px;
	margin-top: 62px;
}

.pagination .page-numbers {
	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;
	font: 700 1.6rem "Inter", sans-serif;
	color: #A0B5A7;
	width: 20px;
	text-decoration: none;
}

.pagination .page-numbers.current {
	color: #124724;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	position: relative;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	-webkit-mask: url(../img/arrow_right_green.svg) no-repeat center/14px auto;
	mask: url(../img/arrow_right_green.svg) no-repeat center/14px auto;
	background: #A0B5A7;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagination .page-numbers.prev {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	margin-right: 40px;
}

.pagination .page-numbers.next {
	margin-left: 40px;
}

.pagination .page-numbers:not(.dots) {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.thanks__inner {
	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;
	max-width: 838px;
	margin: 0 auto;
}

.contact-head__text {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.73;
	text-align: center;
	margin-bottom: 100px;
}

.contact-head__tel {
	background: #124724;
	color: #FFF;
	padding: 30px 1% 30px 0;
	max-width: 996px;
	margin-left: auto;
	margin-right: auto;
}

.contact-head__tel__heading {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-align: center;
	margin-bottom: 20px;
}

.contact-head__tel__text {
	font-size: 1.5rem;
	letter-spacing: 0.09em;
	line-height: 1.8;
	text-align: center;
}

.contact-head__tel__text span {
	display: block;
	font: 700 3.8rem "Inter", sans-serif;
}

.contact-head__tel__text span a {
	text-decoration: none;
}

.form {
	margin-top: -78px;
	padding: 116px 0 100px;
	max-width: 996px;
	margin-left: auto;
	margin-right: auto;
}

.form__item {
	padding: 40px 0 50px;
	border-bottom: 1px solid #C9CACA;
}

.form__item--no-border {
	padding-bottom: 0;
	border: none;
}

.form__label {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 23px;
}

.form__required {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	background: #124724;
	color: #ffffff;
	padding: 0.3em 0.5em;
	margin-left: 10px;
}

.form__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

.form__name__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	max-width: 446px;
}

.form__name__label {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	width: 75px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form__address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 5.5%;
}

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

.form__address__label {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.67;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 210px;
}

.form__address__btn {
	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;
	max-width: 218px;
	height: 70px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: #124724;
	color: #FFF;
	margin: 0 0 0 3%;
	border: none;
	padding: 0 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.form__agree {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.875;
	text-align: center;
	margin-top: 93px;
}

.form__agree a {
	color: #124724;
	font-weight: 700;
}

.form__note {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 50px;
}

.form .input,
.form .textarea,
.form .select {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0 27px;
	width: 100%;
	height: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	border: 2px solid transparent;
}

.form .input::-webkit-input-placeholder,
.form .textarea::-webkit-input-placeholder,
.form .select::-webkit-input-placeholder {
	color: #C3C3C3;
}

.form .input::-moz-placeholder,
.form .textarea::-moz-placeholder,
.form .select::-moz-placeholder {
	color: #C3C3C3;
}

.form .input::-ms-input-placeholder,
.form .textarea::-ms-input-placeholder,
.form .select::-ms-input-placeholder {
	color: #C3C3C3;
}

.form .input::placeholder,
.form .textarea::placeholder,
.form .select::placeholder {
	color: #C3C3C3;
}

.form .input:focus,
.form .textarea:focus,
.form .select:focus {
	border-color: #124724;
}

.form .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/icon_select.svg) no-repeat right 30px center/10px auto, #ffffff;
	padding: 0 55px 0 27px;
}

.form .input--sm {
	width: 371px;
}

.form .input--xsm {
	max-width: 351px;
}

.form .textarea {
	height: 320px;
	padding: 23px 32px;
}

.form .wpcf7-not-valid-tip {
	margin-top: 7px;
}

.notfound {
	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;
}

@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 */

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-left: auto;
		--swiper-pagination-right: 8px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto;
		--swiper-pagination-fraction-color: inherit;
		--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
		--swiper-pagination-progressbar-size: 4px;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-border-radius: 50%;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-top-offset: 50%;
		--swiper-navigation-sides-offset: 10px;
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

@media (hover: hover) {

.text-base a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.button-primary:hover::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: right calc(2.5% + 10px) center;
}

.button-primary:hover::after {
	border-width: 4px;
}

.button-primary--h-sm:hover::before {
	background-position: right calc(3.7% + 9px) center;
}

.button-primary--pdf:hover::before {
	background-position: right calc(4% + 9px) center;
}

.button-secondary:hover {
	opacity: 0.7;
}

.button-submit:hover {
	opacity: 0.7;
}

.button-line:hover {
	background: #416C50;
}

.post-title:hover {
	color: #124724;
}

.post-cat:hover {
	background: #124724;
	color: #FFF;
}

.footer__links__item a:hover {
	opacity: 0.7;
}

.home-instagram__account:hover {
	opacity: 0.7;
}

.company__table td a:hover {
	opacity: 0.7;
}

.company__list__list li a:hover {
	opacity: 0.7;
}

.breadcrumbs__item a:hover {
	opacity: 0.7;
}

.link-list__item:hover::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: right calc(5% + 10px) center;
}

.link-list__item:hover::after {
	border-width: 4px;
}

.wp-content .pdf-button:hover {
	opacity: 0.7;
}

.wp-block-button__link:hover::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: right 33px center;
}

.wp-block-button__link:hover::after {
	border-width: 4px;
}

.pagination .page-numbers.prev:hover::before,
.pagination .page-numbers.next:hover::before {
	background: #124724;
}

.pagination .page-numbers:not(.dots):hover {
	color: #124724;
}

.form__address__btn:hover {
	opacity: 0.7;
}

.form__agree a:hover {
	text-decoration: none;
}

}

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

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

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

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

/* 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;
}

/* pc */

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

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

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

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

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

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

.l-wrapper { /* pc */
	max-width: 1200px;
}

.l-wrapper--sm { /* pc */
	max-width: 880px;
}

.button-line__texts { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3px 13px;
}

.post-item-1 { /* pc */
}

.post-item-1:not(:nth-last-child(-n+2)) {
	border-bottom: 1px solid #C9CACA;
}

.post-item-2__image img { /* pc */
}

.post-item-2:has(a.post-title:hover) .post-item-2__image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.mainvisual { /* pc */
}

.member__item { /* pc */
}

.member__item:nth-child(5n-3) .member__contents {
	left: calc(-100% - 25px);
}

.member__item:nth-child(5n-2) .member__contents {
	left: calc(-200% - 50px);
}

.member__item:nth-child(5n-1) .member__contents {
	left: calc(-300% - 75px);
}

.member__item:nth-child(5n) .member__contents {
	left: calc(-400% - 100px);
}

.wp-content a:not([class]) { /* pc */
}

.wp-content a:not([class]):hover {
	text-decoration: none;
}

.wp-content iframe[src*="google.com/maps"] { /* pc */
	aspect-ratio: 792/430;
}

}

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

.l-header { /* 1000px以上 */
	height: 80px;
}

.l-navi { /* 1000px以上 */
	position: static;
	background: none;
	display: block;
	width: auto;
	padding: 0;
	color: #124724;
}

.l-navi::before { /* 1000px以上 */
	content: none;
}

.l-navi::after { /* 1000px以上 */
	content: none;
}

.l-navi__inner { /* 1000px以上 */
	display: block;
	height: 100%;
}

.l-navi__content { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	height: 100%;
}

.header-logo { /* 1000px以上 */
	margin-bottom: 6px;
}

.header-logo__text { /* 1000px以上 */
	font-size: 2.3rem;
	margin-bottom: 6px;
}

.header-logo__image { /* 1000px以上 */
	width: 106px;
}

.menu-btn { /* 1000px以上 */
	display: none;
}

.menu-close { /* 1000px以上 */
	display: none;
}

.gnavi { /* 1000px以上 */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-width: auto;
}

.gnavi__item:not(:last-child) { /* 1000px以上 */
	margin-bottom: 0;
}

.gnavi__item a { /* 1000px以上 */
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #124724;
	padding: 0;
}

.gnavi__item a::after { /* 1000px以上 */
	content: none;
}

.gnavi__item a span { /* 1000px以上 */
	display: none;
}

.navi-logo { /* 1000px以上 */
	display: none;
}

.navi-sns { /* 1000px以上 */
	margin-top: 0;
}

.navi-sns__item { /* 1000px以上 */
	width: 28px;
}

.mainvisual { /* 1000px以上 */
	margin-top: 80px;
}

.link-list { /* 1000px以上 */
	grid-template-columns: repeat(4, 1fr);
}

.contact-head__tel { /* 1000px以上 */
	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;
	padding: 40px 1% 43px 0;
}

.contact-head__tel__heading { /* 1000px以上 */
	width: 50%;
	margin-bottom: 0;
}

.contact-head__tel__text { /* 1000px以上 */
	width: 50%;
	border-left: 1px solid #FFF;
}

}

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

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

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

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

.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 */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

.my-sp-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !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-header__inner { /* sp */
	padding: 0 15px 0 18px;
}

.l-footer { /* sp */
	padding: 63px 0 50px;
}

.l-page { /* sp */
	padding: 50px 0 0;
}

.l-content { /* sp */
	padding: 30px 0 50px;
}

.l-content--pb0 { /* sp */
	padding-bottom: 0;
}

.heading-primary { /* sp */
	margin-bottom: 35px;
}

.heading-primary__en { /* sp */
	font-size: 4.2rem;
}

.heading-primary__jp { /* sp */
	font-size: 1.5rem;
	margin-top: 7px;
}

.heading-primary--sp-2col { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.heading-primary--sp-2col .heading-primary__jp {
	margin: 0;
}

.heading-secondary { /* sp */
	margin-bottom: 45px;
	font-size: 2rem;
}

.heading-tertiary { /* sp */
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.heading-quaternary { /* sp */
	font-size: 1.8rem;
	margin-bottom: 35px;
}

.heading-quaternary span { /* sp */
	padding-right: 3em;
}

.text-base { /* sp */
	font-size: 1.4rem;
}

.text-lg { /* sp */
	font-size: 1.4rem;
}

.buttons-wrap { /* sp */
	margin-top: 35px;
}

.button-primary { /* sp */
	padding: 1.36em 3.5em;
	font-size: 1.6rem;
}

.button-primary::before { /* sp */
	background-position: right 20px center;
}

.button-primary--pdf { /* sp */
	padding: 1.3em 60px 1.3em 25px;
}

.button-primary--pdf::before { /* sp */
	background-position: right 17px center;
}

.button-secondary--sm { /* sp */
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}

.button-submit { /* sp */
	font-size: 1.6rem;
}

.button-line { /* sp */
	padding: 1.16em 1em;
}

.button-line__icon { /* sp */
	display: block;
	width: 40px;
}

.button-line__text-sm { /* sp */
	font-size: 1.3rem;
}

.button-line__text-lg { /* sp */
	font-size: 2rem;
	margin-top: 3px;
}

.list-1 > li::before { /* sp */
	top: 10px;
}

.list-child > li::before { /* sp */
	top: 12px;
}

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

.post-list-2 { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 22px 0;
}

.post-item-1 { /* sp */
	padding: 15px 0 20px;
}

.post-item-1:not(:last-child) {
	border-bottom: 1px solid #C9CACA;
}

.post-item-1__image { /* sp */
	width: 34.9%;
	margin-top: 3px;
}

.post-item-1__main { /* sp */
	width: 60.7%;
}

.post-title { /* sp */
	font-size: 1.4rem;
	line-height: 1.61;
}

.post-cat-list { /* sp */
	gap: 6px;
}

.post-cat { /* sp */
	font-size: 1rem;
	padding: 0.15em 0.4em;
}

.contact-content { /* sp */
	padding: 65px 0 75px;
}

.contact-content__content { /* sp */
	margin-top: 40px;
	padding: 31px 25px;
}

.contact-content__content__inner { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 23px;
}

.contact-content__heading { /* sp */
	font-size: 1.8rem;
	line-height: 1.33;
	margin-bottom: 27px;
}

.contact-content__item__heading { /* sp */
	font-size: 1.6rem;
	line-height: 1.25;
	padding: 0.9em 0;
}

.contact-content__list { /* sp */
	margin-top: 12px;
	padding-left: 3px;
}

.contact-content__list__item { /* sp */
	font-size: 1.4rem;
	line-height: 1.79;
	padding-left: 17px;
}

.contact-content__list__item:not(:last-child) { /* sp */
	margin-bottom: 5px;
}

.contact-content__list__item::before { /* sp */
	width: 11px;
	height: 3px;
}

.footer { /* sp */
	display: block;
}

.footer__logo__text { /* sp */
	font-size: 2.3rem;
	letter-spacing: 0.018em;
}

.footer__logo__image { /* sp */
	max-width: 79px;
	margin: 4px 0 0 2px;
}

.footer__main { /* sp */
	margin-top: 64px;
}

.footer__address { /* sp */
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}

.footer__links { /* sp */
	padding-left: 0.1em;
}

.footer__links__item { /* sp */
	font-size: 1.4rem;
	letter-spacing: 0.07em;
}

.footer__links__item--en { /* sp */
	font-size: 1.6rem;
	letter-spacing: 0;
}

.footer__tel { /* sp */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-top: 1.5rem;
	font-size: 2.1rem;
	letter-spacing: 0.01em;
}

.copyright { /* sp */
	margin-top: 2.7rem;
	padding-left: 0.2em;
	font-size: 1.1rem;
}

.pagetop { /* sp */
	bottom: 25px;
	right: 20px;
}

.mainvisual__image { /* sp */
	aspect-ratio: 78/112;
}

.home-about { /* sp */
	padding: 62px 0 0;
}

.home-about::before { /* sp */
	content: none;
}

.home-about__contents { /* sp */
	display: block;
}

.home-about__image { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 130.4%;
	margin-bottom: 24px;
}

.home-about__image::before { /* sp */
	top: -25px;
	left: 7%;
	width: 40.9%;
	height: 25.6%;
}

.home-about__main { /* sp */
	position: relative;
	width: 100%;
	padding: 30px 0 75px;
}

.home-about__main::before {
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50vw);
	transform: translateX(50vw);
	content: "";
	width: 22.1%;
	height: 100%;
	display: block;
	background: repeating-linear-gradient(-45deg, #124724, #124724 1px, transparent, transparent 1px, transparent 7px), repeating-linear-gradient(20deg, #124724, #124724 1px, #FFF, #FFF 1px, #FFF 7px);
	opacity: 0.1;
}

.home-about__buttons { /* sp */
	gap: 27px;
	margin-top: 50px;
}

.home-project { /* sp */
	padding: 65px 0;
}

.home-topics { /* sp */
	padding: 65px 0 75px;
}

.home-instagram { /* sp */
	margin-top: 70px;
	padding-top: 72px;
}

.home-instagram__head { /* sp */
	margin-bottom: 40px;
}

.home-instagram__account { /* sp */
	font-size: 1.4rem;
}

.home-instagram__contents #sbi_images { /* sp */
	gap: 14px 4.1%;
}

.about-concierge { /* sp */
	padding: 50px 25px 30px;
	margin-top: 42px;
}

.about-concierge__heading { /* sp */
	font-size: 1.6rem;
	padding-right: 75px;
	margin-bottom: 20px;
}

.about-concierge__contents { /* sp */
	display: block;
}

.about-concierge__main { /* sp */
	width: 100%;
}

.about-concierge__main__inner { /* sp */
	position: relative;
	display: block;
}

.about-concierge__image { /* sp */
	position: absolute;
	bottom: calc(100% + 2px);
	right: -5px;
	width: 70px;
	margin: 0;
}

.about-concierge__movie { /* sp */
	width: 100%;
	margin-top: 30px;
}

.about-concierge__buttons { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about-concierge__buttons a { /* sp */
	width: 100%;
	min-width: auto;
}

.about-lead-wrap { /* sp */
	background-position: left 32.3% bottom;
	background-size: 1570px auto;
	padding: 0 0 209px;
}

.about-lead-wrap::before { /* sp */
	bottom: 14.4%;
	height: 35.9%;
}

.about-lead { /* sp */
	display: block;
}

.about-lead__main { /* sp */
	width: 100%;
	margin-bottom: 40px;
}

.about-lead__main::before { /* sp */
	bottom: auto;
	top: calc(100% + 15px);
	left: -6.410255vw;
	width: 53.2%;
	height: 28.2vw;
	background-image: url(../img/deco_text_about.svg);
}

.about-lead__image { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 130.4%;
}

.about-project { /* sp */
	padding: 70px 0;
}

.about-project__item:not(:last-child) { /* sp */
	margin-bottom: 50px;
}

.company { /* sp */
	padding: 70px 0;
}

.company__head { /* sp */
	padding: 13px 10px 13px 20px;
	gap: 0 8%;
}

.company__head__logo { /* sp */
	width: 68px;
	margin-top: 5px;
}

.company__head__text { /* sp */
	font-size: 1.8rem;
}

.company__overview { /* sp */
	display: block;
}

.company__info { /* sp */
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}

.company__table th,
.company__table td { /* sp */
	font-size: 1.4rem;
}

.company__table th { /* sp */
	width: 30%;
}

.company__list { /* sp */
	display: block;
	margin-top: 40px;
	padding-top: 40px;
}

.company__list__contents { /* sp */
	width: 100%;
}

.company__list__contents:not(:last-child) {
	margin-bottom: 35px;
}

.member { /* sp */
	padding: 65px 0;
}

.member__list { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 35px;
}

.member__item::before { /* sp */
	bottom: 5px;
}

.member__item { /* sp */
}

.member__item:nth-child(even) .member__contents {
	left: calc(-100% - 20px);
}

.member__contents { /* sp */
	top: calc(100% - 5px);
	padding: 13px 25px 25px;
}

.member__info { /* sp */
	gap: 10px 30px;
	padding-bottom: 24px;
	margin-bottom: 15px;
}

.member__name { /* sp */
	font-size: 2.5rem;
	line-height: 1.44;
	letter-spacing: 0;
}

.member__license { /* sp */
	font-size: 1.4rem;
	line-height: 1.43;
}

.member__text { /* sp */
	font-size: 1.4rem;
	line-height: 1.64;
}

.project-list-1__item { /* sp */
	width: 100%;
}

.project-list-1__main { /* sp */
	padding: 15px 7%;
}

.project-list-1__heading { /* sp */
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}

.project-list-1__button { /* sp */
	margin-top: 10px;
}

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

.project-list-2__heading { /* sp */
	font-size: 1.6rem;
	letter-spacing: 0.13em;
}

.project-list-2__contents { /* sp */
	display: block;
}

.project-list-2__image { /* sp */
	width: 100%;
	margin-right: 0;
	margin-bottom: 25px;
}

.project-list-2__list { /* sp */
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	font-size: 1.6rem;
	margin-top: 30px;
}

.project-list-2__list li:not(:last-child) { /* sp */
	margin-bottom: 0;
}

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

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

.reasons__item { /* sp */
}

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

.reasons__item__inner { /* sp */
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	margin: 8px;
	padding: 20px 5.3%;
}

.reasons__num { /* sp */
	font-size: 5rem;
	margin-bottom: 10px;
}

.reasons__heading { /* sp */
	font-size: 2rem;
}

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

.article-head__title { /* sp */
	font-size: 2.5rem;
	margin-bottom: 35px;
}

.page-head { /* sp */
	height: 150px;
}

.page-head__en { /* sp */
	font-size: 3.5rem;
	padding: 0.1em 0.45em 0.1em 1.5rem;
}

.page-head__ja { /* sp */
	padding: 0 calc(1.5rem - 0.12em) 0.8em 1.5rem;
	font-size: 1.3rem;
}

.breadcrumbs { /* sp */
	padding: 0.8rem 0;
}

.breadcrumbs__item { /* sp */
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}

.breadcrumbs__item:not(:first-child)::before { /* sp */
	margin: 0 0.4em 0 0.4em;
}

.link-list { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 40px;
}

.link-list__item { /* sp */
	font-size: 1.4rem;
	padding: 0 28px;
	min-height: 60px;
}

.link-list__item::before { /* sp */
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-position: right 8px center;
}

.link-list__item--no-arrow { /* sp */
	padding: 0 10px;
}

.wp-content { /* sp */
	font-size: 1.4rem;
}

.wp-content > div,
.wp-content > figure,
.wp-content iframe { /* sp */
	margin-top: 30px;
	margin-bottom: 30px;
}

.wp-content h2 { /* sp */
	font-size: 2rem;
}

.wp-content h3 { /* sp */
	font-size: 1.8rem;
	padding: 0 0 0 20px;
}

.wp-content h3::before { /* sp */
	width: 10px;
}

.wp-content h4,
.wp-content h5,
.wp-content h6 { /* sp */
	font-size: 1.6rem;
}

.wp-content .pdf-button-wrap p { /* sp */
	font-size: 1.4rem;
	line-height: 1.78;
}

.wp-content .pdf-button { /* sp */
	padding: 1em 35px;
	font-size: 1.4rem;
}

.wp-content .pdf-button::before { /* sp */
	right: 15px;
	width: 15px;
	height: 15px;
}

.wp-block-button { /* sp */
	width: 100%;
}

.wp-block-button__link { /* sp */
	padding: 1.35em 45px;
	font-size: 1.4rem;
	width: 100%;
}

.wp-block-button__link::before { /* sp */
	background-position: right 15px center;
	background-size: 13px auto;
}

.wp-block-flexible-table-block-table > table tr th,
.wp-block-flexible-table-block-table > table tr td { /* sp */
	font-size: 1.4rem;
}

.has-background { /* sp */
	padding: 20px;
}

.before-after { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 60px 30px;
}

.before-after::before { /* sp */
	content: none;
}

.before-after__item { /* sp */
}

.before-after__item:first-child {
	position: relative;
}

.before-after__item:first-child::before {
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
	content: "";
	width: 48px;
	height: 48px;
	display: block;
	background: url(../img/arrow_right.svg) no-repeat center/13px auto, #124724;
	border-radius: 50%;
}

.before-after__heading { /* sp */
	font-size: 2.5rem;
}

.gallery__thumb .swiper-pagination { /* sp */
	gap: 5px 2% !important;
	margin-top: 30px;
}

.gallery__thumb__item { /* sp */
	width: 32% !important;
}

.gallery__thumb__item.swiper-pagination-bullet-active::before { /* sp */
	border-width: 3px;
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next { /* sp */
}

.project-writer::before,
.project-writer::after { /* sp */
	height: 14px;
}

.project-writer__heading { /* sp */
	font-size: 1.6rem;
}

.project-writer__contents { /* sp */
	padding: 20px 0 30px;
}

.project-writer__image { /* sp */
	width: 100px;
	margin-right: 20px;
}

.project-writer__name { /* sp */
	font-size: 1.6rem;
}

.project-writer__text:not(:first-child) { /* sp */
	margin-top: 10px;
}

.pagination { /* sp */
	gap: 15px;
}

.pagination .page-numbers.prev { /* sp */
	margin-right: 20px;
}

.pagination .page-numbers.next { /* sp */
	margin-left: 20px;
}

.contact-head__text { /* sp */
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 50px;
}

.contact-head__tel { /* sp */
}

.contact-head__tel__heading { /* sp */
	font-size: 1.8rem;
}

.contact-head__tel__text span { /* sp */
	font-size: 3rem;
}

.form__item { /* sp */
	padding: 20px 0 25px;
}

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

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

.form__name { /* sp */
	display: block;
}

.form__name__row { /* sp */
	width: 100%;
}

.form__name__row:not(:last-child) {
	margin-bottom: 20px;
}

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

.form__address { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.form__address:not(:last-child) { /* sp */
	margin-bottom: 25px;
}

.form__address__label { /* sp */
	width: 100%;
	font-size: 1.6rem;
}

.form__address__label { /* sp */
	display: block;
	margin-bottom: 10px;
}

.form__address__btn { /* sp */
	width: 130px;
	height: 60px;
	font-size: 1.6rem;
	margin: 0 0 0 10px;
	padding: 0 10px;
}

.form__agree { /* sp */
	font-size: 1.4rem;
	margin-top: 50px;
}

.form__note { /* sp */
	font-size: 1.4rem;
	margin-top: 30px;
}

.form .input,
.form .textarea,
.form .select { /* sp */
	font-size: 1.6rem;
	padding: 0 20px;
	height: 60px;
}

.form .select { /* sp */
	background-position: right 20px center;
	padding: 0 40px 0 20px;
}

.form .input--sm { /* sp */
	width: 100%;
}

.form .input--xsm { /* sp */
	width: 180px;
}

.form .textarea { /* sp */
	height: 300px;
	padding: 20px;
}

}

@-webkit-keyframes bgChange {

0% {
	background: linear-gradient(to right, #E7EBEB 2px, transparent 2px, transparent 8px, #E7EBEB 8px, #E7EBEB 10px, transparent 10px, transparent 16px, #E7EBEB 16px);
}

50% {
	background: linear-gradient(to right, #E7EBEB 2px, transparent 2px, transparent 8px, #3D3D3D 8px, #3D3D3D 10px, transparent 10px, transparent 16px, #E7EBEB 16px);
	z-index: 1;
}

100% {
	background: linear-gradient(to right, #416C50 2px, transparent 2px, transparent 8px, #ffffff 8px, #ffffff 10px, transparent 10px, transparent 16px, #416C50 16px);
	z-index: 1;
}

}

@keyframes bgChange {

0% {
	background: linear-gradient(to right, #E7EBEB 2px, transparent 2px, transparent 8px, #E7EBEB 8px, #E7EBEB 10px, transparent 10px, transparent 16px, #E7EBEB 16px);
}

50% {
	background: linear-gradient(to right, #E7EBEB 2px, transparent 2px, transparent 8px, #3D3D3D 8px, #3D3D3D 10px, transparent 10px, transparent 16px, #E7EBEB 16px);
	z-index: 1;
}

100% {
	background: linear-gradient(to right, #416C50 2px, transparent 2px, transparent 8px, #ffffff 8px, #ffffff 10px, transparent 10px, transparent 16px, #416C50 16px);
	z-index: 1;
}

}

@-webkit-keyframes bg-Change2 {

0% {
	background: #3D3D3D;
}

50% {
	background: #E7EBEB;
}

100% {
	background: #416C50;
}

}

@keyframes bg-Change2 {

0% {
	background: #3D3D3D;
}

50% {
	background: #E7EBEB;
}

100% {
	background: #416C50;
}

}

@-webkit-keyframes bg-Change3 {

0% {
	background: #3D3D3D;
}

50% {
	background: #3D3D3D;
	z-index: 1;
}

100% {
	background: #ffffff;
	z-index: 1;
}

}

@keyframes bg-Change3 {

0% {
	background: #3D3D3D;
}

50% {
	background: #3D3D3D;
	z-index: 1;
}

100% {
	background: #ffffff;
	z-index: 1;
}

}

@-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);
}

}

