@charset "UTF-8";

/* base */

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

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

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

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

:root {
	--scrollbar: 0;
}

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

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

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

a {
	color: inherit;
}

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

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

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

.p-0 {
	padding: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

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

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

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

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

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

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

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

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

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

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

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

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

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

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

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

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

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

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.p-45 {
	padding: 45px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

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

.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.p-50 {
	padding: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

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

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.p-55 {
	padding: 55px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

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

.py-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

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

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p-65 {
	padding: 65px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

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

.py-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.p-70 {
	padding: 70px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

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

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.p-75 {
	padding: 75px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

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

.py-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

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

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.p-85 {
	padding: 85px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pr-85 {
	padding-right: 85px !important;
}

.pl-85 {
	padding-left: 85px !important;
}

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

.py-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.p-90 {
	padding: 90px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

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

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.p-95 {
	padding: 95px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pr-95 {
	padding-right: 95px !important;
}

.pl-95 {
	padding-left: 95px !important;
}

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

.py-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.p-100 {
	padding: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

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

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.p-110 {
	padding: 110px !important;
}

.pt-110 {
	padding-top: 110px !important;
}

.pb-110 {
	padding-bottom: 110px !important;
}

.pr-110 {
	padding-right: 110px !important;
}

.pl-110 {
	padding-left: 110px !important;
}

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

.py-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

.p-120 {
	padding: 120px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pr-120 {
	padding-right: 120px !important;
}

.pl-120 {
	padding-left: 120px !important;
}

.px-120 {
	padding-left: 120px !important;
	padding-right: 120px !important;
}

.py-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

/* 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%;
	height: 70px;
	background: #FFF;
	z-index: 1000;
}

.l-footer {
	padding: 69px 0 50px;
}

.l-navi {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 434px;
	height: 100%;
	background: #FFF;
	z-index: 100;
	overflow-y: auto;
}

.l-navi__inner {
	max-width: 305px;
	margin-left: auto;
	margin-right: auto;
	padding: 91px 0 50px;
}

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

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

/* Module */

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

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

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

.heading-primary {
	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: 50px;
}

.heading-primary span {
	display: inline-block;
	background: #ef8200;
	border-radius: 37.5px;
	padding: 0.45em 1.2em;
	width: 400px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2919;
	letter-spacing: 0.2em;
	color: #FFF;
	text-align: center;
}

.heading-primary--orange3 span {
	background: #fabe00;
	color: #3e3a39;
}

.heading-primary--narrow span {
	width: 190px;
}

.heading-primary--wide span {
	width: 590px;
}

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

.heading-primary--sm span {
	font-size: 2.4rem;
	padding: 0.7em 1em;
}

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

.heading-primary--w470 span {
	min-width: 470px;
}

/*
#styleguide
heading-secondary

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

.heading-secondary {
	text-align: center;
	font-size: clamp(2.2rem, 0.5758308157rem + 2.1148036254vw, 3.6rem);
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.2778;
}

.heading-secondary strong {
	font-size: 120%;
	letter-spacing: 0.15em;
}

.heading-secondary span {
	position: relative;
	display: inline-block;
	padding: 0 24px;
}

.heading-secondary span:before,
.heading-secondary span::after {
	content: "";
	background: #3e3a39;
	width: 4px;
	height: 64%;
	position: absolute;
	top: 59%;
}

.heading-secondary span::before {
	left: 0;
	-webkit-transform: rotate(-21deg) translateY(-50%);
	transform: rotate(-21deg) translateY(-50%);
}

.heading-secondary span::after {
	right: 0;
	-webkit-transform: rotate(21deg) translateY(-50%);
	transform: rotate(21deg) translateY(-50%);
}

/*
#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;
	letter-spacing: 0.05em;
	line-height: 2;
}

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

/*
#styleguide
text-lg

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

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

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

/*
#styleguide
text-sm

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

.text-sm {
	font-size: 1.4rem;
	line-height: 1.7143;
	letter-spacing: 0.07em;
}

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

/*
#styleguide
text-note

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

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

.yellow-line {
	background: linear-gradient(to top, #ffe200 20px, transparent 20px);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

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

/*
#styleguide
button-primary

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

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

/*
#styleguide
button-secondary

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

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

.button-submit {
	width: 100%;
	max-width: 330px;
	background: #00589b;
	border-radius: 30px;
	font-size: 1.9rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
	color: #FFF;
	padding: 0.7em 1em;
	text-align: center;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.section-lead {
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.16em;
	line-height: 1.9167;
	text-align: center;
}

.section-lead--deco {
	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;
}

.section-lead--deco span {
	position: relative;
	padding: 0 1.1em 0 1.4em;
}

.section-lead--deco span::before,
.section-lead--deco span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 4px;
	height: 35px;
	background: currentColor;
}

.section-lead--deco span::before {
	left: 0;
	-webkit-transform: translateY(calc(-50% + 2px)) rotate(-20deg);
	transform: translateY(calc(-50% + 2px)) rotate(-20deg);
}

.section-lead--deco span::after {
	right: 0;
	-webkit-transform: translateY(calc(-50% + 2px)) rotate(20deg);
	transform: translateY(calc(-50% + 2px)) rotate(20deg);
}

.section-lead--fz-lg {
	font-size: 3.2rem;
	line-height: 1.625;
	letter-spacing: 0.14em;
}

.section-lead--fz-lg span {
	padding: 0 0.68em 0 0.88em;
}

.list-1 li {
	text-indent: -0.8em;
	padding-left: 0.8em;
}

.list-1 li::before {
	content: "・";
}

.list-2 li {
	position: relative;
	padding-left: 1.7em;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.9166666667;
	letter-spacing: 0.17em;
}

.list-2 li::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #cdcece;
	border-radius: 4px;
	background: #ef8200;
}

.list-2 li::after {
	content: "";
	position: absolute;
	top: 0.35em;
	left: 0.4em;
	width: 7px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 4px solid #FFF;
	border-right: 4px solid #FFF;
}

.list-3 li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: clamp(1.5rem, 0.2456140351rem + 1.2531328321vw, 2rem);
	line-height: 2;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.list-3 li::before {
	content: "●";
	color: #ef8200;
	margin-right: 9px;
}

.bg-gray {
	background: #f5f4f2;
}

.bg-gray-2 {
	position: relative;
}

.bg-gray-2::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: calc(100px + 42vw + 50vw);
	max-width: calc(700px + 50vw);
	height: 100%;
	display: block;
	background: #f5f4f2;
	z-index: -1;
	border-radius: 20px 0 0 20px;
}

.section {
	padding: 70px 0;
}

.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;
	height: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 35px;
}

.header-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: clamp(10px, 1.33vw, 19px);
}

.header-info__btn {
	display: block;
	font-size: clamp(1.6rem, 0.9023255814rem + 0.6976744186vw, 1.9rem);
	letter-spacing: 0.1em;
	background: #00589b;
	color: #FFF;
	padding: 0.5em 1.4em;
	text-decoration: none;
	border-radius: 19px;
}

.header-info__tel {
	font-size: clamp(3rem, 0.9069767442rem + 2.0930232558vw, 3.9rem);
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.header-info__tel::before {
	content: "";
	width: 55px;
	height: 31px;
	display: inline-block;
	background: url(../img/icon_tel.svg) no-repeat center/contain;
	margin-right: 4px;
	vertical-align: middle;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.header-info__tel-note {
	font-size: clamp(1.2rem, 0.7348837209rem + 0.4651162791vw, 1.4rem);
	letter-spacing: 0.075em;
	line-height: 1.29;
	margin-bottom: 4px;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.menu-btn {
	display: block;
	background: #ef8200;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: clamp(5px, 1.6vw, 23px);
}

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

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

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

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

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

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

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

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

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

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 18px;
}

.gnavi__item {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.33;
}

.gnavi__item a {
	display: block;
	position: relative;
	text-decoration: none;
	padding-left: 42px;
}

.gnavi__item a::before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 28px;
	height: 25px;
	display: block;
	background: url(../img/icon_navi.svg) no-repeat center/contain;
}

.navi-info {
	margin-top: 50px;
}

.navi-info__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;
	gap: 13px;
	text-decoration: none;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	background: #00589b;
	color: #FFF;
	border-radius: 30px;
	height: 60px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi-info__btn::before {
	content: "";
	width: 30px;
	height: 21px;
	display: inline-block;
	background: url(../img/icon_contact.svg) no-repeat center/contain;
}

.navi-info__tel {
	display: block;
	text-decoration: none;
	font: 600 3.91rem "Oswald", sans-serif;
	letter-spacing: 0.04em;
	margin-top: 25px;
}

.navi-info__tel::before {
	content: "";
	width: 55px;
	height: 31px;
	display: inline-block;
	background: url(../img/icon_tel.svg) no-repeat center/contain;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-right: 10px;
}

.navi-info__tel-note {
	display: block;
	letter-spacing: 0.075em;
	line-height: 1.29;
	margin-top: -5px;
}

.navi-info__link {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	color: #00589b;
	margin-top: 25px;
}

.navi-info__link::after {
	content: "";
	width: 14px;
	height: 15px;
	display: inline-block;
	background: url(../img/icon_ex.svg) no-repeat center/contain;
	margin-left: 10px;
	vertical-align: middle;
}

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

.footer__head {
	padding-top: 4px;
}

.footer__logo {
	width: clamp(32rem, 4.9052631579rem + 27.0676691729vw, 42.8rem);
	margin-bottom: 53px;
}

.footer__logo img {
	display: block;
}

.footer__link {
	position: relative;
	display: inline-block;
	padding: 0 6px;
	font-size: 1.8rem;
	font-size: clamp(1.6rem, 1.098245614rem + 0.5012531328vw, 1.8rem);
	letter-spacing: 0.07em;
	line-height: 1.5;
	color: #00589b;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__link[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.6rem;
	margin-left: 7px;
	-webkit-mask: url(../img/icon_external.svg) no-repeat center center/contain;
	mask: url(../img/icon_external.svg) no-repeat center center/contain;
	background: currentColor;
}

.footer__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
}

.footer__company {
	display: block;
	padding-top: 5px;
	width: clamp(7rem, 2.2333333333rem + 4.7619047619vw, 8.9rem);
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__company img {
	display: block;
}

.footer__copyright {
	margin-top: 15px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: right;
}

.footer-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-info__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: clamp(1.5rem, -1.7614035088rem + 3.2581453634vw, 2.8rem);
	margin-bottom: 5px;
}

.footer-info__head {
	font-size: clamp(1.8rem, 1.298245614rem + 0.5012531328vw, 2rem);
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.footer-info__detail a {
	position: relative;
	font-weight: 700;
	font-size: clamp(2.2rem, 1.698245614rem + 0.5012531328vw, 2.4rem);
	line-height: 1.5;
	letter-spacing: 0.085em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-info__detail a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.6rem;
	margin-left: 2px;
	padding-bottom: 0.0833em;
	-webkit-mask: url(../img/icon_external.svg) no-repeat center center/contain;
	mask: url(../img/icon_external.svg) no-repeat center center/contain;
	background: currentColor;
}

.footer-info__address {
	font-size: clamp(1.8rem, 1.298245614rem + 0.5012531328vw, 2rem);
	line-height: 1.5;
	letter-spacing: 0.085em;
	margin-bottom: 13px;
}

.footer-info__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 22px;
	padding-left: 4px;
}

.footer-info__tel__icon {
	margin-bottom: 1.4em;
	width: clamp(4rem, -1.5192982456rem + 5.5137844612vw, 6.2rem);
}

.footer-info__tel__icon img {
	display: block;
}

.footer-info__tel__num {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: clamp(4.2rem, 1.9421052632rem + 2.2556390977vw, 5.1rem);
	letter-spacing: 0.07em;
	line-height: 1.15;
	text-decoration: none;
}

.footer-info__tel__time {
	font-size: clamp(1.4rem, 0.898245614rem + 0.5012531328vw, 1.6rem);
	line-height: 1.5;
	letter-spacing: 0.08em;
}

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

.sp-fixed-btns__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc((100% - 1px) / 2);
	background: #00589b;
	color: #FFF;
	font-size: 1.575rem;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-align: center;
	text-decoration: none;
}

.sp-fixed-btns__item--contact::before {
	content: "";
	width: 20px;
	height: 14px;
	display: inline-block;
	background: url(../img/icon_contact.svg) no-repeat center/contain;
	margin-right: 10px;
}

.sp-fixed-btns__item--tel {
	font-size: 1.954rem;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.02em;
}

.sp-fixed-btns__item--tel::before {
	content: "";
	width: 27px;
	height: 15px;
	display: inline-block;
	background: url(../img/icon_tel_2.svg) no-repeat center/contain;
	margin-right: 3px;
}

.mainvisual {
	background: url(../img/bg_mv.png) no-repeat center/cover, #fed500;
	margin-top: 70px;
}

.mainvisual__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 1.67%;
	padding: 40px 0 0;
}

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

.mainvisual__contents--narrow {
	max-width: 1096px;
	margin-left: auto;
	margin-right: auto;
}

.mainvisual__main {
	padding: 0 0 6.25%;
	background: url(../img/deco_mv_megaphone.svg) no-repeat right 4% bottom 14%/23.4% auto;
}

.mainvisual__text-wrap {
	opacity: 0;
	-webkit-animation: fadeIn 0.7s linear 0.4s forwards;
	animation: fadeIn 0.7s linear 0.4s forwards;
}

.mainvisual__label {
	display: inline-block;
	font-size: clamp(2rem, 1.5359516616rem + 0.6042296073vw, 2.4rem);
	font-weight: 500;
	letter-spacing: 0.04em;
	background: #00a7d3;
	color: #FFF;
	border-radius: 20px;
	padding: 0.23em 1.46em 0.43em;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 4.8%;
}

.mainvisual__copy {
	position: relative;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.mainvisual__copy img {
	display: block;
}

.mainvisual__btn {
	display: inline-block;
	font-size: clamp(1.8rem, 0.6398791541rem + 1.5105740181vw, 2.8rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #00589b;
	color: #FFF;
	text-decoration: none;
	border-radius: 42px;
	padding: 0.88em 1.6em;
	margin-top: 6.2%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

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

.mainvisual__btn--mt-lg {
	margin-top: 14%;
}

.mainvisual__image {
	position: relative;
	width: 29.5%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mainvisual__image::before {
	position: absolute;
	top: -12px;
	right: -47px;
	content: "";
	width: 70px;
	height: 66px;
	display: block;
	background: url(../img/deco_strong.svg) no-repeat center/contain;
}

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

.mainvisual__image--lg {
	width: 49.25%;
}

.mainvisual-oem {
	background: url(../img/bg_mv.png) no-repeat center/cover, #fed500;
	margin-top: 70px;
}

.mainvisual-oem__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 1.67%;
	padding: 35px 0 43px;
	max-width: 1136px;
	margin-left: auto;
	margin-right: auto;
}

.mainvisual-oem__main {
	padding: 0 0 2.7%;
	width: 42.5%;
}

.mainvisual-oem__text-wrap {
	opacity: 0;
	-webkit-animation: fadeIn 0.7s linear 0.4s forwards;
	animation: fadeIn 0.7s linear 0.4s forwards;
}

.mainvisual-oem__copy {
	position: relative;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.mainvisual-oem__copy img {
	display: block;
}

.mainvisual-oem__copy::before {
	position: absolute;
	top: -38px;
	left: -40px;
	content: "";
	width: 50px;
	height: 46px;
	display: block;
	-webkit-mask: url(../img/deco_strong.svg) no-repeat center/contain;
	mask: url(../img/deco_strong.svg) no-repeat center/contain;
	background: #00a7d3;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mainvisual-oem__btn {
	display: inline-block;
	font-size: clamp(1.8rem, 0.6398791541rem + 1.5105740181vw, 2.8rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #00589b;
	color: #FFF;
	text-decoration: none;
	border-radius: 42px;
	padding: 0.88em 1.6em;
	margin-top: 12.5%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	white-space: nowrap;
}

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

.mainvisual-oem__image {
	position: relative;
	width: 52%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mainvisual-oem__image img {
	display: block;
	width: 100%;
}

.contact {
	position: relative;
	background: #FFF;
	border-radius: 20px;
	margin-top: 144px;
	padding: 108px 78px 75px;
}

.contact__box {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, calc(-50% - 8px));
	transform: translate(-50%, calc(-50% - 8px));
	width: 80%;
	max-width: 598px;
	background: #00589b;
	border-radius: 10px;
	padding: 15px clamp(2rem, -6.2789473684rem + 8.2706766917vw, 5.3rem);
	color: #FFF;
}

.contact__box__text {
	font-weight: 700;
	font-size: clamp(2.2rem, 1.4473684211rem + 0.7518796992vw, 2.5rem);
	line-height: 1.68;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 4px;
}

.contact__tel {
	width: 100%;
	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: 4px;
}

.contact__tel__icon {
	display: block;
	width: 18%;
	padding-top: 3px;
}

.contact__tel__icon img {
	display: block;
}

.contact__tel__num {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: clamp(5.5rem, 3.4929824561rem + 2.0050125313vw, 6.3rem);
	line-height: 1.2;
	letter-spacing: 0.07em;
	text-decoration: none;
	pointer-events: none;
}

.contact__time {
	padding-left: 21.5%;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
}

.form {
	margin-top: 52px;
}

.form__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	padding: 16px 0;
	border-top: 1px solid #e0e1e1;
}

.form__group--px-lg {
	padding: 30px 0;
}

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

.form__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 266px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #3e3a39;
}

.form__required {
	display: inline-block;
	margin-top: 0.2em;
	margin-left: 5px;
	background: #ef8200;
	padding: 0 0.4em;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #FFF;
}

.form__content {
	width: 100%;
}

.form__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	gap: 10px 45px;
}

.form__name__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}

.form__name__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 58px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

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

.form__tel__dash {
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

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

.form__address__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.form__address__select {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 360px;
}

.form__address__select::before,
.form__address__select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #d0cfcf;
	border-right: 2px solid #d0cfcf;
	pointer-events: none;
}

.form__address__select::before {
	-webkit-transform: translateY(calc(-50% - 5px)) rotate(-45deg);
	transform: translateY(calc(-50% - 5px)) rotate(-45deg);
}

.form__address__select::after {
	-webkit-transform: translateY(calc(-50% + 8px)) rotate(135deg);
	transform: translateY(calc(-50% + 8px)) rotate(135deg);
}

.form__radio .wpcf7-form-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.form__radio .wpcf7-list-item {
	position: relative;
}

.form__radio .wpcf7-list-item-label {
	position: relative;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.form__radio input {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form__radio input:checked + .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 3px;
	-webkit-transform: translateY(calc(-50% + 1px));
	transform: translateY(calc(-50% + 1px));
	width: 19px;
	height: 19px;
	border-radius: 5px;
	background: #ef8200;
}

.form__radio input:focus + .wpcf7-list-item-label::before {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form__radio .wpcf7-list-item-label {
	position: relative;
	padding-left: 40px;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #3e3a39;
	cursor: pointer;
}

.form__radio .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(calc(-50% + 1px));
	transform: translateY(calc(-50% + 1px));
	width: 25px;
	height: 25px;
	border: 1px solid #d0cfcf;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form__agree {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6.2674%;
	cursor: pointer;
	padding-left: 7.7121%;
}

.form__agree__link {
	position: relative;
	display: inline-block;
	font-size: 2rem;
	line-height: 1.6;
	color: #00589b;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.form__agree__link[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.6rem;
	margin-left: 7px;
	-webkit-mask: url(../img/icon_external.svg) no-repeat center center/contain;
	mask: url(../img/icon_external.svg) no-repeat center center/contain;
	background: currentColor;
}

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

.form__agree input:checked + .wpcf7-list-item-label::before {
	background: #ef8200;
}

.form__agree input:focus + .wpcf7-list-item-label::before {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form__agree .wpcf7-list-item-label {
	position: relative;
	padding-left: 40px;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #3e3a39;
	cursor: pointer;
}

.form__agree .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(calc(-50% + 1px));
	transform: translateY(calc(-50% + 1px));
	width: 24px;
	height: 24px;
	border: 1px solid #d0cfcf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form__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;
	margin-top: 64px;
}

.form__button input:focus-visible {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form__button .wpcf7-spinner {
	display: none !important;
}

.form .input,
.form .textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d0cfcf;
	border-radius: 5px;
	padding: 20px;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #3e3a39;
}

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

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

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

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

.form .input:focus-visible,
.form .textarea:focus-visible {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form .input {
	height: 60px;
	width: 100%;
}

.form .input--130 {
	max-width: 130px;
}

.form .textarea {
	height: 327px;
	resize: none;
}

.form .select {
	height: 60px;
	width: 100%;
	padding: 0 30px 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d0cfcf;
	border-radius: 5px;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #3e3a39;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form .select:focus-visible {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

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

.lead {
	padding: 0 0 53px;
}

.lead__heading {
	font-size: clamp(3.3rem, 2.9519637462rem + 0.4531722054vw, 3.6rem);
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.44;
	text-align: center;
	margin-bottom: 35px;
}

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

.lead__item {
	position: relative;
	font-size: clamp(1.8rem, 1.3359516616rem + 0.6042296073vw, 2.2rem);
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
	background: #f5f4f2;
	border-radius: 20px 20px 0 20px;
	width: 30.6666666667%;
	padding: 27px 0 32px;
}

.lead__item::before {
	position: absolute;
	top: 100%;
	right: 0;
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: linear-gradient(-135deg, #f5f4f2 50%, transparent 50%);
}

.lead__item::after {
	position: absolute;
	top: 0;
	left: 25px;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	content: "";
	width: 35px;
	height: 27px;
	display: block;
	-webkit-mask: url(../img/icon_apo.svg) no-repeat center/contain;
	mask: url(../img/icon_apo.svg) no-repeat center/contain;
	background: #fabe00;
}

.lead__item span {
	background: linear-gradient(to top, #ffe200 10px, transparent 10px);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-size: clamp(1.8rem, 1.1039274924rem + 0.9063444109vw, 2.4rem);
	font-weight: 700;
	line-height: 1.83;
}

.lead__item:nth-child(2)::after {
	background: #f5a400;
}

.lead__item:nth-child(3)::after {
	background: #ef8200;
}

.lead__copy {
	font-size: 3.6rem;
	letter-spacing: 0.15em;
	line-height: 2.35;
	text-align: center;
	margin-top: 25px;
}

.lead__copy__label::before,
.lead__copy__label::after {
	content: "";
	width: 4px;
	height: 35px;
	display: inline-block;
	background: #3e3a39;
	vertical-align: middle;
}

.lead__copy__label::before {
	margin-right: 27px;
	-webkit-transform: rotate(-20deg) translateY(-2px);
	transform: rotate(-20deg) translateY(-2px);
}

.lead__copy__label::after {
	margin-left: 17px;
	-webkit-transform: rotate(20deg) translateY(-2px);
	transform: rotate(20deg) translateY(-2px);
}

.lead__copy__logo {
	display: inline-block;
	width: 395px;
	vertical-align: middle;
	margin-right: 30px;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

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

.point {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 8.4%;
	padding: 100px 0 75px;
}

.point::before {
	position: absolute;
	top: 0;
	left: -100px;
	content: "";
	width: calc(100px + 50% + 50vw);
	height: 100%;
	display: block;
	background: #f5f4f2;
	z-index: -1;
	border-radius: 20px 0 0 20px;
}

.point::after {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 70px solid #FFF;
	border-left: 192px solid transparent;
	border-right: 192px solid transparent;
}

.point__item {
	width: 100%;
}

.point__item:not(:first-child) {
	width: 45.8%;
	margin-top: 70px;
	padding: 5px 0 0;
}

.point__item:nth-child(even) {
	position: relative;
}

.point__item:nth-child(even)::before {
	position: absolute;
	top: 0;
	left: 109%;
	content: "";
	width: 1px;
	height: calc(100% - 20px);
	display: block;
	background: #3e3a39;
}

.point__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #ef8200;
}

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

.point__label__text {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-top: 2px solid #ef8200;
	border-bottom: 2px solid #ef8200;
	padding: 0.3em 0 0.45em;
}

.point__label__num {
	font: 500 4rem "Oswald", sans-serif;
	letter-spacing: 0.02em;
}

.point__heading {
	font-size: clamp(4rem, 3.9075812274rem + 0.1203369434vw, 4.2rem);
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.35;
}

.point__heading--sm {
	font-size: clamp(2.7rem, 2.3519637462rem + 0.4531722054vw, 3rem);
}

.point__image {
	width: 76.8%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

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

.point__image--right {
	-webkit-transform: translateX(6%);
	transform: translateX(6%);
}

.point__image--left {
	-webkit-transform: translateX(-6%);
	transform: translateX(-6%);
}

.point__text {
	margin-top: 15px;
}

.point__note {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: right;
	margin-top: 10px;
}

.point-system {
	position: relative;
	margin-top: 30px;
	padding-bottom: 63px;
	border-bottom: 1px solid #3e3a39;
}

.point-system__label {
	display: inline-block;
	position: relative;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	background: #ef8200;
	color: #FFF;
	border-radius: 10px 10px 10px 0;
	margin-bottom: 45px;
	padding: 0.3em 0.65em;
}

.point-system__label::before {
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: linear-gradient(135deg, #ef8200 50%, transparent 50%);
}

.point-system__flow {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5.83%;
}

.point-system__item {
	position: relative;
	background: #FFF;
	border-radius: 10px;
	padding: 27px 6.1% 15px;
}

.point-system__item:not(:last-child)::before {
	position: absolute;
	top: 50%;
	left: 106%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 16.6%;
	height: 14%;
	display: block;
	background: url(../img/arrow_flow.svg) no-repeat center/contain;
	z-index: 1;
}

.point-system__num {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	aspect-ratio: 1/1;
	font: 500 3.7rem "Oswald", sans-serif;
	letter-spacing: 0.02em;
	background: #FFF;
	border-radius: 50%;
	color: #ef8200;
}

.point-system__image {
	width: 98.6%;
	margin-left: auto;
	margin-right: auto;
}

.point-system__image img {
	display: block;
	width: 100%;
}

.point-system__heading {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6;
	text-align: center;
	color: #ef8200;
	margin-top: 20px;
}

.point-system__heading span {
	display: inline-block;
}

.point-system__list {
	font-size: clamp(1.4rem, 0.9348837209rem + 0.4651162791vw, 1.6rem);
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin-top: 14px;
}

.point-system__list li {
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.point-system__list li:not(:last-child) {
	margin-bottom: 8px;
}

.point-system__list li::before {
	content: "● ";
	color: #ef8200;
}

.point-system__result {
	position: relative;
	display: block;
	font-size: clamp(1.8rem, 0.4046511628rem + 1.3953488372vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	background: #ef8200;
	color: #FFF;
	padding: 0.6em 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 60px;
}

.point-system__result::before {
	position: absolute;
	bottom: calc(100% + 15px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 12px;
	height: 31px;
	display: block;
	background: url(../img/icon_equal.svg) no-repeat center/contain;
}

.point-system__result::after {
	position: absolute;
	top: 5px;
	left: -4px;
	content: "";
	width: 17%;
	height: 67.9%;
	display: block;
	background: url(../img/deco_system.svg) no-repeat center/contain;
}

.point-system__balloon {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2;
	border-radius: 5px;
	color: #ef8200;
	padding: 1.15em 1.31em 0.6em;
	margin-top: 37px;
	background: #f5f4f2;
	text-align: center;
}

.point-system__balloon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/frame_system.png) no-repeat center top/auto 100%;
}

.point-system__text {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}

.price__block__extra {
	font-size: clamp(1.2rem, 0.698245614rem + 0.5012531328vw, 1.4rem);
	line-height: 1.5;
	border-radius: 10px;
	background-color: #e8e9ea;
	min-height: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 520px;
	margin: 16px auto 0;
	letter-spacing: 0.06em;
	padding: 0 15px;
}

.price-extra-fees {
	border: 1px solid #414042;
	margin-top: 38px;
	font-size: clamp(1.2rem, 0.698245614rem + 0.5012531328vw, 1.4rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 1.6;
	padding: 22px 26px;
	position: relative;
}

.price-extra-fees__header {
	font-size: 1.6rem;
	position: absolute;
	top: -15px;
	left: 16px;
	background-color: #f5f4f2;
	padding: 0 10px;
	letter-spacing: 0.12em;
}

.price-info {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: clamp(25rem, 11.201754386rem + 13.7844611529vw, 30.5rem);
}

.price-info__title {
	background-color: #f5a400;
	color: #ffffff;
	padding: 25px 0;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	font-size: clamp(1.8rem, 0.2947368421rem + 1.5037593985vw, 2.4rem);
}

.price-info__title--orange1 {
	background-color: #ef8200;
}

.price-info__fee-type {
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.2em;
}

.price-info__bottom {
	padding: 28px 12.5% 28px 11%;
}

.price-info__bottom--center {
	padding: 45px 12.5% 0;
}

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

.price-info__price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.price-info__cheap-wrapper {
	margin-top: 2px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../img/deco_sun.svg) no-repeat center/contain;
	padding-left: 6px;
	width: clamp(8rem, 0.4736842105rem + 7.5187969925vw, 11rem);
	height: clamp(8rem, 0.4736842105rem + 7.5187969925vw, 11rem);
}

.price-info__cheap {
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2;
	z-index: 2;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: clamp(1.8rem, 0.2947368421rem + 1.5037593985vw, 2.4rem);
}

.price-info__price {
	color: #f5a400;
	font-family: "Oswald", sans-serif;
	font-size: 9.8rem;
	letter-spacing: -0.005em;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
	font-size: clamp(5rem, -7.0421052632rem + 12.030075188vw, 9.8rem);
}

.price-info__price--orange1 {
	color: #ef8200;
}

.price-info__yen {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.3rem;
	margin: 0 0 2px 10px;
}

.price-info__yen-mark {
	font-size: 4.4rem;
}

.price-info__detail {
	margin: 16px 0 0 0;
	letter-spacing: 0.08em;
	text-align: center;
	font-size: clamp(1rem, -1.0070175439rem + 2.0050125313vw, 1.8rem);
}

.price-info__discount {
	font-size: clamp(2rem, -0.0070175439rem + 2.0050125313vw, 2.8rem);
	font-family: "Oswald", sans-serif;
	color: #f5a400;
	position: relative;
	z-index: 1;
	margin-left: 2px;
}

.price-info__discount::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 105%;
	height: 7px;
	background-color: #ffde2f;
	z-index: -1;
}

.price-point {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 50px 30px 120px;
	margin: 50px auto 0;
}

.price-point__point {
	position: absolute;
	width: 170px;
	height: 170px;
	left: -82px;
	top: -20px;
}

.price-point__point img {
	max-width: unset;
}

.price-point__down {
	width: 223px;
}

.price-point__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 11%;
}

.price-point__title {
	padding: 22px 12px 32px 22px;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-size: clamp(1.4rem, -1.1087719298rem + 2.5062656642vw, 2.4rem);
	letter-spacing: 0.17em;
	color: #fff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: url(../img/deco_point_bubble.svg) no-repeat left/contain;
	text-align: left;
}

.price-point__text {
	line-height: 1.9;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	font-size: clamp(1.2rem, 0.1964912281rem + 1.0025062657vw, 1.6rem);
}

.price-subtext {
	margin-top: 45px;
}

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

.price-subtext__item:first-of-type {
	margin-bottom: 40px;
}

.price-subtext__head {
	border-top: 1px solid #414042;
	border-bottom: 1px solid #414042;
	width: 142px;
	height: 46px;
	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;
	font-size: clamp(1.4rem, 0.898245614rem + 0.5012531328vw, 1.6rem);
	letter-spacing: 0.06em;
	margin-right: 2.2%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.price-subtext__text {
	font-size: clamp(1.2rem, 0.698245614rem + 0.5012531328vw, 1.4rem);
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.faq {
	width: 100%;
	max-width: 992px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}

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

.faq__button {
	border: none;
	width: 100%;
	background-color: #f5a400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5;
	text-align: left;
	color: #fff;
	padding: 7px 12px 7px 28px;
	font-size: 2rem;
	font-size: clamp(1.6rem, 0.5964912281rem + 1.0025062657vw, 2rem);
	letter-spacing: 0.15em;
}

.faq__button.is-open .faq__icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.faq__icon {
	height: 24px;
	width: 34px;
	margin-left: auto;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq__qmark {
	font-size: 3rem;
	font-family: "Oswald", sans-serif;
	margin-right: 20px;
}

.faq__amark {
	color: #f5a400;
	font-family: "Oswald", sans-serif;
	margin-right: 20px;
	font-size: 3rem;
	display: inline-block;
}

.faq__content {
	display: none;
	background-color: #f5f4f2;
	padding: 16px 20px 32px 28px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-size: clamp(1.4rem, 0.898245614rem + 0.5012531328vw, 1.6rem);
}

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

.oem-merit {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.oem-merit__item {
	padding: 35px 0 42px;
	border-radius: 10px;
	background: #f5f4f2;
}

.oem-merit__item--orange3 {
	background: #fabe00;
}

.oem-merit__item--center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.oem-merit__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 0 0;
	margin-bottom: 30px;
}

.oem-merit__title span {
	position: relative;
	display: inline-block;
	padding: 0 3.2% 0 0;
	font-weight: 700;
	font-size: clamp(2.2rem, 0.4987341772rem + 2.2151898734vw, 3.6rem);
	line-height: 1.5833;
	letter-spacing: 0.2em;
}

.oem-merit__title span::before,
.oem-merit__title span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 4px;
	height: 99px;
	background: currentColor;
}

.oem-merit__title span::before {
	left: -14%;
	-webkit-transform: translateY(-50%) rotate(-17deg);
	transform: translateY(-50%) rotate(-17deg);
}

.oem-merit__title span::after {
	right: -7.5%;
	-webkit-transform: translateY(-50%) rotate(17deg);
	transform: translateY(-50%) rotate(17deg);
}

.oem-merit__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 9%;
}

.oem-merit__image img {
	display: block;
}

.oem-merit__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5.5%;
	margin-bottom: 21px;
	padding-right: 21%;
}

.oem-merit__head__num {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: clamp(6rem, 1.9578947368rem + 5.2631578947vw, 8.8rem);
	padding: 0 0 0.1em clamp(3rem, 0.8126582278rem + 2.8481012658vw, 4.8rem);
	font: 600 3.9rem "Oswald", sans-serif;
	color: #FFF;
	z-index: 1;
}

.oem-merit__head__num::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: calc(100% + 20px);
	background: #ef8200;
	clip-path: polygon(30% 35%, 100% 0, 100% 100%, 30% 65%, 0 80%, 0 50%, 0 20%);
	z-index: -1;
}

.oem-merit__head__heading {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.6666666667;
	font-size: clamp(1.8rem, 1.0708860759rem + 0.9493670886vw, 2.4rem);
	line-height: 1.6667;
	letter-spacing: 0.175em;
}

.oem-merit__fig {
	position: absolute;
	top: 50%;
	right: clamp(0.8rem, -4.9113924051rem + 7.4367088608vw, 5.5rem);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: clamp(4.5rem, 1.4620253165rem + 3.9556962025vw, 7rem);
	aspect-ratio: 70/76;
}

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

.oem-merit__text {
	padding: 0 clamp(2rem, -1.2810126582rem + 4.2721518987vw, 4.7rem) 0 clamp(2rem, -1.7670886076rem + 4.9050632911vw, 5.1rem);
	font-size: 1.6rem;
	line-height: 2;
}

.oem-terms::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(50vw + 50% + 100px);
	height: calc(100% + 140px);
	background: url(../img/bg_oem_terms.jpg) no-repeat left center/cover;
	border-radius: 20px 0 0 20px;
	opacity: 0.3;
	z-index: -1;
}

.oem-terms__note {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}

.oem-terms__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.oem-flow-heading {
	position: relative;
}

.oem-flow-heading::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1200px;
	height: 100%;
	background: url(../img/deco_oem_flow.svg) no-repeat center top/cover;
	z-index: -1;
}

.oem-flow {
	margin-top: 65px;
}

.oem-flow__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 44px;
	background: #f5f4f2;
	border-radius: 10px;
	padding: 20px clamp(3rem, 0.5696202532rem + 3.164556962vw, 5rem);
}

.oem-flow__item:not(:first-child) {
	margin-top: 50px;
}

.oem-flow__item:not(:first-child)::before {
	content: "";
	position: absolute;
	top: -50px;
	left: -15px;
	height: calc(50% + 50px);
	width: 4px;
	background: #ffe200;
	z-index: -1;
}

.oem-flow__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	background: #ffe200;
	height: 50%;
	width: 4px;
	z-index: -1;
}

.oem-flow__step {
	position: absolute;
	top: 50%;
	left: -44px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffe200;
	border-radius: 50%;
	width: 62px;
	height: 62px;
	font-family: "Oswald", sans-serif;
	z-index: 1;
}

.oem-flow__step__text {
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}

.oem-flow__step__num {
	font-size: 3.1rem;
	letter-spacing: 0.02em;
}

.oem-flow__heading {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 28.6%;
	font-weight: 700;
	font-size: clamp(1.8rem, 1.0708860759rem + 0.9493670886vw, 2.4rem);
	line-height: 1.9;
	letter-spacing: 0.2em;
}

.oem-flow__text {
	position: relative;
	padding: 0.3em 0 0.3em clamp(3rem, 0.0835443038rem + 3.7974683544vw, 5.4rem);
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
	text-align: justify;
}

.oem-flow__text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background: currentColor;
}

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

.functions__preview {
	width: 50%;
	margin-bottom: 20px;
}

.functions__preview__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 50vw;
	height: 100%;
	background: url(../img/bg_functions.jpg) no-repeat center/cover;
	border-radius: 0 20px 20px 0;
	padding: 70px 0;
}

.functions__explain {
	width: 46.75%;
}

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

.functions-slide__item img {
	display: block;
	width: 100%;
}

.functions-sub-slide__item {
	background: #f5f4f2;
	padding: 18px 4.4%;
	border-radius: 10px;
}

.functions-sub-slide__item.swiper-slide-thumb-active {
	background: #ffe200;
}

.functions-sub-slide__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.functions-sub-slide__icon {
	width: 23%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 4.7%;
}

.functions-sub-slide__icon img {
	display: block;
	width: 100%;
}

.functions-sub-slide__heading {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.functions-sub-slide__text {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.merits-wrap {
	position: relative;
}

.merits-wrap::before {
	position: absolute;
	top: -70px;
	left: -100px;
	content: "";
	width: calc(100px + 50% + 50vw);
	height: calc(100% + 70px);
	display: block;
	background: url(../img/bg_merits_pc.jpg) no-repeat center/cover;
	border-radius: 20px 0 0 20px;
	z-index: -1;
}

.merits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px 4.17%;
	padding-bottom: 80px;
}

.merits__item {
	position: relative;
	background: #FFF;
	border-radius: 10px;
	padding: 40px 8.7% 38px;
}

.merits__icon {
	position: absolute;
	top: -25px;
	right: 35px;
	width: 100px;
}

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

.merits__cat {
	display: block;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.29;
	color: #ef8200;
	margin-bottom: 18px;
}

.merits__cat::before {
	content: "";
	width: 28px;
	height: 25px;
	display: inline-block;
	background: url(../img/icon_megaphone.svg) no-repeat center/contain;
	margin-right: 14px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.merits__heading {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2;
	margin-bottom: 12px;
}

.merits__heading span {
	color: #ef8200;
}

.merits__text {
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
}

.merits__text span {
	background: linear-gradient(to top, #ffe200 8px, transparent 8px);
}

.sns-effect {
	margin-top: -60px;
}

.sns-effect__heading {
	text-align: center;
	font-size: clamp(2.5rem, 1.2238670695rem + 1.6616314199vw, 3.6rem);
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/frame_sns_effect.svg) no-repeat right center/auto 100%;
	padding: 1.2em 2.5em 0.65em 1.2em;
}

.sns-effect__heading span {
	display: inline-block;
}

.sns-effect__lead {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
	text-align: center;
	max-width: 686px;
	margin-left: auto;
	margin-right: auto;
}

.sns-effect__contents {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1025px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
}

.sns-effect__contents::before {
	position: absolute;
	top: 42%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	height: 98px;
	width: 9.5%;
	display: block;
	background: url(../img/icon_cross.svg) no-repeat center/contain;
}

.sns-effect__item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	width: 48.5%;
}

.sns-effect__label {
	display: block;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.71;
	border: 1px solid #d0cfcf;
	border-radius: 10px;
	text-align: center;
	padding: 0.15em;
	margin-bottom: 60px;
}

.sns-effect__logo {
	width: 79.5%;
	margin-left: 3%;
}

.sns-effect__logo img {
	display: block;
	width: 100%;
}

.sns-effect__list {
	margin-top: 78px;
}

.sns-effect__list__item {
	font-size: clamp(1.5rem, 0.4558912387rem + 1.3595166163vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.2em;
	background: #f5f4f2;
	border-radius: 22px;
	text-align: center;
	padding: 0.44em 0.5em;
	clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}

.sns-effect__list__item:not(:last-child) {
	margin-bottom: 14px;
}

.sns-effect__list__item--left {
	clip-path: polygon(16px 0, 100% 0, 100% 100%, 16px 100%, 0 50%);
}

.sns-effect__image {
	width: 77%;
	margin-left: auto;
	margin-right: 6%;
}

.sns-effect__image img {
	display: block;
	width: 100%;
}

.sns-effect__text {
	position: relative;
	font-size: clamp(2.8rem, 1.8719033233rem + 1.2084592145vw, 3.6rem);
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.33;
	text-align: center;
	margin-top: 88px;
}

.sns-effect__text::before {
	position: absolute;
	bottom: calc(100% + 25px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-bottom: 28px solid #ef8200;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
}

.sns-effect__text span {
	position: relative;
	background: linear-gradient(to top, #ffe200 20px, transparent 20px);
}

.sns-effect__text span::before,
.sns-effect__text span::after {
	position: absolute;
	top: 50%;
	content: "";
	width: 4px;
	height: 35px;
	display: inline-block;
	background: #3e3a39;
}

.sns-effect__text span::before {
	right: calc(100% + 30px);
	-webkit-transform: translateY(-50%) rotate(-20deg);
	transform: translateY(-50%) rotate(-20deg);
}

.sns-effect__text span::after {
	left: calc(100% + 30px);
	-webkit-transform: translateY(-50%) rotate(20deg);
	transform: translateY(-50%) rotate(20deg);
}

.flow {
	position: relative;
}

.flow::before {
	position: absolute;
	top: -70px;
	right: -100px;
	content: "";
	width: calc(50vw + 50% + 100px);
	height: calc(100% + 140px);
	display: block;
	background: url(../img/bg_flow_pc.png) no-repeat center/cover, #faf9f8;
	border-radius: 0 20px 20px 0;
	z-index: -1;
}

.flow__head {
	position: relative;
}

.flow__lead {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
	text-align: center;
}

.flow__image {
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 110%;
	max-width: 1020px;
}

.flow__image img {
	display: block;
	width: 13.8%;
	margin-left: auto;
}

.flow__contents {
	margin-top: 45px;
}

.flow__main {
	position: relative;
}

.flow__main::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 4px;
	height: 100%;
	display: block;
	background: #ffe200;
}

.flow__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 8px 0 0;
}

.flow__num {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	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;
	width: 7.83%;
	min-width: 75px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #ffe200;
	font-size: clamp(1.8rem, 0.8666666667rem + 0.9324009324vw, 2.2rem);
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	letter-spacing: 0.02em;
}

.flow__num span {
	font-size: clamp(3.5rem, 2.1078549849rem + 1.8126888218vw, 4.7rem);
}

.flow__content-1 {
	width: calc((100% - 136px) / 2);
	padding-bottom: 78px;
}

.flow__content-1--pb-sm {
	padding-bottom: 15px;
}

.flow__content-1--pb-0 {
	padding-bottom: 0;
}

.flow__content-2 {
	width: calc((100% - 136px) / 2);
	margin-left: auto;
}

.flow__content-2--mt {
	-webkit-transform: translateY(-55px);
	transform: translateY(-55px);
}

.flow__heading-1 {
	font-size: clamp(2.1rem, 0rem + 2.0979020979vw, 3rem);
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2;
	background: #FFF;
	background: url(../img/frame_flow_01_pc.svg) no-repeat right center/cover;
	color: #ef8200;
	border-radius: 5px;
	padding: 0.69em 1.6em;
}

.flow__heading-2 {
	font-size: clamp(1.7rem, 0.0666666667rem + 1.6317016317vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2;
	background: url(../img/frame_flow_02_pc.svg) no-repeat left center/contain;
	color: #ef8200;
	border-radius: 5px;
	padding: 1em 1em 1em 1.5em;
}

.flow__text {
	display: inline-block;
	font-size: clamp(1.4rem, 0.9333333333rem + 0.4662004662vw, 1.6rem);
	letter-spacing: 0.1em;
	line-height: 2;
	background: #f5a400;
	color: #FFF;
	border-radius: 18px;
	padding: 0.1em 3em;
	margin-top: 1.5em;
}

.flow__balloon {
	position: relative;
	font-size: clamp(1.8rem, 1.3333333333rem + 0.4662004662vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	background: #ffe200;
	border-radius: 10px;
	margin-top: 23px;
	padding: 0.87em 9.2%;
}

.flow__balloon::before {
	position: absolute;
	bottom: 100%;
	left: 44%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-bottom: 15px solid #ffe200;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.flow__after {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	border: 2px solid #ef8200;
	border-radius: 10px;
	color: #ef8200;
	text-align: center;
	padding: 0.77em;
	margin-top: 23px;
}

.other-functions {
	margin-top: 65px;
}

.other-functions .heading-primary span {
	display: block;
	width: 100%;
	text-align: center;
}

.other-functions__wrap {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.other-functions__main {
	position: relative;
	width: 60.5%;
}

.other-functions__main::after {
	content: "";
	background: url("../img/icon_plus_2.svg") no-repeat center/contain;
	width: 14%;
	height: 16%;
	position: absolute;
	top: 43.5%;
	left: calc(100% + 7px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.other-functions__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 53px 24px;
}

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

.other-functions__item__frame {
	background: #f5f4f2;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: clamp(9.05rem, 7.7740506329rem + 1.6613924051vw, 10.1rem);
	width: clamp(9.05rem, 7.7740506329rem + 1.6613924051vw, 10.1rem);
}

.other-functions__item__frame img {
	-o-object-fit: contain;
	object-fit: contain;
}

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

.other-functions__item__inner .list-1 {
	font-weight: 500;
}

.other-functions__item__inner .list-1 li:not(:last-child) {
	margin-bottom: 10px;
}

.other-functions__item__heading {
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.2em;
}

.other-functions__item__text {
	margin-top: 10px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0;
	white-space: nowrap;
	word-break: keep-all;
}

.other-functions__collab {
	width: 29.5%;
}

.other-functions__frame {
	background: #f5f4f2;
	border-radius: 10px;
	padding: 2em 9% 3em;
}

.other-functions__list-2 {
	margin-top: 34px;
}

.other-functions__text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}

.other-functions__bottom {
	margin-top: 66px;
	padding-top: 61px;
	border-top: 1px solid #cfcfd0;
}

.other-functions__bottom__inner {
	width: 32%;
}

.other-functions__bottom__inner .other-functions__frame {
	padding: 1.5em 3% 1.5em 8%;
}

.other-functions__inner {
	margin-top: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.other-functions__image {
	margin-top: -18px;
	padding-left: 55px;
	width: 65%;
}

.thanks {
	position: relative;
	max-width: 996px;
	margin: 93px auto 0;
	background: #f5f4f2;
	border-radius: 15px;
	padding: 61px 80px 76px;
}

.thanks__head {
	position: absolute;
	top: 0;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.thanks__text {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
}

.notfound {
	position: relative;
	max-width: 588px;
	margin: 93px auto 0;
	background: #f5f4f2;
	border-radius: 15px;
	padding: 61px 80px 46px;
}

.notfound__head {
	position: absolute;
	top: 0;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound__text {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
}

.notfound__text--mt {
	margin-top: 32px;
}

.notfound__item {
	padding-left: 5px;
}

.notfound__link {
	color: #3257b9;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

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

.scrollin,
.scrollins__item {
	opacity: 0;
}

.scrollin.is-visible,
.scrollins__item.is-visible {
	opacity: 1;
	-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.6
 * 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: March 19, 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-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

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

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

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

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

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

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

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

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

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

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

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

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

/* CSS Mode */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slide styles start */

/* 3D Shadows */

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

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

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

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

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

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

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

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

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

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

/* Slide styles end */

@media (hover: hover) {

.button-submit:hover {
	background: #3379af;
}

.navi-info__btn:hover {
	background: #3379af;
}

.navi-info__link:hover {
	text-decoration: none;
}

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

.footer__company:hover {
	opacity: 0.8;
}

.footer-info__detail a:hover {
	opacity: 0.8;
}

.mainvisual__btn:hover {
	background: #3379af;
}

.mainvisual-oem__btn:hover {
	background: #3379af;
}

.form__agree__link:hover {
	opacity: 0.6;
}

.notfound__link:hover {
	text-decoration: none;
}

}

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

.price__top { /* pc */
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 4.17%;
}

.price-extra-fees { /* pc */
	min-height: 116px;
}

.price-point { /* pc */
	-webkit-transform: translateX(45px);
	transform: translateX(45px);
	max-width: 892px;
}

}

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

.header-info__btn { /* 1000px以下 */
	display: none;
}

.header-info__tel { /* 1000px以下 */
	display: none;
}

.header-info__tel-note { /* 1000px以下 */
	display: none;
}

.footer { /* 1000px以下 */
	-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;
}

.footer__head { /* 1000px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	padding-top: 0;
}

.footer__main { /* 1000px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.footer__company { /* 1000px以下 */
	padding-top: 0;
}

.footer__copyright { /* 1000px以下 */
	margin-top: 40px;
	text-align: center;
}

.footer-info__list { /* 1000px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}

.footer-info__tel { /* 1000px以下 */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}

.contact { /* 1000px以下 */
	padding: 100px 40px 75px;
}

.form__label { /* 1000px以下 */
	font-size: 1.8rem;
	width: 220px;
}

.form__name { /* 1000px以下 */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form__name__item { /* 1000px以下 */
	width: 100%;
}

.form__name__label { /* 1000px以下 */
	font-size: 1.6rem;
}

.form__tel__dash { /* 1000px以下 */
	font-size: 1.6rem;
}

.form__address__label { /* 1000px以下 */
	font-size: 1.6rem;
}

.form__radio .wpcf7-list-item { /* 1000px以下 */
	width: 100%;
}

.form__radio .wpcf7-list-item-label { /* 1000px以下 */
	font-size: 1.8rem;
}

.form__radio input:checked + .wpcf7-list-item-label::after { /* 1000px以下 */
	width: 16px;
	height: 16px;
}

.form__radio .wpcf7-list-item-label { /* 1000px以下 */
	padding-left: 30px;
	font-size: 1.6rem;
}

.form__radio .wpcf7-list-item-label::before { /* 1000px以下 */
	width: 22px;
	height: 22px;
}

.form__agree { /* 1000px以下 */
	gap: 20px;
	padding-left: 20px;
}

.form__agree__link { /* 1000px以下 */
	font-size: 1.6rem;
}

.form__agree .wpcf7-list-item-label { /* 1000px以下 */
	padding-left: 30px;
	font-size: 1.6rem;
}

.form__agree .wpcf7-list-item-label::before { /* 1000px以下 */
	width: 20px;
	height: 20px;
}

.form__button { /* 1000px以下 */
	margin-top: 30px;
}

.form .input,
.form .textarea { /* 1000px以下 */
	padding: 10px 15px;
	font-size: 1.6rem;
}

.form .select { /* 1000px以下 */
	font-size: 1.6rem;
}

.lead__item { /* 1000px以下 */
	width: 32%;
}

.lead__copy__logo { /* 1000px以下 */
	width: 300px;
}

.point-system__flow { /* 1000px以下 */
	gap: 15px;
}

.point-system__item:not(:last-child)::before { /* 1000px以下 */
	left: calc(100% + 3px);
	width: 10px;
	height: 14px;
}

.point-system__heading { /* 1000px以下 */
	font-size: 1.8rem;
}

.point-system__result { /* 1000px以下 */
	font-size: 1.6rem;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.point-system__result::after { /* 1000px以下 */
	top: 0;
	left: -5px;
}

.price__top { /* 1000px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

.price-info { /* 1000px以下 */
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.price-info__bottom--center { /* 1000px以下 */
	padding: 45px 12.5% 45px;
}

.price-point__inner { /* 1000px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 20px;
}

.oem-merit { /* 1000px以下 */
	gap: 30px;
}

.oem-merit__title span::before,
.oem-merit__title span::after { /* 1000px以下 */
	height: 70px;
}

.oem-merit__image { /* 1000px以下 */
	padding-right: 4%;
}

.oem-merit__head__num { /* 1000px以下 */
	font-size: 3rem;
}

.oem-merit__fig { /* 1000px以下 */
	width: 50px;
}

.functions { /* 1000px以下 */
	display: block;
}

.functions__preview { /* 1000px以下 */
	width: 100%;
	margin-bottom: 26px;
}

.functions__preview__inner { /* 1000px以下 */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	border-radius: 0;
	padding: 32px 0 22px;
}

.functions__explain { /* 1000px以下 */
	width: 100%;
}

.functions-sub-slide__content { /* 1000px以下 */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.functions-sub-slide__icon { /* 1000px以下 */
	width: 59px;
	margin-right: 14px;
}

.functions-sub-slide__main { /* 1000px以下 */
	display: contents;
}

.functions-sub-slide__heading { /* 1000px以下 */
	width: calc(100% - 73px);
}

.merits__icon { /* 1000px以下 */
	top: -20px;
	right: 15px;
	width: 75px;
}

.flow::before { /* 1000px以下 */
	background-image: url(../img/bg_flow_sp.jpg);
}

.flow__head { /* 1000px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 43px;
}

.flow__lead { /* 1000px以下 */
	text-align: left;
	width: 53.6%;
}

.flow__image { /* 1000px以下 */
	position: static;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 110px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.flow__image img { /* 1000px以下 */
	width: 100%;
}

.flow__contents { /* 1000px以下 */
	max-width: 645px;
	margin-left: auto;
	margin-right: auto;
}

.flow__main::before { /* 1000px以下 */
	left: 47px;
	height: calc(100% - 20px);
}

.flow__item { /* 1000px以下 */
	display: block;
	padding: 10px 0 5px 110px;
}

.flow__num { /* 1000px以下 */
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	color: #ef8200;
	width: 94px;
	font-size: 2.2rem;
}

.flow__num span { /* 1000px以下 */
	font-size: 4.7rem;
}

.flow__content-1 { /* 1000px以下 */
	width: 100%;
	padding-bottom: 0;
}

.flow__content-1--pb-sm { /* 1000px以下 */
	padding-bottom: 0;
}

.flow__content-2 { /* 1000px以下 */
	width: 100%;
	margin-top: 18px;
}

.flow__content-2--mt { /* 1000px以下 */
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.flow__heading-1 { /* 1000px以下 */
	background-image: url(../img/frame_flow_01_md.svg);
	background-position: left center;
	background-size: contain;
	padding: 0.94em 1.7em;
}

.flow__heading-2 { /* 1000px以下 */
	padding: 1.3em 1em;
}

.flow__text { /* 1000px以下 */
	font-size: 1.6rem;
}

.flow__balloon { /* 1000px以下 */
	font-size: 2rem;
	max-width: 450px;
}

.flow__balloon::before { /* 1000px以下 */
	left: 67%;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-width: 11px;
}

.other-functions__wrap { /* 1000px以下 */
	margin-top: 38px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 121px;
}

.other-functions__main { /* 1000px以下 */
	width: 100%;
}

.other-functions__main::after { /* 1000px以下 */
	top: calc(100% + 23px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 73.5px;
	height: 73.5px;
}

.other-functions__item__frame { /* 1000px以下 */
	border-radius: 8.96px;
}

.other-functions__item__heading { /* 1000px以下 */
	font-size: 1.793rem;
}

.other-functions__item__text { /* 1000px以下 */
	margin-top: 9px;
	font-size: 1.25rem;
}

.other-functions__collab { /* 1000px以下 */
	width: 100%;
}

.other-functions__list-2 { /* 1000px以下 */
	margin-top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.other-functions__text { /* 1000px以下 */
	font-size: 1.2rem;
}

.other-functions__bottom__inner { /* 1000px以下 */
	width: 100%;
}

.other-functions__inner { /* 1000px以下 */
	margin-top: 38px;
	-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: start;
	gap: 30px;
}

.other-functions__image { /* 1000px以下 */
	margin-top: 0;
	width: 100%;
	padding-left: 0;
}

}

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

.p-sp-0 {
	padding: 0px !important;
}

.pt-sp-0 {
	padding-top: 0px !important;
}

.pb-sp-0 {
	padding-bottom: 0px !important;
}

.pr-sp-0 {
	padding-right: 0px !important;
}

.pl-sp-0 {
	padding-left: 0px !important;
}

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

.py-sp-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* sp */

.p-sp-5 {
	padding: 5px !important;
}

.pt-sp-5 {
	padding-top: 5px !important;
}

.pb-sp-5 {
	padding-bottom: 5px !important;
}

.pr-sp-5 {
	padding-right: 5px !important;
}

.pl-sp-5 {
	padding-left: 5px !important;
}

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

.py-sp-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/* sp */

.p-sp-10 {
	padding: 10px !important;
}

.pt-sp-10 {
	padding-top: 10px !important;
}

.pb-sp-10 {
	padding-bottom: 10px !important;
}

.pr-sp-10 {
	padding-right: 10px !important;
}

.pl-sp-10 {
	padding-left: 10px !important;
}

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

.py-sp-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* sp */

.p-sp-15 {
	padding: 15px !important;
}

.pt-sp-15 {
	padding-top: 15px !important;
}

.pb-sp-15 {
	padding-bottom: 15px !important;
}

.pr-sp-15 {
	padding-right: 15px !important;
}

.pl-sp-15 {
	padding-left: 15px !important;
}

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

.py-sp-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* sp */

.p-sp-20 {
	padding: 20px !important;
}

.pt-sp-20 {
	padding-top: 20px !important;
}

.pb-sp-20 {
	padding-bottom: 20px !important;
}

.pr-sp-20 {
	padding-right: 20px !important;
}

.pl-sp-20 {
	padding-left: 20px !important;
}

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

.py-sp-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* sp */

.p-sp-25 {
	padding: 25px !important;
}

.pt-sp-25 {
	padding-top: 25px !important;
}

.pb-sp-25 {
	padding-bottom: 25px !important;
}

.pr-sp-25 {
	padding-right: 25px !important;
}

.pl-sp-25 {
	padding-left: 25px !important;
}

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

.py-sp-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/* sp */

.p-sp-30 {
	padding: 30px !important;
}

.pt-sp-30 {
	padding-top: 30px !important;
}

.pb-sp-30 {
	padding-bottom: 30px !important;
}

.pr-sp-30 {
	padding-right: 30px !important;
}

.pl-sp-30 {
	padding-left: 30px !important;
}

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

.py-sp-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* sp */

.p-sp-35 {
	padding: 35px !important;
}

.pt-sp-35 {
	padding-top: 35px !important;
}

.pb-sp-35 {
	padding-bottom: 35px !important;
}

.pr-sp-35 {
	padding-right: 35px !important;
}

.pl-sp-35 {
	padding-left: 35px !important;
}

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

.py-sp-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

/* sp */

.p-sp-40 {
	padding: 40px !important;
}

.pt-sp-40 {
	padding-top: 40px !important;
}

.pb-sp-40 {
	padding-bottom: 40px !important;
}

.pr-sp-40 {
	padding-right: 40px !important;
}

.pl-sp-40 {
	padding-left: 40px !important;
}

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

.py-sp-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* sp */

.p-sp-45 {
	padding: 45px !important;
}

.pt-sp-45 {
	padding-top: 45px !important;
}

.pb-sp-45 {
	padding-bottom: 45px !important;
}

.pr-sp-45 {
	padding-right: 45px !important;
}

.pl-sp-45 {
	padding-left: 45px !important;
}

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

.py-sp-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

/* sp */

.p-sp-50 {
	padding: 50px !important;
}

.pt-sp-50 {
	padding-top: 50px !important;
}

.pb-sp-50 {
	padding-bottom: 50px !important;
}

.pr-sp-50 {
	padding-right: 50px !important;
}

.pl-sp-50 {
	padding-left: 50px !important;
}

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

.py-sp-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* sp */

.p-sp-55 {
	padding: 55px !important;
}

.pt-sp-55 {
	padding-top: 55px !important;
}

.pb-sp-55 {
	padding-bottom: 55px !important;
}

.pr-sp-55 {
	padding-right: 55px !important;
}

.pl-sp-55 {
	padding-left: 55px !important;
}

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

.py-sp-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

/* sp */

.p-sp-60 {
	padding: 60px !important;
}

.pt-sp-60 {
	padding-top: 60px !important;
}

.pb-sp-60 {
	padding-bottom: 60px !important;
}

.pr-sp-60 {
	padding-right: 60px !important;
}

.pl-sp-60 {
	padding-left: 60px !important;
}

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

.py-sp-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

/* sp */

.p-sp-65 {
	padding: 65px !important;
}

.pt-sp-65 {
	padding-top: 65px !important;
}

.pb-sp-65 {
	padding-bottom: 65px !important;
}

.pr-sp-65 {
	padding-right: 65px !important;
}

.pl-sp-65 {
	padding-left: 65px !important;
}

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

.py-sp-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

/* sp */

.p-sp-70 {
	padding: 70px !important;
}

.pt-sp-70 {
	padding-top: 70px !important;
}

.pb-sp-70 {
	padding-bottom: 70px !important;
}

.pr-sp-70 {
	padding-right: 70px !important;
}

.pl-sp-70 {
	padding-left: 70px !important;
}

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

.py-sp-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

/* sp */

.p-sp-75 {
	padding: 75px !important;
}

.pt-sp-75 {
	padding-top: 75px !important;
}

.pb-sp-75 {
	padding-bottom: 75px !important;
}

.pr-sp-75 {
	padding-right: 75px !important;
}

.pl-sp-75 {
	padding-left: 75px !important;
}

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

.py-sp-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

/* sp */

.p-sp-80 {
	padding: 80px !important;
}

.pt-sp-80 {
	padding-top: 80px !important;
}

.pb-sp-80 {
	padding-bottom: 80px !important;
}

.pr-sp-80 {
	padding-right: 80px !important;
}

.pl-sp-80 {
	padding-left: 80px !important;
}

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

.py-sp-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

/* sp */

.p-sp-85 {
	padding: 85px !important;
}

.pt-sp-85 {
	padding-top: 85px !important;
}

.pb-sp-85 {
	padding-bottom: 85px !important;
}

.pr-sp-85 {
	padding-right: 85px !important;
}

.pl-sp-85 {
	padding-left: 85px !important;
}

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

.py-sp-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

/* sp */

.p-sp-90 {
	padding: 90px !important;
}

.pt-sp-90 {
	padding-top: 90px !important;
}

.pb-sp-90 {
	padding-bottom: 90px !important;
}

.pr-sp-90 {
	padding-right: 90px !important;
}

.pl-sp-90 {
	padding-left: 90px !important;
}

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

.py-sp-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

/* sp */

.p-sp-95 {
	padding: 95px !important;
}

.pt-sp-95 {
	padding-top: 95px !important;
}

.pb-sp-95 {
	padding-bottom: 95px !important;
}

.pr-sp-95 {
	padding-right: 95px !important;
}

.pl-sp-95 {
	padding-left: 95px !important;
}

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

.py-sp-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

/* sp */

.p-sp-100 {
	padding: 100px !important;
}

.pt-sp-100 {
	padding-top: 100px !important;
}

.pb-sp-100 {
	padding-bottom: 100px !important;
}

.pr-sp-100 {
	padding-right: 100px !important;
}

.pl-sp-100 {
	padding-left: 100px !important;
}

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

.py-sp-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* sp */

.p-sp-110 {
	padding: 110px !important;
}

.pt-sp-110 {
	padding-top: 110px !important;
}

.pb-sp-110 {
	padding-bottom: 110px !important;
}

.pr-sp-110 {
	padding-right: 110px !important;
}

.pl-sp-110 {
	padding-left: 110px !important;
}

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

.py-sp-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

/* sp */

.p-sp-120 {
	padding: 120px !important;
}

.pt-sp-120 {
	padding-top: 120px !important;
}

.pb-sp-120 {
	padding-bottom: 120px !important;
}

.pr-sp-120 {
	padding-right: 120px !important;
}

.pl-sp-120 {
	padding-left: 120px !important;
}

.px-sp-120 {
	padding-left: 120px !important;
	padding-right: 120px !important;
}

.py-sp-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

/* sp */

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

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

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

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

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

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

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

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

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

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

.heading-primary span { /* sp */
	border-radius: 28px;
	padding: 0.3em 1.2em;
	font-size: 2.7rem;
	line-height: 1.5;
}

.heading-primary--narrow span { /* sp */
	width: auto;
}

.heading-primary--wide span { /* sp */
	width: auto;
}

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

.heading-primary--sm span { /* sp */
	font-size: 1.6rem;
	padding: 0.8em 1em;
}

.heading-primary--sp-px-sm { /* sp */
}

.heading-primary--sp-px-sm span {
	padding: 0.3em 1.2em;
}

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

.heading-primary--w470 span { /* sp */
	min-width: auto;
}

.heading-secondary { /* sp */
	line-height: 1.4;
}

.heading-secondary span { /* sp */
	padding: 0 18px;
}

.heading-secondary span:before,
.heading-secondary span::after { /* sp */
	width: 2.7px;
	height: 98%;
	top: 53%;
}

.heading-secondary span::before { /* sp */
	-webkit-transform: rotate(-12deg) translateY(-50%);
	transform: rotate(-12deg) translateY(-50%);
}

.heading-secondary span::after { /* sp */
	-webkit-transform: rotate(12deg) translateY(-50%);
	transform: rotate(12deg) translateY(-50%);
}

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

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

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

.section-lead--fz-lg { /* sp */
	font-size: 2rem;
}

.list-2 li { /* sp */
	font-size: 1.8rem;
}

.list-2 li::before { /* sp */
	top: 0.45em;
	width: 18px;
	height: 18px;
}

.list-2 li::after { /* sp */
	top: 0.3em;
	width: 5px;
	height: 14px;
}

.bg-gray-2::before { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	border-radius: 0;
}

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

.header { /* sp */
	padding: 0 10px 0 15px;
}

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

.menu-btn { /* sp */
	width: 39px;
	height: 39px;
	margin: 0;
}

.menu-btn__icon { /* sp */
	width: 15px;
	height: 14px;
}

.gnavi { /* sp */
}

.footer__logo { /* sp */
	max-width: 270px;
	margin-bottom: 35px;
}

.footer__link { /* sp */
	font-size: 1.4rem;
	padding: 0;
}

.footer__link[target=_blank]::after { /* sp */
	width: 1.2rem;
	height: 1.3rem;
	margin-left: 5px;
}

.footer__main { /* sp */
}

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

.footer-info__detail a { /* sp */
	font-size: 1.8rem;
}

.footer-info__detail a[target=_blank]::after { /* sp */
	width: 1.2rem;
	height: 1.3rem;
}

.footer-info__address { /* sp */
	font-size: 1.5rem;
	text-align: center;
}

.footer-info__tel__icon { /* sp */
	width: auto;
	max-width: 40px;
}

.footer-info__tel__num { /* sp */
	font-size: 3.5rem;
}

.sp-fixed-btns { /* sp */
	position: fixed;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #FFF;
	width: 100%;
	height: 50px;
	z-index: 100;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sp-fixed-btns.is-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

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

.mainvisual__contents { /* sp */
	position: relative;
	display: block;
	padding: 20px 0 0;
}

.mainvisual__contents::before {
	position: absolute;
	top: 42.5%;
	right: -3%;
	content: "";
	width: 29.7%;
	height: 21.7%;
	display: block;
	background: url(../img/deco_mv_megaphone.svg) no-repeat center/contain;
}

.mainvisual__main { /* sp */
	padding: 0;
	background: none;
}

.mainvisual__label { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 3.84vw;
	letter-spacing: 0.02em;
	border-radius: 83.3em;
	padding: 0.23em 1.7em 0.43em;
	margin-bottom: 17px;
}

.mainvisual__copy { /* sp */
	-webkit-transform: translateX(-6px);
	transform: translateX(-6px);
	width: 91%;
	margin-left: auto;
	margin-right: auto;
}

.mainvisual__btn { /* sp */
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 45%);
	transform: translate(-50%, 45%);
	margin: 0;
	width: 97.4%;
	z-index: 1;
	font-size: 2rem;
	padding: 0.94em 1em;
	text-align: center;
}

.mainvisual__btn::before { /* sp */
	width: 1.1em;
	height: 0.775em;
	margin-right: 10px;
}

.mainvisual__image { /* sp */
	width: 53.8%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
}

.mainvisual__image::before { /* sp */
	right: auto;
	left: -25px;
	width: 35px;
	height: 31px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mainvisual__image img { /* sp */
	aspect-ratio: 339/427;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.mainvisual-oem { /* sp */
	margin-top: 50px;
}

.mainvisual-oem__contents { /* sp */
	position: relative;
	display: block;
	padding: 42px 0 62px;
}

.mainvisual-oem__main { /* sp */
	padding: 0;
	background: none;
	width: 100%;
}

.mainvisual-oem__copy { /* sp */
	-webkit-transform: translateX(6px);
	transform: translateX(6px);
	width: 84.3%;
	margin-left: auto;
	margin-right: auto;
}

.mainvisual-oem__copy::before { /* sp */
	top: -18px;
	left: -22px;
	width: 28px;
	height: 24px;
}

.mainvisual-oem__btn { /* sp */
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 45%);
	transform: translate(-50%, 45%);
	margin: 0;
	width: 97.4%;
	z-index: 1;
	font-size: 2rem;
	padding: 0.94em 1em;
	text-align: center;
}

.mainvisual-oem__btn::before { /* sp */
	width: 1.1em;
	height: 0.775em;
	margin-right: 10px;
}

.mainvisual-oem__image { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 109.5%;
	margin-top: 25px;
}

.contact { /* sp */
	margin-top: 120px;
	padding: 100px 20px 50px;
}

.contact__box { /* sp */
	max-width: 480px;
	padding: 15px;
}

.contact__box__text { /* sp */
	font-size: clamp(1.5rem, 1.2130102041rem + 0.7653061224vw, 1.8rem);
}

.contact__tel__icon { /* sp */
	min-width: auto;
}

.contact__tel__num { /* sp */
	pointer-events: auto;
	font-size: clamp(2.6rem, 0.7823979592rem + 4.8469387755vw, 4.5rem);
}

.contact__time { /* sp */
	margin-top: 4px;
	padding-left: 18%;
	font-size: 1rem;
	font-size: clamp(1rem, 0.8086734694rem + 0.5102040816vw, 1.2rem);
}

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

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

.form__label { /* sp */
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

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

.form__name__label { /* sp */
}

.form__address__select::before,
.form__address__select::after { /* sp */
	width: 6px;
	height: 6px;
}

.form__radio .wpcf7-list-item-label { /* sp */
	font-size: 1.6rem;
}

.form__radio input:checked + .wpcf7-list-item-label::after { /* sp */
	border-radius: 4px;
	width: 12px;
	height: 12px;
}

.form__radio .wpcf7-list-item-label { /* sp */
	padding-left: 25px;
}

.form__radio .wpcf7-list-item-label::before { /* sp */
	width: 18px;
	height: 18px;
}

.form__agree { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	padding-left: 0;
}

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

.form__agree__link[target=_blank]::after { /* sp */
	width: 1.2rem;
	height: 1.3rem;
	margin-left: 5px;
}

.form__agree .wpcf7-list-item-label { /* sp */
	padding-left: 25px;
}

.form__agree .wpcf7-list-item-label::before { /* sp */
	width: 16px;
	height: 16px;
}

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

.form .input,
.form .textarea { /* sp */
	padding: 10px;
}

.form .input { /* sp */
	height: 50px;
}

.form .textarea { /* sp */
	height: 240px;
}

.form .select { /* sp */
	height: 50px;
	padding: 10px 30px 10px 10px;
}

.lead { /* sp */
	padding: 15px 0 20px;
}

.lead__heading { /* sp */
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 32px;
}

.lead__contents { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 28px;
	width: 87.6%;
	margin-left: auto;
	margin-right: auto;
}

.lead__item { /* sp */
	font-size: 1.65rem;
	letter-spacing: 0.05em;
	width: 100%;
	border-radius: 10px 10px 0 10px;
	padding: 20px 0 27px;
}

.lead__item::before { /* sp */
	width: 22px;
	height: 22px;
}

.lead__item::after { /* sp */
	left: 20px;
	width: 26px;
	height: 20px;
}

.lead__item span { /* sp */
	font-size: 1.8rem;
	line-height: 1.83;
}

.lead__copy { /* sp */
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 2.3;
}

.lead__copy__label::before,
.lead__copy__label::after { /* sp */
	width: 2px;
	height: 23px;
}

.lead__copy__label::before { /* sp */
	margin-right: 12px;
}

.lead__copy__label::after { /* sp */
	margin-left: 14px;
}

.lead__copy__logo { /* sp */
	display: block;
	width: 263px;
	max-width: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin: 0 auto;
}

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

.point::before { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	border-radius: 0;
}

.point::after { /* sp */
	border-top-width: 40px;
	border-left-width: 80px;
	border-right-width: 80px;
}

.point__item:not(:first-child) { /* sp */
	width: 100%;
	margin-top: 40px;
}

.point__item:nth-child(even)::before { /* sp */
	top: calc(100% + 20px);
	left: 0;
	width: 100%;
	height: 1px;
}

.point__heading { /* sp */
	font-size: 2.8rem;
}

.point__heading--sm { /* sp */
	font-size: 2.8rem;
}

.point__image--right { /* sp */
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.point__image--left { /* sp */
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.point-system__label { /* sp */
	font-size: 1.8rem;
	margin-bottom: 30px;
	padding: 0.3em 0.65em 0.4em;
}

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

.point-system__item { /* sp */
	padding: 20px 20px 30px;
}

.point-system__item:not(:last-child) { /* sp */
	margin-bottom: 70px;
}

.point-system__item:not(:last-child)::before { /* sp */
	top: calc(100% + 8px);
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
	width: 30px;
	height: 42px;
}

.point-system__num { /* sp */
	width: 50px;
	font-size: 3rem;
}

.point-system__image { /* sp */
	width: 60%;
}

.point-system__balloon { /* sp */
	font-size: 1.8rem;
	padding: 1.15em 0.5em 0.6em;
	width: 100%;
	margin-top: 20px;
}

.point-system__balloon::before { /* sp */
	background-size: contain;
}

.point-system__text { /* sp */
	margin-top: 15px;
}

.price__block__extra { /* sp */
	padding: 10px;
}

.price-info__cheap-wrapper { /* sp */
	margin-right: 2%;
}

.price-point { /* sp */
	padding: 80px 20px 20px;
	margin-top: 80px;
}

.price-point__point { /* sp */
	width: 100px;
	height: 100px;
	left: -20px;
	top: -65px;
}

.price-point__down { /* sp */
	margin: 0 auto;
}

.price-point__title { /* sp */
	margin: 0 auto;
}

.price-subtext__item { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.faq__icon { /* sp */
	width: 45px;
}

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

.oem-merit__item { /* sp */
	padding: 25px 0;
}

.oem-merit__title span::before,
.oem-merit__title span::after { /* sp */
	width: 3px;
}

.oem-merit__title span::after { /* sp */
}

.oem-merit__image { /* sp */
	width: 60%;
	margin: 0 auto;
	padding-right: 0;
}

.oem-merit__head { /* sp */
	gap: 15px;
}

.oem-merit__head__num { /* sp */
	width: clamp(6rem, 5.0433673469rem + 2.5510204082vw, 7rem);
}

.oem-merit__head__num::before { /* sp */
	height: calc(100% + 14px);
}

.oem-merit__fig { /* sp */
	right: clamp(0.8rem, -3.6961734694rem + 11.9897959184vw, 5.5rem);
}

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

.oem-terms::before { /* sp */
	height: calc(100% + 90px);
}

.oem-flow-heading::before { /* sp */
	width: 700px;
	height: 95px;
}

.oem-flow { /* sp */
	margin-top: 30px;
}

.oem-flow__item { /* sp */
	display: block;
	margin-left: 36px;
	padding: 20px;
}

.oem-flow__item:not(:first-child) { /* sp */
	margin-top: 30px;
}

.oem-flow__item:not(:first-child)::before { /* sp */
	top: -30px;
	left: -21px;
	height: 70px;
}

.oem-flow__item:not(:last-child)::after { /* sp */
	top: 40px;
	left: -21px;
	height: calc(100% - 40px);
}

.oem-flow__step { /* sp */
	width: 50px;
	height: 50px;
	top: 40px;
}

.oem-flow__step__num { /* sp */
	font-size: 2.2rem;
}

.oem-flow__heading { /* sp */
	width: 100%;
	margin-bottom: 5px;
}

.oem-flow__text { /* sp */
	padding: 0;
	font-size: 1.4rem;
}

.oem-flow__text::before { /* sp */
	display: none;
}

.functions-sub-slide__item { /* sp */
	padding: 18px 20px 15px;
}

.functions-sub-slide__heading { /* sp */
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.functions-sub-slide__text { /* sp */
	font-size: 1.2rem;
	margin-top: 10px;
}

.merits-wrap::before { /* sp */
	top: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	background-image: url(../img/bg_merit_sp.jpg);
}

.merits { /* sp */
	grid-template-columns: 1fr;
	gap: 38px;
	padding-bottom: 50px;
}

.merits__item { /* sp */
	border-radius: 7px;
	padding: 28px 20px;
}

.merits__cat { /* sp */
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	margin-bottom: 17px;
}

.merits__cat::before { /* sp */
	width: 21px;
	height: 19px;
	margin-right: 10px;
}

.merits__heading { /* sp */
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.83;
	margin-bottom: 15px;
}

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

.sns-effect { /* sp */
	margin-top: -30px;
}

.sns-effect__heading { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50vw);
	transform: translateX(-50vw);
	font-size: 1.8rem;
	line-height: 1.29;
	text-align: left;
	padding: 1.8em 1.2em 0.65em 1.7em;
	width: 95vw;
	margin-bottom: 36px;
}

.sns-effect__lead { /* sp */
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.sns-effect__contents { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 93px;
	margin-top: 38px;
}

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

.sns-effect__item { /* sp */
	display: block;
	width: 100%;
}

.sns-effect__item:first-child {
	position: relative;
}

.sns-effect__item:first-child::before {
	position: absolute;
	top: calc(100% + 22px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 49px;
	height: 49px;
	display: block;
	background: url(../img/icon_cross.svg) no-repeat center/contain;
}

.sns-effect__label { /* sp */
	font-size: 1.77rem;
	border-radius: 6px;
	margin-bottom: 28px;
}

.sns-effect__logo { /* sp */
	width: 250px;
	margin: 0 auto;
}

.sns-effect__list { /* sp */
	margin-top: 28px;
}

.sns-effect__list__item { /* sp */
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	border-radius: 15px;
	clip-path: none;
}

.sns-effect__list__item:not(:last-child) { /* sp */
	margin-bottom: 10px;
}

.sns-effect__image { /* sp */
	width: 255px;
	margin: 0 auto;
}

.sns-effect__text { /* sp */
	font-size: 2.2rem;
	line-height: 1.5;
	margin-top: 70px;
}

.sns-effect__text::before { /* sp */
	bottom: calc(100% + 20px);
	border-bottom-width: 21px;
	border-left-width: 17px;
	border-right-width: 17px;
}

.sns-effect__text span::before,
.sns-effect__text span::after { /* sp */
	top: 60%;
	width: 3px;
	height: 62px;
}

.sns-effect__text span::before { /* sp */
	right: calc(100% + 18px);
}

.sns-effect__text span::after { /* sp */
	left: calc(100% + 40px);
}

.flow::before { /* sp */
	top: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: calc(100% + 90px);
}

.flow__head { /* sp */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

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

.flow__image { /* sp */
	width: 86px;
	-webkit-transform: translateX(-17px);
	transform: translateX(-17px);
}

.flow__contents { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 109.5%;
	max-width: 345px;
	margin-left: 0;
	margin-right: 0;
}

.flow__main::before { /* sp */
	left: 35px;
}

.flow__item { /* sp */
	padding: 2px 0 5px 85px;
}

.flow__num { /* sp */
	width: 70px;
	min-width: 70px;
	font-size: 1.65rem;
}

.flow__num span { /* sp */
	font-size: 3.5rem;
}

.flow__heading-1 { /* sp */
	font-size: 2.25rem;
	background-image: url(../img/frame_flow_01_sp.svg);
	background-position: left center;
	background-size: contain;
}

.flow__heading-2 { /* sp */
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 0.77em 1.5em;
	background-image: url(../img/frame_flow_02_sp.svg);
}

.flow__text { /* sp */
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.83;
	border-radius: 26px;
	padding: 0.34em 3.2em;
	margin-top: 10px;
}

.flow__text--sm { /* sp */
	padding: 0.2em 2.2em;
	margin-top: 15px;
	margin-left: 10px;
}

.flow__balloon { /* sp */
	display: inline-block;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 12px;
	border-radius: 7px;
	padding: 0.7em 3.5em 0.7em 2.5em;
}

.flow__after { /* sp */
	font-size: 1.8rem;
	margin-top: 15px;
}

.other-functions { /* sp */
	margin-top: 40px;
}

.other-functions__list { /* sp */
	grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
	gap: 19px 11px;
}

.other-functions__item__inner .list-1 li { /* sp */
	font-size: 1.25rem;
}

.other-functions__collab { /* sp */
	margin: 0 auto;
	max-width: 267px;
}

.other-functions__frame { /* sp */
	padding: 1.4em 9% 2.3em;
	border-radius: 7.5px;
}

.other-functions__bottom { /* sp */
	margin-top: 25px;
	padding-top: 30px;
}

.thanks { /* sp */
	margin-top: 60px;
	padding: 50px 30px 30px;
}

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

.notfound { /* sp */
	margin-top: 60px;
	padding: 50px 30px 30px;
}

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

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

