/* base */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  padding-top: 0 !important;
  background-color: white;
}

.footer-parts {
  box-sizing: border-box;

  .contactArea_for_drivers,
  .pictureArea {
    display: none;
  }

  *,
  ::before,
  ::after {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }

  ::before,
  ::after {
    text-decoration: inherit;
    vertical-align: inherit;
  }

  * {
    margin: 0;
    padding: 0;
  }

  footer {
    display: block;
  }

  ol,
  ul,
  dl {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  @media print, screen and (max-width: 959px) {
    .pc {
      display: none !important;
    }
  }

  @media print, screen and (min-width: 960px) {
    .sp {
      display: none !important;
    }

    a[href^="tel:"] {
      pointer-events: none;
    }
  }
}

/* SPデザインが404pxのため、 SPブレクポイントを804pxに指定 */

/* ==========================================================================
   Award Result Section
   ========================================================================== */

.award-section__header {
  .award-section__header-img {
    width: 100%;
  }
}

.award-result {
  background: #0f0f0f url('images/evcsaward_bg.png') center center / cover no-repeat;
  padding-bottom: 110px;

  .award-result__winner {
    padding: 70px 0 40px;
    @media (max-width: 804px) {
      padding: calc((78/804)*100vw) 0 calc((40/804)*100vw);
    }

    .award-result__winner-container {
      padding-inline: 20px;
      @media (max-width: 804px) {
        padding-inline: calc((12/804)*100vw);
      }
    }
    .award-result__winner-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 48px;

      @media (max-width: 804px) {
        flex-direction: column;
        gap: 32px;
      }
    }

    .award-result__winner-photos {
      flex: 1 1 1035px;
      min-width: 0;
      max-width: 1035px;

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

      @media (max-width: 804px) {
        flex: none;
        width: 100%;
        max-width: none;
      }
    }

    .award-result__winner-info {
      flex: 1 1 580px;
      min-width: 0;
      max-width: 580px;
      color: #fff;
      text-align: center;

      @media (max-width: 804px) {
        flex: none;
        width: 100%;
        max-width: none;
        padding: 0;
      }
    }

    .award-result__winner-info-inner {
      width: fit-content;
      max-width: 100%;
      margin: 0 auto;
      @media (max-width: 804px) {
        width: 100%;
      }
    }

    .award-result__winner-badge {
      max-width: 205px;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 24px;
      @media (max-width: 804px) {
        max-width: calc((282/804)*100vw);
        margin-top: calc((10/804)*100vw);
        margin-bottom: calc((30/804)*100vw);
      }
    }

    .award-result__winner-company {
      display: flex;
      flex-direction: column;
      gap: 16px;
      text-align: center;
      @media (max-width: 804px) {
        gap: calc((30/804)*100vw);
      }

      img {
        max-width: 446px;
        width: 100%;
        margin: 0;
        @media (max-width: 804px) {
          max-width: calc((534/804)*100vw);
          margin: auto;
        }
      }

      p {
        font-family: 'Noto Serif JP';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 34px;
        letter-spacing: 0.02em;
        color: #9F9F9F;
        margin: 0;
        @media (max-width: 804px) {
          font-size: calc((32/804)*100vw);
          line-height: 1;
        }
      }
    }

    .award-result__winner-divider {
      border: none;
      border-top: 1px solid;
      background: linear-gradient(270deg, #9D8041 0%, #B9A988 48.07%, #826A35 100%);
      margin-top: 48px;
      @media (max-width: 804px) {
        margin-top: calc((48/804)*100vw);
      }
    }
  }

  .award-result__stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 32px 32px 16px 32px;
    @media (max-width: 1410px) {
      padding: 32px 0 16px;
      gap: 0;
      justify-content: space-around;
    }
    @media (max-width: 804px) {
      padding: calc((12/804)*100vw) 0 calc((16/804)*100vw);
      gap: calc((76/804)*100vw);
      justify-content: center;
    }
  }

  .award-result__stat {
    display: flex;
    align-items: baseline;
    gap: 2px;
    @media (max-width: 804px) {
      gap: calc((2/804)*100vw);
    }

    .award-result__stat-num {
      font-family: 'Noto Serif JP';
      font-style: normal;
      font-weight: 500;
      font-size: 86px;
      line-height: 1;
      letter-spacing: 0.01em;
      background: linear-gradient(270deg, #9D8041 0%, #B9A988 48.07%, #826A35 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      @media (max-width: 1410px) {
        font-size: 56px;
      }
      @media (max-width: 804px) {
        font-size: calc((114/804)*100vw);
      }
    }

    .award-result__stat-unit {
      font-family: 'Noto Serif JP';
      font-size: 1.4rem;
      color: #9F9F9F;
      font-weight: 400;
      @media (max-width: 1410px) {
        font-size: 1rem;
      }
      @media (max-width: 804px) {
        font-size: calc((32/804)*100vw);
      }
    }
  }

  .award-result__note {
    margin: 0;
    color: #9F9F9F;
    text-align: left;
    font-size: 14px;
    padding-left: 32px;
    @media (max-width: 1410px) {
      padding-left: 0;
    }
    @media (max-width: 804px) {
      font-size: calc((16/804)*100vw);
      text-align: right;
    }
  }

  .award-result__citation {
    padding: 0 20px;
    @media (max-width: 804px) {
      padding: 0 calc((20/804)*100vw);
    }

    .award-result__citation-grid {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      margin: 0 auto;
      border: solid 1px #B69C64;
      background-color: rgba(255, 255, 255, 0.05);
      box-shadow: 0px 4px 34px 0px #00000073;
      @media (max-width: 804px) {
        flex-direction: column;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        gap: calc((32/804)*100vw);;
      }
    }

    .award-result__citation-col {
      flex: 1;
      padding: 44px 56px;
      border-right: 1px solid #B69C64;
      @media (max-width: 804px) {
        padding: calc((96/804)*100vw) calc((40/804)*100vw) calc((80/804)*100vw);
        border-right: none;
        border: solid 1px #B69C64;
        background-color: rgba(255, 255, 255, 0.05);
        box-shadow: 0px 4px 34px 0px #00000073;
      }
    }

    .award-result__citation-col:last-child {
      border-right: none;

      @media (max-width: 804px) {
        border: solid 1px #B69C64;
      }
    }

    .award-result__citation-heading {
      font-family: Noto Serif JP;
      font-weight: 700;
      font-style: Bold;
      font-size: 20px;
      line-height: 34px;
      letter-spacing: 5%;
      text-align: center;
      color: #B69C64;
      margin-bottom: 24px;
      @media (max-width: 804px) {
        font-size: calc((38/804)*100vw);
        line-height: calc((34/804)*100vw);
        margin-bottom: calc((66/804)*100vw);
      }
    }

    .award-result__citation-text {
      font-family: 'Noto Serif JP';
      font-weight: 500;
      font-size: 16px;
      line-height: 38px;
      letter-spacing: 0%;
      text-align: justify;
      color: white;
      margin: 0;
      @media (max-width: 804px) {
        font-size: calc((32/804)*100vw);
        line-height: calc((63/804)*100vw);
      }
    }
  }

  .award-result__voices {
    padding: 64px 20px 72px;
    @media (max-width: 804px) {
      padding: calc((110/804)*100vw) calc((20/804)*100vw) calc((98/804)*100vw);
    }

    .award-result__voices-container {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      padding: 0;
    }

    .award-result__voices-header {
      text-align: center;
      margin-bottom: 24px;
      @media (max-width: 804px) {
        margin-bottom: calc((70/804)*100vw);
      }
    }

    .award-result__voices-title {
      font-family: 'Cormorant Garamond';
      font-weight: 700;
      font-size: 50px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;
      color: #D9D9D9;
      @media (max-width: 804px) {
        font-size: calc((64/804)*100vw);
      }
    }

    .award-result__voices-subtitle {
      font-family: 'Noto Serif JP';
      font-weight: 700;
      font-style: Bold;
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 5%;
      text-align: center;
      color: #B59C6A;
      margin: 12px auto 0;
      @media (max-width: 804px) {
        font-size: calc((36/804)*100vw);
        line-height: calc((40/804)*100vw);
        margin: calc((25/804)*100vw) auto 0;
      }
    }

    .award-result__voices-slider-wrapper {
      position: relative;
      display: flex;
      align-items: center;
    }

    .award-result__voices-slider {
      flex: 1;
      min-width: 0;
      overflow: hidden;
    }

    .award-result__voices-track {
      display: flex;
      transition: transform 0.35s ease;
    }

    .award-result__voices-track > *,
    .award-result__voices-track > .award-result__voice-card {
      flex: 0 0 100%;
      width: 100%;
      min-width: 0;
    }

    .award-result__voice-slide {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .award-result__voices-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0;
      border: none;
      background: none;
      cursor: pointer;
      opacity: 1;
      transition: opacity .3s ease;
      z-index: 1;
      &.award-result__voices-arrow--prev {
        left: -100px;
        @media (max-width: 1410px) {
          left: 0px;
        }
        @media (max-width: 804px) {
          left: calc((-14/804)*100vw);
        }
      }
      &.award-result__voices-arrow--next {
        right: -100px;
        @media (max-width: 1410px) {
          right: 0px;
        }
        @media (max-width: 804px) {
          right: calc((-14/804)*100vw);
        }
      }
      img {
        display: block;
        width: 80px;
        aspect-ratio: 1;
        @media (max-width: 804px) {
          width: calc((88/804)*100vw);
        }
      }
      &:hover {
        opacity: .6;
      }
    }

    .award-result__voice-card {
      flex: 1;
      border: 1px solid #C9A050;
      border-radius: 0.5px;
      padding: 24px 40px;
      text-align: center;
      @media (max-width: 804px) {
        padding: calc((46/804)*100vw) calc((94/804)*100vw);
      }
    }

    .award-result__voice-icon-wrap {
      line-height: 1;
    }

    .award-result__voice-icon {
      width: 34px;
      aspect-ratio: 1;
      @media (max-width: 804px) {
        width: calc((72/804)*100vw);
      }
    }

    .award-result__voice-spot {
      font-family: 'Noto Serif JP';
      font-weight: 700;
      font-style: Bold;
      font-size: 18px;
      line-height: 40px;
      letter-spacing: 0%;
      text-align: center;
      color: #B59C6A;
      margin: 0;
      @media (max-width: 804px) {
        font-size: calc((36/804)*100vw);
        line-height: calc((75/804)*100vw);
      }
    }

    .award-result__voice-text {
      font-family: 'Noto Sans';
      font-weight: 400;
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0%;
      text-align: justify;
      color: white;
      margin: 8px 0 0;
      @media (max-width: 804px) {
        font-size: calc((30/804)*100vw);
        line-height: calc((60/804)*100vw);
        margin: calc((25/804)*100vw) 0 0;
      }
    }
  }

  .award-result__report {
    padding: 0 20px;

    .award-result__report-inner {
      box-sizing: border-box;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      padding-block: 24px;
      padding-inline: 24px;
      display: flex;
      align-items: center;
      gap: 64px;
      border: 1px solid #2E9FDD;
      background-color: rgba(255, 255, 255, 0.1);
      @media (max-width: 804px) {
        flex-direction: column;
        gap: calc((32/804)*100vw);
        padding: calc((46/804)*100vw) calc((42/804)*100vw) calc((80/804)*100vw);
        align-items: flex-start;
      }
    }

    .award-result__report-img-box {
      flex: 0 0 40%;
      max-width: 460px;
      min-width: 0;
      @media (max-width: 804px) {
        flex: none;
        width: 100%;
        max-width: none;
      }

      img {
        display: block;
        width: 100%;
        height: auto;
        @media (max-width: 804px) {
          object-fit: cover;
          height: calc((460/890)*100vw);
        }
      }
    }

    .award-result__report-content {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 40px;
      color: white;
      @media (max-width: 804px) {
        gap: calc((50/804)*100vw);
        width: 100%;
      }
    }

    .award-result__report-lead {
      font-family: 'Noto Sans JP';
      font-weight: 700;
      font-style: Bold;
      font-size: 22px;
      line-height: 43px;
      letter-spacing: 3%;
      margin: 0;
      @media (max-width: 804px) {
        font-size: calc((37/804)*100vw);
        line-height: calc((75/804)*100vw);
      }
    }

    .award-result__report-btn {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 16px;
      gap: 10px;
      max-width: 324px;
      width: 100%;
      background: #2E9FDD;
      border-radius: 100px;
      text-decoration: none;
      color: white;
      font-family: 'Noto Sans JP';
      font-weight: 700;
      font-style: Bold;
      font-size: 22px;
      line-height: 43px;
      letter-spacing: 1%;
      @media (max-width: 804px) {
        padding: calc((16/804)*100vw);
        gap: calc((10/804)*100vw);
        max-width: 100%;
        width: 96%;
        border-radius: calc((100/804)*100vw);
        font-size: calc((44/804)*100vw);
        line-height: calc((115/804)*100vw);
        margin: auto;
      }
      &::after {
        content: '→';
        display: inline-block;
        transform: translateX(0);
        transition: transform 0.3s ease;
      }
      &:hover::after {
        transform: translateX(8px);
        @media (max-width: 804px) {
          transform: translateX(calc((8/804)*100vw));
        }
      }
    }
  }
}

