@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: "Noto Serif JP", serif;
	font-size: 1.4rem;
	color: #000;
	word-wrap: break-word;
}

a {
	color: inherit;
}

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

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

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

button,
a {
	cursor: pointer;
}

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

/* for development */

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

/* Tools */

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

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

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

.d-block {
	display: block;
}

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

.hidden {
	display: none !important;
}

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

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

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

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

.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-auto {
	margin-top: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

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

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !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%;
	overflow: clip;
}

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

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 0 0 clamp(2rem, -6.0240480962rem + 8.0160320641vw, 6rem);
	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;
	background: transparent;
	gap: 1em;
	width: 100%;
	height: 100px;
	background: rgba(34, 34, 34, 0.3);
	backdrop-filter: blur(1px);
	z-index: 1000;
}

.l-footer {
	position: relative;
	padding: 100px 0 0;
}

.l-footer::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	max-height: 740px;
	aspect-ratio: 1740/740;
	background: url(../img/img_footer.jpg) no-repeat center center/cover;
}

.l-footer__inner {
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	width: calc(100% + 40px);
	max-width: 86vw;
	margin: 0 auto;
}

.l-navi {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
}

.l-navi__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #FFF;
	height: 100%;
}

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

.l-wrapper--md {
	max-width: 1210px;
}

.l-page {
	color: #FFF;
	padding: 148px 0 200px;
}

.l-page--home {
	padding-top: 0;
}

/* Module */

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

.noscript span {
	color: red;
}

.bg-black {
	background: #000;
}

.page-head {
	position: relative;
}

.page-head__title {
	position: absolute;
	top: 51%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
}

.page-head__title__en {
	font-family: "Crimson Text", serif;
	font-size: clamp(2.2rem, 1.7259259259rem + 0.6172839506vw, 2.8rem);
	letter-spacing: 0.05em;
}

.page-head__title__jp {
	font-size: clamp(3.6rem, 2.8098765432rem + 1.0288065844vw, 4.6rem);
	margin-top: 20px;
	letter-spacing: 0.1em;
}

.page-head__image {
	position: relative;
}

.page-head__image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3019607843);
}

.page-head__image img {
	vertical-align: bottom;
}

.breadcrumbs {
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0 0 60px;
	font-size: 1.2rem;
	font-weight: 700;
}

.breadcrumbs__item {
	font-family: "Noto Serif JP", serif;
	position: relative;
}

.breadcrumbs__item a {
	color: #B6A66D;
	text-decoration: none;
}

.breadcrumbs__item:not(:first-of-type) {
	padding-left: 45px;
}

.breadcrumbs__item:not(:first-of-type)::before {
	content: "";
	background: url(../img/icon_arrow_white.svg) no-repeat center/contain;
	width: 10px;
	height: 12px;
	left: 16px;
	bottom: 0;
	position: absolute;
}

