@charset "UTF-8";
/*------------------------------------------------------------


  common.css


------------------------------------------------------------*/
/*============================================================
  reset
============================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
}

ins {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: transparent;
  color: #000;
  font-style: normal;
  font-weight: normal;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  font-family: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
}

select {
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  display: block;
  font-family: inherit;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

strong, em, b, i, small, address {
  font-weight: normal;
  font-style: normal;
}

summary {
  display: block;
  cursor: pointer;
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
}

main {
  display: block;
}


/*============================================================
  root
============================================================*/
:root {
  --scrollbarWidth: 0px;
  --font-size: 10px;
  --font-serif: "Times New Roman", Times,
                "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
                "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  --font-sans-serif : "Helvetica Neue", Helvetica, Arial,
                      "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
                      "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Yu Gothic UI",
                      "メイリオ", "Meiryo", "Meiryo UI", sans-serif;
  --font-jp: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
             "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Yu Gothic UI",
             "メイリオ", "Meiryo", "Meiryo UI", sans-serif;
  --font-notosans : "Noto Sans JP", sans-serif;
  --font-afacad : "Afacad", sans-serif;
  --font-inter : "Inter", sans-serif;
  --color-white: #fff;
  --color-black: #080808;
  --color-gray: #eee;
  --grid: 0.8rem;
  --grid-2: calc(var(--grid) * 2); /* 1.6rem */
  --grid-3: calc(var(--grid) * 3); /* 2.4rem */
  --grid-4: calc(var(--grid) * 4); /* 3.2rem */
  --grid-5: calc(var(--grid) * 5); /* 4rem */
  --grid-6: calc(var(--grid) * 6); /* 4.8rem */
  --grid-7: calc(var(--grid) * 7); /* 5.6rem */
  --grid-8: calc(var(--grid) * 8); /* 6.4rem */
  --grid-9: calc(var(--grid) * 9); /* 7.2rem */
  --grid-10: calc(var(--grid) * 10); /* 8rem */
  --grid-11: calc(var(--grid) * 11); /* 8.8rem */
  --grid-12: calc(var(--grid) * 12); /* 9.6rem */
  --grid-13: calc(var(--grid) * 13); /* 10.4rem */
  --grid-14: calc(var(--grid) * 14); /* 11.2rem */
  --grid-15: calc(var(--grid) * 15); /* 12rem */
  --grid-16: calc(var(--grid) * 16); /* 12.8rem; */
  --grid-17: calc(var(--grid) * 17); /* 13.6rem; */
  --grid-18: calc(var(--grid) * 18); /* 14.4rem; */
  --grid-19: calc(var(--grid) * 19); /* 15.2rem; */
  --grid-20: calc(var(--grid) * 20); /* 16rem */
  --grid-22: calc(var(--grid) * 22); /* 17.6rem */
  --grid-24: calc(var(--grid) * 24); /* 19.2rem */
  --grid-26: calc(var(--grid) * 26); /* 20.8rem */
  --grid-28: calc(var(--grid) * 28); /* 22.4rem */
  --grid-30: calc(var(--grid) * 30); /* 24rem */
  --grid-32: calc(var(--grid) * 32); /* 25.6rem */
  --grid-34: calc(var(--grid) * 34); /* 27.2rem */
  --grid-36: calc(var(--grid) * 36); /* 28.8rem */
  --grid-38: calc(var(--grid) * 38); /* 30.4rem */
  --grid-40: calc(var(--grid) * 40); /* 32rem */
  --grid-42: calc(var(--grid) * 42); /* 33.6rem */
  --grid-44: calc(var(--grid) * 44); /* 35.2rem */
  --grid-46: calc(var(--grid) * 46); /* 36.8rem */
  --grid-48: calc(var(--grid) * 48); /* 38.4rem */
  --grid-50: calc(var(--grid) * 50); /* 40rem */
  --grid-52: calc(var(--grid) * 52); /* 41.6rem */
  --grid-54: calc(var(--grid) * 54); /* 43.2rem */
  --grid-56: calc(var(--grid) * 56); /* 44.8rem */
  --grid-58: calc(var(--grid) * 58); /* 46.4rem */
  --grid-60: calc(var(--grid) * 60); /* 48rem */
  --grid-62: calc(var(--grid) * 62); /* 49.6rem */
  --grid-64: calc(var(--grid) * 64); /* 51.2rem */
  --grid-66: calc(var(--grid) * 66); /* 52.8rem */
  --grid-68: calc(var(--grid) * 68); /* 54.4rem */
  --grid-72: calc(var(--grid) * 72); /* 57.6rem */
  --grid-74: calc(var(--grid) * 74); /* 59.2rem */
  --grid-76: calc(var(--grid) * 76); /* 60.8rem */
  --grid-78: calc(var(--grid) * 78); /* 62.4rem */
  --grid-80: calc(var(--grid) * 80); /* 64rem */
  --grid-84: calc(var(--grid) * 84); /* 67.2rem */
  --grid-88: calc(var(--grid) * 88); /* 70.4rem */
  --grid-92: calc(var(--grid) * 92); /* 73.6rem */
  --grid-96: calc(var(--grid) * 96); /* 76.8rem */
  --grid-100: calc(var(--grid) * 100); /* 80rem */
  --grid-104: calc(var(--grid) * 104); /* 83.2rem; */
  --grid-108: calc(var(--grid) * 108); /* 86.4rem; */
  --grid-112: calc(var(--grid) * 112); /* 89.2rem; */
  --grid-116: calc(var(--grid) * 116); /* 92.8rem; */
  --grid-120: calc(var(--grid) * 120); /* 96rem; */
  --grid-124: calc(var(--grid) * 124); /* 99.2rem; */
  --grid-128: calc(var(--grid) * 128); /* 102.4rem; */
  --grid-132: calc(var(--grid) * 132); /* 105.6rem; */
  --grid-136: calc(var(--grid) * 136); /* 108.8rem; */
  --grid-140: calc(var(--grid) * 140); /* 112rem; */
  --grid-144: calc(var(--grid) * 144); /* 115.2rem; */
  --grid-148: calc(var(--grid) * 148); /* 118.4rem; */
  --grid-152: calc(var(--grid) * 152); /* 121.6rem; */
  --grid-156: calc(var(--grid) * 156); /* 124.8rem; */
  --grid-160: calc(var(--grid) * 160); /* 128rem; */
  --grid-164: calc(var(--grid) * 164); /* 131.2rem; */
  --grid-168: calc(var(--grid) * 168); /* 134.4rem; */
  --grid-172: calc(var(--grid) * 172); /* 137.6rem; */
  --grid-176: calc(var(--grid) * 176); /* 140.8rem; */
  --grid-180: calc(var(--grid) * 180); /* 144rem; */
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  :root {
    --font-size: calc((100vw - var(--scrollbarWidth)) / 144); /* 0.694vw（横幅1440pxで定義） */
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  :root {
    --font-size: calc(100vw / 40); /* 2.5vw（横幅400pxで定義） */
  }
}


/*============================================================
  global
============================================================*/
* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  width: 100%;
  color: var(--color-black);
  font-family: var(--font-sans-serif);
  font-size: var(--font-size);
  text-align: left;
  background-color: var(--color-white);
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  font-variant-ligatures: no-common-ligatures;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow: auto;
  position: relative;
}

