@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: YakuHanRP, "Zen Maru Gothic", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #3d3d3d;
	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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Layout */

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

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

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1.18em 1em;
	background: #FFF;
	z-index: 1000;
}

.l-header--home {
	position: sticky;
}

.l-footer {
	position: relative;
	padding: 105px 0 20px;
	background: url(../img/deco_footer_pc.svg) no-repeat calc(50% - 48px) 20%/1265px auto;
}

.l-navi__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 5px;
}

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

.l-page {
	padding: 129px 0 120px;
}

/* Module */

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

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

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

.heading-primary {
	position: relative;
	margin-bottom: 60px;
}

.heading-primary__jp {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.67;
}

.heading-primary--mb-sm {
	margin-bottom: 40px;
}

/*
#styleguide
heading-secondary

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

.heading-secondary {
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	font-weight: 700;
	line-height: 2;
}

/*
#styleguide
heading-tertiary

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

/*
#styleguide
text-base

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

.text-base {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.09em;
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	line-height: 1.875;
}

.text-base p:not(:last-child),
.text-base ol:not(:last-child),
.text-base ul:not(:last-child) {
	margin-bottom: 1.875em;
}

/*
#styleguide
text-lg

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

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

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

/*
#styleguide
text-sm

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

.text-sm {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}

/*
#styleguide
text-note

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

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

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

/*
#styleguide
button-primary

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

.button-primary {
	display: block;
	width: 282px;
	background: #009600;
	color: #FFF;
	border: none;
	padding: 1.16em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary--lightgreen {
	background: #7ebe00;
}

.button-primary--sm {
	width: 218px;
	letter-spacing: 0.16em;
	padding: 1.4em 1em;
	border-radius: 34px;
}

/*
#styleguide
button-secondary

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

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

.label-en {
	position: relative;
	font-size: 2.4rem;
	font-family: "Homemade Apple", cursive;
	padding-left: 2.2em;
}

.label-en::before {
	position: absolute;
	top: 43%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1.5em;
	height: 2px;
	display: block;
	background: url(../img/border_label.svg) no-repeat center/contain;
}

.label-en--right {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.label-en--left {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.label-en--no-border {
	padding: 0;
}

.label-en--no-border::before {
	content: none;
}

.label-en--white {
	color: #fff;
}

.label-en--white::before {
	background: url(../img/border_label_white.svg);
}

.list-1 {
	text-decoration: none;
	list-style: none;
}

.list-1 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-1 li::before {
	content: "・";
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-2 {
	width: 100%;
}

.list-2__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.85em 0;
}

.list-2__item::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: url(../img/line_handwriting_horizontal.png) repeat-x left center/auto 100%;
}

.list-2__dt {
	font: 700 1.8rem YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.2em;
	width: 26.1%;
	min-width: 135px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-2__dd {
	font: 500 1.8rem YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.1em;
}

.green-text {
	color: #009600;
}

.lightgreen-text {
	color: #7ebe00;
}

.header-logo {
	width: 22.1%;
	min-width: 215px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.menu-btn {
	display: none;
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.2em;
}

.gnavi__item a {
	text-decoration: none;
	font-size: clamp(1.3rem, 0.3rem + 1vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.33;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header {
	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;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.sub-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sub-navi__btn {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #FFF;
	border-radius: 20px;
	padding: 0.38em 1.3em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sub-navi__btn--recruit {
	background: #7ebe00;
}

.sub-navi__btn--contact {
	background: #009600;
	margin-left: 0.6em;
}

.sub-navi__btn--contact::before {
	content: "";
	width: 1.0625em;
	height: 0.75em;
	display: inline-block;
	background: url(../img/icon_contact.svg) no-repeat center/contain;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-right: 0.3em;
}

.sub-navi__tel {
	font: 700 3.5rem "Balsamiq Sans", sans-serif;
	color: #009600;
	text-decoration: none;
	margin-left: 0.6em;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.sub-navi__tel > span {
	position: relative;
}

.sub-navi__tel > span span {
	display: none;
}

.sub-navi__tel::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	background: url(../img/icon_tel.svg) no-repeat center/contain;
	margin-right: 0.3em;
	vertical-align: middle;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.sub-navi__time {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.23;
	color: #009600;
	margin-left: 1.2em;
}

.menu-close-btn {
	display: none;
}

.navi-logo {
	display: none;
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__logo img {
	display: block;
}

.footer__links {
	margin-top: 35px;
}

.footer__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__link::after {
	content: "";
	width: 1em;
	height: 1em;
	background: url(../img/icon_arrow_circle.svg) no-repeat center center/contain;
	margin-top: 0.1875em;
	margin-left: 0.5em;
}

.copyright {
	margin-top: 33px;
	font-family: "Homemade Apple", cursive;
	font-size: 1.21rem;
	line-height: 1.5;
	text-align: center;
}

.pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font: 400 1.215rem "Homemade Apple", cursive;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-decoration: none;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagetop::before {
	position: absolute;
	bottom: calc(100% + 13px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0.91em;
	height: 1.15em;
	display: block;
	background: url(../img/arrow_pagetop.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

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

.about {
	padding: 0 0 172px;
}

.about__inner {
	position: relative;
	padding: 288px 0 100px;
}

.about__inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: calc(91.6667% + 40px);
	max-width: calc(200px + 50% + 600px);
	height: 100%;
	border-radius: 100px 0 0 100px;
	background: url(../img/bg_about_pc.jpg) no-repeat top left/cover;
	z-index: -1;
}

.about__main {
	width: 36.9167%;
	min-width: 443px;
}

.about__text {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.01em;
	text-align: justify;
}

.about__text p:not(:last-child) {
	margin-bottom: 2em;
}

.feature {
	margin-top: -30px;
}

.feature__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: 38px;
}

.feature__heading span {
	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;
	gap: 0.5em;
	background: #FFF;
	border-radius: 3rem;
	padding: 0.25em 1.5em;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.7143;
	letter-spacing: 0.16em;
}

.feature__heading span::before,
.feature__heading span::after {
	content: "";
	width: 1.5em;
	height: 2px;
	display: block;
	background: url(../img/border_label.svg) no-repeat center/contain;
}

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

.feature__list::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: url(../img/line_handwriting.png) repeat-y center top/100% auto;
}

.feature__item {
	position: relative;
	display: grid;
	justify-items: center;
	grid-row: span 3;
	grid-template-rows: subgrid;
	padding: 0 clamp(2rem, -1.5555555556rem + 4.6296296296vw, 4rem);
}

.feature__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: url(../img/line_handwriting.png) repeat-y center top/100% auto;
}

.feature__image {
	margin-bottom: 1.5rem;
}

.feature__image img {
	display: block;
	margin: 0 auto;
}

.feature__title {
	margin-bottom: 1.5rem;
	font-weight: 700;
	font-size: clamp(2rem, 1.2888888889rem + 0.9259259259vw, 2.4rem);
	line-height: 1.5;
	letter-spacing: 0.14em;
	color: #009600;
}

.feature__text {
	text-align: justify;
}

.letter {
	position: relative;
	padding: 46px clamp(3rem, -8.5555555556rem + 15.0462962963vw, 9.5rem) 37px;
	margin-top: 100px;
}

.letter::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url(../img/bg_pattern_beige.png) repeat center/auto auto;
	border-radius: 10px;
	z-index: -1;
}

.letter__label {
	position: absolute;
	top: 0;
	left: 4.2%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.letter__main {
	width: 43%;
}

.letter__head {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.letter__body {
	padding-left: 0.4em;
}

.letter__image {
	position: absolute;
	top: 50%;
	left: 51%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45%;
	max-width: 487px;
	border-radius: 10px;
	overflow: hidden;
}

.letter__image img {
	display: block;
}

.works {
	position: relative;
}

.works::before {
	content: "";
	position: absolute;
	top: -342px;
	left: 2%;
	width: 147px;
	height: 153px;
	background: url(../img/deco_works.svg) no-repeat center center/contain;
}

.works__text {
	max-width: 792px;
	margin: 0 auto 50px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.027em;
}

.works__item {
	position: relative;
	background: #FFF;
	border-radius: 10px;
	padding: clamp(4rem, 2.2222222222rem + 2.3148148148vw, 5rem) clamp(3rem, -0.5555555556rem + 4.6296296296vw, 5rem);
}

.works__item:not(:last-child) {
	margin-bottom: 50px;
}

.works__num {
	position: absolute;
	top: 0;
	right: 94px;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	display: block;
	font-family: "Balsamiq Sans", sans-serif;
	font-size: 6rem;
	line-height: 1.75;
	letter-spacing: 0.06em;
	color: #009600;
}

.works__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

.works__main {
	width: 58.1818%;
}

.works__heading {
	display: inline-block;
	border: 2px solid currentColor;
	border-radius: 3rem;
	padding: 0.4em clamp(1rem, -4.3333333333rem + 6.9444444444vw, 4rem);
	margin-bottom: clamp(2rem, -1.9111111111rem + 5.0925925926vw, 4.2rem);
	font-weight: 700;
	font-size: clamp(2rem, 1.2888888889rem + 0.9259259259vw, 2.4rem);
	line-height: 1.5;
	letter-spacing: 0.14em;
	color: #009600;
}

.works__info__list {
	position: relative;
}

.works__info__list:not(:last-child) {
	margin-bottom: 30px;
}

.works__info__list:not(:last-child)::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: url(../img/line_handwriting_horizontal.png) repeat-x left center/auto 100%;
	margin-top: 30px;
}

.works__info__head {
	margin-bottom: 7px;
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.works__info__detail {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: 0.04em;
}

.works-slide-wrap {
	position: relative;
	width: 36.3636%;
	max-width: 400px;
	min-width: 300px;
	height: 100%;
}

.works-slide-wrap > .swiper-button-next,
.works-slide-wrap > .swiper-button-prev {
	top: 32%;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #009600;
}

.works-slide-wrap > .swiper-button-next::after,
.works-slide-wrap > .swiper-button-prev::after {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../img/icon_arrow.svg) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.works-slide-wrap > .swiper-button-next {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	right: 0;
}

.works-slide-wrap > .swiper-button-prev {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 0;
}

.works-slide-wrap > .swiper-button-prev::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.works-slide {
	position: relative;
	overflow: hidden;
}

.works-slide__item {
	overflow: hidden;
	aspect-ratio: 400/267;
	border-radius: 10px;
}

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

.works-slide__thumb {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	gap: 16px;
	position: relative;
	top: auto;
	left: auto;
	margin-top: 20px;
}

.works-slide__thumb__item {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	aspect-ratio: 88/59;
	opacity: 1 !important;
	width: auto !important;
	max-width: calc((100% - 20px) / 4);
	border-radius: 4px !important;
	height: auto !important;
	margin: 0 !important;
	overflow: hidden;
}

.works-slide__thumb__item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 3px solid #009600;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

.cv {
	padding: 45px 0 60px;
}

.cv__lead {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.045em;
	color: #FFF;
	text-align: center;
	margin-bottom: 41px;
}

.cv__boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
}

.cv__box {
	width: calc(50% - 12.5px);
	background: #FFF;
	border-radius: 1rem;
	overflow: hidden;
}

.cv__label {
	background: url(../img/bg_pattern_beige.png) repeat center/auto auto;
	border-radius: 1rem;
	padding: 0.625em 15px;
	font-weight: 700;
	font-size: clamp(2rem, 1.2888888889rem + 0.9259259259vw, 2.4rem);
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: center;
}

.cv__button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 10px;
}

.cv__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #009600;
	width: 100%;
	max-width: 432px;
	font-weight: 700;
	font-size: clamp(1.6rem, 0.9244444444rem + 0.8796296296vw, 1.98rem);
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #FFF;
	border: none;
	border-radius: 3rem;
	padding: 0.7em 1em 0.9em 0.7em;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cv__button::before {
	content: "";
	display: inline-block;
	margin-right: 0.9596em;
	width: 1.5152em;
	height: 1.0101em;
	background: url(../img/icon_contact.svg) no-repeat center center/contain;
}

.cv__tel {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Balsamiq Sans", sans-serif;
	font-weight: 700;
	font-size: clamp(3.8rem, 0.6533333333rem + 4.0972222222vw, 5.57rem);
	line-height: 1.4;
	color: #009600;
	text-decoration: none;
}

.cv__tel > span {
	position: relative;
}

.cv__tel > span span {
	position: absolute;
	bottom: calc(100% - 9px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1.1rem;
	font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
	letter-spacing: -0.15em;
	white-space: nowrap;
}

.cv__tel::before {
	content: "";
	width: 0.8097em;
	height: 0.8097em;
	background: url(../img/icon_tel.svg) no-repeat center center/contain;
	margin-right: 0.3232em;
	margin-bottom: 0.1077em;
}

.cv__info {
	display: block;
	margin-top: -0.7em;
	margin-bottom: 0.7em;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.77;
	letter-spacing: 0.08em;
	color: #009600;
}

.mainvisual {
	padding: 0 0 50px;
}

.mainvisual__inner {
	position: relative;
	width: 87.4%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.mainvisual__logo {
	position: absolute;
	top: 3%;
	right: 7.8%;
	display: block;
	font-size: clamp(2rem, 1.3333333333rem + 0.8680555556vw, 3rem);
	font-family: "Balsamiq Sans", sans-serif;
	letter-spacing: 0.06em;
	text-align: right;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}

.mainvisual__logo.is-visible {
	opacity: 1;
}

.mainvisual__logo__icon {
	display: inline-block;
	width: 1.8em;
	margin-right: 0.6em;
	vertical-align: middle;
	-webkit-transform: translateY(0.1em);
	transform: translateY(0.1em);
}

.mainvisual__contents {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6.25% 0 0;
}

.mainvisual__contents::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 116.1%;
	min-width: 900px;
	height: 94.5%;
	display: block;
	background: url(../img/deco_mv_pc.png) no-repeat center/100% auto;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}

.mainvisual__contents.is-visible::before {
	opacity: 1;
}

.mainvisual__main {
	position: relative;
	width: 42%;
	padding: 0 0 5.2%;
}

.mainvisual__copy-wrap {
	padding-left: 20%;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}

.mainvisual__copy-wrap.is-visible {
	opacity: 1;
}

.mainvisual__copy {
	font-size: clamp(2rem, 1.0886666667rem + 1.1866319444vw, 3.367rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.91;
	padding: 10.3% 0 0;
}

.mainvisual__copy span {
	display: block;
	font-size: clamp(3rem, 1.6666666667rem + 1.7361111111vw, 5rem);
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 0.1em;
}

.mainvisual__scroll {
	font-size: clamp(1.4rem, 1rem + 0.5208333333vw, 2rem);
	font-weight: 700;
	font-family: "Balsamiq Sans", sans-serif;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-decoration: none;
	margin-top: 1.6em;
	margin-bottom: 2.9em;
}

.mainvisual__scroll::after {
	content: "";
	width: 0.65em;
	height: 0.75em;
	display: inline-block;
	background: url(../img/arrow_scroll.svg) no-repeat center/contain;
	margin-top: 0.9em;
}

.mainvisual__images {
	width: 57.6%;
}

.mainvisual__image-wrap-1 {
	display: grid;
	grid-template-columns: 38.6% 48.3%;
	grid-template-rows: auto;
	gap: 0 13.1%;
	padding: 7% 0 0;
}

.mainvisual__image-wrap-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.mainvisual__image {
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
	-webkit-filter: blur(7px);
	filter: blur(7px);
	-webkit-transition: 1s;
	transition: 1s;
}

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

.mainvisual__image.is-visible {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.mainvisual__image--01 {
	width: 83.8%;
}

.mainvisual__image--02 {
	position: absolute;
	top: -4%;
	right: -4%;
	width: 32.6%;
}

.mainvisual__image--03 {
	width: 61.6%;
	margin-left: auto;
}

.mainvisual__image--04 {
	grid-column-start: 1;
	grid-row-start: 2;
	margin-top: 5px;
}

.mainvisual__image--05 {
	grid-row: span 2/span 2;
	grid-column-start: 2;
	grid-row-start: 1;
}

.mainvisual__image--06 {
	width: 30.5%;
	margin-right: 10.5%;
}

.mainvisual__image--07 {
	width: 44.6%;
}

.message {
	position: relative;
	overflow: hidden;
}

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

.message__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
}

.message__top__image {
	width: 45.6%;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}

.message__top__image img {
	display: block;
}

.message__top__main {
	width: 45.2%;
}

.message__top__text {
	line-height: 2;
	margin-bottom: 25px;
	font-weight: 500;
	letter-spacing: 0.01em;
	font-size: clamp(1.4rem, 0.8666666667rem + 0.6944444444vw, 1.7rem);
	text-align: justify;
}

.message__top__text p:not(:last-child) {
	margin-bottom: 1.2em;
}

.message__top__name-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: clamp(1.3rem, 0.7666666667rem + 0.6944444444vw, 1.6rem);
	gap: clamp(1.5rem, -3.8333333333rem + 6.9444444444vw, 4.5rem);
}

.message__top__name {
	margin-left: 10px;
	font-size: clamp(1.65rem, 1.0277777778rem + 0.8101851852vw, 2rem);
}

.message__contents {
	position: relative;
	padding-bottom: 135px;
}

.message__block {
	position: relative;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding: clamp(2.4rem, 0.4444444444rem + 2.5462962963vw, 3.5rem) clamp(2.4rem, -0.4444444444rem + 3.7037037037vw, 4rem);
}

.message__block:first-of-type {
	margin-bottom: 50px;
}

.message__block::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -1;
	background: url(../img/bg_message_pc.png) repeat center/auto auto;
}

.message__block__speech {
	background-color: #009600;
	height: 147px;
	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;
	-ms-flex-item-align: center;
	align-self: center;
	color: #fff;
	font-size: clamp(2rem, 0.9333333333rem + 1.3888888889vw, 2.6rem);
	font-weight: 700;
	border-radius: 10px;
	letter-spacing: 0.1em;
	position: relative;
	width: 28.33%;
	min-width: 200px;
}

.message__block__speech::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: -20px;
	width: 27px;
	height: 36px;
	background: url(../img/deco_speech_bubble.svg) no-repeat center/auto auto;
}

.message__block__main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 68%;
}

.message__block__main::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 2px;
	height: calc(100% - 15px);
	display: block;
	background: url(../img/line_handwriting.png) repeat-y center top/100% auto;
}

.message__block__text {
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.4rem, 0.8666666667rem + 0.6944444444vw, 1.7rem);
	letter-spacing: 0.012em;
	line-height: 1.88;
	font-weight: 500;
	width: 45%;
	text-align: justify;
}

.message__block__text span {
	font-weight: 700;
}

.message__block__text--line {
	position: relative;
}

.message .message-swiper {
	pointer-events: none;
	position: relative;
}

.message .message-swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.message__carousel__img {
	position: relative;
	width: 20.83vw !important;
	height: 20.83vw !important;
	margin-right: 70px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.message__carousel__img::after {
	content: "";
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.message__carousel__img img {
	width: 100%;
	aspect-ratio: 400/266;
	border-radius: 10px;
	overflow: hidden;
}

.message__carousel__img--1 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.message__carousel__img--1::after {
	background-image: url(../img/deco_message_01.png);
	width: 82.5%;
	height: 17.5%;
	top: -35px;
	left: 32px;
}

.message__carousel__img--2 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 0;
}

.message__carousel__img--2::after {
	background-image: url(../img/deco_message_02.png);
	width: 86.8%;
	height: 35%;
	bottom: -45px;
	left: 20px;
}

.message__carousel__img--3 {
	margin-right: 0;
}

.message__carousel__img--3 img {
	width: 66.5%;
	height: 100%;
}

.message__carousel__img--4 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.message__carousel__img--4::after {
	background-image: url(../img/deco_message_03.png);
	width: 60%;
	height: 34%;
	top: -40px;
	left: 50px;
}

.message__carousel__img--5 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 0;
}

.message__carousel__img--5::after {
	background-image: url(../img/deco_message_04.png);
	width: 86%;
	height: 29.8%;
	bottom: -35px;
	left: 50px;
}

.message__carousel__img--6 {
	margin-right: 0;
}

.message__carousel__img--6 img {
	width: 66.5%;
	height: 100%;
}

.flow {
	position: relative;
}

.flow::before {
	position: absolute;
	top: -80px;
	left: 0;
	content: "";
	width: 28.55384546vw;
	min-width: calc(50vw - 295.2px);
	height: calc(100% + 207px);
	display: block;
	background: url(../img/bg_flow_pc.jpg) no-repeat center/cover;
	z-index: -1;
}

.flow::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	background: url(../img/deco_flow_top.png) no-repeat right center/155px auto;
	width: 100%;
	max-width: 1140px;
	height: 163px;
	z-index: 2;
}

.flow__block {
	margin-inline: auto;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: visible;
}

.flow__block:not(:last-of-type)::before {
	content: "";
	position: absolute;
	background: url(../img/deco_arrow_green.svg) no-repeat center/cover;
	width: 21px;
	height: 26px;
	left: 50%;
	bottom: -25px;
	-webkit-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
}

.flow__block::after {
	content: "";
	background: url(../img/bg_flow_block.png) no-repeat center/cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -1;
}

.flow__block__left {
	padding: 30px 0 30px clamp(1rem, -4.3333333333rem + 6.9444444444vw, 4rem);
}

.flow__block__right {
	position: relative;
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	padding: 20px clamp(1rem, -3.4444444444rem + 5.787037037vw, 3.5rem);
	letter-spacing: 0.01em;
	font-weight: 500;
	line-height: 2;
	font-size: clamp(1.5rem, 1.1444444444rem + 0.462962963vw, 1.7rem);
}

.faq {
	position: relative;
}

.faq::before {
	content: "";
	position: absolute;
	top: -324px;
	right: 11.6%;
	width: 337px;
	height: 110px;
	background: url(../img/deco_faq_01.svg) no-repeat center center/contain;
}

.faq::after {
	content: "";
	position: absolute;
	bottom: -180px;
	left: -1%;
	width: 76px;
	height: 78px;
	background: url(../img/deco_faq_02.svg) no-repeat center center/contain;
}

.faq__item {
	background: #FFF;
	border-radius: 1rem;
}

.faq__item:not(:last-child) {
	margin-bottom: 34px;
}

.faq__btn {
	position: relative;
	border: none;
	background: #009600;
	border-radius: 1rem;
	padding: 1em 55px 1em 33px;
	width: 100%;
	color: #FFF;
	text-align: left;
}

.faq__btn span {
	position: relative;
	display: block;
	padding-left: clamp(4rem, -1.3333333333rem + 6.9444444444vw, 7rem);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

.faq__btn span::before {
	content: "Q";
	position: absolute;
	top: -0.18em;
	left: 0;
	display: block;
	font-family: "Balsamiq Sans", sans-serif;
	font-weight: 400;
	font-size: 3rem;
}

.faq__btn.is-open .faq__icon {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.faq__icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.faq__answer {
	position: relative;
	padding: 1em 1em 1em 33px;
}

.faq__text {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: 0.05em;
	text-align: justify;
}

.faq__text span {
	display: block;
	padding-left: clamp(4rem, -1.3333333333rem + 6.9444444444vw, 7rem);
}

.faq__text::before {
	content: "A";
	position: absolute;
	top: 0.17em;
	left: 36px;
	display: block;
	font-family: "Balsamiq Sans", sans-serif;
	font-weight: 400;
	font-size: 3rem;
	color: #009600;
}

.main-contents {
	position: relative;
}

.info-text {
	font-size: clamp(2rem, -1.2rem + 4.1666666667vw, 3.8rem);
	position: relative;
	letter-spacing: 0.1em;
	font-family: "Balsamiq Sans", sans-serif;
}

.info-text::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 60px;
	width: 2px;
	background: url(../img/line_handwriting.png) repeat-y center top/100% auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info-text span {
	display: inline-block;
	font-size: clamp(1.8rem, 0.3777777778rem + 1.8518518519vw, 2.6rem);
	letter-spacing: 0.18em;
	font-weight: 700;
	font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.recruit {
	position: relative;
	max-width: 587px;
	margin-left: auto;
	margin-right: auto;
}

.recruit__lead {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	line-height: 2;
	text-align: center;
	margin-bottom: 60px;
}

.recruit__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}

.recruit__item::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: url(../img/line_handwriting_horizontal.png) repeat-x left center/auto 100%;
}

.recruit__item:first-of-type::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: url(../img/line_handwriting_horizontal.png) repeat-x left center/auto 100%;
}

.recruit__label {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #7ebe00;
}

.recruit__image {
	position: absolute;
}

.recruit__image img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.recruit__image--1 {
	top: -140px;
	right: 124%;
	width: 45.3%;
}

.recruit__image--1::before {
	position: absolute;
	bottom: -45px;
	right: -50px;
	content: "";
	width: 140px;
	height: 100px;
	display: block;
	background: url(../img/deco_recruit.svg) no-repeat center/contain;
	z-index: 1;
}

.recruit__image--2 {
	bottom: 0;
	left: 120%;
	width: 68.1%;
}

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

.company::before {
	position: absolute;
	top: calc(100% + 60px);
	right: -30px;
	content: "";
	width: 161px;
	height: 160px;
	display: block;
	background: url(../img/deco_company.svg) no-repeat center/contain;
}

.company__main {
	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;
	width: 51.2%;
	gap: 20px;
}

.company__content {
	width: 42.7%;
	padding-top: 15px;
}

.company__map {
	width: 100%;
	aspect-ratio: 512/382;
	margin-bottom: 28px;
	border-radius: 20px;
	overflow: hidden;
}

.company__map iframe {
	width: 100%;
	height: 100%;
}

.company__images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5.86%;
}

.company__image {
	border-radius: 10px;
	overflow: hidden;
}

.company__image img {
	display: block;
}

.bg-beige {
	background: url(../img/bg_pattern_beige.png) repeat center/1660px auto;
}

.bg-beige-lg {
	position: relative;
}

.bg-beige-lg::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 98.799745%;
	max-width: calc(600px + 50% + 100px);
	height: 100%;
	display: block;
	background: url(../img/bg_pattern_beige.png) repeat center/1660px auto;
	border-radius: 80px 0 0 80px;
}

.bg-beige-lg--left::before {
	right: auto;
	left: 0;
	border-radius: 0 80px 80px 0;
}

.bg-green-lg {
	position: relative;
}

.bg-green-lg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 98.799745%;
	max-width: calc(600px + 50% + 100px);
	height: 100%;
	display: block;
	background: #009600;
	border-radius: 0 80px 80px 0;
}

.section {
	padding: 140px 0;
}

.page-head {
	position: relative;
	border-radius: 100px 0 0 100px;
	height: 250px;
	margin-left: auto;
	padding: 87px 0 50px;
	margin-top: 100px;
}

.page-head::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 100%;
	max-width: 1760px;
	height: 100%;
	display: block;
	background: url(../img/bg_page_head_pc.jpg) no-repeat center center/cover;
}

.page-head__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-head__title__jp {
	margin-right: 15px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6667;
}

.page-head__title__en {
	margin-top: 10px;
	position: relative;
	font-family: "Homemade Apple", cursive;
	font-size: 2.4rem;
	padding-left: 49px;
	letter-spacing: -0.03em;
}

.page-head__title__en::before {
	display: inline-block;
	content: "";
	background: url("../img/border_label.svg") no-repeat center/contain;
	width: 38px;
	height: 2px;
	position: absolute;
	top: 42%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-head__title__en--mt0 {
	margin-top: 0;
}

.error-text {
	margin-top: 40px;
}

.error-text .list-1 {
	margin: -1em auto 1em;
	display: block;
	width: 437px;
	max-width: 100%;
}

.error-text a {
	color: #009600;
}

.contact {
	position: relative;
	z-index: 10;
}

.contact::before {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(43%, -71%);
	transform: translate(43%, -71%);
	content: "";
	width: 134px;
	height: 109px;
	display: block;
	background: url(../img/deco_contact.svg) no-repeat center/100% auto;
	z-index: 100;
}

.contact-phone {
	margin: 50px auto 0;
	background: #009600;
	border-radius: 10px;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 64px;
	width: 996px;
	max-width: 100%;
}

.contact-phone__heading {
	position: relative;
	padding-right: 5%;
	width: 40%;
	font-size: clamp(2rem, 1.2888888889rem + 0.9259259259vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.5;
}

.contact-phone__heading::after {
	content: "";
	background: url("../img/deco_line_2.svg") no-repeat center/contain;
	width: 2px;
	height: 74px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contact-phone__content {
	padding: 7px 3px 0 74px;
}

.contact-phone__number {
	font-family: "Balsamiq Sans", sans-serif;
	font-size: clamp(3rem, -1.4444444444rem + 5.787037037vw, 5.5rem);
	font-weight: 700;
	text-decoration: none;
}

.contact-phone__number::before {
	display: inline-block;
	content: "";
	width: 0.8097em;
	height: 0.8097em;
	background: url(../img/icon_tel_white.svg) no-repeat center center/contain;
	margin-right: 0.3232em;
}

.contact-phone__text {
	margin-top: -5px;
	display: block;
	font-size: 1.8rem;
	font-size: clamp(1.4rem, 0.6888888889rem + 0.9259259259vw, 1.8rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.7778;
	text-align: center;
}

.form {
	position: relative;
	padding: 90px 0 140px;
}

.form::before {
	position: absolute;
	top: -80px;
	right: -10%;
	content: "";
	width: calc(50vw + 50% + 10%);
	height: calc(100% + 80px);
	display: block;
	background: url(../img/bg_pattern_beige.png) repeat center/1660px auto;
	border-radius: 80px;
	z-index: -1;
}

.form__item {
	position: relative;
	padding: 40px 0 50px;
}

.form__item:not(:first-child)::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: url(../img/line_handwriting_horizontal.png) repeat-x left center/auto 100%;
}

.form__item--no-border {
	padding-top: 0;
}

.form__item--no-border:not(:first-child)::before {
	content: none;
}

.form__label {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.67;
}

.form__required {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	background: #009600;
	color: #FFF;
	border-radius: 4px;
	padding: 0.28em 0.52em;
	margin-left: 10px;
}

.form__content {
	margin-top: 25px;
}

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

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

.form__content__item label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form__address {
	padding-left: 5.5%;
}

.form__address__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.form__address__item label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 22%;
	min-width: 200px;
}

.form__address__item .wpcf7-form-control-wrap[data-name=your-zip] {
	width: calc(100% - 160px);
}

.form__address__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border: none;
	background: #009600;
	color: #FFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 218px;
	height: 68px;
	border-radius: 34px;
	padding: 0;
	margin: 0 0 0 3%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form__agree {
	margin-top: 30px;
	text-align: center;
}

.form__agree__lead {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.875;
	margin-bottom: 40px;
}

.form__agree__lead a {
	color: #009600;
	text-decoration: none;
}

.form__agree .wpcf7-form-control-wrap {
	position: relative;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-list-item {
	margin: 0 !important;
}

.form__agree .wpcf7-form-control-wrap input {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form__agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
	background: url(../img/icon_check.svg) no-repeat center/14px auto, #009600;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-list-item-label {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 33px;
	cursor: pointer;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-list-item-label::before {
	position: absolute;
	top: -1px;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border: 1px solid #c9caca;
	border-radius: 4px;
	background: #ffffff;
}

.form__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.form__button input[type=submit] {
	cursor: pointer;
}

.form__button input[type=submit][disabled] {
	background: #c9caca;
}

.form__button .wpcf7-spinner {
	position: absolute;
}

.form .wpcf7-not-valid-tip {
	font-weight: 500;
	margin-top: 10px;
}

.input,
textarea {
	width: 100%;
	height: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: none;
	background: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 1em 1.7em;
}

.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c3c3c3;
}

.input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #c3c3c3;
}

.input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #c3c3c3;
}

.input::placeholder,
textarea::placeholder {
	color: #c3c3c3;
}

.input--md,
textarea--md {
	max-width: 371px;
}

.input--sm,
textarea--sm {
	max-width: 351px;
}

.textarea {
	height: 320px;
	resize: none;
	padding: 2em 1.7em;
}

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

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

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

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

/**
 * Swiper 11.2.8
 * 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: May 23, 2025
 */

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

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

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

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

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

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

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

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

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

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

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

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

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

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

