@charset "UTF-8";

/* base */

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

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

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

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

:root {
	--scrollbar: 0;
}

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

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

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #323232;
	word-wrap: break-word;
}

a {
	color: inherit;
}

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

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

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

button,
a {
	cursor: pointer;
}

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

/* for development */

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

/* Tools */

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

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

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

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

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

.pc-only-3 {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Layout */

.l-body {
	width: 100%;
}

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

.l-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;
	padding: 30px 25px;
}

.l-footer {
	padding: 20px 20px;
	background: #595959;
}

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

/* Module */

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

.noscript span {
	color: red;
}

.heading-1 {
	position: relative;
	margin-bottom: 50px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 3.5rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.heading-1 span {
	color: #1e46aa;
}

.heading-1--deco {
	padding: 0 0.75em;
}

.heading-1--deco::before {
	content: "";
	position: absolute;
	bottom: 0.1em;
	left: 0;
	-webkit-transform: rotate(-32deg);
	transform: rotate(-32deg);
	width: 1px;
	height: calc(100% - 0.4em);
	background: #1e46aa;
}

.heading-1--deco::after {
	content: "";
	position: absolute;
	bottom: 0.1em;
	right: 0;
	-webkit-transform: rotate(32deg);
	transform: rotate(32deg);
	width: 1px;
	height: calc(100% - 0.4em);
	background: #1e46aa;
}

.heading-2 {
	margin-bottom: 28px;
	font-size: 2.7rem;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	color: #1e46aa;
	letter-spacing: 0.075em;
}

/*
#styleguide
text-base

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

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

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

/*
#styleguide
text-lg

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

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

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

/*
#styleguide
text-sm

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

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

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

/*
#styleguide
text-note

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

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

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

/*
#styleguide
button-primary

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

.button-primary {
	background: #323232;
	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;
}

.header-logo {
	width: 230px;
}

.header-logo img {
	display: block;
}

.copyright {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.075em;
	color: #FFF;
}

.mv {
	background: #ebf3ff;
}

.mv__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1280px;
	padding: clamp(3rem, 0rem + 3.90625vw, 5rem) clamp(3rem, 0rem + 3.90625vw, 5rem) 0;
	margin: 0 auto;
}

.mv__body {
	width: 56.8%;
}

.mv__lead {
	margin-right: calc(-1 * clamp(2.4rem, 0rem + 3.125vw, 4rem));
	font-size: 3.5rem;
	font-size: clamp(2.1rem, 0rem + 2.734375vw, 3.5rem);
	line-height: 1.5;
	letter-spacing: 0.075em;
	font-weight: 500;
}

.mv__lead strong {
	font-size: 130.285%;
	color: #1e46aa;
}

.mv__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: clamp(2.16rem, 0rem + 2.8125vw, 3.6rem);
}

.mv__list {
	width: 55%;
}

.mv__list li {
	position: relative;
	padding-left: 1.8em;
	font-size: clamp(1.2rem, 0rem + 1.5625vw, 2rem);
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.mv__list li::before {
	content: "";
	position: absolute;
	top: 0.35em;
	left: 0.45em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 0.9em;
	height: 0.5em;
	border-left: 2px solid #2864f0;
	border-bottom: 2px solid #2864f0;
}

.mv__list li:not(:last-child) {
	margin-bottom: 0.4em;
}

.mv__balloon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45.4%;
	padding: 1.05em 0.5em;
	border: clamp(0.12rem, 0rem + 0.15625vw, 0.2rem) solid #fa6414;
	border-radius: clamp(0.6rem, 0rem + 0.78125vw, 1rem);
	font-size: clamp(1.08rem, 0rem + 1.40625vw, 1.8rem);
	line-height: 1.6666;
	letter-spacing: 0.075em;
	font-weight: 500;
	color: #fa6414;
	background: #FFF;
}

.mv__balloon::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 48.5%;
	border-style: solid;
	border-width: clamp(1.2rem, 0rem + 1.5625vw, 2rem) clamp(1.08rem, 0rem + 1.40625vw, 1.8rem) 0 clamp(1.08rem, 0rem + 1.40625vw, 1.8rem);
	border-color: #fa6414 transparent transparent;
	translate: -50% 100%;
}

.mv__balloon::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 48.5%;
	border-style: solid;
	border-width: clamp(1.02rem, 0rem + 1.328125vw, 1.7rem) clamp(0.9rem, 0rem + 1.171875vw, 1.5rem) 0 clamp(0.9rem, 0rem + 1.171875vw, 1.5rem);
	border-color: #FFF transparent transparent;
	translate: -50% 100%;
}

.mv__title {
	margin-top: clamp(2.1rem, 0rem + 2.734375vw, 3.5rem);
	padding: 0.3em 1em;
	border-radius: 10px;
	text-align: center;
	font-size: clamp(1.98rem, 0rem + 2.578125vw, 3.3rem);
	line-height: 1.5;
	letter-spacing: 0.075em;
	color: #FFF;
	background: #2864f0;
}

.mv__image {
	width: 35.8%;
	padding-right: 4.5%;
	padding-top: clamp(0.9rem, 0rem + 1.171875vw, 1.5rem);
}

.mv__image img {
	display: block;
}

.appeal {
	padding-top: 68px;
}

.appeal-worry {
	background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 90px), calc(100% - 90px), #f4f4f4 100%);
}

.worry-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 4%;
	padding: 48px 4.5% 43px;
	border: 2px solid #aac8ff;
	background: #FFF;
	border-radius: 10px;
}

.worry-list::after {
	content: "";
	position: absolute;
	top: calc(100% - 23px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-right: 100px solid transparent;
	border-top: 80px solid #2864f0;
	border-left: 100px solid transparent;
}

.worry-list__item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 10px;
}

.worry-list__heading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	padding: 5px;
	border-radius: 6px;
	text-align: center;
	color: #1e46aa;
	background: #aac8ff;
	font-size: 1.9rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.worry-list__heading::after {
	content: "";
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3px;
	height: 18px;
	background: url(../img/icon_worry_leader.svg) no-repeat center center/contain;
}

.worry-list__image {
	width: 130px;
	margin: 0 auto;
}

.worry-list__image img {
	display: block;
}

.worry-list__text {
	padding: 0 2px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.appeal-solution {
	padding: 92px 0 83px;
	background: #f4f4f4;
}

.solution {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 5.5%;
}

.solution__item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 15px;
}

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

.solution__image {
	overflow: hidden;
	border: 2px solid #e1dcdc;
	border-radius: 10px;
}

.solution__image img {
	display: block;
}

.solution__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.solution__text {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

.solution-head {
	margin-bottom: 57px;
}

.solution-head__sub {
	display: block;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.solution-head__sub span {
	color: #1e46aa;
}

.solution-head__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 13px;
	text-align: center;
	font-size: 4rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.solution-head__logo {
	position: relative;
	padding-top: 8px;
}

.solution-head__logo img {
	display: block;
	width: 420px;
}

.solution-head__logo span {
	padding-left: 1.5em;
	font-size: 1.8rem;
	letter-spacing: 0.075em;
	display: block;
	white-space: nowrap;
}

.support {
	margin-top: -22px;
}

.support-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4.2%;
	margin-bottom: 30px;
}

.support-head__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 28.6%;
}

.support-head__image img {
	display: block;
}

.support-head__main {
	width: 100%;
	padding-top: 35px;
	font-size: clamp(2.1rem, 0rem + 2.734375vw, 3.5rem);
	line-height: 2.1;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.support-head__blue {
	color: #1e46aa;
}

.support-head__lg {
	display: inline-block;
	padding: 0em 0.3em 0.1em;
	font-size: 128.57%;
	line-height: 1.3;
	color: #1e46aa;
	background: #ffef83;
}

.support-main {
	margin-top: 82px;
	padding: 42px 4.8% 52px;
	border-radius: 10px;
	background: #ebf3ff;
}

.support-main__head {
	margin-bottom: 23px;
	text-align: center;
}

.support-main__head__sub {
	position: relative;
	display: inline-block;
	position: relative;
	padding: 0 14px;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
	font-weight: 500;
}

.support-main__head__sub::before {
	content: "";
	position: absolute;
	bottom: 0.15em;
	left: 0;
	-webkit-transform: rotate(-38deg);
	transform: rotate(-38deg);
	width: 1px;
	height: calc(100% - 0.5em);
	background: #323232;
}

.support-main__head__sub::after {
	content: "";
	position: absolute;
	bottom: 0.15em;
	right: 0;
	-webkit-transform: rotate(38deg);
	transform: rotate(38deg);
	width: 1px;
	height: calc(100% - 0.5em);
	background: #323232;
}

.support-main__head__main {
	display: block;
	font-size: 3.5rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #1e46aa;
}

.support-main__text {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

.support-main__text p:not(:last-child) {
	margin-bottom: 0.7em;
}

.support-box {
	margin-top: 32px;
	padding: 34px 30px;
	border: 2px solid #aac8ff;
	border-radius: 10px;
	background: #FFF;
}

.support-box__heading {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 25px;
	padding-left: 40px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.support-box__heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	height: 44px;
	background: url(../img/icon_beginner.png) no-repeat center center/contain;
}

.support-box__text {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

.service__note {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
}

.service__note span {
	color: #2864f0;
}

.service-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.8%;
}

.service-list__item {
	border-radius: 10px;
	border: 2px solid #aac8ff;
}

.service-list__heading {
	padding: 9px;
	background: #aac8ff;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
	text-align: center;
	font-weight: 500;
}

.service-list__body {
	padding: 25px 30px 27px;
}

.service-list__list__item {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.service-list__list__item::before {
	content: "◯ ";
	color: #000;
}

.service-list__list__item--strong::before {
	content: "● ";
	color: #2864f0;
}

.service-list__list__item:not(:last-child) {
	margin-bottom: 0.7em;
}

.service-list__note {
	margin-top: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

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

.flow__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 25px 40px 25px 55px;
	margin-right: -32px;
	clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%, 40px 50%);
}

.flow__item:first-child {
	-webkit-box-flex: 1.15;
	-ms-flex: 1.15;
	flex: 1.15;
	padding-right: 40px;
	padding-left: 22px;
	clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%);
}

.flow__item:last-child {
	margin-right: 0;
}

.flow__item:nth-child(1) {
	background-color: #ebf3ff;
	z-index: 1;
}

.flow__item:nth-child(2) {
	background-color: #dfe9fd;
	z-index: 2;
}

.flow__item:nth-child(3) {
	background-color: #ccdbf7;
	z-index: 3;
}

.flow__item:nth-child(4) {
	background-color: #afc7f7;
	z-index: 4;
}

.flow__item:nth-child(5) {
	background-color: #2864f0;
	z-index: 5;
}

.flow__item:nth-child(5) .flow__heading,
.flow__item:nth-child(5) .flow__text {
	color: #FFF;
}

.flow__heading {
	margin-bottom: 8px;
	text-align: center;
	font-size: clamp(1.2rem, 0rem + 1.5625vw, 2rem);
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #1e46aa;
}

.flow__text {
	font-size: clamp(0.9rem, 0rem + 1.171875vw, 1.5rem);
	line-height: 1.7333;
	letter-spacing: 0.075em;
	color: #323232;
}

.price-list {
	border: 1px solid #e1dcdc;
}

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

.price-list__title {
	padding: 12px;
	border-bottom: 1px solid #e1dcdc;
	background: #f7f5f5;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.075em;
}

.price-list__item {
	padding: 10px 25px 10px 30px;
}

.price-list__item:not(:last-child) {
	border-bottom: 1px solid #e1dcdc;
}

.price-list__wrap {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 0;
}

.price-list__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.price-list__heading span {
	-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: 30px;
	height: 30px;
	padding-bottom: 0.2em;
	color: #FFF;
	border-radius: 50%;
	background: #2864f0;
	font-size: 1.8rem;
}

.price-list__note {
	padding-left: 35px;
}

.price-list__note li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

.price-list__note li strong {
	color: #fa6414;
	font-weight: 700;
}

.price-list__note li::before {
	content: "※";
}

.price-list-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding-top: 5px;
	padding-left: 38px;
}

.price-list-body__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}

.price-list-body__label {
	padding: 3px 8px;
	background: #fa6414;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #FFF;
}

.price-list-body__price {
	font-size: 3rem;
	line-height: 1.5;
	color: #2864f0;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.price-list-body__price span {
	margin-left: 2px;
	font-size: 1.6rem;
	color: #323232;
	letter-spacing: 0.075em;
}

.price-list-body__plus {
	width: 18px;
	font-weight: 900;
	color: #aac8ff;
	letter-spacing: 0.075em;
}

.cta {
	overflow: hidden;
	padding: 65px 0;
	background: #1e46aa;
}

.cta-head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 30px;
}

.cta-head__inner {
	position: relative;
}

.cta-head__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 50px;
}

.cta-head__sub::before {
	content: "";
	position: absolute;
	bottom: clamp(-4.5rem, -6.75rem + 2.9296875vw, -3rem);
	right: calc(100% - 8px);
	width: 123px;
	width: clamp(10rem, 6.55rem + 4.4921875vw, 12.3rem);
	height: 147px;
	background: url(../img/deco_worry_men.png) no-repeat center center/contain;
}

.cta-head__sub__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17px;
}

.cta-head__sub__text-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px 10px 7px 15px;
	background: #FFF;
	color: #1e46aa;
	border-radius: 9px;
	font-size: 2.3rem;
	font-size: clamp(1.38rem, 0rem + 1.796875vw, 2.3rem);
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.cta-head__sub__text-1::before {
	content: "";
	position: absolute;
	bottom: 16px;
	right: 100%;
	border-top: 8px solid transparent;
	border-right: 22px solid #FFF;
	border-left: 20px solid transparent;
}

.cta-head__sub__text-2 {
	display: block;
	font-size: clamp(1.38rem, 0rem + 1.796875vw, 2.3rem);
	line-height: 1.5;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.1em;
}

.cta-head__main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cta-head__main::before {
	content: "";
	position: absolute;
	left: 92%;
	bottom: clamp(-4.5rem, -6.75rem + 2.9296875vw, -3rem);
	width: 167px;
	width: clamp(14rem, 9.95rem + 5.2734375vw, 16.7rem);
	height: 148px;
	background: url(../img/deco_suggest.png) no-repeat center center/contain;
}

.cta-head__main__text {
	margin-top: 14px;
	font-size: clamp(1.8rem, 0rem + 2.34375vw, 3rem);
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #FFF;
}

.cta-head__main__free {
	position: absolute;
	bottom: -45px;
	left: calc(100% + 95px);
	z-index: 1;
	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(9rem, 6.6rem + 3.125vw, 10.6rem);
	height: clamp(9rem, 6.6rem + 3.125vw, 10.6rem);
	padding-bottom: 0.5em;
	border: 1px solid #1e46aa;
	background: #dfe9fd;
	text-align: center;
	color: #1e46aa;
	font-size: 1.6rem;
	font-size: clamp(1.4rem, 1.1rem + 0.390625vw, 1.6rem);
	line-height: 1.3125;
	border-radius: 50%;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.cta-main {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4.5%;
}

.cta-main__item {
	padding: 35px 20px 38px;
	background: #FFF;
	text-align: center;
	border-radius: 10px;
}

.cta-main__heading {
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.cta-main__tel {
	display: inline-block;
	margin-top: 15px;
	font-size: 3.8rem;
	line-height: 1.1;
	font-weight: 500;
	color: #1e46aa;
	text-decoration: none;
	letter-spacing: 0.025em;
	border: none;
	background-color: transparent;
	padding: 0;
}

.cta-main__button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	border: none;
	width: 100%;
	max-width: 350px;
	margin: 20px auto 0;
	padding: 11px 20px;
	border-radius: 9px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
	text-decoration: none;
	background: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cta-main__button::after {
	content: "";
	display: block;
	margin-top: 0.1em;
	width: 11px;
	height: 11px;
	-webkit-mask-image: url(../img/icon_arrow.svg);
	mask-image: url(../img/icon_arrow.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background: currentColor;
}

.cta-main__button--tel {
	border: 2px solid #2864f0;
	color: #2864f0;
}

.cta-main__button--form {
	background: #fa6414;
	border: 2px solid #fa6414;
	color: #FFF;
}

.cta-main__note {
	display: block;
	margin-top: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0t5em;
	font-weight: 500;
}

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

.company__body {
	width: 65.5%;
}

.company__heading {
	position: relative;
	margin-bottom: 26px;
	padding-left: 38px;
	font-size: 2.7rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.company__heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 3px;
	background: #2864f0;
}

.company__image {
	width: 28.5%;
	margin-top: 30px;
}

.company-table {
	width: 100%;
}

.company-table tr {
	font-size: 1.6rem;
	line-height: 1.625;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.company-table tr:not(:last-child) {
	border-bottom: 1px solid #e1dcdc;
}

.company-table th {
	width: 115px;
	padding: 14px 10px 14px 0;
	text-align: left;
	vertical-align: middle;
}

.company-table td {
	padding: 14px 0;
	vertical-align: middle;
}

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

.call-info__heading {
	margin-bottom: 24px;
	font-size: 2.5rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #1e46aa;
}

.call-info__number {
	position: relative;
	display: block;
	margin-bottom: 2px;
	font-size: 5.8rem;
	line-height: 1.1;
	color: #2864f0;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.call-info__number::before {
	content: "";
	display: block;
	width: 81px;
	height: 113px;
	margin: 0 auto;
	padding-bottom: 5px;
	background: url(../img/img_tel_blue.png) no-repeat center center/contain;
}

.call-info__note {
	margin-top: 5px;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	color: #595656;
}

.call-info__bottom {
	margin-top: 24px;
}

.call-info__balloon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 8px;
	border: 2px solid #fa6414;
	border-radius: 10px;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
	font-weight: 500;
	color: #fa6414;
	background: #FFF;
}

.call-info__balloon::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 13px 15px 0 15px;
	border-color: #fa6414 transparent transparent;
}

.call-info__balloon::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 10px 12px 0 12px;
	border-color: #FFF transparent transparent;
}

.call-info__text {
	display: block;
	margin-top: 14px;
	line-height: 1.5;
	letter-spacing: 0.075em;
	font-weight: 500;
	font-size: 1.8rem;
}

.form {
	font-size: 1.6rem;
}

.form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 13px 0;
	border-bottom: 1px solid #dbe2e7;
}

.form__item--start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form__label {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 32.5%;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.form__content {
	width: 100%;
}

.form .input {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background: #FFFFFF;
	border: 2px solid #e1dcdc;
	padding: 5px 10px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

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

.form .input--tel {
	display: block !important;
	width: 100% !important;
}

.form .input--textarea {
	height: 120px;
	resize: none;
}

.form .select {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background: #FFFFFF;
	border: 2px solid #e1dcdc;
	height: 35px;
	padding: 6px 30px 6px 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background: url(../img/icon_select.png) no-repeat center right 10px/15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form .select:focus {
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.form .select::-ms-expand {
	display: none;
}

.form .select::-webkit-input-placeholder {
	color: #B2B2B2;
}

.form .select::-moz-placeholder {
	color: #B2B2B2;
}

.form .select::-ms-input-placeholder {
	color: #B2B2B2;
}

.form .select::placeholder {
	color: #B2B2B2;
}

.form .select:-ms-input-placeholder {
	color: #B2B2B2;
}

.form .select::-ms-input-placeholder {
	color: #B2B2B2;
}

.form .mwform-tel-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.form .error {
	display: block;
	margin-top: 5px;
	color: #F00 !important;
	font-weight: 500 !important;
	font-size: 1.2rem !important;
}

.form-agree {
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.form-agree a {
	text-decoration: underline;
	color: #1e46aa;
}

.form-submit {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	border: none;
	width: 100%;
	max-width: 350px;
	margin: 25px auto 0;
	padding: 11px 10px 11px 40px;
	border-radius: 9px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
	text-decoration: none;
	background: #fa6414;
	border: 2px solid #fa6414;
	color: #FFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.form-submit::after {
	content: "";
	display: block;
	margin-top: 0.1em;
	width: 11px;
	height: 11px;
	-webkit-mask-image: url(../img/icon_arrow.svg);
	mask-image: url(../img/icon_arrow.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background: currentColor;
}

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

.form-complete__title {
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.form-complete__title--attention {
	color: #EE0000;
}

.form-complete__text {
	font-size: 1.5rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin-top: 1em;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	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;
	z-index: 6000;
}

.modal__container {
	position: relative;
	background-color: #fff;
	max-width: 920px;
	width: calc(100% - 30px);
	z-index: 6000;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal__container--sm {
	max-width: 520px;
}

.modal__inner {
	padding: 40px 55px;
	overflow-y: auto;
	max-height: 88vh;
}

.modal__close-btn {
	padding: 0;
	border: none;
	position: absolute;
	top: -17px;
	right: -17px;
	width: 50px;
	height: 50px;
	background: #2864f0;
	border-radius: 50%;
	border: 1px solid #FFF;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.modal__close-btn::before,
.modal__close-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #FFFFFF;
}

.modal__close-btn::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-btn::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

/**************************\
	Demo Animation Style
\**************************/

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

@media (hover: hover) {

.cta-main__button--tel:hover {
	background: #2864f0;
	color: #FFF;
}

.cta-main__button--form:hover {
	background: transparent;
	color: #fa6414;
}

.form-agree a:hover {
	text-decoration: none;
}

.form-submit:hover {
	background: transparent;
	color: #fa6414;
}

}

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

.cta-main { /* pc */
	grid-template-columns: repeat(2, 1fr);
}

.form { /* pc */
	font-size: 1.4rem;
}

.form .select { /* pc */
	max-width: 200px;
	width: 100%;
	padding: 4px 40px 4px clamp(0.2rem, -1rem + 1.5625vw, 1rem);
}

.form .mwform-tel-field { /* pc */
	gap: 5px;
}

.modal__container { /* pc */
	width: calc(100% - 120px);
}

}

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

