@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&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: 4vw;
  }
}
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

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

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

.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 (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-wrap {
  flex-wrap: wrap;
}

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

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

.color-key {
  color: #0369B8;
}

.color-key2 {
  color: #00AFEA;
}

.color-key3 {
  color: #FABD00;
}

.color-key4 {
  color: #7EBE25;
}

.color-key5 {
  color: #F85987;
}

.color-main {
  color: #000000;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #afafaf;
}

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

.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: 640px) {
  .gtc-2-sp {
    grid-template-columns: 1fr 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 {
  background: linear-gradient(#fff 0%, #e4f3ff 100%);
}

.main-content {
  padding-top: 6.25rem;
}
@media all and (max-width: 640px) {
  .main-content {
    padding-top: 4.375rem;
  }
}
.main-content.top {
  padding-top: 0;
}

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

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

.inner-box-xl {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-l {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.inner-box-s {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

body {
  overflow-x: hidden;
  /* 横スクロールを無効化 */
}

.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;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 12.5rem;
  min-height: 2.5rem;
  border-radius: 3.75rem;
  border: 0.0625rem solid currentColor;
  background-color: #fff;
  padding: 0.625rem 2.1875rem;
  line-height: 1.2;
  font-size: 0.875rem;
  transition: all 0.2s ease 0s;
  position: relative;
  transition: all 0.2s ease 0s;
}
.cmn-btn:hover {
  text-decoration: none;
}
.cmn-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 0.625rem;
  height: 0.0625rem;
  transform: translateY(-50%);
  background-color: currentColor;
  transition: all 0.2s ease 0s;
}
.cmn-btn:after:hover {
  text-decoration: none;
}
.cmn-btn .text {
  transition: all 0.2s ease 0s;
}
.cmn-btn .text:hover {
  text-decoration: none;
}
.cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn:hover {
    background-color: currentColor;
  }
  .cmn-btn:hover .text {
    color: #fff;
  }
  .cmn-btn:hover:after {
    background-color: #fff;
    right: 0;
  }
}
.cmn-btn:active {
  background-color: currentColor;
}
.cmn-btn:active .text {
  color: #fff;
}
.cmn-btn:active:after {
  background-color: #fff;
  right: 0;
}

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

.img-animIn {
  position: relative;
}
.img-animIn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  z-index: 5;
  scale: 0 1;
}
.img-animIn img {
  opacity: 0;
  transition: opacity 0.1s 0.75s;
}
.img-animIn.onAnim:before {
  animation: imgAnimBefore 1.5s ease forwards;
}
.img-animIn.onAnim img {
  opacity: 1;
}

@keyframes imgAnimBefore {
  0% {
    transform-origin: left;
    scale: 0 1;
  }
  50% {
    transform-origin: left;
    scale: 1 1;
  }
  53% {
    transform-origin: right;
    scale: 1 1;
  }
  100% {
    transform-origin: right;
    scale: 0 1;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.pageHeader {
  position: relative;
}
.pageHeader:before {
  content: "";
  position: absolute;
  top: 25rem;
  left: 0;
  width: 100%;
  aspect-ratio: 200/60;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-image: url(../images/common/bg/bg_wave1.webp);
  opacity: 0;
  scale: -1 -1;
  transition: all 1s 0s;
}
@media all and (max-width: 640px) {
  .pageHeader:before {
    top: 6.25rem;
  }
}
.pageHeader.onAnim:before {
  opacity: 0.3;
}
.pageHeader__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-direction: column;
}
.pageHeader__title .logo {
  width: 1.875rem;
}
.pageHeader__title .logo img {
  width: 100%;
}
.pageHeader__title .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageHeader__title .icon svg {
  display: block;
  width: 77%;
  scale: 0.8;
  overflow: visible;
  rotate: -90deg;
}
.pageHeader__title .icon .indicator {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.75rem;
  stroke-linecap: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
@media all and (max-width: 640px) {
  .pageHeader__title .icon .indicator {
    stroke-width: 0.5rem;
  }
}
.pageHeader__title .en {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: all 1s 0.25s;
  opacity: 0;
  scale: 1 0.3;
  filter: blur(0.5em);
}
.pageHeader__title .ja {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: all 1s 0.55s;
  opacity: 0;
  scale: 1 0.3;
  filter: blur(0.5em);
}
.pageHeader__title.onAnim .icon .indicator {
  animation: draw 1s ease forwards;
}
.pageHeader__title.onAnim .en,
.pageHeader__title.onAnim .ja {
  scale: 1 1;
  opacity: 1;
  filter: blur(0);
}
.pageHeader__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.625rem;
  font-feature-settings: "palt";
}
@media all and (max-width: 640px) {
  .pageHeader__lead {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) {
  .pageHeader__lead--sp-small {
    font-size: 1.25rem;
  }
}
.pageHeader__lead .wrap {
  position: relative;
  padding-left: 0.3em;
}
.pageHeader__lead .wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.8s;
  transform-origin: left;
  scale: 0 1;
}
.pageHeader__lead .wrap > span {
  color: #fff;
  position: relative;
  z-index: 5;
  transition: all 0.5s 0.5s;
  opacity: 0;
  translate: 0 0.3em;
}
.pageHeader__lead.onAnim .wrap:before {
  scale: 1 1;
}
.pageHeader__lead.onAnim .wrap > span {
  opacity: 1;
  translate: 0 0;
}

.bar-heading {
  display: flex;
  justify-content: flex-start;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.bar-heading .text {
  position: relative;
  display: flex;
  flex-direction: column;
}
.bar-heading .text:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: currentColor;
  transform-origin: left;
  scale: 0 1;
  transition: all 1s;
}
.bar-heading .text .text-in {
  color: #000000;
  overflow: hidden;
}
.bar-heading .text .text-in > span {
  display: block;
  translate: 0 110%;
  transition: all 1s 0.5s;
  padding-bottom: 0.2em;
}
.bar-heading.onAnim .text:after {
  scale: 1 1;
}
.bar-heading.onAnim .text-in > span {
  translate: 0 0;
}

.bl-heading {
  border-left: 0.25rem solid currentColor;
  padding-left: 0.9375rem;
}
.bl-heading .text {
  color: #000000;
  font-weight: 500;
}

.scroll-scale {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 4rem;
}
@media all and (max-width: 640px) {
  .scroll-scale {
    width: calc(100% - 3.125rem) !important;
    border-radius: 2.5vw !important;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
}
.scroll-scale img {
  width: 100%;
}

.scroll-scale-bg {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 4rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
@media all and (max-width: 640px) {
  .scroll-scale-bg {
    width: calc(100% - 1.25rem) !important;
    border-radius: 2.5vw !important;
  }
}

.cmn-tbl-wrap {
  overflow-x: auto;
  padding-bottom: 1.25rem;
}
@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: #0369B8;
  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: #0369B8;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.cmn-tbl tbody tr:nth-child(even) td {
  background-color: #f2fffa;
}

.mainHeader__common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 950;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  transition: all 0.5s;
}
@media all and (max-width: 1080px) {
  .mainHeader__common {
    padding-left: 1.875rem;
  }
}
@media all and (max-width: 800px) {
  .mainHeader__common {
    height: 3.75rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common {
    height: 3.125rem;
  }
}
.mainHeader__common.top {
  translate: 0 -100%;
}
.mainHeader__common__logo {
  max-width: 12.9375rem;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__logo {
    max-width: 9.375rem;
  }
}
@media all and (max-width: 800px) {
  .mainHeader__common__logo {
    position: fixed;
    top: 1.125rem;
    left: 1.25rem;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s;
    transform-origin: bottom left;
    translate: 0 -200%;
    rotate: -30deg;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common__logo {
    top: 0.75rem;
    left: 0.9375rem;
  }
}
.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;
}
.scrolled .mainHeader__common.top {
  translate: 0 0%;
}
@media all and (max-width: 800px) {
  .scrolled .mainHeader__common .mainHeader__common__logo {
    translate: 0 0%;
    rotate: 0deg;
  }
}
.mainHeader__common__nav {
  display: flex;
}
@media all and (max-width: 800px) {
  .mainHeader__common__nav {
    display: none;
  }
}
.mainHeader__common__list {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.4;
}
.mainHeader__common__list a {
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__list a {
    padding: 0.625rem;
  }
}
.mainHeader__common__list a span {
  position: relative;
  z-index: 5;
}
.mainHeader__common__list a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0369B8;
  position: absolute;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: all 0.3s;
}
.mainHeader__common__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list a:hover {
    color: #fff;
  }
  .mainHeader__common__list a:hover:before {
    transform: scaleY(1);
  }
}
.mainHeader__common__list a:active {
  color: #fff;
}
.mainHeader__common__list a:active:before {
  transform: scaleY(1);
}
.mainHeader__common__contact {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.2;
  flex-shrink: 0;
}
.mainHeader__common__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.9375rem;
  background-color: #0369B8;
  color: #fff;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__contact a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__contact a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__contact a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__contact a {
    padding: 0.625rem;
  }
}
.mainHeader__common__contact a.contact {
  background-color: #F85987;
}
.mainHeader__common__contact a .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.mainHeader__common__contact a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.mainHeader__main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  padding-left: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
@media all and (max-width: 1080px) {
  .mainHeader__main {
    padding-left: 1.875rem;
  }
}
@media all and (min-width: 801px) {
  .scrolled:not(.active) .mainHeader__main {
    translate: 0 -100%;
  }
}
.mainHeader:not(.scrolled) .mainHeader__main.top {
  translate: 0 -100%;
}
.mainHeader:not(.scrolled) .mainHeader__main.top .mainHeader__main__logo {
  translate: 0 -200%;
  rotate: -30deg;
}
.mainHeader:not(.scrolled) .mainHeader__main.top .mainHeader__main__hamburger {
  translate: 100% 0%;
}
@media all and (max-width: 800px) {
  .scrolled .mainHeader__main .mainHeader__main__logo {
    translate: 0 -200%;
    rotate: -30deg;
  }
}
@media all and (max-width: 800px) {
  .mainHeader__main {
    padding-left: 1.25rem;
    background-color: transparent;
  }
}
.mainHeader__main__logo {
  max-width: 16.4375rem;
}
@media all and (max-width: 800px) {
  .mainHeader__main__logo {
    max-width: 9.375rem;
    position: fixed;
    top: 1.125rem;
    left: 1.25rem;
    z-index: 1000;
    translate: 0 0%;
    transition: all 0.5s;
    transform-origin: bottom left;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__main__logo {
    max-width: 7.875rem;
    top: 0.8125rem;
    left: 0.9375rem;
  }
}
.mainHeader__main__logo a {
  display: flex;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__main__logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__main__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__main__logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__main__hamburger {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 6.25rem;
  height: 6.25rem;
  background: none;
  border: none;
  cursor: pointer;
  background-color: #0369B8;
  border-radius: 0 0 0 1.25rem;
  z-index: 1200;
  transition: all 0.5s;
}
@media all and (max-width: 800px) {
  .mainHeader__main__hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 0 0 0 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.mainHeader__main__hamburger span {
  display: block;
  width: 40%;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  transition: all 0.3s;
}
.mainHeader__main__hamburger span:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  scale: 1 0;
  transition: all 0.3s;
}
.mainHeader__main__hamburger span img {
  width: 100%;
  transition: all 0.3s;
}
.mainHeader__main__hamburger span:nth-child(1) {
  margin-top: -0.625rem;
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger span:nth-child(1) {
    margin-top: -0.4375rem;
  }
}
.mainHeader__main__hamburger span:nth-child(3) {
  margin-top: 0.625rem;
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger span:nth-child(3) {
    margin-top: 0.4375rem;
  }
}
.mainHeader__main__hamburger.active span img {
  scale: 1 0;
}
.mainHeader__main__hamburger.active span:before {
  scale: 1 1;
}
.mainHeader__main__hamburger.active span:nth-child(1) {
  margin-top: 0;
}
.mainHeader__main__hamburger.active span:nth-child(1):before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.mainHeader__main__hamburger.active span:nth-child(2):before {
  transform: translate(-50%, -50%);
  scale: 0 1;
}
.mainHeader__main__hamburger.active span:nth-child(3) {
  margin-top: 0;
}
.mainHeader__main__hamburger.active span:nth-child(3):before {
  transform: translate(-50%, -50%) rotate(225deg);
}

.gNav {
  position: fixed;
  top: 6.25rem;
  right: 0;
  height: calc(100vh - 6.25rem);
  height: calc(100lvh - 6.25rem);
  z-index: 1000;
  padding: 2.5rem 2.5rem 2.5rem;
  background-color: #fff;
  overflow: auto;
  line-height: 1.4;
  translate: 100% 0;
  transition: all 0.5s;
}
@media all and (max-width: 800px) {
  .gNav {
    top: 3.75rem;
    height: calc(100vh - 3.75rem);
    height: calc(100lvh - 3.75rem);
  }
}
@media all and (max-width: 640px) {
  .gNav {
    top: 3.125rem;
    height: calc(100vh - 3.125rem);
    height: calc(100lvh - 3.125rem);
    padding: 1.875rem 1.25rem 5rem;
  }
}
.gNav.active {
  translate: 0 0;
}
.gNav__list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 1.875rem;
}
.gNav__list a {
  display: flex;
  align-items: center;
  gap: 1em;
  transition: all 0.2s ease 0s;
}
.gNav__list a:before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.0625rem;
  background-color: #000000;
  transition: all 0.2s ease 0s;
  transform-origin: right;
}
.gNav__list a:before:hover {
  text-decoration: none;
}
.gNav__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .gNav__list a:hover:before {
    scale: 0.4 1;
  }
  .gNav__list a:hover .en {
    color: #0369B8;
  }
}
.gNav__list a:active:before {
  scale: 0.4 1;
}
.gNav__list a:active .en {
  color: #0369B8;
}
.gNav__list a .text {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
.gNav__list a .en {
  transition: all 0.2s ease 0s;
}
.gNav__list a .en:hover {
  text-decoration: none;
}
.gNav__list a .ja {
  font-size: 0.625rem;
  color: #afafaf;
}
.gNav__contact {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.gNav__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-weight: 700;
  background-color: #0369B8;
  padding: 0.625rem 1.25rem;
  border-radius: 2.5rem;
  color: #fff;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.gNav__contact a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .gNav__contact a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.gNav__contact a:active {
  opacity: 0.7;
  text-decoration: none;
}
.gNav__contact a.contact {
  background-color: #F85987;
}
.gNav__contact a .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.gNav__contact a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.foot-links {
  padding-bottom: 7.5rem;
}
@media all and (max-width: 640px) {
  .foot-links {
    padding-bottom: 5rem;
  }
}
.foot-links__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 72.5rem;
}
@media all and (max-width: 800px) {
  .foot-links__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
.foot-links__link {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 56/24;
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  font-size: 1.625rem;
  line-height: 1.2;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 1080px) {
  .foot-links__link {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 800px) {
  .foot-links__link {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 640px) {
  .foot-links__link {
    padding: 0.625rem 0.9375rem;
    font-size: 1.125rem;
  }
}
.foot-links__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.6;
  z-index: 3;
  transition: all 0.2s ease 0s;
}
.foot-links__link:before:hover {
  text-decoration: none;
}
.foot-links__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .foot-links__link:hover:before {
    opacity: 0.4;
  }
  .foot-links__link:hover img {
    transform: scale(1.05);
  }
  .foot-links__link:hover .bt:after {
    right: 0;
  }
}
.foot-links__link:active:before {
  opacity: 0.4;
}
.foot-links__link:active img {
  transform: scale(1.05);
}
.foot-links__link:active .bt:after {
  right: 0;
}
.foot-links .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.foot-links .image img {
  transition: all 0.2s ease 0s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.foot-links .image img:hover {
  text-decoration: none;
}
.foot-links .heading {
  letter-spacing: 0.1em;
}
.foot-links .content {
  position: relative;
  z-index: 5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1.25rem;
}
.foot-links .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 12.5rem;
  min-height: 2.5rem;
  border-radius: 3.75rem;
  border: 0.0625rem solid currentColor;
  padding: 0.625rem 2.1875rem;
  line-height: 1.2;
  font-size: 0.875rem;
  transition: all 0.2s ease 0s;
  position: relative;
}
.foot-links .bt:hover {
  text-decoration: none;
}
@media all and (max-width: 1080px) {
  .foot-links .bt {
    min-width: 9.375rem;
  }
}
.foot-links .bt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 0.625rem;
  height: 0.0625rem;
  transform: translateY(-50%);
  background-color: currentColor;
  transition: all 0.2s ease 0s;
}
.foot-links .bt:after:hover {
  text-decoration: none;
}
.foot-links .bt .text {
  transition: all 0.2s ease 0s;
}
.foot-links .bt .text:hover {
  text-decoration: none;
}