html.paused,
body.paused body {
  overflow: hidden;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  body {
    padding-top: var(--grid-30);
  }

  body#front {
    padding-top: var(--grid-78);
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  body {
    padding-top: var(--grid-36);
  }

  body#front {
    padding-top: var(--grid-64);
  }
}

main {
  width: 100%;
  overflow: hidden;
}

html::before {
  content: "";
  display: block;
  width: var(--grid-2);
  height: var(--grid-2);
  background: url("../images/icon-loader.svg") center center no-repeat;
  background-size: contain;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 24;
}

html.active::before {
  display: none;
}

a {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a[href] { cursor: pointer; }
a[href^="tel"]{ color: inherit; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:active { text-decoration: none; }

strong,
em,
span,
b,
sup {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

sup {
  font-size: 1rem !important;
  font-weight: normal !important;
}

/*  font family
--------------------*/
.ff-sans-serif {
  font-family: "Times New Roman", Times,
               "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
               "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
}

.ff-sans {
  font-family: "Helvetica Neue", Helvetica, Arial,
               "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
               "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Yu Gothic UI",
               "メイリオ", "Meiryo", "Meiryo UI", sans-serif;
}

.ff-notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.ff-afacad {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
}

/*  font-weight
--------------------*/
.fw-normal { font-weight: normal; }
.fw-bold { font-weight: bold; }
.fw-400 { font-weight: 400; } /* Regular */
.fw-500 { font-weight: 500; } /* Medium */
.fw-600 { font-weight: 600; } /* SemiBold */
.fw-700 { font-weight: 700; } /* Bold */

/*  br
--------------------*/
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  br.sw {
    display: none !important;
    font-size: 0 !important;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  br.lw {
    display: none !important;
    font-size: 0 !important;
  }
}

/*  img
--------------------*/
img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*  video
--------------------*/
video.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*  none
--------------------*/
.none {
  display: none !important;
  font-size: 0 !important;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .none-lw {
    display: none !important;
    font-size: 0 !important;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .none-sw {
    display: none !important;
    font-size: 0 !important;
  }
}

/*  hidden
--------------------*/
.hidden {
  display: block;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .hidden-lw {
    display: block;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .hidden-sw {
    display: block;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
  }
}


/*============================================================
  a-button
============================================================*/
.a-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: var(--grid-6);
  font-family: var(--font-notosans);
  border: 2px solid;
  border-radius: var(--grid-6);
  padding-inline: var(--grid-4);
}

.a-button.color-black {
  color: var(--color-black);
  border-color: var(--color-black);
}

.a-button.color-white {
  color: var(--color-white);
  border-color: var(--color-white);
}

.a-button .jp {
  font-family: var(--font-notosans);
  font-size: 1.36rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.a-button .en {
  font-family: var(--font-afacad);
  font-size: 1.84rem;
  font-weight: 600;
}

@media (hover: hover) {
  .a-button-contact.color-black:hover {
    color: var(--color-white);
    border-color: transparent;
    background-color: var(--color-black);
  }

  .a-button-contact.color-white:hover {
    color: var(--color-black);
    border-color: transparent;
    background-color: var(--color-white);
  }
}


/*============================================================
  a-button-contact
============================================================*/
.a-button-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-afacad);
  font-size: 1.6rem;
  font-weight: 500;
  height: var(--grid-4);
  padding-inline: 1.2rem;
  border: 1.6px solid;
  border-radius: var(--grid-4);
  white-space: nowrap;
}

.a-button-contact.color-black {
  color: var(--color-black);
  border-color: var(--color-black);
}

.a-button-contact.color-white {
  color: var(--color-white);
  border-color: var(--color-white);
}

@media (hover: hover) {
  .a-button-contact.color-black:hover {
    color: var(--color-white) !important;
    border-color: transparent;
    background-color: var(--color-black);
  }

  .a-button-contact.color-white:hover {
    color: var(--color-black) !important;
    border-color: transparent;
    background-color: var(--color-white);
  }
}


/*============================================================
  a-button-prev, a-button-next
============================================================*/
.a-button-prev,
.a-button-next {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: var(--grid-6);
  height: var(--grid-4);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 2rem;
  border: 2px solid var(--color-black);
  border-radius: var(--grid-4);
}

.a-button-prev[disabled],
.a-button-next[disabled] {
  opacity: 0.2;
  cursor: default;
}

.a-button-next .icon-arrow,
.a-button-prev .icon-arrow {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 0.2rem;;
  width: 0.8rem;
  height: auto;
}

.a-button-prev .icon-arrow {
  transform: scaleX(-1);
  margin-left: -0.32rem;
}

.a-button-next .icon-arrow {
  margin-right: -0.32rem;
}

@media (hover: hover) {
  .a-button-prev:not([disabled]):hover,
  .a-button-next:not([disabled]):hover {
    background-color: var(--color-black);
    border-color: transparent;
  }

  .a-button-prev:not([disabled]):hover .icon-arrow,
  .a-button-next:not([disabled]):hover .icon-arrow {
    stroke: var(--color-white);
  }
}


/*============================================================
  a-text
============================================================*/
.a-text {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.56rem;
}

.a-text .jp {
  font-family: var(--font-notosans);
  font-size: 1.36rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.a-text .en {
  font-family: var(--font-afacad);
  font-size: 1.84rem;
  font-weight: 600;
}

.a-text .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: var(--grid-3);
  height: var(--grid-2);
  border-radius: var(--grid-2);
  border: 0.16rem solid var(--color-black);
}

.a-text .icon .icon-arrow {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 0.32rem;
  width: 0.4rem;
  height: auto;
  margin-right: -0.08rem;
}

@media (hover: hover) {
  .a-text:hover .jp {
    text-decoration: underline;
    text-underline-offset: 0.16em;
    text-decoration-thickness: 0.8px;
  }

  .a-text:hover .en {
    text-decoration: underline;
    text-underline-offset: 0.16em;
    text-decoration-thickness: 0.8px;
  }

  .a-text:hover .icon {
    background-color: var(--color-black);
    border-color: transparent;
  }

  .a-text:hover .icon .icon-arrow {
    stroke: var(--color-white);
  }
}


/*============================================================
  figure-image
============================================================*/
.figure-image {
  position: relative;
  z-index: 0;
}

.figure-image .picture {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.figure-image .picture::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #484848;
  mix-blend-mode: lighten;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.figure-image .picture::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}


/*============================================================
  p
============================================================*/
.p-text {
  font-size: 1.52rem;
  letter-spacing: 0.04em;
  line-height: 1.68;
  margin-block: -0.34em;
}

.p-notes {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.16em;
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-block: -0.3em;
}

.p-notes::before {
  content:"※";
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

@media (max-width: 768px) and (orientation: portrait) {
  .p-text {
    font-size: 1.44rem;
    line-height: 1.64;
    margin-block: -0.32em;
  }
}


/*============================================================
  ul
============================================================*/
.ul-disc {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
}

.ul-disc > li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.4em;
  font-size: 1.52rem;
  letter-spacing: 0.04em;
  line-height: 1.44;
  margin-block: -0.22em;
}

.ul-disc > li::before {
  content: "●";
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: 60%;
  transform: translateY(-20%);
}


/*============================================================
  div-pager
============================================================*/
.div-pager {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  width: var(--grid-116);
  margin-inline: auto;
  position: relative;
  z-index: 0;
}

.div-pager .page-numbers {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: var(--grid-6);
  height: var(--grid-4);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 2rem;
  white-space: nowrap;
  border-radius: var(--grid-4);
}

.div-pager .page-numbers:not(.current):not(.dots):not(.prev):not(.next) {
  background-color: var(--color-gray);
}

.div-pager .page-numbers.current {
  color: var(--color-white);
  background-color: var(--color-black);
  cursor: default;
}

.div-pager .page-numbers.dots {
  width: auto;
  padding-inline: 0.24em;
}

.div-pager .page-numbers.prev,
.div-pager .page-numbers.next {
  border: 2px solid var(--color-black);
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.div-pager:has(.next) .page-numbers.prev {
  margin: auto 0;
  position: absolute;
  right: var(--grid-7);
  top: 0;
  bottom: 0;
}

.div-pager .page-numbers.next .icon-arrow,
.div-pager .page-numbers.prev .icon-arrow {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 0.2rem;;
  width: 0.8rem;
  height: auto;
}

.div-pager .page-numbers.prev .icon-arrow {
  transform: scaleX(-1);
  margin-left: -0.32rem;
}

.div-pager .page-numbers.next .icon-arrow {
  margin-right: -0.32rem;
}

@media (hover: hover) {
  .div-pager .page-numbers:not(.current):not(.dots):not(.prev):not(.next):hover {
    opacity: 0.48;
  }

  .div-pager .page-numbers.prev:hover,
  .div-pager .page-numbers.next:hover {
    background-color: var(--color-black);
    border-color: transparent;
  }

  .div-pager .page-numbers.prev:hover .icon-arrow,
  .div-pager .page-numbers.next:hover .icon-arrow {
    stroke: var(--color-white);
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .div-pager {
    gap: 0.4rem;
    width: var(--grid-46);
  }

  .div-pager .page-numbers {
    font-size: 1.84rem;
  }

  .div-pager .page-numbers.dots {
    width: auto;
    padding-inline: 0.16em;
  }

  .div-pager .page-numbers.prev {
    right: calc(var(--grid-6) + 0.4rem);
  }
}


/*============================================================
  header-page
============================================================*/
.header-page {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: var(--grid-116);
  margin-inline: auto;
  padding-block: var(--grid-4);
}

.header-page .h-title-page {
  font-family: var(--font-afacad);
  font-size: 14.4rem;
  font-weight: 600;
  line-height: 1.12;
  margin-block: -0.24em;
}

.header-page .p-title-page {
  font-size: 1.12rem;
  line-height: 1.04;
  margin-block: -0.02em;
}

.header-page .dl-content-page {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-page .dl-content-page > dt {
  font-size: 1.12rem;
  line-height: 1.04;
  margin-block: -0.02em;
  white-space: nowrap;
}

.header-page .dl-content-page > dd {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-page .dl-content-page > dd:before {
  content: "";
  display: inline-block;
  width: var(--grid-12);
  height: 1px;
  background-color: var(--color-black);
  margin-inline: 0.8rem;
  opacity: 0.4;
}

.header-page .ul-content-page {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-page .ul-content-page > li {
  font-size: 1.12rem;
  letter-spacing: 0.024em;
  line-height: 1.04;
  margin-block: -0.02em;
  white-space: nowrap;
}

.header-page .ul-content-page > li + li:before {
  content: "/";
  margin-inline: 0.8rem;
}

@media (hover: hover) {
  .header-page .ul-content-page > li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.24em;
    text-decoration-thickness: 0.4px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .header-page {
    gap: var(--grid-2);
    width: var(--grid-46);
    padding-block: var(--grid-3);
  }

  .header-page .h-title-page {
    font-size: 9.6rem;
  }

  .header-page .dl-content-page > dd:before {
    width: var(--grid-8);
  }

  .header-page .ul-content-page {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}


/*============================================================
  header-section
============================================================*/
.header-section {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: var(--grid-116);
  margin-inline: auto;
}

.header-section .h-title-section {
  font-family: var(--font-afacad);
  font-size: 14.4rem;
  font-weight: 600;
  line-height: 1.12;
  margin-block: -0.24em;
}

.header-section .dl-title-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-section .dl-title-section > dt {
  font-size: 1.12rem;
  line-height: 1.04;
  margin-block: -0.02em;
  white-space: nowrap;
}

.header-section .dl-title-section > dd {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-section .dl-title-section > dd:before {
  content: "";
  display: inline-block;
  width: var(--grid-12);
  height: 1px;
  background-color: var(--color-black);
  margin-inline: 0.8rem;
  opacity: 0.4;
}

.header-section .ul-content-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-section .ul-content-section > li {
  font-size: 1.12rem;
  letter-spacing: 0.024em;
  line-height: 1.04;
  margin-block: -0.02em;
  white-space: nowrap;
}

.header-section .ul-content-section > li + li:before {
  content: "/";
  margin-inline: 0.8rem;
}

.header-section .p-catchline-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-family: var(--font-notosans);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.28;
  margin-block: -0.14em;
}

.header-section .dl-title-section + .p-catchline-section {
  margin-block-start: -2.4rem;
}

@media (hover: hover) {
  .header-section .ul-content-section > li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.24em;
    text-decoration-thickness: 0.4px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .header-section {
    gap: var(--grid-2);
    width: var(--grid-46);
  }

  .header-section .h-title-section {
    font-size: 9.6rem;
  }

  .header-section .dl-title-section > dd:before {
    width: var(--grid-8);
  }

  .header-section .p-catchline-section {
    justify-content: flex-start;
    font-size: 2.24rem;
  }

  .header-section .dl-title-section + .p-catchline-section {
    margin-block-start: var(--grid-2);
  }
}


/*============================================================
  header-subsection
============================================================*/
.header-subsection {
  width: var(--grid-116);
  margin-inline: auto;
}

.header-subsection .h-title-subsection {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid-3);
}

.header-subsection .h-title-subsection .jp {
  font-family: var(--font-notosans);
  font-size: 9.6rem;
  font-weight: 600;
  line-height: 1.04;
  margin-block: -0.02em;
}

.header-subsection .h-title-subsection .en {
  font-family: var(--font-afacad);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.12;
  margin-block: -0.24em;
}

.header-subsection .ul-content-subsection {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--color-gray);
  border-radius: var(--grid);
  margin-block-start: var(--grid-4);
  padding: var(--grid-2);
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.header-subsection .ul-content-subsection::before,
.header-subsection .ul-content-subsection::after {
  content: "";
  display: block;
  position: absolute;
  height: calc(var(--grid-4) * 0.5);
  background-color: var(--color-white);
}

.header-subsection .ul-content-subsection::before {
  width: 9.6rem;
  border-bottom-right-radius: var(--grid-4);
  box-shadow: var(--grid-4) 0 0 0 var(--color-gray);
  top: calc(var(--grid-4) * -0.5);
  left: 0;
}

.header-subsection .ul-content-subsection::after {
  width: calc(100% - 9.6rem);
  border-bottom-left-radius: var(--grid-4);
  top: calc(var(--grid-4) * -0.5);
  right: 0;
}

.header-subsection .ul-content-subsection > li {
  font-size: 1.12rem;
  letter-spacing: 0.024em;
  line-height: 1.04;
  margin-block: -0.02em;
  white-space: nowrap;
}

.header-subsection .ul-content-subsection > li + li:before {
  content: "/";
  margin-inline: 0.8rem;
}

@media (hover: hover) {
  .header-subsection .ul-content-subsection > li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.24em;
    text-decoration-thickness: 0.4px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .header-subsection {
    width: var(--grid-46);
  }

  .header-subsection .h-title-subsection {
    gap: var(--grid-2);
  }

  .header-subsection .h-title-subsection .jp {
    font-size: 6.4rem;
  }

  .header-subsection .h-title-subsection .en {
    font-size: 2.4rem;
  }

  .header-subsection .ul-content-subsection {
    flex-wrap: wrap;
    row-gap: calc(var(--grid) * 1.5);
    margin-block-start: var(--grid-3);
    padding: var(--grid-2);
  }

  .header-subsection .ul-content-subsection::before,
  .header-subsection .ul-content-subsection::after {
    height: calc(var(--grid-3) * 0.5);
  }

  .header-subsection .ul-content-subsection::before {
    border-bottom-right-radius: var(--grid-3);
    box-shadow: var(--grid-3) 0 0 0 var(--color-gray);
    top: calc(var(--grid-3) * -0.5);
    left: 0;
  }

  .header-subsection .ul-content-subsection::after {
    border-bottom-left-radius: var(--grid-3);
    top: calc(var(--grid-3) * -0.5);
  }

  .header-subsection .ul-content-subsection > li {
    font-size: 1.12rem;
    letter-spacing: 0.024em;
    line-height: 1.04;
    margin-block: -0.02em;
    white-space: nowrap;
  }

  .header-subsection .ul-content-subsection > li + li:before {
    content: "/";
    margin-inline: 0.4rem;
  }
}


/*============================================================
  header-global
============================================================*/
#header-global {
  width: 100%;
  height: var(--grid-30);
  padding-block: var(--grid-8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 24;
}

#header-global > .div-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: var(--grid-164);
  height: 100%;
  margin-inline: auto;
}

#header-global .h-title,
#header-global .p-title {
  margin-left: var(--grid-24);
}

#header-global .h-title .logo-tajiro,
#header-global .p-title .logo-tajiro {
  fill: var(--color-black);
  width: var(--grid-20);
  height: auto;
}

#header-global .nav-header {
  display: flex;
  flex-direction: column;
  gap: var(--grid-3);
  width: var(--grid-44);
  position: relative;
}

#header-global .nav-header .p-statement {
  font-family: var(--font-notosans);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.28;
  margin-block: -0.14em;
}

#header-global .nav-header .ul-content {
  display: flex;
  flex-direction: row;
  gap: var(--grid-3);
}

#header-global .nav-header .ul-content > li {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

#header-global .nav-header .ul-content > li > a {
  font-family: var(--font-afacad);
  font-size: 1.6rem;
  font-weight: 500;
  margin-block: -0.008em;
  white-space: nowrap;
}

#header-global .nav-header .a-news .dl-news {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-36);
  background-color: var(--color-gray);
  border-radius: var(--grid-2);
  padding: var(--grid-2);
}

