@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Audiowide&display=swap");
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
}

body,
html {
  width: 100%;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  font-weight: 400;
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  color: #3d3d3d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

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

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

* {
  box-sizing: border-box;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html,
body {
  font-size: 16px;
}

@media all and (max-width: 640px) {
  html,
  body {
    font-size: 4.16vw;
  }
}
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-wrap: anywhere;
}

body.lp-mainpage {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  color: #000000;
}
body.lp-mainpage.hide {
  overflow: hidden;
}
body.lp-mainpage figure {
  margin: 0;
}

a {
  color: var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

:placeholder-shown {
  color: #C4C4C4;
}

::-webkit-input-placeholder {
  color: #C4C4C4;
}

.anim {
  backface-visibility: hidden;
  will-change: transform;
}

.anim--slow {
  animation-duration: 1.5s !important;
}

.anim--delay {
  animation-delay: 0.5s !important;
}

@media all and (min-width: 641px) {
  .anim--delay-pc {
    animation-delay: 0.5s !important;
  }
}

.anim--delay2 {
  animation-delay: 1s !important;
}

@media all and (min-width: 641px) {
  .anim--delay2-pc {
    animation-delay: 1s !important;
  }
}

.anim-hide {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 1.5s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1.5s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1.5s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1.5s ease 0s 1 alternate forwards;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(2rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.anim-blurIn {
  opacity: 0;
}
.anim-blurIn.onAnim {
  animation: blurIn 1.5s ease 0s 1 alternate forwards;
}

.hidden-box {
  overflow: hidden;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-05 {
  letter-spacing: 0.05em;
}

.ls-1 {
  letter-spacing: 0.1em;
}

@media all and (min-width: 641px) {
  br.br-sp {
    display: none;
  }
}

@media all and (min-width: 1081px) {
  br.br-tab {
    display: none;
  }
}

.mt-0 {
  margin-top: 0rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

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

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

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

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

.pt-10 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-90 {
  padding-top: 5.625rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pt-110 {
  padding-top: 6.875rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pt-130 {
  padding-top: 8.125rem;
}

.pt-140 {
  padding-top: 8.75rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

.pt-160 {
  padding-top: 10rem;
}

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

.pb-10 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-90 {
  padding-bottom: 5.625rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-110 {
  padding-bottom: 6.875rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pb-130 {
  padding-bottom: 8.125rem;
}

.pb-140 {
  padding-bottom: 8.75rem;
}

.pb-150 {
  padding-bottom: 9.375rem;
}

.pb-160 {
  padding-bottom: 10rem;
}

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

.pl-10 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-50 {
  padding-left: 3.125rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

.pl-80 {
  padding-left: 5rem;
}

.pl-90 {
  padding-left: 5.625rem;
}

.pl-100 {
  padding-left: 6.25rem;
}

@media all and (max-width: 640px) {
  .pl-0-sp {
    padding-left: 0rem;
  }
}

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

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

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-50 {
  margin-left: 3.125rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.ml-70 {
  margin-left: 4.375rem;
}

.ml-80 {
  margin-left: 5rem;
}

.ml-90 {
  margin-left: 5.625rem;
}

.ml-100 {
  margin-left: 6.25rem;
}

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

.pr-10 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-50 {
  padding-right: 3.125rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pr-70 {
  padding-right: 4.375rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pr-90 {
  padding-right: 5.625rem;
}

.pr-100 {
  padding-right: 6.25rem;
}

@media all and (max-width: 640px) {
  .pr-0-sp {
    padding-right: 0rem;
  }
}

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

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.px-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.p-10 {
  padding: 0.625rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-50 {
  padding: 3.125rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-100 {
  padding: 6.25rem;
}

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

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

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

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.my-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.align-center {
  align-items: center !important;
}

@media all and (max-width: 640px) {
  .mt-0-sp {
    margin-top: 0rem;
  }
  .mt-10-sp {
    margin-top: 0.625rem;
  }
  .mt-20-sp {
    margin-top: 1.25rem;
  }
  .mt-30-sp {
    margin-top: 1.875rem;
  }
  .mt-40-sp {
    margin-top: 2.5rem;
  }
  .mt-50-sp {
    margin-top: 3.125rem;
  }
  .mt-60-sp {
    margin-top: 3.75rem;
  }
  .mt-70-sp {
    margin-top: 4.375rem;
  }
  .mt-80-sp {
    margin-top: 5rem;
  }
  .mt-90-sp {
    margin-top: 5.625rem;
  }
  .mt-100-sp {
    margin-top: 6.25rem;
  }
  .mb-0-sp {
    margin-bottom: 0rem;
  }
  .mb-10-sp {
    margin-bottom: 0.625rem;
  }
  .mb-20-sp {
    margin-bottom: 1.25rem;
  }
  .mb-30-sp {
    margin-bottom: 1.875rem;
  }
  .mb-40-sp {
    margin-bottom: 2.5rem;
  }
  .mb-50-sp {
    margin-bottom: 3.125rem;
  }
  .mb-60-sp {
    margin-bottom: 3.75rem;
  }
  .mb-70-sp {
    margin-bottom: 4.375rem;
  }
  .mb-80-sp {
    margin-bottom: 5rem;
  }
  .mb-90-sp {
    margin-bottom: 5.625rem;
  }
  .mb-100-sp {
    margin-bottom: 6.25rem;
  }
  .pt-0-sp {
    padding-top: 0rem;
  }
  .pt-10-sp {
    padding-top: 0.625rem;
  }
  .pt-20-sp {
    padding-top: 1.25rem;
  }
  .pt-30-sp {
    padding-top: 1.875rem;
  }
  .pt-40-sp {
    padding-top: 2.5rem;
  }
  .pt-50-sp {
    padding-top: 3.125rem;
  }
  .pt-60-sp {
    padding-top: 3.75rem;
  }
  .pt-70-sp {
    padding-top: 4.375rem;
  }
  .pt-80-sp {
    padding-top: 5rem;
  }
  .pt-90-sp {
    padding-top: 5.625rem;
  }
  .pt-100-sp {
    padding-top: 6.25rem;
  }
  .pb-0-sp {
    padding-bottom: 0rem;
  }
  .pb-10-sp {
    padding-bottom: 0.625rem;
  }
  .pb-20-sp {
    padding-bottom: 1.25rem;
  }
  .pb-30-sp {
    padding-bottom: 1.875rem;
  }
  .pb-40-sp {
    padding-bottom: 2.5rem;
  }
  .pb-50-sp {
    padding-bottom: 3.125rem;
  }
  .pb-60-sp {
    padding-bottom: 3.75rem;
  }
  .pb-70-sp {
    padding-bottom: 4.375rem;
  }
  .pb-80-sp {
    padding-bottom: 5rem;
  }
  .pb-90-sp {
    padding-bottom: 5.625rem;
  }
  .pb-100-sp {
    padding-bottom: 6.25rem;
  }
  .py-0-sp {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .py-10-sp {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .py-20-sp {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .py-30-sp {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .py-40-sp {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-50-sp {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .py-60-sp {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .py-70-sp {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .py-80-sp {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-90-sp {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .py-100-sp {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .px-0-sp {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .px-10-sp {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .px-20-sp {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .px-30-sp {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .px-40-sp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .px-50-sp {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .px-60-sp {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .px-70-sp {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .px-80-sp {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-90-sp {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .px-100-sp {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .my-0-sp {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .my-10-sp {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .my-20-sp {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .my-30-sp {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .my-40-sp {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .my-50-sp {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .my-60-sp {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .my-70-sp {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .my-80-sp {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .my-90-sp {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .my-100-sp {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .align-center-sp {
    align-items: center !important;
  }
}
.fw-300 {
  font-weight: 300;
}

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

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

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

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

.fz10 {
  font-size: 0.625rem;
}

.fz11 {
  font-size: 0.6875rem;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

@media all and (max-width: 640px) {
  .fz10-sp {
    font-size: 0.625rem;
  }
}

@media all and (max-width: 640px) {
  .fz11-sp {
    font-size: 0.6875rem;
  }
}

@media all and (max-width: 640px) {
  .fz12-sp {
    font-size: 0.75rem;
  }
}

@media all and (max-width: 640px) {
  .fz13-sp {
    font-size: 0.8125rem;
  }
}

@media all and (max-width: 640px) {
  .fz14-sp {
    font-size: 0.875rem;
  }
}

@media all and (max-width: 640px) {
  .fz15-sp {
    font-size: 0.9375rem;
  }
}

@media all and (max-width: 640px) {
  .fz16-sp {
    font-size: 1rem;
  }
}

@media all and (max-width: 640px) {
  .fz17-sp {
    font-size: 1.0625rem;
  }
}

@media all and (max-width: 640px) {
  .fz18-sp {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 640px) {
  .fz19-sp {
    font-size: 1.1875rem;
  }
}

@media all and (max-width: 640px) {
  .fz20-sp {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 640px) {
  .fz21-sp {
    font-size: 1.3125rem;
  }
}

@media all and (max-width: 640px) {
  .fz22-sp {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 640px) {
  .fz23-sp {
    font-size: 1.4375rem;
  }
}

@media all and (max-width: 640px) {
  .fz24-sp {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 640px) {
  .fz25-sp {
    font-size: 1.5625rem;
  }
}

@media all and (max-width: 640px) {
  .fz26-sp {
    font-size: 1.625rem;
  }
}

@media all and (max-width: 640px) {
  .fz27-sp {
    font-size: 1.6875rem;
  }
}

@media all and (max-width: 640px) {
  .fz28-sp {
    font-size: 1.75rem;
  }
}

@media all and (max-width: 640px) {
  .fz29-sp {
    font-size: 1.8125rem;
  }
}

@media all and (max-width: 640px) {
  .fz30-sp {
    font-size: 1.875rem;
  }
}

@media all and (max-width: 640px) {
  .fz31-sp {
    font-size: 1.9375rem;
  }
}

@media all and (max-width: 640px) {
  .fz32-sp {
    font-size: 2rem;
  }
}

@media all and (max-width: 640px) {
  .fz33-sp {
    font-size: 2.0625rem;
  }
}

@media all and (max-width: 640px) {
  .fz34-sp {
    font-size: 2.125rem;
  }
}

@media all and (max-width: 640px) {
  .fz35-sp {
    font-size: 2.1875rem;
  }
}

@media all and (max-width: 640px) {
  .fz36-sp {
    font-size: 2.25rem;
  }
}

@media all and (max-width: 640px) {
  .fz37-sp {
    font-size: 2.3125rem;
  }
}

@media all and (max-width: 640px) {
  .fz38-sp {
    font-size: 2.375rem;
  }
}

@media all and (max-width: 640px) {
  .fz39-sp {
    font-size: 2.4375rem;
  }
}

@media all and (max-width: 640px) {
  .fz40-sp {
    font-size: 2.5rem;
  }
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2_0 {
  line-height: 2;
}

.lh-2_2 {
  line-height: 2.2;
}

.lh-2_5 {
  line-height: 2.5;
}

[class*=items-].items-start {
  align-items: flex-start;
}

[class*=items-].items-center {
  align-items: center;
}

[class*=items-].items-end {
  align-items: flex-end;
}

@media all and (max-width: 640px) {
  [class*=items-].items-start-sp {
    align-items: flex-start;
  }
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-sticky {
  position: sticky !important;
}

.pos-static {
  position: static !important;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

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

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

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

@media all and (min-width: 641px) {
  .pc-text-center {
    text-align: center;
  }
}

@media all and (max-width: 640px) {
  .sp-text-center {
    text-align: center;
  }
}

.w-8 {
  width: 0.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-10 {
  width: 0.625rem;
}

.w-11 {
  width: 0.6875rem;
}

.w-12 {
  width: 0.75rem;
}

.w-13 {
  width: 0.8125rem;
}

.w-14 {
  width: 0.875rem;
}

.w-15 {
  width: 0.9375rem;
}

.w-16 {
  width: 1rem;
}

.w-17 {
  width: 1.0625rem;
}

.w-18 {
  width: 1.125rem;
}

.w-19 {
  width: 1.1875rem;
}

.w-20 {
  width: 1.25rem;
}

.w-25p {
  width: 25%;
}

.w-50p {
  width: 50%;
}

.w-75p {
  width: 75%;
}

.w-100p {
  width: 100%;
}

.reset-svg {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

@media all and (max-width: 800px) {
  .tab2-flex-column {
    flex-direction: column;
  }
}

@media all and (max-width: 640px) {
  .sp-flex-column {
    flex-direction: column;
  }
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

@media all and (max-width: 640px) {
  .justify-start-sp {
    justify-content: flex-start;
  }
}

@media all and (max-width: 640px) {
  .justify-center-sp {
    justify-content: center;
  }
}

@media all and (max-width: 640px) {
  .justify-end-sp {
    justify-content: flex-end;
  }
}

.flex-1 {
  flex: 1;
}

.flex-06 {
  flex: 0.6;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-25 {
  gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-80 {
  gap: 5rem;
}

.gap-90 {
  gap: 5.625rem;
}

.gap-100 {
  gap: 6.25rem;
}

@media all and (max-width: 1080px) {
  .gap-20-tab {
    gap: 1.25rem;
  }
}

@media all and (max-width: 1080px) {
  .gap-30-tab {
    gap: 1.875rem;
  }
}

@media all and (max-width: 1080px) {
  .gap-40-tab {
    gap: 2.5rem;
  }
}

@media all and (max-width: 640px) {
  .gap-20-sp {
    gap: 1.25rem;
  }
}

@media all and (max-width: 640px) {
  .gap-30-sp {
    gap: 1.875rem;
  }
}

@media all and (max-width: 640px) {
  .gap-40-sp {
    gap: 2.5rem;
  }
}

.gap-x-40 {
  column-gap: 2.5rem;
}

.color-key {
  color: #FF7703;
}

.color-key1 {
  color: #FF7703;
}

.color-key2 {
  color: #FBB03C;
}

.color-key3 {
  color: #9F1E00;
}

.color-key4 {
  color: #FB943C;
}

.color-main {
  color: #000000;
}

.color-white {
  color: #fff;
}

.bg-key {
  background-color: #FF7703;
}

.bg-bg-color {
  background-color: #ECF6FC;
}

.bd-bt {
  position: relative;
}
.bd-bt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #6C6C6C 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}

.bd-bb {
  position: relative;
}
.bd-bb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #6C6C6C 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}

html[data-theme=dark] .dark-invert-white {
  filter: brightness(0) invert(1);
}

.u-hide-pc {
  display: none !important;
}

.u-hide-sp {
  display: block !important;
}

@media all and (max-width: 640px) {
  .u-hide-pc {
    display: block !important;
  }
  .u-hide-sp {
    display: none !important;
  }
}
.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

@media all and (min-width: 641px) {
  .d-flex-pc {
    display: flex;
  }
}

@media all and (min-width: 641px) {
  .d-block-pc {
    display: block;
  }
}

@media all and (min-width: 641px) {
  .d-none-pc {
    display: none;
  }
}

@media all and (min-width: 641px) {
  .d-inline-pc {
    display: inline;
  }
}

@media all and (min-width: 641px) {
  .d-iblock-pc {
    display: inline-block;
  }
}

@media all and (max-width: 640px) {
  .d-flex-sp {
    display: flex;
  }
}

@media all and (max-width: 640px) {
  .d-block-sp {
    display: block;
  }
}

@media all and (max-width: 640px) {
  .d-none-sp {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .d-inline-sp {
    display: inline;
  }
}

@media all and (max-width: 640px) {
  .d-iblock-sp {
    display: inline-block;
  }
}

.maxw-400 {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-580 {
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-640 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-680 {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-720 {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-740 {
  max-width: 46.25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-760 {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-800 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.h-auto {
  height: auto;
}

@media all and (max-width: 640px) {
  .sp-w90 {
    width: calc(100% + 1.25rem);
    position: relative;
    left: -0.625rem;
  }
}

@media all and (max-width: 640px) {
  .sp-w100 {
    width: calc(100% + 2.5rem);
    position: relative;
    left: -1.25rem;
  }
}

.grid {
  display: grid;
}

.gtc-2 {
  grid-template-columns: 1fr 1fr;
}

.gtc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.gtc-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-40-100 {
  grid-template-columns: 0.4fr 1fr;
}

.grid-50-100 {
  grid-template-columns: 0.5fr 1fr;
}

.grid-60-100 {
  grid-template-columns: 0.6fr 1fr;
}

.grid-80-100 {
  grid-template-columns: 0.8fr 1fr;
}

.grid-100-40 {
  grid-template-columns: 1fr 0.4fr;
}

.grid-100-50 {
  grid-template-columns: 1fr 0.5fr;
}

.grid-100-60 {
  grid-template-columns: 1fr 0.6fr;
}

.grid-100-80 {
  grid-template-columns: 1fr 0.8fr;
}

.grid-60-100 {
  grid-template-columns: 0.6fr 1fr;
}

.grid-100-100 {
  grid-template-columns: 1fr 1fr;
}

.grid-80-100 {
  grid-template-columns: 0.8fr 1fr;
}

.grid-100-60 {
  grid-template-columns: 1fr 0.6fr;
}

.grid-100-80 {
  grid-template-columns: 1fr 0.8fr;
}

@media all and (max-width: 1080px) {
  .gtc-2-tab {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 640px) {
  .gtc-2-sp {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 1080px) {
  .gtc-1-tab {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 800px) {
  .gtc-1-tab2 {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 640px) {
  .gtc-1-sp {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 640px) {
  .grid-40-100-sp {
    grid-template-columns: 0.4fr 1fr;
  }
}

@media all and (max-width: 640px) {
  .grid-60-100-sp {
    grid-template-columns: 0.6fr 1fr;
  }
}

@media all and (max-width: 640px) {
  .grid-80-100-sp {
    grid-template-columns: 0.8fr 1fr;
  }
}

@media all and (max-width: 640px) {
  .grid-100-40-sp {
    grid-template-columns: 1fr 0.4fr;
  }
}

@media all and (max-width: 640px) {
  .grid-100-60-sp {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media all and (max-width: 640px) {
  .grid-100-80-sp {
    grid-template-columns: 1fr 0.8fr;
  }
}

@media all and (min-width: 641px) {
  .gtc-2-pc {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (min-width: 641px) {
  .grid-40-100-pc {
    grid-template-columns: 0.4fr 1fr;
  }
}

@media all and (min-width: 641px) {
  .grid-60-100-pc {
    grid-template-columns: 0.6fr 1fr;
  }
}

@media all and (min-width: 641px) {
  .grid-80-100-pc {
    grid-template-columns: 0.8fr 1fr;
  }
}

@media all and (min-width: 641px) {
  .grid-100-40-pc {
    grid-template-columns: 1fr 0.4fr;
  }
}

@media all and (min-width: 641px) {
  .grid-100-60-pc {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media all and (min-width: 641px) {
  .grid-100-80-pc {
    grid-template-columns: 1fr 0.8fr;
  }
}

.list-none {
  list-style: none;
}

.list-disc {
  list-style: disc;
}

.list-circle {
  list-style: circle;
}

.list-square {
  list-style: square;
}

.list-decimal {
  list-style: decimal;
}

.list-lower-alpha {
  list-style: lower-alpha;
}

.list-upper-alpha {
  list-style: upper-alpha;
}

.list-lower-roman {
  list-style: lower-roman;
}

.list-upper-roman {
  list-style: upper-roman;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
  padding-left: 1.25em;
}

.list-marker-gap-10 > li {
  padding-left: 0.625rem;
}

.list-marker-gap-15 > li {
  padding-left: 0.9375rem;
}

.list-marker-gap-20 > li {
  padding-left: 1.25rem;
}

.list-marker-gap-25 > li {
  padding-left: 1.5625rem;
}

.list-marker-gap-30 > li {
  padding-left: 1.875rem;
}

.list-marker-gap-35 > li {
  padding-left: 2.1875rem;
}

.list-marker-gap-40 > li {
  padding-left: 2.5rem;
}

.list-marker-gap-50 > li {
  padding-left: 3.125rem;
}

.list-gap-10 > li {
  margin-bottom: 0.625rem;
}

.list-gap-15 > li {
  margin-bottom: 0.9375rem;
}

.list-gap-20 > li {
  margin-bottom: 1.25rem;
}

.list-gap-30 > li {
  margin-bottom: 1.875rem;
}

.list-no-last-margin > li:last-child {
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

body.lp-mainpage {
  font-size: 16px;
  background-color: #FFF5E5;
  background-image: url("../images/bg.webp");
  background-size: 544px;
  overflow-x: hidden;
}
@media all and (max-width: 640px) {
  body.lp-mainpage {
    font-size: 4.16vw;
    background-size: 21.875rem;
  }
}

.inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  backface-visibility: hidden;
}
@media all and (max-width: 640px) {
  .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.inner-box-hg {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.inner-box-xl {
  max-width: 80.375rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.inner-box-l {
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.inner-box-m {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.inner-box-s {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.inner-box-ss {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.svg-block {
  width: 100%;
  display: block;
}

.w-rem-box {
  max-width: calc(var(--width) / 16 * 1rem);
  width: 100%;
}
.w-rem-box img {
  width: 100%;
}

.flex-container-1 {
  container-type: inline-size;
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}
.flex-container-1__inner {
  max-width: 79.125rem;
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
  padding-right: 1.25rem;
}
@container (min-width: 641px) {
  .flex-container-1__inner {
    padding-right: 2.5rem;
  }
}
@container (max-width: 1024px) {
  .flex-container-1__inner {
    gap: 2.5rem;
    flex-direction: column;
  }
  .flex-container-1__inner.align-center {
    align-items: normal !important;
  }
}
.flex-container-1__img {
  width: 53%;
  border-radius: 0 0.625rem 0.625rem 0;
  overflow: hidden;
}
@container (max-width: 1024px) {
  .flex-container-1__img {
    width: 80%;
  }
}
@container (max-width: 640px) {
  .flex-container-1__img {
    width: 100%;
  }
}
.flex-container-1__img img {
  width: 100%;
}
.flex-container-1__content {
  flex: 1;
}
@container (max-width: 1024px) {
  .flex-container-1__content {
    padding-left: 2.5rem;
  }
}
@container (max-width: 640px) {
  .flex-container-1__content {
    padding-left: 1.25rem;
  }
}

.flex-container-2 {
  container-type: inline-size;
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}
.flex-container-2__inner {
  max-width: 79.125rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 3.75rem;
  padding-left: 1.25rem;
  margin-left: auto;
}
@container (min-width: 641px) {
  .flex-container-2__inner {
    padding-left: 2.5rem;
  }
}
@container (max-width: 1024px) {
  .flex-container-2__inner {
    gap: 2.5rem;
    flex-direction: column;
  }
}
.flex-container-2__img {
  width: 53%;
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
}
@container (max-width: 1024px) {
  .flex-container-2__img {
    width: 80%;
    margin-left: auto;
  }
}
@container (max-width: 640px) {
  .flex-container-2__img {
    width: 100%;
  }
}
.flex-container-2__img img {
  width: 100%;
}
.flex-container-2__content {
  flex: 1;
}
@container (max-width: 1024px) {
  .flex-container-2__content {
    padding-right: 2.5rem;
  }
}
@container (max-width: 640px) {
  .flex-container-2__content {
    padding-right: 1.25rem;
  }
}

.pageNav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
  gap: 2.5rem;
}
@media all and (max-width: 1080px) {
  .pageNav {
    gap: 1.25rem;
  }
}
.pageNav .cmn-btn {
  max-width: 100%;
}
.pageNav .cmn-btn:hover .arrow {
  translate: 0em 0.2em;
}
.pageNav .cmn-btn .arrow {
  rotate: 0deg;
}

.bar-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  line-height: 1.4;
}
.bar-heading.bar-heading--reverse {
  flex-direction: row-reverse;
}
.bar-heading.bar-heading--reverse:before {
  transform-origin: right center;
}
.bar-heading:before {
  content: "";
  width: 4.375rem;
  height: 1px;
  background-color: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.6s ease 0.3s;
}
@media all and (max-width: 640px) {
  .bar-heading:before {
    width: 3.125rem;
  }
}
.bar-heading.onAnim:before {
  transform: scaleX(1);
}

.cmn-heading {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.cmn-heading .en {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FF7703;
}
@media all and (max-width: 640px) {
  .cmn-heading .en {
    font-size: 1.5rem;
  }
}
.cmn-heading .ja {
  font-size: 1rem;
  font-weight: 700;
}

.cmn-heading2 {
  display: flex;
  align-items: center;
  gap: 0.65em;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #FF7703;
}
.cmn-heading2 .ja {
  font-size: 0.48em;
}
.cmn-heading2:before {
  content: "";
  width: 0.2666666667em;
  height: 1.3333333333em;
  background-color: #FF7703;
  border-radius: 1em;
}

.dot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dot-list li {
  display: flex;
}
.dot-list li:before {
  content: "・";
}

.cmn-btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 18.75rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 1.7em;
  border: 1px solid #FF7703;
  color: #FF7703;
  line-height: 1.4;
  border-radius: 0.625rem;
  position: relative;
  transition: all 0.2s ease 0s;
}
.cmn-btn .arrow {
  width: 0.81em;
  rotate: -90deg;
  transition: all 0.2s ease 0s;
}
.cmn-btn .arrow:hover {
  text-decoration: none;
}
.cmn-btn .arrow svg {
  width: 100%;
  display: block;
}
.cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn:hover {
    background-color: #FF7703;
    color: #fff;
  }
  .cmn-btn:hover .arrow {
    translate: 0.6em 0;
  }
  .cmn-btn:hover .arrow svg path {
    fill: #fff;
  }
}
.cmn-btn:active {
  background-color: #FF7703;
  color: #fff;
}
.cmn-btn:active .arrow {
  translate: 0.6em 0;
}
.cmn-btn:active .arrow svg path {
  fill: #fff;
}

.bt-style {
  display: flex;
  border-radius: 9999px;
  border: 1px solid #ffeb00;
  background-color: #ffeb00;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
.bt-style > * {
  position: relative;
  z-index: 5;
}
.bt-style:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff500 0%, #ffce00 100%);
  transition: all 0.2s ease 0s;
}
.bt-style:before:hover {
  text-decoration: none;
}
.bt-style:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .bt-style:hover:before {
    opacity: 0;
  }
}
.bt-style:active:before {
  opacity: 0;
}

.bt-style2 {
  display: flex;
  border-radius: 9999px;
  border: 1px solid #1CBE00;
  background-color: #1CBE00;
  color: #fff;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  transition: all 0.2s ease 0s;
}
.bt-style2 > * {
  position: relative;
  z-index: 5;
}
.bt-style2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#1cbe00 0%, #158b00 100%);
  transition: all 0.2s ease 0s;
}
.bt-style2:before:hover {
  text-decoration: none;
}
.bt-style2:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .bt-style2:hover:before {
    opacity: 0;
  }
}
.bt-style2:active:before {
  opacity: 0;
}

.rad-10 {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.rad-20 {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.responsive-text {
  font-size: clamp(var(--fz-base) * 0.65 / 16 * 1rem, var(--fz-base) / 1100 * 100vw, var(--fz-base) * 1 / 16 * 1rem);
}
@media all and (max-width: 640px) {
  .responsive-text {
    font-size: clamp(var(--fz-base) * 0.45 / 16 * 1rem, var(--fz-base) / 1100 * 100vw, var(--fz-base) * 1 / 16 * 1rem);
  }
}

.cmn-tbl-wrap {
  overflow-x: auto;
  z-index: 4;
  padding-bottom: 1.25rem;
}
.cmn-tbl-wrap .ja {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cmn-tbl-wrap .en {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  .cmn-tbl-wrap {
    width: calc(100% + 3.125rem);
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.cmn-tbl {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.625rem;
  overflow: hidden;
}
.cmn-tbl.table-fixed {
  table-layout: fixed;
}
@media all and (max-width: 640px) {
  .cmn-tbl {
    width: 160%;
  }
}
.cmn-tbl thead {
  background-color: #FF7703;
  color: #fff;
}
.cmn-tbl thead th {
  text-align: center;
  padding: 0.625rem 1.25rem;
  vertical-align: middle;
}
@media all and (max-width: 640px) {
  .cmn-tbl thead th {
    font-size: 0.75rem;
  }
}
.cmn-tbl tbody td {
  background-color: #fff;
  padding: 1.875rem;
  vertical-align: middle;
  position: relative;
}
@media all and (max-width: 640px) {
  .cmn-tbl tbody td {
    padding: 0.625rem 0.9375rem;
  }
}
.cmn-tbl tbody td:not(:first-child):before {
  content: "";
  width: 0.0625rem;
  height: calc(100% - 1.25rem);
  background-color: #FF7703;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.cmn-tbl tbody tr:nth-child(even) td {
  background-color: #f2fffa;
}

.mainHeader__common {
  position: fixed;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 3.75rem;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  height: 5.625rem;
}
@media all and (max-width: 1080px) {
  .mainHeader__common {
    padding: 0.625rem 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common {
    height: auto;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  }
}
.mainHeader__common__logo {
  max-width: 13.5rem;
  display: block;
}
@media all and (max-width: 800px) {
  .mainHeader__common__logo {
    max-width: 11.875rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common__logo {
    max-width: 8.75rem;
  }
}
.mainHeader__common__logo a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__rightWrapper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media all and (max-width: 800px) {
  .mainHeader__rightWrapper {
    gap: 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__rightWrapper {
    flex-direction: column;
    gap: 0.3125rem;
  }
}
.mainHeader__tel {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #FF7703;
}
@media all and (max-width: 800px) {
  .mainHeader__tel {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__tel {
    font-size: 0.9375rem;
    gap: 0.3125rem;
  }
}
.mainHeader__tel .icon {
  width: 1.34em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7703;
  border-radius: 50%;
}
.mainHeader__tel .icon .icon__inner {
  width: 45%;
  color: #fff;
}
.mainHeader__tel .num {
  font-weight: 900;
}
.mainHeader__btn a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.2;
  padding: 0.5em 1.5em;
  color: #9F1E00;
  font-weight: 700;
}
@media all and (max-width: 640px) {
  .mainHeader__btn a {
    gap: 0.3125rem;
    font-size: 0.71875rem;
    padding: 0.3em 1em;
  }
}
.mainHeader__btn a .icon {
  width: 1.25em;
  aspect-ratio: 20/16;
}
.mainHeader__btn a .text {
  padding-left: 0.625rem;
  border-left: 1px solid #9F1E00;
}

.foot-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
  gap: 2.5rem;
}
@media all and (max-width: 1080px) {
  .foot-nav {
    gap: 1.875rem;
  }
}
.foot-nav__item {
  border-radius: 0.625rem;
  display: flex;
  overflow: hidden;
  position: relative;
  aspect-ratio: 524/220;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.foot-nav__item:hover {
  text-decoration: none;
}
.foot-nav__item:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .foot-nav__item:hover .bg img {
    scale: 1.05;
  }
  .foot-nav__item:hover .arrow {
    transform: scale(1.2);
    background-color: #fff;
  }
  .foot-nav__item:hover .arrow svg path {
    fill: #FF7703;
  }
}
.foot-nav__item:active .bg img {
  scale: 1.05;
}
.foot-nav__item:active .arrow {
  transform: scale(1.2);
  background-color: #fff;
}
.foot-nav__item:active .arrow svg path {
  fill: #FF7703;
}
.foot-nav__item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease 0s;
}
.foot-nav__item .bg:hover {
  text-decoration: none;
}
.foot-nav__item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.foot-nav__item .bg img:hover {
  text-decoration: none;
}
.foot-nav__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 119, 3, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease 0s;
}
.foot-nav__item:before:hover {
  text-decoration: none;
}
.foot-nav__item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1em;
  line-height: 1.2;
  color: #fff;
  padding: min(1.25rem, 4vw) min(1.5625rem, 6vw);
}
.foot-nav__item .title {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-start;
}
.foot-nav__item .title .main {
  font-size: 1.875rem;
  letter-spacing: 0.04em;
}
@media all and (max-width: 1080px) {
  .foot-nav__item .title .main {
    font-size: 1.5rem;
  }
}
.foot-nav__item .title .ja {
  font-weight: 700;
}
.foot-nav__item .arrow {
  width: 1.9em;
  height: 1.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  rotate: -90deg;
  transition: all 0.2s ease 0s;
  flex-shrink: 0;
}
.foot-nav__item .arrow:hover {
  text-decoration: none;
}
.foot-nav__item .arrow svg {
  display: block;
  width: 40%;
}
.foot-nav__item .arrow svg path {
  transition: all 0.2s ease 0s;
}
.foot-nav__item .arrow svg path:hover {
  text-decoration: none;
}
.corporate-profile .foot-nav .corporate-profile {
  display: none;
}
.corporate-profile .foot-nav .data {
  display: none;
}
.service .foot-nav .service {
  display: none;
}
.service .foot-nav .data {
  display: none;
}
.message .foot-nav .message {
  display: none;
}
.message .foot-nav .data {
  display: none;
}
.company-policies .foot-nav .company-policies {
  display: none;
}
.company-policies .foot-nav .service {
  display: none;
}
.data .foot-nav .data {
  display: none;
}
.data .foot-nav .service {
  display: none;
}
.career-roadmap .foot-nav .career-roadmap {
  display: none;
}
.career-roadmap .foot-nav .service {
  display: none;
}

.foot-recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20.4375rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.foot-recruit:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .foot-recruit {
    height: 15rem;
  }
}
.foot-recruit:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .foot-recruit:hover .bg img {
    transform: scale(1.05);
  }
  .foot-recruit:hover .arrow {
    scale: 1.3;
    background-color: #fff;
  }
  .foot-recruit:hover .arrow svg path {
    fill: #FF7703;
  }
}
.foot-recruit:active .bg img {
  transform: scale(1.05);
}
.foot-recruit:active .arrow {
  scale: 1.3;
  background-color: #fff;
}
.foot-recruit:active .arrow svg path {
  fill: #FF7703;
}
.foot-recruit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.foot-recruit .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.foot-recruit .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.foot-recruit .bg img:hover {
  text-decoration: none;
}
.foot-recruit__content {
  max-width: 72.875rem;
  padding: 0 2.5rem;
  width: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .foot-recruit__content {
    padding: 0 1.25rem;
  }
}
.foot-recruit__content .heading {
  font-size: 1.875rem;
  margin-bottom: 0.3em;
}
@media all and (max-width: 640px) {
  .foot-recruit__content .heading {
    font-size: 1.5rem;
  }
}
.foot-recruit__content .heading-ja {
  font-weight: 700;
  margin-bottom: 1.5em;
}
.foot-recruit__content .textWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media all and (max-width: 640px) {
  .foot-recruit__content .textWrap {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.foot-recruit__content .textWrap .arrow {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  rotate: -90deg;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
}
.foot-recruit__content .textWrap .arrow:hover {
  text-decoration: none;
}
.foot-recruit__content .textWrap .arrow svg {
  width: 40%;
}
.foot-recruit__content .textWrap .arrow svg path {
  transition: fill 0.3s ease;
}

.mainFooter {
  padding: 7.5rem 0;
  background-color: #FF7703;
  color: #fff;
}
@media all and (max-width: 800px) {
  .mainFooter {
    padding: 4.375rem 0;
  }
}
.mainFooter a {
  color: #fff;
}
.mainFooter__inner {
  display: grid;
  grid-template-columns: 278fr 580fr 230fr;
  gap: 1.25rem;
}
@media all and (max-width: 800px) {
  .mainFooter__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.mainFooter .logoWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.6;
  font-size: 0.875rem;
}
@media all and (max-width: 800px) {
  .mainFooter .logoWrap {
    align-items: center;
    justify-content: center;
  }
}
.mainFooter .logoWrap__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  max-width: 13.5rem;
}
.mainFooter .logoWrap__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainFooter .nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #406A8D;
}
@media all and (max-width: 640px) {
  .mainFooter .nav {
    border-left: none;
  }
}
.mainFooter .nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8em;
  line-height: 1.6;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  border-right: 1px solid #406A8D;
}
@media all and (max-width: 640px) {
  .mainFooter .nav__list {
    padding: 0.625rem 0;
  }
  .mainFooter .nav__list:last-child {
    padding-left: 1.25rem;
    border-right: none;
  }
}
.mainFooter .nav__list li {
  max-width: 10.75rem;
  width: 100%;
}
.mainFooter .snsWrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media all and (max-width: 800px) {
  .mainFooter .snsWrap {
    justify-content: center;
  }
}
.mainFooter .snsWrap__list {
  max-width: 10.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.625rem;
  width: 100%;
}
.mainFooter .snsWrap__list a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: #fff;
  border-radius: 0.375rem;
}
.mainFooter .snsWrap__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter .snsWrap__list a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainFooter .snsWrap__list a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainFooter .snsWrap__list a img {
  width: 100%;
}

.subFooter {
  padding: 0.625rem 0;
  background-color: #1d1d1d;
  color: #fff;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .subFooter {
    font-size: 0.6875rem;
  }
}
.subFooter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lp-mainpage .wpcf7 .form-table {
  max-width: 46.25rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.lp-mainpage .wpcf7 .form-table p {
  margin: 0 !important;
  font-size: 0.875rem;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-list-item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .lp-mainpage .wpcf7 .form-table {
    grid-template-columns: 1fr;
  }
}
.lp-mainpage .wpcf7 .form-table__item.bd-bt {
  padding-top: 2.5rem;
}
.lp-mainpage .wpcf7 .form-table__item dt {
  line-height: 1.4;
  font-size: 0.875rem;
  margin-bottom: 1.1em;
}
.lp-mainpage .wpcf7 .form-table__item dt.hide {
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.lp-mainpage .wpcf7 .form-table__item dt .required {
  color: #f70000;
}
@media all and (max-width: 640px) {
  .lp-mainpage .wpcf7 .form-table__item dt {
    font-size: 1rem;
  }
}
.lp-mainpage .wpcf7 .form-table__item.col-full {
  grid-column: 1/-1;
}
.lp-mainpage .wpcf7 .form-table .caption {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.5em;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-radio .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-left: 2rem;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-radio .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #FBB03C;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #FF7703;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-radio .wpcf7-list-item label:has(input[type=radio]:checked)::before {
  border-color: #FF7703;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-radio .wpcf7-list-item label:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-left: 2rem;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-checkbox .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #FBB03C;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s ease;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.125rem;
  background-color: #FF7703;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-checkbox .wpcf7-list-item label:has(input[type=checkbox]:checked)::before {
  border-color: #FF7703;
}
.lp-mainpage .wpcf7 .form-table .wpcf7-checkbox .wpcf7-list-item label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.lp-mainpage .wpcf7 .form-table input[type=text],
.lp-mainpage .wpcf7 .form-table input[type=email],
.lp-mainpage .wpcf7 .form-table input[type=tel],
.lp-mainpage .wpcf7 .form-table input[type=number],
.lp-mainpage .wpcf7 .form-table textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100% !important;
  border: 0.0625rem solid #FBB03C;
  background-color: #fff;
  padding: 0.625rem 1rem;
  border-radius: 1.875rem;
  letter-spacing: 0.1em;
  color: #000000;
  box-sizing: border-box;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .lp-mainpage .wpcf7 .form-table input[type=text],
  .lp-mainpage .wpcf7 .form-table input[type=email],
  .lp-mainpage .wpcf7 .form-table input[type=tel],
  .lp-mainpage .wpcf7 .form-table input[type=number],
  .lp-mainpage .wpcf7 .form-table textarea {
    font-size: 1rem;
  }
}
.lp-mainpage .wpcf7 .form-table input[type=text]:read-only,
.lp-mainpage .wpcf7 .form-table input[type=email]:read-only,
.lp-mainpage .wpcf7 .form-table input[type=tel]:read-only,
.lp-mainpage .wpcf7 .form-table input[type=number]:read-only,
.lp-mainpage .wpcf7 .form-table textarea:read-only {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  margin-top: 0.375rem;
}
.lp-mainpage .wpcf7 .form-table input[type=text]::placeholder,
.lp-mainpage .wpcf7 .form-table input[type=email]::placeholder,
.lp-mainpage .wpcf7 .form-table input[type=tel]::placeholder,
.lp-mainpage .wpcf7 .form-table input[type=number]::placeholder,
.lp-mainpage .wpcf7 .form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}
.lp-mainpage .wpcf7 .form-table select {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  padding-right: 2.5rem;
  color: #000000;
  background-image: url(../images/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .lp-mainpage .wpcf7 .form-table select {
    font-size: 1rem;
  }
}
.lp-mainpage .wpcf7 .form-table select.empty-value {
  color: #d3d3d3;
}
.lp-mainpage .wpcf7 .form-table textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  resize: vertical;
  width: 100%;
  border: 0.0625rem solid #FBB03C;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #000000;
  box-sizing: border-box;
  min-height: 12.5rem;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .lp-mainpage .wpcf7 .form-table textarea {
    font-size: 1rem;
    min-height: 8.75rem;
  }
}
.lp-mainpage .wpcf7 .form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}

.acceptance {
  max-width: 46.25rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  margin-top: 3.75rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
}
.acceptance .required {
  color: #ff0000;
}

.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.875rem;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-left: 1.75rem;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.wpcf7-acceptance .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #adadad;
  border-radius: 50%;
  background-color: #FAFAFA;
  transition: all 0.2s ease;
}
.wpcf7-acceptance .wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #FF7703;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wpcf7-acceptance .wpcf7-list-item label:has(input[type=checkbox]:checked)::before {
  border-color: #FF7703;
}
.wpcf7-acceptance .wpcf7-list-item label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}

.lp-mainpage .wpcf7 .form-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-top: 3.75rem;
}
.lp-mainpage .wpcf7 .form-actions p {
  margin: 0 !important;
  font-size: 0.875rem;
  width: 100%;
}
.lp-mainpage .wpcf7 .form-actions a {
  text-decoration: underline;
}
.lp-mainpage .wpcf7 .form-actions a:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .lp-mainpage .wpcf7 .form-actions {
    margin-top: 1.875rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ff0000;
  color: #fff;
  line-height: 1.6;
  border: 0;
  padding: 1em;
}
@media all and (max-width: 640px) {
  .wpcf7 form.invalid .wpcf7-response-output {
    text-align: left;
  }
}

.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent {
  background-color: #008000;
  color: #fff;
  line-height: 1.6;
  border: 0;
  padding: 1em;
}
@media all and (max-width: 640px) {
  .wpcf7-response-output.wpcf7-mail-sent-ok,
  .wpcf7-response-output.wpcf7-mail-sent {
    text-align: left;
  }
}

.submit-btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  max-width: 12.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  background-color: #FB943C;
  font-size: 1rem;
  font-weight: 700;
  color: #9f1e00;
  background-color: #ffeb00;
}
.submit-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.top-fv {
  border: 0.5rem solid #FF7703;
  position: relative;
  background-color: #FFF5E5;
  background-image: url("../images/bg.webp");
  background-size: 544px;
  z-index: 200;
  padding: 2.5rem 0 0;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .top-fv {
    padding-top: 1.25rem;
    border-width: 0.25rem;
    background-size: 21.875rem;
  }
}
.top-fv:not(.onAnim) .top-fv__inner {
  opacity: 0;
}
.top-fv:not(.onAnim) .top-fv__image {
  opacity: 0;
}
.top-fv:not(.onAnim) .top-fv__contact {
  translate: 0 100%;
}
.top-fv__inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(0.625rem, 0.625rem + 30 * (100vw - 240px) / 1040, 2.5rem);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 75rem;
  transition: all 1s ease 0.3s;
}
@media all and (max-width: 1080px) {
  .top-fv__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 800px) {
  .top-fv__inner {
    grid-template-columns: 1.15fr 1fr;
  }
}
@media all and (max-width: 640px) {
  .top-fv__inner {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 640px) and (max-width: 640px) {
  .top-fv__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.top-fv__content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.625rem + 15 * (100vw - 240px) / 1040, 1.5625rem);
  min-width: 0;
  padding-bottom: 1.25rem;
}
.top-fv__logo {
  display: flex;
  width: min(13.5rem, 50%);
  margin-bottom: 1.875rem;
}
@media all and (max-width: 640px) {
  .top-fv__logo {
    width: 8.75rem;
    margin-bottom: 0.9375rem;
  }
}
.top-fv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.top-fv__title .lead1 {
  font-size: clamp(1.5rem, 1.5rem + 24 * (100vw - 240px) / 1040, 3rem);
  display: flex;
  font-weight: 700;
  justify-content: center;
  gap: 0.125em;
  line-height: 0.8;
  margin-bottom: 0.4166666667em;
}
@media all and (max-width: 640px) {
  .top-fv__title .lead1 {
    font-size: 2.125rem;
  }
}
.top-fv__title .lead1__text {
  color: #fff;
  position: relative;
  width: 1.25em;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.1em;
}
.top-fv__title .lead1__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2083333333em;
  background-color: var(--color);
}
.top-fv__title .lead1__text:nth-child(odd) {
  color: var(--color);
}
.top-fv__title .lead1__text:nth-child(odd):before {
  background-color: #fff;
}
.top-fv__title .lead1__text > span {
  position: relative;
  z-index: 5;
}
.top-fv__title .lead1.reverse .lead1__text {
  color: var(--color);
}
.top-fv__title .lead1.reverse .lead1__text:before {
  background-color: #fff;
}
.top-fv__title .lead1.reverse .lead1__text:nth-child(odd) {
  color: #fff;
}
.top-fv__title .lead1.reverse .lead1__text:nth-child(odd):before {
  background-color: var(--color);
}
.top-fv__title .lead2 {
  font-size: clamp(1.375rem, 1.375rem + 8 * (100vw - 220px) / 1060, 1.875rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.6666666667em;
}
.top-fv__title .lead2 .strong {
  font-size: 1.3333333333em;
}
.top-fv__title .lead2 .strong2 {
  font-size: 1.6666666667em;
}
.top-fv__title .lead3 {
  font-size: clamp(1rem, 1rem + 14 * (100vw - 220px) / 1060, 1.875rem);
  font-weight: 700;
  text-align: center;
  display: block;
  background-color: #FBB03C;
  margin-bottom: 0.6666666667em;
  color: #fff;
  width: 100%;
  max-width: 28rem;
  padding: 0.15em;
}
@media all and (max-width: 640px) {
  .top-fv__title .lead3 {
    font-size: 1.375rem;
    max-width: 18.75rem;
  }
}
.top-fv__title .lead3 .small {
  font-size: 0.8em;
}
.top-fv__title .main {
  font-size: clamp(1.625rem, 1.625rem + 32 * (100vw - 240px) / 1040, 3.75rem);
  font-weight: 900;
  text-align: center;
  color: #FF7703;
  letter-spacing: 0.08em;
}
@media all and (max-width: 640px) {
  .top-fv__title .main {
    font-size: 2.5rem;
  }
}
.top-fv__image {
  display: flex;
  align-items: flex-end;
  transition: all 1s ease 0.8s;
}
@media all and (max-width: 640px) {
  .top-fv__image {
    justify-content: center;
  }
}
.top-fv__image img {
  width: 100%;
}
@media all and (max-width: 640px) {
  .top-fv__image img {
    width: 70%;
  }
}
.top-fv__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.25rem, 5%);
  padding-top: 0.5em;
  font-size: clamp(0.6875rem, 0.6875rem + 8 * (100vw - 480px) / 800, 1.1875rem);
}
@media all and (max-width: 640px) {
  .top-fv__list {
    width: 90%;
    font-size: 0.78125rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-fv__list .item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: min(2em, 23%);
  color: #FF7703;
  font-weight: 700;
  background-image: url("../images/fv_feature-bg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 160/146;
  text-align: center;
  line-height: 1.3;
}
.top-fv__list .item strong {
  font-size: var(--fz);
}
.top-fv__list .item span {
  display: block;
}
.top-fv__contact {
  background-color: #FF7703;
  padding: 1.25rem 0;
  transition: all 1s ease 1s;
}
.top-fv__contact__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 640px) {
  .top-fv__contact__inner {
    grid-template-columns: 1fr;
  }
}
.top-fv__contact .telWrap {
  display: flex;
  align-items: center;
  gap: min(0.875rem, 7%);
  color: #fff;
  line-height: 1;
  font-size: clamp(1.5rem, 4.2vw, 3.25rem);
  border-right: 1px solid #fff;
  padding-right: 0.5em;
}
@media all and (max-width: 640px) {
  .top-fv__contact .telWrap {
    justify-content: center;
    padding-right: 0;
    border-right: none;
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}
.top-fv__contact .telWrap .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.625rem, 5%);
}
.top-fv__contact .telWrap .icon {
  width: 1.1538461538em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #FF7703;
}
.top-fv__contact .telWrap .icon svg {
  width: auto;
  height: 70%;
}
.top-fv__contact .telWrap .num {
  font-weight: 900;
  letter-spacing: 0.04em;
}
.top-fv__contact .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(2vw, 1.25rem);
  padding-left: min(4vw, 2.5rem);
}
@media all and (max-width: 640px) {
  .top-fv__contact .btnWrap {
    padding-left: 0;
    font-size: 1rem;
  }
}
.top-fv__contact .btnWrap .btnWrap__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 6.5em;
  width: 100%;
  height: 3.125rem;
  gap: min(1.25rem, 5%);
}
@media all and (max-width: 640px) {
  .top-fv__contact .btnWrap .btnWrap__inner {
    height: 2.5rem;
  }
}
.top-fv__contact .btnWrap .form {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.2;
  padding: 0.65em 1.5em;
  color: #9F1E00;
  width: 100%;
  font-weight: 700;
  justify-content: center;
  height: 100%;
}
@media all and (max-width: 640px) {
  .top-fv__contact .btnWrap .form {
    gap: 0.3125rem;
    padding: 0.3em 1em;
  }
}
.top-fv__contact .btnWrap .form .icon {
  width: 1.25em;
  aspect-ratio: 20/16;
}
.top-fv__contact .btnWrap .form .text {
  padding-left: 0.625rem;
  border-left: 1px solid #9F1E00;
}
.top-fv__contact .btnWrap .inquiry {
  line-height: 1.2;
  padding: 0.65em 0.3em;
  width: 100%;
  font-size: 0.9em;
  font-weight: 700;
  height: 100%;
}
@media all and (max-width: 640px) {
  .top-fv__contact .btnWrap .inquiry {
    gap: 0.3125rem;
    padding: 0.3em 1em;
  }
}

.bg-color {
  background-color: #FFF5E5;
}

.bg-color2 {
  background-color: #FBB03C;
  background-image: url("../images/bg2.webp");
  background-size: 544px;
}
@media all and (max-width: 640px) {
  .bg-color2 {
    background-size: 21.875rem;
  }
}

.rad-box {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 5rem 1.25rem;
}
@media all and (max-width: 1080px) {
  .rad-box {
    border-radius: 1.25rem;
    padding: 3.125rem 1.25rem;
  }
}

.cvArea {
  background-color: #FF7703;
  border-radius: 0.625rem;
  padding: 2.5rem 1.25rem;
}
@media all and (max-width: 640px) {
  .cvArea {
    padding: 1.875rem 0.9375rem;
  }
}
.cvArea__inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  color: #fff;
}
@media all and (max-width: 800px) {
  .cvArea__inner {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    max-width: 23.75rem;
    margin: 0 auto;
  }
}
.cvArea__header {
  padding-right: 1.35em;
  border-right: 1px solid #fff;
}
@media all and (max-width: 800px) {
  .cvArea__header {
    padding-right: 0;
    border-right: none;
  }
}
.cvArea .heading {
  font-size: min(2vw, 1.5rem);
  font-weight: 700;
}
@media all and (max-width: 800px) {
  .cvArea .heading {
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .cvArea .heading {
    font-size: 1rem;
  }
}
.cvArea .heading strong {
  font-size: 2.0833333333em;
}
.cvArea .heading span {
  font-size: calc(var(--fz) / 24 * 1em);
}
.cvArea__content {
  padding-left: 1.35em;
  display: flex;
  flex-direction: column;
  gap: min(1.875rem, 4vw);
}
@media all and (max-width: 800px) {
  .cvArea__content {
    padding-left: 0;
  }
}
.cvArea__content .telWrap {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: min(0.875rem, 7%);
  color: #fff;
  line-height: 1;
  font-size: clamp(1.5rem, 4.2vw, 3.25rem);
}
@media all and (max-width: 640px) {
  .cvArea__content .telWrap {
    justify-content: center;
    padding-right: 0;
    border-right: none;
    font-size: 1.75rem;
    margin-bottom: 0rem;
  }
}
.cvArea__content .telWrap .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.625rem, 5%);
}
.cvArea__content .telWrap .icon {
  width: 1.1538461538em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #FF7703;
}
.cvArea__content .telWrap .icon svg {
  width: auto;
  height: 70%;
}
.cvArea__content .telWrap .num {
  font-weight: 900;
  letter-spacing: 0.04em;
}
.cvArea__content .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(2vw, 1.25rem);
}
@media all and (max-width: 640px) {
  .cvArea__content .btnWrap {
    padding-left: 0;
    font-size: 1rem;
  }
}
.cvArea__content .btnWrap .btnWrap__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 6.5em;
  width: 100%;
  height: 3.125rem;
  gap: min(1.25rem, 5%);
}
@media all and (max-width: 640px) {
  .cvArea__content .btnWrap .btnWrap__inner {
    height: 2.5rem;
  }
}
.cvArea__content .btnWrap .form {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.2;
  padding: 0.65em 1.5em;
  color: #9F1E00;
  width: 100%;
  font-weight: 700;
  justify-content: center;
  height: 100%;
}
@media all and (max-width: 640px) {
  .cvArea__content .btnWrap .form {
    gap: 0.3125rem;
    padding: 0.3em 1em;
  }
}
.cvArea__content .btnWrap .form .icon {
  width: 1.25em;
  aspect-ratio: 20/16;
}
.cvArea__content .btnWrap .form .text {
  padding-left: 0.625rem;
  border-left: 1px solid #9F1E00;
}
.cvArea__content .btnWrap .inquiry {
  line-height: 1.2;
  padding: 0.65em 0.3em;
  width: 100%;
  font-size: 0.9em;
  font-weight: 700;
  height: 100%;
}
@media all and (max-width: 640px) {
  .cvArea__content .btnWrap .inquiry {
    gap: 0.3125rem;
    padding: 0.3em 1em;
  }
}

.section-lead-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: min(5rem, 5%);
  padding-bottom: min(6vw, 5rem);
}
@media all and (max-width: 800px) {
  .section-lead-header {
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.section-lead-header:before {
  content: "";
  width: min(10rem, 15%);
  aspect-ratio: 160/173;
  background-image: url("../images/illust-box1.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 640px) {
  .section-lead-header:before {
    width: 18%;
  }
}
.section-lead-header:after {
  content: "";
  width: min(12.5rem, 21%);
  aspect-ratio: 200/159;
  background-image: url("../images/illust-box2.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 640px) {
  .section-lead-header:after {
    width: 22%;
  }
}
.section-lead-header .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-lead-header .heading {
  font-size: min(4.75vw, 3.75rem);
  margin-bottom: 0.6666666667em;
}
@media all and (max-width: 640px) {
  .section-lead-header .heading {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.section-lead-header .heading__sub {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.1666666667em;
  font-size: 0.5em;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.section-lead-header .heading__sub__label {
  color: #fff;
  background-color: #FF7703;
  padding: 0.1em 0.3em;
}
.section-lead-header .heading__sub__text {
  font-size: 0.8666666667em;
  color: #FB943C;
  padding-bottom: 0.1em;
}
.section-lead-header .heading__main {
  font-weight: 900;
  color: #FF7703;
  letter-spacing: 0.08em;
  padding-bottom: 0.2em;
  border-bottom: 0.25rem solid currentColor;
}
.section-lead-header .text {
  font-size: 1.125rem;
  text-align: center;
}
@media all and (max-width: 1080px) {
  .section-lead-header .text {
    font-size: 1rem;
  }
}
@media all and (max-width: 800px) {
  .section-lead-header .text {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 640px) {
  .section-lead-header .text {
    text-align: left;
    width: 135%;
  }
  .section-lead-header .text .br-tab {
    display: none;
  }
}

.section-lead-content {
  padding-top: min(6vw, 5rem);
}
.section-lead-content .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
  gap: 1.25rem min(2.5rem, 3%);
}
@media all and (max-width: 640px) {
  .section-lead-content .list {
    gap: 0.625rem;
  }
}
.section-lead-content .list .item {
  display: flex;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #FBB03C;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: min(1.25rem, 5%);
  gap: min(1.25rem, 5%);
}
@media all and (max-width: 640px) {
  .section-lead-content .list .item {
    padding: 0.625rem;
    gap: 0.625rem;
    font-size: 1rem;
  }
}
.section-lead-content .list .item .icon {
  width: min(3.75rem, 20%);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
.section-lead-content .list .item .icon img {
  width: 100%;
}

.section-reason-heading {
  max-width: 7.4074074074em;
  width: 100%;
  margin: 0 auto 3.75rem;
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.2em;
  line-height: 1;
  font-size: 3.375rem;
  align-items: center;
  color: #fff;
}
@media all and (max-width: 800px) {
  .section-reason-heading {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 640px) {
  .section-reason-heading {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.section-reason-heading .label {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: bold;
  font-size: 0.3333333333em;
  background-color: #FF7703;
  padding: 0.5em 0.3em;
  color: #fff;
  text-align: center;
}
.section-reason-heading .label strong {
  font-size: 1.2222222222em;
}
.section-reason-heading .num {
  grid-column: 1/2;
  grid-row: 1/3;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  color: #FF7703;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.8518518519em;
}
.section-reason-heading .num > span {
  display: block;
  translate: 2% -5%;
}
.section-reason-heading .main {
  grid-column: 2/3;
  grid-row: 2/3;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-align: center;
}
.section-reason-heading .main strong {
  font-size: 1.1111111111em;
}

.section-reason-list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  color: #fff;
}
@media all and (max-width: 640px) {
  .section-reason-list {
    gap: 3.125rem;
  }
}
.section-reason-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media all and (max-width: 640px) {
  .section-reason-list .item {
    flex-direction: column !important;
    align-items: normal;
    gap: 1.875rem;
  }
}
.section-reason-list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.section-reason-list .item:nth-child(even) .heading span {
  background-color: #FF7703;
  color: #fff;
}
.section-reason-list .item .img {
  width: 50%;
}
@media all and (max-width: 640px) {
  .section-reason-list .item .img {
    width: 100%;
  }
}
.section-reason-list .item .content {
  max-width: 32.5rem;
  flex: 1;
}
@media all and (max-width: 640px) {
  .section-reason-list .item .content {
    max-width: 100%;
  }
}
.section-reason-list .item .heading {
  font-size: min(3.1vw, 2.5625rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: flex-start;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media all and (max-width: 640px) {
  .section-reason-list .item .heading {
    font-size: 1.5rem;
  }
}
.section-reason-list .item .heading span {
  padding: 0.2em;
  background-color: #fff;
  color: #FF7703;
}
.section-reason-list .item .text {
  font-size: min(2vw, 1.125rem);
}
@media all and (max-width: 640px) {
  .section-reason-list .item .text {
    font-size: 1rem;
  }
}

.cmn-heading {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.2;
}
.cmn-heading .main {
  font-weight: 900;
  color: #FF7703;
  letter-spacing: 0.08em;
}
.cmn-heading .main.color-white {
  color: #fff;
}
@media all and (max-width: 640px) {
  .cmn-heading .main {
    font-size: 2rem;
  }
}
.cmn-heading .sub {
  font-weight: 700;
  background-color: #FF7703;
  color: #fff;
  padding: 0.2em 0.4em;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media all and (max-width: 640px) {
  .cmn-heading .sub {
    font-size: 1rem;
  }
}

.compare-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.5rem, 3vw);
}
@media all and (min-width: 1081px) {
  .compare-table {
    grid-template-rows: repeat(2, 1fr);
  }
}
@media all and (max-width: 1080px) {
  .compare-table {
    grid-template-columns: 1fr;
    max-width: 32.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.compare-table .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 1.25rem;
  border-radius: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}
@media all and (max-width: 640px) {
  .compare-table .item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.compare-table .main {
  background-color: #FBB03C;
  padding-top: 2.5rem;
}
@media all and (min-width: 1081px) {
  .compare-table .main {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media all and (max-width: 1080px) {
  .compare-table .main {
    order: 6;
  }
}
@media all and (max-width: 640px) {
  .compare-table .main {
    padding-top: 1.25rem;
  }
}
.compare-table .main .logo {
  width: min(20.25rem, 65%);
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .compare-table .main .logo {
    width: 80%;
  }
}
.compare-table .main .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media all and (min-width: 641px) {
  .compare-table .main .list {
    grid-template-rows: repeat(3, 1fr);
  }
}
.compare-table .main .list .list-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  line-height: 1.8;
  border-radius: 0.625rem;
}
.compare-table .main .list .list-heading {
  font-weight: 700;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  gap: 0.6em;
  color: #FF7703;
}
.compare-table .main .list .list-heading:before {
  content: "";
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 1.7em;
  background-image: url("../images/ic_check.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.compare-table .sub {
  padding-top: 1.25rem;
}
.compare-table .sub .sub-content {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media all and (max-width: 640px) {
  .compare-table .sub .sub-content {
    padding: 0.9375rem 0.625rem;
    font-size: 0.875rem;
  }
}
.compare-table .sub .sub-content li {
  display: flex;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.compare-table .sub .sub-content li:last-child {
  margin-bottom: 0;
}
.compare-table .sub .sub-content li:before {
  content: "・";
  flex-shrink: 0;
}
.compare-table .sub1 {
  background-color: #fdeded;
}
@media all and (min-width: 1081px) {
  .compare-table .sub1 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.compare-table .sub2 {
  background-color: #ECEEF7;
}
@media all and (min-width: 1081px) {
  .compare-table .sub2 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.price-table-wrap {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid #FBB03C;
}

.price-table {
  width: 100%;
  table-layout: fixed;
  /* 横線 */
  /* 縦線 */
}
@media all and (max-width: 800px) {
  .price-table {
    display: block;
  }
  .price-table tr,
  .price-table th,
  .price-table td {
    display: block;
  }
}
.price-table th,
.price-table td {
  vertical-align: middle;
  padding: 1rem 1.25rem;
}
@media all and (max-width: 640px) {
  .price-table th,
  .price-table td {
    padding: 0.8em 1em;
  }
}
.price-table tr + tr th {
  border-top: 1px solid #fff;
}
.price-table tr + tr td {
  border-top: 1px solid #FBB03C;
}
@media all and (max-width: 800px) {
  .price-table tr + tr td {
    border-top: none;
  }
}
.price-table th + th,
.price-table th + td,
.price-table td + td {
  border-left: 1px solid #FBB03C;
}
@media all and (max-width: 800px) {
  .price-table th + th,
  .price-table th + td,
  .price-table td + td {
    border-left: none;
  }
}
.price-table th {
  background-color: #FBB03C;
  color: #fff;
  font-weight: 700;
  text-align-last: left;
  line-height: 1.4;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media all and (max-width: 800px) {
  .price-table th {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.25rem;
  }
  .price-table th br {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .price-table th {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: 1rem;
  }
}
.price-table th + td {
  padding-bottom: 0;
}
.price-table td + td {
  padding-top: 0;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.25rem, 5%);
}
@media all and (max-width: 1080px) {
  .flow-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .flow-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow-list .item {
  padding: min(1.25rem, 10%);
  background-color: #fff;
  border-radius: 0.625rem;
}
.flow-list .item .img {
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
  margin-bottom: 1.25rem;
}
.flow-list .item .img img {
  width: 100%;
}
.voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.25rem, 5%);
}
@media all and (max-width: 800px) {
  .voice-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.voice-list .item {
  padding: min(1.25rem, 10%);
  background-color: #fff;
  border-radius: 0.625rem;
}
.voice-list .item .img {
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
  margin-bottom: 0.3em;
}
.voice-list .item .img img {
  width: 100%;
}
.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .faq-list {
    gap: 1.25rem;
  }
}
.faq-list .item {
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
.faq-list .item .question-btn {
  appearance: none;
  border: none;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 1.25rem clamp(1.25rem, 3%, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
  gap: 0.875rem;
  font-size: 1.125rem;
  background-color: #FB943C;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .faq-list .item .question-btn {
    font-size: 1rem;
    padding: 0.9375rem clamp(1.25rem, 3%, 2.5rem);
  }
}
.faq-list .item .question-btn:focus-visible {
  outline: 2px solid #FBB03C;
  outline-offset: -2px;
}
.faq-list .item .question-btn:before {
  content: "";
  width: 1.4444444444em;
  aspect-ratio: 1/1;
  background-image: url("../images/ic_question.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.faq-list .item .question-btn .question-text {
  flex: 1;
}
.faq-list .item .question-btn .icon {
  width: 1em;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
}
.faq-list .item .question-btn .icon:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease 0s;
}
.faq-list .item .question-btn .icon:before:hover {
  text-decoration: none;
}
.faq-list .item .question-btn .icon:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s ease 0s;
}
.faq-list .item .question-btn .icon:after:hover {
  text-decoration: none;
}
.faq-list .item .question-btn[aria-expanded=true] .icon:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-list .item .answer {
  display: none;
  padding: 1.25rem clamp(1.25rem, 3%, 2.5rem);
}
@media all and (max-width: 640px) {
  .faq-list .item .answer {
    font-size: 0.875rem;
  }
}

.lp-mainpage-footer__main {
  background-color: #FF7703;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media all and (max-width: 640px) {
  .lp-mainpage-footer__main {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.lp-mainpage-footer__main__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 16.875rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-mainpage-footer__main__inner .logo {
  width: 16.875rem;
  margin-bottom: 2.5rem;
}
.lp-mainpage-footer__main__inner .address {
  margin-bottom: 2rem;
}
.lp-mainpage-footer__main__inner .info {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  line-height: 1.4;
  gap: 0.625rem 1em;
}
.lp-mainpage-footer__main__inner .info dt {
  position: relative;
}
.lp-mainpage-footer__main__inner .info dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
.lp-mainpage-footer__sub {
  background-color: #fff;
  line-height: 1.4;
  font-size: 0.75rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media all and (max-width: 640px) {
  .lp-mainpage-footer__sub {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.lp-mainpage-footer__sub__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
}
@media all and (max-width: 640px) {
  .lp-mainpage-footer__sub__inner {
    flex-direction: column;
    gap: 1em;
  }
}
.lp-mainpage-footer__sub .links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-mainpage-footer__sub .links li:not(:last-child) {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #000000;
}

/*# sourceMappingURL=style.css.map */