@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf") format("truetype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: min(0.0732064422vw, 1.0980966325px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(0.2666666667vw, 1.6px);
  }
}

/* 大枠 */
html {
  scrollbar-gutter: stable;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #2C2C2C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(14px, 16rem);
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: max(12px, 14rem);
  }
  body.wrap {
    overflow: hidden;
  }
}
body #wrapper {
  height: auto;
}
body.is-scroll-hidden {
  overflow: hidden;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
em,
a,
span,
time,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
input,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
hgroup,
menu,
nav,
mark,
audio,
video,
img {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  text-align: inherit;
}

/* アクセシビリティ */
.guidance {
  left: -999rem;
  position: absolute;
  width: 990rem;
}

img {
  image-rendering: auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: top;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100% - 40rem);
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
  overflow: hidden;
}

h1.title {
  background: #999;
  padding: 20rem 10rem;
  margin-bottom: 30rem;
  color: #fff;
  overflow: hidden;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  width: 100%;
  height: 89rem;
  background: #fff;
  border-bottom-right-radius: 30rem;
  -webkit-box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  -webkit-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
@media screen and (max-width: 767px) {
  header {
    height: 76rem;
    border-bottom-right-radius: 20rem;
    overflow: visible;
  }
}
header .container {
  max-width: 1296rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header .container {
    padding-inline: 20rem;
  }
}
@media screen and (max-width: 767px) {
  header .header_inner {
    width: 100%;
    background: #fff;
  }
}
header.is-page {
  border-radius: 0 0 30rem 30rem;
}
@media screen and (max-width: 767px) {
  header.is-page {
    border-radius: 0 0 20rem 20rem;
  }
}

#site_title {
  width: max(180px, 209rem);
  aspect-ratio: 209/45;
  position: relative;
  z-index: 2001;
}
@media screen and (max-width: 767px) {
  #site_title {
    width: 181rem;
  }
}
#site_title img {
  width: 100%;
}

.menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
    width: 40rem;
    height: 40rem;
    padding: 5rem;
    position: absolute;
    top: 17rem;
    right: 17rem;
    z-index: 2000;
  }
  .menu .icon {
    display: block;
    width: 30rem;
    height: 12rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .icon::before, .menu .icon::after {
    height: 2rem;
    background: #2C2C2C;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu .icon::before {
    content: "";
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
  }
  .menu .icon::after {
    content: "";
    width: 16rem;
    position: absolute;
    top: 10rem;
  }
  .menu .icon span:before {
    content: "Menu";
    font-size: max(12px, 12rem);
    font-weight: 700;
    line-height: 1.25;
    position: absolute;
    top: 15rem;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .menu .icon.active {
    height: 30rem;
  }
  .menu .icon.active::before, .menu .icon.active::after {
    width: 100%;
    content: "";
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .menu .icon.active::before {
    rotate: -210deg;
  }
  .menu .icon.active::after {
    rotate: 210deg;
  }
  .menu .icon.active span:before {
    opacity: 0;
  }
}

/* グローバルナビゲーション */
#gnav {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #gnav {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    background: #fff;
    padding-top: 76rem;
    padding-inline: 20rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    translate: -100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #gnav.open {
    translate: 0;
  }
}
#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(3.7335285505vw, 51rem);
}
@media screen and (max-width: 767px) {
  #gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
    border-top: max(1px, 1rem) solid #efeaea;
    margin-top: 3vh;
  }
}
@media screen and (max-width: 767px) {
  #gnav ul > li {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    text-indent: 0;
  }
}
#gnav ul > li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #gnav ul > li a {
    font-size: max(16px, 16rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    border-bottom: max(1px, 1rem) solid #efeaea;
    padding-block: 4vh;
  }
}
#gnav ul > li a span {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnav ul > li a span {
    display: block;
    color: #DE0A0A;
    font-family: "Outfit", sans-serif;
    font-size: max(10px, 10rem);
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
  }
}
#gnav ul > li a:not(.--contact)::after {
  content: "";
  width: 15rem;
  height: 2rem;
  background: #DE0A0A;
  border-radius: 4rem;
  position: absolute;
  top: calc(100% + 8rem);
  left: 50%;
  translate: -50%;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #gnav ul > li a:not(.--contact)::after {
    width: 50rem;
    height: 20rem;
    background: url(../img/drawer-btn.svg) no-repeat center center/contain;
    border-radius: unset;
    top: 50%;
    left: 100%;
    translate: -100% -50%;
    opacity: 1;
    visibility: visible;
  }
}
#gnav ul > li a.--contact {
  color: #fff;
  border: 3rem solid #DE0A0A;
  background: #DE0A0A;
  padding-block: 13rem 14rem;
  padding-inline: 61rem;
  border-radius: 40rem;
}
@media screen and (min-width: 768rem) and (max-width: 1000rem) {
  #gnav ul > li a.--contact {
    padding-inline: 25rem;
  }
}
@media screen and (max-width: 767px) {
  #gnav ul > li a.--contact {
    min-width: 218rem;
    text-align: center;
    position: relative;
  }
  #gnav ul > li a.--contact::after {
    content: "";
    width: 5rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 18rem;
    translate: 0 -50%;
  }
}
@media (any-hover: hover) {
  #gnav ul > li a.--contact:hover {
    background: #fff;
  }
  #gnav ul > li a.--contact:hover::after {
    display: none;
  }
}
@media (any-hover: hover) {
  #gnav ul > li a:hover {
    color: #DE0A0A;
  }
  #gnav ul > li a:hover::after {
    top: calc(100% + 3rem);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  #gnav ul > li a:hover {
    text-decoration: none;
  }
}
#gnav ul > li a.is-active::after {
  top: calc(100% + 3rem);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #gnav ul li:has(.--contact) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12rem;
    margin-top: 5vh;
  }
}
#gnav ul li:has(.--contact) span {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnav ul li:has(.--contact) span {
    display: block;
    font-size: max(16px, 16rem);
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  #gnav li:first-child {
    display: none;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main:not(:has(#mainVisual)) {
  margin-inline: auto;
  padding-top: 89rem;
}
@media screen and (max-width: 767px) {
  #main:not(:has(#mainVisual)) {
    padding-top: 76rem;
  }
}

@media screen and (max-width: 767px) {
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/* ▼ page-head
--------------------------------------- */
.page-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100rem;
  padding-top: 21rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12rem;
    padding-top: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .page-head.--detail {
    padding-block: 29rem 0;
  }
}
.page-head::after {
  content: "";
  width: 389rem;
  aspect-ratio: 389/282;
  background: url(../img/page-head-img.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: -122rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-head::after {
    width: 186rem;
    top: 9rem;
    right: -20rem;
  }
}

/* ▼ パンくず
--------------------------------------- */
#path {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #908989;
  font-size: max(13px, 13rem);
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  #path {
    margin-left: auto;
  }
}
#path.--topics-detail {
  margin-left: unset;
}
#path li {
  float: left;
}
#path li:not(:last-child):after {
  content: "／";
  margin-inline: 10rem;
}
#path .now {
  color: #2C2C2C;
}

/* ▼ 共通設定
--------------------------------------- */
.main-block {
  margin-block: 90rem 180rem;
}
@media screen and (max-width: 767px) {
  .main-block {
    margin-block: 48rem 100rem;
  }
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
footer {
  width: 100%;
  background: #333;
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer {
  background: #F2F2F2;
}

.footer__inner {
  padding-block: 60rem 82rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-block: 54rem 40rem;
  }
}

.footer__menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    width: 100%;
  }
}

.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 26rem;
  }
}

