@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap");

/* 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: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #032a80;
	word-wrap: break-word;
}

a {
	color: inherit;
}

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

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

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

button,
a,
select {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible,
select:focus-visible {
	outline: auto;
	outline-color: #222222;
}

/* for development */

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

/* Tools */

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

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

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

.d-block {
	display: block;
}

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

.hidden {
	display: none !important;
}

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

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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%;
	min-width: 1200px;
	min-height: 100vh;
	background: -webkit-gradient(linear, right top, left top, from(#c3e2f2), color-stop(50%, #cbc3eb), to(#e0caf3));
	background: linear-gradient(to left, #c3e2f2 0%, #cbc3eb 50%, #e0caf3 100%);
	overflow: clip;
}

.l-body:has(.is-back-white) {
	padding-top: 130px;
}

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

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-width: 1200px;
	height: 130px;
}

.l-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 100%;
	width: calc(100% - 60px);
	max-width: 1306px;
	margin-left: auto;
	margin-right: auto;
}

.l-header.is-back-white {
	background: rgba(238, 240, 246, 0.8);
}

.l-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(238, 240, 246, 0.8);
	-webkit-animation: header-slide-down 0.45s ease forwards;
	animation: header-slide-down 0.45s ease forwards;
}

.l-wrapper {
	position: relative;
	max-width: 1200px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

.l-wrapper-lg {
	position: relative;
	max-width: 1280px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

.l-page-content {
	padding: 60px 0 120px;
	min-height: calc(100vh - 221px);
}

/* Module */

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

.noscript span {
	color: red;
}

.white-container {
	background-color: #FFF;
	border-radius: 20px;
	width: 100%;
}

.bg-blue {
	background: #e6effa;
}

.bg-purple {
	background: #e2dff4;
}

.bg-white {
	background: #FFF;
}

.bg-purple-2 {
	background: #8672c3;
}

.bg-arrow {
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100px), 50% 100%, 0% calc(100% - 100px));
}

.heading-1 {
	margin-bottom: 13px;
	font-size: 4rem;
	line-height: 1.575;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
}

.heading-1 span {
	display: inline-block;
}

.heading-1__bg {
	padding: 0 0.2em;
	margin: 0 0.2em;
	display: inline-block;
	background: #FFF;
	line-height: 1.3;
}

.heading-1__bg--yellow {
	background: #ffe27b;
}

.heading-1--yellow {
	color: #ffe27b;
}

.heading-1__bg-zero {
	position: relative;
}

.heading-1__bg-zero::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 45px;
	height: 76px;
	background: url(../img/txt_zero.png) no-repeat center center/contain;
}

.heading-1__bg-zero span {
	position: relative;
	z-index: 1;
}

.heading-2 {
	margin-bottom: 13px;
}

.heading-2__sub {
	display: block;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #cf97e8;
	letter-spacing: 0.06em;
}

.heading-2__main {
	font-size: 4rem;
	line-height: 1.575;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
}

.heading-3 {
	margin-bottom: 15px;
	font-size: 3.3rem;
	line-height: 1.303;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
}

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

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