/*
#styleguide
heading-primary

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

.heading-primary {
	color: #B6A66D;
	position: relative;
	font-size: 3.4rem;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 140px;
	z-index: 2;
}

.heading-primary__inner {
	padding: 0 30px;
	background-color: #000000;
}

.heading-primary::before {
	content: "";
	height: 1px;
	background-color: #B6A66D;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	top: 50%;
	position: absolute;
	width: 90vw;
	max-width: 1460px;
	z-index: -2;
}

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

.heading-primary--white::before {
	background-color: #FFF;
}

/*
#styleguide
heading-secondary

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

.heading-secondary__en {
	letter-spacing: 0.05em;
	font-family: "Crimson Text", serif;
	font-size: clamp(3rem, 1.4197530864rem + 2.0576131687vw, 5rem);
	margin-bottom: 14px;
}

.heading-secondary__en--lg {
	font-size: clamp(3rem, -0.1604938272rem + 4.1152263374vw, 7rem);
}

.heading-secondary__jp {
	font-size: clamp(1.6rem, 1.4419753086rem + 0.2057613169vw, 1.8rem);
	font-weight: 700;
}

/*
#styleguide
heading-tertiary

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

.heading-tertiary {
	color: #FFF;
	position: relative;
	font-size: clamp(1.6rem, 1.1259259259rem + 0.6172839506vw, 2.2rem);
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
	margin: 0 auto;
}

.heading-tertiary__inner {
	padding: 0 30px;
	background-color: #000000;
}

.heading-tertiary::before {
	content: "";
	height: 1px;
	background-color: #FFF;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	top: 50%;
	position: absolute;
	width: 90vw;
	max-width: 1460px;
	z-index: -2;
}

/*
#styleguide
text-base

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

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

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

/*
#styleguide
text-lg

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

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

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

/*
#styleguide
text-sm

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

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

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

/*
#styleguide
text-note

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

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

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

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

.buttons-wrap--mt80 {
	margin-top: 80px;
}

/*
#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 {
	cursor: pointer;
	background: #B6A66D;
	color: #000000;
	border: none;
	padding-left: 30px;
	width: 430px;
	height: 100px;
	margin: 60px auto 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
	text-decoration: none;
	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;
	font-weight: 600;
	letter-spacing: 0.05em;
	position: relative;
	font-size: clamp(1.4rem, 0.9259259259rem + 0.6172839506vw, 2rem);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url(../img/icon_button_arrow.svg);
}

.button-primary input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	padding-left: 30px;
}

.button-primary:has(input) {
	padding: 0;
}

/*
#styleguide
button-secondary

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

.button-secondary {
	color: #FFF;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.8rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary::after {
	content: "";
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #FFF;
	border-radius: 50%;
	margin-left: 20px;
	background-image: url(../img/icon_arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: 10px;
}

.button-secondary--small {
	font-size: clamp(1.4rem, 1.2419753086rem + 0.2057613169vw, 1.6rem);
}

.button-secondary--small::after {
	background-image: url(../img/icon_arrow_black.svg);
	width: 28px;
	height: 28px;
	background-size: 7px;
	margin-left: 10px;
}

.top-text {
	color: #FFF;
	display: grid;
	grid-template-columns: auto 60.33%;
}

.top-text--top {
	grid-template-columns: auto 62%;
}

.top-text__title {
	font-family: "Noto Serif JP", serif;
	line-height: 1.6;
	font-size: clamp(1.8rem, 1.0098765432rem + 1.0288065844vw, 2.8rem);
	padding-right: 20px;
}

.top-text__text-wrapper {
	line-height: 1.8;
	font-size: 1.8rem;
}

.top-text__text:not(:first-of-type) {
	margin-top: 10px;
}

.header-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: clamp(1rem, -1.006012024rem + 2.004008016vw, 2rem);
	color: #FFF;
	text-decoration: none;
}

.header-logo__image img {
	display: block;
}

.header-logo__text {
	display: block;
	font-weight: 700;
	font-size: clamp(1.2rem, 0.7987975952rem + 0.4008016032vw, 1.4rem);
}

.header-logo__main {
	display: block;
	margin-top: 11px;
	font-size: clamp(1.4rem, 0.1963927856rem + 1.2024048096vw, 2rem);
}

.menu-btn {
	display: none;
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(2rem, -4.0180360721rem + 6.0120240481vw, 5rem);
	padding-right: clamp(2.5rem, -2.5150300601rem + 5.0100200401vw, 5rem);
}

.gnavi__item--md-only {
	display: none;
}

.gnavi__item a {
	position: relative;
	display: block;
	padding: 1em 0;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.gnavi-cta__tel {
	position: relative;
	padding: 0 clamp(2.5rem, -2.5150300601rem + 5.0100200401vw, 5rem);
}

.gnavi-cta__tel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #FFF;
}

.gnavi-cta__tel__num {
	font-weight: 600;
	font-family: "Crimson Text", serif;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.gnavi-cta__tel__info {
	margin-top: 7px;
	font-size: 1.4rem;
}

.gnavi-cta__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: clamp(13rem, 2.9699398798rem + 10.0200400802vw, 18rem);
	height: 100%;
	background: #007535;
	font-weight: 700;
	font-size: 1.6rem;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 760px;
	display: grid;
	grid-template-columns: 57.8947% 1fr;
	gap: clamp(3rem, -9.5438596491rem + 12.5313283208vw, 8rem);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-navi__item {
	border-top: 1px solid #000;
}

.footer-navi__link {
	position: relative;
	display: block;
	padding: 20px 30px 20px 10px;
	font-size: clamp(1.4rem, 0.898245614rem + 0.5012531328vw, 1.6rem);
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__link::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #007535;
	border-radius: 50%;
	background: url(../img/icon_arrow_white.svg) center/6px 12px no-repeat, radial-gradient(circle, #007535 0 100%, transparent 100%) center/20px 20px no-repeat;
	will-change: transform;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__children {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 4.5455%;
}

.footer-navi__child {
	border-top: 1px solid rgba(179, 179, 179, 0.3);
}

.footer-navi__child a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 18px 25px 18px 10px;
	font-size: clamp(1.3rem, 1.049122807rem + 0.2506265664vw, 1.4rem);
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__child a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 12px;
	-webkit-mask: url(../img/icon_arrow_green.svg) no-repeat center center/contain;
	mask: url(../img/icon_arrow_green.svg) no-repeat center center/contain;
	background: #044321;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.footer__logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	text-decoration: none;
}

.footer__logo__image {
	width: 80px;
	height: 80px;
}

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

.footer__logo__ja {
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
}

.footer__logo__en {
	display: block;
	margin-top: 8px;
	font-family: "Crimson Text", serif;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.footer__address {
	margin-top: 40px;
	line-height: 1.4;
}

.footer__address__email a {
	text-decoration: none;
}

.footer__address__text {
	margin-top: 10px;
}

.footer__address__link {
	display: block;
	margin-top: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__copyright {
	margin-top: 40px;
}

.footer__copyright small {
	font-family: "Crimson Text", serif;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}

.mainvisual {
	position: relative;
	height: calc(100svh - 100px);
	z-index: 1;
}

.mainvisual__lead {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 3.5057%;
	font-weight: 500;
	font-size: 3.8rem;
	font-size: clamp(3rem, 2.0278481013rem + 1.2658227848vw, 3.8rem);
	line-height: 1.3;
	color: #FFF;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	-webkit-font-feature-settings: "vert" on;
	font-feature-settings: "vert" on;
	letter-spacing: 0.3em;
	z-index: 10;
}

.mainvisual__lead span {
	display: inline-block;
}

.mainvisual__lead span:not(:first-of-type) {
	margin-right: 28px;
}

.mainvisual__fadein {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

.scroll-guide-wrap {
	position: absolute;
	bottom: 58px;
	right: 57px;
	z-index: 500;
}

.scroll-guide-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%) rotate(90deg);
	transform: translate(-50%) rotate(90deg);
	width: 8px;
	height: 14px;
	background: url(../img/icon_arrow_white.svg) no-repeat center center/contain;
	pointer-events: none;
}

.scroll-guide {
	display: block;
	font-family: "Crimson Text", serif;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 20px;
}

.scroll-guide::before {
	content: "";
	position: absolute;
	top: calc(-100% - 15px);
	left: calc(50% - 1px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background: transparent;
}

.scroll-guide::after {
	content: "";
	position: absolute;
	top: calc(-100% - 15px);
	left: calc(50% - 1px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background: #FFF;
	-webkit-animation: pathmove 2s ease-in-out infinite;
	animation: pathmove 2s ease-in-out infinite;
}

.anchor-links-services {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
	gap: 20px;
	gap: clamp(0.5rem, -0.6851851852rem + 1.5432098765vw, 2rem);
	margin-top: 95px;
}

.anchor-links-services__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #181818;
	padding: 30px 35px 24px clamp(1rem, -0.1061728395rem + 1.4403292181vw, 2.4rem);
	text-decoration: none;
	position: relative;
	height: 120px;
}

.anchor-links-services__item a::after {
	content: "";
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 10px;
	height: 15px;
	background-image: url(../img/icon_arrow_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.anchor-links-services__item a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.anchor-links-services__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 96px;
}

.anchor-links-services__title {
	padding-top: 4px;
}

.anchor-links-services__title__top {
	font-size: 1.6rem;
	line-height: 1.5;
}

.anchor-links-services__title__bottom {
	font-size: 1.4rem;
	margin-top: 11px;
}

.home {
	padding-top: 220px;
}

.home__top-text {
	color: #B6A66D;
	font-family: "Crimson Text", serif;
	position: absolute;
	font-size: 9rem;
	font-size: clamp(8rem, 7.2098765432rem + 1.0288065844vw, 9rem);
	top: -274px;
	left: 10px;
	z-index: 10;
	letter-spacing: 0.05em;
}

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

.home__block--mt {
	margin-top: 150px;
}

.home__block--top {
	margin-bottom: 150px;
}

.home__block__text {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.6;
}

.home__block__text:not(:first-of-type) {
	margin-top: 40px;
}

.home__block__text-wrapper {
	margin-top: 40px;
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home__block__image-wrapper {
	width: 45.2%;
}

.home-works {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 200px;
}

.home-works__swiper {
	width: 50%;
	margin-top: 6vw;
}

.home-works__image-wrapper {
	position: relative;
	width: 35.62%;
}

.home-works__image {
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 100%;
	width: calc(50vw - 50% + 10%);
}

.home-works__button-wrapper {
	margin: 55px 0 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.home-services {
	margin-top: 105px;
}

.home-services__image {
	position: relative;
	width: calc(50% + 50vw);
	margin-bottom: 200px;
}

.home-services__image__text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 1.3;
	color: #FFF;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	-webkit-font-feature-settings: "vert" on;
	font-feature-settings: "vert" on;
	letter-spacing: 0.1em;
	z-index: 10;
}

.home-services__image__text span {
	display: inline-block;
}

.home-services__image__text span:not(:first-of-type) {
	margin-right: 20px;
}

.home-works-swiper-wrap {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 120px;
	position: relative;
}

.home-works-swiper-wrap .swiper-button-next,
.home-works-swiper-wrap .swiper-button-prev {
	right: 25px;
	top: -200px;
	margin: 0;
	width: 60px;
	height: 60px;
}

.home-works-swiper-wrap .swiper-button-next::after,
.home-works-swiper-wrap .swiper-button-prev::after {
	content: "";
	background-image: url(../img/icon_swiper_right.svg);
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-works-swiper-wrap .swiper-button-prev {
	right: 90px;
	left: unset;
}

.home-works-swiper-wrap .swiper-button-prev::after {
	background-image: url(../img/icon_swiper_left.svg);
}

.home-works-swiper-wrap .swiper-button-next {
	right: 0;
}

.home-works-swiper {
	width: calc(50vw - 50% + 50%);
	position: relative;
	overflow: hidden;
	left: 0;
}

.anchor-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 100px;
	margin: 100px auto 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.anchor-link__button {
	width: 100%;
	padding: 10px 30px;
	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-align: center;
	background-color: #B6A66D;
	color: #000;
	border-radius: 30px;
	text-decoration: none;
	font-size: clamp(1.6rem, 1.2839506173rem + 0.4115226337vw, 2rem);
	font-weight: 500;
	position: relative;
}

.anchor-link__button::after {
	content: "";
	width: 12px;
	height: 8px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/icon_arrow_gold.svg) no-repeat center/contain;
}

.anchor-link__button {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.about-access__address {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 145px 0 60px;
}

.about-access__map {
	height: 500px;
}

.about-access__map iframe {
	width: 100%;
	height: 500px;
}

.about-company {
	margin-bottom: 200px;
}

.about-greeting {
	margin-top: 200px;
}

.about-greeting__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 140px 0 200px;
}

.about-greeting__text-wrapper {
	width: 52.8%;
	font-size: 1.8rem;
	line-height: 1.8;
}

.about-greeting__text {
	margin-bottom: 20px;
}

.about-greeting__image-wrapper {
	width: 42.9%;
}

.about-greeting__image__caption {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	font-size: 1.4rem;
}

.about-greeting__image__name {
	font-size: 2rem;
}

.contact__intro-text {
	text-align: center;
	line-height: 1.8;
	font-size: clamp(1.6rem, 1.4419753086rem + 0.2057613169vw, 1.8rem);
}

.contact-telephone {
	margin: 200px auto;
	padding: 80px 60px;
}

.contact-telephone {
	background-color: #181818;
}

.contact-telephone__top-text {
	padding-bottom: 60px;
	border-bottom: 1px solid #404040;
	text-align: center;
	font-size: clamp(2rem, 1.6839506173rem + 0.4115226337vw, 2.4rem);
}

.contact-telephone__bottom-text {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 60px;
}

.contact-telephone__contact-text {
	font-weight: 600;
	font-size: 1.4rem;
}

.contact-telephone__number {
	font-family: "Crimson Text", serif;
	color: #B6A66D;
	font-size: clamp(3rem, 0.9456790123rem + 2.6748971193vw, 5.6rem);
	text-decoration: none;
	margin: 20px 0 16px;
	letter-spacing: 0.05em;
}

.contact-telephone__opening-time {
	font-size: 1.6rem;
	font-weight: 600;
}

.form {
	padding: 80px 60px;
	background-color: #181818;
	font-size: 1.6rem;
	line-height: 1.5;
}

.form__title {
	padding-bottom: 60px;
	border-bottom: 1px solid #404040;
	text-align: center;
	font-size: clamp(2rem, 1.6839506173rem + 0.4115226337vw, 2.4rem);
}

.form__item {
	border-bottom: 1px solid #404040;
	padding: 30px 0px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form__content {
	width: 71.5%;
	margin-left: auto;
}

.form__content .input {
	height: 40px;
}

.form__content--checkbox .wpcf7-form-control {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.form__label {
	width: 26%;
	line-height: 1.5;
	padding-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
}

.form__required {
	font-size: 1.2rem;
	background-color: #B6A66D;
	width: 36px;
	height: 21px;
	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: #000;
	border-radius: 5px;
	margin-left: 10px;
}

.form__lead {
	margin-bottom: 40px;
}

.form__request input,
.form__request select {
	padding: 10px;
	border: none;
	border-radius: 3px;
	background: #FFF;
	height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form__request input {
	color: #000;
	width: 210px;
}

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

.form__request__label {
	margin-bottom: 10px;
}

.form__request__items:not(:last-of-type) {
	margin-bottom: 20px;
}

.form__subtext {
	margin-top: 10px;
	font-size: 1.4rem;
}

.form select {
	color: #000;
}

.form .wpcf7-list-item {
	position: relative;
	display: block;
}

.form .wpcf7-list-item:not(:last-of-type) {
	margin-bottom: 12px;
}

.form .wpcf7-list-item input {
	width: 18px;
	height: 18px;
}

.form .input,
.form textarea {
	background-color: rgba(255, 255, 255, 0.3019607843);
	width: 100%;
	color: #FFF;
	border-radius: 3px;
	border: none;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form textarea {
	height: 160px;
	padding: 10px;
	resize: none;
}

.form .input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form .input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form .input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form .input::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form .wpcf7-form-control {
	gap: 0 20px;
}

.form .wpcf7-form-control .wpcf7-list-item label {
	cursor: pointer;
}

.form input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

.form input[type=radio] + .wpcf7-list-item-label::before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	background: #D9D9D9;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.form input[type=radio]:checked + .wpcf7-list-item-label::before {
	background: radial-gradient(#000 6px, #D9D9D9 6px);
}

.form input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 14px;
	height: 14px;
	background-color: rgba(255, 255, 255, 0.3019607843);
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.form input[type=checkbox]:checked {
	background-color: #fff;
}

.wpcf7-form .wpcf7-not-valid-tip {
	color: #fff;
	border: 2px solid #B6A66D;
	padding: 2px 10px;
	margin-top: 5px;
}

.wpcf7-form .wpcf7-response-output {
	border: none;
	color: #fff;
	border: 2px solid #B6A66D;
	padding: 10px 10px;
	text-align: center;
}

.table-1 {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.6;
	border-top: 1px solid #404040;
}

.table-1__title {
	font-size: 2.4rem;
	margin-bottom: 50px;
}

.table-1__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #404040;
	padding: 20px 0;
}

.table-1__head {
	font-size: 1.6rem;
	font-weight: 500;
	color: #FFF;
	padding: 8px 30px;
	width: 24.8%;
	text-align: left;
}

.table-1__head--recruit {
	width: 27%;
	-ms-flex-item-align: center;
	align-self: center;
}

.table-1__data {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 8px 0px 8px 12px;
	color: #FFF;
	line-height: 1.4;
	font-size: 1.6rem;
}

.table-1__data p:not(:last-child) {
	margin-bottom: 1.4em;
}

.table-1__small-text {
	font-size: 1.4rem;
}

.table-1__item {
	padding-left: 24px;
	position: relative;
}

.table-1__item::before {
	content: "・";
	position: absolute;
	left: 3px;
	top: 3px;
}

.table-1__list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table-1__list__item:not(:last-child) {
	margin-bottom: 15px;
}

.table-1__list__item dt {
	width: 12em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.recruit__table-wrapper {
	margin-top: 200px;
}

.recruit__table-wrapper {
	background-color: #181818;
	padding: 80px 60px;
}

.services__heading {
	color: #B6A66D;
	position: relative;
	font-size: 3.4rem;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	z-index: 2;
}

.services__heading--jp {
	padding: 0 30px;
	background-color: #000000;
}

.services__heading::before {
	content: "";
	height: 1px;
	background-color: #B6A66D;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	top: 50%;
	position: absolute;
	width: 90vw;
	max-width: 1460px;
	z-index: -2;
}

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

.service-block:not(:last-of-type) {
	margin-bottom: 140px;
}

.service-block__text {
	width: 35.5%;
}

.service-block__image {
	width: 59.5%;
}

.service-block__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-block__logo {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #FFF;
}

.service-block__title--top {
	font-size: 3.4rem;
	line-height: 1.2;
	font-size: clamp(2.5rem, 1.7888888889rem + 0.9259259259vw, 3.4rem);
}

.service-block__title--bottom {
	font-size: 1.4rem;
	margin-top: 14px;
}

.service-block__main-text {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 40px;
}

.service-block__sub-text {
	background-color: #181818;
	padding: 10px 20px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 36px;
}

.service-block__link {
	color: #B6A66D;
	font-size: 1.6rem;
	position: relative;
	text-decoration: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px 0 0 auto;
	gap: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-block__link__arrow {
	width: 28px;
	height: 28px;
	background-color: #B6A66D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-block--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.services-work {
	margin-top: 228px;
}

.services-maintenance {
	margin-top: 205px;
}

.cv-area-wrap {
	background: linear-gradient(to top, transparent 200px, #000 200px);
}

.cv-area {
	position: relative;
	padding: 140px 0;
	color: #FFF;
	z-index: 1;
}

.cv-area::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: calc(50vw + 50%);
	height: 100%;
	display: block;
	background: #044321;
	z-index: -1;
}

.cv-area__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 100px;
	text-align: center;
}

.cv-area__heading span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid currentColor;
	font-size: 2.2rem;
	line-height: 1.4;
}

.cv-area__boxes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
	gap: 40px 8.1081%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 30px;
}

.cv-area__box {
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	gap: 0;
	text-align: center;
}

.cv-area__head {
	font-weight: 600;
	margin-bottom: 20px;
}

.cv-area__head__text {
	font-size: 1.8rem;
	line-height: 1.4;
}

.cv-area__head__time {
	margin-top: 5px;
	display: block;
	font-size: 1.4rem;
}

.cv-area__tel {
	padding: 13px 15px 28px;
	background: rgba(29, 85, 55, 0.6);
	border-radius: 5px;
}

.cv-area__tel__num {
	display: block;
	font-family: "Crimson Text", serif;
	font-size: 4.6rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.cv-area__tel__num a {
	text-decoration: none;
}

.cv-area__tel__text {
	font-weight: 600;
}

.cv-area__btn {
	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;
	padding: 20px 50px 20px 30px;
	border: 1px solid #FFF;
	border-radius: 5px;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.4;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cv-area__btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: currentColor;
	border-radius: 50%;
}

.cv-area__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 6px;
	height: 12px;
	-webkit-mask: url(../img/icon_arrow_green.svg) no-repeat center center/contain;
	mask: url(../img/icon_arrow_green.svg) no-repeat center center/contain;
	background: #044321;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.works-list {
	margin-top: 200px;
	position: relative;
}

.works-list__head {
	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;
	margin-bottom: 85px;
}

.works-gallery {
	margin-top: 60px;
	position: relative;
	overflow: visible;
}

.works-gallery .swiper-slide {
	aspect-ratio: 1.6/1;
}

.works-gallery .swiper-slide img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.works-gallery .swiper-button-prev,
.works-gallery .swiper-button-next {
	width: 60px;
	height: 60px;
	top: clamp(100px, 26.5vw, 288px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	border-radius: 50%;
	background-color: #B6A66D;
}

.works-gallery .swiper-button-prev::after,
.works-gallery .swiper-button-next::after {
	content: "";
	background-image: url(../img/icon_arrow_black.svg);
	position: absolute;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	left: 50%;
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
}

.works-gallery .swiper-button-prev.swiper-button-disabled,
.works-gallery .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

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

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

.works-gallery .swiper-button-prev::after {
	left: 50%;
	-webkit-transform: translateX(-75%) rotate(180deg);
	transform: translateX(-75%) rotate(180deg);
}

.works-gallery__thumb {
	position: relative !important;
	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: 10px;
	top: unset !important;
	bottom: 0 !important;
	margin-top: 30px;
}

.works-gallery__thumb__item {
	position: relative;
	width: calc((100% - 60px) / 7) !important;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto !important;
	aspect-ratio: 1.6/1;
	border-radius: 0 !important;
	opacity: 1 !important;
	margin: 0 !important;
}

.works-gallery__thumb__item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 2px solid #B6A66D;
	opacity: 0;
}

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

.works-gallery__thumb__item.swiper-pagination-bullet-active {
	background: none !important;
}

.works-gallery__thumb__item.swiper-pagination-bullet-active::before {
	opacity: 1;
}

.works-detail {
	overflow: hidden;
}

.post-title {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 5px;
}

.post-text {
	line-height: 1.6;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

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

.post-item-1__image {
	aspect-ratio: 335/211;
	background: #C6C4C4;
	margin-bottom: 20px;
	overflow: hidden;
}

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

.post-item-1 a {
	display: block;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 6px;
}

.cat-list__item {
	padding: 0.3em 0.5em;
	border: 1px solid #C6C4C4;
	border-radius: 5px;
	color: #C6C4C4;
}

.pagination {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 200px;
}

.pagination .page-numbers {
	text-decoration: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagination .page-numbers:not(.dots,
.prev,
.next) {
	width: 40px;
	height: 40px;
	color: #B6A66D;
	font-size: 1.8rem;
	border: 1px solid #B6A66D;
	border-radius: 50%;
}

.pagination .page-numbers.current {
	background: #B6A66D;
	color: #FFF;
}

.pagination .page-numbers.dots {
	background: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	font-size: 1.6rem;
	background: none;
	width: auto;
	height: auto;
}

.pagination .page-numbers.prev.is-disabled,
.pagination .page-numbers.next.is-disabled {
	opacity: 0.2;
	pointer-events: none;
}

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

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

.page-link {
	padding-top: 200px;
}

.page-link__inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
}

.page-link__box {
	position: relative;
	display: block;
	max-height: 380px;
	z-index: 1;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-link__box::after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../img/icon_arrow_green.svg) center/8px 14px no-repeat, radial-gradient(circle, #fff 0 100%, transparent 100%) center/60px 60px no-repeat;
	will-change: transform;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-link__image {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.page-link__image::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.page-link__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-link__main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 30px 30px;
}

.page-link__heading__en {
	display: block;
	font-family: "Crimson Text", serif;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 9px;
}

.page-link__heading__ja {
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.page-link__text-wrap {
	padding-right: 70px;
}

.page-link__text {
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.page-link__index {
	display: block;
	margin-top: 20px;
	font-size: 1.4rem;
}

.article-wrap {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.article-head__title {
	font-size: clamp(3rem, 2.6839506173rem + 0.4115226337vw, 3.4rem);
	margin-top: 30px;
	padding-left: 20px;
	border-left: 1px solid #FFF;
}

.wp-content {
	font-size: 1.6rem;
	line-height: 1.6;
}

.wp-content p {
	text-align: center;
	margin: 60px 0 0;
}

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

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

:root {
	--swiper-theme-color: #007aff;
}

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

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

.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-cube-shadow,
.swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .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;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

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

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

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

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev 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;
}

.swiper-button-next:after,
.swiper-button-prev: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";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s 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;
}

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

.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-pagination-vertical.swiper-pagination-bullets,
.swiper-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-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -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: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

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

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

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

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

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

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

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

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

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	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;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none;
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.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 {
	pointer-events: auto;
}

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

.swiper.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

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

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

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

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

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.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) {

.button-primary:hover {
	opacity: 0.6;
}

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

.gnavi__item a:hover {
	opacity: 0.6;
}

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

.footer-navi__link:hover {
	background: rgba(0, 117, 53, 0.2);
}

.footer-navi__link:hover::before {
	-webkit-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}

.footer-navi__child a:hover {
	background: rgba(0, 117, 53, 0.2);
}

.footer-navi__child a:hover::before {
	content: "";
	-webkit-transform: translate(3px, -50%);
	transform: translate(3px, -50%);
}

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

.footer__address__link:hover {
	text-decoration: none;
	opacity: 0.6;
}

.anchor-links-services__item a:hover {
	opacity: 0.6;
}

.anchor-link__button:hover {
	opacity: 0.6;
}

.service-block__link:hover {
	opacity: 0.6;
}

.cv-area__btn:hover {
	background: #FFF;
	color: #044321;
}

.cv-area__btn:hover::after {
	background: #FFF;
}

.post-item-1 a:hover {
	opacity: 0.6;
}

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

.pagination .page-numbers:not(.dots,
.prev,
.next):hover {
	background: #B6A66D;
	color: #FFF;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
	opacity: 0.6;
}

.page-link__box:hover::after {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.page-link__box:hover .page-link__image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

}

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

/* pc */

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

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

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

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

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

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