/* ==========================================================================
   Best Spots Section
   ========================================================================== */

.best-spots {
  background-color: #F3F3F3;

  .best-spots__intro {
    text-align: center;
    padding: 65px 20px 0;
    @media (max-width: 804px) {
      padding: calc((80/804)*100vw) calc((20/804)*100vw) 0;
    }

    .best-spots__intro-container {
      max-width: 1200px;
      width: 100%;
      border-bottom: solid 1px #A2A2A2;
      padding-bottom: 65px;
      margin: 0 auto;
      @media (max-width: 804px) {
        padding-bottom: calc((82/804)*100vw);
      }
    }

    .best-spots__intro-text {
      font-family: 'Noto Serif JP';
      font-weight: 400;
      font-style: Regular;
      font-size: 24px;
      line-height: 48px;
      letter-spacing: 8%;
      text-align: center;
      color: #252525;
      margin: 0;
      @media (max-width: 804px) {
        font-size: calc((34/804)*100vw);
        line-height: calc((75/804)*100vw);
        letter-spacing: 8%;
        br {
          display: none;
        }
      }
    }
  }

  .best-spots__category {
    padding: 0 20px 100px;
    @media (max-width: 804px) {
      padding: 0 calc((20/804)*100vw) calc((128/804)*100vw);
    }

    .best-spots__category-container {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      padding-inline: 0;
    }

    .best-spots__category-header {
      display: flex;
      flex-direction: column;
      gap: 28px;
      text-align: center;
      margin-bottom: 48px;
      padding-top: 84px;
      @media (max-width: 804px) {
        gap: calc((40/804)*100vw);
        padding-top: calc((104/804)*100vw);
        margin-bottom: calc((34/804)*100vw);
      }
    }

    .best-spots__category-container + .best-spots__category-container .best-spots__category-header {
      padding-top: 68px;
      @media (max-width: 804px) {
        margin-top: calc((102/804)*100vw);
        padding-top: calc((104/804)*100vw);
        border-top: solid 1px #A2A2A2;
      }
    }

    .best-spots__category-title {
      font-family: 'Cormorant Garamond';
      font-weight: 700;
      font-style: Bold;
      font-size: 46px;
      line-height: 100%;
      letter-spacing: 4%;
      text-align: center;
      color: #252525;
      box-shadow: 0px 1px 8px 0px #FFFFFF4D;
      @media (max-width: 804px) {
        font-size: calc((70/804)*100vw);
        letter-spacing: 3%;
      }
    }

    .best-spots__category-desc {
      font-family: 'Noto Serif JP';
      font-weight: 400;
      font-style: Regular;
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 4%;
      text-align: center;
      color: #8C8C8C;
      margin: 0;
      @media (max-width: 804px) {
        font-size: calc((38/804)*100vw);
        line-height: calc((68/804)*100vw);
      }
    }
  }

  .best-spots__card-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    @media (max-width: 804px) {
      gap: calc((30/804)*100vw);
    }
  }

  .best-spots__card {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, #ECECEC, #ECECEC), #FFFFFF;
    border: 0.5px solid #CACACA;
    padding: 40px;
    gap: 40px;
    justify-content: space-between;

    @media (max-width: 804px) {
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      padding: calc((50/804)*100vw) calc((41/804)*100vw) calc((30/804)*100vw);
      gap: 0;
      min-height: calc((284/804)*100vw);
    }

    .best-spots__card-body {
      flex: 1;
      max-width: 940px;
      width: 100%;
      min-width: 0;
      @media (max-width: 804px) {
        width: 100%;
      }
    }

    .best-spots__card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 16px;

      @media (max-width: 804px) {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;

        .best-spots__card-tag {
          display: none;
        }
      }
    }

    .best-spots__card-toggle {
      display: none;
      @media (max-width: 804px) {
        display: flex;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: calc((30/804)*100vw);
        background: none;
        border: none;
        cursor: pointer;
      }

      .best-spots__card-toggle-icon {
        display: inline-block;
        transition: transform 0.2s;
        @media (max-width: 804px) {
          img {
            width: calc((40/804)*100vw);
          }
        }
      }
    }

    .best-spots__card-name {
      font-family: 'Noto Serif JP';
      font-weight: 700;
      font-style: Bold;
      font-size: 26px;
      line-height: 40px;
      letter-spacing: 1%;
      br {
        display: none;
      }
      @media (max-width: 804px) {
        font-size: calc((44/804)*100vw);
        line-height: calc((64/804)*100vw);
        padding-right: calc((174/804)*100vw);
        letter-spacing: 4%;
        br {
          display: block;
        }
      }
    }

    .best-spots__card-tag {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 16px;
      gap: 10px;
      border: 0.5px solid #000000;
      flex: none;
      height: 36px;
      order: 1;
      flex-grow: 0;
      font-family: 'Noto Sans';
      font-weight: 500;
      font-style: Medium;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0%;
      @media (max-width: 804px) {
        padding: calc((16/804)*100vw) calc((28/804)*100vw);
        height: calc((67/804)*100vw);
        font-size: calc((27/804)*100vw);
        line-height: calc((29/804)*100vw);
      }
    }

    .best-spots__card-divider {
      margin: 15px 0;
      border-top: solid 1px #B4B4B4;
      @media (max-width: 804px) {
        margin: calc((32/804)*100vw) 0;
      }
    }

    .best-spots__card-section {
      display: flex;
      flex-direction: column;
      gap: 6px;
      @media (max-width: 804px) {
        gap: calc((16/804)*100vw);
      }
    }

    .best-spots__card-label {
      font-family: 'Noto Serif JP';
      font-weight: 700;
      font-style: Bold;
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 0.5%;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 0px;
      gap: 4px;
      color: #B69C64;
      margin: 0;
      @media (max-width: 804px) {
        font-size: calc((36/804)*100vw);
        line-height: calc((32/804)*100vw);
        gap: calc((8/804)*100vw);
      }

      .best-spots__card-label-icon {
        width: 26px;
        aspect-ratio: 1;
        flex-shrink: 0;
        @media (max-width: 804px) {
          width: calc((52/804)*100vw);
        }
      }
    }

    .best-spots__card-text {
      font-family: 'Noto Sans JP';
      font-weight: 500;
      font-style: Medium;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5%;
      text-align: justify;
      margin: 0;
      @media (max-width: 804px) {
        font-size: calc((33/804)*100vw);
        line-height: calc((76/804)*100vw);
      }
    }

    .best-spots__card-icon {
      flex-shrink: 0;
      width: 120px;
      height: 120px;
      background: #B59C6A;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      @media (max-width: 804px) {
        position: absolute;
        top: calc((45/804)*100vw);
        right: calc((45/804)*100vw);
        width: calc((130/804)*100vw);
        height: calc((130/804)*100vw);
        margin: auto;
      }

      .best-spots__icon-img {
        width: 60px;
        aspect-ratio: 1;
        @media (max-width: 804px) {
          width: calc((64/804)*100vw);
        }
      }
    }

    .best-spots__card-collapsible {
      @media (max-width: 804px) {
        display: none;
      }
    }
  }

  .best-spots__card--open {
    @media (max-width: 804px) {
      padding-bottom: calc((90/804)*100vw);
      .best-spots__card-top {
        margin-bottom: calc((38/804)*100vw);

        .best-spots__card-tag {
          display: inline-block;
          margin-top: calc((34/804)*100vw);
        }
      }

      .best-spots__card-collapsible {
        display: block;
      }

      .best-spots__card-toggle-icon {
        transform: rotate(180deg);
      }
    }
  }
}