.fixedContact {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  z-index: 990;
  transition: all 1s;
}
@media all and (max-width: 640px) {
  .fixedContact {
    top: auto;
    transform: none;
    right: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    gap: 0;
  }
}
@media all and (min-width: 641px) {
  .fixedContact.is-hidden {
    right: -6.25rem;
  }
}
@media all and (max-width: 640px) {
  .fixedContact.is-hidden {
    bottom: -6.25rem;
  }
}
@media all and (min-width: 641px) {
  .fixedContact.is-hidden-imp {
    right: -6.25rem !important;
  }
}
@media all and (max-width: 640px) {
  .fixedContact.is-hidden-imp {
    bottom: -6.25rem !important;
  }
}
.fixedContact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #0369B8;
  line-height: 1.2;
  padding: 1.25rem 0.8125rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fixedContact a:hover {
  text-decoration: none;
}
@media all and (min-width: 641px) {
  .fixedContact a {
    border-radius: 0.625rem 0 0 0.625rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media all and (max-width: 640px) {
  .fixedContact a {
    padding: 0.625rem 0.625rem;
    justify-content: center;
    flex: 1;
  }
}
.fixedContact a:hover {
  text-decoration: none;
}
@media (hover: hover) and (min-width: 641px) {
  .fixedContact a:hover {
    translate: 0.3125rem 0;
  }
}
@media all and (min-width: 641px) {
  .fixedContact a:active {
    translate: 0.3125rem 0;
  }
}
.fixedContact a .icon {
  background-color: #fff;
  width: 1.625rem;
  height: 1.625rem;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media all and (max-width: 640px) {
  .fixedContact a .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.fixedContact a.inquiry {
  background-color: #F85987;
}
.fixedContact a.inquiry .icon {
  mask-image: url(../images/common/ic_mail.svg);
  -webkit-mask-image: url(../images/common/ic_mail.svg);
}
.fixedContact a.request .icon {
  mask-image: url(../images/common/ic_book.svg);
  -webkit-mask-image: url(../images/common/ic_book.svg);
}

.mainFooter {
  padding-top: 2.5rem;
  background-color: #0369B8;
  background: linear-gradient(#0561a8 0%, #3380bc 50.25%, #0561a8 100%);
}
.mainFooter__company {
  margin: 0 auto;
  max-width: 75rem;
}
.mainFooter__company__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 1.875rem;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  height: 20rem;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .mainFooter__company__link {
    height: 10rem;
    padding: 0.9375rem 0.9375rem;
    border-radius: 0.625rem;
  }
}
.mainFooter__company__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__company__link:hover .bt:after {
    right: 0;
  }
  .mainFooter__company__link:hover .image img {
    transform: scale(1.05);
  }
}
.mainFooter__company__link:active .bt:after {
  right: 0;
}
.mainFooter__company__link:active .image img {
  transform: scale(1.05);
}
.mainFooter__company__link .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainFooter__company__link .image img {
  transition: all 0.2s ease 0s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainFooter__company__link .image img:hover {
  text-decoration: none;
}
.mainFooter__company__link .content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
.mainFooter__company__link .heading {
  font-size: 1.5rem;
  font-weight: 500;
}
.mainFooter__company__link .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 13.4375rem;
  min-height: 2.5rem;
  border-radius: 3.75rem;
  border: 0.0625rem solid currentColor;
  padding: 0.625rem 2.1875rem;
  line-height: 1.2;
  position: relative;
  font-size: 0.875rem;
  transition: all 0.2s ease 0s;
}
.mainFooter__company__link .bt:hover {
  text-decoration: none;
}
.mainFooter__company__link .bt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 0.625rem;
  height: 0.0625rem;
  transform: translateY(-50%);
  background-color: currentColor;
  transition: all 0.2s ease 0s;
}
.mainFooter__company__link .bt:after:hover {
  text-decoration: none;
}
.mainFooter__company__link .bt .text {
  transition: all 0.2s ease 0s;
}
.mainFooter__company__link .bt .text:hover {
  text-decoration: none;
}
.mainFooter__main {
  display: grid;
  max-width: 65rem;
  grid-template-columns: 14.375rem 1fr;
  gap: 2.5rem;
  margin: 0 auto;
  padding: 6.25rem 0 6.25rem;
  color: #fff;
}
@media all and (max-width: 1080px) {
  .mainFooter__main {
    grid-template-columns: 11.25rem 1fr;
  }
}
@media all and (max-width: 800px) {
  .mainFooter__main {
    grid-template-columns: 1fr;
    gap: 3.75rem;
    padding: 3.75rem 0 3.75rem;
  }
}
.mainFooter__main__logoArea {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media all and (max-width: 800px) {
  .mainFooter__main__logoArea {
    order: 99;
  }
}
.mainFooter__main__logoArea .logo {
  width: 100%;
}
@media all and (max-width: 800px) {
  .mainFooter__main__logoArea .logo {
    max-width: 11.25rem;
  }
}
.mainFooter__main__logoArea .logo img {
  width: 100%;
}
.mainFooter__main__nav {
  margin-left: auto;
  max-width: 45.625rem;
}
.mainFooter__main__nav__contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5rem, 2vw);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media all and (max-width: 800px) {
  .mainFooter__main__nav__contact {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 640px) {
  .mainFooter__main__nav__contact {
    font-size: 1rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.mainFooter__main__nav__contact:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #fff 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}
.mainFooter__main__nav__contact a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: 0.625rem;
  color: #000000;
  line-height: 1.2;
  padding: 0.75rem;
  border-radius: 2.5rem;
  border: 0.0625rem solid #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__main__nav__contact a:hover {
  text-decoration: none;
}
.mainFooter__main__nav__contact a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__main__nav__contact a:hover {
    background-color: #0369B8;
    color: #fff;
  }
  .mainFooter__main__nav__contact a:hover .icon {
    background-color: #fff;
  }
}
.mainFooter__main__nav__contact a:active {
  background-color: #0369B8;
  color: #fff;
}
.mainFooter__main__nav__contact a:active .icon {
  background-color: #fff;
}
.mainFooter__main__nav__contact a .icon {
  flex-shrink: 0;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #0369B8;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: all 0.2s ease 0s;
}
.mainFooter__main__nav__contact a .icon.tel {
  mask-image: url(../images/common/ic_tel.svg);
  -webkit-mask-image: url(../images/common/ic_tel.svg);
}
.mainFooter__main__nav__contact a .icon.mail {
  mask-image: url(../images/common/ic_mail.svg);
  -webkit-mask-image: url(../images/common/ic_mail.svg);
}
.mainFooter__main__nav__contact a .icon.book {
  mask-image: url(../images/common/ic_book.svg);
  -webkit-mask-image: url(../images/common/ic_book.svg);
}
.mainFooter__main__nav__contact a .icon:hover {
  text-decoration: none;
}
.mainFooter__main__nav__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}
@media all and (max-width: 640px) {
  .mainFooter__main__nav__menu {
    flex-direction: column;
  }
}
.mainFooter__main__nav__menu a {
  display: flex;
  align-items: center;
  gap: 0.3em;
  line-height: 1.4;
  transition: all 0.2s ease 0s;
}
.mainFooter__main__nav__menu a:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.0625rem;
  background-color: #fff;
  transition: all 0.2s ease 0s;
  transform-origin: right;
}
.mainFooter__main__nav__menu a:before:hover {
  text-decoration: none;
}
.mainFooter__main__nav__menu a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__main__nav__menu a:hover:before {
    scale: 0.4 1;
  }
}
.mainFooter__main__nav__menu a:active:before {
  scale: 0.4 1;
}
.mainFooter__main__nav__menu a .text {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
.mainFooter__main__nav__menu a .ja {
  font-size: 0.625rem;
}
.mainFooter .copyright {
  text-align: right;
  font-size: 0.75rem;
  background-color: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 640px) {
  .mainFooter .copyright {
    text-align: center;
  }
}

.top-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #0369B8;
  color: #fff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-loading.is-loaded .top-loading__inner {
  opacity: 1;
}
.top-loading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  transition: all 0.5s 0s;
  opacity: 0;
}
.top-loading__text {
  display: flex;
  align-items: baseline;
  gap: 0.1em;
  font-weight: 500;
  font-size: 1.5rem;
  text-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.5);
}
.top-loading__text strong {
  font-size: 1.3333333333em;
}
.top-loading__image {
  width: 8.25rem;
  animation: rotate360 5s linear infinite;
}
.top-loading__image img {
  width: 100%;
}
.top-loading__logo {
  display: flex;
  align-items: baseline;
  gap: 0.1em;
  font-size: 1.25rem;
  text-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.5);
}
.top-loading__logo strong {
  font-weight: 600;
  font-size: 3em;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-fv {
  height: 100vh;
  height: 100lvh;
  position: relative;
}
.top-fv:not(.is-loaded):before {
  opacity: 0;
}
.top-fv:not(.is-loaded):after {
  opacity: 0;
}
.top-fv:not(.is-loaded) .videoContainer {
  opacity: 0;
  filter: blur(2rem);
  rotate: 4deg;
}
.top-fv:not(.is-loaded) .top-fv__title {
  opacity: 0;
  filter: blur(2rem);
  scale: 1 0.5;
  translate: 40% 0;
}
.top-fv:not(.is-loaded) .top-fv__nav {
  translate: -100% 0;
}
.top-fv:not(.is-loaded) .top-fv__scrollDownWrap {
  translate: -110% 0;
}
.top-fv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff 0%, #d3ecff 100%);
  transition: all 0.5s;
  z-index: 1;
}
.top-fv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: 3;
  opacity: 0.3;
  transition: all 1s 0.5s;
  background-image: url(../images/common/bg/bg_wave1.webp);
}
.top-fv__inner {
  height: 100vh;
  height: 100dvh;
  width: 100%;
  position: relative;
  z-index: 10;
}
.top-fv__title {
  position: absolute;
  top: min(6.25rem, 10vh);
  left: 2.5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  color: #fff;
  text-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.5);
  line-height: 1;
  z-index: 20;
  transition: all 1.5s 1.15s;
}
@media all and (max-width: 1080px) {
  .top-fv__title {
    left: 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .top-fv__title {
    left: 0.9375rem;
  }
}
.top-fv__title__main {
  display: flex;
  gap: 0.625rem;
  align-items: baseline;
}
.top-fv__title__main .sub {
  font-size: 1.5rem;
}
.top-fv__title__main .main {
  font-size: 8.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media all and (max-width: 1080px) {
  .top-fv__title__main .main {
    font-size: 6.25rem;
  }
}
@media all and (max-width: 640px) {
  .top-fv__title__main .main {
    font-size: 5rem;
  }
}
.top-fv__title__lead {
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
@media all and (max-width: 1080px) {
  .top-fv__title__lead {
    font-size: 2.125rem;
  }
}
@media all and (max-width: 640px) {
  .top-fv__title__lead {
    font-size: 1.9375rem;
  }
}
.top-fv__title__lead strong {
  font-size: 1.3em;
}
.top-fv__title__lead span {
  margin: 0 0.1em;
}
.top-fv__videoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 1.25rem;
}
@media all and (max-width: 640px) {
  .top-fv__videoWrap {
    padding: 1.875rem 0.625rem 1.25rem 2.5rem;
  }
}
.top-fv__videoWrap .videoContainer {
  width: 100%;
  height: 100%;
  max-width: calc(100% - 6.25rem);
  margin-left: auto;
  overflow: hidden;
  border-radius: 1.25rem;
  transition: all 1s 1s;
}
@media all and (max-width: 1080px) {
  .top-fv__videoWrap .videoContainer {
    max-width: calc(100% - 4.375rem);
  }
}
@media all and (max-width: 640px) {
  .top-fv__videoWrap .videoContainer {
    max-width: 100%;
  }
}
.top-fv__videoWrap .videoContainer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-fv__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 1.875rem 3.125rem;
  background-color: #fff;
  border-radius: 0 1.25rem 0 0;
  transition: all 2s 2.5s;
}
@media all and (max-width: 640px) {
  .top-fv__nav {
    display: none;
  }
}
.top-fv__nav__title {
  width: 14.375rem;
  margin-bottom: 1.25rem;
}
.top-fv__nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  line-height: 1.3;
}
.top-fv__nav__list a {
  display: flex;
  align-items: center;
  gap: 1em;
  transition: all 0.2s ease 0s;
}
.top-fv__nav__list a:before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.0625rem;
  background-color: #000000;
  transition: all 0.2s ease 0s;
  transform-origin: right;
}
.top-fv__nav__list a:before:hover {
  text-decoration: none;
}
.top-fv__nav__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-fv__nav__list a:hover:before {
    scale: 0.4 1;
  }
  .top-fv__nav__list a:hover .en {
    color: #0369B8;
  }
}
.top-fv__nav__list a:active:before {
  scale: 0.4 1;
}
.top-fv__nav__list a:active .en {
  color: #0369B8;
}
.top-fv__nav__list a .text {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
.top-fv__nav__list a .en {
  transition: all 0.2s ease 0s;
}
.top-fv__nav__list a .en:hover {
  text-decoration: none;
}
.top-fv__nav__list a .ja {
  font-size: 0.625rem;
  color: #afafaf;
}
.top-fv__scrollDownWrap {
  position: absolute;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  width: auto;
  width: 1.875rem;
  z-index: 15;
  transition: all 1s 2s;
}
@media all and (min-width: 641px) {
  .top-fv__scrollDownWrap {
    display: none;
  }
}
.top-fv__scrollDown {
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  width: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  transition: all 0.2s ease 0s;
}
.top-fv__scrollDown:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-fv__scrollDown:hover {
    text-decoration: none;
  }
}
.top-fv__scrollDown:active {
  text-decoration: none;
}
.top-fv__scrollDown__bar {
  position: relative;
  width: 0.0625rem;
  height: 3.75rem;
  background-color: #0369B8;
  translate: -50% 0;
}
.top-fv__scrollDown__dot {
  position: absolute;
  top: -100%;
  left: 50%;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #0369B8;
  translate: -50% 0;
  animation: scrollDotMove 2s ease-in-out infinite;
}
.top-fv__scrollDown__text {
  writing-mode: vertical-rl;
  color: #0369B8;
  font-size: 0.75rem;
  font-weight: 500;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scrollDotMove {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    top: 0;
    opacity: 1;
  }
  90% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.top-wrap1 {
  position: relative;
}
.top-wrap1.onAnim:before {
  opacity: 1;
}
.top-wrap1:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-image: url(../images/common/bg/bg_wave2.webp);
  opacity: 0;
  transition: all 1s 0s;
}