/* CSS Mode */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slide styles start */

/* 3D Shadows */

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

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

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

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

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

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

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

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

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

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

/* Slide styles end */

.swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fraction */

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

/* Progress */

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

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

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

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

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

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

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

/* Navigation font start */

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

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

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

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

/* Navigation font end */

@media (hover: hover) {

.button-primary:hover {
	background: #66c066;
}

.button-primary--lightgreen:hover {
	background: #b2d866;
}

.gnavi__item a:hover {
	color: #8b8b8b;
}

.sub-navi__btn--recruit:hover {
	background: #b2d866;
}

.sub-navi__btn--contact:hover {
	background: #66c066;
}

.footer__link:hover {
	opacity: 0.6;
}

.pagetop:hover::before {
	bottom: calc(100% + 16px);
}

.works-slide-wrap > .swiper-button-next:hover::after {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.works-slide-wrap > .swiper-button-prev:hover::after {
	-webkit-transform: rotate(180deg) translateX(3px);
	transform: rotate(180deg) translateX(3px);
}

.cv__button:hover {
	opacity: 0.6;
}

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

.form__address__btn:hover {
	background: #66c066;
}

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

}

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

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

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

.flow__list { /* pc */
	position: relative;
}

.flow__block { /* pc */
	display: grid;
	grid-template-columns: 25.4% auto;
	width: 100%;
}

.flow__block:not(:last-of-type) {
	margin-bottom: 52px;
}

.page-head--ptlg { /* pc */
	padding-top: 100px;
}

}

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

