@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,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: 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: 500;
  font-style: normal;
  line-height: 2;
  color: #1B1C17;
  letter-spacing: 0.1em;
}
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 0.65s 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 0.65s ease 0s 1 alternate forwards;
}

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

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 0.65s 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 0.65s ease 0s 1 alternate forwards;
}

.hidden-box {
  overflow: hidden;
}

.font-en {
  font-family: "Raleway", sans-serif;
}

.font-num {
  font-family: "Poppins", sans-serif;
}

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

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

.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: #02A971;
}

.color-main {
  color: #1B1C17;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #D3D3D3;
}

.bd-bt-key {
  border-bottom: 0.0625rem solid #C3DDD4;
}

.bd-bt {
  border-bottom: 0.0625rem solid #D3D3D3;
}

@media all and (max-width: 640px) {
  .bd-bt-sp {
    border-bottom: 0.0625rem solid #D3D3D3;
  }
}

.bd-bb-key {
  border-bottom: 0.0625rem solid #C3DDD4;
}

.bd-bb {
  border-bottom: 0.0625rem solid #D3D3D3;
}

@media all and (min-width: 641px) {
  .bd-bt-pc {
    border-bottom: 0.0625rem solid #D3D3D3;
  }
}

@media all and (min-width: 801px) {
  .bd-bt-tab {
    border-bottom: 0.0625rem solid #D3D3D3;
  }
}

@media all and (max-width: 640px) {
  .bd-bb-sp {
    border-bottom: 0.0625rem solid #D3D3D3;
  }
}

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

.cmn-list li::marker {
  font-family: "Poppins", sans-serif;
}

.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 {
  position: relative;
}
body .fixed-bg {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  scale: 1.1;
  z-index: -1;
  position: fixed;
  background: radial-gradient(circle at -5% -5%, #F8FDFB 0%, #F8FDFB 30%, #C6EEDC 60%, #C6EEDC 100%);
  background-position: 0% 0%;
  animation: softMove 25s ease infinite, zoomPulse 40s ease-in-out infinite;
}
@media all and (max-width: 640px) {
  body .fixed-bg {
    opacity: 0.5;
    transform-origin: 60% 70%;
  }
}
@keyframes zoomPulse {
  0% {
    background-size: 220% 220%;
  }
  50% {
    background-size: 140% 140%;
  }
  100% {
    background-size: 220% 220%;
  }
}
@keyframes softMove {
  0% {
    background-position: 0% 0%;
  }
  20% {
    background-position: 10% 20%;
  }
  40% {
    background-position: 14% 40%;
  }
  60% {
    background-position: 8% 28%;
  }
  80% {
    background-position: 6% 10%;
  }
  100% {
    background-position: 0% 0%;
  }
}

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

.inner-box-ml {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

@media all and (min-width: 641px) {
  html {
    scrollbar-width: none;
    /* Firefox */
  }
  html::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
  }
}

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

.c-scroll-bar {
  position: fixed;
  top: 0.25rem;
  right: 0.1875rem;
  width: 0.375rem;
  height: 6.25rem;
  background-color: rgba(210, 215, 220, 0.8);
  border-radius: 62.5rem;
  transition: height 0.3s ease, opacity 0.3s ease, top 0.1s ease;
  z-index: 5000;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .c-scroll-bar {
    display: none;
  }
}
.c-scroll-bar.is-visible {
  opacity: 1;
}
.c-scroll-bar.is-hidden {
  opacity: 0;
}
@media all and (max-width: 1180px) {
  .c-scroll-bar {
    transition: all 0.2s ease 0s;
  }
  .c-scroll-bar:hover {
    text-decoration: none;
  }
}
@media (max-width: 1180px) and (hover: hover) {
  .c-scroll-bar:hover {
    background-color: rgb(210, 215, 220);
    width: 0.625rem;
  }
}
@media all and (max-width: 1180px) {
  .c-scroll-bar:active {
    background-color: rgb(210, 215, 220);
    width: 0.625rem;
  }
}
.c-scroll-bar.is-dragging {
  background-color: rgba(180, 185, 190, 0.9);
  transition: none;
}

body.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.color-key {
  color: #02A971;
}

.cmn-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  min-width: 15.625rem;
  min-height: 3.75rem;
  border-radius: 3.75rem;
  background-color: #fff;
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid #C9E5DB;
  color: #1B1C17;
  font-size: 0.875rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.cmn-btn:hover {
  text-decoration: none;
}
.cmn-btn__arrow {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #02A971;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cmn-btn__arrow:hover {
  text-decoration: none;
}
.cmn-btn__arrow .arrow {
  transition: all 0.2s ease 0s;
  width: 0.4375rem;
  height: 0.3125rem;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/common/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.2s ease 0s;
}
.cmn-btn__arrow .arrow:hover {
  text-decoration: none;
}
.cmn-btn__arrow .arrow:hover {
  text-decoration: none;
}
.cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn:hover {
    background-color: #02A971;
    color: #fff;
  }
  .cmn-btn:hover .cmn-btn__text {
    color: #fff;
  }
  .cmn-btn:hover .cmn-btn__arrow {
    background-color: #fff;
  }
  .cmn-btn:hover .cmn-btn__arrow .arrow {
    background-color: #02A971;
  }
}
.cmn-btn:active {
  background-color: #02A971;
  color: #fff;
}
.cmn-btn:active .cmn-btn__text {
  color: #fff;
}
.cmn-btn:active .cmn-btn__arrow {
  background-color: #fff;
}
.cmn-btn:active .cmn-btn__arrow .arrow {
  background-color: #02A971;
}

.cmn-btn-secondary {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.4;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.cmn-btn-secondary:hover {
  text-decoration: none;
}
.cmn-btn-secondary__arrow {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #02A971;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #02A971;
  flex-shrink: 0;
  transition: all 0.2s ease 0s;
}
.cmn-btn-secondary__arrow:hover {
  text-decoration: none;
}
.cmn-btn-secondary__arrow .arrow {
  width: 0.4375rem;
  height: 0.3125rem;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/common/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.2s ease 0s;
}
.cmn-btn-secondary__arrow .arrow:hover {
  text-decoration: none;
}
.cmn-btn-secondary__arrow .external {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ic_external2.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/common/ic_external2.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.2s ease 0s;
}
.cmn-btn-secondary__arrow .external:hover {
  text-decoration: none;
}
.cmn-btn-secondary:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn-secondary:hover {
    color: #02A971;
  }
  .cmn-btn-secondary:hover .cmn-btn-secondary__arrow {
    background-color: #fff;
  }
  .cmn-btn-secondary:hover .cmn-btn-secondary__arrow .arrow {
    background-color: #02A971;
  }
  .cmn-btn-secondary:hover .cmn-btn-secondary__arrow .external {
    background-color: #02A971;
  }
}
.cmn-btn-secondary:active {
  color: #02A971;
}
.cmn-btn-secondary:active .cmn-btn-secondary__arrow {
  background-color: #fff;
}
.cmn-btn-secondary:active .cmn-btn-secondary__arrow .arrow {
  background-color: #02A971;
}
.cmn-btn-secondary:active .cmn-btn-secondary__arrow .external {
  background-color: #02A971;
}

.pageHeader__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
}
@media all and (max-width: 640px) {
  .pageHeader__title {
    gap: 0.375rem;
  }
}
.pageHeader__title-en {
  font-size: 3rem;
  color: #02A971;
}
@media all and (max-width: 640px) {
  .pageHeader__title-en {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .pageHeader__title-ja {
    font-size: 0.75rem;
  }
}

.pageHeader2 {
  margin-bottom: 7rem;
}
@media all and (max-width: 640px) {
  .pageHeader2 {
    margin-bottom: 5rem;
  }
}
.pageHeader2__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
@media all and (max-width: 640px) {
  .pageHeader2__title {
    gap: 0.3125rem;
  }
}
.pageHeader2__title-en {
  font-size: 1.125rem;
  color: #02A971;
}
@media all and (max-width: 640px) {
  .pageHeader2__title-en {
    font-size: 0.75rem;
  }
}
.pageHeader2__title-ja {
  font-size: 1.875rem;
}
@media all and (max-width: 640px) {
  .pageHeader2__title-ja {
    font-size: 1.5rem;
  }
}

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

.cmn-dl__item {
  display: grid;
  grid-template-columns: minmax(10rem, 0.3fr) 1fr;
  gap: 0.625rem;
  padding: 3.125rem 0;
  border-top: 0.0625rem solid #D3D3D3;
}
@media all and (max-width: 640px) {
  .cmn-dl__item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 1.25rem 0;
  }
}
.cmn-dl__item dd {
  font-weight: 400;
}

.bt-2tone {
  position: relative;
  border-top: 0.125rem solid #D3D3D3;
}
.bt-2tone:before {
  content: "";
  width: 50%;
  height: 0.125rem;
  background-color: #02A971;
  position: absolute;
  left: 0;
  top: -0.125rem;
}

.bb-2tone {
  position: relative;
  border-bottom: 0.125rem solid #D3D3D3;
}
.bb-2tone:before {
  content: "";
  width: 50%;
  height: 0.125rem;
  background-color: #02A971;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
}

.rad10 {
  border-radius: 0.625rem;
  overflow: hidden;
}

.google-map-link {
  font-size: 0.75rem;
  color: #02A971;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.3em 0.8em;
  border-radius: 3em;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  color: #02A971;
  border: 0.0625rem solid #02A971;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.google-map-link:hover {
  text-decoration: none;
}
.google-map-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .google-map-link:hover {
    background-color: #02A971;
    color: #fff;
  }
}
.google-map-link:active {
  background-color: #02A971;
  color: #fff;
}

.foot-links__wrap {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  border-top: 0.125rem solid #D3D3D3;
}
.foot-links__wrap:before {
  content: "";
  width: 50%;
  height: 0.125rem;
  background-color: #02A971;
  position: absolute;
  top: -0.125rem;
}
@media all and (max-width: 640px) {
  .foot-links__wrap {
    padding-bottom: 3.125rem;
  }
}
.foot-links__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.375rem;
}
@media all and (max-width: 640px) {
  .foot-links__inner {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.foot-links__link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
  padding: 2.25rem 1.875rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(2, 169, 113, 0.15);
  border: 0.0625rem solid #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.foot-links__link:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .foot-links__link {
    padding: 1.875rem 1.25rem;
    border-radius: 0.3125rem;
  }
}
.foot-links__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .foot-links__link:hover {
    border-color: #02A971;
  }
  .foot-links__link:hover .foot-links__link-arrow {
    background-color: #fff;
  }
  .foot-links__link:hover .foot-links__link-arrow .arrow {
    background-color: #02A971;
  }
}
.foot-links__link:active {
  border-color: #02A971;
}
.foot-links__link:active .foot-links__link-arrow {
  background-color: #fff;
}
.foot-links__link:active .foot-links__link-arrow .arrow {
  background-color: #02A971;
}
.foot-links__link-title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
.foot-links__link-title-en {
  font-size: 2.25rem;
  color: #02A971;
}
@media all and (max-width: 1080px) {
  .foot-links__link-title-en {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) {
  .foot-links__link-title-en {
    font-size: 1.25rem;
  }
}
.foot-links__link-title-ja {
  font-size: 0.75rem;
}
.foot-links__link-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #02A971;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.foot-links__link-arrow:hover {
  text-decoration: none;
}
.foot-links__link-arrow .arrow {
  transition: all 0.2s ease 0s;
  width: 1.25rem;
  height: 0.75rem;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/common/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.2s ease 0s;
}
.foot-links__link-arrow .arrow:hover {
  text-decoration: none;
}
.foot-links__link-arrow .arrow:hover {
  text-decoration: none;
}