.footer__list {
  padding-inline: 61rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__list {
    padding-inline: unset;
  }
}
.footer__list a {
  font-size: max(12px, 13rem);
  line-height: 1.4615384615;
  text-transform: uppercase;
  padding: 2rem 5rem;
  position: relative;
}
.footer__list a::after {
  content: "";
  width: 0%;
  height: 1rem;
  background: #2C2C2C;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__list a:hover::after {
    width: calc(100% - 10rem);
  }
}
.footer__list::before, .footer__list::after {
  content: "";
  width: 1rem;
  height: 19rem;
  background: #AFA7A7;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .footer__list::before {
    display: none;
  }
}
.footer__list::after {
  left: unset;
  right: 0;
  translate: 50% -50%;
}
@media screen and (max-width: 767px) {
  .footer__list::after {
    left: unset;
    right: -16rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__list:last-child::after {
    display: none;
  }
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .footer__info-wrap {
    margin-top: 38rem;
  }
}

.footer__logo {
  width: max(180px, 246rem);
  aspect-ratio: 246/54;
  margin-left: -5rem;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  font-size: max(12px, 12rem);
  line-height: 1.4166666667;
  pointer-events: none;
  cursor: unset;
  margin-top: 28rem;
}
@media screen and (max-width: 767px) {
  .footer__address {
    pointer-events: all;
    cursor: pointer;
  }
}

.footer__discription {
  font-size: max(12px, 12rem);
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 16rem;
}

@media screen and (max-width: 767px) {
  .footer__contact {
    padding-bottom: 40rem;
    border-bottom: 1rem solid #afa7a7;
  }
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 20rem;
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .footer__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15rem;
  }
}
.footer__link a {
  font-size: max(12px, 13rem);
  padding-inline: 10rem;
  position: relative;
}
.footer__link a::after {
  content: "";
  width: 0%;
  height: 1rem;
  background: #2C2C2C;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__link a:hover::after {
    width: calc(100% - 20rem);
  }
}

.footer__contact-title {
  font-size: max(12px, 14rem);
  font-weight: 700;
  line-height: 1.4285714286;
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .footer__contact-title {
    font-size: 16rem;
    line-height: 1.125;
    margin-top: 40rem;
  }
}

.footer__number-wrap {
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer__number-wrap {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 21rem;
    margin-top: 21rem;
  }
}

.footer__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9rem;
  font-family: "Outfit", sans-serif;
}
.footer__number span:first-child {
  color: #fff;
  font-size: max(12px, 13rem);
  line-height: 1.3076923077;
  text-transform: uppercase;
  padding-block: 1rem 2rem;
  padding-inline: 11rem 13rem;
  background: #DE0A0A;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .footer__number span:first-child {
    padding-block: 2rem;
    padding-inline: 11rem 10rem;
  }
}
.footer__number span:last-child {
  text-box: trim-both cap alphabetic;
}
.footer__number.--tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer__number.--tel {
    pointer-events: auto;
  }
}
.footer__number.--tel span:last-child {
  font-size: 24rem;
  font-weight: 600;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .footer__number.--tel span:last-child {
    line-height: 1.25;
  }
}
.footer__number.--fax span:last-child {
  font-size: max(14px, 18rem);
  font-weight: 500;
  line-height: 1;
}

.footer__mail {
  font-size: max(12px, 14rem);
  line-height: 1.4285714286;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer__mail {
    margin-top: 18rem;
  }
}
.footer__mail a {
  text-decoration: underline;
  text-underline-offset: 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__mail a:hover {
    opacity: 0.7;
    text-decoration: underline !important;
  }
}

#copyright {
  background: #3E3D3D;
  padding-block: 13rem;
  color: #fff;
  font-size: 10rem;
  line-height: 1.1;
  text-align: center;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 55rem;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  background: #DE0A0A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 34rem;
  right: 34rem;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 40rem;
    bottom: 20rem;
    right: 20rem;
  }
}
.pagetop img {
  width: 18rem;
  aspect-ratio: 18/10;
}
@media screen and (max-width: 767px) {
  .pagetop img {
    width: 16rem;
  }
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 8vw 20rem;
}
@media screen and (max-width: 767px) {
  #not_found {
    padding: 100rem 20rem 60rem;
  }
}
#not_found p {
  font-size: 14rem;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10rem;
  font-size: 42rem;
  font-family: "Arial", "メイリオ";
}
@media screen and (max-width: 767px) {
  #not_found p.arial {
    margin-bottom: 10rem;
    font-size: 39rem;
  }
}
#not_found p.arial + p {
  margin-bottom: 20rem;
  font-size: 18rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #not_found p.arial + p {
    ont-size: 17rem;
  }
}
#not_found p.txt {
  margin-bottom: 30rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #not_found p.txt {
    line-height: 1.6;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15rem 40rem;
  border: 1rem solid #ccc;
}

