@charset "utf-8";

main {
  background-color: #fff;
  padding-bottom: 140px;
}

@media screen and (min-width: 1280px) {
  main {
    padding-bottom: 10.9375vw;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding-bottom: 120px;
  }
}

/* ↓↓↓ fv ↓↓↓ */
.fv-area {
  padding-right: 7.8125vw;
}

@media screen and (max-width: 768px) {
  .fv-area {
    padding-right: 5.335%;
  }
}

.fv-area .fv-image {
  width: 100%;
}

.fv-area .fv-txtgroup {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: -12.119% 0 0 auto;
}

@media screen and (min-width: 1280px) {
  .fv-area .fv-txtgroup {
    margin: -11.171875vw 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .fv-area .fv-txtgroup {
    margin: -38.595% 0 0 auto;
  }
}

.fv-area .fv-txtgroup .title-en {
  letter-spacing: .1em;
  color: var(--blue);
  padding-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .fv-area .fv-txtgroup .title-en {
    padding-bottom: 1.25vw;
  }
}

/* ↑↑↑ fv ↑↑↑ */

.main-wrap {
  padding: 0 100px;
  margin: 167px auto 0;
}

@media screen and (min-width: 1280px) {
  .main-wrap {
    padding: 0 7.8125vw;
    margin: 13.046875vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap {
    padding: 0 5.335%;
    margin: 34.135% auto 0;
  }
}

/* ↓↓↓ policy ↓↓↓ */
.policy {
  width: min(100%, 896px);
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .policy {
    width: 70vw;
  }
}

.policy .read {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1.75;
  text-align: justify;
  word-break: break-all;
}

.policy .policy-items {
  margin-top: 100px;
}

.policy .title-en {
  color: var(--green);
  margin: 0 auto 20px;
}

@media screen and (min-width: 1280px) {
  .policy .title-en {
    margin: 0 auto 1.5625vw;
  }
}

@media screen and (max-width: 768px) {
  .policy .title-en {
    margin: 0 auto 16px;
  }
}

.policy .title-en::before {
  transform: translateX(-50%);
  left: 50%;
  background-color: var(--blue);
}

.policy .title-ja {
  text-align: center;
}

.policy .item-list {
  margin-top: 40px;

  @media (max-width: 768px) {
    padding-left: 18px;
  }
}

.policy .item-list .item {
  padding-bottom: 40px;
  border-bottom: 1px solid #CBD9D8;

  .item-ttl {
    font-size: 2.1rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;

    @media (max-width: 768px) {
      line-height: 1.714;
    }

    .num {
      position: absolute;
      top: -0.2em;
      left: -15px;
      font-family: var(--poppins);
      font-size: 1rem;
      font-weight: 300;
      font-style: italic;
      letter-spacing: 0.05em;
      line-height: 1;
      color: var(--green);
    }
  }

  .item-text {
    margin-top: 25px;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.075em;
    line-height: 2.2857;
    text-align: justify;
    word-break: break-all;
  }

  .list-text {
    margin-top: 24px;

    li {
      padding-left: 1em;
      font-size: 1.4rem;
      font-weight: 300;
      letter-spacing: 0.075em;
      line-height: 2.2857;
      position: relative;

      &::before {
        content: '';
        position: absolute;
        top: 13px;
        left: 0;
        width: 6px;
        aspect-ratio: 1/1;
        background-color: #00C4E5;
        border-radius: 100%;
      }
    }
  }
}

.policy .inquiry {
  width: 100%;

  .inq-text {
    max-width: 896px;
    margin-top: 40px;
    margin-inline: auto;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.075em;
    line-height: 2.2857;
    text-align: justify;
    word-break: break-all;
  }

  .inq-wrap {
    max-width: 712px;
    margin: 40px auto 0;
    padding: 48px 68px;
    border: 1px solid #CBD9D8;
    border-radius: 40px;
    position: relative;

    @media (max-width: 768px) {
      padding: 20px 20px;
      border-radius: 20px;
    }

    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      translate: 50% 50%;
      width: 216px;
      aspect-ratio: 1/1;
      background: url(../img/policy/area-deco_green.svg)no-repeat;
      background-size: contain;

      @media (max-width: 768px) {
        width: 110px;
        translate: 15px 80px;
      }
    }

    .text {
      font-size: 1.4rem;
      letter-spacing: 0.075em;
      line-height: 2;

      + .text {
        margin-top: 24px;
      }

      &.-indent {
        padding-left: 1em;
        position: relative;

        &::before {
          content: '';
          position: absolute;
          top: 12px;
          left: 0;
          width: 6px;
          aspect-ratio: 1 / 1;
          background-color: #00C4E5;
          border-radius: 100%;
        }
      }

      a {
        position: relative;
        color: #00D23C;
        text-decoration: underline;
        transition: opacity 300ms 0s ease;

        @media (min-width: 769px) {
          &:hover {
            opacity: 0.7;
          }
        }
      }
    }

    .notes {
      margin-top: 24px;
      font-size: 1.2rem;
      letter-spacing: 0.075em;
      line-height: 1.6667;
      color: #91A09E;
    }
  }
}

/* ↑↑↑ policy-box ↑↑↑ */