.foot-service-nav__wrap {
  width: 100%;
}
.foot-service-nav__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}
@media all and (max-width: 640px) {
  .foot-service-nav__inner {
    gap: 0;
  }
}
@media all and (min-width: 801px) {
  .foot-service-nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
@media all and (max-width: 800px) {
  .foot-service-nav__header {
    display: contents;
  }
}
@media all and (max-width: 800px) {
  .foot-service-nav__header .btWrap {
    margin-top: 3.125rem;
    order: 99;
  }
}
.foot-service-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 800px) {
  .foot-service-nav__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.foot-service-nav__img {
  width: 45%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}
.foot-service-nav__img img {
  transition: all 0.2s ease 0s;
}
.foot-service-nav__img img:hover {
  text-decoration: none;
}
@media all and (max-width: 800px) {
  .foot-service-nav__img {
    aspect-ratio: 13/8;
  }
  .foot-service-nav__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.foot-service-nav__body {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.foot-service-nav__title {
  font-size: 1.125rem;
  color: #02A971;
  line-height: 1.4;
}
@media all and (max-width: 800px) {
  .foot-service-nav__title {
    font-size: 1rem;
  }
}
.foot-service-nav .cmn-btn-secondary {
  transition: all 0.2s ease 0s;
}
.foot-service-nav .cmn-btn-secondary:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .foot-service-nav .cmn-btn-secondary:hover {
    color: #1B1C17;
  }
  .foot-service-nav .cmn-btn-secondary:hover .cmn-btn-secondary__arrow {
    background-color: #02A971;
  }
  .foot-service-nav .cmn-btn-secondary:hover .cmn-btn-secondary__arrow .arrow {
    background-color: #fff;
  }
}
.foot-service-nav .cmn-btn-secondary:active {
  color: #1B1C17;
}
.foot-service-nav .cmn-btn-secondary:active .cmn-btn-secondary__arrow {
  background-color: #02A971;
}
.foot-service-nav .cmn-btn-secondary:active .cmn-btn-secondary__arrow .arrow {
  background-color: #fff;
}
.foot-service-nav__link {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  padding: 1.875rem 1.875rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(2, 169, 113, 0.15);
  height: 100%;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 1080px) {
  .foot-service-nav__link {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
.foot-service-nav__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .foot-service-nav__link:hover .foot-service-nav__img img {
    transform: scale(1.05);
  }
  .foot-service-nav__link:hover .cmn-btn-secondary {
    color: #02A971;
  }
  .foot-service-nav__link:hover .cmn-btn-secondary .cmn-btn-secondary__arrow {
    background-color: #fff;
  }
  .foot-service-nav__link:hover .cmn-btn-secondary .cmn-btn-secondary__arrow .arrow {
    background-color: #02A971;
  }
}
.foot-service-nav__link:active .foot-service-nav__img img {
  transform: scale(1.05);
}
.foot-service-nav__link:active .cmn-btn-secondary {
  color: #02A971;
}
.foot-service-nav__link:active .cmn-btn-secondary .cmn-btn-secondary__arrow {
  background-color: #fff;
}
.foot-service-nav__link:active .cmn-btn-secondary .cmn-btn-secondary__arrow .arrow {
  background-color: #02A971;
}

@media all and (min-width: 801px) {
  .case-list-slider .swiper-wrapper {
    transform: none !important;
  }
  .case-list-slider .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
  }
}
.case-list-slider__pagination {
  background-color: #f0f0f0;
}
@media all and (min-width: 801px) {
  .case-list-slider__pagination {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .case-list-slider__pagination {
    display: flex;
    margin: 1.875rem 0;
  }
}
.case-list-slider__pagination .swiper-pagination-bullet {
  all: unset;
  background-color: #02A971;
  height: 0.125rem;
  flex: 1;
  margin: 0 !important;
  opacity: 0;
  backface-visibility: hidden;
  transition: all 0.2s ease 0s;
}
.case-list-slider__pagination .swiper-pagination-bullet:hover {
  text-decoration: none;
}
.case-list-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.case-list-slider__btns {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
@media all and (min-width: 801px) {
  .case-list-slider__btns {
    display: none;
  }
}
.case-list-slider__prev, .case-list-slider__next {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../images/common/arrow.svg);
  background-size: 0.9375rem;
  background-repeat: no-repeat;
  background-position: center;
  backface-visibility: hidden;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.case-list-slider__prev:hover, .case-list-slider__next:hover {
  text-decoration: none;
}
.case-list-slider__prev.swiper-button-disabled, .case-list-slider__next.swiper-button-disabled {
  opacity: 0.4 !important;
  filter: grayscale(100%);
}
.case-list-slider__prev:hover, .case-list-slider__next:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .case-list-slider__prev:hover, .case-list-slider__next:hover {
    opacity: 0.7;
  }
}
.case-list-slider__prev:active, .case-list-slider__next:active {
  opacity: 0.7;
}
.case-list-slider__prev {
  transform: rotate(180deg);
}

.partner-temples {
  padding: 2.5rem 2.1875rem;
  border: 0.0625rem solid #02A971;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 640px) {
  .partner-temples {
    padding: 2.5rem 1.25rem;
  }
}
.partner-temples__nav {
  padding: 2.5rem 1.875rem;
  border: 0.0625rem solid #D3D3D3;
  border-radius: 0.625rem;
  margin-bottom: 3.4375rem;
}
@media all and (max-width: 640px) {
  .partner-temples__nav {
    padding: 1.25rem;
  }
}
.partner-temples__nav-list {
  max-width: 69.25rem;
  margin-left: auto;
  margin-right: auto;
}
.partner-temples__nav-list-item {
  display: grid;
  grid-template-columns: 8.4375rem 1fr;
}
@media all and (max-width: 640px) {
  .partner-temples__nav-list-item {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}
.partner-temples__nav-list dt {
  line-height: 1.4;
}
.partner-temples__nav .sect-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .partner-temples__nav .sect-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.25rem;
  }
}
.partner-temples__nav .sect-list__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}
.partner-temples__nav .sect-list__item input[type=radio] {
  display: none;
}
.partner-temples__nav .sect-list__item input[type=radio]:checked + .icon:after {
  opacity: 1;
}
.partner-temples__nav .sect-list__item input[type=radio]:checked + .icon + span {
  color: #02A971;
}
.partner-temples__nav .sect-list__item .icon {
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #02A971;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.partner-temples__nav .sect-list__item .icon:after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #02A971;
  border-radius: 50%;
  opacity: 0;
}
.partner-temples__nav .area-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
  gap: 0.9375rem 0.75rem;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .partner-temples__nav .area-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 0.5rem;
  }
}
.partner-temples__nav .area-list__item {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.partner-temples__nav .area-list__item input[type=radio] {
  display: none;
}
.partner-temples__nav .area-list__item input[type=radio]:checked + .area-list__text {
  background-color: #02A971;
  color: #fff;
}
.partner-temples__nav .area-list__item .area-list__text {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0.0625rem solid #02A971;
  border-radius: 4em;
  padding: 0.625rem 0.625rem;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .partner-temples__nav .area-list__item .area-list__text {
    font-size: 0.75rem;
  }
}
.partner-temples__list-wrap {
  position: relative;
}
@media all and (min-width: 641px) {
  .partner-temples__list-wrap {
    height: auto !important;
  }
}
@media all and (max-width: 640px) {
  .partner-temples__list-wrap {
    transition: all ease 0.6s;
  }
  .partner-temples__list-wrap.is-close {
    overflow: hidden;
  }
  .partner-temples__list-wrap:after {
    content: "";
    width: 100%;
    height: 6.25rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .partner-temples__list-wrap.is-open:after {
    display: none;
  }
  .partner-temples__list-wrap.is-min + .partner-temples__btn-more {
    visibility: hidden;
    scale: 1 0;
  }
}
.partner-temples__list {
  column-count: 3;
  column-gap: min(5rem, 5vw);
  line-height: 1.4;
  min-height: 6.25rem;
}
@media all and (max-width: 1080px) {
  .partner-temples__list {
    column-count: 2;
  }
}
@media all and (max-width: 640px) {
  .partner-temples__list {
    column-count: 1;
    overflow: hidden;
    position: relative;
  }
}
.partner-temples__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #D3D3D3;
  transition: all ease 0.3s;
}
.partner-temples__list-item.hide {
  opacity: 0;
  pointer-events: none;
  scale: 0.5;
}
.partner-temples__list .google-map-link {
  flex-shrink: 0;
}
.partner-temples__btn-more {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  transition: all ease 0.6s;
  margin-top: 1.25rem;
  width: 100%;
  background-color: #02A971;
  color: #fff;
  padding: 0.625rem 1.25rem;
  border-radius: 3em;
  text-align: center;
}
@media all and (min-width: 641px) {
  .partner-temples__btn-more {
    display: none !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: #02A971;
  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: #02A971;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.cmn-tbl tbody tr:nth-child(even) td {
  background-color: #f2fffa;
}

.cmn-list li:last-child {
  margin-bottom: 0 !important;
}
.cmn-list li::marker {
  font-family: "Poppins", sans-serif;
  color: #02A971;
}
.cmn-list.list-marker-main li::marker {
  color: #1B1C17;
}
.cmn-list__inner100 {
  width: calc(100% + 1.25em + 0.9375rem);
  max-width: calc(100% + 1.25em + 0.9375rem);
  margin-left: calc(-1.25em - 0.9375rem);
}

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 2.5rem;
  border-radius: 0px 0px 0.3125rem 0.3125rem;
  backdrop-filter: blur(1.875rem);
  background-color: rgba(255, 255, 255, 0.8);
  height: 6.25rem;
  transition: height 0.5s, translate 1.5s 2s, padding 0.5s, background-color 0.5s, backdrop-filter 0.5s;
}
.mainHeader.top {
  translate: 0 -105%;
}
.mainHeader.top.loaded {
  translate: 0 0;
}
.mainHeader.scrolled {
  height: 4.25rem;
  padding: 0 1.25rem;
  backdrop-filter: blur(0rem);
  background-color: rgba(255, 255, 255, 0);
}
@media all and (max-width: 640px) {
  .mainHeader.scrolled {
    padding: 0 0.625rem 0 0.875rem;
    height: 3.5rem;
  }
}
.mainHeader.scrolled .mainHeader__logo {
  max-width: 4.125rem;
}
@media all and (max-width: 640px) {
  .mainHeader.scrolled .mainHeader__logo {
    max-width: 3.5rem;
  }
}
.mainHeader.scrolled .mainHeader__row {
  height: 4.25rem;
}
@media all and (max-width: 640px) {
  .mainHeader.scrolled .mainHeader__row {
    height: 3.5rem;
  }
}
.mainHeader.scrolled .mainHeader__logo a {
  gap: 0;
}
.mainHeader.scrolled .mainHeader__logo-text {
  height: 0;
}
.mainHeader.scrolled .mainHeader__nav {
  opacity: 0;
  visibility: hidden;
}
.mainHeader.scrolled .mainHeader__hamburger:before {
  scale: 0.8;
}
.mainHeader.active {
  border-radius: 0;
  height: 100vh;
  height: 100dvh;
  backdrop-filter: blur(1.875rem);
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 640px) {
  .mainHeader {
    height: 5rem;
    padding: 0rem 1.5625rem;
    align-items: center;
  }
}
.mainHeader__container {
  width: 100%;
  margin: 0 auto;
}
.mainHeader__row {
  width: 100%;
  gap: 1.25rem;
  height: 6.25rem;
  transition: all 0.5s;
}
@media all and (max-width: 640px) {
  .mainHeader__row {
    height: 5rem;
  }
}
.mainHeader__logo {
  max-width: 5.75rem;
  transition: all 0.5s;
}
@media all and (max-width: 640px) {
  .mainHeader__logo {
    max-width: 5.125rem;
  }
}
.mainHeader__logo a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__logo-sign {
  max-width: 5.5625rem;
}
@media all and (max-width: 640px) {
  .mainHeader__logo-sign {
    max-width: 4.9375rem;
  }
}
.mainHeader__logo-text {
  overflow: hidden;
  transition: all 0.5s;
  height: 0.5em;
}
.mainHeader__nav {
  transition: opacity 0.5s, visibility 0.5s, translate 0.5s, max-height 0.5s;
  flex: 1;
  justify-content: center;
  display: flex;
  overflow: hidden;
}
@media all and (max-width: 1080px) {
  .mainHeader__nav {
    display: none;
  }
}
.mainHeader.active .mainHeader__nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  translate: 0 1.25rem;
}
.mainHeader__nav-list {
  display: flex;
  gap: 1.25rem;
  width: 100%;
  justify-content: space-between;
  padding: 0 1.25rem;
  max-width: 57.5rem;
}
.mainHeader__nav-item {
  position: relative;
}
.mainHeader__nav-item:before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #02A971;
  border-radius: 50%;
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.2s ease 0s;
  opacity: 0;
}
.mainHeader__nav-item:before:hover {
  text-decoration: none;
}
.mainHeader.scrolled .mainHeader__nav-item:before {
  top: 1.875rem;
}
.mainHeader__nav-item:hover:before {
  opacity: 1;
}
.mainHeader__nav-item:hover .mainHeader__nav-item-en {
  color: #02A971;
}
.mainHeader__nav-item:hover .mainHeader__nav-item-sub {
  visibility: visible;
  opacity: 1;
}
.mainHeader__nav-item-en {
  transition: all 0.2s ease 0s;
}
.mainHeader__nav-item-en:hover {
  text-decoration: none;
}
.mainHeader__nav-item-ja {
  color: #626262;
  font-size: 0.625rem;
  font-weight: 400;
  overflow: hidden;
  transition: all 0.5s;
  height: 1.25em;
}
.mainHeader__nav-item-link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  height: 6.25rem;
  text-align: center;
  font-size: 0.75rem;
  transition: all 0.2s ease 0s;
}
.mainHeader__nav-item-link:hover {
  text-decoration: none;
}
.mainHeader__nav-item-link:hover {
  text-decoration: none;
}
.mainHeader__nav-item-sub {
  position: fixed;
  top: 6.1875rem;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.975);
  filter: drop-shadow(0px 0.3125rem 1.25rem rgba(0, 0, 0, 0.03));
  padding: 1.875rem 2.5rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.mainHeader__nav-item-sub:hover {
  text-decoration: none;
}
.mainHeader.scrolled .mainHeader__nav-item-sub {
  top: 4.1875rem;
}
.mainHeader__nav-item-sub-inner {
  display: grid;
  grid-template-columns: 9.375rem 1fr;
  gap: 1.25rem;
  max-width: 64rem;
  margin: 0 auto;
}
.mainHeader__nav-item-sub-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.2;
  padding-right: 1.25rem;
  border-right: 0.0625rem solid #C9E5DB;
}
.mainHeader__nav-item-sub-header-ja {
  font-size: 0.625rem;
  color: #C1C1C1;
  font-weight: 400;
}
.mainHeader__nav-item-sub-content {
  padding-left: 2.5rem;
}
.mainHeader__nav-item-sub-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.mainHeader__nav-item-sub-item-link {
  font-size: 0.75rem;
  border-bottom: 0.0625rem solid #C9E5DB;
  padding-bottom: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__nav-item-sub-item-link:hover {
  text-decoration: none;
}
.mainHeader__nav-item-sub-item-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__nav-item-sub-item-link:hover {
    border-bottom-color: #02A971;
  }
  .mainHeader__nav-item-sub-item-link:hover .arrow {
    background-color: #fff;
  }
  .mainHeader__nav-item-sub-item-link:hover .arrow span {
    background-color: #02A971;
  }
}
.mainHeader__nav-item-sub-item-link:active {
  border-bottom-color: #02A971;
}
.mainHeader__nav-item-sub-item-link:active .arrow {
  background-color: #fff;
}
.mainHeader__nav-item-sub-item-link:active .arrow span {
  background-color: #02A971;
}
.mainHeader__nav-item-sub-item-link .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  aspect-ratio: 1/1;
  background-color: #02A971;
  border-radius: 50%;
  border: 0.0625rem solid #02A971;
  transition: all 0.2s ease 0s;
}
.mainHeader__nav-item-sub-item-link .arrow:hover {
  text-decoration: none;
}
.mainHeader__nav-item-sub-item-link .arrow span {
  width: 0.375rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/common/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.2s ease 0s;
}
.mainHeader__nav-item-sub-item-link .arrow span:hover {
  text-decoration: none;
}
.mainHeader__nav-item-sub-tags {
  display: flex;
  gap: 0.625rem;
}
.mainHeader__nav-item-sub-tags li a {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.0625rem solid #707070;
  border-radius: 5em;
  padding: 0.5rem 0.75rem;
  transition: all 0.2s ease 0s;
}
.mainHeader__nav-item-sub-tags li a:hover {
  text-decoration: none;
}
.mainHeader__nav-item-sub-tags li a:hover {
  background-color: #02A971;
  color: #fff;
  border-color: #02A971;
}
.mainHeader__hamburger {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 5;
  transition: all 0.2s ease 0s;
}
.mainHeader__hamburger:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__hamburger:hover:before {
    scale: 1.1;
  }
  .mainHeader__hamburger:hover span:before {
    left: 100%;
  }
}
.mainHeader__hamburger:active:before {
  scale: 1.1;
}
.mainHeader__hamburger:active span:before {
  left: 100%;
}
.mainHeader__hamburger:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #02A971;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  position: absolute;
  transition: scale 0.3s, width 0.3s, height 0.3s;
}
@media all and (max-width: 640px) {
  .mainHeader__hamburger {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.mainHeader__hamburger span {
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: #FFF;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease 0s;
}
.mainHeader__hamburger span:hover {
  text-decoration: none;
}
.mainHeader__hamburger span:before {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  background-color: #02A971;
  left: -40%;
  top: 0;
  transition: left 0.6s;
  position: absolute;
}
.mainHeader__hamburger span:nth-child(1) {
  margin-top: -0.1875rem;
}
.mainHeader__hamburger span:nth-child(2) {
  margin-top: 0.1875rem;
}
.mainHeader__hamburger span:nth-child(2):before {
  transition-delay: 0.2s;
}
.mainHeader__hamburger.active span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(18deg);
}
.mainHeader__hamburger.active span:nth-child(2) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.gNav {
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: calc(100vh - 6.25rem);
  height: calc(100dvh - 6.25rem);
  overflow: auto;
  padding: 2.5rem 2.5rem 2.5rem;
  font-size: 0.875rem;
}
@media all and (max-width: 1080px) {
  .gNav {
    padding: 2.5rem 0 2.5rem;
  }
}
@media all and (max-width: 640px) {
  .gNav {
    font-size: 0.9375rem;
    height: calc(100vh - 5rem);
  }
}
.gNav a {
  transition: all 0.2s ease 0s;
}
.gNav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .gNav a:hover {
    color: #02A971;
  }
}
.gNav a:active {
  color: #02A971;
}
.gNav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.5s 0.3s, visibility 0.5s 0.3s;
}
.gNav__inner {
  width: 100%;
}
.gNav__nav {
  line-height: 1.6;
}
.gNav__nav-main-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
.gNav__nav-main-link {
  font-size: 1.125rem;
}
@media all and (max-width: 1080px) {
  .gNav__nav-main-link {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .gNav__nav-main-link {
    font-size: 1.125rem;
  }
}
.gNav__nav-main-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
.gNav__nav-main-btn:before, .gNav__nav-main-btn:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #02A971;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.2s ease 0s;
}
.gNav__nav-main-btn:before:hover, .gNav__nav-main-btn:after:hover {
  text-decoration: none;
}
.gNav__nav-main-btn:after {
  rotate: 90deg;
}
.is-open .gNav__nav-main-btn:after {
  rotate: 0deg;
}
@media all and (min-width: 641px) {
  .gNav__nav-main-btn {
    display: none;
  }
}
.gNav .child-list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.gNav .child-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.gNav .child-link:before {
  content: "-";
  color: #02A971;
}
@media all and (min-width: 641px) {
  .gNav__nav-child {
    height: auto !important;
    display: block !important;
  }
}
@media all and (max-width: 640px) {
  .gNav__nav-child {
    padding-bottom: 1.25rem;
  }
}
.gNav__nav1 {
  border-bottom: 0.0625rem solid #D3D3D3;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media all and (max-width: 640px) {
  .gNav__nav1 {
    padding-bottom: 0;
    margin-bottom: 0.625rem;
    border-bottom: 0;
  }
}
.gNav__nav1-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 800px) {
  .gNav__nav1-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .gNav__nav1-list {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.gNav__nav2-contentWrap {
  display: grid;
  grid-template-columns: 1fr 18.75rem;
  grid-template-areas: "a c" "b c";
  gap: 2.5rem;
}
@media all and (max-width: 1080px) {
  .gNav__nav2-contentWrap {
    grid-template-columns: 1fr 12.5rem;
  }
}
@media all and (max-width: 640px) {
  .gNav__nav2-contentWrap {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
    gap: 1.25rem;
  }
}
.gNav__nav2-content1 {
  grid-area: a;
}
@media all and (min-width: 641px) {
  .gNav__nav2-content1 {
    padding-bottom: 2.5rem;
    border-bottom: 0.0625rem solid #D3D3D3;
  }
}
.gNav__nav2-content2 {
  grid-area: b;
}
.gNav__nav2-content3 {
  grid-area: c;
}
@media all and (min-width: 641px) {
  .gNav__nav2-content3 {
    border-left: 0.0625rem solid #D3D3D3;
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 640px) {
  .gNav__nav2-content3 {
    margin-top: 1.25rem;
  }
}
.gNav__nav2-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 640px) {
  .gNav__nav2-list {
    grid-template-columns: 1fr;
  }
}

.foot-img {
  pointer-events: none;
}
.foot-img img {
  width: 100%;
}

.foot-contentNav {
  background-color: #02A971;
  padding: 3.5rem 0 4.375rem;
  color: #fff;
}
@media all and (max-width: 1080px) {
  .foot-contentNav {
    padding: 1.25rem 1.5625rem;
  }
}
.foot-contentNav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 1080px) {
  .foot-contentNav__list {
    grid-template-columns: 1fr;
  }
}
.foot-contentNav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 1081px) {
  .foot-contentNav__item {
    border-right: 0.0625rem solid #D3D3D3;
  }
  .foot-contentNav__item:last-child {
    border-right: none;
  }
}
@media all and (max-width: 1080px) {
  .foot-contentNav__item {
    padding: 2.5rem 0;
    border-bottom: 0.0625rem solid #D3D3D3;
  }
  .foot-contentNav__item:last-child {
    border-bottom: none;
  }
}
.foot-contentNav__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.foot-contentNav__heading .icon {
  width: 1.9375rem;
}
.foot-contentNav__heading .title-en {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}
.foot-contentNav__heading .title-ja {
  font-size: 0.875rem;
}
.foot-contentNav__text {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.875rem;
}