#header-global .nav-header .a-news .dl-news > dt {
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.04;
}

#header-global .nav-header .a-news .dl-news > dd {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: calc((1.12rem * 3) + ((1.12rem * 1.68) * 2));
  font-size: 1.12rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.68;
  margin-block: -0.34em;
  overflow: hidden;
}

#front #header-global {
  height: var(--grid-78);
}

#front #header-global > .div-body {
  align-items: stretch;
}

#front #header-global .h-title,
#front #header-global .p-title {
  align-self: end;
}

#front #header-global .h-title .logo-tajiro,
#front #header-global .p-title .logo-tajiro {
  width: var(--grid-56);
}

#front #header-global .nav-header {
  gap: var(--grid-4);
}

#front #header-global .nav-header .p-statement {
  font-size: 4rem;
  font-weight: 600;
}

#front #header-global .nav-header .ul-content > li.li-news::before,
#front #header-global .nav-header .ul-content > li.li-news::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: calc(var(--grid-4) * 0.5);
  background-color: var(--color-white);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--grid-4) * -1);
}

#front #header-global .nav-header .ul-content > li.li-news::before {
  border-bottom-right-radius: var(--grid-4);
  box-shadow: var(--grid-4) 0 0 0 var(--color-gray);
  left: -4.8rem;
}

