@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: min((1rem + (1vw - 12px) * 1.3333) / 1.6, 73%);
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}

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

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	color: #333333;
	word-wrap: break-word;
}

a {
	color: inherit;
}

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

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

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

button,
a,
select {
	cursor: pointer;
}

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

/* 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: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-7 {
	margin-top: 0.7rem !important;
}

.mb-7 {
	margin-bottom: 0.7rem !important;
}

.mr-7 {
	margin-right: 0.7rem !important;
}

.ml-7 {
	margin-left: 0.7rem !important;
}

.mx-7 {
	margin-left: 0.7rem !important;
	margin-right: 0.7rem !important;
}

.my-7 {
	margin-top: 0.7rem !important;
	margin-bottom: 0.7rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-100 {
	margin-top: 10rem !important;
	margin-bottom: 10rem !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: 0rem !important;
}

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

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

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

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

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

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

.p-5 {
	padding: 0.5rem !important;
}

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

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

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

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

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

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

.p-7 {
	padding: 0.7rem !important;
}

.pt-7 {
	padding-top: 0.7rem !important;
}

.pb-7 {
	padding-bottom: 0.7rem !important;
}

.pr-7 {
	padding-right: 0.7rem !important;
}

.pl-7 {
	padding-left: 0.7rem !important;
}

.px-7 {
	padding-left: 0.7rem !important;
	padding-right: 0.7rem !important;
}

.py-7 {
	padding-top: 0.7rem !important;
	padding-bottom: 0.7rem !important;
}

.p-10 {
	padding: 1rem !important;
}

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

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

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

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

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

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

.p-15 {
	padding: 1.5rem !important;
}

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

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

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

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

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

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

.p-20 {
	padding: 2rem !important;
}

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

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

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

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

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

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

.p-25 {
	padding: 2.5rem !important;
}

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

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

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

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

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

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

.p-30 {
	padding: 3rem !important;
}

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

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

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

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

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

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

.p-35 {
	padding: 3.5rem !important;
}

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

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

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

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

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

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

.p-40 {
	padding: 4rem !important;
}

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

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

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

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

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

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

.p-45 {
	padding: 4.5rem !important;
}

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

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

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

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

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

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

.p-50 {
	padding: 5rem !important;
}

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

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

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

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

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

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

.p-55 {
	padding: 5.5rem !important;
}

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

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

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

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

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

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

.p-60 {
	padding: 6rem !important;
}

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

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

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

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

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

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

.p-65 {
	padding: 6.5rem !important;
}

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

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

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

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

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

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

.p-70 {
	padding: 7rem !important;
}

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

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

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

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

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

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

.p-75 {
	padding: 7.5rem !important;
}

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

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

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

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

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

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

.p-80 {
	padding: 8rem !important;
}

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

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

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

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

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

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

.p-85 {
	padding: 8.5rem !important;
}

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

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

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

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

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

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

.p-90 {
	padding: 9rem !important;
}

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

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

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

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

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

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

.p-95 {
	padding: 9.5rem !important;
}

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

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

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

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

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

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

.p-100 {
	padding: 10rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Layout */

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

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

.l-header {
	padding: 2.3rem 2.4rem 0;
}

.l-footer {
	padding: 3.5rem 0 4rem;
	background-color: #FFF;
}

.l-wrapper {
	position: relative;
	width: 96rem;
	margin-left: auto;
	margin-right: auto;
}

.l-page {
	position: relative;
	margin-top: 2.3rem;
	padding-top: 14rem;
	background: url(../img/bg_mv_1_pc.png) no-repeat top center/max(144.5rem, 100%) auto;
}

.l-page::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 20rem);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url(../img/bg_grade_pc.png) repeat-y top center/max(144.5rem, 100%) auto;
}

/* Module */

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

.noscript span {
	color: red;
}

.text-title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.text-base {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.26;
	letter-spacing: 0.04em;
}

