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

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

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

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

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

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

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

* {
  box-sizing: border-box;
}

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

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

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

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

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 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;
  letter-spacing: 0.1em;
}

:placeholder-shown {
  color: #C4C4C4;
}

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

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

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

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

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

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

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

.anim-hide {
  opacity: 0;
}

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

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

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

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

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

.hidden-box {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-10 {
  padding: 0.625rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-50 {
  padding: 3.125rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-100 {
  padding: 6.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz10 {
  font-size: 0.625rem;
}

.fz11 {
  font-size: 0.6875rem;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-8 {
  width: 0.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-10 {
  width: 0.625rem;
}

.w-11 {
  width: 0.6875rem;
}

.w-12 {
  width: 0.75rem;
}

.w-13 {
  width: 0.8125rem;
}

.w-14 {
  width: 0.875rem;
}

.w-15 {
  width: 0.9375rem;
}

.w-16 {
  width: 1rem;
}

.w-17 {
  width: 1.0625rem;
}

.w-18 {
  width: 1.125rem;
}

.w-19 {
  width: 1.1875rem;
}

.w-20 {
  width: 1.25rem;
}

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

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

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

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

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

.flex {
  display: flex;
}

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

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

.flex-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: #01185B;
}

.color-key2 {
  color: #394A7C;
}

.color-key3 {
  color: #FABD00;
}

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

.color-key5 {
  color: #F85987;
}

.color-main {
  color: #000000;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #afafaf;
}

.bg-key {
  background-color: #01185B;
}

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

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

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

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

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

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

.d-inline {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

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

.grid {
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 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-image: url("../images/common/bg_dot.webp");
  background-repeat: repeat;
  background-size: 7.5rem;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

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

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

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

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

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

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

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

.cmn-btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 9.375rem;
  min-height: 2.5rem;
  border: 0.0625rem solid #01185B;
  padding: 0.625rem 0.9375rem;
  color: #01185B;
  line-height: 1.2;
  font-size: 0.875rem;
  position: relative;
  font-weight: 600;
  font-family: "noto serif jp", serif;
  letter-spacing: 0.15em;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.cmn-btn--white {
  background-color: #fff;
  color: #01185B;
}
.cmn-btn--sans {
  font-family: "noto sans jp", sans-serif;
}
.cmn-btn:hover {
  text-decoration: none;
}
.cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn:hover {
    background-color: #01185B;
    color: #fff;
  }
  .cmn-btn:hover--white {
    background-color: #fff;
    color: #01185B;
  }
}
.cmn-btn:active {
  background-color: #01185B;
  color: #fff;
}
.cmn-btn:active--white {
  background-color: #fff;
  color: #01185B;
}

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

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

.pageHeader {
  position: relative;
  margin-bottom: 2.25rem;
}
.pageHeader__imgWrap {
  position: relative;
  padding: 0.625rem;
  background-color: #fff;
}
.pageHeader__img {
  width: 100%;
  height: 15.625rem;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 640px) {
  .pageHeader__img {
    height: 9.375rem;
  }
}
.pageHeader__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 24, 91, 0.6);
  z-index: 3;
}
.pageHeader__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageHeader__title {
  position: relative;
  z-index: 5;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-top: -6.25rem;
  padding: 2.1875rem 1.875rem 1.875rem;
  gap: 0.3125rem;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .pageHeader__title {
    margin-top: -4.375rem;
    padding: 1.5625rem 1.25rem 1.25rem;
  }
}
.pageHeader__title .ja {
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.3em;
  color: #01185B;
}
@media all and (max-width: 640px) {
  .pageHeader__title .ja {
    font-size: 1.625rem;
  }
}
.pageHeader__title .en {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-top: 0.2em;
  color: #D0D0D0;
}

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

.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: #01185B;
  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: #01185B;
  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: #01185B;
  color: #fff;
  z-index: 950;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.75rem;
  transition: all 0.5s;
  height: 5rem;
  translate: 0 -110%;
}
@media all and (max-width: 1180px) {
  .mainHeader__common {
    padding: 0 2.5rem;
  }
}
@media all and (max-width: 900px) {
  .mainHeader__common {
    height: 3.75rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common {
    height: 3.125rem;
  }
}
.mainHeader__common__logo {
  max-width: 10.9375rem;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__logo {
    max-width: 7.5rem;
  }
}
@media all and (max-width: 900px) {
  .mainHeader__common__logo {
    position: fixed;
    top: 1.125rem;
    left: 1.25rem;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common__logo {
    top: 0.75rem;
    left: 0.9375rem;
  }
}
.mainHeader__common__logo a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
.scrolled .mainHeader__common {
  translate: 0 0%;
}
.mainHeader__common__nav {
  display: flex;
  gap: 1.25rem;
}
@media all and (max-width: 900px) {
  .mainHeader__common__nav {
    display: none;
  }
}
.mainHeader__common__list {
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.mainHeader__common__list__link {
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  gap: 0.3em;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__list__link {
    padding: 0.625rem;
  }
}
.mainHeader__common__list__link span {
  position: relative;
  z-index: 5;
}
.mainHeader__common__list__link .en {
  font-size: 0.6em;
}
.mainHeader__common__list__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: all 0.3s;
}
.mainHeader__common__list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__link:hover {
    color: #fff;
  }
  .mainHeader__common__list__link:hover:before {
    transform: scaleY(1);
  }
}
.mainHeader__common__list__link:active {
  color: #fff;
}
.mainHeader__common__list__link:active:before {
  transform: scaleY(1);
}
.mainHeader__common__contact {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.2;
  flex-shrink: 0;
  gap: 0.625rem;
  align-items: center;
}
.mainHeader__common__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.8125rem;
  background-color: #fff;
  color: #01185B;
  font-weight: bold;
  letter-spacing: 0.05em;
  min-width: 8.75rem;
  border-radius: 0.625rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__contact a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__contact a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__contact a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__common__contact a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__contact a:hover {
    color: #01185B;
  }
}
.mainHeader__common__contact a:active {
  color: #01185B;
}
@media all and (max-width: 1080px) {
  .mainHeader__common__contact a {
    min-width: 7.5rem;
  }
}
.mainHeader__main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s;
}
@media all and (max-width: 1080px) {
  .mainHeader__main {
    padding-left: 1.875rem;
  }
}
@media all and (min-width: 901px) {
  .scrolled:not(.active) .mainHeader__main {
    translate: 0 -6.875rem;
  }
}
@media all and (max-width: 900px) {
  .scrolled .mainHeader__main .mainHeader__main__logo {
    translate: 0 -200%;
    rotate: -30deg;
  }
}
@media all and (max-width: 900px) {
  .mainHeader__main {
    padding-left: 1.25rem;
    background-color: transparent;
  }
}
.mainHeader__main__hamburger {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  width: 6.25rem;
  height: 6.25rem;
  background: none;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0 0 0 1.25rem;
  z-index: 1200;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  line-height: 1;
  color: #000000;
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger {
    gap: 0.375rem;
  }
}
@media all and (max-width: 900px) {
  .mainHeader__main__hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 0 0 0 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.mainHeader__main__hamburger .barWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 2.5rem;
  gap: 0.5rem;
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger .barWrap {
    width: 1.625rem;
    gap: 0.25rem;
  }
}
.mainHeader__main__hamburger .barWrap span {
  height: 0.25rem;
  background-color: #01185B;
  border-radius: calc(infinity * 1px);
  transform-origin: center;
  width: 100%;
  transition: all 0.3s;
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger .barWrap span {
    height: 0.1875rem;
  }
}
.mainHeader__main__hamburger .barWrap span:nth-child(2) {
  width: 75%;
}
.mainHeader__main__hamburger .barWrap span:nth-child(3) {
  width: 50%;
}
.mainHeader__main__hamburger .text {
  overflow: hidden;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  transition: all 0.3s;
  display: block;
  height: 1em;
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger .text {
    font-size: 0.625rem;
  }
}
.mainHeader__main__hamburger.active {
  background-color: #01185B;
}
.mainHeader__main__hamburger.active .barWrap span {
  background-color: #fff;
}
.mainHeader__main__hamburger.active span:nth-child(1) {
  transform: translateY(0.875rem) rotate(45deg);
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger.active span:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
  }
}
.mainHeader__main__hamburger.active span:nth-child(2) {
  width: 0;
}
.mainHeader__main__hamburger.active span:nth-child(3) {
  width: 100%;
  transform: translateY(-0.625rem) rotate(-45deg);
}
@media all and (max-width: 640px) {
  .mainHeader__main__hamburger.active span:nth-child(3) {
    transform: translateY(-0.375rem) rotate(-45deg);
  }
}
.mainHeader__main__hamburger.active .text {
  height: 0;
}

.gNav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100lvh;
  z-index: 1000;
  padding: 8.75rem 1.875rem 2.5rem;
  background-color: #fff;
  overflow: auto;
  line-height: 1.4;
  translate: 100% 0;
  transition: all 0.5s;
}
@media all and (max-width: 900px) {
  .gNav {
    padding: 7.5rem 1.25rem 2.5rem;
  }
}
@media all and (max-width: 640px) {
  .gNav {
    padding: 5.625rem 1.25rem 2.5rem;
  }
}
.gNav.active {
  translate: 0 0;
}
.gNav__list {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
}
.gNav__list a {
  display: flex;
  align-items: center;
  gap: 1em;
  position: relative;
  padding-bottom: 0.3em;
  transition: all 0.2s ease 0s;
}
.gNav__list a:after {
  content: "";
  height: 0.0625rem;
  width: 100%;
  background-color: #01185B;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transition: all 0.2s ease 0s;
}
.gNav__list a:after:hover {
  text-decoration: none;
}
.gNav__list a .text {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  min-width: 13.75rem;
}
.gNav__list a .en {
  transition: all 0.2s ease 0s;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
.gNav__list a .en:hover {
  text-decoration: none;
}
.gNav__list a .ja {
  font-size: 0.75rem;
  color: #afafaf;
}
.gNav__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .gNav__list a:hover .en {
    color: #01185B;
  }
  .gNav__list a:hover:after {
    scale: 0.5 1;
  }
}
.gNav__list a:active .en {
  color: #01185B;
}
.gNav__list a:active:after {
  scale: 0.5 1;
}
.gNav__contact {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.gNav__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-weight: 700;
  background-color: #01185B;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  letter-spacing: 0.1em;
  color: #fff;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.gNav__contact a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .gNav__contact a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.gNav__contact a:active {
  opacity: 0.7;
  text-decoration: none;
}