#front #header-global .nav-header .ul-content > li.li-news::after {
  border-bottom-left-radius: var(--grid-4);
  right: -4.8rem;
}

@media (hover: hover) {
  #header-global .nav-header .ul-content > li > a:not(.a-button-contact):hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 0.8px;
  }

  #header-global .nav-header .a-news:hover .dl-news > dd {
    text-decoration: underline;
    text-underline-offset: 0.16em;
    text-decoration-thickness: 0.4px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #header-global {
    width: 100%;
    height: var(--grid-36);
    padding-block: var(--grid-3);
  }

  #header-global > .div-body {
    flex-direction: column;
    align-items: normal;
    gap: 0;
    width: var(--grid-46);
  }

  #header-global .h-title,
  #header-global .p-title {
    margin-left: 0;
    align-self: end;
  }

  #header-global .h-title .logo-tajiro,
  #header-global .p-title .logo-tajiro {
    width: var(--grid-22);
  }

  #header-global .nav-header {
    gap: var(--grid-2);
    width: auto;
  }

  #header-global .nav-header .p-statement {
    font-size: 2.4rem;
  }

  #header-global .nav-header .ul-content {
    gap: var(--grid-2);
  }

  #front #header-global {
    height: var(--grid-64);
  }

  #front #header-global > .div-body {
    gap: 0;
  }

  #front #header-global .h-title,
  #front #header-global .p-title {
    /*align-self: normal;*/
  }

  #front #header-global .h-title .logo-tajiro,
  #front #header-global .p-title .logo-tajiro {
    width: var(--grid-30);
  }

  #front #header-global .nav-header {
    gap: var(--grid-3);
    width: var(--grid-38);
  }

  #front #header-global .nav-header .p-statement {
    font-size: 3.2rem;
  }

  #front #header-global .nav-header .ul-content > li.li-news::before,
  #front #header-global .nav-header .ul-content > li.li-news::after {
    height: calc(var(--grid-3) * 0.5);
    bottom: calc(var(--grid-3) * -1);
  }

  #front #header-global .nav-header .ul-content > li.li-news::before {
    border-bottom-right-radius: var(--grid-3);
    box-shadow: var(--grid-3) 0 0 0 var(--color-gray);
  }

  #front #header-global .nav-header .ul-content > li.li-news::after {
    border-bottom-left-radius: var(--grid-3);
  }

  #header-global .nav-header .a-news .dl-news {
    width: var(--grid-30);
  }
}