/* ==========================================================================
   General Comment Section
   ========================================================================== */

.general-comment {
  background-color: white;
  margin-bottom: 84px;
  @media (max-width: 804px) {
    margin-bottom: calc((144/804)*100vw);
  }

  .general-comment__images {
    img {
      display: block;
    }
    @media (max-width: 804px) {
      display: none;
    }
  }

  .general-comment__body {
    position: relative;
    max-width: 1200px;
    width: 96%;
    background: #EFEFEF;
    padding: 84px 70px 84px 90px;
    margin-top: -78px;
    margin-inline: auto;
    z-index: 10;
    border: solid 1px white;
    box-shadow: 0px 4px 14px 0px #00000040;
    @media (max-width: 1200px) {
      padding: 84px 40px;
    }
    @media (max-width: 804px) {
      padding: calc((80/804)*100vw) calc((48/804)*100vw) calc((48/804)*100vw);
      margin-top: calc((50/804)*100vw);
      width: 91%;
    }

    .general-comment__body-inner {
      display: flex;
      gap: 22px;
      align-items: flex-start;
      @media (max-width: 804px) {
        flex-direction: column;
        gap: calc((50/804)*100vw);
      }
    }
  }

  .general-comment__stats {
    flex: 0 0 39%;
    max-width: 400px;
    min-width: 0;
    position: relative;
    @media (max-width: 804px) {
      flex: none;
      width: 100%;
      max-width: none;
    }
  }

  .general-comment__stats-inner {
    position: relative;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    @media (max-width: 804px) {
      max-width: 100%;
    }
  }

  .general-comment__stats-background {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    @media (max-width: 804px) {
      width: 100%;
    }
  }

  .general-comment__stats-divider {
    border: none;
    border-top: 1px solid #929292;
    margin: 56px 0;
    position: relative;
    z-index: 1;
    @media (max-width: 804px) {
      margin: calc((46/804)*100vw) 0;
    }
  }

  .general-comment__stat-item {
    position: relative;
    z-index: 1;
  }

  .general-comment__stat-label {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 1%;
    color: #252525;
    margin: 0;
    @media (max-width: 804px) {
      font-size: calc((56/804)*100vw);
    }
  }

  .general-comment__stat-num {
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-style: Bold;
    font-size: 120px;
    line-height: 80px;
    letter-spacing: -1%;
    color: #C60D31;
    margin: 0;
    @media (max-width: 804px) {
      font-size: calc((200/804)*100vw);
      margin-top: calc((14/804)*100vw);
    }
  }

  .general-comment__stat-note {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 52px 0 0px;
    @media (max-width: 804px) {
      font-size: calc((24/804)*100vw);
      margin-top: calc((137/804)*100vw);
      line-height: calc((40/804)*100vw);
    }
  }

  .general-comment__comment {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
    gap: 48px;
    @media (max-width: 804px) {
      gap: calc((50/804)*100vw);
    }

    .general-comment__comment-heading {
      font-family: 'Noto Serif JP';
      font-weight: 600;
      font-style: SemiBold;
      font-size: 23px;
      line-height: 42px;
      letter-spacing: 4%;
      text-align: justify;
      color: #263238;
      margin: 0;
      @media (max-width: 804px) {
        font-size: calc((42/804)*100vw);
        line-height: calc((80/804)*100vw);
      }
    }

    .general-comment__comment-text {
      font-family: 'Noto Serif JP';
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      line-height: 42px;
      letter-spacing: 0%;
      text-align: justify;
      color: #252525;
      margin: 0;
      @media (max-width: 804px) {
        font-size: calc((32/804)*100vw);
        line-height: calc((55/804)*100vw);
      }
      p {
        margin-block: 0;
        @media (max-width: 804px) {
          margin-block-end: calc((12/804)*100vw);
        }
      }
    }

    .general-comment__comment-sig {
      max-width: calc(100% - 190px);
      font-family: Noto Serif JP;
      font-weight: 400;
      font-style: Regular;
      font-size: 18px;
      line-height: 44px;
      letter-spacing: 0%;
      color: #252525;
      margin: 0;
      @media (max-width: 804px) {
        max-width: 100%;
        font-size: calc((32/804)*100vw);
        line-height: calc((44/804)*100vw);
        margin-top: calc((30/804)*100vw);
      }
    }
  }

  .general-comment__mascot {
    position: absolute;
    bottom: -30px;
    right: 0;
    max-width: 180px;
    @media (max-width: 804px) {
      position: relative;
      bottom: 0;
      width: calc((360/804)*100vw);
      margin-top: calc((22/804)*100vw);
    }

    .general-comment__mascot-img {
      width: 100%;
      height: auto;
      display: inline-block;
    }
  }
}

