/* ============================================================
   style.css  - ボラバイト LP（style.scss のコンパイル済み相当）
   ============================================================ */

/* ----------------------------------------
   Variables / Custom Properties
   ---------------------------------------- */
   :root {
    --color-primary: #3D7A50;
    --color-hero: #63a361;
    --color-secondary: #86C440;
    --color-bg-light: #EFF8E6;
    --color-text: #333333;
    --color-text-light: #666666;
    --color-white: #ffffff;
    --color-border: #C8E6A0;
    --color-accent: #5fc7d0;
    --font-base: 'Local Noto Sans JP', 'Noto Sans JP', sans-serif;
  }
  
  /* ----------------------------------------
     Local Noto Sans JP 優先（@font-face）
     ---------------------------------------- */
  @font-face {
    font-family: 'Local Noto Sans JP';
    src:
      local('Noto Sans JP'),
      local('Noto Sans CJK JP Regular');
  }
  
  /* ----------------------------------------
     Reset / Base
     ---------------------------------------- */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }

  #faq{
    scroll-margin-top: 40px;
  }
  
  .js-fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .js-fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .js-fade-in {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
  
  body {
    font-family: var(--font-base);
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text);
    background: var(--color-white);
  }
  
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  /* ----------------------------------------
     Layout
     ---------------------------------------- */
  .l-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  
  /* ----------------------------------------
     Utilities
     ---------------------------------------- */
  @media screen and (max-width: 767px) {
    .u-pc-only {
      display: none;
    }
  }
  
  /* ----------------------------------------
     Button
     ---------------------------------------- */
  .btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    border: none;
    background: none;
  }
  
  .btn__note {
    font-size: 12px;
    color: var(--color-text-light);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    padding: 2px 16px;
    display: inline-block;
  }
  
  .btn__text {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 48px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity 0.2s;
  }
  
  .btn--outline .btn__text {
    background: var(--color-primary);
    color: var(--color-white);
    border: 2px solid var(--color-primary);
  }
  
  .btn--outline .btn__text:hover {
    opacity: 0.85;
  }
  
  .btn--outline-light {
    background: var(--color-white);
    border: 5px solid #091472;
    border-radius: 50px;
    padding: 10px 40px;
    width: 406px;
    height: 80px;
    line-height: initial;
  }
  
  .btn--outline-light .btn__note {
    border: none;
    padding: 0;
    font-size: 14px;
    color: #e0196a;
    font-weight: bold;
  }
  
  .btn--outline-light .btn__text {
    background: transparent;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
  }
  
  .btn--outline-light:hover .btn__text {
    opacity: 0.85;
  }
  
  /* ----------------------------------------
     Hero
     ---------------------------------------- */
  .hero {
    background: var(--color-white);
    padding: 40px 0 56px;
  }
  
  .hero__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    position: relative;
    min-height: 340px;
  }
  
  .hero__content {
    color: var(--color-white);
    background: var(--color-hero);
    border-radius: 24px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 58%;
    width: 578px;
    min-height: 313px;
    z-index: 2;
  }

  .hero__catch {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  
  .hero__title-em {
    font-style: normal;
  }
  
  .hero__logo {
    margin-bottom: 30px;
    line-height: 0;
  }
  
  .hero__logo img {
    display: block;
    width: 100%;
    max-width: 148px;
    height: auto;
    object-fit: contain;
  }
  
  .hero__tagline {
    font-size: 13px;
    font-weight: bold;
  }
  
  .hero__visual {
    flex: 0 0 62%;
    position: relative;
    background-image: url('/about_vpLD/images/hero-photo_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    width: 626px;
    min-height: 389px;
    padding: 12px 10px 12px 50px;
    margin-left: -20%;
    z-index: 1;
    margin-top: 50px;
  }

  .hero__visual-inner {
    min-height: 350px;
    overflow: hidden;
    max-width: 600px;
  }
  
  .hero__circle {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .hero__circle--1 {
    width: 201px;
    height: 201px;
    left: 22%;
    bottom: 3%;
  }
  
  .hero__circle--2 {
    width: 307px;
    height: 307px;
    right: 3%;
    top: 5%;
    left: auto;
  }
  
  .hero__circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* ----------------------------------------
     About
     ---------------------------------------- */
  .about {
    padding: 0;
    margin-top: -90px;
    margin-bottom: 75px;
    position: relative;
    z-index: 2;
  }
  
  .about__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
  
  .about__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #091472;
  }
  
  .about__title::after {
    display: none;
  }
  
  .about__text {
    font-size: 14px;
    line-height: 2;
    color: #091472;
    margin-bottom: 40px;
    font-weight: bold;
    padding-left: 20px;
  }
  
  .about__cta {
    display: flex;
    justify-content: center;
  }
  
  /* ----------------------------------------
     Features
     ---------------------------------------- */
  .features {
    background: #eef3e3;
    padding: 60px 0 40px;
    overflow: visible;
  }
  
  .features__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 70px;
    margin-bottom: 20px;
  }
  
  .feature-card {
    max-width: 464px;
    display: flex;
    flex-direction: column;
  }
  
  .feature-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: -10px;
    z-index: 99;
    position: relative;
  }
  
  .feature-card__body {
    background: var(--color-white);
    border-radius: 12px;
    padding: 15px 25px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    flex: 1;
    min-height: 0;
  }
  
  .feature-card__icon-wrap {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .feature-card__icon {
    width: 61px;
    height: 62px;
  }
  
  .feature-card__title {
    font-size: 20px;
    font-weight: bold;
    color: #091472;
    margin-bottom: 10px;
  }
  
  .feature-card__text {
    font-size: 14px;
    line-height: 1.9;
    color: #091472;
    font-weight: 500;
  }
  
  .feature-card__text small {
    font-size: 11px;
    color: #091472;
    opacity: 0.9;
  }
  
  .feature-card--wide {
    box-sizing: border-box;
    max-width: inherit;
    width: 100%;
    display: block;
  }
  
  .feature-card--wide .feature-card__body {
    flex: none;
    min-height: auto;
  }
  
  .feature-card--wide .feature-card__head {
    margin: 0 auto;
    margin-bottom: -10px;
  }
  
  .feature-card--wide .feature-card__body.feature-card__wide-body {
    margin: 0 auto;
    position: relative;
    overflow: visible;
    padding: 25px 30px;
    flex: none;
    min-height: auto;
  }
  
  .feature-card--wide .feature-card__illust {
    position: absolute;
    right: 50px;
    bottom: -20px;
    width: 300px;
    pointer-events: none;
  }
  
  .feature-card--wide .feature-card__illust img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* ----------------------------------------
     Flow
     ---------------------------------------- */
  .flow {
    padding: 50px 0 20px;
  }
  
  .flow__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #091472;
  }
  
  .flow__title::after {
    display: none;
  }
  
  .flow__steps {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 48px;
    flex-wrap: nowrap;
  }
  
  .flow__step {
    text-align: center;
  }
  
  .flow__step-circle {
    width: 140px;
    height: 140px;
    background: #92d207;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-white);
    font-weight: bold;
    padding: 10px 8px 6px;
    box-sizing: border-box;
    overflow: visible;
  }
  
  .flow__step-num {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 2px;
  }
  
  .flow__step-label {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  
  .flow__step-icon {
    object-fit: contain;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }
  
  .flow__step-icon--1 {
    width: 60px;
    height: 97px;
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 0;
  }
  
  .flow__step-icon--2 {
    width: 96px;
    height: 81px;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
  }
  
  .flow__step-icon--3 {
    width: 111px;
    height: 86px;
    margin-top: -2px;
    margin-bottom: 0;
    margin-left: -60px;
    margin-right: 0;
  }
  
  .flow__step-icon--4 {
    width: 110px;
    height: 85px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -6px;
    margin-right: 0;
  }
  
  .flow__step-arrow {
    color: #92d207;
    font-size: 40px;
    line-height: 1;
  }
  
  .flow__details {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .flow__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border: 5px solid #92d207;
    border-radius: 12px;
    padding: 10px 15px;
    margin-bottom: 15px;
    background: var(--color-white);
  }
  
  .flow__detail-num {
    width: 40px;
    height: 40px;
    background: #92d207;
    color: var(--color-white);
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px 0 13px;
  }
  
  .flow__detail-title {
    font-size: 16px;
    font-weight: bold;
    color: #091472;
    margin-top: 8px;
  }
  
  .flow__detail-text {
    font-size: 14px;
    color: #091472;
    line-height: 1.7;
    text-align: left;
    font-weight: 500;
  }
  
  .flow__milestone {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  
  .flow__milestone span {
    display: inline-block;
    background: #92d207;
    color: var(--color-white);
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 8px;
    text-align: center;
  }
  
  /* ----------------------------------------
     FAQ
     ---------------------------------------- */
  .faq {
    padding: 0 0 30px;
  }
  
  .faq__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #091472;
  }
  
  .faq__title::after {
    display: none;
  }
  
  .faq__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
  }
  
  .faq__item {
    border-radius: 12px;
    overflow: hidden;
    background: #eef3e3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  }
  
  .faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 50px;
    cursor: pointer;
    background: transparent;
    border: none;
    text-align: left;
    font-family: var(--font-base);
    font-size: 16px;
    font-weight: bold;
    color: #091472;
    transition: background 0.2s;
  }
  
  .faq__q-mark {
    width: 38px;
    height: 38px;
    background: #5fc7d0;
    color: var(--color-white);
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px 0 17px;
  }
  
  .faq__q-text {
    flex: 1;
  }
  
  .faq__toggle {
    font-size: 28px;
    font-weight: bold;
    color: #5fc7d0;
    margin-left: auto;
    flex-shrink: 0;
    line-height: 1;
    width: 48px;
    min-width: 48px;
    text-align: center;
  }
  /*.faq__item.is-open .faq__toggle {
    font-size: 50px;
  }*/
  
  .faq__answer {
    display: flex;
    align-items: baseline;
    gap: 15px;
    background: #eef3e3;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s ease-out;
  }
  
  .faq__item.is-open .faq__answer {
    max-height: 500px;
    opacity: 1;
    padding: 0px 20px 20px 50px;
  }
  
  .faq__a-mark {
    width: 38px;
    height: 38px;
    background: #9b9b9b;
    color: var(--color-white);
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    padding: 10px 0 17px;
  }
  
  .faq__a-text {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    flex: 1;
    font-weight: bold;
  }
  
  /* ----------------------------------------
     Staff
     ---------------------------------------- */
  .staff {
    padding: 70px 0;
  }
  
  .staff__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #091472;
  }
  
  .staff__title::after {
    display: none;
  }
  
  .staff__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  
  .staff__card {
    text-align: center;
  }
  
  .staff__image {
    width: 100%;
    overflow: hidden;
  }
  
  .staff__image img {
    width: 80%;
    object-fit: cover;
    object-position: top;
    margin: 0 auto 30px;
  }
  
  .staff__profile {
    width: 80%;
    margin: auto;
  }
  
  .staff__profile-list {
    --staff-col-1: 170px;
    --staff-col-2: 225px;
    --staff-col-3: 160px;
    --staff-col-4: 1fr;
    display: grid;
    grid-template-columns: var(--staff-col-1) var(--staff-col-2) var(--staff-col-3) var(--staff-col-4);
    gap: 7px 0px;
  }
  
  .staff__profile-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
  
  .staff__profile-key {
    flex-shrink: 0;
    padding: 0 10px 2px;
    background: #091472;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
  }
  
  .staff__profile-item:nth-child(4) .staff__profile-key,
  .staff__profile-item:nth-child(8) .staff__profile-key {
    min-width: 7.5em;
    text-align: left;
    box-sizing: border-box;
  }
  
  .staff__profile-value {
    margin: 0;
    font-size: 13px;
    color: #000;
    line-height: 1.5;
    font-weight: bold;
  }
  
  /* ----------------------------------------
     CTA
     ---------------------------------------- */
  .cta {
    padding: 10px 0;
  }
  
  .cta__inner {
    display: flex;
    justify-content: center;
  }
  
  /* ----------------------------------------
     Photos
     ---------------------------------------- */
  @keyframes photos-slide {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-50%);
    }
  }
  
  .photos {
    padding: 50px 0 10px;
    overflow: hidden;
  }
  
  .photos__title {
    font-size: 22px;
    font-weight: bold;
    color: #091472;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  
  .photos__slider {
    overflow: hidden;
    width: 100%;
  }
  
  .photos__track {
    display: flex;
    gap: 0;
    width: max-content;
    animation: photos-slide 45s linear infinite;
    will-change: transform;
  }
  
  @media (hover: hover) {
    .photos__slider:hover .photos__track {
      animation-play-state: paused;
    }
  }
  .photos__track.is-paused {
    animation-play-state: paused;
  }
  
  .photos__item {
    width: 280px;
    aspect-ratio: 293.0625 / 197.6556;
    flex-shrink: 0;
    overflow: hidden;
  }
  
  .photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
  }
  
  .photos__item img:hover {
    transform: scale(1.05);
  }
  
  /* ----------------------------------------
     Footer
     ---------------------------------------- */
  .site-footer {
    padding: 20px 0 5px;
    text-align: center;
  }
  .site-footer.js-fade-in {
    opacity: 1;
    transform: none;
  }
  
  .site-footer__pagetop {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: opacity 0.2s;
  }
  
  .site-footer__pagetop:hover {
    opacity: 0.7;
  }
  
  /* ----------------------------------------
     Page Top Button
     ---------------------------------------- */
  .pagetop {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    background: var(--color-accent);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  
  .pagetop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  
  .pagetop:hover {
    opacity: 0.8;
  }
  
  /* ----------------------------------------
     SP用ハンバーガーメニュー（PCでは非表示）
     ---------------------------------------- */
  .hamburger,
  .nav-sp-overlay,
  .nav-sp {
    display: none;
  }
  .hamburger {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1002;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: var(--color-hero);
    color: var(--color-white);
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    transition: background 0.2s;
  }
  .hamburger:hover {
    background: #528a50;
  }
  .hamburger__bar {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.3s, opacity 0.3s;
  }
  .nav-sp-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .nav-sp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    background: var(--color-white);
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
    padding: 72px 24px 24px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
  }
  .nav-sp__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-sp__list li {
    border-bottom: 1px solid #eee;
  }
  .nav-sp__list a {
    display: block;
    padding: 14px 0;
    color: var(--color-text);
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s;
  }
  .nav-sp__list a:hover {
    color: var(--color-hero);
  }
  
  /* ============================================================
     Responsive
     ============================================================ */
 @media screen and (min-width: 768px) and (max-width: 1024px) {
      body {
        padding: 0 20px;
      }
      .flow__steps {
        flex-wrap: nowrap;
        gap: 16px;
      }
      .flow__step-circle {
        width: 110px;
        height: 110px;
        padding: 6px 6px 4px;
      }
      .flow__step-num {
        font-size: 14px;
      }
      .flow__step-label {
        font-size: 13px;
        margin-bottom: 4px;
      }
      .flow__step-arrow {
        font-size: 28px;
      }
      .flow__step-icon--1 { width: 46px; height: 74px; }
      .flow__step-icon--2 { width: 74px; height: 62px; }
      .flow__step-icon--3 { width: 85px; height: 66px; }
      .flow__step-icon--4 { width: 84px; height: 65px; }
     }
  
  /* SP: ~767px */
  @media screen and (max-width: 767px) {
    .l-inner {
      padding: 0 20px;
    }
    .about__inner {
      padding: 0 20px;
      text-align: left;
    }
  
    /* ハンバーガーメニュー表示 */
    .hamburger {
      display: flex;
    }
    .nav-sp-overlay,
    .nav-sp {
      display: block;
    }
    body.is-nav-open .nav-sp-overlay {
      opacity: 1;
      pointer-events: auto;
    }
    body.is-nav-open .nav-sp {
      transform: translateX(0);
    }
    body.is-nav-open .hamburger .hamburger__bar:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    body.is-nav-open .hamburger .hamburger__bar:nth-child(2) {
      opacity: 0;
    }
    body.is-nav-open .hamburger .hamburger__bar:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
    body.is-nav-open {
      overflow: hidden;
    }
  
    /* Hero */
    .hero{
      padding: 20px 0 10px;
    }
    .hero__inner {
      flex-direction: column;
      min-height: auto;
      align-items: stretch;
    }
  
    .hero__content {
      flex: none;
      width: 70%;
      min-width: 0;
      min-height: auto;
      border-radius: 24px;
      padding: 15px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .hero__logo {
      margin-bottom: 10px;
    }
  
    .hero__logo img {
      max-width: 100px;
      margin: 0 auto;
    }

    .hero__tagline {
      font-size: 10px;
    }
  
    .hero__catch {
      font-size: 12px;
      margin-top: 0;
    }
  
    .hero__visual {
      width: 80%;
      min-width: 0;
      min-height: 180px;
      max-width: none;
      margin: -60px 0 15px 20%;
      border-radius: 24px;
      padding: 16px;
      box-sizing: border-box;
      position: relative;
    }

    .hero__visual-inner {
      position: relative;
      width: 100%;
      min-height: 150px;
      overflow: hidden;
      max-width: 230px;
      margin-left: auto;
    }
  
    .hero__circle--1 {
      width: 100px;
      height: 100px;
      left: 13%;
      bottom: 0%;
    }
  
    .hero__circle--2 {
      width: 120px;
      height: 120px;
      right: 0%;
      top: 0%;
      left: auto;
    }

    /* About */
    .about {
      margin-top: 0px;
      margin-bottom: 35px;
      position: relative;
      z-index: 2;
    }

    .about__title{
      margin: 0 0 10px -10px;
    }

    .about__text{
      padding-left: 0px;
    }
  
    /* Features */
    .features{
      padding: 30px 0 40px;
    }
    .features__grid {
      grid-template-columns: 1fr;
    }

    .feature-card{
      width: 100%;
      max-width: inherit;
    }

    .feature-card__text {
      font-size: 14px;
      font-weight: bold;
    }
  
    .feature-card--wide .feature-card__head {
      padding-left: 0px;
      padding-right: 20px;
      position: relative;
      z-index: 999;
    }
  
    .feature-card--wide .feature-card__body.feature-card__wide-body {
      padding: 25px 20px 0;
    }
  
    .feature-card--wide .feature-card__illust {
      position: static;
      width: 100%;
      max-width: 200px;
      margin: 0 auto;
      padding: 30px 0;
    }
  
    /* Flow */
    .flow__steps {
      flex-wrap: wrap;
      gap: 3px;
      justify-content: center;
    }
  
    .flow__step-arrow {
      font-size: 10px;
    }
  
    .flow__step-circle {
      width: 70px;
      height: 70px;
    }

    .flow__step-num{
      font-size: 12px;
      line-height: 1;
    }

    .flow__step-label{
      font-size: 10px;
    }

    .flow__step-icon--1 {
      width: 30px;
    }

    .flow__step-icon--3{
      margin-left: -20px;
    }
  
    .flow__detail {
      padding: 10px;
      gap: 10px;
      margin-bottom: 10px;
    }

    .flow__milestone{
      margin-bottom: 10px;
    }

    .flow__detail-text{
      font-size: 14px;
      font-weight: bold;
    }
  
    /* FAQ */
    .faq__item.is-open .faq__answer {
      padding: 0 20px 20px 20px;
    }

    .faq__question{
      padding: 10px 20px;
    }

    .faq__q-mark{
      font-size: 24px;
      padding-bottom: 15px;
    }
  
    .faq__a-mark{
      font-size: 24px;
      padding-bottom: 15px;
    }

    .faq__q-text{
      line-height: 1.5;
    }
  
    /* Staff */
    .staff{
      padding: 30px 0;
    }

    .staff__image img{
      width: 100%;
    }

    .staff__profile{
      width: 100%;
    }
    .staff__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
  
    .staff__profile-list {
      grid-template-columns: repeat(4, 1fr);
      gap: 12px 16px;
    }
  
    .staff__profile-item {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
    }
  
    .staff__profile-key {
      font-size: 12px;
      padding: 2px 10px;
      font-weight: bold;
    }

    .staff__profile-item:nth-child(4) .staff__profile-key, .staff__profile-item:nth-child(8) .staff__profile-key{
      min-width: 8em;
      text-align: center;
    }
  
    .staff__profile-value {
      font-size: 12px;
    }
  
    /* Footer */
    .site-footer.js-fade-in {
      opacity: 1;
      transform: none;
    }
  
    /* Photos */
    .photos__item {
      width: 200px;
      aspect-ratio: 293.0625 / 197.6556;
    }
  
    /* Button */
    .btn--outline-light{
      width: 100%;
      padding: 10px;
    }
    .btn__text {
      font-size: 16px;
      padding: 12px 32px;
    }
    .btn--outline-light .btn__text{
      line-height: 1;
    }
  }