.support-head__image { /* pcmd */
}

.support-head__main { /* pcmd */
}

}

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

.price-list-body__label { /* pcsm */
	font-size: 1.4rem;
}

.price-list-body__price { /* pcsm */
	font-size: 2.8rem;
}

}

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

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

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

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

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

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

.sp-only-3 { /* sp */
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

.l-header { /* sp */
	padding: 24px 20px 20px;
}

.l-navi { /* sp */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #114170;
	color: #FFF;
	z-index: 100;
}

.l-wrapper { /* sp */
	width: 90%;
}

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

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

.heading-1--deco { /* sp */
	padding: 0 0.75em;
}

.heading-1--deco::before { /* sp */
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	height: calc(100% - 0.8em);
}

.heading-1--deco::after { /* sp */
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	height: calc(100% - 0.8em);
}

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

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

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

.mv__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 20px;
}

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

.mv__lead { /* sp */
	margin-right: 0;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.75;
}

.mv__wrap { /* sp */
	margin-top: -20px;
	-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;
}

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

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

.mv__balloon { /* sp */
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 20px auto 0;
	padding: 0.5em 1em;
	font-size: 1.5rem;
}

.mv__title { /* sp */
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 20px auto 0;
	font-size: 1.6rem;
}

.mv__image { /* sp */
	width: 80%;
	max-width: 250px;
	margin: 30px auto 0;
	padding: 0;
}