.foot-contactNav {
  color: #fff;
  background-color: #02A971;
  padding: 1.875rem 0;
}
@media all and (max-width: 640px) {
  .foot-contactNav {
    padding: 0;
  }
}
.foot-contactNav__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem 0;
}
@media all and (max-width: 640px) {
  .foot-contactNav__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.foot-contactNav__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.875rem;
  border-bottom: 0.0625rem solid #D3D3D3;
  padding-bottom: 1.875rem;
}
@media all and (min-width: 641px) {
  .foot-contactNav__header {
    grid-column: 1/3;
  }
}
@media all and (max-width: 640px) {
  .foot-contactNav__header {
    padding: 3.125rem 0;
    flex-direction: column;
    align-items: center;
  }
}
.foot-contactNav__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
@media all and (max-width: 640px) {
  .foot-contactNav__title {
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
  }
}
.foot-contactNav__title-en {
  font-size: 3.75rem;
  line-height: 1;
}
@media all and (max-width: 1080px) {
  .foot-contactNav__title-en {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 640px) {
  .foot-contactNav__title-en {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 641px) {
  .foot-contactNav__tel {
    border-right: 0.0625rem solid #D3D3D3;
    padding-right: min(4.375rem, 3vw);
  }
}
@media all and (max-width: 640px) {
  .foot-contactNav__tel {
    padding: 2.375rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0.0625rem solid #D3D3D3;
  }
}
.foot-contactNav__tel-link {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.625rem;
  line-height: 1.2;
}
@media all and (max-width: 640px) {
  .foot-contactNav__tel-link {
    flex-direction: column;
    align-items: center;
  }
}
.foot-contactNav__tel-link .num {
  font-size: 2.3125rem;
}
@media all and (max-width: 1080px) and (min-width: 641px) {
  .foot-contactNav__tel-link .num {
    font-size: 2rem;
  }
}
.foot-contactNav__tel-link .caption {
  font-size: 0.875rem;
}
@media all and (min-width: 641px) {
  .foot-contactNav__mail {
    padding-left: min(4.375rem, 3vw);
  }
}
@media all and (max-width: 640px) {
  .foot-contactNav__mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.875rem 0 3.125rem;
  }
}
.foot-contactNav__mail-link {
  display: flex;
}

.fixed-kuyou-link {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 15.625rem;
  z-index: 30;
  line-height: 1.6;
  font-size: 0.875rem;
  transition: all 1s ease 0s;
}
@media all and (min-width: 641px) {
  .fixed-kuyou-link.is-home {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 2s;
  }
  .fixed-kuyou-link.is-home.is-loaded {
    opacity: 1;
    visibility: visible;
  }
}
.fixed-kuyou-link.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0s;
}
.fixed-kuyou-link.is-hidden-f {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 1s ease 0s;
}
@media all and (max-width: 640px) {
  .fixed-kuyou-link {
    width: calc(100vw - 3.125rem);
    bottom: 1.25rem;
    right: 1.5625rem;
    transition: all 1s ease 0s;
    translate: 0 150%;
  }
  .fixed-kuyou-link.is-scrolled {
    translate: 0 0;
  }
}
.fixed-kuyou-link a {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  justify-content: space-between;
  background-color: #fff;
  color: #1B1C17;
  padding: 1rem 0.625rem 1rem 1.125rem;
  border-radius: 5rem;
  border: 0.0625rem solid #02A971;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fixed-kuyou-link a:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .fixed-kuyou-link a {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  }
}
.fixed-kuyou-link a .icon {
  width: 1.875rem;
  height: 1.875rem;
  -webkit-mask-image: url("../images/common/ic_search.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/common/ic_search.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #02A971;
  flex-shrink: 0;
  transition: all 0.2s ease 0s;
}
.fixed-kuyou-link a .icon:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .fixed-kuyou-link a .icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.fixed-kuyou-link a .text {
  flex: 1;
}
.fixed-kuyou-link a .arrow {
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02A971;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
}
.fixed-kuyou-link a .arrow:hover {
  text-decoration: none;
}
.fixed-kuyou-link a .arrow span {
  display: block;
  width: 0.4375rem;
  height: 0.3125rem;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transition: all 0.2s ease 0s;
}
.fixed-kuyou-link a .arrow span:hover {
  text-decoration: none;
}
.fixed-kuyou-link a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .fixed-kuyou-link a:hover {
    border-color: #fff;
    background-color: #02A971;
    color: #fff;
  }
  .fixed-kuyou-link a:hover .icon {
    background-color: #fff;
  }
  .fixed-kuyou-link a:hover .arrow {
    background-color: #fff;
  }
  .fixed-kuyou-link a:hover .arrow span {
    background-color: #02A971;
  }
}
.fixed-kuyou-link a:active {
  border-color: #fff;
  background-color: #02A971;
  color: #fff;
}
.fixed-kuyou-link a:active .icon {
  background-color: #fff;
}
.fixed-kuyou-link a:active .arrow {
  background-color: #fff;
}
.fixed-kuyou-link a:active .arrow span {
  background-color: #02A971;
}