.text-lg {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

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

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

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

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

.lead-text {
	font-size: 1.8rem;
	line-height: 1.61111;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
}

.button-primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 480px;
	height: 65px;
	border: none;
	border-radius: 32.5px;
	background: -webkit-gradient(linear, left top, right top, from(#cf97e8), color-stop(50%, #a898de), to(#6093e0));
	background: linear-gradient(90deg, #cf97e8 0%, #a898de 50%, #6093e0 100%);
	-webkit-box-shadow: 0 10px 30px rgba(0, 24, 78, 0.2);
	box-shadow: 0 10px 30px rgba(0, 24, 78, 0.2);
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary--submit {
	position: relative;
	overflow: hidden;
}

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

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

.button-primary--submit:disabled {
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-primary--submit:disabled::before {
	opacity: 1;
}

.button-primary--sm {
	height: 50px;
	font-size: 1.4rem;
}

.button-secondary {
	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%;
	max-width: 480px;
	height: 65px;
	border: none;
	border-radius: 32.5px;
	background: #FFF;
	-webkit-box-shadow: 0 10px 30px rgba(0, 24, 78, 0.2);
	box-shadow: 0 10px 30px rgba(0, 24, 78, 0.2);
	color: #032a80;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-logo {
	width: 316px;
}

.header-logo__link {
	display: block;
}

.header-logo__sub {
	display: block;
	width: 134px;
	margin: 13px auto 0;
}

.header-logo img {
	display: block;
}

.header-cta {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 190px;
}

.footer {
	background: #313648;
}

.footer__inner {
	padding: 44px 0 24px;
	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;
	border-bottom: 1px solid #3f465b;
}

.footer__logo {
	text-align: center;
}

.footer__logo > img {
	display: block;
	width: auto;
	height: 39px;
}

.footer__logo span {
	display: block;
	width: 120px;
	margin: 13px auto 0;
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 56px;
}

.footer__nav__item a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.copyright {
	display: block;
	padding: 28px 0 30px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #9298aa;
}

.mainvisual {
	position: relative;
	padding: 181px 0 125px;
}

.mainvisual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 305px;
	width: 1211px;
	height: 476px;
	background: url(../img/bg_mainvisual.png) no-repeat top center/contain;
}

.mainvisual__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;
	max-width: 1240px;
	margin: 0 auto;
}

.mainvisual__body {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 660px;
	padding-top: 5px;
}

.mainvisual__bg-text {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	border-radius: 6px;
	padding: 0.55em 1.1em;
	background: #FFF;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #be64e2;
}

.mainvisual__lead-1 {
	margin-top: 18px;
	text-align: center;
	font-size: 2.7rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.mainvisual__lead-1 span {
	font-size: 3.7rem;
}

.mainvisual__lead-2 {
	margin: 18px -0.1em 0;
	text-align: center;
	font-size: 5rem;
	line-height: 1.36;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.mainvisual__text {
	position: relative;
	margin-top: 22px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.mainvisual__side {
	position: absolute;
	top: 50%;
	left: calc(50% + 30px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 44%;
	max-width: 533px;
}

.mainvisual__image {
	position: relative;
	width: 100%;
}

.mainvisual__image::after {
	content: "";
	position: absolute;
	top: calc(100% - 100px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 980px;
	height: 181px;
	background: url(../img/bg_mainvisual_image.png) no-repeat center center/contain;
}

.mainvisual__image img {
	position: relative;
	z-index: 1;
}

.mainvisual__badge {
	position: absolute;
	top: 15px;
	right: -38px;
	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: 140px;
	height: 140px;
	border-radius: 50%;
	text-align: center;
	background: #FFF;
	color: #f06b00;
	font-size: 1.8rem;
	line-height: 1.333;
	font-weight: 700;
	letter-spacing: 0.16em;
	-webkit-box-shadow: 0 10px 30px rgba(0, 24, 78, 0.1);
	box-shadow: 0 10px 30px rgba(0, 24, 78, 0.1);
}

.mainvisual-cta {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 32px;
}

.mainvisual-cta__item {
	width: 270px;
}

.mainvisual-cta__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 480px;
	height: 70px;
	padding: 5px 10px;
	border: none;
	border-radius: 100px;
	background: -webkit-gradient(linear, left top, right top, from(#cf97e8), color-stop(50%, #a898de), to(#6093e0));
	background: linear-gradient(90deg, #cf97e8 0%, #a898de 50%, #6093e0 100%);
	-webkit-box-shadow: 0 10px 30px rgba(0, 24, 78, 0.2);
	box-shadow: 0 10px 30px rgba(0, 24, 78, 0.2);
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4285;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual-cta__button--blue {
	background: #005fba;
}

.mainvisual-cta__button--icon-movie::before {
	content: "";
	width: 29px;
	height: 20px;
	margin-right: 10px;
	background: url(../img/icon_movie.svg) no-repeat center center/contain;
}

.problem-wrap {
	padding-top: 85px;
	padding-bottom: 140px;
}

.problem {
	display: grid;
	grid-template-columns: repeat(3, 370px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.problem__item {
	padding: 0 37px 35px;
	border-radius: 20px;
	background: #FFF;
	-webkit-box-shadow: 0 10px 30px rgba(0, 24, 78, 0.1);
	box-shadow: 0 10px 30px rgba(0, 24, 78, 0.1);
}

.problem__image {
	margin-top: -20px;
	margin-bottom: 5px;
}

.problem__image img {
	display: block;
	width: auto;
	height: 180px;
	margin: 0 auto;
}

.problem__heading {
	margin-bottom: 5px;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
}

.problem__heading--sm {
	font-size: 2.5rem;
}

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

.solution-wrap {
	padding: 70px 0 120px;
}

.solution {
	max-width: 1100px;
	margin: 0 auto;
}

.movie {
	position: relative;
	max-width: 960px;
	margin: 145px auto 0;
	padding: 35px 76px 75px;
	background: #a998de;
	border-radius: 30px;
	border: 3px solid #FFF;
}

.movie__sub {
	position: absolute;
	top: -3px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 11px 33px;
	white-space: nowrap;
	border-radius: 100px;
	background: #FFF;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #032a80;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.movie__heading {
	margin-bottom: 22px;
	font-size: 2.6rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #FFF;
}

.movie__iframe {
	overflow: hidden;
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 10px;
}

.movie__iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feature-wrap {
	padding: 112px 0 120px;
}

.feature__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 80px;
}

.feature__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 282px);
	height: 478px;
	border-radius: 50px 0 0 50px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(168, 152, 222, 0)), color-stop(50%, #88b3d9), to(#51ccd4));
	background: linear-gradient(to left, rgba(168, 152, 222, 0) 0%, #88b3d9 50%, #51ccd4 100%);
}

.feature__item:nth-of-type(even)::before {
	content: "";
	right: auto;
	left: 0;
	border-radius: 0 50px 50px 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(168, 152, 222, 0)), color-stop(50%, #88b3d9), to(#51ccd4));
	background: linear-gradient(to right, rgba(168, 152, 222, 0) 0%, #88b3d9 50%, #51ccd4 100%);
}

.feature__item:not(:last-child) {
	margin-bottom: 80px;
}

.feature__image {
	position: absolute;
	z-index: 1;
	width: 730px;
	top: 80px;
}

.feature__item:nth-of-type(odd) .feature__image {
	left: 0;
}

.feature__item:nth-of-type(even) .feature__image {
	right: 0;
}

.feature__image img {
	display: block;
}

.feature__body {
	position: relative;
	z-index: 2;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 570px;
	margin-top: 130px;
	padding: 50px 60px 53px;
	border-radius: 30px;
	background: #FFF;
	-webkit-box-shadow: 0 10px 30px rgba(0, 24, 78, 0.1);
	box-shadow: 0 10px 30px rgba(0, 24, 78, 0.1);
}

.feature__item:nth-of-type(odd) .feature__body {
	margin-left: auto;
}

.feature__label {
	display: block;
	margin-bottom: 8px;
	color: #cf97e8;
	font-family: "Barlow", sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.feature__heading {
	margin-bottom: 17px;
	font-size: 3.3rem;
	line-height: 1.323;
	font-weight: 700;
	letter-spacing: 0.06em;
}

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

.benefits-wrap {
	padding: 114px 0 120px;
}

.benefits {
	display: grid;
	grid-template-columns: repeat(3, 370px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.benefits__item {
	padding: 30px;
	border-radius: 20px;
}

.benefits__item--bg-blue {
	background: #e6f2f9;
}

.benefits__item--bg-pink {
	background: #f8ebfa;
}

.benefits__item--bg-green {
	background: #edf7f1;
}

.benefits__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	margin-bottom: 15px;
}

.benefits__heading {
	font-size: 2.1rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.benefits__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
}

.benefits__list li {
	position: relative;
	padding-left: 25px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.benefits__list li::before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 16px;
	height: 14px;
	background: url(../img/icon_check_list.svg) no-repeat center center/contain;
}

.benefits__list li:not(:last-child) {
	margin-bottom: 5px;
}

.management-wrap {
	padding: 25px 0 67px;
}

.management {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6.4%;
	max-width: 1100px;
	margin: 0 auto;
}

.management__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 330px;
}

.management__image img {
	display: block;
}

.management__body {
	width: 100%;
}

.management__head {
	margin-bottom: 25px;
}

.management__heading {
	font-size: 3.3rem;
	line-height: 1.303;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.management__frame {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 14px;
	padding: 7px 31px;
	border: 1px solid #032a80;
	border-radius: 100px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.06em;
}

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

.management__text strong {
	font-weight: 700;
}

.message-wrap {
	padding: 68px 0 72px;
}

.message__heading {
	color: #ffe27b;
}

.message__text {
	font-size: 1.8rem;
	line-height: 1.6111;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.06em;
}

.form-wrap {
	padding: 112px 0 120px;
}

.form {
	padding: 52px 190px 80px;
	word-break: break-all;
}

.form--confirm {
	padding-top: 62px;
}

.form__head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 250px;
	padding-top: 10px;
}

.form__head--start {
	padding-top: 0;
}

.form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px;
	padding: 24px 0;
	border-bottom: 1px solid #d4d9e7;
}

.form__row--confirm .form__head {
	padding-top: 0;
}

.form__label {
	color: #222222;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.form__required {
	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: 59px;
	height: 25px;
	background-color: #f09800;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 12.5px;
}

.form__body {
	width: 100%;
}

.form__value {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #222222;
}

.form__error {
	display: block;
	margin-top: 10px;
	color: #f06b00;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

.form__unit {
	margin-left: 12px;
	font-size: 1.4rem;
	line-height: 1.6428;
	color: #222222;
	letter-spacing: 0.06em;
}

.form__note {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.6428;
	color: #222222;
	letter-spacing: 0.06em;
}

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

.form__message {
	margin: 35px auto 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.06em;
}

.form__button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-top: 35px;
}

.form-check {
	position: relative;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 28px auto 0;
	cursor: pointer;
	color: #222222;
}

.form-check:has(input:focus-visible) {
	outline: auto;
	outline-width: 1px;
	outline-color: #3f465b;
	outline-offset: 4px;
}

.form-check input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 0;
	height: 0;
}

.form-check input:checked + span::after {
	opacity: 1;
}

.form-check span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.form-check span::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #eef0f6;
}

.form-check span::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 5px;
	width: 4px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0.1rem solid #005fbb;
	border-width: 0 2px 2px 0;
	opacity: 0;
}

.input {
	scroll-margin-top: var(--header-h);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	background: #eef0f6;
	border: none;
	border-radius: 4px;
	width: 100%;
	padding: 9px 15px;
	font-size: 1.6rem;
	line-height: 1.64286;
	color: #222222;
}

.input--textarea {
	height: 160px;
	resize: vertical;
}

.input--sm {
	width: 255px;
}

.input:focus {
	outline: auto;
	outline-width: 1px;
	outline-color: #3f465b;
	outline-offset: 2px;
}

.input::-webkit-input-placeholder {
	color: #b6bbcb;
}

.input::-moz-placeholder {
	color: #b6bbcb;
}

.input::-ms-input-placeholder {
	color: #b6bbcb;
}

.input::placeholder {
	color: #b6bbcb;
}

.done__heading {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.done__content {
	margin-top: 40px;
	padding-top: 160px;
	position: relative;
	text-align: center;
}

.done__content::before {
	content: "";
	background: url("../img/icon_check.svg") no-repeat center/contain;
	width: 127px;
	height: 127px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.done__content--icon-none {
	padding-top: 0;
}

.done__content--icon-none::before {
	content: none;
}

.done__text {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6111;
	letter-spacing: 0.06em;
}

.done__note {
	margin-top: 18px;
	font-size: 1.4rem;
	line-height: 1.65;
	letter-spacing: 0.06em;
}

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

@media (hover: hover) {

.button-primary:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.button-primary--submit:disabled:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.button-secondary:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.footer__nav__item a:hover {
	opacity: 0.6;
}

.mainvisual-cta__button:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.form-check:hover {
	color: #032a80;
}

}

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

.text-left-pc { /* 767px以上 */
	text-align: left;
}

.text-center-pc { /* 767px以上 */
	text-align: center;
}

.text-right-pc { /* 767px以上 */
	text-align: right;
}

}

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

div[id],
section[id],
article[id],
form[id] { /* 767px以下 */
	scroll-margin-top: 110px;
}

.text-left-sp { /* 767px以下 */
	text-align: left;
}

.text-center-sp { /* 767px以下 */
	text-align: center;
}

.text-right-sp { /* 767px以下 */
	text-align: right;
}

.sp-only { /* 767px以下 */
	display: block !important;
}

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

.pc-only { /* 767px以下 */
	display: none !important;
}

.pc-only-2 { /* 767px以下 */
	display: none !important;
}

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

.l-body { /* 767px以下 */
	min-width: initial;
}

.l-body:has(.is-back-white) { /* 767px以下 */
	padding-top: 80px;
}

.l-header { /* 767px以下 */
	height: 80px;
	min-width: inherit;
}

.l-header__inner { /* 767px以下 */
	width: calc(100% - 30px);
}

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

.l-wrapper { /* 767px以下 */
	width: calc(100% - 30px);
	max-width: 600px;
	min-width: initial;
}

.l-wrapper--sp-wide { /* 767px以下 */
	width: 100%;
	max-width: initial;
}

.l-wrapper-lg { /* 767px以下 */
	width: calc(100% - 30px);
	max-width: 600px;
	min-width: initial;
}

.l-page-content { /* 767px以下 */
	padding: 40px 0 60px;
	min-height: initial;
}

.white-container { /* 767px以下 */
	border-radius: 15px;
}

.bg-arrow { /* 767px以下 */
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), 50% 100%, 0% calc(100% - 40px));
}

.heading-1 { /* 767px以下 */
	margin-bottom: 15px;
	font-size: 3rem;
	line-height: 1.4333;
}

.heading-1__bg-zero::before { /* 767px以下 */
	width: 34px;
	height: 55px;
}

.heading-2 { /* 767px以下 */
	margin-bottom: 7px;
}

.heading-2__sub { /* 767px以下 */
	margin-bottom: 15px;
}

.heading-2__main { /* 767px以下 */
	font-size: 3rem;
	line-height: 1.4333;
}

.heading-3 { /* 767px以下 */
	margin-bottom: 8px;
	font-size: 2.4rem;
	line-height: 1.375;
	text-align: left;
}

.lead-text { /* 767px以下 */
	text-align: left;
}

.button-primary { /* 767px以下 */
	width: 100%;
	height: 60px;
}

.button-primary--sm { /* 767px以下 */
	height: 40px;
	font-size: 1.3rem;
}

.button-secondary { /* 767px以下 */
	width: 100%;
	height: 60px;
}

.header-logo { /* 767px以下 */
	width: 180px;
}

.header-logo__sub { /* 767px以下 */
	width: 77px;
	margin-top: 7px;
}

.header-cta { /* 767px以下 */
	width: 140px;
	padding-bottom: 8px;
}

.footer__inner { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 50px 0 40px;
	gap: 32px;
}

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

.copyright { /* 767px以下 */
	padding: 23px 0 25px;
}

.mainvisual { /* 767px以下 */
	padding: 75px 0 22px;
}

.mainvisual::before { /* 767px以下 */
	width: 565px;
	background: url(../img/bg_mainvisual.png) no-repeat top center/565px 295px;
	margin-left: 80px;
}

.mainvisual__wrap { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mainvisual__body { /* 767px以下 */
	width: 100%;
}

.mainvisual__bg-text { /* 767px以下 */
	border-radius: 3px;
	padding: 0.4em 0.7em;
	font-size: 1.3rem;
	line-height: 1.3846;
}

.mainvisual__lead-1 { /* 767px以下 */
	margin-top: 4px;
	font-size: 1.8rem;
}

.mainvisual__lead-1 span { /* 767px以下 */
	font-size: 2.3rem;
}

.mainvisual__lead-2 { /* 767px以下 */
	margin: 2px 0 0;
	font-size: 3.1rem;
}

.mainvisual__text { /* 767px以下 */
	margin-top: 8px;
	text-align: left;
	font-size: 1.4rem;
}

.mainvisual__side { /* 767px以下 */
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
	width: 81%;
	max-width: 280px;
	margin: 6px auto 0;
}

.mainvisual__image::after { /* 767px以下 */
	top: calc(100% - 55px);
	width: 375px;
	height: 91.5px;
}

.mainvisual__badge { /* 767px以下 */
	top: -5px;
	right: -32px;
	width: 80px;
	height: 80px;
	font-size: 1.2rem;
}

.mainvisual-cta { /* 767px以下 */
	gap: 10px;
	margin-top: 14px;
}

.mainvisual-cta__item { /* 767px以下 */
	width: 170px;
}

.mainvisual-cta__button { /* 767px以下 */
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	border-radius: 5px;
	font-size: clamp(1.1rem, -0.6454545455rem + 5.4545454545vw, 1.4rem);
}

.mainvisual-cta__button--icon-movie::before { /* 767px以下 */
	margin-right: 17px;
}

.problem-wrap { /* 767px以下 */
	padding-top: 22px;
	padding-bottom: 65px;
}

.problem { /* 767px以下 */
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
}

.problem__item { /* 767px以下 */
	padding: 0 24px 35px;
}

.problem__image { /* 767px以下 */
}

.problem__image img { /* 767px以下 */
	height: 126px;
}

.problem__heading { /* 767px以下 */
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	font-size: 2.4rem;
}

.solution-wrap { /* 767px以下 */
	padding: 50px 0 50px;
}

.solution { /* 767px以下 */
}

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

.movie { /* 767px以下 */
	margin-top: 62px;
	padding: 40px 15px 42px;
	border-radius: 0;
	border-left: none;
	border-right: none;
}

.movie__heading { /* 767px以下 */
	margin-bottom: 10px;
	font-size: 2.1rem;
}

.feature-wrap { /* 767px以下 */
	padding: 43px 0 50px;
}

.feature__item { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 50px;
}

.feature__item::before { /* 767px以下 */
	width: calc(100% - 15px);
	border-radius: 20px 0 0 20px;
}

.feature__item:nth-of-type(even) { /* 767px以下 */
}

.feature__item:nth-of-type(even)::before { /* 767px以下 */
	border-radius: 0 20px 20px 0;
}

.feature__item:not(:last-child) { /* 767px以下 */
	margin-bottom: 40px;
}

.feature__image { /* 767px以下 */
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.feature__body { /* 767px以下 */
	width: calc(100% - 10px);
	margin: -5px auto 0;
	padding: 32px 24px 40px;
	border-radius: 15px;
}

.feature__label { /* 767px以下 */
	margin-bottom: 12px;
	font-size: 1.6rem;
}

.feature__heading { /* 767px以下 */
	margin-bottom: 12px;
	font-size: 2.4rem;
	line-height: 1.375;
}

.benefits-wrap { /* 767px以下 */
	padding: 42px 0 65px;
}

.benefits { /* 767px以下 */
	grid-template-columns: repeat(1, 1fr);
	gap: 15px;
}

.benefits__item { /* 767px以下 */
	padding: 20px 18px;
	border-radius: 15px;
}

.benefits__head { /* 767px以下 */
	gap: 14px;
}

.benefits__icon { /* 767px以下 */
	width: 65px;
}

.management-wrap { /* 767px以下 */
	padding: 35px 0 44px;
}

.management { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.management__image { /* 767px以下 */
	width: 264px;
}

.management__body { /* 767px以下 */
	margin-top: 25px;
}

.management__head { /* 767px以下 */
	margin-bottom: 13px;
}

.management__heading { /* 767px以下 */
	font-size: 2.4rem;
	line-height: 1.375;
}

.management__frame { /* 767px以下 */
	padding: 5px 21px;
	font-size: 1.3rem;
}

.message-wrap { /* 767px以下 */
	padding: 40px 0 45px;
}

.form-wrap { /* 767px以下 */
	padding: 45px 0 60px;
}

.form { /* 767px以下 */
	padding: 35px 15px 52px;
}

.form--confirm { /* 767px以下 */
	padding-top: 5px;
}

.form__head { /* 767px以下 */
	width: 100%;
}

.form__head--start { /* 767px以下 */
	padding-top: 10px;
}

.form__row { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	padding: 11px 0 25px;
}

.form__row--confirm { /* 767px以下 */
	gap: 0;
	padding: 18px 0;
}

.form__value { /* 767px以下 */
	margin-top: 6px;
	min-height: 1.8em;
}

.form__unit { /* 767px以下 */
	margin-left: 6px;
}

.form__note { /* 767px以下 */
	margin-top: 5px;
}

.form__message { /* 767px以下 */
	margin-top: 25px;
	line-height: 1.8;
	text-align: left;
}

.form__button-wrap { /* 767px以下 */
	margin-top: 25px;
}

.form-check { /* 767px以下 */
	margin-top: 20px;
}

.input { /* 767px以下 */
	padding: 14px 15px;
}

.input--sm { /* 767px以下 */
	width: 235px;
	max-width: calc(100% - 80px);
}

.done__heading { /* 767px以下 */
	font-size: 1.8rem;
}

.done__content { /* 767px以下 */
	margin-top: 27px;
	padding-top: 122px;
	text-align: left;
}

.done__content::before { /* 767px以下 */
	width: 90px;
	height: 90px;
}

.done__content--icon-none { /* 767px以下 */
	padding-top: 0;
}

.done__text { /* 767px以下 */
	font-size: 1.6rem;
	line-height: 1.8125;
}

.done__note { /* 767px以下 */
	margin-top: 8px;
}

.done__link { /* 767px以下 */
	margin-top: 37px;
}

}

@-webkit-keyframes header-slide-down {

0% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes header-slide-down {

0% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