.home__block__image-wrapper--left-fixed { /* pc */
	position: relative;
	height: 500px;
	margin-right: 130px;
}

.home__block__image-wrapper--left-fixed .home__block__image {
	width: 42.5287356322vw;
	position: absolute;
	right: 0;
	bottom: clamp(0rem, -28.4444444444rem + 37.037037037vw, 36rem);
	height: 100%;
	width: calc(50vw - 50% + 29%);
}

.home__block__image-wrapper--left-fixed img {
	height: 100%;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-works__image-wrapper { /* pc */
	position: relative;
}

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

.anchor-link__button { /* pc */
	max-width: 220px;
}

.works-gallery__thumb { /* pc */
}

.works-gallery__thumb:has(.works-gallery__thumb__item:nth-child(8)) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

}

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

.l-header { /* md */
	padding: 0 20px 0 20px;
	height: 80px;
}

.l-footer { /* md */
	padding: 60px 0 0;
}

.l-footer__inner { /* md */
	display: block;
}

.l-navi { /* md */
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 460px;
	height: 100dvh;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
}

.l-navi__inner { /* md */
	padding: 110px 50px 60px;
	display: block;
	overflow-y: auto;
}

.header-logo a { /* md */
	gap: 10px;
}

.menu-btn { /* md */
	display: block;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	width: 50px;
	height: 50px;
	background: #FFF;
	border-radius: 5px;
}

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

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 1px;
	background: currentColor;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

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

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

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