.top-about {
  position: relative;
  z-index: 5;
}
.top-about__inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.5rem;
  max-width: 1120px;
  margin-left: auto;
}
@media all and (max-width: 800px) {
  .top-about__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.top-about__title {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  max-width: 1120px;
  margin-left: auto;
  transform: translateX(-0.45em);
}
@media all and (max-width: 800px) {
  .top-about__title {
    order: -6;
  }
}
.top-about__title .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-about__title .icon svg {
  display: block;
  width: 77%;
  scale: 0.8;
  overflow: visible;
  rotate: -90deg;
}
.top-about__title .icon .indicator {
  fill: none;
  stroke: #00AFEA;
  stroke-width: 0.75rem;
  stroke-linecap: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
@media all and (max-width: 640px) {
  .top-about__title .icon .indicator {
    stroke-width: 0.5rem;
  }
}
.top-about__title .text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  translate: -2em -0.04em;
  transition: all 1s 0.25s;
  opacity: 0;
  scale: 1 0.3;
  filter: blur(1em);
}
.top-about__title.onAnim .icon .indicator {
  animation: draw 1s ease forwards;
}
.top-about__title.onAnim .text {
  translate: 0 -0.04em;
  scale: 1 1;
  opacity: 1;
  filter: blur(0);
}
@media all and (max-width: 800px) {
  .top-about .content {
    display: contents;
  }
}
.top-about .content__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1.625rem;
  color: #fff;
}
@media all and (max-width: 800px) {
  .top-about .content__title {
    order: -3;
  }
}
.top-about .content__title .wrap {
  position: relative;
  padding-left: 0.3em;
}
.top-about .content__title .wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00AFEA;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.8s;
  transform-origin: left;
  scale: 0 1;
}
.top-about .content__title .wrap > span {
  position: relative;
  z-index: 5;
  transition: all 0.5s 0.5s;
  opacity: 0;
  translate: 0 0.3em;
}
.top-about .content__title.onAnim .wrap:before {
  scale: 1 1;
}
.top-about .content__title.onAnim .wrap > span {
  opacity: 1;
  translate: 0 0;
}
@media all and (max-width: 800px) {
  .top-about .image {
    order: -1;
    margin-bottom: 2.5rem;
  }
}