.appeal { /* sp */
	padding-top: 50px;
}

.worry-list { /* sp */
	gap: 20px 4%;
	padding: 30px 15px 40px;
	grid-template-columns: repeat(2, 1fr);
}

.worry-list::after { /* sp */
	top: calc(100% - 13px);
	border-width: 40px 50px 0 50px;
}

.worry-list__heading { /* sp */
	padding: 3px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

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

.appeal-solution { /* sp */
	padding: 60px 0 40px;
}

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

.solution__heading { /* sp */
}

.solution-head { /* sp */
	margin-bottom: 30px;
}

.solution-head__sub { /* sp */
	font-size: 2.2rem;
}

.solution-head__main { /* sp */
	font-size: 2.2rem;
}

.solution-head__logo img { /* sp */
	width: 240px;
}

.solution-head__logo span { /* sp */
	font-size: 1.4rem;
}

.support-head { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	margin-bottom: 20px;
}

.support-head__image { /* sp */
	width: 40%;
}

.support-head__main { /* sp */
	font-size: 2.4rem;
}

.support-main { /* sp */
	margin-top: 40px;
	padding: 30px 15px;
}

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

.support-main__head__main { /* sp */
	margin-top: 5px;
	font-size: 2.4rem;
}

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

.support-box { /* sp */
	padding: 20px 15px;
}

.support-box__heading { /* sp */
	margin-bottom: 15px;
	font-size: 1.8rem;
}

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

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

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

.service-list__body { /* sp */
	padding: 20px 25px;
}

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

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

.flow__item { /* sp */
	padding: 60px 20px 60px;
	margin-right: 0;
	margin-bottom: -32px;
	clip-path: polygon(0% 0%, 50% 40px, 100% 0%, 100% calc(100% - 40px), 50% 100%, 0% calc(100% - 40px));
}

.flow__item:first-child { /* sp */
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 25px 20px 55px;
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), 50% 100%, 0% calc(100% - 40px));
}