.foot-links__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 72.5rem;
}
@media all and (max-width: 900px) {
  .foot-links__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
.foot-links__link {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 54/30;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 1080px) {
  .foot-links__link {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 900px) {
  .foot-links__link {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 640px) {
  .foot-links__link {
    padding: 0.625rem 0.9375rem;
    font-size: 1.125rem;
  }
}
.foot-links__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01185B;
  opacity: 0.6;
  z-index: 3;
  transition: all 0.2s ease 0s;
}
.foot-links__link:before:hover {
  text-decoration: none;
}
.foot-links__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .foot-links__link:hover img {
    transform: scale(1.05);
  }
  .foot-links__link:hover .bt {
    background-color: #fff;
    color: #01185B;
  }
}
.foot-links__link:active img {
  transform: scale(1.05);
}
.foot-links__link:active .bt {
  background-color: #fff;
  color: #01185B;
}
.foot-links .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.foot-links .image img {
  transition: all 0.2s ease 0s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.foot-links .image img:hover {
  text-decoration: none;
}
.foot-links .heading {
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  font-size: 1.875rem;
}
@media all and (max-width: 1080px) {
  .foot-links .heading {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) {
  .foot-links .heading {
    font-size: 1.25rem;
  }
}
.foot-links .heading .en {
  font-size: 0.4666666667em;
  font-weight: 700;
  letter-spacing: 0.175em;
}
.foot-links .heading .ja {
  font-weight: 600;
}
.foot-links .content {
  position: relative;
  z-index: 5;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 1.25rem;
}
.foot-links .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 9.375rem;
  min-height: 2.5rem;
  border: 0.0625rem solid currentColor;
  padding: 0.625rem 2.1875rem;
  line-height: 1.2;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  transition: all 0.2s ease 0s;
}
.foot-links .bt:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .foot-links .bt {
    min-width: 7.5rem;
  }
}

.toTop {
  position: absolute;
  right: 1.25rem;
  top: 0;
  translate: 0 -100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .toTop {
    flex-direction: row;
    align-items: flex-start;
    line-height: 1;
  }
}
.toTop .text {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
@media all and (min-width: 641px) {
  .toTop .text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.toTop .bar {
  width: 0.0625rem;
  height: 3.75rem;
  background-color: #000000;
  transform-origin: center top;
  transition: all 0.2s ease 0s;
}
.toTop .bar:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .toTop .bar {
    height: 2.5rem;
  }
}
.toTop:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .toTop:hover .bar {
    scale: 1 0.5;
  }
}
.toTop:active .bar {
  scale: 1 0.5;
}

.mainFooter {
  position: relative;
}
.mainFooter__lead {
  padding: 6.25rem 0;
  background-color: #000000;
}
@media all and (max-width: 640px) {
  .mainFooter__lead {
    padding: 3.75rem 0;
  }
}
.mainFooter__lead__box {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.mainFooter__lead__box .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.2;
}
@media all and (max-width: 900px) {
  .mainFooter__lead__box .text {
    flex-direction: column;
    gap: 0.625rem;
    align-items: center;
  }
}
@media all and (min-width: 901px) {
  .mainFooter__lead__box .text span:first-child {
    margin-right: 1em;
    padding-right: 1rem;
    border-right: 0.0625rem solid #fff;
  }
}
.mainFooter__lead__box .logo {
  width: 18.75rem;
}
.mainFooter__lead__box .logo img {
  width: 100%;
}
@media all and (max-width: 640px) {
  .mainFooter__lead__box .logo {
    width: 15rem;
  }
}
.mainFooter__nav {
  padding: 2.5rem 0;
}
.mainFooter__nav__list {
  max-width: 68.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media all and (max-width: 900px) {
  .mainFooter__nav__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 0;
  }
}
@media all and (max-width: 640px) {
  .mainFooter__nav__list {
    width: calc(100% + 2.5rem);
    position: relative;
    left: -1.25rem;
  }
}
.mainFooter__nav__list li:not(:last-child) {
  border-right: 0.0625rem solid #000000;
}
@media all and (max-width: 900px) {
  .mainFooter__nav__list li:nth-child(3n) {
    border-right: none;
  }
}
.mainFooter__nav__list a {
  padding: 0.1em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.625rem;
  line-height: 1.2;
  font-weight: 700;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__nav__list a:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .mainFooter__nav__list a {
    padding: 0.1em;
  }
}
.mainFooter__nav__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__nav__list a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.mainFooter__nav__list a:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.mainFooter__nav__list a .ja {
  font-size: 0.9375rem;
}
.mainFooter__nav__list a .en {
  font-size: 0.5625rem;
}
.mainFooter .copyright {
  text-align: center;
  font-size: 0.75rem;
  background-color: #000000;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.top-fv {
  min-height: 100vh;
  min-height: 100lvh;
  position: relative;
  background-color: #fff;
}
.top-fv:not(.is-loaded) .top-fv__slideWrap {
  opacity: 0;
}
.top-fv:not(.is-loaded) .top-fv__logo {
  opacity: 0;
}
.top-fv:not(.is-loaded) .top-fv__copy {
  opacity: 0;
}
.top-fv:not(.is-loaded) .top-fv__news {
  opacity: 0;
}
.top-fv__inner {
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12.5rem 2.5rem;
}
@media all and (max-width: 640px) {
  .top-fv__inner {
    padding: 6.25rem 1.25rem;
  }
}
.top-fv__content {
  position: relative;
  z-index: 20;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
}
@media all and (max-width: 640px) {
  .top-fv__content {
    gap: 2.5rem;
  }
}
.top-fv__copy {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 0 0.375rem #01185b;
  transition: opacity 0.5s ease 1s;
}
@media all and (max-width: 640px) {
  .top-fv__copy {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 640px) {
  .top-fv__copy .comma {
    display: none;
  }
}
.top-fv__logo {
  width: 18.75rem;
  transition: opacity 0.5s ease 1.5s;
}
.top-fv__logo img {
  width: 100%;
}
@media all and (max-width: 640px) {
  .top-fv__logo {
    width: 15rem;
  }
}
.top-fv__slideWrap {
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  top: 0.625rem;
  left: 0.625rem;
  overflow: hidden;
  border-radius: 0.625rem;
  position: absolute;
  transition: opacity 0.5s ease 0.5s;
}
.top-fv__slideWrap .swiper-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #01185B;
  opacity: 0.7;
  z-index: 10;
}
.top-fv__swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.top-fv__slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.top-fv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-fv__pagination.swiper-pagination {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  left: auto;
  z-index: 15;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-fv__pagination.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  width: 2.5rem;
  height: 0.375rem;
}
.top-fv__news {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;
  width: 60%;
  max-width: 31.25rem;
  transition: opacity 0.5s ease 2s;
}
@media all and (max-width: 640px) {
  .top-fv__news {
    position: relative;
    width: 100%;
    max-width: 100%;
    transition-delay: 0s;
  }
}
.top-fv__news a {
  display: flex;
  border-radius: 0 1.25rem 0 0;
  gap: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .top-fv__news a {
    border-radius: 0;
  }
}
.top-fv__news a .img {
  width: 35%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.top-fv__news a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.top-fv__news a .img img:hover {
  text-decoration: none;
}
.top-fv__news a .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  flex: 1;
}
.top-fv__news a .content .title {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top-fv__news a .content .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  font-size: 0.75rem;
}
.top-fv__news a .content .footer .date {
  color: #6F6F6F;
}
.top-fv__news a .content .footer .arrow {
  display: flex;
  align-items: baseline;
  gap: 0.3125rem;
}
.top-fv__news a .content .footer .arrow .arrow-arrow {
  width: 2.5em;
  height: 0.0625rem;
  background-color: currentColor;
  position: relative;
  transition: all 0.2s ease 0s;
}
.top-fv__news a .content .footer .arrow .arrow-arrow:hover {
  text-decoration: none;
}
.top-fv__news a .content .footer .arrow .arrow-arrow:after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 0.75em;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(-45deg);
}
.top-fv__news a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-fv__news a:hover {
    text-decoration: none;
  }
  .top-fv__news a:hover .title {
    color: #01185B;
  }
  .top-fv__news a:hover .img img {
    transform: scale(1.05);
  }
  .top-fv__news a:hover .arrow .arrow-arrow {
    translate: 0.5em 0;
  }
}
.top-fv__news a:active {
  text-decoration: none;
}
.top-fv__news a:active .title {
  color: #01185B;
}
.top-fv__news a:active .img img {
  transform: scale(1.05);
}
.top-fv__news a:active .arrow .arrow-arrow {
  translate: 0.5em 0;
}

