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

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

a {
	color: inherit;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: 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-sp-left {
	text-align: left;
}

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

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

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

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

.display-block {
	display: 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
-------------------------------*/

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

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

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

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

.flex-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

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

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

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

.justify-content-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

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

.align-items-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

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

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

/* Layout */

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

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

.l-header {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
	width: 100%;
	padding: 15px 20px;
	background: #FFF;
}

.l-footer {
	position: relative;
}

.l-page-content {
	padding: 0 0 50px;
}

/* 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 {
	text-align: center;
	margin-bottom: 4rem;
}

.heading-primary--mb0 {
	margin-bottom: 0;
}

.heading-primary__jp {
	display: block;
	font-family: "Noto Sans JP";
	font-size: 3.8rem;
	line-height: 1.3;
	text-align: center;
}

.heading-primary__jp span {
	color: #0054A7;
	font-weight: 700;
}

.heading-primary__en {
	display: block;
	margin-top: 0.5em;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	color: #0054A7;
}

/*
#styleguide
heading-secondary

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

.heading-secondary {
	margin-bottom: 6.5em;
	text-align: center;
}

.heading-secondary__sub {
	display: block;
	margin-bottom: 0.2em;
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.4;
	color: #FFF;
}

.heading-secondary__main {
	font-weight: 900;
	font-size: 4.8rem;
	line-height: 1.4;
	color: #FFD600;
}

/*
#styleguide
heading-tertiary

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

.heading-tertiary {
	margin-bottom: 30px;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	color: #0054A7;
	text-align: center;
}

/*
#styleguide
text-base

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

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

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

.text-base--lslg {
	letter-spacing: 0.1em;
}

/*
#styleguide
text-lg

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

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

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

/*
#styleguide
text-sm

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

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

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

/*
#styleguide
text-note

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

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

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: 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 {
	overflow: hidden;
	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;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 1.4em 50px;
	border-radius: 100px;
	background: -webkit-gradient(linear, left top, right top, from(#0054A7), to(#0C86A4));
	background: linear-gradient(90deg, #0054A7 0%, #0C86A4 100%);
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}

.button-primary:hover::before {
	opacity: 1;
}

.button-primary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0C86A4;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary--header {
	padding: 1.2em 0.7em;
	border-radius: 40px;
	font-size: 1.4rem;
}

.button-primary--arrow:hover::after {
	-webkit-transform: translate(5px, -50%);
	transform: translate(5px, -50%);
}

.button-primary--arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 18px;
	background: url(../img/icon_arrow_button.svg) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary span {
	position: relative;
	z-index: 1;
}

/*
#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 {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 229px;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.header-cta {
	display: none;
}

.header-tel {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.header-tel::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icon_tel_circle.svg) no-repeat center center/contain;
}

.header-tel__number {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.header-tel__note {
	display: block;
	margin-top: 0.2em;
	font-size: 1.2rem;
	line-height: 1.5;
}

.footer {
	position: relative;
	padding: 40px 0;
	text-align: center;
}

.footer__logo {
	width: 40px;
	margin: 0 auto;
}

.footer__copyright {
	display: block;
	margin-top: 20px;
	padding: 0 60px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.2em;
}

.pagetop {
	padding: 0;
	border: none;
	background: transparent;
	color: #000000;
	border-radius: 0;
	position: absolute;
	bottom: 40px;
	right: 15px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../img/icon_pagetop.svg) no-repeat center center/12px #FFD600;
}

.pagetop span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.section {
	padding: 80px 0;
}

.section--pb0 {
	padding-bottom: 0;
}

.bg-gray {
	background: #FAFAFA;
}

.bg-blue {
	background: #0054A7;
}

.bg-circle-1 {
	position: relative;
}

.bg-circle-1::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 200%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #E9F6FD;
}

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

.bg-circle-2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 600px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 130px solid #E9F6FD;
}

.table-1 {
	width: 100%;
}

.table-1 td,
.table-1 th {
	text-align: left;
	vertical-align: middle;
}

.table-1 th {
	width: 31%;
	font-weight: 700;
	padding: 1.07em 1%;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.table-1 td {
	padding: 1.07em 3%;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

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

.faq__item {
	padding: 25px 15px 25px 10px;
	border-radius: 10px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}

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

.faq__question {
	position: relative;
	margin-bottom: 1.11em;
	padding-left: 2.1875em;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	color: #0054A7;
}

.faq__question::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1;
}

.faq__answer {
	position: relative;
	padding-left: 2.5em;
}

.faq__answer::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0.2em;
	font-family: "Montserrat", sans-serif;
	font-size: 2.2rem;
	color: #000;
}

.faq__answer a {
	text-decoration: underline;
}

.strong__item:not(:last-child) {
	padding-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 30px;
}

.strong__image img {
	display: block;
	width: 100%;
	border-radius: 20px;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}

.strong__main {
	margin-top: 15px;
}

.strong__head {
	margin-bottom: 0.625em;
}

.strong__head__number {
	display: block;
	margin-bottom: 0.1em;
	font-family: "Montserrat", sans-serif;
	font-size: 4.8rem;
	font-weight: 700;
	color: #001738;
}

.strong__head__ja {
	font-weight: 900;
	font-size: 2.56rem;
	line-height: 1.6;
	color: #0054A7;
}

.cta-wrap {
	position: relative;
}

.cta-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#0054A7), to(#0C86A4));
	background: linear-gradient(90deg, #0054A7 0%, #0C86A4 100%);
	border-radius: 20px;
}

.cta-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
	max-width: 309px;
	height: 149px;
	background: url(../img/img_cta.png) no-repeat center bottom/contain;
}

.cta {
	padding: 30px 25px;
}

.cta__logo {
	width: 223px;
	margin: 0 auto 30px;
}

.cta__heading {
	margin-bottom: 0.9em;
	text-align: center;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.4;
}

.cta__heading strong {
	color: #FFD600;
}

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

.cta-main__item--tel {
	color: #0C86A4;
}

.cta-main__item--form {
	color: #0054A7;
}

.cta-main__inner {
	display: block;
	padding: 15px 15px 18px;
	border-radius: 20px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cta-main__inner:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.cta-main__heading {
	margin-bottom: 0.25em;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.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: 10px;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.4;
	font-size: clamp(2rem, -0.6301369863rem + 8.2191780822vw, 2.6rem);
}

.cta-main__button::before {
	content: "";
}

.cta-main__item--tel .cta-main__button::before {
	width: 39px;
	height: 30px;
	-webkit-mask-image: url(../img/icon_tel.svg);
	mask-image: url(../img/icon_tel.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: #0C86A4;
}

.cta-main__item--form .cta-main__button::before {
	width: 26px;
	height: 26px;
	-webkit-mask-image: url(../img/icon_mail.svg);
	mask-image: url(../img/icon_mail.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: #0054A7;
}

.cta-main__note {
	margin-top: 0.25em;
	font-size: 1.4rem;
	line-height: 1.4;
}

.cta-list__item {
	position: relative;
	padding-left: 1.3em;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.cta-list__item:not(:last-child) {
	margin-bottom: 7px;
}

.cta-list__item::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 15px;
	height: 12px;
	-webkit-mask-image: url(../img/icon_check.svg);
	mask-image: url(../img/icon_check.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: #FFF;
}

.cta-list__item strong {
	color: #FFD600;
}

.cta-link {
	margin-top: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
}

.cta-link a:hover {
	text-decoration: none;
}

.cta-bottom {
	margin-top: 30px;
	padding-bottom: 120px;
}

.cta-bottom__text {
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.6;
}

.cta-bottom__text strong {
	color: #FFD600;
}

.tel-modal__bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.is-tel-open .tel-modal__bg {
	opacity: 1;
	visibility: visible;
}

.tel-modal__content {
	position: fixed;
	z-index: 103;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 730px;
	width: 90vw;
	padding: 45px 15px;
	background: #FFFFFF;
	text-align: center;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
}

.is-tel-open .tel-modal__content {
	opacity: 1;
	visibility: visible;
}

.tel-modal__close {
	padding: 0;
	border: none;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	background: #0054A7;
	border-radius: 50%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

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

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

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

.tel-modal__head {
	margin-bottom: 24px;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	color: #0054A7;
	font-weight: 900;
}

.tel-modal__number {
	position: relative;
	display: block;
	margin-bottom: 2px;
	padding-top: 60px;
	font-size: 3.6rem;
	line-height: 1.1;
	color: #0054A7;
	text-align: center;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.tel-modal__number::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	-webkit-mask-image: url(../img/icon_tel.svg);
	mask-image: url(../img/icon_tel.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: #0054A7;
}

.tel-modal__time {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	color: #0054A7;
}

.tel-modal__text {
	margin-top: 25px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}

.tel-modal__text strong {
	color: #e95404;
}

.page-title {
	margin-bottom: 40px;
	padding: 100px 0 50px;
	background: #E9F6FD;
}

.mainvisual {
	position: relative;
	padding: 71px 20px 0;
}

.mainvisual__lead {
	position: relative;
}

.mainvisual__lead__text-1 {
	display: block;
	margin-bottom: 0.5em;
	font-size: clamp(1.9rem, -0.2917808219rem + 6.8493150685vw, 2.4rem);
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.mainvisual__lead__text-1 strong {
	color: #0054A7;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #FFD600), to(#FFD600));
	background: linear-gradient(180deg, transparent 0%, transparent 50%, #FFD600 50%, #FFD600 100%);
}

.mainvisual__image {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 240px;
	margin-top: -43px;
}

.mainvisual__image picture {
	width: 100%;
	height: 100%;
}

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

.mainvisual__manage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
	margin-top: 10px;
}

.mainvisual__manage span {
	color: #595757;
	font-size: 1.4rem;
}

.mainvisual__manage img {
	display: block;
	width: 190px;
}

.mainvisual__button {
	margin: 37px auto 0;
	max-width: 350px;
}

.mainvisual-list {
	margin-top: 36px;
}

.mainvisual-list__item {
	position: relative;
	padding-left: 1.6em;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.2em;
}

.mainvisual-list__item::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 22px;
	height: 16px;
	-webkit-mask-image: url(../img/icon_check.svg);
	mask-image: url(../img/icon_check.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: #0054A7;
}

.mainvisual-list__item:not(:last-child) {
	margin-bottom: 7px;
}

.problem-lead {
	text-align: center;
	margin-bottom: 30px;
}

.problem-lead__sub {
	display: block;
	margin-bottom: 0.1em;
	font-size: 2rem;
	line-height: 1.4;
}

.problem-lead__main {
	display: block;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.problem-lead__main span {
	font-weight: 900;
	color: #0054A7;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #FFD600), to(#FFD600));
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, #FFD600 60%, #FFD600 100%);
}

.problem-item:not(:last-child) {
	padding-bottom: 40px;
}

.problem-item__inner {
	padding: 0 10px 4px;
}

.problem-item__image {
	position: relative;
	width: 160px;
	aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.problem-item__image img {
	display: block;
}

.problem-item__head {
	margin-bottom: 0.4166em;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.4;
	color: #0054A7;
	text-align: center;
}

.problem-bottom {
	position: relative;
	margin-bottom: 40px;
}

.problem-bottom::before {
	content: "";
	display: block;
	width: 176px;
	height: 110px;
	margin: 30px auto;
	-webkit-mask-image: url(../img/icon_arrow_down.svg);
	mask-image: url(../img/icon_arrow_down.svg);
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background: #0054A7;
}

.problem-bottom__text {
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
}

.problem-bottom__text span {
	font-weight: 900;
	color: #0054A7;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #FFD600), to(#FFD600));
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, #FFD600 60%, #FFD600 100%);
}

.problem-message {
	overflow: hidden;
	position: relative;
	padding: 20px 20px 200px;
	background: #E9F6FD;
	border-radius: 20px;
}

.problem-message__lead {
	line-height: 1.6;
}

.problem-message__lead__sub {
	display: block;
	font-size: 1.8rem;
}

.problem-message__lead__main {
	display: block;
	font-size: 2.2rem;
}

.problem-message__lead__main span {
	font-weight: 900;
	color: #0054A7;
}

.problem-message__image {
	position: absolute;
	bottom: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 278px;
}

.problem-message__image img {
	display: block;
	margin-bottom: -14px;
}

.step-wrap {
	width: calc(100% - 20px);
	margin: 0 auto;
}

.step {
	background: #FFF;
	padding: 0 20px 40px;
	border-radius: 20px;
	display: grid;
	gap: 141px;
}

.step__item {
	position: relative;
	padding-top: 70px;
}

.step__item:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: -64px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 87px;
	height: 26px;
	-webkit-mask-image: url(../img/icon_arrow.svg);
	mask-image: url(../img/icon_arrow.svg);
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background: #0054A7;
}

.step__label {
	position: absolute;
	top: -40px;
	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;
	width: 90px;
	aspect-ratio: 1/1;
	background: #FFD600;
	border-radius: 50%;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #0054A7;
}

.step__heading {
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}

.step__heading span {
	display: block;
	margin-top: 0.3571em;
	font-size: 1.4rem;
	font-weight: 700;
}

.step__text {
	font-size: 2.3rem;
	line-height: 1.6;
}

.step__text strong {
	font-weight: 900;
	color: #0054A7;
}

.step__note {
	margin-top: 1.4285em;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}

.step-bottom {
	margin-top: 40px;
}

.step-bottom__text {
	font-size: 2.3rem;
	line-height: 1.6;
	color: #FFF;
}

.step-bottom__text span {
	font-weight: 900;
	color: #FFD600;
}

.step-bottom__main {
	position: relative;
	margin-top: 190px;
}

.step-bottom__image {
	position: absolute;
	top: -150px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	width: 170px;
	aspect-ratio: 1;
	border-radius: 50%;
}

.step-bottom__image img {
	display: block;
}

.step-bottom__fukidashi {
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: 30px 24px;
	line-height: 1.6;
	color: #FFF;
}

.step-bottom__fukidashi__message {
	font-size: 2.3rem;
}

.step-bottom__fukidashi__message strong {
	font-weight: 900;
	color: #FFD600;
}

.step-bottom__fukidashi__name {
	margin-top: 15px;
	font-size: 1.6rem;
}

.fixed-cta {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	width: 100px;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: #FFF;
	border-radius: 50%;
}

.fixed-cta.is-visible {
	opacity: 1;
	visibility: visible;
}

.fixed-cta img {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.contact {
	margin-top: 20px;
}

.contact__iframe-wrap {
	width: 100%;
	height: 1280px;
	border: 10px solid #E9F6FD;
}

.contact__iframe-wrap iframe {
	width: 100%;
	height: 100%;
}

.form__content {
	border-top: 1px solid #e5e5e5;
}

.form__item {
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
}

.form__head {
	display: block;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 10px;
	line-height: 1.4;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

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

.form__required {
	font-weight: normal;
	color: #e95404;
	font-size: 1.4rem;
	margin-left: 10px;
}

.form__note {
	margin-top: 4px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.form__agree {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.form__agree .text {
	margin-bottom: 20px;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	position: relative;
	margin: 0;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input {
	position: absolute;
	top: 0;
	left: 0;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
	background: #e95404;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
}

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

.form__agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::after {
	position: absolute;
	top: 2px;
	left: 6px;
	content: "";
	width: 8px;
	height: 12px;
	display: block;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.form__agree-box {
	overflow: auto;
	height: 260px;
	margin-bottom: 40px;
	padding: 20px;
	font-size: 1.4rem;
	line-height: 1.75;
	border: 1px solid #707070;
}

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

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
	display: block;
	width: 100%;
	padding: 8px 10px;
	border: none;
	border-radius: 0;
	outline: none;
	background: #eeeeee;
	font-size: 1.6rem;
	resize: none;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
	outline: none;
}

.form input[type=text]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	color: #a9a9a9;
}

.form input[type=text]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder,
.form textarea::-moz-placeholder {
	color: #a9a9a9;
}

.form input[type=text]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
	color: #a9a9a9;
}

.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder {
	color: #a9a9a9;
}

.form input[type=text]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: #a9a9a9;
}

.form input[type=text]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
	color: #a9a9a9;
}

.form__button input {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 45px;
	margin: 0 auto;
	border: 1px solid #001738;
	background: #ffffff;
	border-radius: 50px;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	color: #000000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.form select {
	width: 100%;
	border: none;
	padding: 10px 30px 10px 10px;
	font-size: 1.4rem;
	background: url(../img/icon_select.svg) no-repeat right 10px center/10px #eeeeee;
	height: 40px;
}

@media (min-width: 576px) {

.container {
	max-width: 540px;
}

.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-sm-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-sm-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-sm-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-sm-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-sm-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-sm-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-sm-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-sm-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-sm-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-sm-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-sm-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-sm-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-sm-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-sm-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-sm-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-sm-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-sm-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-sm-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.333333%;
}

.offset-sm-2 {
	margin-left: 16.666667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.333333%;
}

.offset-sm-5 {
	margin-left: 41.666667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.333333%;
}

.offset-sm-8 {
	margin-left: 66.666667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.333333%;
}

.offset-sm-11 {
	margin-left: 91.666667%;
}

.flex-sm-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-sm-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-sm-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-sm-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-sm-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-sm-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-sm-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-sm-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-sm-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-sm-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-sm-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-sm-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-sm-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-sm-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-sm-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-sm-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-sm-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-sm-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-sm-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-sm-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-sm-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-sm-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-sm-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-sm-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-sm-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.d-sm-none {
	display: none !important;
}

.d-sm-inline {
	display: inline !important;
}

.d-sm-inline-block {
	display: inline-block !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-table {
	display: table !important;
}

.d-sm-table-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-sm-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.faq__item {
	padding: 35.5px 50px 33px;
}

}

@media (min-width: 768px) {

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

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

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

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

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

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

.container {
	max-width: 720px;
}

.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-md-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-md-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-md-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-md-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-md-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-md-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-md-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-md-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-md-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-md-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-md-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-md-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-md-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-md-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-md-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-md-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-md-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-md-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-md-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-md-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.333333%;
}

.offset-md-2 {
	margin-left: 16.666667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.333333%;
}

.offset-md-5 {
	margin-left: 41.666667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.333333%;
}

.offset-md-8 {
	margin-left: 66.666667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.333333%;
}

.offset-md-11 {
	margin-left: 91.666667%;
}

.flex-md-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-md-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-md-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-md-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-md-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-md-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-md-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-md-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-md-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-md-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-md-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-md-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-md-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-md-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-md-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-md-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-md-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-md-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-md-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-md-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-md-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-md-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-md-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-md-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-md-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-md-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-md-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.d-md-none {
	display: none !important;
}

.d-md-inline {
	display: inline !important;
}

.d-md-inline-block {
	display: inline-block !important;
}

.d-md-block {
	display: block !important;
}

.d-md-table {
	display: table !important;
}

.d-md-table-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-md-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.l-header {
	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;
	top: 30px;
	height: 90px;
	width: 96%;
	padding: 10px 10px 10px 25px;
	border-radius: 100px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.heading-primary {
	margin-bottom: 6rem;
}

.heading-primary--mb0 {
	margin-bottom: 0;
}

.heading-primary__jp {
	font-size: 4.8rem;
}

.heading-primary__en {
	font-size: 1.4rem;
}

.heading-secondary {
	margin-bottom: 7.2em;
}

.heading-tertiary {
	margin-bottom: 50px;
	font-size: 3.6rem;
}

.header-logo {
	width: 360px;
	width: clamp(24rem, 2.6666666667rem + 27.7777777778vw, 36rem);
}

.header-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 3%;
	width: 100%;
}

.header-tel::before {
	width: 50px;
	height: 50px;
}

.header-tel__number {
	font-size: 2.4rem;
}

.footer {
	padding: 62px 0;
}

.footer__logo {
	width: 70px;
}

.footer__copyright {
	margin-top: 26px;
	font-size: 1.4rem;
}

.pagetop {
	bottom: 30px;
	right: 40px;
	width: 120px;
	height: 120px;
	background-size: 22px;
}

.section {
	padding: 140px 0;
}

.section--pb0 {
	padding-bottom: 0;
}

.bg-circle-1::before {
	top: 30%;
	left: 50%;
	width: 1500px;
	height: 1500px;
	margin-left: -924px;
}

.bg-circle-2::before {
	top: 55%;
	left: 50%;
	width: 1200px;
	margin-left: 680px;
	border: 260px solid #E9F6FD;
}

.table-1 th {
	padding: 29px 10px;
	width: 27.7%;
}

.table-1 td {
	padding: 29px 21px;
}

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

.faq__question {
	margin-bottom: 1.388em;
	padding-left: 2.8888em;
}

.faq__question::before {
	top: -0.2em;
	font-size: 3.6rem;
}

.faq__answer {
	padding-left: 3.8em;
}

.faq__answer::before {
	font-size: 2.8rem;
}

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

.strong__item:not(:last-child) {
	padding-bottom: 40px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 40px;
}

.strong__main {
	margin-top: 0;
}

.strong__head {
	margin-bottom: 1.44em;
}

.strong__head__number {
	margin-bottom: 0.333em;
	font-size: 6rem;
}

.strong__head__ja {
	font-size: 3.2rem;
}

.cta-wrap::before {
	width: calc(100% - 40px);
}

.cta {
	padding: 50px 0 34px;
}

.cta__logo {
	width: 260px;
	margin-bottom: 40px;
}

.cta__heading {
	margin-bottom: 0.5em;
	font-size: 3.2rem;
}

.cta-main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 48px;
}

.cta-main__inner {
	padding: 25px 15px;
}

.cta-main__heading {
	margin-bottom: 0.5em;
}

.cta-main__note {
	margin-top: 1em;
}

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

.cta-list__item {
	font-size: 1.8rem;
}

.cta-bottom {
	width: 81%;
	margin: 50px auto 0;
}

.tel-modal__close {
	top: -30px;
	right: -30px;
	width: 60px;
	height: 60px;
}

.tel-modal__head {
	font-size: 2.4rem;
}

.tel-modal__number {
	padding-top: 70px;
	font-size: 5.2rem;
}

.tel-modal__number::before {
	width: 57px;
	height: 60px;
}

.tel-modal__text {
	margin-top: 35px;
}

.page-title {
	margin-bottom: 60px;
	padding: 180px 0 70px;
}

.mainvisual {
	height: 780px;
	margin-bottom: 40px;
	padding: 195px 4.8% 0;
}

.mainvisual__inner {
	max-width: 1310px;
	margin: 0 auto;
}

.mainvisual__lead__text-1 {
	margin-bottom: 0.75em;
	font-size: 3rem;
}

.mainvisual__image {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 59%;
	height: 100%;
	margin: 0;
}

.mainvisual__image img {
	-o-object-position: center left;
	object-position: center left;
}

.mainvisual__manage {
	gap: 18px;
	margin-top: 5px;
}

.mainvisual__manage span {
	font-size: 1.8rem;
}

.mainvisual__manage img {
	width: 310px;
}

.mainvisual__button {
	margin: 37px 0 0;
}

.mainvisual-list {
	margin-top: 55px;
}

.mainvisual-list__item {
	font-size: 2rem;
}

.mainvisual-list__item::before {
	width: 26px;
	height: 20px;
}

.mainvisual-list__item:not(:last-child) {
	margin-bottom: 13px;
}

.problem-lead {
	margin-bottom: 60px;
}

.problem-lead__sub {
	font-size: 2.4rem;
}

.problem-lead__main {
	font-size: 4.6rem;
}

.problem-lead__main span {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69%, transparent), color-stop(60%, #FFD600), to(#FFD600));
	background: linear-gradient(to bottom, transparent 0%, transparent 69%, #FFD600 60%, #FFD600 100%);
}

.problem-item:not(:last-child) {
	padding-bottom: 0;
}

.problem-bottom {
	margin-bottom: 80px;
}

.problem-bottom::before {
	margin: 40px auto 30px;
}

.problem-bottom__text {
	font-size: 4.6rem;
	line-height: 1.6;
}

.problem-bottom__text span {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69%, transparent), color-stop(60%, #FFD600), to(#FFD600));
	background: linear-gradient(to bottom, transparent 0%, transparent 69%, #FFD600 60%, #FFD600 100%);
}

.problem-message {
	overflow: visible;
	padding: 30px 40px 220px;
}

.problem-message__lead__sub {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.problem-message__lead__main {
	font-size: 3.2rem;
}

.problem-message__image img {
	margin-bottom: 0;
}

.step-wrap {
	width: calc(100% - 80px);
}

.step {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 0;
	padding: 0 10px;
}

.step__item {
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	padding: 60px 15px 35px;
}

.step__item:not(:last-child)::after {
	bottom: 50%;
	right: -64px;
	-webkit-transform: translateY(50%) rotate(-90deg);
	transform: translateY(50%) rotate(-90deg);
}

.step__text {
	font-size: 2.4rem;
}

.step__note {
	margin-top: 1.57em;
}

.step-bottom {
	margin-top: 60px;
}

.step-bottom__text {
	font-size: 2.8rem;
	text-align: center;
}

.step-bottom__main {
	margin-top: 60px;
}

.step-bottom__image {
	top: 0;
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.step-bottom__fukidashi {
	width: calc(100% - 190px);
	margin-left: auto;
	padding: 22px 45px;
}

.step-bottom__fukidashi__message {
	font-size: 2.8rem;
}

.step-bottom__fukidashi__name {
	margin-top: 10px;
}

.fixed-cta {
	bottom: 4.2vw;
	right: 4.2vw;
	width: 200px;
	width: clamp(14rem, 4rem + 8.3333333333vw, 20rem);
}

.fixed-cta:hover img {
	opacity: 0.6;
}

.contact {
	margin-top: 40px;
}

.contact__iframe-wrap {
	height: 1380px;
}

.form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0 10px 12px;
}

.form__head {
	width: 180px;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 0;
	font-size: 1.6rem;
}

.form__main {
	width: calc(100% - 180px);
}

.form__button input {
	width: 350px;
	height: 60px;
}

.form__button input:hover {
	background: #001738;
	color: #ffffff;
}

.form select {
	width: 238px;
	font-size: 1.6rem;
}

}

@media (min-width: 992px) {

.container {
	max-width: 960px;
}

.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-lg-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-lg-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-lg-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-lg-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-lg-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-lg-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-lg-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-lg-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-lg-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-lg-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-lg-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-lg-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-lg-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-lg-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-lg-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-lg-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-lg-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-lg-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-lg-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.333333%;
}

.offset-lg-2 {
	margin-left: 16.666667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.333333%;
}

.offset-lg-5 {
	margin-left: 41.666667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.333333%;
}

.offset-lg-8 {
	margin-left: 66.666667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.333333%;
}

.offset-lg-11 {
	margin-left: 91.666667%;
}

.flex-lg-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-lg-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-lg-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-lg-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-lg-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-lg-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-lg-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-lg-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-lg-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-lg-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-lg-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-lg-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-lg-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-lg-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-lg-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-lg-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-lg-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-lg-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-lg-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-lg-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-lg-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-lg-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-lg-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-lg-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-lg-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.d-lg-none {
	display: none !important;
}

.d-lg-inline {
	display: inline !important;
}

.d-lg-inline-block {
	display: inline-block !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-table {
	display: table !important;
}

.d-lg-table-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-lg-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.button-primary--header {
	font-size: 1.6rem;
}

.header-tel__number {
	font-size: 3rem;
}

.header-tel__note {
	font-size: 1.4rem;
}

.cta-wrap::after {
	left: 50%;
	width: 309px;
	margin-left: 280px;
}

.cta__heading {
	font-size: 4.4rem;
}

.cta-main__button {
	font-size: 3rem;
}

.cta-bottom {
	padding-bottom: 0;
}

.cta-bottom__text {
	width: 62%;
	font-size: 2.4rem;
	text-align: left;
}

.problem-message {
	padding: 30px 40px 26px;
}

.problem-message__image {
	right: 0.5em;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1140px;
}

.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-xl-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-xl-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-xl-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-xl-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-xl-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-xl-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-xl-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-xl-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-xl-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-xl-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-xl-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-xl-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-xl-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-xl-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-xl-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-xl-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-xl-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-xl-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-xl-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-xl-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.333333%;
}

.offset-xl-2 {
	margin-left: 16.666667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.333333%;
}

.offset-xl-5 {
	margin-left: 41.666667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.333333%;
}

.offset-xl-8 {
	margin-left: 66.666667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.333333%;
}

.offset-xl-11 {
	margin-left: 91.666667%;
}

.flex-xl-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-xl-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-xl-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-xl-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-xl-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-xl-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-xl-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-xl-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-xl-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-xl-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-xl-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-xl-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-xl-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-xl-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-xl-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-xl-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-xl-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-xl-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-xl-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-xl-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-xl-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-xl-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-xl-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-xl-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-xl-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.d-xl-none {
	display: none !important;
}

.d-xl-inline {
	display: inline !important;
}

.d-xl-inline-block {
	display: inline-block !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-table {
	display: table !important;
}

.d-xl-table-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-xl-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.l-header {
	padding: 10px 10px 10px 50px;
}

.button-primary--header {
	padding: 1.2em 1.7em;
	font-size: 1.8rem;
}

.header-cta {
	gap: 4.2%;
}

.header-tel::before {
	width: 70px;
	height: 70px;
}

.header-tel__number {
	font-size: 3.8rem;
}

.problem-message__image {
	right: 3em;
	width: 350px;
}

.step {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
	padding: 0 40px;
}

.step__item {
	padding: 60px 25px 35px;
}

.step__item:not(:last-child)::after {
	right: -94px;
}

.step__text {
	font-size: 2.8rem;
}

.step-bottom__fukidashi {
	padding: 22px 90px;
	border-radius: 90px;
}

}

@media (min-width: 1280px) {

.cta-wrap::before {
	width: calc(100% - 80px);
}

}

@media print {

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-print-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

}