/* ==========================================================================
   about-award toggle
   ========================================================================== */
.about-award-toggle-area {
  padding-inline: 20px;
  @media (max-width: 804px) {
    padding-inline: calc((20/804)*100vw);
  }
}
.about-award-toggle {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 40px;
  background: #252525;
  border-radius: 8px;
  cursor: pointer;
  gap: 16px;
  text-align: left;
  border: none;
  opacity: 1;
  transition: opacity .3s ease;
  @media (max-width: 804px) {
    width: 96%;
    padding: calc((50/804)*100vw) calc((44/804)*100vw);
    border-radius: calc((16/804)*100vw);
    gap: calc((6/804)*100vw);
  }
  &:hover {
    opacity: .8;
  }

  .about-award-toggle__icon {
    flex-shrink: 0;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (max-width: 804px) {
      width: calc((80/804)*100vw);
      height: calc((80/804)*100vw);
      img {
        width: calc((80/804)*100vw);
      }
    }
  }

  .about-award-toggle__label {
    flex: 1;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 4%;
    text-align: left;
    color: white;
    @media (max-width: 804px) {
      font-size: calc((35/804)*100vw);
      line-height: calc((26/804)*100vw);
    }
  }

  .about-award-toggle__arrow {
    color: #b59c6a;
    font-size: 23px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    @media (max-width: 804px) {
      font-size: calc((54/804)*100vw);
    }
  }

  &[aria-expanded="true"] .about-award-toggle__arrow {
    transform: rotate(180deg);
  }
}

.about-award {
  padding-inline: 20px;
  @media (max-width: 804px) {
    padding-inline: calc((34/804)*100vw);
  }

  .about-award__container {
    max-width: 1200px;
    width: 100%;
    margin: 10px auto 0;
    border-radius: 8px;
    border: solid 1px #000000;
    padding-inline: 60px;
    padding-block-end: 24px;
    overflow: hidden;
    @media (max-width: 1200px) {
      padding-inline: 0;
      padding-block-end: 0;
    }
    @media (max-width: 804px) {
      margin: calc((10/804)*100vw) auto 0;
      border-radius: calc((16/804)*100vw);
    }
    > * {
      zoom: 0.85;
      max-width: 100%;
    }
  }
}