.top-about {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7.5rem;
  padding-left: 3.75rem;
}
@media all and (max-width: 640px) {
  .top-about {
    padding-left: 0;
    flex-direction: column;
    padding-top: 0;
  }
}
.top-about__img {
  width: 69%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 640px) {
  .top-about__img {
    position: relative;
    width: 100%;
    margin-top: 1.875rem;
  }
}
.top-about__content {
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-left: auto;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.00625rem;
  padding: 2.5rem 2.5rem;
}
@media all and (max-width: 640px) {
  .top-about__content {
    padding: 2.5rem 1.25rem;
    width: calc(100% + 2.5rem);
    position: relative;
    left: -1.25rem;
    writing-mode: horizontal-tb;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.top-about__title {
  display: flex;
  flex-direction: column-reverse;
  margin-left: 1.25rem;
  gap: 0.3em;
}
@media all and (max-width: 640px) {
  .top-about__title {
    margin-left: 0.625rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.top-about__title .ja {
  font-weight: 600;
  font-size: 1.875rem;
  color: #01185B;
  letter-spacing: 0.3em;
}
@media all and (max-width: 640px) {
  .top-about__title .ja {
    font-size: 1.5rem;
  }
}
.top-about__title .en {
  letter-spacing: 0.2em;
  color: #ddd;
  font-weight: 700;
}
@media all and (max-width: 640px) {
  .top-about__title .en {
    font-size: 0.9375rem;
  }
}
.top-about__text {
  line-height: 2.75;
}
@media all and (max-width: 900px) {
  .top-about__text {
    line-height: 2;
  }
}
@media all and (max-width: 640px) {
  .top-about__text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.90625rem;
    white-space: nowrap;
  }
}
.top-about__btn-wrap {
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 640px) {
  .top-about__btn-wrap {
    margin-top: 1.25rem;
    margin-right: 0;
    width: 100%;
    justify-content: flex-start;
  }
}
.top-about__btn-wrap a {
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #01185B;
  min-height: 9.375rem;
  min-width: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.4em;
  font-weight: 600;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-about__btn-wrap a:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .top-about__btn-wrap a {
    min-height: 2.5rem;
    min-width: 9.375rem;
  }
}
.top-about__btn-wrap a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-about__btn-wrap a:hover {
    background-color: #01185B;
    color: #fff;
  }
}
.top-about__btn-wrap a:active {
  background-color: #01185B;
  color: #fff;
}

.top-service {
  display: flex;
  gap: 2.5rem;
}
@media all and (max-width: 1080px) {
  .top-service {
    gap: 1.875rem;
  }
}
@media all and (max-width: 900px) {
  .top-service {
    flex-direction: column;
  }
}
.top-service__title {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.3em;
}
@media all and (min-width: 901px) {
  .top-service__title {
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
}
.top-service__title .ja {
  color: #01185B;
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}
@media all and (min-width: 901px) {
  .top-service__title .ja {
    letter-spacing: 0.4em;
  }
}
@media all and (max-width: 640px) {
  .top-service__title .ja {
    font-size: 1.625rem;
  }
}
.top-service__title .en {
  color: #ddd;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 1080px) {
  .top-service__list {
    gap: 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .top-service__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-works {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 2.5rem;
}
@media all and (max-width: 900px) {
  .top-works {
    flex-direction: column;
  }
}
.top-works__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 900px) {
  .top-works__header {
    display: contents;
  }
}
.top-works__title {
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3em;
}
@media all and (min-width: 901px) {
  .top-works__title {
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
}
.top-works__title .ja {
  color: #fff;
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}
@media all and (min-width: 901px) {
  .top-works__title .ja {
    letter-spacing: 0.4em;
  }
}
@media all and (max-width: 640px) {
  .top-works__title .ja {
    font-size: 1.625rem;
  }
}
.top-works__title .en {
  color: #ddd;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media all and (max-width: 900px) {
  .top-works__btn-wrap {
    order: 99;
    display: flex;
    justify-content: flex-end;
  }
}
.top-works__btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #fff;
  font-size: 0.875rem;
  letter-spacing: 0.4em;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-works__btn-wrap a:hover {
  text-decoration: none;
}
@media all and (min-width: 901px) {
  .top-works__btn-wrap a {
    text-orientation: mixed;
    writing-mode: vertical-rl;
    min-height: 9.375rem;
    min-width: 2.5rem;
  }
}
@media all and (max-width: 900px) {
  .top-works__btn-wrap a {
    min-height: 2.5rem;
    min-width: 9.375rem;
  }
}
.top-works__btn-wrap a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-works__btn-wrap a:hover {
    background-color: #fff;
    color: #01185B;
  }
}
.top-works__btn-wrap a:active {
  background-color: #fff;
  color: #01185B;
}
.top-works__content {
  display: grid;
  grid-template-columns: 0.275fr 1fr;
  gap: 2.25rem 2.5rem;
  max-width: 57.1875rem;
}
@media all and (max-width: 900px) {
  .top-works__content {
    grid-template-columns: 0.375fr 1fr;
    gap: 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .top-works__content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.top-works__link-first {
  display: flex;
  background-color: #fff;
  padding: 2.5rem 2.5rem 1.25rem;
  flex-direction: column;
  gap: 1.25rem;
  transition: all 0.2s ease 0s;
}
@media all and (min-width: 641px) {
  .top-works__link-first {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
@media all and (max-width: 900px) {
  .top-works__link-first {
    padding: 1.25rem 1.25rem 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .top-works__link-first {
    padding: 0.9375rem;
  }
}
.top-works__link-first:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-works__link-first:hover {
    text-decoration: none;
  }
  .top-works__link-first:hover .img img {
    transform: scale(1.05);
  }
  .top-works__link-first:hover .arrow .arrow-arrow {
    translate: 0.5em 0;
  }
}
.top-works__link-first:active {
  text-decoration: none;
}
.top-works__link-first:active .img img {
  transform: scale(1.05);
}
.top-works__link-first:active .arrow .arrow-arrow {
  translate: 0.5em 0;
}
.top-works__link-first .img {
  width: 100%;
  aspect-ratio: 600/337;
  overflow: hidden;
}
.top-works__link-first .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.top-works__link-first .img img:hover {
  text-decoration: none;
}
.top-works__link-first .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.top-works__link-first .title {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #01185B;
  text-align: center;
  margin-bottom: 1em;
}
.top-works__link-first .excerpt {
  line-height: 2;
  min-height: 4em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.top-works__link-first .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  font-size: 0.75rem;
  margin-top: auto;
}
.top-works__link-first .footer .date {
  color: #6F6F6F;
}
.top-works__link-first .footer .arrow {
  display: flex;
  align-items: baseline;
  gap: 0.3125rem;
}
.top-works__link-first .footer .arrow .arrow-arrow {
  width: 2.5em;
  height: 0.0625rem;
  background-color: currentColor;
  position: relative;
  transition: all 0.2s ease 0s;
}
.top-works__link-first .footer .arrow .arrow-arrow:hover {
  text-decoration: none;
}
.top-works__link-first .footer .arrow .arrow-arrow:after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 0.75em;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(-45deg);
}
.top-works__link {
  display: flex;
  background-color: #fff;
  padding: 0.625rem;
  flex-direction: column;
  gap: 0.625rem;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .top-works__link {
    flex-direction: row;
    align-items: center;
  }
}
.top-works__link .img {
  width: 100%;
  aspect-ratio: 175/99;
  overflow: hidden;
}
.top-works__link .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.top-works__link .img img:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .top-works__link .img {
    width: 40%;
    aspect-ratio: 1/1;
  }
}
.top-works__link .title {
  line-height: 1.6;
  min-height: 3.2em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 0.75rem;
}
@media all and (max-width: 640px) {
  .top-works__link .title {
    font-size: 0.875rem;
  }
}
.top-works__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-works__link:hover {
    text-decoration: none;
  }
  .top-works__link:hover .title {
    color: #01185B;
  }
  .top-works__link:hover .img img {
    transform: scale(1.05);
  }
}
.top-works__link:active {
  text-decoration: none;
}
.top-works__link:active .title {
  color: #01185B;
}
.top-works__link:active .img img {
  transform: scale(1.05);
}

.top-flex-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
  flex-direction: row-reverse;
  max-width: 1100px;
}
@media all and (min-width: 641px) {
  .top-flex-item:nth-child(even) {
    flex-direction: row;
    margin-left: auto;
  }
}
@media all and (max-width: 640px) {
  .top-flex-item {
    flex-direction: column;
  }
}
@media all and (min-width: 641px) {
  .top-flex-item .content {
    width: 45%;
    max-width: 30rem;
  }
}
@media all and (min-width: 641px) {
  .top-flex-item .img {
    width: 50%;
    max-width: 33.75rem;
  }
}
.top-flex-item .title {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.top-flex-item .title .ja {
  font-size: 1.875rem;
  font-weight: 600;
  color: #01185B;
}
.top-flex-item .title .en {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ddd;
  letter-spacing: 0.15em;
}

.service-list {
  padding: 5rem 2.5rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
@media all and (max-width: 1080px) {
  .service-list {
    padding: 3.75rem 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .service-list {
    padding: 2.5rem 0.625rem;
    width: calc(100% + 3.125rem);
    position: relative;
    left: -1.5625rem;
  }
}
.service-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.75rem 0;
}
@media all and (max-width: 640px) {
  .service-list__list {
    gap: 2.5rem 0;
  }
}
.service-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 20%;
  transition: opacity 0.6s ease;
  opacity: 0;
}
@media all and (max-width: 1080px) {
  .service-list__item {
    width: 30%;
  }
}
@media all and (max-width: 640px) {
  .service-list__item {
    width: 50%;
  }
}
.service-list__item:nth-child(1) {
  transition-delay: 0.25s;
}
.service-list__item:nth-child(2) {
  transition-delay: 0.5s;
}
.service-list__item:nth-child(3) {
  transition-delay: 0.75s;
}
.service-list__item:nth-child(4) {
  transition-delay: 1s;
}
.service-list__item:nth-child(5) {
  transition-delay: 1.25s;
}
.service-list__item:nth-child(6) {
  transition-delay: 1.5s;
}
.service-list__item:nth-child(7) {
  transition-delay: 1.75s;
}
.service-list__item:nth-child(8) {
  transition-delay: 2s;
}
.service-list__item:nth-child(9) {
  transition-delay: 2.25s;
}
.onAnim .service-list__item {
  opacity: 1;
}
.service-list__item .icon {
  width: 6.25rem;
}
.service-list__item .title {
  font-size: 0.875rem;
  color: #01185B;
  margin-top: 1.5em;
  line-height: 1.8;
}
.service-list__item .caption {
  font-size: 0.625rem;
  margin-top: 0.5em;
  line-height: 1.6;
}

.service-flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
@media all and (max-width: 900px) {
  .service-flex-wrap {
    gap: 3.75rem;
  }
}

.service-flex-item {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  flex-direction: row-reverse;
  max-width: 1100px;
  width: 100%;
}
@media all and (min-width: 901px) {
  .service-flex-item {
    align-items: center;
  }
}
@media all and (min-width: 901px) {
  .service-flex-item:nth-child(even) {
    flex-direction: row;
    margin-left: auto;
  }
}
@media all and (max-width: 900px) {
  .service-flex-item {
    flex-direction: column;
  }
}
@media all and (min-width: 901px) {
  .service-flex-item .content {
    width: 45%;
    max-width: 30rem;
  }
}
.service-flex-item .img {
  max-width: 33.75rem;
}
@media all and (min-width: 901px) {
  .service-flex-item .img {
    width: 50%;
  }
}

.flow-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (min-width: 901px) {
  .flow-list:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.0625rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
@media all and (max-width: 900px) {
  .flow-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media all and (min-width: 901px) {
  .flow-list__item {
    width: 7.4375rem;
  }
}
@media all and (max-width: 1080px) {
  .flow-list__item {
    width: 12%;
  }
}
@media all and (max-width: 900px) {
  .flow-list__item {
    width: auto;
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 0.625rem;
  }
}
.flow-list__item .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  padding-top: 0.875rem;
  position: relative;
  gap: 0.25rem;
  color: #01185B;
  font-size: 0.875rem;
}
@media all and (max-width: 1080px) {
  .flow-list__item .header {
    padding-top: 0.625rem;
  }
}
@media all and (min-width: 901px) {
  .flow-list__item .header {
    aspect-ratio: 1/1;
  }
  .flow-list__item .header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease 0s;
  }
  .flow-list__item .header:before:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 900px) {
  .flow-list__item .header {
    padding-top: 0;
    flex-direction: row;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    gap: 0.625rem;
  }
  .flow-list__item .header br {
    display: none;
  }
}
.flow-list__item .header > * {
  position: relative;
  z-index: 5;
}
@media all and (max-width: 900px) {
  .flow-list__item .header .num {
    position: absolute;
    color: #fff;
    top: -1.25rem;
    left: -5rem;
    font-size: 2rem;
  }
}
@media all and (max-width: 640px) {
  .flow-list__item .header .num {
    left: -4.375rem;
  }
}
.flow-list__item .header .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
  min-height: 3.2em;
}
@media all and (max-width: 900px) {
  .flow-list__item .header .title {
    min-height: auto;
  }
}
.flow-list__item .header:after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.8125rem;
  background-color: #fff;
  position: absolute;
  bottom: -3.75rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 100% 100%, 0 100%);
  opacity: 0;
}
@media all and (min-width: 901px) {
  .flow-list__item .content {
    display: none;
  }
}
@media all and (max-width: 900px) {
  .flow-list__item .content-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 1.875rem;
    font-size: 0.875rem;
  }
}
@media all and (max-width: 640px) {
  .flow-list__item .content-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.flow-list__item .content-inner .img {
  aspect-ratio: 440/248;
}
.flow-list__item .content-inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow-list__item .content-inner .text.full {
  grid-column: 1/-1;
}
.flow-list__item.active .header:before {
  transform: scale(1.15);
}
.flow-list__item.active .header:after {
  opacity: 1;
}

.flow-content-wrap {
  background-color: #fff;
  padding: 3.75rem 2.5rem;
  border-radius: 0.625rem;
  position: relative;
  margin-top: 3.75rem;
}
.flow-content-wrap .content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
.flow-content-wrap .img {
  aspect-ratio: 440/248;
}
.flow-content-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow-content-wrap .text.full {
  grid-column: 1/-1;
}
@media all and (max-width: 900px) {
  .flow-content-wrap {
    display: none;
  }
}

.president-message {
  background-color: #fff;
  padding: 5rem 2.5rem;
  border-radius: 0.625rem;
  position: relative;
}
@media all and (max-width: 900px) {
  .president-message {
    padding: 2.5rem 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .president-message {
    padding: 2.5rem 1.25rem;
  }
}
.president-message__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 2.5rem;
}
@media all and (max-width: 900px) {
  .president-message__inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.president-message .img {
  width: 19rem;
}
@media all and (max-width: 900px) {
  .president-message .img {
    width: 12.5rem;
    margin-right: 1.875rem;
  }
}
@media all and (max-width: 640px) {
  .president-message .img {
    width: 6.25rem;
    margin-right: 1.25rem;
  }
}
.president-message .content {
  flex: 1;
  max-width: 42.25rem;
}
.president-message .content .cmn-heading {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media all and (max-width: 640px) {
  .president-message .content .cmn-heading {
    margin-bottom: 1.875rem;
  }
}
@media all and (max-width: 900px) {
  .president-message .content {
    display: contents;
  }
}
.president-message .name {
  font-size: 0.875rem;
  text-align: right;
}
@media all and (max-width: 900px) {
  .president-message .name {
    order: 99;
  }
}

.case-studies-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.375rem, 1fr));
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .case-studies-list {
    width: calc(100% + 1.25rem);
    position: relative;
    left: -0.625rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.case-studies-list__item {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  line-height: 1.6;
  transition: opacity 0.6s ease;
  opacity: 0;
}
.case-studies-list__item:nth-child(1) {
  transition-delay: 0.15s;
}
.case-studies-list__item:nth-child(2) {
  transition-delay: 0.3s;
}
.case-studies-list__item:nth-child(3) {
  transition-delay: 0.45s;
}
.case-studies-list__item:nth-child(4) {
  transition-delay: 0.6s;
}
.case-studies-list__item:nth-child(5) {
  transition-delay: 0.75s;
}
.case-studies-list__item:nth-child(6) {
  transition-delay: 0.9s;
}
.case-studies-list__item:nth-child(7) {
  transition-delay: 1.05s;
}
.case-studies-list__item:nth-child(8) {
  transition-delay: 1.2s;
}
.case-studies-list__item:nth-child(9) {
  transition-delay: 1.35s;
}
.case-studies-list__item:nth-child(10) {
  transition-delay: 1.5s;
}
.case-studies-list.onAnim .case-studies-list__item {
  opacity: 1;
}

.company-table {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 0.875rem;
}
.company-table__item {
  color: #fff;
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2.5rem;
  padding: 1.5rem 0;
  position: relative;
}
@media all and (max-width: 640px) {
  .company-table__item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.company-table__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #fff 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}
.company-table__item:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #fff 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}
.company-table__title {
  position: relative;
  padding-left: 1em;
  padding-right: 0.625rem;
}
@media all and (max-width: 640px) {
  .company-table__title {
    padding: 0;
  }
}
.company-table__title:after {
  content: ":";
  position: absolute;
  right: 0;
}
@media all and (max-width: 640px) {
  .company-table__title:after {
    position: relative;
    margin-left: 0.625rem;
  }
}
.company-table__content {
  flex: 1;
  padding: 0.075rem 0.1rem;
  color: var(--text-color);
  display: flex;
  align-items: center;
}
.company-table .map-link {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 9.375rem;
  min-height: 1.875rem;
  border: 0.0625rem solid #fff;
  padding: 0.625rem 0.9375rem;
  color: #fff;
  line-height: 1.2;
  font-size: 0.6875rem;
  position: relative;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.company-table .map-link:hover {
  text-decoration: none;
}
.company-table .map-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .company-table .map-link:hover {
    background-color: #fff;
    color: #01185B;
  }
}
.company-table .map-link:active {
  background-color: #fff;
  color: #01185B;
}
.company-table .history-list {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  max-width: 22.5rem;
}

.mapWrap {
  width: 100%;
  height: 25rem;
  max-width: 50rem;
  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;
  }
}

.works-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  gap: 5rem 2.5rem;
}
@media all and (max-width: 640px) {
  .works-list {
    gap: 3.75rem 1.25rem;
  }
}
.works-list__link {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
  justify-content: space-between;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.works-list__link:hover {
  text-decoration: none;
}
.works-list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .works-list__link:hover .works-list__img img {
    transform: scale(1.1);
  }
  .works-list__link:hover .works-list__arrow {
    translate: 0.5em 0;
  }
}
.works-list__link:active .works-list__img img {
  transform: scale(1.1);
}
.works-list__link:active .works-list__arrow {
  translate: 0.5em 0;
}
.works-list__img {
  aspect-ratio: 32/18;
  overflow: hidden;
}
.works-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.works-list__img img:hover {
  text-decoration: none;
}
.works-list__title {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 1em 0;
}
.works-list__description {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.works-list__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.works-list__date {
  font-size: 0.75rem;
  color: #6F6F6F;
}
.works-list__arrow {
  display: flex;
  align-items: baseline;
  gap: 0.3125rem;
  font-size: 0.75rem;
  transition: all 0.2s ease 0s;
}
.works-list__arrow:hover {
  text-decoration: none;
}
.works-list__arrow .arrow-arrow {
  width: 2.5em;
  height: 0.0625rem;
  background-color: currentColor;
  position: relative;
}
.works-list__arrow .arrow-arrow:after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 0.75em;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(-45deg);
}

.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
}
@media all and (max-width: 1080px) {
  .pager {
    margin-top: 3.75rem;
  }
}
@media all and (max-width: 640px) {
  .pager {
    margin-top: 2.5rem;
  }
}
.pager .nav-links {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
  line-height: 1.2;
}
.pager .nav-links a,
.pager .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.875rem;
  height: 2.25rem;
  padding: 0.2em 0.5em;
  min-width: 2.25rem;
  border: 0.0625rem solid #01185B;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover,
.pager .nav-links span:hover {
  text-decoration: none;
}
.pager .nav-links a {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pager .nav-links a:hover {
    background-color: rgba(1, 24, 91, 0.1);
  }
}
.pager .nav-links a:active {
  background-color: rgba(1, 24, 91, 0.1);
}
.pager .nav-links .current,
.pager .nav-links span.current {
  color: #fff;
  background-color: #01185B;
  cursor: default;
  background: #01185B;
  border: 0.0625rem solid #01185B;
}
.pager .nav-links .dots {
  background: transparent;
  border: none;
  color: #000000;
  cursor: default;
  pointer-events: none;
}
.pager .prev,
.pager .next {
  display: none;
}

.single-wrap {
  padding: 6.25rem 2.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media all and (max-width: 640px) {
  .single-wrap {
    padding: 2.5rem 1.25rem;
  }
}

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

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

.recruit-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 900px) {
  .recruit-point {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
.recruit-point li {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
.recruit-point p {
  padding: 0 0.625rem;
}

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

.company-table2 .company-table__item {
  color: #000000;
}
.company-table2 .company-table__item:before {
  background-image: linear-gradient(to right, #000000 0.0625rem, transparent 0.0625rem);
}
.company-table2 .company-table__item:after {
  background-image: linear-gradient(to right, #000000 0.0625rem, transparent 0.0625rem);
}

.form-pp {
  max-width: 50rem;
  margin: 2.5rem auto 0;
  border: 0.0625rem solid #adadad;
  padding: 1.25rem 1.25rem;
  max-height: 12.5rem;
  overflow-y: auto;
}

.post-content strong {
  background-color: #01185B;
  color: #fff;
  font-weight: 700;
}
.post-content small {
  font-size: 0.8em;
}
.post-content em {
  font-style: italic;
}
.post-content p a {
  color: #394A7C;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.post-content p a:hover {
  text-decoration: none;
}
.post-content__block {
  margin-bottom: 3.125rem;
}
.post-content__block:last-child {
  margin-bottom: 0;
}
.post-content__block.content-wysiwyg p {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}
.post-content__block.content-wysiwyg p:last-child {
  margin-bottom: 0;
}
.post-content__block.content-heading1 {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.post-content__block.content-heading2 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.post-content__block.content-heading3 {
  margin-bottom: 1.25rem;
}
.post-content__block.content-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.25rem;
}
@media all and (max-width: 640px) {
  .post-content__block.content-images {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }
}
.post-content__block.content-images .image-list__item {
  display: block;
}
.post-content__block.content-images .image-list__item .image-list__img img {
  display: block;
  width: 100%;
  height: auto;
}
.post-content__block.content-images .image-list__item figcaption {
  margin-top: 0.9375rem;
}
.post-content__block.content-list {
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.post-content__block.content-list li {
  padding-left: 1.25em;
  position: relative;
}
.post-content__block.content-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #01185B;
}
.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: #01185B;
  margin-bottom: 1.875rem;
}
.post-content__block.image-text-block .image-text-content .text-heading2 {
  font-size: 1.3125rem;
  margin-bottom: 1.875rem;
}
.post-content__block.image-text-block .image-text-content .text-heading3 {
  margin-bottom: 1.25rem;
}

.prev-wrap {
  display: flex;
  justify-content: flex-start;
}
.prev-wrap a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #01185B;
  min-width: 9.375rem;
  justify-content: center;
  border: 0.0625rem solid #01185B;
  padding: 0.5rem 1.25rem;
  line-height: 1.2;
  transition: all 0.2s ease 0s;
}
.prev-wrap a:hover {
  text-decoration: none;
}
.prev-wrap a:hover {
  background-color: #01185B;
  color: #fff;
}

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

.form-table {
  max-width: 50rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .form-table {
    grid-template-columns: 1fr;
  }
}
.form-table__item dt {
  line-height: 1.4;
  font-size: 0.875rem;
  margin-bottom: 0.75em;
}
.form-table__item dt .required {
  color: #ff0000;
}
@media all and (max-width: 640px) {
  .form-table__item dt {
    font-size: 1rem;
  }
}
.form-table__item.col-full {
  grid-column: 1/-1;
}
.form-table input[type=text],
.form-table input[type=email],
.form-table input[type=tel],
.form-table input[type=number],
.form-table textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100% !important;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  letter-spacing: 0.1em;
  color: #000000;
  box-sizing: border-box;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .form-table input[type=text],
  .form-table input[type=email],
  .form-table input[type=tel],
  .form-table input[type=number],
  .form-table textarea {
    font-size: 1rem;
  }
}
.form-table input[type=text]:read-only,
.form-table input[type=email]:read-only,
.form-table input[type=tel]:read-only,
.form-table input[type=number]:read-only,
.form-table textarea:read-only {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  margin-top: 0.375rem;
}
.form-table input[type=text]::placeholder,
.form-table input[type=email]::placeholder,
.form-table input[type=tel]::placeholder,
.form-table input[type=number]::placeholder,
.form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}
.form-table select {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  padding-right: 2.5rem;
  color: #000000;
  background-image: url(../images/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .form-table select {
    font-size: 1rem;
  }
}
.form-table select.empty-value {
  color: #d3d3d3;
}
.form-table textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  resize: vertical;
  width: 100%;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  border-radius: 0.625rem;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #000000;
  box-sizing: border-box;
  min-height: 12.5rem;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .form-table textarea {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .form-table textarea {
    min-height: 12.5rem;
  }
}
.form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}
.form-table .address-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.form-table .address-wrap__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.form-table .address-wrap__item .address-wrap__item-label {
  flex-shrink: 0;
}
.form-table .address-wrap__item .address-wrap__item-content {
  flex: 1;
}
.form-table .address-wrap__item .address-wrap__item-content [name=postal-code] {
  max-width: 12.5rem;
}

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

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

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

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

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