.top-feature {
  position: relative;
  z-index: 5;
}
.top-feature__inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2.5rem;
  max-width: 1120px;
}
@media all and (min-width: 801px) {
  .top-feature__inner .content {
    order: 2;
  }
  .top-feature__inner .image {
    order: 1;
  }
}
@media all and (max-width: 800px) {
  .top-feature__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media all and (min-width: 801px) {
  .top-feature__header {
    max-width: 1120px;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1.15fr 1fr;
  }
  .top-feature__header:before {
    content: "";
  }
}
.top-feature__title {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin-left: -0.45em;
}
@media all and (max-width: 800px) {
  .top-feature__title {
    order: -6;
  }
}
.top-feature__title .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-feature__title .icon svg {
  display: block;
  width: 77%;
  scale: 0.8;
  overflow: visible;
  rotate: -90deg;
}
.top-feature__title .icon .indicator {
  fill: none;
  stroke: #FABD00;
  stroke-width: 0.75rem;
  stroke-linecap: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
@media all and (max-width: 640px) {
  .top-feature__title .icon .indicator {
    stroke-width: 0.5rem;
  }
}
.top-feature__title .text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  translate: -2em -0.04em;
  transition: all 1s 0.25s;
  opacity: 0;
  scale: 1 0.3;
  filter: blur(1em);
}
.top-feature__title.onAnim .icon .indicator {
  animation: draw 1s ease forwards;
}
.top-feature__title.onAnim .text {
  translate: 0 -0.04em;
  scale: 1 1;
  opacity: 1;
  filter: blur(0);
}
@media all and (max-width: 800px) {
  .top-feature .content {
    display: contents;
  }
}
.top-feature .content__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1.625rem;
  color: #fff;
}
@media all and (max-width: 800px) {
  .top-feature .content__title {
    order: -3;
  }
}
.top-feature .content__title .wrap {
  position: relative;
  padding-left: 0.3em;
}
.top-feature .content__title .wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FABD00;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.8s;
  transform-origin: left;
  scale: 0 1;
}
.top-feature .content__title .wrap > span {
  position: relative;
  z-index: 5;
  transition: all 0.5s 0.5s;
  opacity: 0;
  translate: 0 0.3em;
}
.top-feature .content__title.onAnim .wrap:before {
  scale: 1 1;
}
.top-feature .content__title.onAnim .wrap > span {
  opacity: 1;
  translate: 0 0;
}
@media all and (max-width: 800px) {
  .top-feature .image {
    order: -1;
    margin-bottom: 2.5rem;
  }
}