.text-base-2 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.text-h1 {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

.text-title2 {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.text-cta-ttl {
	font-size: 1.5rem;
	font-weight: 700;
}

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

.button-primary {
	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: 1rem;
	width: 24.1rem;
	height: 4.8rem;
	padding: 1rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	color: #FFF;
	border: 0.1rem solid currentColor;
	border-radius: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::after {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: currentColor;
	width: 3.4rem;
	height: 1.1rem;
	-webkit-mask: url(../img/deco_button_arrow.svg) no-repeat center/contain;
	mask: url(../img/deco_button_arrow.svg) no-repeat center/contain;
}

.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: 21.05rem;
	height: 4.4rem;
	padding: 1.05rem 2.09rem;
	background-color: #FFF;
	color: #134691;
	border: 0.13rem solid #134691;
	border-radius: 2.88rem;
	font-size: 1.83rem;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.deco-heading-pyon {
	position: relative;
}

.deco-heading-pyon::after {
	pointer-events: none;
	content: "";
	display: block;
	margin: 0 auto 0;
	-webkit-transform: translateX(1.5rem);
	transform: translateX(1.5rem);
	width: 8.826111em;
	aspect-ratio: 32/6;
	background: url(../img/deco_line_1.svg) no-repeat center/contain;
}

.deco-heading-pyon--flow::after {
	-webkit-transform: translateX(0rem);
	transform: translateX(0rem);
}

.deco-heading-pyon-2 {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.deco-heading-pyon-2::after {
	content: "";
	-webkit-transform: translateX(-0.5rem);
	transform: translateX(-0.5rem);
	display: block;
	margin: 0.5rem auto 0 0;
	width: 7.91666em;
	aspect-ratio: 32/6;
	background: url(../img/deco_line_2.svg) no-repeat center/contain;
}

.color-blue {
	color: #134691;
}

.logo {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.09em;
	color: #134691;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 0.25em;
	text-decoration: none;
}

.logo::before {
	content: "";
	display: block;
	width: 2.5em;
	aspect-ratio: 21/22;
	background: url(../img/icon_usagi.jpg) no-repeat center/contain;
}

.cta-buttons {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 1.5rem;
	width: 105.4rem;
	z-index: 5000;
}

.cta-buttons__item {
	pointer-events: auto;
}

.cta-buttons__link {
	background: #134691;
	color: #FFF;
	text-decoration: none;
	display: block;
	min-width: 21.5rem;
	height: 9.4rem;
	padding: 1.9rem 2rem 0 3rem;
	border-radius: 0 0 4rem 4rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cta-buttons__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cta-buttons__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cta-buttons__icon img {
	width: block;
	width: 100%;
}

.cta-buttons__icon--tel {
	width: 2rem;
	margin-right: 0.6rem;
}

.cta-buttons__icon--mail {
	width: 4.3rem;
	margin-right: 1rem;
}

.cta-buttons__tel-1 {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
}

.cta-buttons__tel-2 {
	display: block;
	margin-top: 0.2rem;
	font: 700 2.2rem "Inter", sans-serif;
}

.cta-buttons__mail {
	display: block;
	margin-top: -0.3rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.17;
	letter-spacing: 0.1rem;
	margin-bottom: 0.7rem;
}

.cta-buttons__note {
	text-align: center;
	font-size: 1.4rem;
	display: block;
}

.footer-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.copyright {
	color: #333333;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8.7rem;
	width: calc(100% - 11.8rem);
	margin-left: auto;
	margin-right: auto;
}

.line-banner {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 0;
}

.line-banner__qrcode {
	width: 10rem;
}

.line-banner__qrcode img {
	display: block;
	width: 100%;
}

.line-banner__link {
	text-decoration: none;
	height: 14rem;
	width: 37.1rem;
	background-color: #06C755;
	border-radius: 2rem 0 0 2rem;
	padding: 2rem;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}

.line-banner__text {
	padding-left: 0.2rem;
}

.line-banner__arrow {
	padding-top: 1rem;
}

.line-banner__detail {
	padding-top: 1.3rem;
}

.line-banner__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	background: none;
	border: none;
	width: 4.4rem;
	height: auto;
	aspect-ratio: 1;
}

.line-banner__close img {
	display: block;
	width: 100%;
}

.mainvisual {
	margin-top: 1.6rem;
	padding-top: 4.5rem;
	position: relative;
	background: url(../img/bg_mv_1_pc.png) no-repeat top center/max(144.5rem, 100%) auto;
	padding-bottom: 27.1rem;
}

.mainvisual::after {
	content: "";
	display: block;
	width: 108.75rem;
	aspect-ratio: 2175/1030;
	background: url(../img/bg_mv_2_pc.png) no-repeat bottom center/cover;
	position: absolute;
	bottom: -0.8rem;
	right: -1.7rem;
	z-index: 0;
}

.mainvisual__inner {
	width: 96rem;
	position: relative;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	padding-top: 17.6rem;
}

.mainvisual__inner::before {
	content: "";
	aspect-ratio: 1386/344;
	width: 138.6rem;
	background: url(../img/img_mv_usagi.svg) no-repeat center top/100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-46.7%);
	transform: translate(-46.7%);
}

.mainvisual__body {
	position: relative;
}

.mainvisual__heading__sm {
	display: block;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.31;
	letter-spacing: 0.1em;
}

.mainvisual__heading__lg {
	display: block;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.43;
	letter-spacing: 0.1em;
	color: #134691;
	margin-top: 1.2rem;
}

.mainvisual__text {
	margin-top: 2.7rem;
}

.mainvisual__image-wrap {
	position: absolute;
	top: -2.6rem;
	left: 51.6%;
	-webkit-filter: drop-shadow(0 1.5rem 0 #8EB5D5);
	filter: drop-shadow(0 1.5rem 0 #8EB5D5);
}

.mainvisual__image {
	width: 65.7rem;
	aspect-ratio: 657/492;
	-webkit-mask: url(../img/frame_mv.svg) no-repeat center/contain;
	mask: url(../img/frame_mv.svg) no-repeat center/contain;
}

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

.mainvisual__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.1rem;
	margin-top: 4.4rem;
	position: relative;
	z-index: 5;
}

.mainvisual__list__item {
	color: #134691;
	border-radius: 50%;
	width: 11.135rem;
	aspect-ratio: 1;
	background: #FFF;
	-webkit-box-shadow: 0.767903px 0.767903px 5.45211px -0.767903px rgba(19, 70, 145, 0.5);
	box-shadow: 0.767903px 0.767903px 5.45211px -0.767903px rgba(19, 70, 145, 0.5);
	-webkit-animation: pyon 5s ease-in-out infinite;
	animation: pyon 5s ease-in-out infinite;
}

.mainvisual__list__item:nth-child(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.mainvisual__list__item:nth-child(3) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.mainvisual__list__item:nth-child(4) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.mainvisual__list__item:nth-child(5) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.mainvisual__list__item img {
	width: 6.6rem;
	display: block;
	margin: 0.6rem auto 0;
}

.mainvisual__list__text {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.11;
	letter-spacing: 0.02em;
	text-align: center;
	display: block;
	margin-top: 0.2rem;
}

.service {
	position: relative;
	background: #456EAD;
	color: #FFF;
	padding-bottom: 17.4em;
}

.service::before {
	pointer-events: none;
	content: "";
	width: 100%;
	height: 16rem;
	-webkit-mask: url(../img/border_service_top.png) no-repeat bottom center/100% 100%;
	mask: url(../img/border_service_top.png) no-repeat bottom center/100% 100%;
	background: inherit;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-99%);
	transform: translateY(-99%);
}

.service__inner {
	position: relative;
	width: 108.3rem;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

.service__head-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service__heading {
	position: relative;
}

.service__heading::before {
	content: "";
	display: block;
	width: 18.1rem;
	aspect-ratio: 18.1/13.7;
	background: url(../img/img_service_head.png) no-repeat center/contain;
	margin: -3.7rem auto 0.1rem 2.6rem;
}

.service__naiyo {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.8rem;
}

.service__naiyo--1 {
	margin-top: 7.8rem;
}

.service__naiyo--2 {
	position: relative;
}

.service__naiyo--2::after {
	content: "";
	display: block;
	width: 12.8rem;
	aspect-ratio: 128/200;
	-webkit-mask: url(../img/deco_footprints_2.svg) no-repeat center/contain;
	mask: url(../img/deco_footprints_2.svg) no-repeat center/contain;
	position: absolute;
	bottom: 2rem;
	left: 6.7rem;
	background: #8EB5D5;
}

.service__naiyo--2 .service-item:first-child:nth-last-child(2) {
	grid-column-start: 2;
}

.service-item {
	border-radius: 7rem;
	overflow: hidden;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	background: #FFF;
	color: #333333;
	gap: 0;
}

.service-item__main {
	padding: 4rem 3.5rem 2.8rem;
}

.service-item__icon {
	width: 11.5rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #F4F4F2;
	display: block;
	margin: 0 auto;
}

.service-item__icon img {
	width: 100%;
	display: block;
}

.service-item__text {
	font-size: 1.8rem;
	line-height: 1.63;
	margin-top: 1.9rem;
}

.service-item__text strong {
	font-weight: 700;
}

.service-item__sub {
	background: #C7DAEB;
	color: #134691;
	text-align: center;
	position: relative;
	padding: 3.2rem 2rem 4.5rem;
}

.service-item__sub::before {
	content: "";
	display: block;
	width: 0;
	border-top: 1.8rem solid #FFF;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.service-seizen {
	padding-top: 10.4rem;
}

.service-seizen__heading {
	text-align: center;
	position: relative;
	padding-bottom: 3.6rem;
	margin-bottom: 7rem;
}

.service-seizen__heading::before {
	content: "";
	background: url(../img/deco_line_3.svg) no-repeat center/contain;
	width: 8.9em;
	aspect-ratio: 320/36;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-52%);
	transform: translate(-52%);
}

.service-seizen__body {
	width: 65.2rem;
	padding-bottom: 5.6rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.service-seizen__text {
	margin-top: 5.2rem;
}

.service-seizen__image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30.5rem;
	aspect-ratio: 611/439;
	margin-right: -4.4rem;
}

.service-seizen__image img {
	display: block;
	width: 100%;
}

.service-souzoku {
	margin-top: 21.6rem;
	position: relative;
}

.service-souzoku::before {
	content: "";
	display: block;
	width: 8.8rem;
	aspect-ratio: 8/18;
	-webkit-mask: url(../img/deco_footprints.svg) no-repeat center/contain;
	mask: url(../img/deco_footprints.svg) no-repeat center/contain;
	position: absolute;
	top: -13.5rem;
	right: 12rem;
	background: #8EB5D5;
	-webkit-transform: rotate(-38deg);
	transform: rotate(-38deg);
}

.service-souzoku__head {
	position: relative;
	width: 89.1rem;
	margin: 0 auto;
	padding-bottom: 14.7rem;
}

.service-souzoku__head img {
	position: absolute;
	width: 82.5rem;
	display: block;
	top: -5.3rem;
	left: -15.8rem;
}

.service-souzoku__heading {
	position: relative;
	z-index: 5;
}

.service-souzoku__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 89.1rem;
	margin: 0 auto;
}

.service-souzoku__main {
	margin-top: 8.4rem;
	padding-bottom: 2.4rem;
}

.service-souzoku__image {
	width: 35.7rem;
}

.service-souzoku__image img {
	width: 100%;
	display: block;
}

.about {
	position: relative;
	padding: 7.2rem 0 calc(20vw + 8.4rem);
	position: relative;
}

.about::before {
	pointer-events: none;
	content: "";
	width: 100%;
	height: 13.4rem;
	background: url(../img/border_about_top.png) no-repeat bottom center/100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-99%);
	transform: translateY(-99%);
}

.about::after {
	content: "";
	position: absolute;
	top: -5rem;
	right: 15.5rem;
	background-image: url(../img/deco_footprints.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: auto;
	width: 7.9rem;
	aspect-ratio: 79/179;
}

.about__inner {
	position: relative;
	width: 78rem;
	margin-left: auto;
	margin-right: auto;
}

.about__heading {
	text-align: center;
}

.about-block {
	margin-top: 14.5rem;
}

.about-block__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.2rem;
}

.about-block__text-wrapper {
	position: relative;
}

.about-block__text-wrapper::after {
	content: "";
	position: absolute;
	top: -9.8rem;
	left: -1.5rem;
	z-index: -1;
	background-image: url(../img/deco_num_01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 12.6rem;
	height: auto;
	aspect-ratio: 1;
}

.about-block__text-wrapper--2 {
	margin-top: 1.8rem;
}

.about-block__text-wrapper--2::after {
	width: 12.5rem;
	top: -10.5rem;
	left: -1rem;
	background-image: url(../img/deco_num_02.svg);
}

.about-block__text-wrapper--3::after {
	top: -9.8rem;
	left: -2.8rem;
	background-image: url(../img/deco_num_03.svg);
}

.about-block__text {
	margin-top: 2rem;
}

.about-block__image {
	width: 35rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.about-block__image img {
	width: 100%;
}

.quotation {
	position: relative;
	padding: 2rem 0 22.5rem;
	background: #F4F4F2;
}

.quotation::before {
	pointer-events: none;
	content: "";
	width: 100%;
	aspect-ratio: 10/2;
	background: url(../img/border_quotation_top.png) no-repeat bottom center/100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-99%);
	transform: translateY(-99%);
}

.quotation__inner {
	position: relative;
	width: 78rem;
	margin-left: auto;
	margin-right: auto;
}

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

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

.quotation__head__image {
	width: 42.9rem;
	margin-top: 6.7rem;
}

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

.quotation-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7rem;
	margin-top: 6.4rem;
}

.quotation-block--third {
	margin-top: 2.5rem;
	gap: 6.5rem;
}

.quotation-block--third .quotation-block__image {
	width: 28rem;
	margin: 2rem 2.4rem 0 0;
}

.quotation-block--noimage {
	display: block;
	max-width: 40rem;
	margin: 3rem auto 0 24rem;
}

.quotation-block__image {
	width: 27.7rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 3rem 3rem 0 0;
}

.quotation-block__image img {
	width: 100%;
}

.quotation-block__text {
	margin-top: 1rem;
}

.cta {
	position: relative;
	color: #FFF;
	border-radius: 9.5rem 9.5rem 0 0;
	padding: 10rem 0 17rem;
	background: #456EAD;
	margin-top: -9.5rem;
}

.cta:has(+ .l-footer) {
	padding-bottom: 8.3rem;
}

.cta__inner {
	width: 96rem;
	margin: 0 auto;
}

.cta__intro {
	position: relative;
	width: 75.5rem;
	height: 16.6rem;
	margin: -15.5rem auto 6rem;
	background-color: #FFF;
	border: 0.3rem solid #456EAD;
	border-radius: 8.3rem;
}

.cta__intro::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: calc(100% - 0.3rem);
	width: 0;
	height: 0;
	border-left: 1.8rem solid transparent;
	border-right: 1.8rem solid transparent;
	border-top: 3rem solid #FFF;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cta__intro__image {
	position: relative;
	z-index: 1;
	width: 12.8rem;
	height: 9.7rem;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: translateY(-1rem);
	transform: translateY(-1rem);
}

.cta__intro__copy {
	position: relative;
	z-index: 1;
	margin-top: 3rem;
}

.cta__intro__copy p + p {
	margin-top: 0.5rem;
}

.cta__intro__copy span {
	letter-spacing: 0.09em;
	text-decoration: underline;
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.3rem;
}

.cta__intro__title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	margin: 0 auto;
}