/* ▼▼▼ page-title , section-title
====================================================== */
.page-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-title {
    gap: 0;
  }
}
.page-title::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #DE0A0A;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

.page-title.js-reload .page-title__ja,
.page-title.js-reload .page-title__en {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s ease 1s;
  transition: opacity 0s ease 1s;
}
.page-title.js-reload.is-show .page-title__ja,
.page-title.js-reload.is-show .page-title__en {
  opacity: 1;
  visibility: visible;
}
.page-title.js-reload.is-show::after {
  -webkit-animation: title-show 1s ease 0.5s forwards;
          animation: title-show 1s ease 0.5s forwards;
}

.page-title__ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(18px, 20rem);
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .page-title__ja {
    font-size: max(13px, 13rem);
    line-height: 1.4615384615;
  }
}

.page-title__en {
  color: #DE0A0A;
  font-family: "Outfit", sans-serif;
  font-size: max(65px, 82rem);
  font-weight: 700;
  line-height: 1.2073170732;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-title__en {
    font-size: 52rem;
    line-height: 1.1923076923;
  }
}
@media screen and (max-width: 767px) {
  .page-title__en.--long {
    font-size: 34rem;
    line-height: 1.0526315789;
    margin-top: 11rem;
  }
}

@-webkit-keyframes title-show {
  0% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  30% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  60% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes title-show {
  0% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  30% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  60% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.section-title::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #DE0A0A;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

.section-title.js-scroll .section-title__ja,
.section-title.js-scroll .section-title__en {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s ease 0.5s;
  transition: opacity 0s ease 0.5s;
}
.section-title.js-scroll.is-show .section-title__ja,
.section-title.js-scroll.is-show .section-title__en {
  opacity: 1;
  visibility: visible;
}
.section-title.js-scroll.is-show::after {
  -webkit-animation: title-show 1s ease 1 forwards;
          animation: title-show 1s ease 1 forwards;
}

.section-title__ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(12px, 13rem);
  font-weight: 500;
  line-height: 1.4615384615;
}

.section-title__en {
  color: #DE0A0A;
  font-family: "Outfit", sans-serif;
  font-size: max(35px, 44rem);
  font-weight: 700;
  line-height: 1.3181818182;
  text-transform: uppercase;
  margin-top: -2rem;
}

.section-title.--white::after {
  background: #fff;
}
.section-title.--white .section-title__ja,
.section-title.--white .section-title__en {
  color: #fff;
}

/* ▼▼▼ page-section-title
====================================================== */
.page-section-title {
  font-size: max(24px, 28rem);
  font-weight: 700;
  line-height: 1.3214285714;
  letter-spacing: 0.02em;
  padding-bottom: 17rem;
  border-bottom: max(1px, 1rem) solid #AFA7A7;
}
@media screen and (max-width: 767px) {
  .page-section-title {
    font-size: 22rem;
    line-height: 1.25;
    padding-bottom: 4rem;
  }
}
.page-section-title.--no-border {
  padding-bottom: unset;
  border-bottom: unset;
}

/* ▼▼▼ btn
====================================================== */
.btn {
  min-width: max(120px, 155rem);
  border-radius: max(15px, 20rem);
  border: 1rem solid #2C2C2C;
  background: #fff;
  font-size: max(14px, 16rem);
  font-weight: 500;
  line-height: 1.5;
  padding-block: 7rem 8rem;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn::after {
  content: "";
  width: max(4px, 4rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #DE0A0A;
  position: absolute;
  top: 50%;
  right: 13rem;
  translate: 0 -50%;
}
@media (any-hover: hover) {
  .btn:hover {
    color: #fff;
    background: #2C2C2C;
  }
}

.btn.--white {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn.--white::after {
  background: #fff;
}
@media (any-hover: hover) {
  .btn.--white:hover {
    color: #2C2C2C;
    background: #fff;
  }
  .btn.--white:hover::after {
    background: #2C2C2C;
  }
}

/* ▼▼▼ category
====================================================== */
.category {
  min-width: max(80px, 86rem);
  padding-block: 3rem 4rem;
  border: 1rem solid #DE0A0A;
  border-radius: 20rem;
  color: #DE0A0A;
  font-size: max(12px, 13rem);
  line-height: 1.3076923077;
  text-align: center;
}

/* ▼▼▼ list
====================================================== */
.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  counter-reset: number 0;
}
.list-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20rem;
  font-size: max(14px, 17rem);
  font-weight: 500;
  line-height: 1.7647058824;
  counter-increment: number;
}
@media screen and (max-width: 767px) {
  .list-item li {
    gap: 11rem;
    font-size: max(12px, 14rem);
    line-height: 2;
  }
}
.list-item li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: counter(number);
  width: max(25px, 28rem);
  aspect-ratio: 1/1;
  margin-top: 2rem;
  background: #AFA7A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: max(14px, 18rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list-item li::before {
    width: 25rem;
    font-size: max(14px, 16rem);
  }
}