.top-wrap2 {
  position: relative;
  margin-top: -1.25rem;
}
.top-wrap2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-image: url(../images/common/bg/bg_wave3.webp);
  opacity: 0;
  transition: all 1s 0s;
}
.top-wrap2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1.9/1;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  scale: -1 -1;
  background-image: url(../images/common/bg/bg_wave3.webp);
  opacity: 0;
  transition: all 1s 0s;
}
.top-wrap2.onAnim:before {
  opacity: 1;
}
.top-wrap2.onAnim:after {
  opacity: 1;
}

.top-reason {
  position: relative;
  z-index: 5;
}
.top-reason__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-reason__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0.3125rem;
}
.top-reason__title .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-reason__title .icon svg {
  display: block;
  width: 77%;
  scale: 0.8;
  overflow: visible;
  rotate: -90deg;
}
.top-reason__title .icon .indicator {
  fill: none;
  stroke: #7EBE25;
  stroke-width: 0.75rem;
  stroke-linecap: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
@media all and (max-width: 640px) {
  .top-reason__title .icon .indicator {
    stroke-width: 0.5rem;
  }
}
.top-reason__title .text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  translate: 0em -0.04em;
  transition: all 1s 0.25s;
  opacity: 0;
  scale: 1 0.3;
  filter: blur(1em);
}
.top-reason__title.onAnim .icon .indicator {
  animation: draw 1s ease forwards;
}
.top-reason__title.onAnim .text {
  scale: 1 1;
  opacity: 1;
  filter: blur(0);
}
.top-reason__subtitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1.625rem;
  color: #fff;
}
.top-reason__subtitle .wrap {
  position: relative;
  padding-left: 0.3em;
}
.top-reason__subtitle .wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #7EBE25;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.8s;
  transform-origin: left;
  scale: 0 1;
}
.top-reason__subtitle .wrap > span {
  position: relative;
  z-index: 5;
  transition: all 0.5s 0.5s;
  opacity: 0;
  translate: 0 0.3em;
}
.top-reason__subtitle.onAnim .wrap:before {
  scale: 1 1;
}
.top-reason__subtitle.onAnim .wrap > span {
  opacity: 1;
  translate: 0 0;
}
.top-reason__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .top-reason__list {
    flex-direction: column;
  }
}
.top-reason__list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 800px) {
  .top-reason__list li {
    flex: none;
    width: 44%;
  }
}
@media all and (max-width: 640px) {
  .top-reason__list li {
    width: 100%;
    padding: 0 0.625rem;
  }
}
.top-reason__list li .icon {
  width: 8.375rem;
  margin-bottom: 1.875rem;
}
.top-reason__list li .icon img {
  width: 100%;
}
.top-reason__list li .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.top-reason__list li .heading strong {
  font-size: 1.625rem;
  color: #7EBE25;
}
.top-reason__btWrap {
  translate: 0 1.25rem;
}