.cta__intro-inner {
	display: grid;
	grid-template-columns: 12.8rem 1fr;
	-webkit-column-gap: 2.4rem;
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
	padding-left: 11.1rem;
}

.cta__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3rem;
	padding-left: 18rem;
}

.cta__heading {
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.cta__contact-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.4rem;
	width: 100%;
	margin-top: 4.4rem;
}

.cta__note {
	margin-top: 3.5rem;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.055em;
}

.cta-label {
	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: 1.5rem;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.26;
	letter-spacing: -0.01em;
	text-align: center;
}

.cta-label__item {
	border-radius: 50%;
	width: 12.9rem;
	border: 0.2rem solid #FFF;
	aspect-ratio: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta-label__item--first-time {
	background: #FFF;
	color: #134691;
}

.cta-label__text-sm {
	font-size: 1.6rem;
	letter-spacing: 0.09em;
	line-height: 1;
	margin-top: -0.7rem;
	margin-bottom: 0.4rem;
}

.cta-label__text-md {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	margin-top: -0.4rem;
}

.cta-label__text-md span {
	font-size: 2.3rem;
}

.cta-label__text-lg {
	font-size: 3.6rem;
	line-height: 1;
}

.cta-label__text-lg span {
	letter-spacing: -0.3em;
}

.cta-contact {
	background-color: #134691;
	color: #FFF;
	text-decoration: none;
	border-radius: 2.5rem;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 2.4rem;
	padding: 2rem 2.4rem 3rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cta-contact__heading {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 4.1rem;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 84px;
	background-color: #FD7A7A;
}

.cta-contact__heading--orange {
	background-color: #F49644;
}

.cta-contact__main {
	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: 1.1rem;
	width: 100%;
}

.cta-contact__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	width: 1.8rem;
	height: 3.1rem;
}

.cta-contact__icon--mail {
	width: 3.8rem;
	height: 3.4rem;
}

.cta-contact__text {
	font-family: "Inter", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.05em;
}

.cta-contact__text--mail {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.8rem;
}

.cta-contact__note {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.09em;
	text-align: center;
}

.flow {
	position: relative;
	padding: 2.7rem 0 25rem;
}

.flow::before {
	pointer-events: none;
	content: "";
	width: 100%;
	height: 10rem;
	background: url(../img/border_flow_top.png) no-repeat bottom center/100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-99%);
	transform: translateY(-99%);
}