.flow__item:last-child { /* sp */
	margin-bottom: 0;
	padding-top: 65px;
	padding-bottom: 25px;
	clip-path: polygon(0% 0%, 50% 40px, 100% 0%, 100% 100%, 0% 100%);
}

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

.flow__text { /* sp */
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5rem;
}

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

.price-list__item { /* sp */
	padding: 15px 15px;
}

.price-list__wrap { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px 20px;
}

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

.price-list__heading span { /* sp */
	width: 25px;
	height: 25px;
	font-size: 1.6rem;
}

.price-list__note { /* sp */
	margin-top: 10px;
	padding-left: 0;
}

.price-list-body { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	padding: 0;
}

.price-list-body__item { /* sp */
	gap: 10px;
}

.price-list-body__price { /* sp */
	font-size: 2.4rem;
}

.price-list-body__price span { /* sp */
	font-size: 1.4rem;
}

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

.cta-head { /* sp */
	padding-bottom: 10px;
}

.cta-head__sub { /* sp */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding-right: 0;
}

.cta-head__sub::before { /* sp */
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	width: clamp(8rem, 2.1818181818rem + 18.1818181818vw, 9rem);
}

.cta-head__sub__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.cta-head__sub__text-1 { /* sp */
	font-size: clamp(1.4rem, 0.2363636364rem + 3.6363636364vw, 1.6rem);
}