.top-casestudies {
  position: relative;
  z-index: 10;
}
.top-casestudies__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0.3125rem;
}
.top-casestudies__title .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-casestudies__title .icon svg {
  display: block;
  width: 77%;
  scale: 0.8;
  overflow: visible;
  rotate: -90deg;
}
.top-casestudies__title .icon .indicator {
  fill: none;
  stroke: #F85987;
  stroke-width: 0.75rem;
  stroke-linecap: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
@media all and (max-width: 640px) {
  .top-casestudies__title .icon .indicator {
    stroke-width: 0.5rem;
  }
}
.top-casestudies__title .text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  translate: 0em -0.04em;
  transition: all 1s 0.25s;
  opacity: 0;
  scale: 1 0.3;
  filter: blur(1em);
}
.top-casestudies__title.onAnim .icon .indicator {
  animation: draw 1s ease forwards;
}
.top-casestudies__title.onAnim .text {
  scale: 1 1;
  opacity: 1;
  filter: blur(0);
}
.top-casestudies__listWrap {
  width: 100%;
  overflow: hidden;
}
.top-casestudies__list {
  padding: 1.875rem 0;
}
.top-casestudies__list .swiper-slide {
  width: 18.75rem;
  height: auto;
  transition: all 0.5s ease;
}
.top-casestudies__list .swiper-slide-active {
  transform: scale(1.25);
}
@media all and (max-width: 640px) {
  .top-casestudies__list .swiper-slide-active {
    transform: scale(1.15);
  }
}
.top-casestudies__list .swiper-slide-active .top-casestudies__item__inner {
  border-radius: 1.25rem;
}
.top-casestudies__list .swiper-slide-next {
  transform: translateX(1.25rem);
}
.top-casestudies__list .swiper-slide-prev {
  transform: translateX(-1.25rem);
}
.top-casestudies__item {
  height: auto;
  padding: 1.25rem 1.375rem;
  transition: all 0.5s ease;
}
@media all and (max-width: 640px) {
  .top-casestudies__item {
    padding: 1.25rem 0.625rem;
  }
}
.top-casestudies__item__inner {
  border-radius: 0.625rem;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}
.top-casestudies__item__image {
  width: 100%;
  overflow: hidden;
}
.top-casestudies__item__image img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.top-casestudies__item .content {
  padding: 0.9375rem 1.25rem;
}
.top-casestudies__item .content__title {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 640px) {
  .top-casestudies__item .content__title {
    font-size: 0.875rem;
  }
}
.top-casestudies__item .content .info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0rem 0.3125rem;
  font-size: 0.625rem;
}
@media all and (max-width: 640px) {
  .top-casestudies__item .content .info {
    font-size: 0.75rem;
  }
}
.top-casestudies__item .content .info dt:after {
  content: ":";
  margin-left: 0.4em;
}

.feature-list {
  position: relative;
  padding: 6.25rem 0;
}
@media all and (max-width: 640px) {
  .feature-list {
    padding: 3.125rem 0;
  }
}
.feature-list__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.feature-list__circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.feature-list__circle .circle-animation {
  fill: none;
  stroke: #FABD00;
  stroke-width: 0.75;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
}
.feature-list__list {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  width: calc(100% + 1.25rem);
  left: -0.625rem;
}
@media all and (max-width: 1080px) {
  .feature-list__list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}