.flow__inner {
	position: relative;
	width: 95.8rem;
	margin-left: auto;
	margin-right: auto;
}

.flow__heading {
	text-align: center;
}

.flow-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5.6rem;
	margin-top: 5rem;
}

.flow-item {
	position: relative;
	background-color: #C7DAEB;
	border-radius: 20px;
	padding: 2.7rem 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3.4rem;
}

.flow-item::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -3.5rem;
	background-image: url(../img/deco_flow_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 4.2rem;
	height: 1.8rem;
}

.flow-item:last-of-type::after {
	display: none;
}

.flow-item__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.2rem;
	width: 30rem;
}

.flow-item__image {
	width: 9.1rem;
}

.flow-item__image img {
	display: block;
	width: 100%;
}

.message {
	position: relative;
	padding: 4rem 0 14.5rem;
	background: #456EAD;
	color: #FFF;
}

.message::before {
	pointer-events: none;
	content: "";
	width: 100%;
	height: 10.4rem;
	background: url(../img/border_message_top.png) no-repeat bottom center/100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-99%);
	transform: translateY(-99%);
}

.message__inner {
	position: relative;
	width: 95.8rem;
	margin-left: auto;
	margin-right: auto;
}

.message__wrapper {
	margin-top: 8.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.8rem;
}

.message__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25.5rem;
}

.message__image-wrapper img {
	width: 100%;
}

.message__image-caption {
	margin-top: 2.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.message__text p {
	margin-bottom: 2.4rem;
}

.message__text--more {
	display: none;
}

.message__button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5.8rem;
}

.info {
	position: relative;
	padding: 13.3rem 0 23.4rem;
	background: #FFF;
}

.info::before {
	pointer-events: none;
	content: "";
	width: 100%;
	height: 16rem;
	background: url(../img/border_info_top.png) no-repeat bottom center/100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-99%);
	transform: translateY(-99%);
}

.info__inner {
	position: relative;
	width: 95.8rem;
	margin-left: auto;
	margin-right: auto;
}

.info__heading {
	text-align: center;
}

.info__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 10.5rem;
}