.cta-head__sub__text-2 { /* sp */
	font-size: 1.6rem;
	font-size: clamp(1.3rem, -0.4454545455rem + 5.4545454545vw, 1.6rem);
}

.cta-head__main { /* sp */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 2px;
	margin-top: 20px;
	padding-right: 60px;
}

.cta-head__main::before { /* sp */
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 90px;
	height: 78px;
	width: clamp(8rem, 2.1818181818rem + 18.1818181818vw, 9rem);
}

.cta-head__main__text { /* sp */
	margin-top: 0;
	font-size: clamp(1.8rem, -1.1090909091rem + 9.0909090909vw, 2.3rem);
}

.cta-head__main__free { /* sp */
	bottom: 15px;
	left: auto;
	right: 0;
	font-size: 1.3rem;
	width: 80px;
	height: 80px;
	padding-bottom: 0.2em;
}

.cta-main__item { /* sp */
	padding: 25px 20px;
}

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

.cta-main__tel { /* sp */
	margin-top: 15px;
	margin-bottom: 12px;
	font-size: 3.2rem;
}

.cta-main__button { /* sp */
	margin-top: 15px;
}

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

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

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

.company__image { /* sp */
	width: 100%;
	max-width: 300px;
	margin: 30px auto 0;
}

.company-table tr { /* sp */
	font-size: 1.5rem;
}

.company-table th { /* sp */
	width: 90px;
}

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

.call-info__number { /* sp */
	font-size: 3.6rem;
}

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

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

.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: 6px;
	font-size: 1.4rem;
}

.form .input { /* sp */
	padding: 6px 10px;
	font-size: 1.4rem;
}

.form-submit { /* sp */
	margin-top: 15px;
}

.modal__inner { /* sp */
	padding: 40px 25px;
}

.modal__close-btn { /* sp */
	top: -10px;
	right: -10px;
	width: 40px;
	height: 40px;
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