/*  floating
----------------------------------------*/
#header-global.floating,
#front #header-global.floating {
  width: var(--grid-56);
  height: var(--grid-8);
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: var(--grid-8);
  padding-block: 0;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: var(--grid);
}

#header-global.floating > .div-body,
#front #header-global.floating > .div-body {
  width: 100%;
  padding-inline: var(--grid-4) var(--grid-2);
}

#front #header-global.floating > .div-body {
  flex-direction: row;
  align-items: center;
}

#header-global.floating .h-title,
#header-global.floating .p-title,
#front #header-global.floating .h-title,
#front #header-global.floating .p-title {
  margin-left: 0;
}

#front #header-global.floating .h-title,
#front #header-global.floating .p-title {
  align-self: center;
}

#header-global.floating .h-title .logo-tajiro,
#header-global.floating .p-title .logo-tajiro,
#front #header-global.floating .h-title .logo-tajiro,
#front #header-global.floating .p-title .logo-tajiro {
  width: auto;
  height: var(--grid-5);
}

#header-global.floating .nav-header,
#front #header-global.floating .nav-header {
  width: auto;
  flex-direction: row;
  gap: 0;
}

#header-global.floating .nav-header .p-statement,
#front #header-global.floating .nav-header .p-statement {
  display: none;
}