.l-header { /* pc */
	padding: 0 0 0 0.7em;
}

.l-navi { /* pc */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_pattern_beige.png) no-repeat center/cover;
	z-index: 100;
	padding: 25px;
}

.l-navi__inner { /* pc */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #FFF;
	border-radius: 20px;
	padding: 57px 36px 25px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.menu-btn { /* pc */
	display: block;
	background: url(../img/bg_menu_btn.svg) no-repeat bottom left/70px auto;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	width: 58.5px;
	height: 50px;
	overflow: hidden;
	top: 0;
	right: 0;
}

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

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 65%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

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

.menu-btn__icon span:nth-child(2) {
	bottom: 0;
}

.menu-btn__icon span img {
	display: block;
}

.menu-btn__text {
	margin-top: 4px;
	display: block;
	font: 700 1.2rem "Balsamiq Sans", sans-serif;
	color: #FFF;
	padding-left: 0.7em;
}

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

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

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

.gnavi { /* pc */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	margin-bottom: 28px;
}

.gnavi__item a { /* pc */
	position: relative;
	display: block;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	padding: 0.78em 0;
}

.gnavi__item a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: url(../img/line_handwriting_horizontal.png) repeat-x left center/auto 100%;
}

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

.sub-navi { /* pc */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub-navi__btn { /* pc */
	width: 215px;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0.53em 1em;
}

.sub-navi__btn--contact { /* pc */
	margin-left: 0;
	margin-top: 20px;
}

.sub-navi__btn--contact::before { /* pc */
	width: 1.09em;
	height: 0.76em;
	margin-right: 0.5em;
}

.sub-navi__tel { /* pc */
	margin-left: 0;
	margin-top: 15px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	white-space: nowrap;
}

.sub-navi__tel > span span { /* pc */
	display: block;
	position: absolute;
	bottom: calc(100% - 3px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0.715rem;
	font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
	letter-spacing: -0.15em;
	white-space: nowrap;
}

.sub-navi__time { /* pc */
	margin-left: 0;
	margin-top: -3px;
}

.sub-navi__time br {
	display: none;
}

.menu-close-btn { /* pc */
	position: relative;
	display: block;
	border: none;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: #009600;
	color: #FFF;
	width: 215px;
	border-radius: 20px;
	padding: 0.65em 40px;
	margin: 15px auto 0;
}

.menu-close-btn::before {
	position: absolute;
	top: 50%;
	right: 23px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	background: url(../img/icon_close.svg) no-repeat center/contain;
}

}

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

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

/* sp */

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

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

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

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

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

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

.l-footer { /* sp */
	padding: 78px 0 20px;
	background: url(../img/deco_footer_sp.svg) no-repeat left calc(50% + 2px) bottom 10px/380px auto;
}

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

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

.heading-primary__jp { /* sp */
	font-size: 3rem;
	letter-spacing: 0.1em;
}

.heading-primary--mb-sm { /* sp */
	margin-bottom: 30px;
}

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

.text-base { /* sp */
	font-size: 1.4rem;
	letter-spacing: 0.045em;
	line-height: 2;
}

.text-base p:not(:last-child),
.text-base ol:not(:last-child),
.text-base ul:not(:last-child) { /* sp */
	margin-bottom: 2em;
}

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

.button-primary { /* sp */
	width: 232px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	border-radius: 25px;
}

.button-primary--sp-lg { /* sp */
	width: 254px;
	font-size: 1.62rem;
}

.label-en { /* sp */
	font-size: 2rem;
	padding-left: 1.8em;
}

.label-en--no-border { /* sp */
	padding: 0;
}

.label-en--sp-left { /* sp */
	display: block;
	position: static;
}

.label-en--sp-right { /* sp */
	top: auto;
	bottom: 100%;
}

.list-2__item { /* sp */
	display: block;
	padding: 1.1em 0;
}

.list-2__dt { /* sp */
	width: 100%;
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.list-2__dd { /* sp */
	font-size: 1.5rem;
	letter-spacing: 0.01em;
}

.header-logo { /* sp */
	width: 260px;
}

.header { /* sp */
	height: 50px;
}

.navi-logo { /* sp */
	position: absolute;
	top: 15px;
	left: 25px;
	width: 235px;
	display: block;
}

.footer__logo { /* sp */
	width: 117px;
}

.footer__links { /* sp */
	margin-top: 27px;
}

.footer__link { /* sp */
	font-size: 1.32rem;
}

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

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

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

.about__inner { /* sp */
	padding: 210px 0 40px;
}

.about__inner::after { /* sp */
	width: calc(100% - 25px);
	border-radius: 50px 0 0 50px;
	background: url(../img/bg_about_sp.jpg) no-repeat top left/cover;
}

.about__main { /* sp */
	width: 100%;
	min-width: auto;
	padding: 0 0 0 30px;
}

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

.feature { /* sp */
	padding: 40px 0 0;
	margin-top: 0;
}

.feature__heading span { /* sp */
	padding: 0;
	font-size: 2.31rem;
}

.feature__heading span::before,
.feature__heading span::after { /* sp */
	width: 1.3em;
}

.feature__list { /* sp */
	grid-template-columns: 1fr;
}

.feature__list::after { /* sp */
	top: auto;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: url(../img/line_handwriting_horizontal.png) repeat-x center center/auto 100%;
}

.feature__item { /* sp */
	padding: 33px 0 30px;
}

.feature__item::before { /* sp */
	width: 100%;
	height: 2px;
	background: url(../img/line_handwriting_horizontal.png) repeat-x left center/auto 100%;
}

.feature__image { /* sp */
	width: 56%;
	margin-bottom: 2.2rem;
}

.feature__title { /* sp */
	margin-bottom: 2rem;
}

.letter { /* sp */
	padding: 46px 20px 25px;
	margin-top: 68px;
}

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

.letter__head { /* sp */
	font-size: 1.65rem;
}

.letter__body { /* sp */
	padding-left: 0.2em;
}

.letter__image { /* sp */
	position: static;
	-webkit-transform: none;
	transform: none;
	width: 97%;
	margin: 30px auto 0;
}

.works::before { /* sp */
	top: -195px;
	left: 1%;
	width: 76px;
	height: 77px;
}

.works__text { /* sp */
	margin-bottom: 42px;
	font-size: 1.5rem;
}

.works__item { /* sp */
	padding: clamp(2.5rem, 0.9482758621rem + 3.9787798408vw, 4rem);
}

.works__num { /* sp */
	font-size: 4.95rem;
	right: 78px;
}

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

.works__main { /* sp */
	width: 100%;
	margin-top: 38px;
}

.works__heading { /* sp */
	margin-bottom: 18px;
	padding: 0.3em 1.68em 0.5em;
	font-size: 1.98rem;
}

.works__info__list:not(:last-child) { /* sp */
	margin-bottom: 16px;
}

.works__info__list:not(:last-child)::after { /* sp */
	margin-top: 15px;
}

.works__info__head { /* sp */
	font-size: 1.5rem;
}

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

.works-slide-wrap { /* sp */
	width: 100%;
	max-width: none;
	min-width: auto;
}

.works-slide-wrap > .swiper-button-next,
.works-slide-wrap > .swiper-button-prev { /* sp */
	width: clamp(3.2rem, 2.1655172414rem + 2.6525198939vw, 4.2rem);
	height: clamp(3.2rem, 2.1655172414rem + 2.6525198939vw, 4.2rem);
}

.works-slide-wrap > .swiper-button-next::after,
.works-slide-wrap > .swiper-button-prev::after { /* sp */
	width: clamp(1.1rem, 0.7896551724rem + 0.7957559682vw, 1.4rem);
	height: clamp(0.9rem, 0.5896551724rem + 0.7957559682vw, 1.2rem);
}

.works-slide__thumb { /* sp */
	gap: 10px;
	margin-top: 15px;
}

.works-slide__thumb__item::before { /* sp */
	border: 2px solid #009600;
}

.cv { /* sp */
	padding: 34px 0 56px;
}

.cv__lead { /* sp */
	font-size: 2rem;
	margin-bottom: 32px;
}

.cv__boxes { /* sp */
	grid-template-columns: 1fr;
	gap: 21px;
}

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

.cv__label { /* sp */
	font-size: 1.7rem;
}

.cv__button-wrap { /* sp */
	min-height: 104px;
	padding: 20px;
}

.cv__button { /* sp */
	border-radius: 2.5rem;
	font-size: 1.5rem;
}

.cv__tel { /* sp */
	font-size: 3.51rem;
}

.cv__tel > span span { /* sp */
	bottom: calc(100% - 5px);
	font-size: 0.715rem;
}

.cv__info { /* sp */
	margin-top: -0.6em;
	margin-bottom: 0;
	font-size: 1.26rem;
}

.mainvisual { /* sp */
	padding: 12.4vw 0 70px;
}

.mainvisual__logo { /* sp */
	top: -37px;
	right: 0;
	font-size: 2.25rem;
}

.mainvisual__logo__icon { /* sp */
	width: 40px;
}

.mainvisual__contents { /* sp */
	position: static;
	display: block;
	padding: 0;
}

.mainvisual__contents::before { /* sp */
	top: 47.8%;
	left: 49%;
	width: 94.4vw;
	min-width: 0;
	height: 211.8vw;
	background-image: url(../img/deco_mv_sp.png);
}

.mainvisual__main { /* sp */
	position: static;
	width: 100%;
	padding: 0;
}

.mainvisual__copy-wrap { /* sp */
	position: relative;
	z-index: 1;
	padding: 29vw 0 0;
}

.mainvisual__copy { /* sp */
	font-size: 6.47vw;
	padding: 0;
}

.mainvisual__copy span { /* sp */
	font-size: 9.6vw;
}

.mainvisual__scroll { /* sp */
	font-size: 1.5rem;
	margin-top: 6.2vw;
	margin-bottom: 22vw;
}

.mainvisual__scroll::after { /* sp */
	margin-top: 0.8em;
}

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

.mainvisual__image-wrap-1 { /* sp */
	padding: 0;
}

.mainvisual__image--01 { /* sp */
	width: 58.6vw;
	margin-left: -6.3vw;
}

.mainvisual__image--02 { /* sp */
	top: 0;
	left: 0;
	width: 35%;
}

.mainvisual__image--03 { /* sp */
	position: absolute;
	top: 13vw;
	right: 9vw;
	width: 30.5vw;
	margin: 0;
}

.mainvisual__image--04 { /* sp */
	position: absolute;
	top: 95.5vw;
	left: 40vw;
	left: 11vw;
	width: 32.9vw;
	margin: 0;
}

.mainvisual__image--05 { /* sp */
	position: absolute;
	top: 43.5vw;
	right: -6.3vw;
	width: 46.3vw;
}

.mainvisual__image--06 { /* sp */
	position: absolute;
	top: 118vw;
	right: 0;
	margin: 0;
	width: 29.2vw;
}

.mainvisual__image--07 { /* sp */
	width: 42.6vw;
	margin-left: auto;
	margin-top: 7.5vw;
}

.message__top { /* sp */
	display: block;
	margin-bottom: 50px;
}

.message__top__image { /* sp */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

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

.message__top__text { /* sp */
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.message__top__text p:not(:last-child) { /* sp */
	margin-bottom: 1.45em;
}

.message__top__name-wrapper { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 45px;
}

.message__contents { /* sp */
	padding-bottom: 45px;
}

.message__block:first-of-type { /* sp */
	margin-bottom: 25px;
}

.message__block { /* sp */
	display: block;
	padding-bottom: 0;
}

.message__block::after { /* sp */
	bottom: 0%;
	background: url(../img/bg_message_sp.png) repeat center/auto auto;
}

.message__block__speech { /* sp */
	height: 85px;
	width: 100%;
}

.message__block__main { /* sp */
	display: block;
	width: 100%;
}

.message__block__main::before { /* sp */
	content: none;
}

.message__block__text { /* sp */
	padding: 25px 0;
	line-height: 1.95;
	width: 100%;
}

.message__block__text--line { /* sp */
}

.message__block__text--line::after {
	content: "";
	position: absolute;
	background: url(../img/line_handwriting_horizontal.png) repeat-x left center/auto 100%;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 2px;
	width: 100%;
}

.message .message-swiper { /* sp */
}

.message__carousel__img { /* sp */
	margin-right: 35px;
	width: 51.28vw !important;
	height: 51.28vw !important;
}

.message__carousel__img img { /* sp */
	border-radius: 5px;
}

.message__carousel__img--1::after { /* sp */
	top: -18px;
	left: 20px;
}

.message__carousel__img--2 { /* sp */
	margin-right: 0;
}

.message__carousel__img--2::after { /* sp */
	bottom: -20px;
	left: 9px;
}

.message__carousel__img--3 { /* sp */
	margin-right: 0;
}

.message__carousel__img--3 img { /* sp */
}

.message__carousel__img--4::after { /* sp */
	top: -15px;
}

.message__carousel__img--5 { /* sp */
	margin-right: 0;
}

.message__carousel__img--5::after { /* sp */
	bottom: -15px;
	left: 25px;
}

.message__carousel__img--6 { /* sp */
	margin-right: 0;
}

.message__carousel__img--6 img { /* sp */
}

.flow::before { /* sp */
	width: 40.1%;
	background-image: url(../img/bg_flow_sp.jpg);
}

.flow::after { /* sp */
	top: -28px;
	width: 87.17949%;
	height: 82px;
	background-position: right 3px center;
	background-size: 77px auto;
}

.flow__block { /* sp */
}

.flow__block:not(:last-of-type) {
	margin-bottom: 50px;
}

.flow__block::after { /* sp */
	height: 100%;
}

.flow__block__left { /* sp */
	padding: 22px 25px 24px;
}

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

.faq::before { /* sp */
	top: -205px;
	width: 168px;
	height: 65px;
	right: -2%;
}

.faq::after { /* sp */
	bottom: -98px;
	left: 1%;
	width: 38px;
	height: 39px;
}

.faq__item { /* sp */
	border-radius: 0.825rem;
}

.faq__item:not(:last-child) { /* sp */
	margin-bottom: 25px;
}

.faq__btn { /* sp */
	border-radius: 0.825rem;
	padding: 1em 43px 1em 15px;
}

.faq__btn span { /* sp */
	padding-left: 29px;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
}

.faq__btn span::before { /* sp */
	font-size: 2rem;
}

.faq__icon { /* sp */
	width: 2rem;
}

.faq__answer { /* sp */
	padding: 0.7em 1.2em 1em 15px;
}

.faq__text { /* sp */
	font-size: 1.4rem;
	line-height: 2;
}

.faq__text span { /* sp */
	padding-left: 29px;
}

.faq__text::before { /* sp */
	top: 0.3em;
	left: 18px;
	font-size: 2rem;
}

.info-text { /* sp */
	padding-left: 5px;
	font-size: 3.1rem;
}

.info-text::after { /* sp */
	background: url(../img/line_handwriting_horizontal.png) repeat-x left center/auto 100%;
	width: 100%;
	height: 2px;
	top: unset;
	left: 0;
	bottom: -15px;
	right: unset;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.info-text span { /* sp */
	font-size: 2.15rem;
}

.recruit { /* sp */
	max-width: 100%;
}

.recruit__lead { /* sp */
	font-size: 1.62rem;
	margin-bottom: 40px;
}

.recruit__item { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 22px;
	padding: 25px 0 28px;
}

.recruit__label { /* sp */
	font-size: 3.24rem;
	letter-spacing: 0.1em;
}

.recruit__images { /* sp */
	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;
	margin: 35px -6.410255vw 0;
}

.recruit__image { /* sp */
	position: relative;
}

.recruit__image--1 { /* sp */
	top: auto;
	right: auto;
	width: 34.1%;
}

.recruit__image--1::before { /* sp */
	bottom: -20px;
	right: -25px;
	width: 70px;
	height: 50px;
}

.recruit__image--2 { /* sp */
	bottom: auto;
	left: auto;
	width: 51.3%;
}

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

.company::before { /* sp */
	top: calc(100% + 50px);
	right: 25px;
	width: 80px;
	height: 80px;
}

.company__main { /* sp */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	gap: 40px;
	margin-bottom: 50px;
}

.company__content { /* sp */
	width: 100%;
	padding: 0;
}

.company__map { /* sp */
	margin-bottom: 15px;
}

.bg-beige-lg::before { /* sp */
	width: 100%;
	max-width: 100%;
	border-radius: 40px;
}

.bg-green-lg::before { /* sp */
	width: 100%;
	max-width: 100%;
	border-radius: 40px;
}

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

.page-head { /* sp */
	margin-top: 50px;
}

.page-head { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	height: 150px;
	padding: 0;
}

.page-head::before {
	background-image: url(../img/bg_page_head_sp.jpg);
}

.page-head__title { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.page-head__title__jp { /* sp */
	font-size: 3rem;
	margin-right: 0;
	letter-spacing: 0.15em;
}

.page-head__title__en { /* sp */
	margin-top: 0;
	font-size: 2rem;
}

.page-head__title__en::before { /* sp */
	width: 33px;
	top: 50%;
}

.contact::before { /* sp */
	width: 67px;
	height: 54px;
	-webkit-transform: translate(16%, -110%);
	transform: translate(16%, -110%);
}

.contact-phone { /* sp */
	margin-top: 66px;
	display: block;
	padding: 12px 25px 20px 25px;
}

.contact-phone__heading { /* sp */
	font-size: 1.7rem;
	text-align: center;
	width: 100%;
	padding: 0 0 10px;
	letter-spacing: 0.07em;
}

.contact-phone__heading::after { /* sp */
	background-image: url(../img/deco_line_3.svg);
	width: 100%;
	height: 2px;
	top: auto;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.contact-phone__content { /* sp */
	padding: 25px 0 0;
	text-align: center;
}

.contact-phone__number { /* sp */
	font-size: 3.5rem;
}

.contact-phone__number::before { /* sp */
	margin-top: 0.03232em;
}

.contact-phone__text { /* sp */
	margin-top: 0;
	font-size: 1.25rem;
}

.form { /* sp */
	padding: 45px 0 150px;
}

.form::before { /* sp */
	top: -130px;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	max-width: 100vw;
	border-radius: 40px;
}

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

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

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

.form__address { /* sp */
	padding: 0;
}

.form__address__item { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form__address__item label { /* sp */
	width: 100%;
	margin-bottom: 10px;
}

.form__address__btn { /* sp */
	font-size: 1.6rem;
	width: 150px;
	height: 50px;
	margin-left: 10px;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-list-item-label { /* sp */
	font-size: 1.6rem;
}

.form__button input[type=submit] { /* sp */
	border-radius: 30px;
}

.input,
textarea { /* sp */
	height: 50px;
	font-size: 1.6rem;
	padding: 1em;
}

.textarea { /* sp */
	padding: 2em 1em;
}

}

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

}