.menu-btn__text {
	margin-top: 6px;
	display: block;
}

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

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

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

.gnavi { /* md */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	padding-right: 0;
}

.gnavi__item { /* md */
	border-bottom: 1px solid #FFF;
}

.gnavi__item--md-only { /* md */
	display: block;
}

.gnavi__item a { /* md */
	padding: 26px 25px 26px 10px;
}

.gnavi__item a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../img/icon_arrow_white_thick.svg) no-repeat center center/contain;
}

.gnavi-cta { /* md */
	margin-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: auto;
}

.gnavi-cta__tel { /* md */
	margin-top: 60px;
	padding: 0;
	text-align: center;
}

.gnavi-cta__tel::before { /* md */
	display: none;
}

.gnavi-cta__tel__num { /* md */
	font-size: 3.6rem;
}

.gnavi-cta__tel__info { /* md */
	margin-top: 10px;
}

.gnavi-cta__contact { /* md */
	position: relative;
	display: block;
	width: 100%;
	padding: 32px 35px 32px 20px;
	height: auto;
}

.gnavi-cta__contact::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../img/icon_arrow_white_thick.svg) no-repeat center center/contain;
}

.footer-navi-wrap { /* md */
	display: none;
}

.footer { /* md */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 0;
}

.footer__logo a { /* md */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}