#front #header-global.floating .nav-header .ul-content > li.li-news::before,
#front #header-global.floating .nav-header .ul-content > li.li-news::after {
  display: none;
}

#header-global.floating .nav-header .a-news {
  display: none;
}

@media (max-width: 768px) and (orientation: portrait) {
  #header-global.floating,
  #front #header-global.floating {
    width: var(--grid-48);
  }

  #header-global.floating .nav-header .ul-content,
  #front #header-global.floating .nav-header .ul-content {
    gap: calc(var(--grid) * 1.5);
  }
}


/*============================================================
  footer-global
============================================================*/
#footer-global {
  width: 100%;
  background-color: var(--color-black);
  border-top-left-radius: var(--grid-2);
  border-top-right-radius: var(--grid-2);
  margin-block-start: calc(var(--grid-2) * -1);
  padding-block: var(--grid-8);
  position: relative;
  z-index: 0;
}

#footer-global > .div-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: var(--grid-164);
  margin-inline: auto;
}

#footer-global .div-title {
  display: flex;
  align-self: end;
}

#footer-global .div-title .p-title .logo-tajiro {
  fill: var(--color-white);
  width: var(--grid-56);
  height: auto;
}

#footer-global .div-content {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-56);
}

#footer-global .div-content .div-1 * {
  color: var(--color-white);
}