.mainFooter {
  position: relative;
  z-index: 20;
}
.mainFooter__mainArea {
  background-color: #1B1C17;
  color: #fff;
}
.mainFooter__mainArea a {
  color: #fff;
}
.mainFooter__upper {
  padding: 2.25rem 0;
  border-bottom: 0.015625rem solid #D3D3D3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
}
@media all and (max-width: 640px) {
  .mainFooter__upper {
    padding: 1.625rem 0 2.5rem;
    flex-direction: column-reverse;
    align-items: normal;
    gap: 1rem;
  }
}
.mainFooter__breadcrumbs {
  line-height: 1.4;
}
.mainFooter__breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  font-size: 0.75rem;
}
@media all and (max-width: 640px) {
  .mainFooter__breadcrumbs ol {
    font-size: 0.625rem;
  }
}
.mainFooter__breadcrumbs ol li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.mainFooter__breadcrumbs ol li:not(:last-child)::after {
  content: ">";
}
.mainFooter__breadcrumbs ol li a {
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}
.mainFooter__breadcrumbs ol li a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__breadcrumbs ol li a:hover {
    text-decoration: none;
  }
}
.mainFooter__breadcrumbs ol li a:active {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .mainFooter__toTopArea {
    display: flex;
    justify-content: flex-end;
  }
}
.mainFooter__toTop {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__toTop:hover {
  text-decoration: none;
}
.mainFooter__toTop__arrow {
  width: 1.25rem;
  height: 1.25rem;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #fff;
  flex-shrink: 0;
  transition: all 0.2s ease 0s;
}
.mainFooter__toTop__arrow:hover {
  text-decoration: none;
}
.mainFooter__toTop__arrow .arrow {
  width: 0.4375rem;
  height: 0.3125rem;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/common/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  rotate: -90deg;
  transition: all 0.2s ease 0s;
}
.mainFooter__toTop__arrow .arrow:hover {
  text-decoration: none;
}
.mainFooter__toTop:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__toTop:hover .mainFooter__toTop__arrow {
    background-color: #fff;
    border-color: #fff;
  }
  .mainFooter__toTop:hover .mainFooter__toTop__arrow .arrow {
    background-color: #02A971;
  }
}
.mainFooter__toTop:active .mainFooter__toTop__arrow {
  background-color: #fff;
  border-color: #fff;
}
.mainFooter__toTop:active .mainFooter__toTop__arrow .arrow {
  background-color: #02A971;
}
.mainFooter__main {
  padding: 3.75rem 0;
  align-items: center;
  display: grid;
  gap: 3.75rem;
  grid-template-columns: 9.8125rem 1fr;
}
@media all and (min-width: 641px) {
  .mainFooter__main {
    border-bottom: 0.015625rem solid #D3D3D3;
  }
}
@media all and (max-width: 640px) {
  .mainFooter__main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem 0 0;
  }
}
@media all and (max-width: 640px) {
  .mainFooter__logoArea {
    order: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    border-top: 0.015625rem solid #D3D3D3;
  }
}
.mainFooter__logoArea-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  filter: brightness(0) invert(1);
  gap: 1.25rem;
}
@media all and (max-width: 640px) {
  .mainFooter__logoArea-logo {
    width: 7.75rem;
  }
}
.mainFooter__logoArea-logo img {
  width: 100%;
}
.mainFooter__logoArea-sign {
  width: 96.88%;
}
.mainFooter__nav {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .mainFooter__nav {
    font-size: 0.75rem;
    gap: 1.625rem;
  }
}
.mainFooter__siteNav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 1.875rem;
}
@media all and (max-width: 640px) {
  .mainFooter__siteNav {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: 0.75rem;
  }
}
.mainFooter__externalNav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 1.875rem;
}
@media all and (max-width: 640px) {
  .mainFooter__externalNav {
    font-size: 0.625rem;
    gap: 0.75rem;
    flex-direction: column;
  }
}
.mainFooter__externalNav a {
  display: flex;
  align-items: center;
}
.mainFooter__externalNav a .external {
  width: 1rem;
}
@media all and (max-width: 640px) {
  .mainFooter__externalNav a .external {
    width: 0.5rem;
  }
}
.mainFooter__externalNav a .external img {
  width: 100%;
}
.mainFooter__lower {
  padding: 1.875rem 0 2.125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
@media all and (max-width: 640px) {
  .mainFooter__lower {
    gap: 2.5rem 1.25rem;
    padding-top: 2.5rem;
  }
}
.mainFooter__snsNav ul {
  display: flex;
  gap: 1.875rem;
}
@media all and (max-width: 640px) {
  .mainFooter__snsNav ul {
    gap: 1.5625rem;
  }
}
.mainFooter__snsNav ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.3125rem;
  padding: 0.375rem 0;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__snsNav ul a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__snsNav ul a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainFooter__snsNav ul a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .mainFooter__snsNav ul a {
    padding: 0.5625rem 0;
  }
}
.mainFooter__snsNav ul a img {
  height: 100%;
  width: auto;
}
.mainFooter__policyNav {
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: auto;
}
@media all and (max-width: 640px) {
  .mainFooter__policyNav {
    order: -1;
    margin: 0;
    font-size: 0.625rem;
    width: 100%;
  }
}
.mainFooter__policyNav ul {
  display: flex;
  gap: 1.875rem;
}
@media all and (max-width: 640px) {
  .mainFooter__policyNav ul {
    gap: 1.25rem;
    justify-content: center;
  }
}
.mainFooter__copyright {
  font-size: 0.75rem;
  font-weight: 400;
}
@media all and (max-width: 640px) {
  .mainFooter__copyright {
    font-size: 0.625rem;
  }
}
.mainFooter__subArea {
  background-color: #fff;
  padding: 1.125rem 0;
}
.mainFooter__subArea .logo {
  height: 3.5625rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.mainFooter__subArea .logo img {
  height: 100%;
  width: auto;
}
.mainFooter__subArea .text {
  font-size: 0.75rem;
}
.mainFooter__subArea-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 800px) {
  .mainFooter__subArea-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 0;
  }
}
.mainFooter__subArea-jpx {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media all and (max-width: 800px) {
  .mainFooter__subArea-jpx {
    grid-column: 1/3;
    padding-bottom: 1.25rem;
    gap: 0.625rem;
    border-bottom: 0.0625rem solid #D3D3D3;
  }
}
.mainFooter__subArea-pp {
  margin-left: auto;
  margin-right: 2.5rem;
  padding-right: 2.5rem;
  border-right: 0.0625rem solid #D3D3D3;
}
@media all and (max-width: 800px) {
  .mainFooter__subArea-pp {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    padding-left: 1.5625rem;
  }
}
@media all and (max-width: 800px) {
  .mainFooter__subArea-iso {
    display: flex;
    justify-content: center;
    padding-left: 1.5625rem;
  }
}

.fixed-scroll {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 5.625rem;
  height: 2.3125rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  outline: 0;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.fixed-scroll.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.fixed-scroll__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #02A971;
}
.fixed-scroll.is-home .fixed-scroll__bg {
  color: #fff;
}
.fixed-scroll__text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 0.15em;
  padding-left: 0.75em;
}
.fixed-scroll.is-home .fixed-scroll__text {
  color: #02A971;
}
.fixed-scroll__text .arrow {
  width: 0.4375rem;
  height: 0.3125rem;
}
.fixed-scroll__text .arrow svg {
  display: block;
  width: 100%;
}

.top-fv {
  position: relative;
  z-index: 5;
}
.top-fv:not(.loaded) .top-fv__bg {
  opacity: 0;
}
.top-fv:not(.loaded) .top-fv__title {
  opacity: 0;
  filter: blur(1rem);
}
.top-fv:not(.loaded) .top-fv__main:before {
  opacity: 0;
}
.top-fv:not(.loaded) .top-fv__images .img {
  opacity: 0;
  filter: blur(1rem);
}
.top-fv__main {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  min-height: 50vw;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .top-fv__main {
    height: 100lvh;
  }
}
.top-fv__main:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s 0s;
  background: linear-gradient(#0cb15e 0%, rgba(12, 177, 94, 0.64) 100%);
  opacity: 0.5;
}
@media all and (max-width: 640px) {
  .top-fv__main-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100dvh;
  }
  .top-fv__main-inner.is-scrolled {
    height: 100lvh;
  }
}
.top-fv__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.top-fv__overlay-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.top-fv__title {
  width: 19.84%;
  position: absolute;
  top: 8.75rem;
  z-index: 15;
  left: 5rem;
  filter: brightness(0) invert(1);
  transition: opacity 1s 1.8s, filter 1s 1.8s;
}
@media all and (max-width: 1080px) {
  .top-fv__title {
    width: 25%;
    left: 2.5rem;
  }
}
@media all and (max-width: 800px) {
  .top-fv__title {
    width: 35%;
    transition: opacity 1s 1.4s, filter 1s 1.4s;
  }
}
@media all and (max-width: 640px) {
  .top-fv__title {
    width: 55%;
    top: 6.875rem;
    left: 1.5rem;
    transition: opacity 1s 1.6s, filter 1s 1.6s;
  }
}
.top-fv__title img {
  width: 100%;
  height: auto;
  display: block;
}
.top-fv__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  transition: opacity 1s 0.5s, translate 0.4s 0s;
}
@media all and (max-width: 1080px) {
  .top-fv__bg {
    width: 130%;
  }
}
@media all and (max-width: 640px) {
  .top-fv__bg {
    width: 100%;
  }
}
.top-fv__bg img {
  width: 100%;
}
.top-fv__images {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  z-index: 5;
  transition: translate 0.4s 0s;
}
@media all and (max-width: 1080px) {
  .top-fv__images {
    width: 120%;
  }
}
@media all and (max-width: 640px) {
  .top-fv__images {
    width: 100%;
  }
}
.top-fv__images .img {
  position: absolute;
  z-index: 5;
  bottom: 0;
  transition: opacity 1s, filter 1s;
}
.top-fv__images .img img {
  width: 100%;
}
.top-fv__images .img1 {
  transition-delay: 1.3s;
}
.top-fv__images .img2 {
  transition-delay: 1s;
}
.top-fv__images .img3 {
  transition-delay: 1s;
}
.top-fv__images .img4 {
  transition-delay: 1.6s;
}
@media all and (max-width: 640px) {
  .top-fv__images .img4 {
    transition-delay: 1s;
  }
}
.top-fv__images .img5 {
  transition-delay: 1.6s;
}
@media all and (max-width: 640px) {
  .top-fv__images .img5 {
    transition-delay: 1.6s;
  }
}
.top-fv__images .img6 {
  transition-delay: 1.6s;
}
@media all and (max-width: 640px) {
  .top-fv__images .img6 {
    transition-delay: 1.6s;
  }
}
.top-fv__images .img1 {
  width: 23.43%;
  left: 7.25%;
  translate: 0 5%;
}
@media all and (max-width: 640px) {
  .top-fv__images .img1 {
    width: 45.13%;
    left: -6%;
    translate: 0 3%;
  }
}
.top-fv__images .img2 {
  width: 13.03%;
  left: 34%;
  translate: 0 -80%;
}
@media all and (max-width: 640px) {
  .top-fv__images .img2 {
    display: none;
  }
}
.top-fv__images .img3 {
  width: 19.4%;
  left: 40.5%;
  translate: 0 -25%;
}
@media all and (max-width: 640px) {
  .top-fv__images .img3 {
    display: none;
  }
}
.top-fv__images .img4 {
  width: 22.47%;
  left: 55%;
  translate: 0 2%;
  z-index: 12;
}
@media all and (max-width: 640px) {
  .top-fv__images .img4 {
    width: 38.46%;
    left: 32.5%;
    translate: 0 2;
  }
}
.top-fv__images .img5 {
  width: 20.35%;
  left: 73.5%;
  translate: 0 3%;
}
@media all and (max-width: 640px) {
  .top-fv__images .img5 {
    width: 40%;
    left: 64%;
    translate: 0 8%;
  }
}
.top-fv__images .img6 {
  width: 8.49%;
  left: 60%;
  translate: 0 -600%;
}
@media all and (max-width: 640px) {
  .top-fv__images .img6 {
    width: 16.41%;
    left: 75%;
    translate: 0 -1060%;
  }
}