.footer__address { /* md */
	text-align: center;
}

.home-works { /* md */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 50px;
}

.home-works__swiper { /* md */
	width: 100%;
	margin-top: 60px;
}

.home-works__image-wrapper { /* md */
	width: 100%;
	height: auto;
	margin-top: 30px;
	position: relative;
}

.home-works__image-wrapper img {
	height: 100%;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.home-works__image { /* md */
	right: 0;
	width: calc(50vw + 50%);
}

.home-works-swiper { /* md */
	width: calc(50vw + 50%);
}

.form { /* md */
	padding: 40px 20px;
}

.form__item { /* md */
	display: block;
	padding: 30px 0px 30px 0px;
}

.form__content { /* md */
	width: 100%;
}

.form__label { /* md */
	width: 100%;
	margin-bottom: 20px;
}

.form .wpcf7-form-control { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

}

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

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

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

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

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

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

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

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

/* sp */

.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-auto {
	margin-top: auto !important;
}

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

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

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

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

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

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

.l-footer::after { /* sp */
	margin-top: 20px;
}

.l-navi { /* sp */
	max-width: none;
}

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

.l-page--home { /* sp */
	padding-top: 0;
}

.page-head__image { /* sp */
	height: 600px;
	overflow: hidden;
}

.page-head__image img { /* sp */
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 1740px;
	height: 600px;
}

.breadcrumbs { /* sp */
	padding: 40px 0 0 0;
	width: 90%;
	margin: 0 auto;
}

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

.heading-primary__inner { /* sp */
	padding: 0 15px;
}

.heading-secondary__en--lg { /* sp */
	font-size: 5rem;
}

.heading-tertiary { /* sp */
	margin-bottom: 80px;
}

.heading-tertiary__inner { /* sp */
	padding: 0 15px;
}

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

.button-primary { /* sp */
	width: 100%;
	height: 80px;
}

.button-secondary::after { /* sp */
	width: 40px;
	height: 40px;
}

.button-secondary--small::after { /* sp */
	width: 25px;
	height: 25px;
}

.top-text { /* sp */
	grid-template-columns: auto;
	gap: 38px;
}

.top-text__title { /* sp */
	padding-right: 0;
	font-size: 2.4rem;
}

.mainvisual { /* sp */
	height: calc(100svh - 50px);
}

.mainvisual__lead { /* sp */
	padding-top: 0.6%;
	padding-bottom: 0;
	font-size: 3rem;
}

.mainvisual__lead span { /* sp */
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.mainvisual__lead span:not(:first-of-type) { /* sp */
	margin-right: 20px;
}

.mainvisual__fadein .swiper-wrapper { /* sp */
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.mainvisual__image { /* sp */
	width: auto;
	height: 100%;
}

.mainvisual__image img { /* sp */
	width: auto;
}

.scroll-guide-wrap { /* sp */
	display: none;
}

.anchor-links-services { /* sp */
	margin-top: 40px;
	display: block;
}

.anchor-links-services__item a { /* sp */
	padding: 20px 24px 27px 15px;
	height: 100px;
	width: 100%;
	margin-top: 10px;
}

.anchor-links-services__item a::after { /* sp */
	right: 8px;
}

.anchor-links-services__title { /* sp */
	padding: 0;
}

.home { /* sp */
	padding-top: 32px;
}

.home__top-text { /* sp */
	font-size: 4rem;
	top: -85px;
	left: 0;
}

.home__block--mt { /* sp */
	margin-top: 0px;
}

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

.home__block__text { /* sp */
	line-height: 2;
}

.home__block__text:not(:first-of-type) {
	margin-top: 20px;
}

.home__block__text-wrapper { /* sp */
	width: 100%;
	margin-top: 50px;
}

.home__block__text-wrapper--bottom { /* sp */
	margin-top: 30px;
}

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

.home__block__image-wrapper--left-fixed { /* sp */
	height: 245px;
	position: relative;
}

.home__block__image-wrapper--left-fixed .home__block__image {
	position: absolute;
	right: 0;
	height: 100%;
	width: calc(50vw + 50%);
}

.home__block__image-wrapper--left-fixed img {
	height: 100%;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-works__button-wrapper { /* sp */
	margin-top: 60px;
}

.home-services { /* sp */
	margin-top: 90px;
}

.home-services__image { /* sp */
	margin-bottom: 80px;
}

.home-services__image__text { /* sp */
	font-size: 2.4rem;
	left: 47%;
}

.home-services__image__text span:not(:first-of-type) { /* sp */
	margin-right: 22px;
}

.home-works-swiper-wrap { /* sp */
	margin-top: 60px;
}

.home-works-swiper-wrap .swiper-button-next,
.home-works-swiper-wrap .swiper-button-prev { /* sp */
	top: 23.4vw;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10.2vw;
	height: 10.2vw;
}

.home-works-swiper-wrap .swiper-button-next::after,
.home-works-swiper-wrap .swiper-button-prev::after { /* sp */
}

.home-works-swiper-wrap .swiper-button-prev { /* sp */
	right: unset;
	left: 0;
}

.home-works-swiper-wrap .swiper-button-next { /* sp */
	left: unset;
	right: 0;
}

.anchor-link { /* sp */
	line-height: 1.2;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}

.about-access__address { /* sp */
	margin: 80px 0 40px;
	font-size: 1.6rem;
	text-align: left;
}

.about-access__map { /* sp */
	height: 300px;
}

.about-access__map iframe { /* sp */
	height: 300px;
}

.about-company { /* sp */
	margin-bottom: 80px;
}

.about-greeting { /* sp */
	margin-top: 80px;
}

.about-greeting__content { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 80px 0 100px;
}

.about-greeting__text-wrapper { /* sp */
	font-size: 1.6rem;
	width: 100%;
}

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

.contact-telephone { /* sp */
	margin: 80px auto;
	padding: 40px 20px;
}

.contact-telephone__top-text { /* sp */
	padding-bottom: 30px;
}

.contact-telephone__bottom-text { /* sp */
	padding-top: 30px;
}

.form__title { /* sp */
	padding-bottom: 30px;
}

.form textarea { /* sp */
	font-size: 1.6rem;
}

.table-1__title { /* sp */
	font-size: 2rem;
}

.table-1__row { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.table-1__head { /* sp */
	width: 100%;
	padding: 8px 12px;
}

.table-1__data { /* sp */
	width: 100%;
}

.table-1__list__item { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px 0;
}

.table-1__list__item dd { /* sp */
	padding-left: 1em;
}

.recruit__table-wrapper { /* sp */
	margin-top: 80px;
}

.recruit__table-wrapper { /* sp */
	padding: 40px 30px;
}

.services__works-button-wrapper { /* sp */
	position: absolute;
	bottom: -100px;
	right: 0;
}

.services__works-list { /* sp */
	margin-bottom: 80px;
}

.service-block { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

.service-block:not(:last-of-type) {
	margin-top: 80px;
}

.service-block__text { /* sp */
	width: 100%;
}

.service-block__image { /* sp */
	width: 100%;
}

.service-block__main-text { /* sp */
	font-size: 1.6rem;
}

.services-work { /* sp */
	margin-top: 100px;
}

.cv-area-wrap { /* sp */
	background: #044321;
}

.cv-area { /* sp */
	padding: 40px 0;
}

.cv-area::before { /* sp */
	display: none;
}

.cv-area__heading { /* sp */
	margin-bottom: 55px;
}

.cv-area__heading span { /* sp */
	padding-bottom: 10px;
	font-size: 2rem;
	line-height: 1.6;
}

.cv-area__boxes { /* sp */
	grid-template-columns: 1fr;
	padding: 0;
	gap: 35px 8.1081%;
}

.cv-area__box { /* sp */
	display: block;
}

.cv-area__head__text { /* sp */
}

.cv-area__tel { /* sp */
	padding: 13px 15px 21px;
}

.cv-area__tel__num { /* sp */
	font-size: clamp(3rem, 0.3698630137rem + 8.2191780822vw, 3.6rem);
}

.cv-area__tel__text { /* sp */
	line-height: 1.4;
}

.cv-area__btn { /* sp */
	padding: 2.0833em 50px 2.0833em 10px;
	font-size: 1.8rem;
}

.cv-area__btn::before { /* sp */
	right: 10px;
}

.cv-area__btn::after { /* sp */
	right: 25px;
}

.works-list { /* sp */
	margin-top: 100px;
}

.works-list__head { /* sp */
	margin-bottom: 40px;
}

.works-gallery { /* sp */
	margin-top: 30px;
}

.works-gallery .swiper-button-prev,
.works-gallery .swiper-button-next { /* sp */
	top: 26.5vw;
	width: 40px;
	height: 40px;
}

.works-gallery .swiper-button-prev::after,
.works-gallery .swiper-button-next::after { /* sp */
	width: 10px;
	height: 10px;
}

.works-gallery__thumb { /* sp */
	margin-top: 20px;
}

.works-gallery__thumb:has(.works-gallery__thumb__item:nth-child(6)) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.works-gallery__thumb__item { /* sp */
	width: calc((100% - 40px) / 5) !important;
}

.post-title { /* sp */
	font-size: 1.6rem;
}

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

.cat-list { /* sp */
	margin-bottom: 10px;
}

.pagination { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-top: 120px;
}

.pagination .page-numbers:not(.dots,
.prev,
.next) { /* sp */
	width: 34px;
	height: 34px;
	font-size: 1.6rem;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next { /* sp */
	position: absolute;
	top: -40px;
	font-size: 1.4rem;
}

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

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

.page-link { /* sp */
	padding-top: 80px;
}

.page-link__inner { /* sp */
	grid-template-columns: 1fr;
	gap: 30px;
}

.page-link__box { /* sp */
	padding: 0;
	max-height: none;
	overflow: visible;
}

.page-link__box::after { /* sp */
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: url(../img/icon_arrow_green.svg) center/8px 14px no-repeat, radial-gradient(circle, #fff 0 100%, transparent 100%) center/40px 40px no-repeat;
}

.page-link__image { /* sp */
	overflow: hidden;
	height: auto;
}

.page-link__main { /* sp */
	position: static;
	padding: 0;
	display: block;
	height: auto;
	margin-top: 20px;
}

.page-link__heading { /* sp */
	position: absolute;
	top: 10px;
	left: 10px;
}

.page-link__heading__en { /* sp */
	font-size: 2.4rem;
}

.page-link__heading__ja { /* sp */
	font-size: 1.4rem;
}

.page-link__text-wrap { /* sp */
	padding-right: 60px;
}

.page-link__text { /* sp */
	font-size: 1.4rem;
}

.page-link__index { /* sp */
	margin-top: 10px;
	font-size: 1.3rem;
}

}

@-webkit-keyframes pathmove {

0% {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

40% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

40.1% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

100% {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

}

@keyframes pathmove {

0% {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

40% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

40.1% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

100% {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

}

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

}

