@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

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

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

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

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

:placeholder-shown {
  color: #C4C4C4;
}

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

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

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

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

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

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

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

.anim-hide {
  opacity: 0;
}

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

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

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

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

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

.hidden-box {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz10 {
  font-size: 0.625rem;
}

.fz11 {
  font-size: 0.6875rem;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-8 {
  width: 0.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-10 {
  width: 0.625rem;
}

.w-11 {
  width: 0.6875rem;
}

.w-12 {
  width: 0.75rem;
}

.w-13 {
  width: 0.8125rem;
}

.w-14 {
  width: 0.875rem;
}

.w-15 {
  width: 0.9375rem;
}

.w-16 {
  width: 1rem;
}

.w-17 {
  width: 1.0625rem;
}

.w-18 {
  width: 1.125rem;
}

.w-19 {
  width: 1.1875rem;
}

.w-20 {
  width: 1.25rem;
}

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

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

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

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

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.flex-06 {
  flex: 0.6;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-25 {
  gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-80 {
  gap: 5rem;
}

.gap-90 {
  gap: 5.625rem;
}

.gap-100 {
  gap: 6.25rem;
}

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

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

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

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

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

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

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

.color-key {
  color: #23AC38;
}

.color-key1 {
  color: #23AC38;
}

.color-key2 {
  color: #8EC31F;
}

.color-key3 {
  color: #0068B7;
}

.color-main {
  color: #000000;
}

.color-white {
  color: #fff;
}

.bg-key {
  background-color: #23AC38;
}

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

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

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

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

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

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

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

.d-inline {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

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

.grid {
  display: grid;
}

.gtc-auto-300 {
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
}

.gtc-auto-400 {
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}
@media all and (max-width: 640px) {
  .gtc-auto-400 {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nowrap {
  white-space: nowrap;
}

body {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

.serif {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

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

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

.cmn-heading {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.cmn-heading .en {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #23AC38;
  padding-bottom: 0.9375rem;
  position: relative;
}
@media all and (max-width: 640px) {
  .cmn-heading .en {
    font-size: 1.375rem;
  }
}
.cmn-heading .en:after {
  content: "";
  width: 1.875rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.cmn-heading .ja {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}

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

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

.cmn-btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
  display: flex;
  width: 100%;
  max-width: 14.6875rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 1.7em;
  padding-left: 2em;
  border: 1px solid #000000;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  font-size: 0.875rem;
  position: relative;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .cmn-btn {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
}
.cmn-btn .arrow {
  width: 0.55em;
  transition: all 0.2s ease 0s;
}
.cmn-btn .arrow:hover {
  text-decoration: none;
}
.cmn-btn .arrow svg {
  width: 100%;
  display: block;
}
.cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn:hover {
    border-color: #0068B7;
    color: #0068B7;
  }
  .cmn-btn:hover .arrow {
    translate: 0.6em 0;
  }
  .cmn-btn:hover .arrow svg path {
    fill: #0068B7;
  }
}
.cmn-btn:active {
  border-color: #0068B7;
  color: #0068B7;
}
.cmn-btn:active .arrow {
  translate: 0.6em 0;
}
.cmn-btn:active .arrow svg path {
  fill: #0068B7;
}

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

.breadcrumbs {
  color: #aaa;
  font-size: 0.75rem;
  padding-bottom: 1em;
  line-height: 1.4;
}
.breadcrumbs a {
  color: #aaa;
}
.breadcrumbs a:after {
  content: ">";
  margin-left: 0.625rem;
}
.breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.625rem;
}

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

.cmn-tbl {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.625rem;
  overflow: hidden;
}
.cmn-tbl.table-fixed {
  table-layout: fixed;
}
@media all and (max-width: 640px) {
  .cmn-tbl {
    width: 160%;
  }
}
.cmn-tbl thead {
  background-color: #23AC38;
  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: #23AC38;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.cmn-tbl tbody tr:nth-child(even) td {
  background-color: #f2fffa;
}

.mainHeader__common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0068B7;
  z-index: 950;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  padding: 0 2.5rem 0 3.75rem;
  height: 6.25rem;
}
@media all and (max-width: 1080px) {
  .mainHeader__common {
    padding: 0 1.25rem 0 1.875rem;
    height: 5rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common {
    padding: 0 0.625rem 0 0.625rem;
    height: 3.75rem;
  }
}
.mainHeader__common.top:not(.scrolled) {
  background-color: transparent;
}
.mainHeader__common.top:not(.scrolled) .mainHeader__common__logo a img {
  filter: none;
}
.mainHeader__common.top:not(.scrolled) .mainHeader__common__list__link {
  color: #000000;
}
.mainHeader__common__logo {
  max-width: 13.6875rem;
}
@media all and (max-width: 640px) {
  .mainHeader__common__logo {
    max-width: 10rem;
  }
}
.mainHeader__common__logo a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__common__logo a img {
  transition: all 0.2s ease 0s;
  filter: brightness(0) invert(1);
}
.mainHeader__common__logo a img:hover {
  text-decoration: none;
}
.mainHeader__common__nav {
  display: flex;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    border-top: 1px solid #fff;
    background-color: #0068B7;
    z-index: 1000;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .mainHeader__common__nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mainHeader__common__nav.active .mainHeader__common__list__link {
    color: #fff !important;
  }
}
.mainHeader__common__list {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    width: 100%;
    padding: 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.mainHeader__common__list__link {
  padding: 0.625rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0.3em;
  color: #fff;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.mainHeader__common__list__link:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.mainHeader__common__nav-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 3.125rem;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
@media all and (min-width: 1081px) {
  .mainHeader__common__nav-btn {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common__nav-btn {
    width: 2.5rem;
  }
}
.mainHeader__common__nav-btn .line {
  display: block;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.125rem;
  background-color: #0068B7;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__nav-btn .line:hover {
  text-decoration: none;
}
.mainHeader__common__nav-btn .line:nth-child(1) {
  margin-top: -0.375rem;
}
.mainHeader__common__nav-btn .line:nth-child(3) {
  margin-top: 0.375rem;
}
.mainHeader__common__nav-btn.active .line:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mainHeader__common__nav-btn.active .line:nth-child(2) {
  scale: 0 1;
}
.mainHeader__common__nav-btn.active .line:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.foot-contact {
  padding: 3.75rem 0;
  background-color: #fafafa;
}
@media all and (max-width: 640px) {
  .foot-contact {
    padding: 1.25rem 0;
  }
}
.foot-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 800px) {
  .foot-contact__inner {
    grid-template-columns: 1fr;
  }
}
.foot-contact__item {
  position: relative;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 800px) {
  .foot-contact__item {
    padding: 2.5rem 1.25rem;
  }
}
.foot-contact__item:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #707070;
}
@media (max-width: 800px) {
  .foot-contact__item:first-child:after {
    top: auto;
    bottom: 0;
    height: 1px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.foot-contact__item .icon {
  width: 2.5rem;
  height: 3.125rem;
}
.foot-contact__item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.foot-contact__item .tel {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  color: #0068B7;
  font-weight: 500;
}
.foot-contact__item .fax {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1.875rem;
  font-weight: 500;
}
.foot-contact__item .fax .label {
  font-size: 0.75rem;
}
.foot-contact__item .text {
  line-height: 1.6;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.foot-contact__item .btn {
  font-size: 0.875rem;
  line-height: 1.6;
  width: 100%;
  font-weight: 900;
  max-width: 14rem;
  border: 1px solid #000000;
  padding: 0.5rem 1.25rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.foot-contact__item .btn:hover {
  text-decoration: none;
}
.foot-contact__item .btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .foot-contact__item .btn:hover {
    border-color: #0068B7;
    color: #0068B7;
  }
}
.foot-contact__item .btn:active {
  border-color: #0068B7;
  color: #0068B7;
}

.mainFooter {
  padding: 3.75rem 0;
  background-color: #000;
  color: #fff;
}
@media all and (max-width: 900px) {
  .mainFooter {
    padding: 3.125rem 0;
  }
}
.mainFooter a {
  color: #fff;
}
.mainFooter__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.875rem;
}
.mainFooter__inner .logo {
  max-width: 15.625rem;
  width: 60%;
  filter: brightness(0) invert(1);
}
.mainFooter__inner .logo img {
  width: 100%;
}
.mainFooter__inner .instagram {
  width: 1.875rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__inner .instagram:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__inner .instagram:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainFooter__inner .instagram:active {
  opacity: 0.7;
  text-decoration: none;
}

.foot-nav {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
  flex-wrap: wrap;
  gap: 1em 2em;
}
@media all and (max-width: 640px) {
  .foot-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 1em;
  }
}

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

.top-fv {
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .top-fv {
    height: auto;
  }
}
.top-fv__imgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease 0.2s;
  opacity: 0;
}
@media all and (max-width: 640px) {
  .top-fv__imgWrap {
    height: 100vw;
    position: relative;
  }
}
.top-fv__imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-fv__imgWrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-fv__news {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 40rem;
  width: 60%;
  z-index: 2;
  background-color: #fff;
  border-radius: 1.25rem 0 0 0;
  overflow: hidden;
  transition: all 1s ease 0.5s;
}
@media all and (min-width: 641px) {
  .top-fv__news {
    translate: 0 110%;
  }
}
@media all and (max-width: 640px) {
  .top-fv__news {
    opacity: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}
.top-fv__news-slide a {
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  gap: 1.875rem;
  padding: 1.875rem;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .top-fv__news-slide a {
    padding: 0.625rem;
    gap: 1.25rem;
    padding-bottom: 1.875rem;
  }
}
.top-fv__news-slide a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-fv__news-slide a:hover .img img {
    scale: 1.1;
  }
}
.top-fv__news-slide a:active .img img {
  scale: 1.1;
}
.top-fv__news-slide a .img {
  overflow: hidden;
  aspect-ratio: 214/120;
}
.top-fv__news-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.top-fv__news-slide a .img img:hover {
  text-decoration: none;
}
.top-fv__news-slide a .content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .top-fv__news-slide a .content {
    gap: 0rem;
  }
}
.top-fv__news-slide a .content .date {
  color: #0068B7;
}
.top-fv__news-slide a .content .title {
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  text-decoration: underline;
}
.top-fv__news-pagination {
  position: absolute;
  bottom: 1.25rem !important;
  right: 0;
  padding-right: 1.25rem;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
}
@media all and (max-width: 640px) {
  .top-fv__news-pagination {
    bottom: 0.625rem !important;
  }
}
.top-fv.is-loaded .top-fv__imgWrap {
  opacity: 1;
}
@media all and (min-width: 641px) {
  .top-fv.is-loaded .top-fv__news {
    translate: 0 0;
  }
}
@media all and (max-width: 640px) {
  .top-fv.is-loaded .top-fv__news {
    opacity: 1;
  }
}

.flex-container-1 {
  container-type: inline-size;
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: 1.25rem;
}
.flex-container-1__inner {
  max-width: 71.25rem;
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
  padding-right: 1.25rem;
}
@container (min-width: 641px) {
  .flex-container-1__inner {
    padding-right: 2.5rem;
  }
}
@container (max-width: 1024px) {
  .flex-container-1__inner {
    gap: 3.75rem;
    flex-direction: column;
  }
  .flex-container-1__inner.align-center {
    align-items: normal !important;
  }
}
.flex-container-1__img {
  width: 50%;
  position: relative;
}
@container (max-width: 1024px) {
  .flex-container-1__img {
    width: 80%;
  }
}
@container (max-width: 640px) {
  .flex-container-1__img {
    width: 100%;
  }
}
.flex-container-1__img img {
  width: 100%;
  position: relative;
  z-index: 5;
}
.flex-container-1__img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #23AC38;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 1.5s ease 0.5s;
}
.flex-container-1__img.onAnim:before {
  translate: -3.75rem 3.75rem;
}
@container (max-width: 1024px) {
  .flex-container-1__img.onAnim:before {
    translate: -1.875rem 1.875rem;
  }
}
@container (max-width: 640px) {
  .flex-container-1__img.onAnim:before {
    translate: -1.25rem 1.25rem;
  }
}
.flex-container-1__content {
  flex: 1;
}
@container (max-width: 1024px) {
  .flex-container-1__content {
    padding-left: 2.5rem;
    width: 100%;
  }
}
@container (max-width: 640px) {
  .flex-container-1__content {
    padding-left: 1.25rem;
  }
}

.flex-container-2 {
  container-type: inline-size;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: 1.25rem;
}
.flex-container-2__inner {
  max-width: 71.25rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 3.75rem;
  padding-left: 1.25rem;
  margin-left: auto;
}
@container (min-width: 641px) {
  .flex-container-2__inner {
    padding-left: 2.5rem;
  }
}
@container (max-width: 1024px) {
  .flex-container-2__inner {
    gap: 3.75rem;
    flex-direction: column;
  }
}
.flex-container-2__img {
  width: 50%;
  position: relative;
}
@container (max-width: 1024px) {
  .flex-container-2__img {
    width: 80%;
    margin-left: auto;
  }
}
@container (max-width: 640px) {
  .flex-container-2__img {
    width: 100%;
  }
}
.flex-container-2__img img {
  width: 100%;
  position: relative;
  z-index: 5;
}
.flex-container-2__img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #8EC31F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 1.5s ease 0.5s;
}
.flex-container-2__img.onAnim:before {
  translate: 3.75rem 3.75rem;
}
@container (max-width: 1024px) {
  .flex-container-2__img.onAnim:before {
    translate: 1.875rem 1.875rem;
  }
}
@container (max-width: 640px) {
  .flex-container-2__img.onAnim:before {
    translate: 1.25rem 1.25rem;
  }
}
.flex-container-2__content {
  flex: 1;
}
@container (max-width: 1024px) {
  .flex-container-2__content {
    padding-right: 0;
  }
}
.flex-container-2__content .btWrap {
  max-width: 30.625rem;
  margin-left: auto;
}

.top-news {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 3.75rem 2.5rem;
}
.top-news__item-link {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-news__item-link:hover {
  text-decoration: none;
}
.top-news__item-link .img {
  aspect-ratio: 320/180;
  overflow: hidden;
}
.top-news__item-link .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.top-news__item-link .img img:hover {
  text-decoration: none;
}
.top-news__item-link .content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  font-size: 0.875rem;
}
.top-news__item-link .title {
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}
.top-news__item-link .title:hover {
  text-decoration: none;
}
.top-news__item-link .content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  line-height: 1.4;
}
.top-news__item-link .content-footer .date {
  color: #a0a0a0;
}
.top-news__item-link .content-footer .label {
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #000000;
  padding: 0.3125rem 0.625rem;
  display: flex;
  text-align: center;
  min-width: 6.25rem;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease 0s;
}
.top-news__item-link .content-footer .label:hover {
  text-decoration: none;
}
.top-news__item-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-news__item-link:hover .img img {
    scale: 1.1;
  }
  .top-news__item-link:hover .title {
    text-decoration: underline;
    color: #0068B7;
  }
  .top-news__item-link:hover .label {
    border-color: #0068B7;
    color: #0068B7;
  }
}
.top-news__item-link:active .img img {
  scale: 1.1;
}
.top-news__item-link:active .title {
  text-decoration: underline;
  color: #0068B7;
}
.top-news__item-link:active .label {
  border-color: #0068B7;
  color: #0068B7;
}

.page-wrapper {
  padding-top: 12.5rem;
  padding-bottom: 6.25rem;
}
@media all and (max-width: 640px) {
  .page-wrapper {
    padding-top: 8.75rem;
    padding-bottom: 3.75rem;
  }
}

.page-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media all and (max-width: 640px) {
  .page-title {
    font-size: 1.375rem;
  }
}
.page-title:before {
  content: "";
  width: 2.3125rem;
  height: 2.125rem;
  background-image: url(../images/common/logo_mark.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.flow-list {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(auto-fill, minmax(9.875rem, 1fr));
}
@media all and (max-width: 1080px) {
  .flow-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 640px) {
  .flow-list {
    grid-template-columns: 1fr;
  }
}
.flow-list li {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.2s ease 0s;
}
@media all and (min-width: 641px) {
  .flow-list li {
    cursor: pointer;
    aspect-ratio: 1/1;
  }
}
.flow-list li:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .flow-list li:hover .flow-list__content {
    opacity: 1;
    visibility: visible;
  }
}
.flow-list li:active .flow-list__content {
  opacity: 1;
  visibility: visible;
}
.flow-list__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media all and (min-width: 641px) {
  .flow-list__header {
    height: 100%;
  }
}
@media all and (max-width: 640px) {
  .flow-list__header {
    flex-direction: row;
    background-color: #23AC38;
    justify-content: flex-start;
    padding: 0.625rem 1.25rem;
    color: #fff;
    font-weight: 700;
  }
}
.flow-list__header .icon {
  width: 3.75rem;
}
@media all and (max-width: 640px) {
  .flow-list__header .icon {
    width: 1.875rem;
    filter: brightness(0) invert(1);
  }
}
@media all and (min-width: 641px) {
  .flow-list__header .icon.r {
    translate: 15% 0;
  }
}
.flow-list__header .icon.lg {
  width: 5rem;
}
@media all and (max-width: 640px) {
  .flow-list__header .icon.lg {
    width: 2.5rem;
    height: 1.875rem;
    overflow: hidden;
    position: relative;
  }
  .flow-list__header .icon.lg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.flow-list__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  font-size: 0.875rem;
  color: #23AC38;
  line-height: 1.6;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
}
.flow-list__content:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .flow-list__content {
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto;
    border-radius: 0 0 0.625rem 0.625rem;
    border: 1px solid #23AC38;
    border-top: none;
  }
}

.info-dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 1.25rem;
}
@media all and (max-width: 640px) {
  .info-dl {
    grid-template-columns: 7em 1fr;
    gap: 0;
  }
}
.info-dl dd {
  padding-left: 1.5em;
  position: relative;
}
.info-dl dd:before {
  content: ":";
  position: absolute;
  left: 0;
}

.automatic-steering-swiper__item {
  width: 14.375rem;
}
.automatic-steering-swiper .caption {
  line-height: 1.6;
  font-size: 0.875rem;
  margin-top: 0.75em;
}

.president-message {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 4.375rem 3.75rem;
}
@media all and (max-width: 1080px) {
  .president-message {
    gap: 2.5rem;
  }
}
@media all and (max-width: 640px) {
  .president-message {
    gap: 2.5rem 1.25rem;
    align-items: center;
  }
}
@media all and (max-width: 640px) {
  .president-message {
    grid-template-rows: 1fr auto;
  }
}
.president-message .content {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}
@media all and (max-width: 1080px) {
  .president-message .content {
    gap: 2.5rem;
  }
}
@media all and (max-width: 640px) {
  .president-message .content {
    display: contents;
  }
}
@media all and (max-width: 640px) {
  .president-message .text {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.president-message .name {
  text-align: right;
}
@media all and (max-width: 640px) {
  .president-message .name {
    text-align: left;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

.box-item {
  padding: 1.875rem;
  border: 1px solid #23AC38;
  border-radius: 1.25rem;
  background-color: #FFFFFA;
}
@media all and (max-width: 640px) {
  .box-item {
    padding: 1.875rem 1.25rem;
  }
}

.company-table {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  font-size: 0.875rem;
}
.company-table__item {
  display: grid;
  grid-template-columns: 13.75rem 1fr;
  gap: 2.5rem;
  padding: 1.875rem 0;
  position: relative;
}
@media all and (max-width: 900px) {
  .company-table__item {
    grid-template-columns: 11.25rem 1fr;
  }
}
@media all and (max-width: 640px) {
  .company-table__item {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
  }
}
.company-table__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #6c6c6c 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.company-table__item:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #6c6c6c 1px, transparent 1px);
  background-size: 4px;
  background-repeat: repeat-x;
}
.company-table .mapLink {
  display: inline-block;
  color: #0068B7;
  border: 1px solid #0068B7;
  padding: 0.5em 1em;
  font-size: 0.6875rem;
  min-width: 13em;
  text-align: center;
  margin-left: 1.5em;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.company-table .mapLink:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .company-table .mapLink:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.company-table .mapLink:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 900px) {
  .company-table .mapLink {
    display: block;
    width: 11em;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}
.company-table dt {
  position: relative;
  padding-left: 1em;
  padding-right: 0.625rem;
}
@media all and (max-width: 640px) {
  .company-table dt {
    padding: 0;
  }
}
.company-table dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
@media all and (max-width: 640px) {
  .company-table dt:after {
    position: relative;
    margin-left: 0.625rem;
  }
}

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

.after-dot {
  position: relative;
}
.after-dot:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #6c6c6c 0, #6c6c6c 1px, transparent 1px, transparent 4px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.before-dot {
  position: relative;
}
.before-dot:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #6c6c6c 0, #6c6c6c 1px, transparent 1px, transparent 4px);
  position: absolute;
  left: 0;
  top: 0;
}

.news-list {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
.news-list__item {
  padding: 1.875rem 0.625rem;
  position: relative;
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .news-list__item {
    grid-template-columns: 5rem 1fr;
    gap: 1.25rem;
    padding: 1.25rem 0;
  }
}
.news-list__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.0625rem;
  background: repeating-linear-gradient(to right, #707070, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
}
.news-list__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  background: repeating-linear-gradient(to right, #707070, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
}
.news-list .img {
  overflow: hidden;
}
.news-list .img a {
  aspect-ratio: 214/120;
  display: block;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .news-list .img a {
    aspect-ratio: 1.4/1;
  }
}
.news-list .img a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .news-list .img a:hover img {
    transform: scale(1.1);
  }
}
.news-list .img a:active img {
  transform: scale(1.1);
}
.news-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.news-list .img img:hover {
  text-decoration: none;
}
.news-list .content {
  line-height: 1.6;
}
.news-list .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.5em;
}
@media all and (max-width: 640px) {
  .news-list .title {
    margin-top: 0.5em;
  }
}
.news-list .title a {
  text-decoration: underline;
}
.news-list .title a:hover {
  color: #0068B7;
}

.single-wrap {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
.single-wrap .post-content {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #707070;
}

.single-header {
  margin-bottom: 3.75rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #707070;
}
.single-header__date {
  font-size: 0.75rem;
  color: #707070;
  display: block;
  margin-bottom: 1.25rem;
}
.single-header__title {
  font-size: 1.5rem;
  font-weight: 900;
}
@media all and (max-width: 640px) {
  .single-header__title {
    font-size: 1.125rem;
  }
}

.prev-wrap {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.prev-wrap.center {
  justify-content: center;
}
.prev-wrap a {
  max-width: 12.5rem;
  width: 100%;
  border: 1px solid #000000;
  padding: 0.5em 1em;
  line-height: 1.6;
  text-align: center;
  font-size: 0.875rem;
  color: #000000;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.prev-wrap a:hover {
  text-decoration: none;
}
.prev-wrap a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .prev-wrap a:hover {
    color: #0068B7;
    border-color: #0068B7;
  }
}
.prev-wrap a:active {
  color: #0068B7;
  border-color: #0068B7;
}

.pager {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
.pager .nav-links {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
  line-height: 1.2;
}
.pager .nav-links a,
.pager .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.875rem;
  height: 2.25rem;
  padding: 0.2em 0.5em;
  min-width: 2.25rem;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover,
.pager .nav-links span:hover {
  text-decoration: none;
}
.pager .nav-links a {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pager .nav-links a:hover {
    color: #8EC31F;
  }
}
.pager .nav-links a:active {
  color: #8EC31F;
}
.pager .nav-links .current,
.pager .nav-links span.current {
  color: #fff;
  background-color: #0068B7;
  cursor: default;
  background: #0068B7;
}
.pager .nav-links .dots {
  background: transparent;
  border: none;
  color: #000000;
  cursor: default;
  pointer-events: none;
}
.pager .prev,
.pager .next {
  display: none;
}

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

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

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

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

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

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

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

.submit-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  max-width: 20.375rem;
  background-color: #0068B7;
  font-weight: 700;
  text-align: center;
  padding: 0.75em;
  color: #fff;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.submit-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .submit-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.submit-btn:active {
  opacity: 0.7;
  text-decoration: none;
}
.submit-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

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