.info__google-map-detail {
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info__map-button {
	margin-top: 0.8rem;
}

.info-list {
	display: grid;
	grid-template-columns: 19.6rem 1fr;
	gap: 0.9rem 1.2rem;
	width: 56.3rem;
	margin: 4.7rem auto 0;
}

.info-list__term,
.info-list__description {
	padding: 1.6rem 0 2.8rem;
	min-height: 9.5rem;
}

.info-list__term {
	border-bottom: 2px solid #134691;
}

.info-list__description {
	border-bottom: 1px solid #134691;
	min-width: 0;
	overflow-wrap: anywhere;
}

.info-list a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.image-border-radius-1 {
	border-radius: 4.5rem 0.5rem;
}

.image-border-radius-2 {
	border-radius: 2rem;
}

.google-map {
	margin-top: 7.28rem;
}

.google-map iframe {
	display: block;
	width: 100%;
	height: 42.8rem;
}

.right-en-text {
	position: absolute;
	top: 10rem;
	right: -1.2rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	color: #C7DAEB;
	font-size: 9.6rem;
	font-family: "Ysabeau SC", sans-serif;
	font-weight: 500;
}

.right-en-text--service {
	top: -6rem;
	color: #8EB5D5;
}

.right-en-text--about {
	top: 39.3%;
	-webkit-transform: rotate(-90deg) translateX(50%);
	transform: rotate(-90deg) translateX(50%);
}

.right-en-text--message {
	top: 30rem;
	color: #8EB5D5;
}

.right-en-text--contact {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 3.4rem;
	color: #8EB5D5;
}

.contact-message {
	background: #456EAD;
	color: #FFF;
	border-radius: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 6rem;
	padding: 2.5rem;
	position: relative;
}

.contact-message::after {
	content: "";
	border-top: 2.2rem solid #456EAD;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.contact-message__text-lg {
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.25;
}

.contact-message__image {
	width: 21.7rem;
	height: auto;
	display: block;
	margin: -4.2rem 0 0 1rem;
}

.form-wrap {
	margin-top: 6.5rem;
	padding-bottom: 20rem;
}

.form {
	font-size: max(16px, 1.6rem);
}

.form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3.8rem;
}

.form__label {
	width: 11.25em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 500;
	padding-top: 1.5rem;
}

.form__must {
	color: #ff0000;
	font-size: 87.5%;
}

.form__content {
	width: 100%;
}

.form__text {
	text-align: center;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.075em;
	margin-top: 4.5rem;
}

.form__button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4.6rem;
}

.form__button-wrap .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 0 0 1rem;
}

.form-control {
	background: #FFF;
	border: 0.2rem solid #cccccc;
	border-radius: 0.5rem;
	width: 100%;
	height: 2.625em;
	padding: 0 0.6em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-control--sm {
	width: 45%;
}

.form-control--textarea {
	height: max(150px, 15rem);
	resize: vertical;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	line-height: 1.6;
}

.form-control:focus {
	border-color: #134691;
}

.form-control:has(+ .wpcf7-not-valid-tip) {
	border-color: #ff0000;
}

.form-submit {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.7rem;
	width: 17.5em;
	height: 3em;
	padding: 1rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFF;
	border: 0.1rem solid #FFF;
	background: #134691;
	border-radius: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}

.form-submit:has(input:focus-visible) {
	outline: auto;
	outline-offset: 0.3rem;
	outline-color: #333333;
}

.form-submit::after {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: currentColor;
	width: 3.6rem;
	height: 1.2rem;
	-webkit-mask: url(../img/deco_button_arrow.svg) no-repeat center/contain;
	mask: url(../img/deco_button_arrow.svg) no-repeat center/contain;
	pointer-events: none;
}

.form-submit input {
	background: none;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
}

.wpcf7-not-valid-tip {
	margin-top: 0.8rem;
}

.wpcf7-response-output {
	text-align: center;
	padding: 0.6em !important;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.01em;
}

@media (hover: hover) {

.button-primary:hover {
	background: #FFF;
	color: #134691;
	border-color: #134691;
}

.button-secondary:hover {
	background-color: #134691;
	color: #FFF;
	border-color: #FFF;
}

.cta-buttons__link:hover {
	background: #456EAD;
}

.cta-contact:hover {
	background: rgba(19, 70, 145, 0.5);
}

.info-list a:hover {
	opacity: 0.6;
}

.form-submit:hover {
	background: #456EAD;
}

}

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

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

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

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

.about-block__inner--reverse { /* 767px以上 */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

}

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

.mainvisual::after {
	min-width: 100%;
	bottom: -4vw;
}

}

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

html { /* 767px以下 */
	font-size: calc((1rem + (1vw - 4px) * 4) / 1.6);
}

.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: 0rem !important;
}

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

.mt-7-sp {
	margin-top: 0.7rem !important;
}

.mb-7-sp {
	margin-bottom: 0.7rem !important;
}

.mr-7-sp {
	margin-right: 0.7rem !important;
}

.ml-7-sp {
	margin-left: 0.7rem !important;
}

.mx-7-sp {
	margin-left: 0.7rem !important;
	margin-right: 0.7rem !important;
}

.my-7-sp {
	margin-top: 0.7rem !important;
	margin-bottom: 0.7rem !important;
}

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

.my-100-sp {
	margin-top: 10rem !important;
	margin-bottom: 10rem !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: 0rem !important;
}

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

.p-7-sp {
	padding: 0.7rem !important;
}

.pt-7-sp {
	padding-top: 0.7rem !important;
}

.pb-7-sp {
	padding-bottom: 0.7rem !important;
}

.pr-7-sp {
	padding-right: 0.7rem !important;
}

.pl-7-sp {
	padding-left: 0.7rem !important;
}

.px-7-sp {
	padding-left: 0.7rem !important;
	padding-right: 0.7rem !important;
}

.py-7-sp {
	padding-top: 0.7rem !important;
	padding-bottom: 0.7rem !important;
}

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

.py-100-sp {
	padding-top: 10rem !important;
	padding-bottom: 10rem !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:has(.cta-buttons) { /* 767px以下 */
	padding-top: 6.45rem;
}

.l-header { /* 767px以下 */
	padding: 1.6rem 1.9rem 0;
}

.l-footer { /* 767px以下 */
	padding: 2.4rem 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-footer:has(.line-banner:not(.is-hidden)) {
	padding-bottom: 9rem;
}

.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% - 4rem);
}