.top-lead {
  margin-top: -140dvh;
  padding-top: 220dvh;
  position: relative;
  z-index: 2;
}
.top-lead__grid {
  display: grid;
  grid-template-columns: 27.375rem 1fr;
  grid-template-rows: 1fr auto;
  gap: 3.125rem 2.5rem;
}
@media all and (max-width: 1080px) {
  .top-lead__grid {
    grid-template-columns: 21.75rem 1fr;
    font-size: 0.875rem;
  }
}
@media all and (max-width: 800px) {
  .top-lead__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media all and (min-width: 801px) {
  .top-lead__contentWrap {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.top-lead__title {
  width: 16.9375rem;
}
@media all and (max-width: 640px) {
  .top-lead__title {
    width: 12.75rem;
  }
}
@media all and (min-width: 801px) {
  .top-lead__btWrap {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media all and (max-width: 800px) {
  .top-lead__btWrap {
    justify-self: center;
  }
}
@media all and (min-width: 801px) {
  .top-lead__imgWrap {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
  }
}
.top-lead__imgWrap .img {
  width: 110%;
}
@media all and (max-width: 800px) {
  .top-lead__imgWrap .img {
    width: 100%;
  }
}

.top-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-heading__en {
  font-size: 3.625rem;
}
@media all and (max-width: 640px) {
  .top-heading__en {
    font-size: 2.5rem;
  }
}
.top-heading__ja {
  font-size: 0.75rem;
  color: #02A971;
}

.top-services__grid {
  display: grid;
  grid-template-columns: 27.375rem 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 2.5rem 2.5rem;
}
@media all and (max-width: 1080px) {
  .top-services__grid {
    grid-template-columns: 23rem 1fr;
  }
}
@media all and (max-width: 800px) {
  .top-services__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
  }
}
.top-services__imgWrap img {
  width: 100%;
}
@media all and (min-width: 801px) {
  .top-services__leadWrap {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .top-services__infoWrap {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .top-services__btWrap {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .top-services__listWrap {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .top-services__imgWrap {
    grid-column: 1/2;
    grid-row: 3/4;
    padding-top: 0.625rem;
  }
  .top-services__imgWrap .img {
    width: 145%;
    position: relative;
    left: -45%;
  }
}
@media all and (max-width: 800px) {
  .top-services__leadWrap {
    margin-bottom: 3.75rem;
  }
  .top-services__listWrap {
    position: relative;
    z-index: 5;
    margin-top: -0.375rem;
    margin-bottom: 3.125rem;
  }
}
.top-services__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.625rem;
  container-type: inline-size;
  container-name: service-item;
}
.top-services__list__item {
  display: grid;
  grid-template-columns: 11.25rem 1fr auto;
  grid-template-rows: auto auto;
  gap: 1.5625rem 1.25rem;
}
@container service-item (max-width: 706px) {
  .top-services__list__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .top-services__list__item .textWrap {
    margin-top: -0.625rem;
  }
}
@container service-item (min-width: 707px) {
  .top-services__list__item .imgWrap {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .top-services__list__item .imgWrap .img {
    aspect-ratio: 180/166;
  }
  .top-services__list__item .titleWrap {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .top-services__list__item .textWrap {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .top-services__list__item .btWrap {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.top-services__list__item .imgWrap .img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.top-services__list__item .imgWrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-case__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media all and (max-width: 800px) {
  .top-case__wrapper {
    gap: 0;
  }
}
.top-case__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
}
@media all and (max-width: 800px) {
  .top-case__header {
    padding: 0;
    display: contents;
  }
}
@media all and (max-width: 800px) {
  .top-case__btWrap {
    justify-content: center;
    order: 99;
    margin-top: 3.125rem;
  }
}
.top-case__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media all and (max-width: 800px) {
  .top-case__content {
    gap: 0;
  }
}
@media all and (max-width: 800px) {
  .top-case__list {
    padding: 1.875rem 0;
    background-color: #fff;
    border-radius: 0.625rem;
    width: 100%;
  }
}
@media all and (min-width: 801px) {
  .top-case__list .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 9.375rem;
    width: auto;
  }
}
.top-case__list .swiper-slide {
  width: 100% !important;
  flex: none;
  box-sizing: border-box;
}
.top-case__list-item {
  display: flex;
  gap: 1.875rem;
}
@media all and (max-width: 800px) {
  .top-case__list-item {
    flex-direction: column;
    padding: 0 1.875rem;
  }
}
.top-case__list-item .imgWrap {
  flex: 1 0;
}
@media all and (max-width: 800px) {
  .top-case__list-item .imgWrap {
    margin-bottom: 1.75rem;
  }
}
.top-case__list-item .imgWrap .img {
  overflow: hidden;
  aspect-ratio: 280/234;
  border-radius: 0.625rem;
}
@media all and (min-width: 801px) {
  .top-case__list-item .imgWrap .img {
    aspect-ratio: 673/470;
  }
}
.top-case__list-item .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (min-width: 801px) {
  .top-case__list-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .top-case__list-item:nth-child(2n+1) .content-inner {
    margin-left: auto;
  }
}
.top-case__list-item .content {
  flex: 1 0;
}
@media all and (min-width: 801px) {
  .top-case__list-item .content-inner {
    max-width: 33.75rem;
  }
}
.top-case__list-item .place {
  font-size: 1.125rem;
  color: #02A971;
  display: flex;
  line-height: 1.4;
  margin-bottom: 3.125rem;
}
@media all and (max-width: 800px) {
  .top-case__list-item .place {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
.top-case__list-item .place > span:first-child {
  padding-right: 1em;
  margin-right: 1em;
  position: relative;
}
.top-case__list-item .place > span:first-child:before {
  content: "";
  width: 0.0625rem;
  height: 1em;
  background-color: #02A971;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-case__list-item .title {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
}
@media all and (max-width: 800px) {
  .top-case__list-item .title {
    margin-bottom: 1.875rem;
  }
}
@media all and (max-width: 1080px) {
  .top-case__list-item .title {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 800px) {
  .top-case__list-item .title {
    font-size: 1.125rem;
  }
}
.top-case__list-item .text {
  margin-bottom: 2.5rem;
}
@media all and (max-width: 800px) {
  .top-case__list-item .text {
    margin-bottom: 1.875rem;
  }
}

.top-news__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}
@media all and (max-width: 640px) {
  .top-news__inner {
    gap: 0;
  }
}
@media all and (min-width: 641px) {
  .top-news__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .top-news__header {
    display: contents;
  }
}
@media all and (max-width: 640px) {
  .top-news__btWrap {
    margin-top: 3.125rem;
    order: 99;
  }
}
.top-news__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media all and (max-width: 640px) {
  .top-news__category {
    margin-bottom: 2.1875rem;
  }
}
.top-news__category li a {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.0625rem solid #707070;
  border-radius: 5em;
  padding: 0.5rem 0.75rem;
  transition: all 0.2s ease 0s;
  background: #fff;
  line-height: 1.8;
  transition: all 0.2s ease 0s;
}
.top-news__category li a:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .top-news__category li a {
    font-size: 0.6875rem;
  }
}
.top-news__category li a.current {
  color: #02A971;
  border-color: #02A971;
}
.top-news__category li a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-news__category li a:hover {
    background-color: #02A971;
    color: #fff;
    border-color: #02A971;
  }
}
.top-news__category li a:active {
  background-color: #02A971;
  color: #fff;
  border-color: #02A971;
}

.news-list {
  gap: 4.375rem 6.6115702479%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}
@media all and (max-width: 1080px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 641px) {
  .news-list--small-gap {
    gap: 3.75rem 6.6115702479%;
  }
}
@media all and (max-width: 640px) {
  .news-list {
    gap: 2.1875rem 0;
    grid-template-columns: 1fr;
  }
}
.news-list__item {
  min-width: 0;
  width: 100%;
}
.news-list__link {
  display: grid;
  grid-template-columns: 1fr;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.news-list__link:hover {
  text-decoration: none;
}
.news-list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .news-list__link:hover .news-list__img img {
    transform: scale(1.075);
  }
  .news-list__link:hover .news-list__title {
    color: #02A971;
  }
}
.news-list__link:active .news-list__img img {
  transform: scale(1.075);
}
.news-list__link:active .news-list__title {
  color: #02A971;
}
@media all and (max-width: 640px) {
  .news-list__link {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 0.625rem;
  }
}
.news-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 0.75rem;
}
@media all and (max-width: 640px) {
  .news-list__header {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
}
.news-list__imgWrap {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 640px) {
  .news-list__imgWrap {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-bottom: 0;
  }
}
.news-list__img {
  aspect-ratio: 350/210;
  overflow: hidden;
  border-radius: 0.625rem;
}
.news-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease 0s;
}
.news-list__img img:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .news-list__titleWrap {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.news-list__title {
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
.news-list__title:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .news-list__title {
    -webkit-line-clamp: 3;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.news-single-header {
  margin-bottom: 5rem;
}
@media all and (max-width: 640px) {
  .news-single-header {
    margin-bottom: 3.125rem;
  }
}
.news-single-header__date {
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
  display: block;
}
@media all and (max-width: 640px) {
  .news-single-header__date {
    margin-bottom: 0.625rem;
  }
}
.news-single-header__title {
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
}
@media all and (max-width: 640px) {
  .news-single-header__title {
    font-size: 1.3125rem;
    margin-bottom: 1.25rem;
  }
}

.related-news__wrap {
  width: 100%;
}
.related-news__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}
@media all and (max-width: 640px) {
  .related-news__inner {
    gap: 0;
  }
}
@media all and (min-width: 801px) {
  .related-news__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
@media all and (max-width: 800px) {
  .related-news__header {
    display: contents;
  }
}
@media all and (max-width: 800px) {
  .related-news__header .btWrap {
    margin-top: 3.125rem;
    order: 99;
  }
}

/* related-case */
.related-case__wrap {
  width: 100%;
}
.related-case__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}
@media all and (max-width: 640px) {
  .related-case__inner {
    gap: 0;
  }
}
@media all and (min-width: 801px) {
  .related-case__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
@media all and (max-width: 800px) {
  .related-case__header {
    display: contents;
  }
}
@media all and (max-width: 800px) {
  .related-case__header .btWrap {
    margin-top: 3.125rem;
    order: 99;
  }
}
@media all and (min-width: 801px) {
  .related-case__list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 4.375rem 6.6115702479%;
  }
}
@media all and (min-width: 801px) and (max-width: 1080px) {
  .related-case__list .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 801px) {
  .related-case__list .sp-caseItem {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .related-case__list {
    padding: 1.875rem 0;
    background-color: #fff;
    border-radius: 0.625rem;
    width: 100%;
    width: 100% !important;
    box-sizing: border-box;
  }
  .related-case__list .swiper-wrapper {
    width: calc(100vw - 5rem) !important;
  }
  .related-case__list .case-list__item {
    padding: 0 1.875rem;
    box-sizing: border-box;
    width: calc(100vw - 5rem) !important;
  }
  .related-case__list .case-list__link {
    display: none;
  }
  .related-case__list .sp-caseItem {
    display: flex;
    flex-direction: column;
  }
  .related-case__list .sp-caseItem .imgWrap {
    flex: 1 0;
    margin-bottom: 1.75rem;
  }
  .related-case__list .sp-caseItem .imgWrap .img {
    overflow: hidden;
    aspect-ratio: 280/234;
    border-radius: 0.625rem;
  }
  .related-case__list .sp-caseItem .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .related-case__list .sp-caseItem .content {
    flex: 1 0;
  }
  .related-case__list .sp-caseItem .content-inner {
    margin: 0 auto;
  }
  .related-case__list .sp-caseItem .place {
    font-size: 0.875rem;
    color: #02A971;
    display: flex;
    line-height: 1.4;
    margin-bottom: 1.875rem;
  }
  .related-case__list .sp-caseItem .place > span:first-child {
    padding-right: 1em;
    margin-right: 1em;
    position: relative;
  }
  .related-case__list .sp-caseItem .place > span:first-child:before {
    content: "";
    width: 0.0625rem;
    height: 1em;
    background-color: #02A971;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .related-case__list .sp-caseItem .title {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .related-case__list .sp-caseItem .text {
    margin-bottom: 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .related-case__list .swiper-wrapper {
    width: calc(100vw - 3.125rem) !important;
  }
  .related-case__list .case-list__item {
    width: calc(100vw - 3.125rem) !important;
  }
}

.case-list {
  gap: 4.375rem 6.6115702479%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}
@media all and (max-width: 1080px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .case-list {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}
.case-list__item {
  min-width: 0;
  width: 100%;
}
.case-list__link {
  display: grid;
  grid-template-columns: 1fr;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.case-list__link:hover {
  text-decoration: none;
}
.case-list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .case-list__link:hover .case-list__img img {
    transform: scale(1.075);
  }
  .case-list__link:hover .case-list__title {
    color: #02A971;
  }
}
.case-list__link:active .case-list__img img {
  transform: scale(1.075);
}
.case-list__link:active .case-list__title {
  color: #02A971;
}
@media all and (max-width: 800px) {
  .case-list__link {
    width: 100%;
  }
}
.case-list__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 0.75rem;
}
.case-list__imgWrap {
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
}
.case-list__img {
  aspect-ratio: 350/210;
  width: 100%;
}
.case-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease 0s;
}
.case-list__img img:hover {
  text-decoration: none;
}
.case-list__title {
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
.case-list__title:hover {
  text-decoration: none;
}
@media all and (max-width: 800px) {
  .case-list__title {
    -webkit-line-clamp: 3;
    font-size: 0.875rem;
  }
}

.category-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .category-nav__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem 1.25rem;
  }
}
.category-nav__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}
.category-nav__link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.category-nav__link:hover {
  text-decoration: none;
}
.category-nav__link .circle {
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #02A971;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.category-nav__link .circle:after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #02A971;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.category-nav__link .circle:after:hover {
  text-decoration: none;
}
.category-nav__link.is-active .circle:after {
  opacity: 1;
}
.category-nav__link.is-active span:not(.circle) {
  color: #02A971;
}
.category-nav__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .category-nav__link:hover span:not(.circle) {
    color: #02A971;
  }
}
.category-nav__link:active span:not(.circle) {
  color: #02A971;
}

.case-single-header {
  margin-bottom: 3.125rem;
}
.case-single-header__title {
  font-size: 1.75rem;
  margin-bottom: 3.125rem;
}
@media all and (max-width: 640px) {
  .case-single-header__title {
    font-size: 1.3125rem;
    margin-bottom: 1.875rem;
  }
}
.case-single-header__subtitle {
  font-size: 1.3125rem;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 640px) {
  .case-single-header__subtitle {
    font-size: 1rem;
  }
}
.case-single-header__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  line-height: 1.6;
}
.case-single-header__info-item {
  display: flex;
}
@media all and (max-width: 640px) {
  .case-single-header__info-item {
    flex-direction: column;
    font-size: 0.875rem;
  }
}

.case-single-eyecatch {
  margin-bottom: 1.875rem;
}
@media all and (max-width: 640px) {
  .case-single-eyecatch {
    aspect-ratio: 350/210;
  }
  .case-single-eyecatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.post-nav {
  margin-top: 6.25rem;
  padding-top: 3.75rem;
  border-top: 0.0625rem solid #D3D3D3;
}
@media all and (max-width: 640px) {
  .post-nav {
    margin-top: 5rem;
  }
}
.post-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .post-nav__inner {
    gap: 1.25rem;
  }
}
.post-nav__link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #1B1C17;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.post-nav__link:hover {
  text-decoration: none;
}
.post-nav__link .text {
  font-weight: 500;
}
.post-nav__link .icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #02A971;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #02A971;
  flex-shrink: 0;
  transition: all 0.2s ease 0s;
}
.post-nav__link .icon:hover {
  text-decoration: none;
}
.post-nav__link .icon .arrow {
  width: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("../images/common/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: all 0.2s ease 0s;
}
.post-nav__link .icon .arrow:hover {
  text-decoration: none;
}
.post-nav__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .post-nav__link:hover {
    color: #02A971;
  }
  .post-nav__link:hover .icon {
    background-color: #fff;
  }
  .post-nav__link:hover .icon .arrow {
    background-color: #02A971;
  }
}
.post-nav__link:active {
  color: #02A971;
}
.post-nav__link:active .icon {
  background-color: #fff;
}
.post-nav__link:active .icon .arrow {
  background-color: #02A971;
}
.post-nav__link.is-disabled {
  pointer-events: none;
}
.post-nav__link.is-disabled .icon {
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}
.post-nav__link.prev {
  flex-direction: row-reverse;
}
.post-nav__link.prev .icon {
  transform: rotate(180deg);
}

.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .pager {
    gap: 1.25rem;
  }
}
.pager .nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
  line-height: 1.2;
}
@media all and (max-width: 640px) {
  .pager .nav-links {
    gap: 0.625rem 1.25rem;
  }
}
.pager .nav-links a,
.pager .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover,
.pager .nav-links span:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .pager .nav-links a,
  .pager .nav-links span {
    font-size: 1.125rem;
  }
}
.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 {
    color: #02A971;
  }
}
.pager .nav-links a:active {
  color: #02A971;
}
.pager .nav-links .current,
.pager .nav-links span.current {
  color: #02A971;
  text-decoration: underline;
  font-weight: bold;
  cursor: default;
  background: transparent;
  border: none;
}
.pager .nav-links .dots {
  background: transparent;
  border: none;
  color: #1B1C17;
  cursor: default;
  pointer-events: none;
}
.pager .prev,
.pager .next {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #1B1C17;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.pager .prev:hover,
.pager .next:hover {
  text-decoration: none;
}
.pager .prev .text,
.pager .next .text {
  font-weight: 500;
}
.pager .prev .icon,
.pager .next .icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #02A971;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #02A971;
  flex-shrink: 0;
  transition: all 0.2s ease 0s;
}
.pager .prev .icon:hover,
.pager .next .icon:hover {
  text-decoration: none;
}
.pager .prev .icon .arrow,
.pager .next .icon .arrow {
  width: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("../images/common/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: all 0.2s ease 0s;
}
.pager .prev .icon .arrow:hover,
.pager .next .icon .arrow:hover {
  text-decoration: none;
}
.pager .prev:hover,
.pager .next:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pager .prev:hover,
  .pager .next:hover {
    color: #02A971;
  }
  .pager .prev:hover .icon,
  .pager .next:hover .icon {
    background-color: #fff;
  }
  .pager .prev:hover .icon .arrow,
  .pager .next:hover .icon .arrow {
    background-color: #02A971;
  }
}
.pager .prev:active,
.pager .next:active {
  color: #02A971;
}
.pager .prev:active .icon,
.pager .next:active .icon {
  background-color: #fff;
}
.pager .prev:active .icon .arrow,
.pager .next:active .icon .arrow {
  background-color: #02A971;
}
.pager .prev.is-disabled,
.pager .next.is-disabled {
  pointer-events: none;
}
.pager .prev.is-disabled .icon,
.pager .next.is-disabled .icon {
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}
.pager .prev {
  flex-direction: row-reverse;
}
.pager .prev .icon {
  transform: rotate(180deg);
}

.journal-list {
  gap: 4.375rem 6.6115702479%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}
@media all and (max-width: 640px) {
  .journal-list {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}
.journal-list__item {
  min-width: 0;
  width: 100%;
}
.journal-list__link {
  display: grid;
  grid-template-columns: 1fr;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.journal-list__link:hover {
  text-decoration: none;
}
.journal-list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .journal-list__link:hover .journal-list__img img {
    transform: scale(1.075);
  }
  .journal-list__link:hover .journal-list__title {
    color: #02A971;
  }
}
.journal-list__link:active .journal-list__img img {
  transform: scale(1.075);
}
.journal-list__link:active .journal-list__title {
  color: #02A971;
}
@media all and (max-width: 800px) {
  .journal-list__link {
    width: 100%;
  }
}
.journal-list__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 0.75rem;
}
.journal-list__imgWrap {
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
}
.journal-list__img {
  aspect-ratio: 350/210;
  width: 100%;
}
.journal-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease 0s;
}
.journal-list__img img:hover {
  text-decoration: none;
}
.journal-list__title {
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
.journal-list__title:hover {
  text-decoration: none;
}
@media all and (max-width: 800px) {
  .journal-list__title {
    -webkit-line-clamp: 3;
    font-size: 0.875rem;
  }
}

.column-singleWrap {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  gap: min(9.375rem, 7vw);
}
@media all and (max-width: 1080px) {
  .column-singleWrap {
    grid-template-columns: 1fr;
  }
}
.column-singleWrap__side {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media all and (max-width: 1080px) {
  .column-singleWrap__side {
    order: 99;
  }
}
@media all and (min-width: 1081px) {
  .column-singleWrap__related {
    grid-column: 1/3;
  }
}

.side-pickup {
  background-color: #02A971;
  padding: 1.25rem 1.25rem;
  color: #fff;
}
.side-pickup__heading {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.side-pickup__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-weight: 400;
}
.side-pickup__img {
  aspect-ratio: 275/165;
}
.side-pickup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.side-pickup__link {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: all 0.2s ease 0s;
}
.side-pickup__link .cmn-btn-secondary {
  line-height: 1.4;
}
.side-pickup__link .cmn-btn-secondary__arrow {
  background-color: #fff;
  border-color: #fff;
  transition: all 0.2s ease 0s;
}
.side-pickup__link .cmn-btn-secondary__arrow .arrow {
  background-color: #02A971;
}
.side-pickup__link .cmn-btn-secondary__arrow:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .side-pickup__link .cmn-btn-secondary__arrow:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .side-pickup__link .cmn-btn-secondary__arrow:hover .arrow {
    background-color: #02A971;
  }
}
.side-pickup__link .cmn-btn-secondary__arrow:active {
  background-color: #fff;
  border-color: #fff;
}
.side-pickup__link .cmn-btn-secondary__arrow:active .arrow {
  background-color: #02A971;
}
.side-pickup__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .side-pickup__link:hover {
    text-decoration: none;
  }
  .side-pickup__link:hover .cmn-btn-secondary {
    color: #fff;
  }
  .side-pickup__link:hover .cmn-btn-secondary__arrow {
    background-color: #02A971;
  }
  .side-pickup__link:hover .cmn-btn-secondary__arrow .arrow {
    background-color: #fff;
  }
}
.side-pickup__link:active {
  text-decoration: none;
}
.side-pickup__link:active .cmn-btn-secondary {
  color: #fff;
}
.side-pickup__link:active .cmn-btn-secondary__arrow {
  background-color: #02A971;
}
.side-pickup__link:active .cmn-btn-secondary__arrow .arrow {
  background-color: #fff;
}

.side-popular {
  background-color: #fff;
  padding: 1.25rem 1.25rem 1.875rem;
}
.side-popular__heading {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  color: #02A971;
}
.side-popular__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.side-popular__list > li {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.side-popular__list > li:not(:last-child) {
  border-bottom: 0.0625rem solid #D3D3D3;
  padding-bottom: 1.875rem;
}
.side-popular__img {
  aspect-ratio: 13/8;
  flex: 1 0 0;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
.side-popular__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease 0s;
}
.side-popular__img img:hover {
  text-decoration: none;
}
.side-popular__img:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .side-popular__img:hover img {
    transform: scale(1.05);
  }
}
.side-popular__img:active img {
  transform: scale(1.05);
}
.side-popular__title {
  font-weight: 400;
  line-height: 1.5;
  flex: 1 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media all and (max-width: 640px) {
  .side-popular__title {
    line-height: 1.8;
  }
}
.side-popular__title a {
  transition: all 0.2s ease 0s;
}
.side-popular__title a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .side-popular__title a:hover {
    color: #02A971;
  }
}
.side-popular__title a:active {
  color: #02A971;
}

.columnSingle {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 0.625rem;
}
@media all and (max-width: 640px) {
  .columnSingle {
    padding: 1.875rem 1.25rem;
  }
}
.columnSingle__header {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  border-bottom: 0.0625rem solid #e0e0e0;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
}
.columnSingle__header .title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 640px) {
  .columnSingle__header .title {
    font-size: 1.375rem;
  }
}
.columnSingle__header .date {
  font-size: 0.875rem;
  color: #666;
}