#footer-global .div-content .div-1 .nav-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#footer-global .div-content .div-1 .nav-footer .ul-content {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
}

#footer-global .div-content .div-1 .nav-footer .ul-content:nth-of-type(1) {
  width: var(--grid-32);
}

#footer-global .div-content .div-1 .nav-footer .ul-content:nth-of-type(2) {
  width: var(--grid-20);
}

#footer-global .div-content .div-1 .nav-footer .dl-content {
  display: flex;
  flex-direction: column;
  gap: var(--grid-3);
}

#footer-global .div-content .div-1 .nav-footer .ul-content .p-title-content {
  font-family: var(--font-afacad);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 0.72;
  margin-block: -0.008em;
}

#footer-global .div-content .div-1 .nav-footer .ul-content-section {
  display: flex;
  flex-direction: column;
  gap: var(--grid-3);
}

#footer-global .div-content .div-1 .nav-footer .ul-content-section .p-title-content-section {
  font-family: var(--font-afacad);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 0.72;
  margin-block: -0.008em;
}

#footer-global .div-content .div-1 .nav-footer .dl-content-section {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
}

#footer-global .div-content .div-1 .nav-footer .ul-content-subsection {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
}

#footer-global .div-content .div-1 .nav-footer .ul-content-subsection > li {
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  margin-block: -0.096em;
  white-space: nowrap;
  opacity: 0.8;
}

