@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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: 4.2656vw;
  }
}
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: 500;
  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.6;
}

:placeholder-shown {
  color: #C4C4C4;
}

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

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

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

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

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

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

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

.anim-hide {
  opacity: 0;
}

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

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

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

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

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

.hidden-box {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-8 {
  width: 0.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-10 {
  width: 0.625rem;
}

.w-11 {
  width: 0.6875rem;
}

.w-12 {
  width: 0.75rem;
}

.w-13 {
  width: 0.8125rem;
}

.w-14 {
  width: 0.875rem;
}

.w-15 {
  width: 0.9375rem;
}

.w-16 {
  width: 1rem;
}

.w-17 {
  width: 1.0625rem;
}

.w-18 {
  width: 1.125rem;
}

.w-19 {
  width: 1.1875rem;
}

.w-20 {
  width: 1.25rem;
}

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

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

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

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

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.flex-06 {
  flex: 0.6;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-25 {
  gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-80 {
  gap: 5rem;
}

.gap-90 {
  gap: 5.625rem;
}

.gap-100 {
  gap: 6.25rem;
}

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

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

.color-key {
  color: #17A857;
}

.color-key1 {
  color: #17A857;
}

.color-key2 {
  color: #05A0CD;
}

.color-key3 {
  color: #F49C10;
}

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

.color-key5 {
  color: #F85987;
}

.color-main {
  color: #000000;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #afafaf;
}

.bg-key {
  background-color: #17A857;
}

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

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

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

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

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

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

.d-inline {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

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

.grid {
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nowrap {
  white-space: nowrap;
}

body {
  background-color: #FAFAFA;
}

.main-content {
  margin-top: 5rem;
}
@media all and (max-width: 640px) {
  .main-content {
    margin-top: 3.125rem;
  }
}

.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: 72.5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.bg-grad {
  background: #17a857;
  background: linear-gradient(to right, #17a857 0%, #05a0cd 100%);
}

.bg-grad-reverse {
  background: #17a857;
  background: linear-gradient(to right, #05a0cd 0%, #17a857 100%);
}

.bg-white {
  background-color: #fff;
}

.bg-img {
  background-image: url("../images/common/bg.webp");
  background-repeat: repeat;
  background-size: 62.5rem;
}

.bg-l-key2 {
  background-color: #ECFAFD;
}

.bg-l-key {
  background-color: #E7F8EA;
}

.cmn-heading {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.cmn-heading .en {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cmn-heading .ja {
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (max-width: 640px) {
  .cmn-heading .ja {
    font-size: 1.375rem;
  }
}

.bar-heading {
  font-size: 1.25rem;
  padding-left: 0.75em;
  border-left: 0.3125rem solid currentColor;
}

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

.cmn-btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  background: #17a857;
  background: url("../images/common/arrow.svg") no-repeat right 0.9375rem center/0.4375rem 0.9375rem, linear-gradient(to right, #05a0cd 0%, #17a857 100%);
  display: flex;
  width: 100%;
  max-width: 16.875rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 0.9375rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: calc(infinity * 1px);
  position: relative;
  transition: all 0.2s ease 0s;
}
.cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn:hover {
    background: url("../images/common/arrow.svg") no-repeat right 0.625rem center/0.4375rem 0.9375rem, linear-gradient(to right, #05a0cd 0%, #17a857 100%);
  }
}
.cmn-btn:active {
  background: url("../images/common/arrow.svg") no-repeat right 0.625rem center/0.4375rem 0.9375rem, linear-gradient(to right, #05a0cd 0%, #17a857 100%);
}

.cmn-btn2 {
  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;
  background: #17a857;
  background: url("../images/common/arrow.svg") no-repeat right 0.9375rem center/0.4375rem 0.9375rem, linear-gradient(to right, #05a0cd 0%, #17a857 100%);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 0.9375rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  position: relative;
  transition: all 0.2s ease 0s;
}
.cmn-btn2:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn2:hover {
    background: url("../images/common/arrow.svg") no-repeat right 0.625rem center/0.4375rem 0.9375rem, linear-gradient(to right, #05a0cd 0%, #17a857 100%);
  }
}
.cmn-btn2:active {
  background: url("../images/common/arrow.svg") no-repeat right 0.625rem center/0.4375rem 0.9375rem, linear-gradient(to right, #05a0cd 0%, #17a857 100%);
}

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

.img-animIn {
  position: relative;
}
.img-animIn img {
  opacity: 0;
  transition: opacity 0.5s 0s;
}
.img-animIn.onAnim img {
  opacity: 1;
}

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

.cmn-tbl {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.625rem;
  overflow: hidden;
}
.cmn-tbl.table-fixed {
  table-layout: fixed;
}
@media all and (max-width: 640px) {
  .cmn-tbl {
    width: 160%;
  }
}
.cmn-tbl thead {
  background-color: #17A857;
  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: #17A857;
  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: 0 0 0 3.75rem;
  transition: all 0.5s;
  height: 5rem;
}
@media all and (max-width: 1180px) {
  .mainHeader__common {
    padding: 0 0 0 2.5rem;
  }
}
@media all and (max-width: 1080px) {
  .mainHeader__common {
    padding: 0 0 0 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common {
    padding: 0 0 0 0.625rem;
    height: 3.125rem;
  }
}
.mainHeader__common__logo {
  max-width: 23.0625rem;
  display: block;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__logo {
    max-width: 17.5rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common__logo {
    max-width: 11.25rem;
  }
}
.mainHeader__common__logo a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__common__nav {
  display: flex;
  align-items: center;
}
@media all and (max-width: 900px) {
  .mainHeader__common__nav {
    translate: 100% 0%;
    position: fixed;
    display: block;
    top: 5rem;
    right: 0;
    width: 80%;
    max-width: 25rem;
    background-color: #fff;
    z-index: 950;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 1.875rem 3.75rem;
    transition: all 0.4s;
    height: calc(100vh - 5rem);
    height: calc(100dvh - 5rem);
    overflow-y: auto;
    padding-bottom: 3.75rem;
  }
  .mainHeader__common__nav.active {
    translate: 0 0;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common__nav {
    top: 3.125rem;
    max-width: 15rem;
    height: calc(100vh - 3.125rem);
    height: calc(100dvh - 3.125rem);
    padding: 1.25rem 0.9375rem 3.75rem;
  }
}
.mainHeader__common__list {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media all and (max-width: 900px) {
  .mainHeader__common__list {
    flex-direction: column;
  }
}
@media all and (min-width: 901px) {
  .mainHeader__common__list > li {
    border-left: 0.0625rem solid #707070;
  }
  .mainHeader__common__list > li:first-child {
    border-left: none;
  }
}
@media all and (max-width: 900px) {
  .mainHeader__common__list > li {
    border-bottom: 0.0625rem solid #707070;
  }
}
.mainHeader__common__list__link {
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  gap: 0.3em;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__list__link {
    padding: 0.625rem 0.9375rem;
  }
}
@media all and (max-width: 900px) {
  .mainHeader__common__list__link {
    padding: 0.9375rem 0.9375rem;
    font-size: 1rem;
  }
}
.mainHeader__common__list__link span {
  position: relative;
  z-index: 5;
}
.mainHeader__common__list__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #17A857;
  opacity: 0.1;
  position: absolute;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: all 0.3s;
}
.mainHeader__common__list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__link:hover:before {
    transform: scaleY(1);
  }
}
.mainHeader__common__list__link:active:before {
  transform: scaleY(1);
}
.mainHeader__common__contact {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.4;
  flex-shrink: 0;
  height: 5rem;
}
@media all and (max-width: 900px) {
  .mainHeader__common__contact {
    height: auto;
    width: 100%;
    margin-top: 1.25rem;
  }
  .mainHeader__common__contact li {
    width: 100%;
  }
}
.mainHeader__common__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 0.5rem;
  padding: 0.8125rem;
  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: 900px) {
  .mainHeader__common__contact a {
    padding: 0.9375rem;
    font-size: 1rem;
    width: 100%;
  }
}
.mainHeader__main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s;
}
@media all and (max-width: 1080px) {
  .mainHeader__main {
    padding-left: 1.875rem;
  }
}
@media all and (min-width: 901px) {
  .scrolled:not(.active) .mainHeader__main {
    translate: 0 -6.875rem;
  }
}
@media all and (max-width: 900px) {
  .scrolled .mainHeader__main .mainHeader__main__logo {
    translate: 0 -200%;
    rotate: -30deg;
  }
}
@media all and (max-width: 900px) {
  .mainHeader__main {
    padding-left: 1.25rem;
    background-color: transparent;
  }
}
.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: absolute;
  right: 0;
  top: 0;
  display: flex;
  width: 5rem;
  height: 5rem;
  background: none;
  border: none;
  cursor: pointer;
  background-color: #17A857;
  z-index: 1200;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  line-height: 1;
  color: #000000;
}
@media all and (min-width: 901px) {
  .mainHeader__main__hamburger {
    display: none;
  }
}
@media all and (max-width: 900px) {
  .mainHeader__main__hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger {
    gap: 0.375rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.mainHeader__main__hamburger .barWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 2.5rem;
  gap: 0.5rem;
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger .barWrap {
    width: 1.625rem;
    gap: 0.25rem;
  }
}
.mainHeader__main__hamburger .barWrap span {
  height: 0.25rem;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  transform-origin: center;
  width: 100%;
  transition: all 0.3s;
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger .barWrap span {
    height: 0.1875rem;
  }
}
.mainHeader__main__hamburger .text {
  overflow: hidden;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  transition: all 0.3s;
  display: block;
  height: 1em;
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger .text {
    font-size: 0.625rem;
  }
}
.mainHeader__main__hamburger.active {
  background-color: #17A857;
}
.mainHeader__main__hamburger.active .barWrap span {
  background-color: #fff;
}
.mainHeader__main__hamburger.active span:nth-child(1) {
  transform: translateY(0.75rem) rotate(45deg);
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger.active span:nth-child(1) {
    transform: translateY(0.4375rem) rotate(45deg);
  }
}
.mainHeader__main__hamburger.active span:nth-child(2) {
  width: 0;
}
.mainHeader__main__hamburger.active span:nth-child(3) {
  width: 100%;
  transform: translateY(-0.75rem) rotate(-45deg);
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger.active span:nth-child(3) {
    transform: translateY(-0.4375rem) rotate(-45deg);
  }
}
.mainHeader__main__hamburger.active .text {
  height: 0;
}

.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 900px) {
  .footer-nav__list {
    grid-template-columns: 1fr;
    max-width: 31.25rem;
    margin: 0 auto;
  }
}
.footer-nav__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  height: 6.25rem;
  font-size: 1.125rem;
  line-height: 1.4;
  background-color: #fff;
  padding: 0.625rem 0.9375rem 0.625rem 1.875rem;
  border-radius: 0.625rem;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .footer-nav__list a {
    height: 5rem;
  }
}
.footer-nav__list a .icon {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}
.footer-nav__list a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-nav__list a .text {
  flex: 1;
  padding: 0 1em;
}
.footer-nav__list a:after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  filter: invert(1);
  background-image: url(../images/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease 0s;
}
.footer-nav__list a:after:hover {
  text-decoration: none;
}
.footer-nav__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .footer-nav__list a:hover:after {
    transform: translateX(0.3125rem);
  }
}
.footer-nav__list a:active:after {
  transform: translateX(0.3125rem);
}

.mainFooter {
  padding: 5rem 0;
  background-color: #000;
  color: #fff;
}
.mainFooter__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media all and (max-width: 900px) {
  .mainFooter__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.mainFooter__inner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainFooter__inner .content-in {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 23.0625rem;
}
.mainFooter__inner .content .logo {
  filter: brightness(0) invert(1);
}
.mainFooter__inner .nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media all and (max-width: 900px) {
  .mainFooter__inner .nav {
    align-items: center;
    justify-content: center;
  }
}
.mainFooter__inner .nav__list {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: repeat(2, 1fr);
  justify-content: space-between;
  gap: 1.25rem;
  grid-auto-flow: column;
  max-width: 27.5rem;
  margin-left: auto;
  width: 100%;
  font-size: 0.875rem;
}
@media all and (max-width: 900px) {
  .mainFooter__inner .nav__list {
    margin-left: 0;
  }
}
.mainFooter__inner .nav__list li a {
  color: #fff;
  display: flex;
  gap: 0.3em;
}
.mainFooter__inner .nav__list li a:before {
  content: "◼︎";
}

.subFooter {
  padding: 0.625rem 0;
  background-color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
}
@media all and (max-width: 640px) {
  .subFooter {
    padding-bottom: 3.125rem;
  }
}
.subFooter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media all and (max-width: 640px) {
  .subFooter__inner {
    flex-direction: column;
    gap: 0.625rem;
    padding: 1.25rem 0;
  }
}

.fixedNav {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media all and (max-width: 640px) {
  .fixedNav {
    bottom: 0;
    top: auto;
    transform: translateY(0);
    flex-direction: row;
    width: 100%;
    gap: 0;
  }
}
.fixedNav a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  gap: 0.625rem;
  width: 5rem;
  height: 5rem;
  border-radius: 0.625rem 0 0 0.625rem;
  color: #fff;
  font-size: 0.75rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fixedNav a:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .fixedNav a {
    width: 50%;
    height: auto;
    border-radius: 0;
    flex-direction: row;
    padding: 0.625rem;
  }
}
.fixedNav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .fixedNav a:hover {
    filter: brightness(1.2);
  }
}
.fixedNav a:active {
  filter: brightness(1.2);
}
.fixedNav a .icon {
  width: 1.625rem;
  height: 1.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 640px) {
  .fixedNav a .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.fixedNav a.feature {
  background: linear-gradient(#e66dd4 0%, #c74a4a 100%);
}
.fixedNav a.feature .icon {
  background-image: url(../images/common/fixednav_icon1.webp);
}
.fixedNav a.content {
  background: linear-gradient(#f49c10 0%, #ccba32 100%);
}
.fixedNav a.content .icon {
  background-image: url(../images/common/fixednav_icon2.webp);
}

.top-fv {
  position: relative;
  background-color: #fff;
  background-image: url("../images/top/fv.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.4s ease 0.15s;
}
.top-fv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-fv:not(.is-loaded) {
  opacity: 0;
}
.top-fv__inner {
  padding: 11.875rem 1.25rem 2.5rem;
}
@media all and (max-width: 640px) {
  .top-fv__inner {
    padding: 9.375rem 1.25rem 2.5rem;
  }
}
.top-fv__content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7rem;
}
@media all and (max-width: 640px) {
  .top-fv__content {
    gap: 3.125rem;
  }
}
.top-fv__copy {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
}
.top-fv__copy .main {
  background-color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 0.2em 0.5em;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .top-fv__copy .main {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.top-fv__copy .main strong {
  color: #05A0CD;
  font-size: 1.5em;
}
.top-fv__copy .sub {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px) {
  .top-fv__copy .sub {
    font-size: 1.0625rem;
  }
}
.top-fv__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 33.75rem;
  width: 100%;
  gap: 1.25rem;
}
.top-fv__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.6em;
  border-radius: 0.625rem;
  transition: all 0.2s ease 0s;
}
.top-fv__nav a:after {
  content: "";
  width: 0.75em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url("../images/common/arrow.svg");
  transition: all 0.2s ease 0s;
}
.top-fv__nav a:after:hover {
  text-decoration: none;
}
.top-fv__nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-fv__nav a:hover:after {
    translate: 0.5em 0;
  }
}
.top-fv__nav a:active:after {
  translate: 0.5em 0;
}

.top-reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 900px) {
  .top-reasons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .top-reasons {
    grid-template-columns: 1fr;
  }
}
.top-reasons__item {
  border-radius: 0.5rem;
  background: #ecfafd;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1.25rem 2.5rem;
}
.top-reasons__item .num {
  font-size: 3.75rem;
  text-align: right;
  display: block;
  margin-bottom: 0.2em;
  line-height: 1;
  font-weight: 500;
  color: #05A0CD;
}

.top-target-person {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.375rem 2.5rem;
}
@media all and (max-width: 900px) {
  .top-target-person {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .top-target-person {
    grid-template-columns: 1fr;
  }
}
.top-target-person__item {
  border-radius: 0.5rem;
  background: #E7F8EA;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  padding: 3.75rem 1.25rem 1.875rem;
  position: relative;
}
.top-target-person__item .title {
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 641px) {
  .top-target-person__item .title {
    min-height: 3.6em;
  }
}
.top-target-person__item .icon {
  position: absolute;
  width: 5rem;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-target-person__item .num {
  font-size: 3.75rem;
  text-align: right;
  display: block;
  margin-bottom: 0.2em;
  line-height: 1;
  font-weight: 500;
  color: #05A0CD;
}

.top-service__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  padding-bottom: 0.5em;
  position: relative;
}
.top-service__title:after {
  content: "";
  width: 3.125rem;
  height: 0.0625rem;
  background-color: #05A0CD;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-service__item-title {
  font-size: 1.125rem;
  color: #05A0CD;
  line-height: 1.4;
  margin: 0.625rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media all and (min-width: 641px) {
  .top-service__item-title {
    min-height: 2.6em;
  }
}
.top-service__section {
  display: flex;
  flex-direction: column;
}
.top-service__item1Wrap {
  flex: 1;
}
.top-service__item1 {
  height: 100%;
}

.top-voice {
  padding-bottom: 0.625rem;
}
.top-voice__swiper {
  overflow: visible;
}
.top-voice__item {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  width: 42.5rem;
  padding: 1.875rem 2.5rem;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 1rem 2.5rem;
}
@media all and (max-width: 640px) {
  .top-voice__item {
    gap: 1.25rem 0.9375rem;
    padding: 1.25rem 1.25rem;
  }
}
.top-voice__item .img {
  grid-row: 1/3;
}
@media all and (max-width: 640px) {
  .top-voice__item .img {
    grid-row: 1/2;
  }
}
@media all and (max-width: 640px) {
  .top-voice__item .header {
    grid-row: 1/2;
  }
}
.top-voice__item .text {
  grid-column: 2/3;
}
@media all and (max-width: 640px) {
  .top-voice__item .text {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.top-step-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.top-step-list__item {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: 11.25rem 1fr;
}
@media all and (max-width: 900px) {
  .top-step-list__item {
    grid-template-columns: 8.75rem 1fr;
  }
}
@media all and (max-width: 640px) {
  .top-step-list__item {
    grid-template-columns: 1fr;
  }
}
.top-step-list__item .header {
  background-color: #05A0CD;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 0.9375rem;
  padding: 0.625rem;
}
@media all and (max-width: 640px) {
  .top-step-list__item .header {
    flex-direction: row;
    gap: 0.625rem;
    align-items: baseline;
  }
}
.top-step-list__item .header .label {
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
}
.top-step-list__item .header .num {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 640px) {
  .top-step-list__item .header .num {
    font-size: 2.25rem;
  }
}
.top-step-list__item .content {
  padding: 1.875rem 2.5rem;
}
@media all and (max-width: 900px) {
  .top-step-list__item .content {
    padding: 1.875rem 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .top-step-list__item .content {
    padding: 1.25rem;
  }
}

.top-step-aside {
  display: flex;
  gap: 2.5rem;
  padding: 1.875rem 2.5rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  align-items: center;
}
@media all and (max-width: 1080px) {
  .top-step-aside {
    flex-direction: column;
  }
}
@media all and (max-width: 640px) {
  .top-step-aside {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
.top-step-aside .content {
  width: 50%;
}
@media all and (max-width: 1080px) {
  .top-step-aside .content {
    width: auto;
  }
}
.top-step-aside .btWrap {
  flex: 1;
}
@media all and (max-width: 1080px) {
  .top-step-aside .btWrap {
    width: 100%;
    max-width: 22.5rem;
  }
}

.top-faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.top-faq-list__item {
  border: 1px solid #BCE2CD;
  padding: 1.875rem 2.5rem;
  border-radius: 0.625rem;
  background: #fff;
}
@media all and (max-width: 640px) {
  .top-faq-list__item {
    padding: 1.25rem 0.9375rem;
  }
}
.top-faq-list__item dt {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .top-faq-list__item dt {
    font-size: 1rem;
    gap: 0.9375rem;
  }
}
.top-faq-list__item dt .q {
  flex-shrink: 0;
  font-size: 1.2222222222em;
  color: #17A857;
}
@media all and (max-width: 640px) {
  .top-faq-list__item dt .q {
    font-size: 1.25em;
  }
}
.top-faq-list__item dt .main {
  flex: 1;
}
.top-faq-list__item dt .icon {
  flex-shrink: 0;
  width: 0.8em;
  height: 0.8em;
  position: relative;
  margin-left: auto;
}
.top-faq-list__item dt .icon:before, .top-faq-list__item dt .icon:after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #17A857;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
}
.top-faq-list__item dt .icon:before:hover, .top-faq-list__item dt .icon:after:hover {
  text-decoration: none;
}
.top-faq-list__item dt .icon:after {
  transform: translateY(-50%) rotate(-90deg);
}
.top-faq-list__item dt.active .icon:after {
  transform: translateY(-50%) rotate(0deg);
}
.top-faq-list__item dd {
  padding-top: 1.875rem;
  display: none;
}
@media all and (max-width: 640px) {
  .top-faq-list__item dd {
    padding-top: 1.25rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  color: #ACACAC;
  justify-content: flex-end;
}
.breadcrumb li:not(:last-child):after {
  content: ">";
  margin-left: 0.625rem;
}

.service-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.8125rem;
}
.service-lead .main {
  background-color: currentColor;
  padding: 0.2em 0.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.service-lead .main span {
  color: #fff;
}

.service-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 1080px) {
  .service-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .service-nav {
    grid-template-columns: 1fr;
  }
}
.service-nav a {
  display: flex;
  position: relative;
  padding: 0.5em 1.5em;
  background-color: #fff;
  border-radius: 0.625rem;
  border: 0.0625rem solid currentColor;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.service-nav a:hover {
  text-decoration: none;
}
.service-nav a:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  scale: 1 0.9;
  transition: all 0.2s ease 0s;
}
.service-nav a:after:hover {
  text-decoration: none;
}
.service-nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .service-nav a:hover:after {
    margin-top: 0.3em;
  }
}
.service-nav a:active:after {
  margin-top: 0.3em;
}
.service-nav a.consulting-link {
  transition: all 0.2s ease 0s;
}
.service-nav a.consulting-link:after {
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  scale: 0.9 1;
}
.service-nav a.consulting-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .service-nav a.consulting-link:hover:after {
    margin-top: 0;
    margin-right: -0.3em;
  }
}
.service-nav a.consulting-link:active:after {
  margin-top: 0;
  margin-right: -0.3em;
}

.service-teacher {
  gap: 1.875rem 2.5rem;
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  grid-template-rows: auto auto;
}
@media all and (max-width: 640px) {
  .service-teacher {
    gap: 1.875rem 1.25rem;
    grid-template-columns: 0.35fr 1fr;
    grid-template-rows: auto auto auto;
    align-items: center;
  }
}
.service-teacher__img {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media all and (max-width: 640px) {
  .service-teacher__img {
    grid-row: 1/2;
  }
}
.service-teacher__header {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media all and (max-width: 640px) {
  .service-teacher__header {
    display: contents;
  }
}
.service-teacher__content {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media all and (max-width: 640px) {
  .service-teacher__content {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.service-teacher .name {
  font-size: 1.25rem;
  padding-bottom: 0.5em;
  margin-bottom: 1.875rem;
  position: relative;
}
@media all and (max-width: 640px) {
  .service-teacher .name {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
  }
}
.service-teacher .name:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #707070 0.0625rem, transparent 0.1875rem);
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.service-teacher .position {
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  .service-teacher .position {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 0.875rem;
  }
}
.service-teacher .position-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.625rem;
  justify-content: space-between;
}
.service-teacher .link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 6.25rem;
  min-height: 1.25rem;
  padding: 0.375rem 0.9375rem;
  line-height: 1.2;
  border-radius: calc(infinity * 1px);
  font-size: 0.6875rem;
  color: #fff;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.service-teacher .link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .service-teacher .link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.service-teacher .link:active {
  opacity: 0.7;
  text-decoration: none;
}

.offer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 1080px) {
  .offer-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .offer-list {
    grid-template-columns: 1fr;
  }
}
.offer-list li {
  padding: 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  background: #e7f9ea;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 640px) {
  .offer-list li {
    padding-top: 1.25rem;
  }
}
.offer-list li .num {
  color: #17A857;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.offer-list li .title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.6;
  min-height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #17A857;
  text-align: center;
}
@media all and (max-width: 640px) {
  .offer-list li .title {
    min-height: auto;
  }
}

.coaching-aside {
  padding: 1.875rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-radius: 0.625rem;
  color: #fff;
}
@media all and (max-width: 900px) {
  .coaching-aside {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .coaching-aside {
    padding: 1.25rem 1.5625rem;
  }
}
.coaching-aside__linkWrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media all and (min-width: 901px) {
  .coaching-aside__linkWrap {
    padding-left: 2.5rem;
  }
}
.coaching-aside__linkWrap .cmn-btn {
  background: none;
  background-color: #fff !important;
  color: #05A0CD;
  font-size: 1.125rem;
  max-width: 100%;
  position: relative;
  font-weight: 500;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  transition: all 0.2s ease 0s;
}
.coaching-aside__linkWrap .cmn-btn:after {
  content: "";
  position: absolute;
  width: 0.4375rem;
  height: 0.75rem;
  background-color: #05A0CD;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url("../images/common/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: 0.4375rem 0.75rem;
  mask-position: center;
  transition: all 0.2s ease 0s;
}
.coaching-aside__linkWrap .cmn-btn:after:hover {
  text-decoration: none;
}
.coaching-aside__linkWrap .cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .coaching-aside__linkWrap .cmn-btn:hover:after {
    transform: translateY(-50%) translateX(0.3em);
  }
}
.coaching-aside__linkWrap .cmn-btn:active:after {
  transform: translateY(-50%) translateX(0.3em);
}

.course-service-item1 {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  padding: 1.875rem;
}
@media all and (max-width: 640px) {
  .course-service-item1 {
    padding: 1.875rem 1.25rem;
  }
}
.course-service-item1 .table__item {
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  gap: 1.25rem;
  padding: 1.25rem 0;
  position: relative;
}
@media all and (max-width: 640px) {
  .course-service-item1 .table__item {
    gap: 0.625rem;
    padding: 0.625rem 0;
  }
}
.course-service-item1 .table__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #707070 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}

.course-service-item2 {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  padding: 1.875rem;
}
@media all and (max-width: 640px) {
  .course-service-item2 {
    padding: 1.875rem 1.25rem;
  }
}

.feature-list {
  display: flex;
  gap: 6.25rem 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.feature-list__item {
  flex: 1;
  min-width: 17.5rem;
  max-width: 20rem;
  border-radius: 0.625rem;
  background: #ecfafd;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  padding: 3.75rem 1.25rem 1.875rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.feature-list__item .icon {
  width: 5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.feature-list__item .icon img {
  width: 100%;
}
.feature-list__item .link {
  width: 6.25rem;
  height: 1.25rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.6875rem;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  position: absolute;
  right: 0;
  bottom: -1.875rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.feature-list__item .link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .feature-list__item .link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.feature-list__item .link:active {
  opacity: 0.7;
  text-decoration: none;
}

.habit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 0;
}
@media all and (max-width: 1080px) {
  .habit-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .habit-list {
    grid-template-columns: 1fr;
  }
}
.habit-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.25rem;
  border-left: 0.0625rem dashed #707070;
  line-height: 1.6;
}
@media all and (min-width: 1081px) {
  .habit-list__item:nth-child(3n) {
    border-right: 0.0625rem dashed #707070;
  }
}
@media all and (min-width: 641px) {
  .habit-list__item:nth-child(2n) {
    border-right: 0.0625rem dashed #707070;
  }
}
@media all and (max-width: 640px) {
  .habit-list__item {
    padding: 0.625rem;
    border-right: 0.0625rem dashed #707070;
  }
}
.habit-list__item .main {
  min-height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-table {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  font-weight: 400;
}
.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, #707070 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, #707070 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}
.company-table dt {
  position: relative;
  padding-left: 1em;
  padding-right: 0.625rem;
}
@media all and (max-width: 640px) {
  .company-table dt {
    padding: 0;
  }
}
.company-table dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
@media all and (max-width: 640px) {
  .company-table dt:after {
    position: relative;
    margin-left: 0.625rem;
  }
}

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

.news-list {
  display: flex;
  flex-direction: column;
}
.news-list__item {
  display: flex;
  align-items: center;
  padding: 1.875rem 0;
  position: relative;
}
@media all and (max-width: 640px) {
  .news-list__item {
    padding: 1.25rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3em;
  }
}
.news-list__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-list__item:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  position: absolute;
  left: 0;
  top: 0;
}
.news-list__date {
  width: 8em;
  flex-shrink: 0;
}
.news-list__content {
  width: calc(100% - 8em);
}
@media all and (max-width: 640px) {
  .news-list__content {
    width: 100%;
  }
}
.news-list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 640px) {
  .news-list__title {
    -webkit-line-clamp: 2;
  }
}
.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
}
@media all and (max-width: 1080px) {
  .pager {
    margin-top: 3.75rem;
  }
}
@media all and (max-width: 640px) {
  .pager {
    margin-top: 2.5rem;
  }
}
.pager .nav-links {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
  line-height: 1.2;
}
.pager .nav-links a,
.pager .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.875rem;
  height: 2.25rem;
  padding: 0.2em 0.5em;
  min-width: 2.25rem;
  border: 0.0625rem solid #05A0CD;
  border-radius: 0.25rem;
  color: #05A0CD;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover,
.pager .nav-links span:hover {
  text-decoration: none;
}
.pager .nav-links a {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pager .nav-links a:hover {
    background-color: rgba(23, 168, 87, 0.1);
  }
}
.pager .nav-links a:active {
  background-color: rgba(23, 168, 87, 0.1);
}
.pager .nav-links .current,
.pager .nav-links span.current {
  color: #fff;
  background-color: #17A857;
  cursor: default;
  background: #17A857;
  border: 0.0625rem solid #17A857;
  background: #17a857;
  background: linear-gradient(to right, #17a857 0%, #05a0cd 100%);
}
.pager .nav-links .dots {
  background: transparent;
  border: none;
  color: #000000;
  cursor: default;
  pointer-events: none;
}
.pager .prev,
.pager .next {
  display: none;
}

.single-header {
  margin-bottom: 3.125rem;
}
.single-header__title {
  font-size: 1.5rem;
  color: #17A857;
}
@media all and (max-width: 640px) {
  .single-header__title {
    font-size: 1.25rem;
  }
}
.single-header__date {
  margin-top: 0.3em;
  display: block;
  font-size: 0.875rem;
  text-align: right;
  color: #ACACAC;
}

.after-dot {
  position: relative;
}
.after-dot:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  position: absolute;
  left: 0;
  bottom: 0;
}

.ppWrap {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 3.75rem min(3.75rem, 5vw);
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
}

.post-content strong {
  background-color: #17A857;
  color: #fff;
  font-weight: 700;
}
.post-content small {
  font-size: 0.8em;
}
.post-content em {
  font-style: italic;
}
.post-content p a {
  color: #05A0CD;
  text-decoration: underline;
}
.post-content p a:hover {
  text-decoration: none;
}
.post-content__block {
  margin-bottom: 3.125rem;
}
.post-content__block:last-child {
  margin-bottom: 0;
}
.post-content__block.content-wysiwyg p {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}
.post-content__block.content-wysiwyg p:last-child {
  margin-bottom: 0;
}
.post-content__block.content-heading1 {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.post-content__block.content-heading2 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.post-content__block.content-heading3 {
  margin-bottom: 1.25rem;
}
.post-content__block.content-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.25rem;
}
@media all and (max-width: 640px) {
  .post-content__block.content-images {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }
}
.post-content__block.content-images .image-list__item {
  display: block;
}
.post-content__block.content-images .image-list__item .image-list__img img {
  display: block;
  width: 100%;
  height: auto;
}
.post-content__block.content-images .image-list__item figcaption {
  margin-top: 0.9375rem;
}
.post-content__block.content-list {
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.post-content__block.content-list li {
  padding-left: 1.25em;
  position: relative;
}
.post-content__block.content-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #17A857;
}
.post-content__block.image-text-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: min(4.375rem, 5vw);
  flex-wrap: wrap;
}
@media all and (max-width: 900px) {
  .post-content__block.image-text-block {
    flex-direction: column;
    gap: 3.125rem;
  }
}
.post-content__block.image-text-block .image-text-images {
  flex: 1 1;
}
.post-content__block.image-text-block .image-text-content {
  flex: 1 1;
}
.post-content__block.image-text-block .image-text-content.image-pos-left {
  order: 2;
}
.post-content__block.image-text-block .image-text-content.image-pos-right {
  order: -1;
}
.post-content__block.image-text-block .image-text-content .text-body {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
.post-content__block.image-text-block .image-text-content .text-body:last-child {
  margin-bottom: 0;
}
.post-content__block.image-text-block .image-text-content .text-heading1 {
  font-size: 1.3125rem;
  color: #17A857;
  margin-bottom: 1.875rem;
}
.post-content__block.image-text-block .image-text-content .text-heading2 {
  font-size: 1.3125rem;
  margin-bottom: 1.875rem;
}
.post-content__block.image-text-block .image-text-content .text-heading3 {
  margin-bottom: 1.25rem;
}

.prev-wrap {
  display: flex;
  justify-content: flex-start;
}
.prev-wrap a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  min-width: 8.125rem;
  justify-content: center;
  color: #fff;
  border-radius: 3em;
  padding: 0.5rem 1.25rem;
  background: #17a857;
  background: linear-gradient(to right, #17a857 0%, #05a0cd 100%);
  line-height: 1.2;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.prev-wrap a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .prev-wrap a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.prev-wrap a:active {
  opacity: 0.7;
  text-decoration: none;
}

.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-table .address-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.form-table .address-wrap__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.form-table .address-wrap__item .address-wrap__item-label {
  flex-shrink: 0;
}
.form-table .address-wrap__item .address-wrap__item-content {
  flex: 1;
}
.form-table .address-wrap__item .address-wrap__item-content [name=postal-code] {
  max-width: 12.5rem;
}

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

.submit-btn {
  font-family: "noto sans jp", sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 20.375rem;
}

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