.l-page { /* 767px以下 */
	background: url(../img/bg_mv_1_sp.png) no-repeat top center/100% auto;
}

.text-title { /* 767px以下 */
	font-size: 1.6rem;
}

.text-base { /* 767px以下 */
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.text-base-2 { /* 767px以下 */
	font-size: 1.4rem;
}

.text-h1 { /* 767px以下 */
	font-size: 1.9rem;
	line-height: 1.6;
}

.text-title2 { /* 767px以下 */
	font-size: 2.6rem;
}

.button-secondary { /* 767px以下 */
	width: 28rem;
	height: 4.8rem;
	padding: 1rem 2rem;
	border-width: 0.15rem;
	border-radius: 2.5rem;
	font-size: 1.6rem;
}

.deco-heading-pyon-2::after { /* 767px以下 */
}

.logo { /* 767px以下 */
	font-size: 1.6rem;
}

.cta-buttons { /* 767px以下 */
	width: 40rem;
	left: auto;
	right: 0;
	-webkit-transform: none;
	transform: none;
	padding: 0 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 1rem;
	margin-left: auto;
}

.cta-buttons * {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cta-buttons.is-small { /* 767px以下 */
	padding: 0 1rem;
	width: 14rem;
}

.cta-buttons__link { /* 767px以下 */
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 0;
	padding: 0.8rem 1rem 0.8rem;
	border-radius: 0 0 2rem 2rem;
}

.cta-buttons.is-small .cta-buttons__link {
	height: 5rem;
	padding-bottom: 1rem;
}

.cta-buttons__main { /* 767px以下 */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cta-buttons.is-small .cta-buttons__main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.cta-buttons.is-small .cta-buttons__icon { /* 767px以下 */
	margin-right: 0;
}

.cta-buttons__icon--tel { /* 767px以下 */
	width: 1.8rem;
}

.cta-buttons.is-small .cta-buttons__icon--tel {
	width: 2rem;
}

.cta-buttons__icon--mail { /* 767px以下 */
	width: 4rem;
}

.cta-buttons.is-small .cta-buttons__icon--mail {
	width: 3.5rem;
}

.cta-buttons__text { /* 767px以下 */
	white-space: nowrap;
	overflow: hidden;
}

.cta-buttons__text--tel {
	width: 12.5rem;
}

.cta-buttons__text--mail {
	width: 9.2rem;
}

.cta-buttons__text.is-hidden {
	width: 0;
	opacity: 0;
}

.cta-buttons__tel-1 { /* 767px以下 */
	font-weight: 500;
	font-size: 1.1rem;
}

.cta-buttons__tel-2 { /* 767px以下 */
	font-size: 1.7rem;
}

.cta-buttons__mail { /* 767px以下 */
	font-weight: 500;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.cta-buttons__note { /* 767px以下 */
	font-size: 1.2rem;
	margin-top: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	width: 15rem;
}

.cta-buttons__note.is-hidden {
	width: 0;
	opacity: 0;
}

.copyright { /* 767px以下 */
	font-size: 1.1rem;
	text-align: center;
	white-space: normal;
}

.footer { /* 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: 0.8rem;
	width: calc(100% - 4rem);
}

.line-banner__qrcode { /* 767px以下 */
	display: none;
}

.line-banner__link { /* 767px以下 */
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: auto;
	padding: 1rem 1.5rem;
}

.line-banner__arrow { /* 767px以下 */
	display: none;
}

.line-banner__detail { /* 767px以下 */
	padding-top: 0;
}

.line-banner__close { /* 767px以下 */
	top: auto;
	bottom: 0.1rem;
	right: 0.1rem;
	width: 3.6rem;
}

.mainvisual { /* 767px以下 */
	margin-top: 1.3rem;
	background: url(../img/bg_mv_1_sp.png) no-repeat top center/100% auto;
	padding-bottom: 9.3rem;
}

.mainvisual::after { /* 767px以下 */
	width: 100%;
	aspect-ratio: 80/56;
	bottom: 0;
	right: 0;
	background-image: url(../img/bg_mv_2_sp.png);
}

.mainvisual__inner { /* 767px以下 */
	width: 100%;
	padding-top: 2.9rem;
}

.mainvisual__inner::before { /* 767px以下 */
	content: none;
}

.mainvisual__main { /* 767px以下 */
	padding: 0 4rem;
}

.mainvisual__heading__sm { /* 767px以下 */
	font-size: 2.1rem;
	line-height: 1.23;
	letter-spacing: 0.08em;
}

.mainvisual__heading__lg { /* 767px以下 */
	font-size: 3.9rem;
	margin-top: 0;
}

.mainvisual__text { /* 767px以下 */
	margin-top: 1.2rem;
}

.mainvisual__image-wrap { /* 767px以下 */
	position: relative;
	top: auto;
	left: auto;
	margin-top: 2.5rem;
	margin-left: 2rem;
	-webkit-filter: drop-shadow(0 0.8rem 0 #8EB5D5);
	filter: drop-shadow(0 0.8rem 0 #8EB5D5);
}

.mainvisual__image { /* 767px以下 */
	width: 44.3rem;
	aspect-ratio: 657/446;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.mainvisual__list { /* 767px以下 */
	gap: 0.379rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -1.2rem;
}

.mainvisual__list__item { /* 767px以下 */
	width: 7rem;
}

.mainvisual__list__item img { /* 767px以下 */
	width: 2.5rem;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

.mainvisual__list__text { /* 767px以下 */
	font-size: 1.3rem;
}

.service { /* 767px以下 */
	padding-bottom: calc(4rem + 14vw);
}

.service::before { /* 767px以下 */
	height: 13.333vw;
}

.service__inner { /* 767px以下 */
	width: calc(100% - 4rem);
}

.service__heading::before { /* 767px以下 */
	width: 10rem;
	margin: -2rem auto 1rem -1rem;
}

.service__naiyo { /* 767px以下 */
	grid-template-columns: repeat(1, 1fr);
}

.service__naiyo--1 { /* 767px以下 */
	margin-top: 3rem;
}

.service__naiyo--2::after { /* 767px以下 */
	content: none;
}

.service__naiyo--2 .service-item:first-child:nth-last-child(2) { /* 767px以下 */
	grid-column-start: auto;
}

.service-item { /* 767px以下 */
	border-radius: 4rem;
}

.service-item__main { /* 767px以下 */
	padding: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
}

.service-item__icon { /* 767px以下 */
	margin: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 9.5rem;
}

.service-item__text { /* 767px以下 */
	font-size: 1.5rem;
	margin-top: 0;
}

.service-item__sub { /* 767px以下 */
	padding: 2.5rem 2rem 2.2rem;
}

.service-item__sub::before { /* 767px以下 */
	-webkit-transform: translateX(-50%) scale(0.8);
	transform: translateX(-50%) scale(0.8);
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.service-seizen { /* 767px以下 */
	padding-top: 7rem;
}

.service-seizen__heading { /* 767px以下 */
	margin-bottom: 4rem;
}

.service-seizen__body { /* 767px以下 */
	width: 100%;
}

.service-seizen__text { /* 767px以下 */
	margin-top: 3rem;
}

.service-seizen__image { /* 767px以下 */
	position: relative;
	width: 70%;
	margin: 2rem 0 0 auto;
}

.service-souzoku { /* 767px以下 */
	margin-top: 7rem;
}

.service-souzoku::before { /* 767px以下 */
	width: 7rem;
	right: auto;
	top: -16rem;
	left: 4rem;
	-webkit-transform: rotate(40deg) scaleX(-1);
	transform: rotate(40deg) scaleX(-1);
}

.service-souzoku__head { /* 767px以下 */
	width: 100%;
	padding-bottom: 0;
	margin-bottom: -1rem;
}

.service-souzoku__head img { /* 767px以下 */
	width: 46rem;
	max-width: initial;
	top: 0;
	left: 0;
	position: relative;
	margin: -3rem 0 0 -9rem;
}

.service-souzoku__body { /* 767px以下 */
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3rem;
}

.service-souzoku__main { /* 767px以下 */
	margin-top: 4.4rem;
	padding-bottom: 0;
}

.service-souzoku__image { /* 767px以下 */
	width: 65%;
	margin: 0 auto;
}

.about { /* 767px以下 */
	padding-bottom: 18.4rem;
}

.about::before { /* 767px以下 */
	height: 14vw;
}

.about::after { /* 767px以下 */
	width: 5rem;
	right: 1rem;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

.about__inner { /* 767px以下 */
	width: calc(100% - 4rem);
}

.about-block { /* 767px以下 */
	margin-top: 7rem;
}

.about-block--1 { /* 767px以下 */
	margin-top: 5rem;
}

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

.about-block__text-wrapper::after { /* 767px以下 */
	width: 10rem;
	top: -3rem;
	left: 0;
}

.about-block__text-wrapper--2 { /* 767px以下 */
	margin-top: 0;
}

.about-block__text-wrapper--2::after { /* 767px以下 */
	width: 8rem;
	top: -3rem;
	left: 0;
}

.about-block__text-wrapper--3::after { /* 767px以下 */
	width: 8rem;
	top: -3rem;
	left: 0;
}

.about-block__image { /* 767px以下 */
	width: 100%;
}

.quotation { /* 767px以下 */
	padding: 4rem 0 14rem;
}

.quotation::before { /* 767px以下 */
	width: 130%;
}

.quotation__inner { /* 767px以下 */
	width: calc(100% - 4rem);
}

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

.quotation__head__image { /* 767px以下 */
	width: 100%;
	margin-top: 3.5rem;
}

.quotation-block { /* 767px以下 */
	gap: 0rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 3.5rem;
}

.quotation-block--third .quotation-block__image { /* 767px以下 */
	margin: 2rem auto 0;
	width: 60%;
}

.quotation-block--noimage { /* 767px以下 */
	margin: 0rem auto 0;
}

.quotation-block__image { /* 767px以下 */
	width: 50%;
	margin: 1rem 2rem 0 auto;
}

.cta { /* 767px以下 */
	border-radius: 4.5rem 4.5rem 0 0;
	padding: 8rem 0 8rem;
	margin-top: -4.5rem;
}

.cta:has(+ .l-footer) { /* 767px以下 */
	padding-bottom: 4rem;
}

.cta__inner { /* 767px以下 */
	z-index: 1;
	width: calc(100% - 3.8rem);
}

.cta__intro { /* 767px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem 1.5rem;
	width: 100%;
	height: 11rem;
	min-height: 0;
	margin: -12rem auto 3rem;
	border-width: 0.15rem;
	border-radius: 5.4rem;
}

.cta__intro::after { /* 767px以下 */
	z-index: 1;
	top: calc(100% - 0.6rem);
	width: 0;
	height: 0;
	background-color: transparent;
	border: 0;
	border-left: 1.05rem solid transparent;
	border-right: 1.05rem solid transparent;
	border-top: 2.2rem solid #FFF;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cta__intro::before { /* 767px以下 */
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: calc(100% - 0.04rem);
	display: block;
	width: 0;
	height: 0;
	border-left: 1.2rem solid transparent;
	border-right: 1.2rem solid transparent;
	border-top: 2.45rem solid #456EAD;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cta__intro__image { /* 767px以下 */
	display: none;
}

.cta__intro__copy { /* 767px以下 */
	width: 100%;
	margin-top: 0;
	font-size: 1.4rem;
	line-height: 1.15;
	letter-spacing: 0;
	text-align: center;
}

.cta__intro__copy p + p { /* 767px以下 */
	margin-top: 0.4rem;
}

.cta__intro__title { /* 767px以下 */
	position: relative;
	top: auto;
	left: auto;
	z-index: 1;
	margin-top: 0.3rem;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.cta__intro-inner { /* 767px以下 */
	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;
	padding: 0;
	width: 100%;
	height: auto;
}

.cta__head { /* 767px以下 */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	padding-left: 0;
}

.cta__heading { /* 767px以下 */
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 2.6rem;
	line-height: 1.3;
	letter-spacing: 0.09em;
	text-align: left;
	white-space: nowrap;
}

.cta__contact-wrapper { /* 767px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.5rem;
	height: 31.6rem;
	margin-top: 0.8rem;
}

.cta__note { /* 767px以下 */
	margin-top: 0.7rem;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.cta-label { /* 767px以下 */
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	gap: 0.4165rem;
	font-size: 1.4rem;
	line-height: 1.23;
	letter-spacing: 0.01em;
}

.cta-label__item { /* 767px以下 */
	width: 7.6rem;
	border-width: 0.1rem;
}

.cta-label__text-sm { /* 767px以下 */
	font-size: 1.3rem;
	letter-spacing: -0.02em;
	margin-top: 0;
}

.cta-label__text-md { /* 767px以下 */
	font-size: 1.66rem;
	letter-spacing: 0.02em;
}

.cta-label__text-md span { /* 767px以下 */
	font-size: 1.4577rem;
}

.cta-label__text-lg { /* 767px以下 */
	font-size: 2rem;
	letter-spacing: -0.01em;
}

.cta-label__text-lg span { /* 767px以下 */
	letter-spacing: -0.28em;
}

.cta-contact { /* 767px以下 */
	min-width: 0;
	width: 100%;
	gap: 1.4rem;
	height: 13.7rem;
	padding: 2rem 1.6rem;
	border-radius: 1.6872rem;
}

.cta-contact__heading { /* 767px以下 */
	height: 2.8rem;
	font-size: 1.4rem;
	line-height: normal;
}

.cta-contact__main { /* 767px以下 */
	gap: 0.6644rem;
	height: 2.8rem;
}

.cta-contact__main--mail { /* 767px以下 */
	gap: 0.7424rem;
	padding-top: 0;
}

.cta-contact__icon { /* 767px以下 */
	width: 1.3936rem;
	height: 2.4001rem;
}

.cta-contact__icon--mail { /* 767px以下 */
	width: 2.6568rem;
	height: 2.2839rem;
}

.cta-contact__text { /* 767px以下 */
	font-size: 3.2rem;
	letter-spacing: 0;
}

.cta-contact__text--mail { /* 767px以下 */
	font-size: 2.2rem;
	letter-spacing: 0;
}

.cta-contact__note { /* 767px以下 */
	font-size: 1.4rem;
	letter-spacing: 0.09em;
}

.flow { /* 767px以下 */
	padding: 4rem 0 calc(5rem + 9vw);
}

.flow::before { /* 767px以下 */
	height: 10vw;
}

.flow__inner { /* 767px以下 */
	width: calc(100% - 4rem);
}

.flow-list { /* 767px以下 */
	margin-top: 3rem;
	gap: 4.8rem;
}

.flow-item::after { /* 767px以下 */
	bottom: -3.3rem;
}

.flow-item { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 2rem;
	gap: 1.5rem;
}

.flow-item__image { /* 767px以下 */
	width: 6rem;
}

.message { /* 767px以下 */
	padding: 5rem 0 13rem;
}

.message::before { /* 767px以下 */
	height: 9vw;
}

.message__inner { /* 767px以下 */
	width: calc(100% - 4rem);
}

.message__wrapper { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 3rem;
	gap: 4rem;
}

.message__image-wrapper { /* 767px以下 */
	width: 26rem;
	margin: 0 auto;
}

.message__image-caption { /* 767px以下 */
	margin-top: 1rem;
}

.message__text p { /* 767px以下 */
	margin-bottom: 1lh;
}

.message__button-wrap { /* 767px以下 */
	margin-top: 1rem;
}

.info::before { /* 767px以下 */
	background-size: auto 100%;
	background-position: left -4rem bottom;
	height: 7rem;
}

.info { /* 767px以下 */
	padding: 6rem 0 18rem;
}

.info__inner { /* 767px以下 */
	width: calc(100% - 4rem);
}

.info__images { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
	margin-top: 6rem;
}

.info__images img {
	width: 100%;
}

.info__google-map-detail { /* 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: 1.5rem;
	margin-top: 3rem;
	text-align: center;
}

.info-list { /* 767px以下 */
	grid-template-columns: 10rem minmax(0, 1fr);
	gap: 0 1.5rem;
	width: 100%;
	margin-top: 4rem;
}

.info-list__term,
.info-list__description { /* 767px以下 */
	padding: 2.2rem 0;
	min-height: 0;
}

.info-list__description { /* 767px以下 */
	word-break: break-all;
}

.image-border-radius-1 { /* 767px以下 */
	border-radius: 3rem 0.5rem;
}

.google-map { /* 767px以下 */
	margin-top: 6rem;
	overflow: hidden;
	border-radius: 1.5rem;
}

.google-map iframe { /* 767px以下 */
	height: 26rem;
}

.right-en-text { /* 767px以下 */
	display: none;
}

.contact-message { /* 767px以下 */
	padding: 1rem;
	gap: 1rem;
}

.contact-message__text-lg { /* 767px以下 */
	font-size: 2rem;
}

.contact-message__image { /* 767px以下 */
	position: absolute;
	bottom: calc(100% - 2.5rem);
	right: -0.5rem;
	margin: 0;
	width: 10rem;
}

.form-wrap { /* 767px以下 */
	padding-bottom: 10rem;
}

.form__item { /* 767px以下 */
	display: block;
	margin-bottom: 3rem;
}

.form__label { /* 767px以下 */
	width: 100%;
	padding-top: 0;
	margin-bottom: 1.2rem;
	display: block;
}

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

.form-control { /* 767px以下 */
	height: 3em;
}

.form-control--sm { /* 767px以下 */
	width: 100%;
}

.form-control--textarea { /* 767px以下 */
	height: max(220px, 22rem);
}

}

@-webkit-keyframes pyon {

0%,9%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

3% {
	-webkit-transform: translateY(-0.8rem);
	transform: translateY(-0.8rem);
}

6% {
	-webkit-transform: translateY(-0.2rem);
	transform: translateY(-0.2rem);
}

}

@keyframes pyon {

0%,9%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

3% {
	-webkit-transform: translateY(-0.8rem);
	transform: translateY(-0.8rem);
}

6% {
	-webkit-transform: translateY(-0.2rem);
	transform: translateY(-0.2rem);
}

}

