@charset "UTF-8";

:root {
  --color-primary: #f6b318;
  --color-primary-dark: #d9891e;
  --color-secondary: #385b30;
  --color-base-black: #424641;
  --color-gray: #8d8d8d;
  --color-dark-gray: #666666;
  --color-gray-80: #dedede4d;
  --color-gray-70: #dedede;
  --color-gray-60: #dedede99;
  --color-accent: #227ba2;
  --color-text: #323232;
  --color-strong: #ec8114;
  --text-h1-pc: clamp(68px, 5vw, 72px);
  --text-h1-sp: clamp(32px, 11.7vw, 44px);
  --text-h2-pc: clamp(60px, 4.4vw, 64px);
  --text-h2-sp: clamp(35px, 10.5vw, 40px);
  --text-h3-pc: clamp(44px, 3.3vw, 48px);
  --text-h3-sp: clamp(28px, 10vw, 32px);
  --text-h4-pc: clamp(28px, 2.2vw, 32px);
  --text-h5-pc: clamp(24px, 1.9vw, 28px);
  --text-h5-sp: clamp(18px, 5vw, 20px);
  --text-heading-card-pc: clamp(20px, 1.52vw, 22px);
  --text-xl-pc: clamp(18px, 1.66vw, 24px);
  --text-xl-sp: clamp(18px, 6vw, 24px);
  --text-l-pc: clamp(16px, 1.35vw, 20px);
  --text-l-sp: clamp(14px, 4.6vw, 18px);
  --text-m-pc: clamp(14px, 1.2vw, 18px);
  --text-m-sp: clamp(11px, 3.6vw, 14px);
  --text-tags: clamp(10px, 3vw, 12px);
  --shadow-card: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  --font-noto-sans-jp: "Noto-Sans-JP", "Yu Gothic", sans-serif;
  --font-inter: "Inter", "Yu Gothic", sans-serif;
  --font-din-2014: "DIN-2014", "Yu Gothic", sans-serif;
}