#footer-global .div-content .div-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid-2);
}

#footer-global .div-content .div-2 * {
  color: var(--color-white);
}

#footer-global .div-content .div-2 .small-copyright {
  font-family: var(--font-afacad);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 0.72;
  margin-block: -0.008em;
  white-space: nowrap;
}

#footer-global .div-content .div-2 .a-terms {
  font-size: 1.04rem;
  letter-spacing: 0.04em;
  margin-block: -0.096em;
  white-space: nowrap;
  opacity: 0.8;
}

@media (hover: hover) {
  #footer-global .div-content .div-1 .nav-footer .ul-content .p-title-content a:hover {
    text-decoration: underline;
    text-underline-offset: 0.16em;
    text-decoration-thickness: 0.8px;
  }

  #footer-global .div-content .div-1 .nav-footer .ul-content-section .p-title-content-section a:hover {
    text-decoration: underline;
    text-underline-offset: 0.16em;
    text-decoration-thickness: 0.4px;
  }

  #footer-global .div-content .div-1 .nav-footer .ul-content-subsection > li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.24em;
    text-decoration-thickness: 0.4px;
  }

  #footer-global .div-content .div-2 .a-terms:hover {
    text-decoration: underline;
    text-underline-offset: 0.24em;
    text-decoration-thickness: 0.4px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #footer-global {
    padding-block: var(--grid-6);
  }

  #footer-global > .div-body {
    flex-direction: column;
    justify-content: initial;
    gap: var(--grid-6);
    width: var(--grid-46);
  }

  #footer-global .div-title {
    width: 100%;
  }

  #footer-global .div-title .p-title .logo-tajiro {
    width: var(--grid-22);
  }

  #footer-global .div-content {
    width: 100%;
  }

  #footer-global .div-content .div-1 .nav-footer {
    justify-content: normal;
    gap: var(--grid-4);
  }

  #footer-global .div-content .div-1 .nav-footer .ul-content:nth-of-type(1) {
    width: auto;
  }

  #footer-global .div-content .div-1 .nav-footer .ul-content:nth-of-type(2) {
    width: auto;
  }

  #footer-global .div-content .div-1 .nav-footer .dl-content {
    gap: var(--grid-4);
  }

  #footer-global .div-content .div-1 .nav-footer .ul-content-section {
    gap: var(--grid-4);
  }

  #footer-global .div-content .div-1 .nav-footer .dl-content-section {
    gap: var(--grid-3);
  }

  #footer-global .div-content .div-1 .nav-footer .ul-content-subsection {
    gap: var(--grid-3);
  }
}