@media all and (max-width: 640px) {
  .feature-list__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 20rem;
  }
}
.feature-list__item {
  position: relative;
  aspect-ratio: 1/1;
  cursor: default;
  transition: all 0.2s ease 0s;
}
.feature-list__item.onAnim .feature-list__circle .circle-animation {
  animation: drawCircle 1.25s ease-in-out forwards;
}
.feature-list__item.onAnim .feature-list__item-content {
  opacity: 1;
}
@media all and (min-width: 641px) {
  .feature-list__item.onAnim:nth-child(2) .feature-list__circle .circle-animation {
    animation-delay: 0.25s;
  }
}
@media all and (min-width: 641px) {
  .feature-list__item.onAnim:nth-child(3) .feature-list__circle .circle-animation {
    animation-delay: 0.5s;
  }
}
@media all and (min-width: 641px) {
  .feature-list__item.onAnim:nth-child(4) .feature-list__circle .circle-animation {
    animation-delay: 0.75s;
  }
}
.feature-list__item:hover {
  text-decoration: none;
}
@media (hover: hover) and (min-width: 641px) {
  .feature-list__item:hover .feature-list__item-item-overlay {
    opacity: 1;
  }
}
@media all and (min-width: 641px) {
  .feature-list__item:active .feature-list__item-item-overlay {
    opacity: 1;
  }
}
@media all and (max-width: 640px) {
  .feature-list__item.active .feature-list__item-item-overlay {
    opacity: 1;
  }
}
.feature-list__item-content {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 1.4;
  transition: all 1s 0.75s;
  opacity: 0;
}
@media all and (min-width: 641px) {
  .feature-list__item-content:nth-child(2) .feature-list__item-content {
    transition-delay: 0.25s;
  }
}
@media all and (min-width: 641px) {
  .feature-list__item-content:nth-child(3) .feature-list__item-content {
    transition-delay: 0.5s;
  }
}
@media all and (min-width: 641px) {
  .feature-list__item-content:nth-child(4) .feature-list__item-content {
    transition-delay: 0.75s;
  }
}
.feature-list__item-content .num {
  font-weight: 700;
  color: #FABD00;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
}
.feature-list__item-content .icon {
  width: min(4.75rem, 25%);
  aspect-ratio: 1/1;
  margin-bottom: 0.9375rem;
}
.feature-list__item-content .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-list__item-content .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.1875rem;
  margin-bottom: 0.5em;
}
.feature-list__item-content .heading .small {
  font-size: 0.6315789474em;
}
.feature-list__item-content .external {
  width: 0.9375rem;
}
@media all and (max-width: 640px) {
  .feature-list__item-content:after {
    content: "TAP";
    font-size: 0.875rem;
    color: #FABD00;
    font-weight: 500;
  }
}
.feature-list__item-item-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  z-index: 15;
  background-color: rgba(250, 189, 0, 0.9);
  font-size: 0.875rem;
  backdrop-filter: blur(0.5em);
  padding: 1.875rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  opacity: 0;
  transition: all 0.4s;
}
@media all and (max-width: 640px) {
  .feature-list__item-item-overlay {
    font-size: 1rem;
  }
}

@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
.feature-effects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 800px) {
  .feature-effects {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .feature-effects {
    grid-template-columns: repeat(1, 1fr);
  }
}

.reason-list {
  position: relative;
  padding: 6.25rem 0;
}
@media all and (max-width: 640px) {
  .reason-list {
    padding: 4.375rem 0;
  }
}
.reason-list__list {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}
.reason-list__item {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 800px) {
  .reason-list__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.875rem;
  }
}
@media all and (max-width: 800px) {
  .reason-list__item .image {
    order: -1;
  }
}
.reason-list__item .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}
@media all and (max-width: 800px) {
  .reason-list__item .heading {
    order: -2;
  }
}
@media all and (min-width: 801px) {
  .reason-list__item .image {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .reason-list__item .heading {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .reason-list__item .text {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .reason-list__item:nth-child(even) {
    grid-template-columns: 1fr 1.25fr;
  }
  .reason-list__item:nth-child(even) .image {
    grid-column: 2/3;
  }
  .reason-list__item:nth-child(even) .heading {
    grid-column: 1/2;
  }
  .reason-list__item:nth-child(even) .text {
    grid-column: 1/2;
  }
}
@media all and (max-width: 800px) {
  .reason-list .scroll-scale-bg {
    width: 100% !important;
    border-radius: 0 !important;
  }
}

.reason-bgImg {
  height: 25rem;
  background-image: url(../images/pages/reason/bg_img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (min-width: 641px) {
  .reason-bgImg {
    background-attachment: fixed;
  }
}
@media all and (max-width: 640px) {
  .reason-bgImg {
    height: 15rem;
  }
}
.reason-bgImg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0369b8;
  mix-blend-mode: screen;
  z-index: 1;
}

@media all and (max-width: 800px) {
  .product-tableWrap {
    overflow-x: auto;
    width: calc(100% + 2.5rem);
    padding-right: 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .product-tableWrap {
    width: calc(100% + 1.25rem);
  }
}

.product-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  line-height: 1.4;
}
@media all and (max-width: 800px) {
  .product-table {
    width: 140%;
  }
}
@media all and (max-width: 640px) {
  .product-table {
    width: 230%;
  }
}
.product-table thead th:not(:first-child) {
  border-left: none;
}
.product-table thead th:first-child {
  border-radius: 0.625rem 0 0 0;
}
.product-table thead th:last-child {
  border-radius: 0 0.625rem 0 0;
}
.product-table tbody tr td {
  border-top: none;
}
.product-table tbody tr td:not(:first-child) {
  border-left: none;
}
.product-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.625rem;
}
.product-table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.625rem 0;
}
.product-table th,
.product-table td {
  border: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  padding: 0.8em 0.5em;
}

.product-list {
  position: relative;
  padding: 6.25rem 0;
}
@media all and (max-width: 640px) {
  .product-list {
    padding: 4.375rem 0;
  }
}
.product-list__list {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}
.product-list__item {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 800px) {
  .product-list__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.875rem;
  }
}
@media all and (max-width: 800px) {
  .product-list__item .image {
    order: -1;
  }
}
.product-list__item .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}
@media all and (max-width: 800px) {
  .product-list__item .heading {
    order: -2;
  }
}
@media all and (min-width: 801px) {
  .product-list__item .image {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .product-list__item .heading {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .product-list__item .text {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .product-list__item:nth-child(odd) {
    grid-template-columns: 1fr 1.25fr;
  }
  .product-list__item:nth-child(odd) .image {
    grid-column: 2/3;
  }
  .product-list__item:nth-child(odd) .heading {
    grid-column: 1/2;
  }
  .product-list__item:nth-child(odd) .text {
    grid-column: 1/2;
  }
}
@media all and (max-width: 800px) {
  .product-list .scroll-scale-bg {
    width: 100% !important;
    border-radius: 0 !important;
  }
}

.faqWrap {
  position: relative;
}
.faqWrap:before {
  content: "";
  position: absolute;
  bottom: 6.25rem;
  left: 0;
  width: 100%;
  aspect-ratio: 200/60;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-image: url(../images/common/bg/bg_wave1.webp);
  opacity: 0;
  scale: 1 -1;
  transition: all 1s 0s;
}
@media all and (max-width: 640px) {
  .faqWrap:before {
    top: 6.25rem;
  }
}
.faqWrap.onAnim:before {
  opacity: 0.3;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: flex-start;
}
.faq-list__item {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.875rem 1.25rem;
  line-height: 1.8;
  width: calc(50% - 1.25rem);
}
@media all and (max-width: 800px) {
  .faq-list__item {
    width: 100%;
    padding: 1.25rem;
  }
}
.faq-list__item dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media all and (max-width: 800px) {
  .faq-list__item dt {
    padding-left: 0;
    padding-right: 0;
  }
}
.faq-list__item dt .icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  position: relative;
}
.faq-list__item dt .icon:before, .faq-list__item dt .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.1875rem;
  translate: -50% -50%;
  background-color: #00AFEA;
  transition: all 0.2s ease 0s;
}
.faq-list__item dt .icon:before:hover, .faq-list__item dt .icon:after:hover {
  text-decoration: none;
}
.faq-list__item dt .icon:before {
  rotate: 90deg;
}
.faq-list__item dt .icon.active:before {
  rotate: 0deg;
}
.faq-list__item dd {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  font-size: 0.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
}
@media all and (max-width: 800px) {
  .faq-list__item dd {
    padding-left: 0;
    padding-right: 0;
  }
}

.flow-head-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 800px) {
  .flow-head-img {
    grid-template-columns: 1fr;
  }
}
.flow-head-img figure {
  width: 100%;
}