.singleContent {
  font-size: 1rem;
  line-height: 1.8;
  word-break: break-word;
}
.singleContent h1,
.singleContent h2,
.singleContent h3,
.singleContent h4,
.singleContent h5,
.singleContent h6 {
  font-weight: bold;
  margin: 2.5rem 0 1.25rem;
  line-height: 1.3;
}
.singleContent h1 {
  font-size: 1.75rem;
  border-bottom: 0.1875rem solid var(--key-color, #ed3dc1);
  padding-bottom: 0.375rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}
.singleContent h2 {
  font-size: 1.5rem;
  border-left: 0.3125rem solid var(--main-color, #0073aa);
  padding-left: 0.625rem;
  border-radius: 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.singleContent h3 {
  font-size: 1.25rem;
  border-bottom: 0.125rem solid var(--main-color, #0073aa);
  padding-bottom: 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.singleContent h4 {
  font-size: 1.125rem;
  color: var(--key-color, #ed3dc1);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.singleContent h5 {
  font-size: 1rem;
  color: var(--main-color, #0073aa);
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}
.singleContent h6 {
  font-size: 0.9375rem;
  color: var(--main-color, #666);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.singleContent p {
  margin: 0 0 1.5rem;
}
.singleContent p:last-child {
  margin-bottom: 0;
}
.singleContent ul,
.singleContent ol {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0.9375rem;
}
.singleContent ul {
  list-style: disc inside;
}
.singleContent ol {
  list-style: decimal inside;
}
.singleContent li {
  margin-bottom: 0.5rem;
}
.singleContent li:last-child {
  margin-bottom: 0;
}
.singleContent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 0.5rem;
}
.singleContent figure {
  margin: 1.5rem 0;
  text-align: center;
}
.singleContent figure img {
  margin: 0 auto;
}
.singleContent figcaption {
  font-size: 0.875rem;
  color: var(--main-color, #666);
  margin-top: 0.5rem;
}
.singleContent table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.9375rem;
}
.singleContent table th,
.singleContent table td {
  border: 1px solid #ddd;
  padding: 0.625rem;
  text-align: left;
}
.singleContent table th {
  background: #f9f9f9;
  font-weight: bold;
}
.singleContent table tr:nth-child(even) td {
  background: #fafafa;
}
.singleContent blockquote {
  border-left: 0.375rem solid var(--main-color, #b3b3b3);
  background: #f7f7fa;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  color: var(--main-color, #555);
  font-style: italic;
  border-radius: 0.5rem;
  position: relative;
  transition: all 0.2s ease 0s;
}
.singleContent blockquote:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .singleContent blockquote:hover {
    background: #f0e6f7;
  }
}
.singleContent blockquote:active {
  background: #f0e6f7;
}
.singleContent pre,
.singleContent code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.9375rem;
  background: #f4f4f4;
  color: #333;
  border-radius: 0.375rem;
}
.singleContent pre {
  padding: 1rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.singleContent code {
  padding: 0 0.25rem;
}
.singleContent .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
}
.singleContent .wp-block-gallery .blocks-gallery-item {
  flex: 1 1 10rem;
  margin: 0;
}
.singleContent .wp-block-gallery .blocks-gallery-item img {
  border-radius: 0.5rem;
}
.singleContent .wp-block-button__link {
  display: inline-block;
  padding: 0.625rem 2rem;
  border-radius: 1.875rem;
  background: var(--main-color, #ff3668);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
.singleContent .wp-block-button__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .singleContent .wp-block-button__link:hover {
    background: var(--key-color, #ed3dc1);
    color: #fff;
  }
}
.singleContent .wp-block-button__link:active {
  background: var(--key-color, #ed3dc1);
  color: #fff;
}
.singleContent a {
  color: var(--main-color, #0073aa);
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}
.singleContent a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .singleContent a:hover {
    color: var(--key-color, #ed3dc1);
  }
}
.singleContent a:active {
  color: var(--key-color, #ed3dc1);
}
@media all and (max-width: 640px) {
  .singleContent {
    font-size: 0.9375rem;
  }
  .singleContent h1 {
    font-size: 1.25rem;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .singleContent h2 {
    font-size: 1.125rem;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .singleContent h3 {
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .singleContent h4,
  .singleContent h5,
  .singleContent h6 {
    font-size: 0.9375rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .singleContent table,
  .singleContent th,
  .singleContent td {
    font-size: 0.8125rem;
  }
}

.post-content strong {
  background-color: #F1842F;
  color: #fff;
}
.post-content small {
  font-size: 0.8em;
}
.post-content em {
  font-style: italic;
}
.post-content p a {
  color: #F1842F;
  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.3125rem;
  color: #02A971;
  margin-bottom: 1.875rem;
}
.post-content__block.content-heading2 {
  font-size: 1.3125rem;
  margin-bottom: 1.875rem;
}
.post-content__block.content-heading3 {
  margin-bottom: 1.25rem;
}
.post-content__block.content-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1.25rem;
}
.post-content__block.content-images .image-list__item {
  display: block;
}
.post-content__block.content-images .image-list__item .image-list__img {
  overflow: hidden;
  border-radius: 0.625rem;
}
.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: #02A971;
}
.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: 800px) {
  .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: #02A971;
  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;
}
.post-content__block.content-summary {
  padding: 1.25rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  background-color: #fff;
}
.post-content__block.content-quote {
  padding: 1rem 1.875rem;
  border-radius: 0.625rem;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  border-left: 0.3125rem solid #02A971;
}
@media all and (max-width: 800px) {
  .post-content__block.content-quote {
    padding: 1rem 1.25rem;
  }
}
.post-content__block.content-quote .quote-content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.post-content__block.content-quote .quote-content:before, .post-content__block.content-quote .quote-content:after {
  content: "";
  display: block;
  width: 2.5rem;
  aspect-ratio: 40/36;
  background-image: url(../images/common/ic_quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 800px) {
  .post-content__block.content-quote .quote-content:before, .post-content__block.content-quote .quote-content:after {
    width: 1.25rem;
  }
}
.post-content__block.content-quote .quote-content:after {
  margin-left: auto;
  scale: -1;
}
.post-content__block.content-quote .quote-heading {
  font-size: 1.125rem;
  color: #02A971;
  margin-bottom: 1.25rem;
}
.post-content__block.content-quote .quote-body {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.post-content__block.content-quote .quote-reference {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #D3D3D3;
  margin-top: -1.5em;
}
.post-content__block.content-voice {
  padding: 1.875rem;
  border-radius: 0.625rem;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 1.875rem;
}
@media all and (max-width: 800px) {
  .post-content__block.content-voice {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}
@media all and (max-width: 800px) {
  .post-content__block.content-voice .voice-content {
    display: contents;
  }
}
@media all and (min-width: 801px) {
  .post-content__block.content-voice .voice-image {
    order: 99;
  }
}
@media all and (max-width: 800px) {
  .post-content__block.content-voice .voice-image {
    order: -1;
  }
}
.post-content__block.content-voice .voice-image img {
  max-width: 100%;
  height: auto;
}
.post-content__block.content-voice .voice-heading {
  font-size: 1.3125rem;
  color: #02A971;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 800px) {
  .post-content__block.content-voice .voice-heading {
    order: -2;
    margin-bottom: 0;
  }
}
.post-content__block.content-voice .voice-body {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.post-content__block.content-table {
  overflow-x: auto;
  border-radius: 0.625rem;
  overflow: hidden;
}
.post-content__block.content-table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .post-content__block.content-table table {
    font-size: 0.75rem;
  }
}
.post-content__block.content-table table th,
.post-content__block.content-table table td {
  border: 0.0625rem solid #D3D3D3;
  padding: 0.75rem 0.5rem;
  text-align: left;
  background: #fff;
  vertical-align: middle;
}
.post-content__block.content-table table tr > th:first-child,
.post-content__block.content-table table tr > td:first-child {
  border-left: none;
}
.post-content__block.content-table table tr > th:last-child,
.post-content__block.content-table table tr > td:last-child {
  border-right: none;
}
.post-content__block.content-table table thead tr:first-child > th {
  border-top: none;
  border-bottom: 0;
}
.post-content__block.content-table table tbody tr:first-child > td {
  border-top: none;
}
.post-content__block.content-table table tbody tr:last-child > td {
  border-bottom: none;
}
.post-content__block.content-table table thead {
  background: #02A971;
  color: #fff;
}
.post-content__block.content-table table thead th {
  background-color: #02A971;
  color: #fff;
}

.about-us-greeting p {
  font-weight: 400;
  line-height: 2.2;
}
@media all and (min-width: 1081px) {
  .about-us-greeting p {
    column-count: 2;
    column-gap: 3rem;
    word-break: break-all;
    hyphens: none;
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 640px) {
  .about-us-greeting p {
    font-size: 0.875rem;
  }
}

.about-us-vision-mission {
  display: flex;
  max-width: 62.5rem;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 640px) {
  .about-us-vision-mission {
    flex-direction: column;
    gap: 1.75rem;
  }
}
.about-us-vision-mission__item {
  width: 47%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
@media all and (max-width: 640px) {
  .about-us-vision-mission__item {
    width: 85%;
  }
}
.about-us-vision-mission__item:before, .about-us-vision-mission__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(201, 229, 219, 0.2);
  transition: all 2s ease 0.25s;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.about-us-vision-mission__item:before {
  transition-delay: 0.5s;
}
.about-us-vision-mission__item.onAnim:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media all and (max-width: 640px) {
  .about-us-vision-mission__item.onAnim:after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.about-us-vision-mission__item.onAnim:before {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 1;
}
@media all and (max-width: 640px) {
  .about-us-vision-mission__item.onAnim:before {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
.about-us-vision-mission__item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
  padding: 5%;
  width: 82%;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  transition: all 1.5s ease 0s;
  opacity: 0;
  filter: blur(2rem);
}
@media all and (max-width: 640px) {
  .about-us-vision-mission__item-inner {
    width: 80%;
  }
}
.about-us-vision-mission__item.onAnim .about-us-vision-mission__item-inner {
  opacity: 1;
  filter: blur(0);
}
.about-us-vision-mission__item-inner.vision {
  background-color: #fff;
}
.about-us-vision-mission__item-inner.vision dt {
  color: #02A971;
}
.about-us-vision-mission__item-inner.mission {
  background-color: #02A971;
  color: #fff;
}
.about-us-vision-mission__item-inner dt {
  font-size: 1.75rem;
  font-weight: 400;
}
@media all and (max-width: 640px) {
  .about-us-vision-mission__item-inner dt {
    font-size: 1.125rem;
  }
}
.about-us-vision-mission__item-inner dd {
  line-height: 2;
}
@media all and (min-width: 641px) {
  .about-us-vision-mission__item-inner dd {
    min-height: 6em;
  }
}
.about-us-vision-mission__item-inner .arrow {
  width: 30%;
  height: 0.25rem;
  z-index: 5;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-image: repeating-linear-gradient(to right, #02A971, #02A971 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  background-repeat: repeat-x;
  background-size: auto 0.0625rem;
  background-position: center;
  background-color: transparent;
}
@media all and (max-width: 640px) {
  .about-us-vision-mission__item-inner .arrow {
    height: 30%;
    width: 0.25rem;
    left: 50%;
    translate: 0 -50%;
    background-image: repeating-linear-gradient(to bottom, #02A971, #02A971 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
    background-repeat: repeat-y;
    background-size: 0.0625rem auto;
  }
}
.about-us-vision-mission__item-inner .arrow:after {
  content: "";
  width: 0.3125rem;
  height: 0.375rem;
  background-color: #02A971;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media all and (max-width: 640px) {
  .about-us-vision-mission__item-inner .arrow:after {
    width: 0.375rem;
    height: 0.3125rem;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    left: 50%;
    top: auto;
    translate: -50% 0;
  }
}
@media all and (min-width: 641px) {
  .about-us-vision-mission__item-inner .arrow.vision {
    right: 0;
    translate: 115% -50%;
    margin-top: -6%;
  }
  .about-us-vision-mission__item-inner .arrow.vision:after {
    right: 0;
  }
}
@media all and (max-width: 640px) {
  .about-us-vision-mission__item-inner .arrow.vision {
    bottom: 0;
    translate: -50% 175%;
    margin-left: 6%;
  }
  .about-us-vision-mission__item-inner .arrow.vision:after {
    bottom: 0;
  }
}
@media all and (min-width: 641px) {
  .about-us-vision-mission__item-inner .arrow.mission {
    left: 0;
    translate: -111% -50%;
    margin-top: 6%;
  }
  .about-us-vision-mission__item-inner .arrow.mission:after {
    left: 0;
    scale: -1 1;
  }
}
@media all and (max-width: 640px) {
  .about-us-vision-mission__item-inner .arrow.mission {
    top: 0;
    translate: -50% -110%;
    margin-left: -6%;
  }
  .about-us-vision-mission__item-inner .arrow.mission:after {
    top: 0;
    scale: 1 -1;
  }
}

.history-list {
  position: relative;
}
.history-list:before {
  content: "";
  position: absolute;
  top: 1.25rem;
  width: 0.0625rem;
  background-color: #02A971;
  left: 0;
  height: calc(100% - 1.25rem);
  transform-origin: top center;
  transform: scaleY(0) translateX(-50%);
  transition: transform 3s ease-out;
}
.history-list.onAnim:before {
  transform: scaleY(1) translateX(-50%);
}
.history-list__item {
  display: grid;
  grid-template-columns: 15rem 1fr;
  padding: 3.125rem 0 0;
  align-items: flex-start;
}
.history-list__item:first-child {
  padding-top: 0;
}
.history-list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media all and (max-width: 1080px) {
  .history-list__item {
    grid-template-columns: 11.25rem 1fr;
  }
}
@media all and (max-width: 640px) {
  .history-list__item {
    padding: 1.875rem 0 0;
    gap: 1.875rem;
    grid-template-columns: 1fr;
  }
}
.history-list__year {
  color: #02A971;
  font-size: 2.5rem;
  line-height: 1.4;
  padding-left: 3.75rem;
  position: relative;
}
.history-list__year:before {
  content: "";
  width: 0.625rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  border: 0.0625rem solid #02A971;
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: translateX(-50%);
}
@media all and (max-width: 1080px) {
  .history-list__year {
    padding-left: 1.875rem;
  }
}
.history-list__month:last-child {
  padding-bottom: 3.125rem;
  border-bottom: 0.0625rem solid #D3D3D3;
}
@media all and (max-width: 640px) {
  .history-list__month:last-child {
    width: calc(100% - 1.875rem);
    padding-bottom: 1.875rem;
    margin-left: auto;
  }
}
.history-list__month-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
  line-height: 1.4;
}
.history-list__month-header .month-ja {
  color: #02A971;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.history-list__month-header .month-ja .num {
  font-size: 2.5rem;
}
.history-list__month-header .month-ja .month-ja-unit {
  font-size: 1.3125rem;
}
.history-list__month-header .month-en {
  font-size: 2.5rem;
  color: #F0F0F0;
}
@media all and (max-width: 640px) {
  .history-list__month-header .month-en {
    font-size: 1.875rem;
  }
}
.history-list__month-content {
  margin-bottom: 3.125rem;
}
.history-list__month-content:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .history-list__month-content {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}

.executive-team-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #D3D3D3;
}

.executive-team-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.25rem;
}
@media all and (max-width: 640px) {
  .executive-team-wrap {
    gap: 9.375rem;
  }
}

.executive-team-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.25rem 4.375rem;
}
@media all and (max-width: 640px) {
  .executive-team-list {
    grid-template-columns: 1fr;
    gap: 4.375rem;
  }
}
.executive-team-list__item {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.executive-team-list .name {
  font-size: 1.5rem;
}
.executive-team-list .position {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #02A971;
}
.executive-team-list .description {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media all and (max-width: 640px) {
  .executive-team-list .description {
    font-size: 0.875rem;
  }
}

.our-services-lead {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media all and (min-width: 1081px) {
  .our-services-lead {
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 640px) {
  .our-services-lead {
    grid-template-columns: 1fr;
  }
}

.our-services-consulting__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.375rem;
  align-items: center;
}
@media all and (min-width: 1081px) {
  .our-services-consulting__img {
    margin-top: -5.625rem;
  }
}
@media all and (max-width: 640px) {
  .our-services-consulting__img {
    grid-template-columns: 1fr;
    margin-top: 3.4375rem;
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
  }
}
.our-services-consulting__img__temple_a-tie {
  position: relative;
}
.our-services-consulting__img__temple_a-tie:after {
  content: "";
  width: 19%;
  aspect-ratio: 1/1;
  background-image: url(../images/pages/our-services/consul_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 110% -50%;
  z-index: 8;
}
@media all and (max-width: 640px) {
  .our-services-consulting__img__temple_a-tie:after {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 28%;
    translate: 50% 90%;
    rotate: 90deg;
  }
}
.our-services-consulting__img__persons {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 640px) {
  .our-services-consulting__img__persons {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
}
.our-services-consulting__img__persons:before, .our-services-consulting__img__persons:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 100%;
  aspect-ratio: 1/1;
  background-color: rgba(201, 229, 219, 0.2);
  border-radius: 50%;
  transition: all 1.4s ease 0.8s;
  opacity: 0;
  transform-origin: center;
}
.our-services-consulting__img__persons:before {
  width: 88%;
  transition-delay: 0.4s;
}
.our-services-consulting__img__persons.onAnim:before, .our-services-consulting__img__persons.onAnim:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.our-services-consulting__img__persons .main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  gap: 0.625rem;
  flex-direction: column;
  background-color: rgba(201, 229, 219, 0.2);
  width: 75%;
  position: relative;
  z-index: 5;
}
.our-services-consulting__img__persons .main .img {
  width: 80%;
}
.our-services-consulting__img__persons .main .img img {
  width: 100%;
}
.our-services-consulting__img__persons .main .text {
  color: #02A971;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 1080px) and (min-width: 641px) {
  .our-services-consulting__img__persons .main .text {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 640px) {
  .our-services-consulting__img__persons .main .text {
    flex-direction: column;
  }
}

@media all and (max-width: 640px) {
  .our-services-service {
    display: flex;
    flex-direction: column;
  }
  .our-services-service .heading {
    order: 1;
  }
  .our-services-service .content-main {
    order: 3;
  }
  .our-services-service .imgWrap {
    order: 2;
    margin-bottom: 4.375rem;
  }
}
@media all and (min-width: 641px) {
  .our-services-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 4.375rem;
  }
  .our-services-service .heading {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .our-services-service .content-main {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .our-services-service .imgWrap {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .our-services-service.reverse .heading {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .our-services-service.reverse .content-main {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .our-services-service.reverse .imgWrap {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media all and (min-width: 641px) and (max-width: 1080px) {
  .our-services-service {
    gap: 2.5rem;
  }
}
.our-services-service .imgWrap.onAnim .sub-img {
  opacity: 1;
}
.our-services-service .imgWrap__inner {
  position: relative;
}
.our-services-service .imgWrap .main-img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.our-services-service .imgWrap .main-img img {
  width: 100%;
}
.our-services-service .imgWrap .sub-img {
  position: absolute;
  z-index: 5;
  bottom: 0;
  transition: all 1.2s ease 0.8s;
  opacity: 0;
}
.our-services-service .imgWrap .sub-img img {
  width: 100%;
}
.our-services-service .imgWrap .sub-img.kuyou {
  right: 0;
  width: 51.75%;
  translate: 50% 20%;
}
@media all and (max-width: 640px) {
  .our-services-service .imgWrap .sub-img.kuyou {
    translate: 42% 20%;
  }
}
.our-services-service .imgWrap .sub-img.chiiki-sosei {
  left: 0;
  width: 50.35%;
  translate: -34% 10%;
}
@media all and (max-width: 640px) {
  .our-services-service .imgWrap .sub-img.chiiki-sosei {
    translate: -23% 10%;
  }
}

.kuyou-lead-wrap {
  margin-top: -6.25rem;
}
@media all and (max-width: 800px) {
  .kuyou-lead-wrap {
    margin-top: -25%;
  }
}

.kuyou-lead {
  display: grid;
  grid-template-columns: minmax(0, 42.8125rem) 22.6875rem;
  gap: 2.5rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media all and (max-width: 1080px) {
  .kuyou-lead {
    grid-template-columns: minmax(0, 42.8125rem) 16.25rem;
  }
}
@media all and (max-width: 800px) {
  .kuyou-lead {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
    margin-top: 0;
  }
}
.kuyou-lead .content {
  padding-top: 8.125rem;
}
@media all and (max-width: 800px) {
  .kuyou-lead .content {
    padding-top: 0;
  }
}
.kuyou-lead .img {
  position: relative;
  top: -1.625rem;
}
@media all and (max-width: 800px) {
  .kuyou-lead .img {
    top: 0;
    width: 40%;
    right: -18%;
  }
}

.kuyou-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.25rem;
}
@media all and (max-width: 640px) {
  .kuyou-list {
    gap: 3.125rem;
  }
}
.kuyou-list__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 1.875rem min(4.375rem, 5%);
}
@media all and (max-width: 1080px) {
  .kuyou-list__item {
    grid-template-columns: 1fr 0.7fr;
  }
}
@media all and (min-width: 641px) {
  .kuyou-list__item .heading {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .kuyou-list__item .img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .kuyou-list__item .content {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media all and (max-width: 640px) {
  .kuyou-list__item {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
  .kuyou-list__item .img figure {
    aspect-ratio: 34/21;
  }
  .kuyou-list__item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.chiiki-sosei-lead-wrap {
  margin-top: -6.25rem;
}
@media all and (max-width: 800px) {
  .chiiki-sosei-lead-wrap {
    margin-top: -25%;
  }
}

.chiiki-sosei-lead {
  display: grid;
  grid-template-columns: minmax(0, 42.8125rem) 26.4375rem;
  gap: 2.5rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media all and (max-width: 1080px) {
  .chiiki-sosei-lead {
    grid-template-columns: minmax(0, 42.8125rem) 18.125rem;
  }
}
@media all and (max-width: 800px) {
  .chiiki-sosei-lead {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
    margin-top: 0;
  }
}
.chiiki-sosei-lead .content {
  padding-top: 8.125rem;
}
@media all and (max-width: 800px) {
  .chiiki-sosei-lead .content {
    padding-top: 0;
  }
}
.chiiki-sosei-lead .img {
  position: relative;
  top: -1.625rem;
}
@media all and (max-width: 800px) {
  .chiiki-sosei-lead .img {
    top: 0;
    width: 40%;
    right: -10%;
  }
}

.chiiki-sosei-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.25rem;
}
@media all and (max-width: 640px) {
  .chiiki-sosei-list {
    gap: 3.125rem;
  }
}
.chiiki-sosei-list__item {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  grid-template-rows: auto 1fr;
  gap: 1.875rem min(4.375rem, 5%);
}
@media all and (max-width: 1080px) {
  .chiiki-sosei-list__item {
    grid-template-columns: 1fr 0.7fr;
  }
}
.chiiki-sosei-list__item .img {
  position: relative;
}
.chiiki-sosei-list__item .img .illust {
  position: absolute;
  z-index: 5;
  translate: 35% 35%;
  width: 33%;
  right: 0;
  top: 0;
}
@media all and (min-width: 641px) {
  .chiiki-sosei-list__item .heading {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .chiiki-sosei-list__item .img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .chiiki-sosei-list__item .content {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media all and (max-width: 640px) {
  .chiiki-sosei-list__item {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
  .chiiki-sosei-list__item .img figure:not(.illust) {
    aspect-ratio: 34/21;
  }
  .chiiki-sosei-list__item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .chiiki-sosei-list__item .img .illust {
    top: auto;
    bottom: 0;
    translate: 35% 15%;
    width: 30%;
  }
}

.recruitHeader__inner {
  display: grid;
  grid-template-columns: 1fr 22.75rem;
  gap: 1.25rem;
}
@media all and (max-width: 800px) {
  .recruitHeader__inner {
    grid-template-columns: 1fr 13.375rem;
  }
}
@media all and (max-width: 640px) {
  .recruitHeader__inner {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 801px) {
  .recruitHeader__img {
    padding-right: 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .recruitHeader__img {
    order: 99;
    width: 90%;
    margin: 0 auto;
  }
}
.recruitHeader__img img {
  width: 100%;
}
@media all and (min-width: 641px) {
  .recruitHeader__body {
    margin-top: -6.25rem;
    grid-column: 1/3;
  }
}
@media all and (min-width: 641px) and (max-width: 800px) {
  .recruitHeader__body {
    margin-top: -5rem;
  }
}

.recruit-lead {
  border-radius: 0.625rem;
  border: 0.0625rem solid #02A971;
  padding: 1.875rem;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 640px) {
  .recruit-lead {
    margin-top: -0.625rem;
  }
}

.recruit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 2.5rem;
}
@media all and (max-width: 800px) {
  .recruit-list {
    grid-template-columns: 1fr;
  }
}
.recruit-list__item {
  border-radius: 0.625rem;
  padding: 1.875rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.recruit-list__title {
  font-size: 1.125rem;
  border-left: 0.25rem solid #02A971;
  padding-left: 0.9375rem;
  margin-bottom: 1.75rem;
}
.recruit-list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.5625rem;
  margin-bottom: 1.5rem;
}
.recruit-list__tag {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.2;
}
.recruit-list__tag-title {
  font-size: 0.75rem;
}
.recruit-list__tag-content {
  font-size: 0.625rem;
  color: #02A971;
  border: 0.0625rem solid #02A971;
  border-radius: 3em;
  padding: 0.1875rem 0.625rem;
}
.recruit-list__text {
  margin-bottom: 1.875rem;
}
.recruit-list__btnWrap {
  margin-top: auto;
  display: flex;
  gap: 0.9375rem 1.875rem;
  flex-wrap: wrap;
}
@media all and (max-width: 640px) {
  .recruit-list__btnWrap {
    flex-direction: column;
    border-top: 0.0625rem solid #D3D3D3;
    width: calc(100% + 3.75rem);
    position: relative;
    left: -1.875rem;
    padding: 0.3125rem 1.875rem 0.3125rem;
    gap: 0;
  }
}
.recruit-list__btnWrap .wantedly-logo {
  width: 7.8125rem;
}
@media all and (max-width: 640px) {
  .recruit-list__btnWrap .wantedly-logo {
    width: 6.625rem;
  }
}
.recruit-list__btnWrap .wantedly-logo img {
  width: 100%;
}
@media all and (max-width: 640px) {
  .recruit-list__btnWrap .cmn-btn-secondary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0;
    border-top: 0.0625rem solid #D3D3D3;
  }
  .recruit-list__btnWrap .cmn-btn-secondary:first-child {
    border-top: none;
  }
}

.recruit-single-header {
  display: flex;
  gap: min(4.375rem, 5vw);
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media all and (max-width: 640px) {
  .recruit-single-header {
    flex-direction: column;
    gap: 3.75rem;
  }
}
.recruit-single-header__img {
  flex: 1;
}
.recruit-single-header__content {
  flex: 1;
}

.recruit-single-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  flex-direction: column;
}
@media all and (min-width: 641px) {
  .recruit-single-nav .cmn-btn {
    width: 100%;
    max-width: 33.4375rem;
  }
  .recruit-single-nav .cmn-btn__text {
    text-align: center;
    flex: 1;
    padding-left: 2.5rem;
  }
}

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

.form-table {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 2.5rem 2.25rem;
  width: 100%;
}
.form-table br {
  display: none;
}
@media all and (max-width: 800px) {
  .form-table {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.form-table dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.625rem;
  line-height: 1.4;
  width: 100%;
}
@media all and (min-width: 641px) {
  .form-table dt {
    padding-top: 1.25rem;
  }
}
.form-table dt .required {
  font-size: 0.75rem;
  background-color: #1B1C17;
  color: #fff;
  padding: 0.1875rem 0.625rem 0.25rem;
  font-weight: bold;
  border-radius: 0.3125rem;
  flex-shrink: 0;
}
@media all and (max-width: 800px) {
  .form-table dd {
    margin-top: -1.25rem;
  }
}
.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;
  color: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100% !important;
  border-bottom: 0.0625rem solid #707070;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #1B1C17;
  box-sizing: border-box;
}
.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;
  color: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid #707070;
  border-radius: 0.625rem;
  padding-right: 2.5rem;
  background-color: #fff;
  color: #1B1C17;
  background-image: url(../images/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  margin-top: 0.625rem;
}
.form-table select.empty-value {
  color: #d3d3d3;
}
.form-table textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  resize: vertical;
  width: 100%;
  border: 0.0625rem solid #707070;
  border-radius: 0.625rem;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #1B1C17;
  box-sizing: border-box;
  min-height: 18.75rem;
  margin-top: 0.625rem;
}
@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: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 1.25rem;
}
.form-table .mwform-radio-field {
  margin-top: 0.625rem;
}
.form-table .mwform-radio-field label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
  cursor: pointer;
}
.form-table .mwform-radio-field input {
  display: none;
}
.form-table .mwform-radio-field input:checked + .mwform-radio-field-text:after {
  opacity: 1;
}
.form-table .mwform-radio-field .mwform-radio-field-text {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.form-table .mwform-radio-field .mwform-radio-field-text:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #02A971;
  border-radius: 50%;
}
.form-table .mwform-radio-field .mwform-radio-field-text:after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  border-radius: 50%;
  left: 0.25rem;
  top: 42%;
  background-color: #02A971;
  opacity: 0;
}
.form-table .mwform-tel-field {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.625rem;
}
.form-table .mwform-tel-field input {
  flex: 1;
}
.form-table .mwform-zip-field {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.625rem;
}
.form-table .mwform-zip-field input {
  flex: 1;
}
.form-table .mwform-zip-field input[name="post_number[data][0]"] {
  flex: 0.5;
}
@media all and (max-width: 640px) {
  .form-table dt {
    font-size: 1rem;
  }
  .form-table dd {
    margin-bottom: 1.875rem;
  }
  .form-table input[type=text],
  .form-table input[type=email],
  .form-table input[type=tel],
  .form-table input[type=date],
  .form-table .mwform-datepicker,
  .form-table textarea {
    font-size: 1rem;
    padding: 0.875rem 0.75rem;
  }
  .form-table textarea {
    min-height: 7.5rem;
  }
}

.form-table__file {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
  padding-top: 0.625rem;
  line-height: 1.4;
  font-size: 0.9375rem;
}
.form-table__file input[type=file] {
  display: none !important;
}
.form-table__file .mw-wp-form_file {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.form-table__file label {
  border: 0.0625rem solid #02A971;
  border-radius: calc(infinity * 1px);
  cursor: pointer;
  text-align: center;
  padding: 0.6em 1.5em;
  flex-shrink: 0;
  font-size: 0.9375rem;
}
.form-table__file label .mwform-file-delete {
  display: none;
}
.form-table__file .form-table__file-status {
  color: #d3d3d3;
}
.form-table__file .form-table__file-status.is-selected {
  color: #1B1C17;
}
.form-table__file .form-table__file-delete {
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-color: #02A971;
  border-radius: 50%;
  position: relative;
  display: none;
  cursor: pointer;
}
.form-table__file .form-table__file-delete:before, .form-table__file .form-table__file-delete:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.125rem;
  background-color: #fff;
}
.form-table__file .form-table__file-delete:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-table__file .form-table__file-delete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.confirm-form .form-ppWrap {
  display: none;
}

.form-ppWrap {
  margin-top: 6.25rem;
  padding-top: 3.125rem;
  margin-bottom: 1.875rem;
  border-top: 0.0625rem solid #D3D3D3;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.form-ppWrap__error {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 640px) {
  .form-ppWrap {
    margin-top: 3.125rem;
    padding-top: 3.125rem;
  }
}
.form-ppWrap label {
  display: flex;
  align-items: center;
  color: #1B1C17;
  transition: all 0.2s ease 0s;
}
.form-ppWrap label:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .form-ppWrap label:hover {
    color: #02A971;
  }
}
.form-ppWrap label:active {
  color: #02A971;
}
.form-ppWrap .mwform-checkbox-field-text {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}
.form-ppWrap .mwform-checkbox-field-text:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #02A971;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-top: 0.2em;
}
.form-ppWrap .mwform-checkbox-field-text:after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  border-radius: 50%;
  left: 0.25rem;
  top: 42%;
  background-color: #02A971;
  opacity: 0;
}
.form-ppWrap .mwform-checkbox-field-text a {
  color: #1B1C17;
  text-decoration: underline;
}
.form-ppWrap .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
.form-ppWrap .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.form-btnWrap {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  translate: 0 50%;
}
.form-btnWrap br {
  display: none;
}
.form-btnWrap input[type=submit],
.form-btnWrap button[type=submit] {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 0.625rem;
  min-width: 15.625rem;
  min-height: 3.75rem;
  border-radius: 3.75rem;
  background-color: #fff;
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid #C9E5DB;
  color: #1B1C17;
  font-size: 0.875rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.form-btnWrap input[type=submit]:hover,
.form-btnWrap button[type=submit]:hover {
  text-decoration: none;
}
.form-btnWrap input[type=submit]:after,
.form-btnWrap button[type=submit]:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #02A971;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.form-btnWrap input[type=submit]:after:hover,
.form-btnWrap button[type=submit]:after:hover {
  text-decoration: none;
}
.form-btnWrap input[type=submit]:before,
.form-btnWrap button[type=submit]:before {
  content: "";
  position: absolute;
  right: 1.6875rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all 0.2s ease 0s;
  width: 0.4375rem;
  height: 0.3125rem;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/common/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.2s ease 0s;
}
.form-btnWrap input[type=submit]:before:hover,
.form-btnWrap button[type=submit]:before:hover {
  text-decoration: none;
}
.form-btnWrap input[type=submit]:before:hover,
.form-btnWrap button[type=submit]:before:hover {
  text-decoration: none;
}
.form-btnWrap input[type=submit]:hover,
.form-btnWrap button[type=submit]:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .form-btnWrap input[type=submit]:hover,
  .form-btnWrap button[type=submit]:hover {
    background-color: #02A971;
    color: #fff;
  }
  .form-btnWrap input[type=submit]:hover:after,
  .form-btnWrap button[type=submit]:hover:after {
    background-color: #fff;
  }
  .form-btnWrap input[type=submit]:hover:before,
  .form-btnWrap button[type=submit]:hover:before {
    background-color: #02A971;
  }
}
.form-btnWrap input[type=submit]:active,
.form-btnWrap button[type=submit]:active {
  background-color: #02A971;
  color: #fff;
}
.form-btnWrap input[type=submit]:active:after,
.form-btnWrap button[type=submit]:active:after {
  background-color: #fff;
}
.form-btnWrap input[type=submit]:active:before,
.form-btnWrap button[type=submit]:active:before {
  background-color: #02A971;
}
@media all and (max-width: 640px) {
  .form-btnWrap {
    flex-direction: column;
    align-items: center;
  }
}

.confirm-form .form-table__item {
  padding-top: 0.625rem;
  border-bottom: 0.0625rem solid #707070;
  padding-bottom: 1.25rem;
  display: block;
}
.confirm-form .form-table__file {
  padding-top: 1.25rem;
}
.confirm-form .form-table__file label {
  display: none;
}
.confirm-form .form-table__file .form-table__file-delete {
  display: none !important;
}
.confirm-form .form-btnWrap {
  padding-top: 5.625rem;
  border-top: 0.0625rem solid #D3D3D3;
  margin-top: 4.375rem;
  translate: 0 1.5625rem;
}
@media all and (max-width: 640px) {
  .confirm-form .form-btnWrap {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    translate: 0 1.5625rem;
    flex-direction: column-reverse;
  }
}

.policy-wrap {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
.policy-wrap a {
  color: #0600ee;
  text-decoration: underline;
}
.policy-wrap a:hover {
  text-decoration: none;
}

.security-policy-list {
  padding: 2.5rem;
  border-radius: 0.625rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
@media all and (max-width: 640px) {
  .security-policy-list {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
.security-policy-list > li {
  width: 100%;
  max-width: 62.5rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1.9375rem 1fr;
  gap: 1.25rem;
  font-size: 1.125rem;
}
@media all and (max-width: 640px) {
  .security-policy-list > li {
    grid-template-columns: 1.375rem 1fr;
    gap: 0.625rem;
    font-size: 0.875rem;
  }
}
.security-policy-list > li .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.security-iso {
  display: grid;
  grid-template-columns: 15.4375rem 1fr;
  gap: 1.875rem;
}
@media all and (max-width: 640px) {
  .security-iso {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .security-iso .security-iso-img {
    max-width: 13.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.security-iso .security-iso-img img {
  width: 100%;
}
.security-iso .security-iso-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  line-height: 1.4;
  font-size: 0.875rem;
}
.security-iso .security-iso-list-item {
  display: flex;
}
@media all and (max-width: 1080px) {
  .security-iso .security-iso-list-item {
    flex-direction: column;
  }
}
.security-iso .security-iso-list-item dt:after {
  content: ":";
  margin-right: 0.625rem;
}

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