/* ▼▼▼ pagination
====================================================== */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14rem;
  position: relative;
}
.pagination .page-item:not(.page-item-prev, .page-item-next) a,
.pagination .page-item:not(.page-item-prev, .page-item-next) span {
  display: inline-block;
  width: max(36px, 36rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: max(14px, 15rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .pagination .page-item:not(.page-item-prev, .page-item-next) a:hover,
  .pagination .page-item:not(.page-item-prev, .page-item-next) span:hover {
    background: #DE0A0A;
    color: #fff;
  }
}
.pagination .page-item:not(.page-item-prev, .page-item-next).active a,
.pagination .page-item:not(.page-item-prev, .page-item-next).active span {
  background: #DE0A0A;
  color: #fff;
}
.pagination .page-item.page-item-prev a, .pagination .page-item.page-item-next a {
  font-size: max(14px, 15rem);
  font-weight: 500;
  position: relative;
}
.pagination .page-item.page-item-prev a::before, .pagination .page-item.page-item-next a::before {
  content: "";
  width: 4rem;
  aspect-ratio: 1/1;
  background: #DE0A0A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-item.page-item-prev a {
  padding-left: 10rem;
}
.pagination .page-item.page-item-prev a::before {
  left: 0;
}
@media (any-hover: hover) {
  .pagination .page-item.page-item-prev a:hover {
    color: #DE0A0A;
  }
  .pagination .page-item.page-item-prev a:hover::before {
    translate: -15rem -50%;
  }
}
.pagination .page-item.page-item-next a {
  padding-right: 10rem;
}
.pagination .page-item.page-item-next a::before {
  right: 0;
}
@media (any-hover: hover) {
  .pagination .page-item.page-item-next a:hover {
    color: #DE0A0A;
  }
  .pagination .page-item.page-item-next a:hover::before {
    translate: 15rem -50%;
  }
}
.pagination .page-item.disabled {
  opacity: 0.3;
}

/* ▼▼▼ 出現アニメーション
====================================================== */
.js-fadeIn {
  opacity: 0;
  visibility: hidden;
}

section:has(.is-show) .js-fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-animation: show 1s ease 1s backwards;
          animation: show 1s ease 1s backwards;
}

main:has(.js-reload) .js-fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-animation: show 1s ease 1.5s backwards;
          animation: show 1s ease 1.5s backwards;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    translate: 0 15rem;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes show {
  0% {
    opacity: 0;
    translate: 0 15rem;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}