.flow-head-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
}
.flow-head-flow .text {
  width: 12.5rem;
  border: 0.0625rem solid #F85987;
  color: #F85987;
  background-color: #fff;
  text-align: center;
  padding: 0.6em;
  font-size: 0.875rem;
  flex-shrink: 0;
}
@media all and (max-width: 800px) {
  .flow-head-flow .text {
    width: 7.5rem;
  }
}
@media all and (max-width: 640px) {
  .flow-head-flow .text {
    width: 5rem;
    font-size: 0.8125rem;
  }
}
.flow-head-flow .duration {
  color: #F85987;
  text-align: center;
  padding: 0.6em;
  font-size: 1.25rem;
  flex-shrink: 0;
}
@media all and (max-width: 640px) {
  .flow-head-flow .duration {
    font-size: 0.875rem;
  }
}
.flow-head-flow .bar {
  flex: 1;
  position: relative;
  height: 0.0625rem;
  background-color: #F85987;
}
.flow-head-flow .bar:before, .flow-head-flow .bar:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  background-color: #F85987;
  border-radius: 50%;
}
@media all and (max-width: 640px) {
  .flow-head-flow .bar:before, .flow-head-flow .bar:after {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.flow-head-flow .bar:before {
  left: 33%;
}
.flow-head-flow .bar:after {
  left: 66%;
}

.flow-list__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  position: relative;
  padding: 0 0.625rem;
}
@media all and (max-width: 640px) {
  .flow-list__list {
    gap: 3.75rem;
  }
}
.flow-list__list:before {
  content: "";
  width: 0.0625rem;
  height: calc(100% - 1.875rem);
  top: 0.9375rem;
  left: 3.75rem;
  transform: translateX(-50%);
  background-color: #F85987;
  position: absolute;
  transform-origin: top;
  scale: 1 0;
  transition: scale 2s 0.4s;
}
@media all and (max-width: 640px) {
  .flow-list__list:before {
    left: 2.5rem;
  }
}
.flow-list__list.onAnim:before {
  scale: 1 1;
}
.flow-list__item {
  display: flex;
  gap: 2.5rem;
  position: relative;
  align-items: flex-start;
}
@media all and (max-width: 640px) {
  .flow-list__item {
    gap: 1.25rem;
  }
}
.flow-list__icon {
  width: 6.25rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #F85987;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
@media all and (max-width: 640px) {
  .flow-list__icon {
    width: 3.75rem;
  }
}
.flow-list__icon img {
  width: 60%;
}
.flow-list__icon img.mt {
  translate: 0 -10%;
}
.flow-list__content {
  padding-top: 0.625rem;
  flex: 1;
}
.flow-list__content a {
  color: #000000;
  text-decoration: underline;
}
.flow-list__content a:hover {
  text-decoration: none;
}

.company-box {
  padding: 6.25rem 2.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 640px) {
  .company-box {
    padding: 2.5rem 1.25rem;
  }
}

.company-table {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 0.875rem;
}
.company-table__item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2.5rem;
  padding: 1.5rem 0;
  position: relative;
}
@media all and (max-width: 640px) {
  .company-table__item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.company-table__item: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;
}
.company-table__item:last-child: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;
}
.company-table__title {
  position: relative;
  padding-left: 1em;
  padding-right: 0.625rem;
}
@media all and (max-width: 640px) {
  .company-table__title {
    padding: 0;
  }
}
.company-table__title:after {
  content: ":";
  position: absolute;
  right: 0;
}
@media all and (max-width: 640px) {
  .company-table__title:after {
    position: relative;
    margin-left: 0.625rem;
  }
}
.company-table__content {
  flex: 1;
  padding: 0.075rem 0.1rem;
  color: var(--text-color);
  display: flex;
  align-items: center;
}
.company-table .corporate-link {
  font-size: 0.875rem;
  color: #0369B8;
  padding: 0.4em 1.5em;
  border-radius: 4em;
  border: 0.0625rem solid #0369B8;
  margin-left: 1.25rem;
  display: inline-block;
  line-height: 1.4;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.company-table .corporate-link:hover {
  text-decoration: none;
}
.company-table .corporate-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .company-table .corporate-link:hover {
    background-color: #0369B8;
    color: #fff;
    border-color: #0369B8;
  }
}
.company-table .corporate-link:active {
  background-color: #0369B8;
  color: #fff;
  border-color: #0369B8;
}

.mapWrap {
  width: 100%;
  height: 31.25rem;
  position: relative;
}
.mapWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 640px) {
  .mapWrap {
    height: 12.5rem;
  }
}

.form-container {
  background-color: #fff;
  padding: 5rem 2.5rem 5rem;
  border-radius: 0.625rem;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 640px) {
  .form-container {
    padding: 1.875rem 1.25rem 3.125rem;
    width: calc(100% + 1.25rem);
    margin-left: -0.625rem;
  }
}
.form-container__inner {
  max-width: 61.625rem;
  margin: 0 auto;
}

.form-table {
  max-width: 50rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .form-table {
    grid-template-columns: 1fr;
  }
}
.form-table__item dt {
  line-height: 1.4;
  font-size: 0.875rem;
  margin-bottom: 0.75em;
}
.form-table__item dt .required {
  color: #ff0000;
}
@media all and (max-width: 640px) {
  .form-table__item dt {
    font-size: 1rem;
  }
}
.form-table__item.col-full {
  grid-column: 1/-1;
}
.form-table input[type=text],
.form-table input[type=email],
.form-table input[type=tel],
.form-table input[type=number],
.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 #adadad;
  background-color: #FAFAFA;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  letter-spacing: 0.1em;
  color: #000000;
  box-sizing: border-box;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .form-table input[type=text],
  .form-table input[type=email],
  .form-table input[type=tel],
  .form-table input[type=number],
  .form-table textarea {
    font-size: 1rem;
  }
}
.form-table input[type=text]:read-only,
.form-table input[type=email]:read-only,
.form-table input[type=tel]:read-only,
.form-table input[type=number]:read-only,
.form-table textarea:read-only {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  margin-top: 0.375rem;
}
.form-table input[type=text]::placeholder,
.form-table input[type=email]::placeholder,
.form-table input[type=tel]::placeholder,
.form-table input[type=number]::placeholder,
.form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}
.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) {
  .form-table select {
    font-size: 1rem;
  }
}
.form-table select.empty-value {
  color: #d3d3d3;
}
.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 #adadad;
  background-color: #FAFAFA;
  border-radius: 0.625rem;
  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) {
  .form-table textarea {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .form-table textarea {
    min-height: 12.5rem;
  }
}
.form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}

.form-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-top: 3.75rem;
}
@media all and (max-width: 640px) {
  .form-actions {
    margin-top: 1.25rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ff0000;
  color: #fff;
  border: 0;
}

.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent {
  background-color: #008000;
  color: #fff;
  border: 0;
}

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