/* ===== Fonts ===== */
@font-face {
  font-family: "HigureGothic";
  src: url("/assets/fonts/HigureGothic-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HigureGothic";
  src: url("/assets/fonts/HigureGothic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HigureGothic";
  src: url("/assets/fonts/HigureGothic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HigureGothic";
  src: url("/assets/fonts/HigureGothic-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HigureGothic";
  src: url("/assets/fonts/HigureGothic-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN-2014";
  src: url(/assets/fonts/DIN2014-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN-2014";
  src: url(/assets/fonts/DIN-2014_Bold.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto-Sans-JP";
  src: url("/assets/fonts/NotoSansJP-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto-Sans-JP";
  src: url("/assets/fonts/NotoSansJP-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto-Sans-JP";
  src: url("/assets/fonts/NotoSansJP-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto-Sans-JP";
  src: url("/assets/fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto-Sans-JP";
  src: url("/assets/fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto-Sans-JP";
  src: url("/assets/fonts/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto-Sans-JP";
  src: url("/assets/fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto-Sans-JP";
  src: url("/assets/fonts/NotoSansJP-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto-Sans-JP";
  src: url("/assets/fonts/NotoSansJP-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Italic-VariableFont_opsz,wght.woff2")
    format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

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

html {
  /* scroll-behavior: smooth; */
  scroll-padding-top: 130px;

  @media (max-width: 790px) {
    scroll-padding-top: 70px;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: "HigureGothic", "Noto-Sans-JP", sans-serif;
  color: #333;
  line-height: 1.7;
  background-image: url(/assets/img/bg_gritty.webp);
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;

  &.is-menu-open {
    overflow: hidden;
  }

  &::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/bg_on-mark.webp);
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -1;
    pointer-events: none;

    @media (max-width: 790px) {
      background-image: url(/assets/img/bg_on-mark_sp.webp);
      background-size: cover;
      background-size: 700px auto;
    }
  }
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

main {
  padding-top: 160px;

  @media (max-width: 790px) {
    padding-top: 90px;
  }
}

.u-visually-hidden {
  display: none;
}

/* Responsive */
.pc-only {
  display: inline-block !important;
}

.sp-only {
  display: none !important;
}

@media (max-width: 790px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

/* reCAPTCHA */
.grecaptcha-badge {
  display: none;
}

/* Anchor-fade*/
.anchor-fade-enter {
  animation: anchorFadeIn 420ms ease-out both;
}

@keyframes anchorFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .anchor-fade-enter {
    animation: none !important;
  }
}

/* チカチカ */
.flicker-light {
  &::before {
    opacity: 1;
    will-change: opacity;
    animation: gentle-fade 2s ease-in-out infinite both;
  }
}

@keyframes gentle-fade {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 0.1;
  }
  65% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flicker-light::before {
    animation: none !important;
    opacity: 1;
  }
}

/* Background-image */
.bg_gritty {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
}

/* ===== Color ===== */
.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-white {
  color: #fff !important;
}

/* ===== Overlay ===== */
.overlay {
  position: fixed;
  inset: 0;
  background: url(/assets/img/nav/bg.webp) repeat center center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s step-end;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  z-index: 10000;

  &.is-open {
    opacity: 1;
    visibility: visible;
  }

  .overlay__inner {
    position: relative;

    .navigation-menu_inner {
      color: var(--color-base-black);
      padding-top: 17vh;
      padding-bottom: 17vh;
      border-bottom: unset;

      li {
        &::before {
          background: var(--color-primary);
        }
      }

      .navigation-menu_brand {
        &::before {
          background: var(--color-base-black);
        }
      }
    }

    .list-bullets {
      & a {
        &::before {
          top: 0.5em;
        }
      }
    }

    .overlay__close {
      position: relative;
      width: 76px;
      height: 76px;
      border: none;
      background: transparent;
      cursor: pointer;

      &::after {
        content: "";
        position: absolute;
        inset: 0;
        background: url(/assets/img/nav/btn_close.svg) no-repeat center /
          contain;
      }
    }
  }
}

@media (max-width: 790px) {
  .overlay {
    overflow: hidden;

    &.is-open {
      overflow: auto;
    }

    .overlay__inner {
      overflow: auto;

      .overlay__close {
        width: 48px;
        height: 48px;
      }

      .navigation-menu_inner {
        padding-top: 10vh !important;
        padding-bottom: 12vh !important;
        height: auto;

        .navigation-menu_brand {
          margin: 50px auto 0;
          border-top: 1px solid var(--color-base-black);
        }
      }
    }
  }
}

/* ===== Navigation Menu ===== */
.navigation-menu_inner {
  position: relative;
  padding-top: 65px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  border-bottom: 1px solid var(--color-gray-60);
  color: #fff;

  .navigation-menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px;

    .navigation-menu_link {
      transition: color 0.3s ease;
      width: max-content;
      display: inline;
      white-space: normal !important;
      overflow-wrap: anywhere;
      word-break: break-word;

      &:hover {
        color: var(--color-accent);
      }

      &:hover::before,
      &:focus-within::before {
        background: var(--color-accent);
      }
    }

    .navigation-menu_heading {
      display: grid;
      margin: 2px 0;
      line-height: 140%;
      font-weight: 500;
      font-size: 18px;
    }
  }

  /* 左カラム */
  .navigation-menu_brand {
    position: relative;
    font-size: 14px;
    padding: 0 20px 0 0;

    &::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: var(--color-gray-80);
    }

    .navigation-menu_tagline {
      margin: 0;
      letter-spacing: 1px;
      font-size: 16px;
      font-weight: 500;
    }

    .navigation-menu_logo {
      display: block;
      max-width: 328px;
      width: 22.7vw;
      margin: 20px 0;

      img {
        width: 100%;
      }
    }

    .navigation-menu_address {
      margin-bottom: 18px;
      letter-spacing: 1px;
      line-height: 1.5;
      font-style: normal;
      font-size: 16px;
    }

    .kv__people {
      width: 85%;
      padding: 35px 20px 0;
    }
  }

  /* 右カラム */
  .navigation-menu_nav {
    .navigation-menu_cols {
      display: flex;
      justify-content: start;
      gap: 30px;
      padding: 20px 0 50px;

      .navigation-menu_col {
        min-width: 0;
        margin-left: 4vw;
      }
    }
  }

  .navigation-menu_cta {
    margin: 0 4vw;

    .cta-desc {
      line-height: 150%;
      font-size: 16px;
      color: var(--color-base-black);
      font-weight: 400;
      margin-bottom: 20px;
    }
    .cta {
      max-width: 546px;
      width: 36vw;
      height: 80px;
    }
  }
}

@media (max-width: 790px) {
  .navigation-menu_inner {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: none;
    padding-bottom: 0;

    .navigation-menu_list {
      .navigation-menu_heading {
        line-height: 170%;
      }
    }

    .navigation-menu_brand {
      padding: 55px 0 35px;
      border-bottom: 1px solid var(--color-gray-60);

      &::before {
        content: none;
      }

      .navigation-menu_tagline {
        letter-spacing: 0.5px;
        font-size: 14px;
      }

      .navigation-menu_logo {
        width: 100%;
        max-width: 300px;
      }

      .kv__people {
        width: 95%;
        padding: 40px 0 0;
        margin: 0 auto;
        display: block;
      }
    }

    /* 右カラム */
    .navigation-menu_nav {
      .navigation-menu_cols {
        gap: 20px;
        flex-direction: column;
        padding: 20px 0;

        .navigation-menu_col {
          margin: 0;
        }
      }
    }

    .navigation-menu_cta {
      margin: 0;
      .cta-desc {
        margin: 35px 0;
      }

      .cta {
        width: 100%;
      }
    }
  }
}

/* ===== List Bullets ===== */
.list-bullets {
  margin-top: 5px !important;
  gap: 2px !important;

  a {
    position: relative;
    display: block;
    margin: 3px 0;
    padding-left: 12px;
    list-style: none;
    font-size: 16px;
    font-weight: 300;

    &::before {
      content: "";
      position: absolute;
      top: 0.8em;
      left: 0;
      width: 7px;
      height: 2px;
      border-radius: 10px;
      background: var(--color-primary);
      transform: translateY(-50%);
    }

    &:hover::before,
    &:focus-within::before {
      background: var(--color-accent);
    }
  }
}

/* ===== Section Title ===== */
.section-title {
  margin: 24px 0 0;
  text-align: center;

  .section-title__eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto 13px;
    color: var(--color-primary);
    font-weight: 900;
    letter-spacing: 1px;
    font-size: clamp(14px, 1.23vw, 18px);

    &::before {
      content: "";
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      background: url(/assets/img/icon_on-mark.svg) no-repeat center center;
      background-size: contain;
      width: 14px;
      height: 14px;
    }

    &.eyebrow-white {
      color: #fff;

      &::before {
        background: url(/assets/img/icon_on-mark-white.svg) no-repeat center
          center;
        background-size: contain;
      }
    }
  }

  .section-title__headline {
    margin: 0;
    font-weight: 600;
    letter-spacing: 6.5px;
    line-height: 115%;
    letter-spacing: 8px;
    color: var(--color-secondary);

    span {
      color: var(--color-primary);
      font-weight: 600;
    }
  }

  h1.section-title__headline {
    font-size: var(--text-h1-pc);
  }

  h2.section-title__headline {
    font-size: clamp(28px, 4.4vw, 64px);
  }

  h3.section-title__headline {
    font-size: var(--text-h3-pc);
    letter-spacing: 2px;
  }

  &.section-title--center {
    text-align: center;

    .section-title__eyebrow {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }

  &.section-title--left {
    text-align: left;

    .section-title__eyebrow {
      margin-left: 0;
      margin-right: 0;
    }
  }

  &.section-title--green .section-title__headline {
    color: var(--color-secondary);
  }

  .section-title__lead {
    margin: 28px 0 0 0;
    line-height: 1.6;
    font-size: var(--text-l-pc);
    color: var(--color-base-black);
    letter-spacing: 0.9px;
  }
}

@media (max-width: 490px) {
  .section-title {
    .section-title__eyebrow {
      font-size: clamp(12px, 3.7vw, 14px);
    }

    .section-title__headline {
      letter-spacing: 3px;
    }

    h1.section-title__headline {
      font-size: var(--text-h1-sp);
    }

    h2.section-title__headline {
      font-size: var(--text-h2-sp);
    }

    h3.section-title__headline {
      font-size: var(--text-h3-sp);
    }
  }
}

/* ===== Container ===== */
.l-container {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 70px;
  padding-right: 70px;
  z-index: 1;

  @media (max-width: 900px) {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* ===== Cta ===== */
.cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 338px;
  height: 72px;
  padding: 0 12px 0 48px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s ease;

  /* ---- 背景色 ---- */
  &:hover {
    background: #ffcc13;
    text-decoration: none;
  }

  /* ---- 通常アイコン ---- */
  &::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(/assets/img/icon_arrow-link-white.svg) no-repeat
      center/contain;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  /* ---- hover用アイコン ---- */
  &::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(/assets/img/icon_arrow-link-white_hover.svg) no-repeat
      center/contain;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  &:hover::before {
    opacity: 1;
  }
  &:hover::after {
    opacity: 0;
  }

  /* ---- バリエーション ---- */
  &.cta-center {
    margin: 0 auto;
  }

  &.cta-white {
    background-color: #fff;
    color: var(--color-primary);
    transition: background-color 0.3s ease;

    &:hover {
      background-color: #fffdf4;
    }

    &::after {
      background: url(/assets/img/icon_arrow-link.svg) no-repeat center/contain;
    }

    &::before {
      background: url(/assets/img/icon_arrow-link_hover.svg) no-repeat
        center/contain;
    }
  }

  &.cta-secondary {
    background: var(--color-secondary);
    color: #fff;
    transition: background-color 0.3s ease;

    &:hover {
      background: #5e9152;
    }

    &::after {
      background: url(/assets/img/icon_arrow-link-secondary.svg) no-repeat
        center/contain;
      opacity: 1;
      transition: opacity 0.3s ease;
    }

    &::before {
      background: url(/assets/img/icon_arrow-link-secondary_hover.svg) no-repeat
        center/contain;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    &:hover::before {
      opacity: 1;
    }

    &:hover::after {
      opacity: 0;
    }
  }
}

@media (max-width: 450px) {
  .cta {
    width: 100%;
    padding: 0 12px 0 40px;
    height: 64px !important;
  }
}

/* ===== LINK-CARD ===== */
.link-card {
  padding: 100px 0 140px;

  a {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .link-card__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(15px, 4vw, 30px) clamp(30px, 6vw, 50px);
    border-radius: 24px;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: var(--shadow-card);
    transition: border 0.3s ease;
    position: relative;

    .section-title {
      margin: 0;

      h1.section-title__headline {
        font-size: 56px;
        font-weight: 500;
        line-height: 1.1;
      }
      .section-title__lead {
        margin-top: 10px;
      }
    }

    .link-card__icon {
      position: relative;
      flex-shrink: 0;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background-color: transparent;
    }

    .link-card__icon::after {
      content: "";
      position: absolute;
      inset: 0;
      background: url(/assets/img/icon_arrow-link.svg) no-repeat center;
      background-size: contain;
      background-size: 72px 72px;
      opacity: 1;
      transition: opacity 0.3s ease;
    }

    .link-card__icon::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url(/assets/img/icon_arrow-link_hover.svg) no-repeat center;
      background-size: contain;
      background-size: 72px 72px;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    &:hover .link-card__icon::before {
      opacity: 1;
    }
    &:hover .link-card__icon::after {
      opacity: 0;
    }

    &:hover {
      border: 3px solid var(--color-primary);
    }
  }
}

@media (max-width: 450px) {
  .link-card {
    padding: 70px 0 60px;

    .link-card__inner {
      display: block;
      padding: 18px;

      .section-title {
        h1.section-title__headline {
          font-size: clamp(28px, 8.3vw, 32px);
        }
        .section-title__lead {
          margin-top: 15px;
          font-size: var(--text-l-sp);
          letter-spacing: 0;
          line-height: 1.5;
        }
      }

      .link-card__icon {
        margin: 12px 0 0 auto;
        width: 48px;
        height: 48px;
      }

      .link-card__icon::after {
        background-size: 48px 48px;
      }

      .link-card__icon::before {
        background-size: 48px 48px;
      }
    }
  }
}

/* ===== Header ===== */
.site-header {
  position: fixed;
  inset: 20px 17px 24px 17px;
  max-width: 1440px;
  height: max-content;
  margin: 0 auto;
  z-index: 50;

  .site-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-header__logo {
    min-width: 310px;
    margin-right: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    padding: 0 32px;
    height: 72px;
    justify-self: center;
    display: flex;
    align-items: center;

    img {
      display: block;
      width: 100%;
    }
  }

  .site-header__nav {
    display: flex;
    justify-content: end;
    gap: 13px;
    width: 100%;

    .gnav {
      justify-self: center;
      display: flex;
      align-items: center;
      gap: 30px;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 100px;
      padding: 0 32px;

      .gnav__list {
        display: flex;
        gap: 30px;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        align-items: center;

        > li:hover > a,
        > li:focus-within > a {
          color: var(--color-accent);
          text-decoration: none;
          transition: color 0.22s ease;
        }

        li {
          position: relative;
          height: 100%;
          align-items: center;
          display: flex;

          &.has-caret {
            position: relative;

            &::after {
              content: "";
              display: inline-block;
              width: 12px;
              height: 12px;
              margin-left: 4px;
              vertical-align: text-bottom;

              background-image: url(/assets/img/icon_arrow-down.svg);
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              transition: transform 0.25s ease;
            }

            &:hover::after,
            &:focus-within::after {
              transform: rotate(180deg);
              background-image: url(/assets/img/icon_arrow-down-accent.svg);
            }
          }

          a {
            color: var(--color-base-black);
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            white-space: nowrap;
          }

          .submenu {
            position: absolute;
            top: calc(100% - 15px);
            left: 50%;
            transform: translateX(-50%) translateY(6px);
            padding: 20px 30px;
            margin: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 16px;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.22s ease, transform 0.22s ease,
              visibility 0s linear 0.22s;
            z-index: 100;

            li {
              position: relative;
              flex-wrap: nowrap;

              a {
                display: block;
                font-size: 14px;
                font-weight: 400;
                color: var(--color-base-black);
                white-space: nowrap;

                &:hover,
                &:focus {
                  color: var(--color-accent);
                  text-decoration: none;
                  transition: color 0.22s ease;
                }
              }
            }
          }

          &:hover > .submenu,
          &:focus-within > .submenu {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
            transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s;
          }
        }
      }

      .gnav__cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: var(--color-secondary);
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        padding: 10px 32px;
        border-radius: 40px;
        transition: background-color 0.3s ease;
        white-space: nowrap;

        &:hover {
          background-color: #5e9152;
        }
      }
    }

    .site-header__menu {
      position: relative;
      width: 76px;
      height: 76px;
      border: none;
      background: transparent;
      cursor: pointer;

      &::after {
        content: "";
        position: absolute;
        inset: 0;
        background: url(/assets/img/btn_menu.svg) no-repeat center/contain;
      }

      &:hover::after {
        background: url(/assets/img/btn_menu_hover.svg) no-repeat center/contain;
      }
    }
  }
}

@media (max-width: 1300px) {
  .site-header {
    .site-header__nav {
      .gnav {
        display: none;
      }
    }
  }
}

@media (max-width: 790px) {
  .site-header {
    inset: unset;
    max-width: 100%;
    padding: 8px 8px 0 20px;
    width: 100%;

    .site-header__logo {
      min-width: 220px;
      height: 48px;
    }

    .site-header__nav {
      .gnav {
        .gnav__list {
          li {
            &.has-caret {
              &::after {
              }
            }

            a {
              &:hover {
              }
            }
          }
        }
      }

      .site-header__menu {
        width: 48px;
        height: 48px;

        img {
          width: 48px;
        }
      }
    }
  }
}

/* ===== Footer ===== */
.site-footer {
  .footer-top {
    position: relative;
    width: 100%;
    color: #fff;
    background: url(/assets/img/footer/bg-top_01.webp) no-repeat center center;
    background-size: cover;
    border-radius: 0 140px 0 0;
    z-index: 0;

    &::before {
      content: "";
      position: absolute;
      top: -140px;
      left: 0;
      width: 140px;
      height: 140px;
      background: url(/assets/img/footer/bg-top_02.webp) no-repeat center center;
      background-size: contain;
      z-index: -1;
    }

    .footer-top-inner {
      position: relative;
      display: flex;
      align-items: end;
      padding-top: 65px;
      padding-bottom: 0;

      .footer-top-copy {
        padding: 0 0 87px;
        width: 45vw;
        max-width: 730px;

        .footer-top-title {
          display: flex;
          align-items: center;
          gap: 11px;
          margin: 0;
          line-height: 115.5%;
          font-size: clamp(32px, 3.3vw, 48px);
          font-weight: 500;
          color: #fff;
        }

        .footer-top-title__icon {
          width: clamp(32px, 3.3vw, 48px);
          height: auto;
          display: block;
        }

        .footer-top-lead {
          margin: 22px 0 33px;
          line-height: 1.9;
          letter-spacing: 1.3px;
          font-size: clamp(14px, 1.24vw, 18px);
          color: #fff;
        }

        .cta {
          max-width: 568px;
          width: 100%;
        }
      }

      .footer-top-art {
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;

        img {
          display: block;
          width: 51vw;
          max-width: 730px;
        }
      }
    }
  }

  .footer-bottom {
    position: relative;
    width: 100%;
    color: #fff;
    background: url(/assets/img/footer/bg-bottom_01.webp) no-repeat center
      center;
    background-size: cover;
    z-index: 0;

    &::after {
      content: "";
      position: absolute;
      top: -140px;
      left: 0;
      width: 140px;
      height: 140px;
      background: url(/assets/img/footer/bg-bottom_02.webp) no-repeat center
        center;
      background-size: contain;
      z-index: 1;
    }

    .footer-bottom-copy {
      position: relative;
      padding: 20px 0;

      p {
        margin: 0;
        letter-spacing: 1px;
        text-align: center;
        font-family: var(--font-din-2014);
        font-size: 14px;
        color: #fff;
      }
    }
  }

  .navigation-menu_inner {
    .navigation-menu_list {
      &.list-bullets {
        a {
          &::before {
            background: #fff;
          }

          &:hover::before,
          &:focus-within::before {
            background: #fff;
            opacity: 0.7;
          }
        }
      }

      .navigation-menu_link {
        transition: opacity 0.3s ease;

        &:hover {
          color: unset;
          opacity: 0.7;
        }

        &:hover::before,
        &:focus-within::before {
          background: #fff;
        }
      }
    }
  }

  .list-bullets {
    & a {
      &::before {
        top: 0.5em;
      }
    }
  }
}

@media (max-width: 790px) {
  .site-footer {
    .footer-top {
      background: url(/assets/img/footer/bg-top_01_sp.webp) no-repeat center
        center;
      background-size: cover;
      border-radius: 0 70px 0 0;
      &::before {
        top: -70px;
        width: 70px;
        height: 70px;
      }

      .footer-top-inner {
        flex-direction: column;

        .footer-top-copy {
          padding: 0 0 25px;
          width: 100%;
          max-width: 100%;
        }

        .footer-top-art {
          position: relative;

          img {
            width: 100%;
            max-width: 100%;
          }
        }
      }
    }

    .footer-bottom {
      background: url(/assets/img/footer/bg-bottom_01_sp.webp) no-repeat center
        center;
      background-size: cover;

      &::after {
        top: -70px;
        width: 70px;
        height: 70px;
      }

      .footer-bottom-copy {
        width: 88%;
        margin: 0 auto;
        p {
        }
      }
    }
  }
}

/* ===== Slider ===== */
.slider {
  position: relative;

  .slider_inner {
    .slider__nav {
      position: absolute;
      top: -120px;
      right: 20px;
      gap: 16px;
      display: flex;
    }

    .slider__btn {
      position: relative;
      width: 64px;
      height: 64px;
      cursor: pointer;
      overflow: hidden;

      &::before,
      &::after {
        content: "";
        position: absolute;
        inset: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: opacity 0.3s ease;
      }

      &.slider__btn--prev {
        &::before {
          background-image: url(/assets/img/icon_arrow-link-left-white.svg);
        }
        &::after {
          background-image: url(/assets/img/icon_arrow-link-left-white-hover.svg);
          opacity: 0;
        }
      }
      &.slider__btn--next {
        &::before {
          background-image: url(/assets/img/icon_arrow-link-right-white.svg);
        }
        &::after {
          background-image: url(/assets/img/icon_arrow-link-right-white-hover.svg);
          opacity: 0;
        }
      }

      &.slider__btn--prev:hover::after,
      &.slider__btn--next:hover::after {
        opacity: 1;
      }
    }

    .slider__viewport {
      margin: 0 auto 48px;

      .swiper-wrapper {
        display: grid;
        grid-auto-flow: column;
      }
    }
  }
}

@media (max-width: 790px) {
  .slider {
    position: relative;

    .slider_inner {
      .slider__nav {
        top: -75px;
        right: 0px;
      }
    }
  }
}

@media (max-width: 450px) {
  .slider {
    position: relative;

    .slider_inner {
      .slider__btn {
        width: 56px;
        height: 56px;
      }

      .slider__viewport {
        width: calc(100% + 12%);
        margin-left: -6%;
        margin-right: -6%;

        .swiper-wrapper {
          padding-left: 10px;
        }
      }

      .cta {
        width: 80%;
      }
    }
  }

  .slider__track {
    gap: 0;
  }

  .slider__track .card {
    flex: 0 0 auto;
    max-width: none;
    min-width: 0;
  }
}

/* ===== Card ===== */
.card {
  flex: 0 0 calc((100% - 48px) / 3);
  background: #fff;
  border-radius: 24px;

  box-shadow: var(--shadow-card);
  overflow: hidden;

  .card__link {
    display: block;
    padding: 18px 18px 25px;
    border-radius: 24px;
    height: 100%;
  }

  .card__media {
    border-radius: 16px;

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

  .card__body {
    .card__case {
      display: block;
      margin: 15px 0 10px;
      letter-spacing: 0.7px;
      text-align: center;
      font-size: 18px;
      font-weight: 900;
      color: var(--color-primary);
    }

    .card__title {
      width: 98%;
      margin: 0 auto;
      line-height: 1.4;
      text-align: center;
      font-size: 25px;
      font-weight: 600;
      color: var(--color-secondary);
    }

    .card__desc {
      margin: 15px 0;
      line-height: 1.4;
      font-size: 16px;
      color: var(--color-base-black);
    }

    .card__tags {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;

      .card__tag {
        padding: 4px 12px;
        line-height: 1.1;
        font-family: var(--font-noto-sans-jp);
        font-size: 12px;
        color: var(--base-black);
        border-radius: 30px;
        background: var(--color-gray-60);
      }
    }
  }
}

@media (max-width: 980px) {
  .card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 640px) {
  .card {
    flex: 0 0 100%;
  }
}

@media (max-width: 450px) {
  .card {
    width: 85%;
    padding: 13px;

    .card__link {
      padding: 0;
    }

    .card__body {
      .card__case {
        margin: 12px 0 8px;
        letter-spacing: 0.7px;
        font-size: 14px;
      }

      .card__title {
        font-size: 19px;
      }

      .card__desc {
        margin: 14px 0 10px;
        line-height: 1.6;
        font-size: 12.5px;
      }

      .card__tags {
        .card__tag {
          padding: 3px 9px;
          font-size: 9px;
        }
      }
    }
  }
}

/* ===== Hover ===== */
.hover__link {
  border: 3px solid #fff;
  transition: border-color 0.2s ease;

  &:hover {
    cursor: pointer;
    border-color: var(--color-primary);

    .hover__arrow::after {
      opacity: 1;
    }

    .hover__img img {
      transform: scale(1.05);
    }
  }

  .hover__arrow {
    background: url(/assets/img/icon_arrow-link.svg) no-repeat center/contain;

    &::after {
      content: "";
      position: absolute;
      inset: 0;
      background: url(/assets/img/icon_arrow-link_hover.svg) no-repeat
        center/contain;
      opacity: 0;
      transition: opacity 0.2s ease;
    }
  }

  .hover__img {
    overflow: hidden;

    img {
      transition: transform 0.3s ease;
      display: block;
      width: 100%;
      height: auto;
    }
  }
}

/* ===== Toggle ===== */
.toggle__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  display: block;
  margin: auto;
  background: url(/assets/img/icon_arrow-toggle.svg) no-repeat center/contain;

  &::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/assets/img/icon_arrow-toggle_close.svg) no-repeat
      center/contain;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
}

details[open] .toggle__arrow::after {
  opacity: 1;
}

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

summary {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  -webkit-appearance: none;
}

@media (max-width: 450px) {
  .toggle__arrow {
    width: 40px;
    height: 40px;
  }
}

/*  ===== FLOAT CTA ===== */
.float-cta {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  width: 389px;
  height: 125px;
  z-index: 1000;
  pointer-events: auto;
  transition: opacity 0.25s ease, transform 0.25s ease;

  &.is-hidden,
  &.is-closed {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
  }

  .float-cta__link {
    position: absolute;
    inset: 0;
    display: block;
    border: none;
    background: transparent;
    border-radius: 18px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;

    &::after,
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: opacity 0.25s ease;
    }

    &::after {
      background-image: url(/assets/img/btn_cta.svg);
      opacity: 1;
    }

    &::before {
      background-image: url(/assets/img/btn_cta_hover.svg);
      opacity: 0;
    }

    &:hover::before {
      opacity: 1;
    }

    &:hover::after {
      opacity: 0;
    }
  }

  .float-cta__close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: var(--color-base-black);
    color: #fff;
    cursor: pointer;

    &::before,
    &::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 16px;
      height: 2px;
      background: #fff;
      transform-origin: center;
    }

    &::before {
      transform: translate(-50%, -50%) rotate(45deg);
    }

    &::after {
      transform: translate(-50%, -50%) rotate(-45deg);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .float-cta,
  .float-cta__link::before,
  .float-cta__link::after {
    transition: none;
  }
}

@media (max-width: 450px) {
  .float-cta {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(8px);
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 300px;
    height: calc(300px / 2.71);
    max-width: 90%;

    &.is-visible {
      transform: translateX(-50%) translateY(0);
    }
  }
}

/*  ===== LINK-BTN ===== */
.link-btn {
  .link-btn-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin: 90px 0;
    width: 820px;

    .link-btn-item {
      position: relative;
      width: 100%;
      background: #fff;
      box-shadow: var(--shadow-card);
      height: 72px;
      border-radius: 24px;

      .link-btn-item__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        height: 100%;
        padding: 0 15px;
        border-radius: 24px;

        .link-btn-item__title {
          margin: 0;
          font-weight: 600;
          line-height: 1.2;
          color: var(--color-secondary);
          letter-spacing: 0px;
          font-size: 20px;
        }

        .link-btn-item__arrow {
          width: 32px;
          height: 32px;
          transform: rotate(90deg);
          display: block;
          margin: 0;
        }
      }
    }
  }
}

@media (max-width: 790px) {
  .link-btn {
    .link-btn-grid {
      gap: 10px;
      margin: 70px 0;
      width: 100%;

      .link-btn-item {
        height: 40px;
        border-radius: 10.45px;

        .link-btn-item__link {
          padding: 0 6px;
          border-radius: 10.45px;

          .link-btn-item__title {
            font-size: 12px;
          }

          .link-btn-item__arrow {
            width: 18px;
            height: 18px;
          }
        }
      }
    }
  }
}
