.top-image {
  position: relative;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 224;
    background: linear-gradient(0deg, #FFF 0%, #F8FAFB 46.15%, #E4E6E7 100%);
    mix-blend-mode: multiply;
    z-index: 5;
    pointer-events: none;

    @media (width < 800px) {
      opacity: 0;
    }
  }

  .logo {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 59px;
    transform: translateX(-50%);
    line-height: 0;
    z-index: 10;

    @media (width < 800px) {
      top: calc(100px * 100vw / 375px);
    }

    svg {
      width: calc(100% - 124px);
      padding-left: 8px;
      @media (width < 800px) {
        width: calc(100% - 41px);
        padding-left: 8px;
      }
    }
  }

  .top-slide {
    line-height: 0;
    overflow: hidden;
    position: relative;

    @media (width < 800px) {
      aspect-ratio: 375 / 502;
    }

    .top-image-main {
      width: 100vw;
      height: auto;
      background-image: url(../image/top-image@2x.jpg);
      background-repeat: no-repeat;
      display: block;
      background-size: 1150px 787px;
      background-size: cover;
      padding-bottom: 61.25%;

      @media (width < 800px) {
        height: 100%;
        padding-bottom: inherit;
        background-image: url(../image/top-image-sp.jpg);

        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          background-image: url(../image/top-image-sp@2x.jpg);
        }
      }
    }
  }

  p {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: var(--geo-light);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    z-index: 5;
  }
}

body.fix {
  .sp-nav-wrap {
    background-color: #fff;
  }
}

.sp-nav-wrap {
  background-color: #5c7487;
}

.sp-site-nav {
  display: none;

  @media (width < 800px) {
    display: block;
    height: 51px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    background: #fff;
    z-index: 10;
  }

  .nav-top {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    cursor: pointer;

    @media (width <= 500px) {
      padding: 0 23px 0 25px;
    }

    p {
      color: #000;
      font-size: 11px;
      font-family: var(--geo-light);
      text-transform: uppercase;
      letter-spacing: 0.15em;
    }
  }

  .nav-back {
    height: var(--vh, 100vh);
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: #fff;
    z-index: 100;
  }

  ul {
    display: none;
  }

  .sp-close {
    opacity: 0;
    cursor: pointer;
  }

  .h-button {
    width: 33px;
    margin-top: -2px;

    div {
      width: 100%;
      height: 2px;
      background: #4D4D4D;
      margin-bottom: 7px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  &.spMenuPop {
    .h-button {
      display: none;
    }

    .nav-back {
      ul {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 197.5px;
        margin: 0 auto;
        border-top: 1px solid #d8d8da;
        border-bottom: 1px solid #d8d8da;
        padding: 28px 0 22px;
        transform: translate(-50%, -50%);

        li {
          margin-bottom: 18.5px;

          a {
            position: relative;
            display: inline-block;
            text-decoration: none;
            color: var(--text-color);
            font-size: 18px;
            letter-spacing: 0.1em;
          }

          &:last-child {
            margin-bottom: 0;
            padding-top: 20px;
            border-top: 1px solid #d8d8da;
          }

          &:nth-child(5n) {
            margin-bottom: 27px;
          }

          img {
            &.sp {
              display: none;

              @media (width < 800px) {
                display: block;
                height: 18.5px;
                width: auto;
              }
            }
          }

          .nav-news {
            margin-left: 0;
            font-size: 15px;
            padding-right: 19px;
            &::before {
              content: '';
              position: absolute;
              right: -2px;
              top: 50%;
              transform: translateY(-50%);
              width: 14px;
              height: 11px;
              background-image: url(../image/arrow.svg);
              background-repeat: no-repeat;
              background-size: 14px 11px;
            }
          }
        }
      }
    }

    .sp-close {
      position: absolute;
      bottom: 28.5px;
      left: calc(50% - 10px);
      opacity: 1;
      width: 21.5px;
      height: 20px;
      background-image: url(../image/sp-nav-close.png);
      background-repeat: no-repeat;
      display: block;
      background-size: 21.5px 20px;

      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        background-image: url(../image/sp-nav-close@2x.png);
      }
    }
  }
}

.site-nav {
  width: 100%;
  height: 66px;
  display: flex;
  padding: 0 60px;
  background: #fff;
  border-bottom: solid 1px #F2F2F2;

  @media (width < 800px) {
    display: none;
  }

  .nav-wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  a {
    display: inline-block;
    color: #535353;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2.1em;
  }

  ul {
    display: flex;
    justify-content: space-between;
    gap: 32.3px;
  }

  .nav-news {
    position: relative;
    padding-right: 19px;

    &::after {
      content: '';
      position: absolute;
      right: -1px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 11px;
      background-image: url(../image/news-arrow.svg);
      background-repeat: no-repeat;
      background-size: 14px 11px;
    }
  }
}

body.fix {
  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .lead {
    margin-top: 66px;
  }

  @media (width < 800px) {
    .sp-site-nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }

    .lead {
      margin-top: 50px;
    }
  }
}


.lead {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  height: 196px;
  color: #666;

  @media (width < 800px) {
    height: 90px;
    svg {
      max-width: 275px;
      margin: 0 auto;
    }
  }

  p {
    @media (width < 800px) {
      max-width: 275px;
      line-height: 1;
    }
  }
}

.topics {
  height: 262px;
  padding: 0 40px;
  background: #a6b0bb;

  @media (width < 800px) {
    height: auto;
    padding: 0 0 25px 0;
  }
  > h1 {
    padding: 43px 0 17.5px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.07em;
    text-transform: uppercase;

    @media (width < 800px) {
      padding: 10px 0 9.5px;
      font-size: 13px;

      img {
        width: 43px;
      }
    }
  }

  .topic {
    max-width: 872px;
    height: 111px;
    margin: 0 auto;
    background: #fff;
    background-image: url(../image/arrow.svg);
    background-repeat: no-repeat;
    background-size: 24.44px 23.45px;
    background-position: right 35px top 44px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 85px;

    @media (width < 800px) {
      display: block;
      background-image: url(../image/arrow-sp.svg);
      background-size: 15px 13px;
      background-position: right 19px center;
      width: calc(100% - 80px);
      padding: 21px 44px 18.5px 40px;
      height: auto;
    }

    @media (width <= 500px) {
      width: calc(100% - 40px);
    }

    &:hover {
      opacity: 0.9;
    }


    p {
      position: relative;
      margin-top: -2px;
      font-size: 21px;
      color: var(--text-color);
      letter-spacing: 0.08em;
      font-feature-settings: 'palt';
      @media (width < 800px) {
        margin-top: 0;
        font-size: 12px;
        font-feature-settings: normal;
        line-height: 1.6;
        letter-spacing: 0.1em;
      }

      &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -41px;
        width: 20px;
        height: 5px;
        border-radius: 50px;
        background: #5AA9B5;
        transform: translateY(-40%);
        @media (width < 800px) {
          transform: translateY(-65%);
        }
      }

      @media (width < 800px) {
        &::before {
          left: -20px;
          width: 8px;
          height: 3px;
        }
      }
    }
  }
}

.select {
  padding-bottom: 138.5px;
  @media (width < 800px) {
    padding-bottom: 16px;
  }
  h1 {
    max-width: 260px;
    padding: 100px 0 54px;
    color: #5e5e5e;
    font-size: 31px;
    letter-spacing: 0.12em;
    font-feature-settings: 'palt';
    @media (width < 800px) {
      width: 170px;
      padding: 54px 0 32px;
    }
    svg {
      @media (width < 800px) {
        width: 100%;
      }
    }
  }
  p {
    max-width: 632px;
    margin: 0 auto;
    padding-bottom: 95px;
    color: #5e5e5e;
    text-align: center;
    text-align: -webkit-center;
    @media (width < 800px) {
      max-width: 240px;
      padding-bottom: 59.5px;
    }
    svg {
      margin: 0 auto;
    }
  }
  .select-box {
    width: 100%;
    padding-top: 28px;
    border-top: 1px solid #D8D8D8;

    @media (width < 800px) {
      padding-top: 24px;
    }

    &:first-of-type {
      .select-box-head {
        padding-bottom: 22px;
        @media (width < 800px) {
          padding-bottom: 20px;
        }
        .title {
          font-size: 23px;
          letter-spacing: 0.11em;
          font-feature-settings: 'palt';
          @media (width < 800px) {
            font-size: 18.4px;
          }
        }
      }
      .select-box-item {
        h3 {
          margin: -5px 0 16px;
          @media (width < 800px) {
            margin-bottom: 15px;
          }
        }
        .note {
          top: -48px;
          @media (width < 800px) {
            top: inherit;
          }
        }
        table {
          tr {
            th,
            td {
              height: 21px;
              padding: 4.3px 0 3.1px;
              @media (width < 800px) {
                height: 22px;
                padding: 3.5px 0 4.5px;
              }
            }
          }
        }
      }
    }

    &:nth-of-type(2) {
      margin-top: 80px!important;
      @media (width < 800px) {
        margin-top: 21px!important;
      }
      .select-box-head {
        .title {
          @media (width < 800px) {
            font-feature-settings: 'palt';
          }
        }
      }
      .select-box-item {
        table {
          tr {
            [data-lang='jp-only'] {
              padding: 4.3px 0 3.1px;
              letter-spacing: 0.11em;
              @media (width < 800px) {
                letter-spacing: 0.12em;
                font-feature-settings: 'palt';
              }
            }
          }
          th {
            @media (width < 800px) {
              width: 60px;
              padding-right: 15px;
            }
          }

        }
      }
    }

    &:nth-of-type(3) {
      .select-box-head {
        @media (width < 800px) {
          padding-bottom: 27px;
        }
      }
      .select-box-item {
        h3 {
          margin: -4px 0 16px;
          @media (width < 800px) {
            margin-bottom: 17px;
          }
        }
        th {
          width: 38px;
          padding-right: 7px;
          @media (width < 800px) {
            width: 45px;
            padding-right: 16px;
          }
        }
      }
    }

    &:nth-of-type(4) {
      .title {
        font-feature-settings: 'palt';
      }
      .select-box-item {
        table {
          tr {
            [data-lang='jp-only'] {
              padding: 12px 0 11px;
              font-size: clamp(12px, 1.438vw, 14px);
              line-height: 1.6;
              letter-spacing: 0.12em;
              @media (width < 800px) {
                padding: 11px 0;
                font-size: 13px;
                font-feature-settings: 'palt';
              }
            }
          }
        }
      }
    }

    + .select-box {
      margin-top: 90px;
      @media (width < 800px) {
        margin-top:21px;
      }
    }
  }

  .select-box-head {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto;
    padding: 0 40px 26px;

    @media (width < 800px) {
      padding: 0 40px 18.5px;
    }

    @media (width <= 500px) {
      padding: 0 20px 18.5px;
    }
    h2 {
      display: inline-flex;
      gap: 15px;
      line-height: 1;
      font-size: 22px;
      font-feature-settings: 'palt';
      @media (width < 800px) {
        gap: 12px;
      }
    }
    .number {
      width: 22px;
      font-family: var(--geo-thin);
      font-size: 42px;
      text-align: center;
      @media (width < 800px) {
        width: 17.6px;
        font-size: 33.6px;
      }
    }
    .title {
      margin-top: 14px;
      letter-spacing: 0.12em;
      font-feature-settings: normal;
      @media (width < 800px) {
        margin-top: 12px;
        font-size: 17.6px;
      }
    }
  }
  .select-box-item {
    position: relative;
    width: 100%;
    max-width: 1148px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 40px;

    @media (width < 800px) {
      flex-direction: column;
      gap: 32.5px;
      padding: 0 40px 53px;
    }

    @media (width <= 500px) {
      padding: 0 20px 53px;
    }
    .image-wrap {
      margin-bottom: 20px;
      img {
        width: 100%;
        vertical-align: bottom ;
      }
    }
    > div {
      width: calc(calc(100% / 3) - 20px);
      @media (width < 800px) {
        width: 100%;
      }
    }
    h3 {
      margin-bottom: 20px;
      letter-spacing: 0.15em;
      font-feature-settings: 'palt';
      color: #404040;
      @media (width < 800px) {
        margin-bottom: 19px;
      }
    }
    table {
      width: 100%;
      border-top: 1px solid #F5F5F5;
      border-bottom: 1px solid #F5F5F5;
    }
    tr + tr {
      border-top: 1px solid #F5F5F5;
    }
    th,
    td {
      height: 22px;
      padding: 4.7px 0 3.7px;
      font-size: clamp(12px, 1.438vw, 13px);
      font-feature-settings: 'palt';
      @media (width < 800px) {
        font-size: 13px;
        padding-top: 5px;
      }
    }
    th {
      width: 87px;
      padding-right: 10px;
      letter-spacing: 0.11em;
      color: #757575;
    }
    td {
      max-width: 239px;
      letter-spacing: 0.1em;
      color: #666;
      @media (width < 800px) {
        font-feature-settings: normal;
      }
    }
    sup {
      font-size: 8px;
    }

    .note {
      position: absolute;
      top: -52px;
      right: 39px;
      display: flex;
      gap: 12px;
      font-size: 12px;
      font-family: 'Noto Sans JP', sans-serif;
      font-feature-settings: 'palt';
      letter-spacing: 0.12em;
      padding: 0;

      @media (width < 800px) {
        width: fit-content;
        position: inherit;
        top: inherit;
        right: inherit;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        margin: 2px 0 0;
        font-size: 11px;
        text-align: left;
        letter-spacing: 0.08em;
      }

      span {
        @media (width < 800px) {
          line-height: 1;
        }
      }
    }
  }
}

.examples {
  border-top: 1px solid #D8D8D8;
  h1 {
    max-width: 195px;
    padding: 84px 0 74px;
    @media (width < 800px) {
      width: 128px;
      margin: 0 auto;
      padding: 46px 0 49px;
      color: #666;
      svg {
        width: 100%;
      }
    }
  }
  .examples-box {
    width: 100%;
    max-width: 1148px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 40px 140px;
    @media (width < 800px) {
      flex-direction: column;
      gap: 30px;
      padding: 0 40px 70px;
    }
    @media (width <= 500px) {
      padding: 0 20px 70px;
    }
  }
  .examples-box-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(calc(100% / 3) - 20px);

    @media (width < 800px) {
      width: 100%;
      gap: 2px;
    }
    &:last-child {
      margin-bottom: 0;
    }
  }
  .image-wrap {
    margin-bottom: 25px;
    img {
      width: 100%;
      vertical-align: bottom;
    }
  }
  h3 {
    margin-bottom: 17.5px;
    line-height: 1.6;
    letter-spacing: 0.12em;
    font-size: 17px;
    font-feature-settings: 'palt';
    color: #404040;
  }
  ul {
    margin-bottom: 16px;
  }
  li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 4px;
    font-size: clamp(12px, 1.438vw, 14px);
    font-feature-settings: 'palt';
    line-height: 1.6;
    letter-spacing: 0.12em;

    @media (width < 800px) {
      font-size: 14px;
    }
    &::before {
      position: absolute;
      left: 0;
      top: 8px;
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      background: #666;
      border-radius: 50%;
      transform: scale(0.85);
      transform-origin: center;
      @media (width < 800px) {
        top: 8.5px;
      }
    }
  }
  table {
    width: 100%;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;

  }
  tr + tr {
    border-top: 1px solid #F5F5F5;
  }
  th,
  td {
    display: inline-block;
    padding: 4px 0 3.5px;
    vertical-align: middle;
    @media (width < 800px) {
      font-size: 12.5px;
      padding: 4px 0 2.2px;
    }
  }
  th {
    width: 38.7%;
    max-width: 130px;
    padding-right: 10px;
    font-size: 13px;
    letter-spacing: 0.03em;
    @media (width < 800px) {
      width: 119px;
      padding-right: 9px;
      font-size: 12.5px;
      letter-spacing: 0.1em;
    }
  }
  td {

    width: 60.5%;
    font-size: 12px;
    letter-spacing: 0.1em;

    @media (width < 800px) {
      font-size: 12.5px;
      letter-spacing: 0.1em;
    }

    [data-lang='en-only'] {
      letter-spacing: 0.15em;
    }
  }
}

#custom {
  background: #F5F6F6;
  padding: 0 0 69px;
  @media (width < 800px) {
    padding: 0 0 11px;
  }
  h1 {
    max-width: 519px;
    padding: 97.5px 0 49px;
    color: #666;
    text-align: -webkit-center;
    @media (width < 800px) {
      max-width: 176px;
      padding: 55px 0 37px;
    }
  }
  p {
    color: #747474;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
    @media (width < 800px) {
      padding: 0 40px 32px;
      text-align: left;
      line-height: 1.8;
    }
    @media (width <= 500px) {
      padding: 0 20px 32px;
    }
  }
}

#features {
  padding: 0 0 88px;
  @media (width < 800px) {
    padding: 0 0 45px;
  }
  h1 {
    max-width: 64px;
    padding: 84px 0 75px;
    color: #666;
    font-size: 31px;
    @media (width < 800px) {
      width: 42px;
      padding: 47px 0 49px;
      svg {
        width: 100%;
      }
    }
  }
  .features-box {
    width: 100%;
    max-width: 1148px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 40px;
    @media (width < 800px) {
      flex-direction: column;
      gap: 32px;
      padding: 0 40px;
    }
    @media (width <= 500px) {
      padding: 0 20px;
    }
  }
  .features-box-item {
    width: calc(calc(100% / 2) - 15px);
    @media (width < 800px) {
      width: 100%;
    }
  }
  .image-wrap {
    margin-bottom: 26px;
    @media (width < 800px) {
      margin-bottom: 16px;
    }
    img {
      width: 100%;
      vertical-align: bottom;
    }
  }
  p {
    color: #666;
    line-height: 1.8;
    letter-spacing: 0.12em;
    font-feature-settings: 'palt';
    @media (width < 800px) {
      font-size: 15px;
      line-height: 1.6;
    }
  }
}

#merit {
  background: #909EAD;
  h1 {
    max-width: 437px;
    padding: 82px 0 63px;
    @media (width < 800px) {
      width: 291px;
      margin: 0 auto;
      padding: 53px 0 48px;
    }
    svg {
      @media (width < 800px) {
        width: 100%;
        max-width: 305px;
        height: auto;
      }
    }
  }
  .merit-box {
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    padding: 0 42px 63.5px;
    @media (width < 800px) {
      padding: 0 40px 33px;
    }
    @media (width <= 500px) {
      padding: 0 20px 33px;
    }
  }
  .merit-box-item {
    + .merit-box-item {
      margin-top: 49px;
      @media (width < 800px) {
        margin-top: 33px;
      }
    }
  }
  .image-wrap {
    margin-bottom: 25.5px;
    img {
      width: 100%;
      vertical-align: bottom;
    }
  }
  .text-wrap {
    display: flex;
    gap: 38px;
    color: #fff;
    font-feature-settings: 'palt';
    @media (width < 800px) {
      flex-direction: column;
      gap: 21px;
    }
    h2 {
      width: 189px;
      flex-shrink: 0;
      font-size: 18px;
      line-height: 1.6;
      letter-spacing: 0.1em;
      @media (width < 800px) {
        font-size: 16px;
        letter-spacing: 0.12em;
      }
    }
    li {
      position: relative;
      padding-left: 12px;
      padding-bottom: 4px;
      letter-spacing: 0.12em;
      font-size: 14px;
      line-height: 1.6;

      @media (width < 800px) {
        padding-bottom: 9px;
        font-size: 13.5px;
        letter-spacing: 0.11em;
      }
      &::before {
        position: absolute;
        left: 0;
        top: 7.5px;
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #fff;
        border-radius: 50%;
        @media (width < 800px) {
          top: 8px;
          transform: scale(0.85);
          transform-origin: center;
        }
      }
    }
  }
}

#price {
  padding: 0px 0 100px;

  @media (width < 800px) {
    padding: 0 0 66px;
  }

  h1 {
    max-width: 204px;
    padding: 85px 0px 74px;
    color: #666;
    @media (width < 800px) {
      width: 128px;
      margin: 0 auto;
      padding: 53px 0 44px;
    }
    svg {
      @media (width < 800px) {
        width: 100%;
      }
    }
  }

  > p {
    padding-bottom: 41px;
    color: #666;
    font-size: clamp(14px, 1.438vw, 16px);
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
    @media (width < 800px) {
      padding: 0 40px 26px;
      font-size: 13px;
      font-feature-settings: 'palt';
      line-height: 1.76;
      letter-spacing: 0.1em;
      text-align: left;
    }
    @media (width <= 500px) {
      padding: 0 25px 26px;
    }
  }

  > div {
    width: calc(100% - 300px);
    min-width: 684px;
    max-width: 900px;
    margin: 0 auto;
    background: #FAFAFA;
    @media (width < 800px) {
      width: calc(100% - 80px);
      min-width: auto;
    }
    @media (width <= 500px) {
      width: calc(100% - 50px);
    }

    h2 {
      padding: 41px 0 32.5px;
      color: #666;
      font-size: 21px;
      text-align: center;
      letter-spacing: 0.12em;
      font-feature-settings: 'palt';
      @media (width < 800px) {
        padding: 28px 0 22px;
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: 0.1em;
      }
    }

    ul {
      padding: 0 37px 30px;
      @media (width < 800px) {
        padding: 0 20px 16.5px 25.5px;
      }
    }

    li {
      position: relative;
      max-width: 610px;
      margin: 0 auto;
      padding-left: 11px;
      padding-bottom: 9px;
      color: #666;
      font-size: 14px;
      font-feature-settings: 'palt';
      line-height: 1.6;
      letter-spacing: 0.12em;

      @media (width < 800px) {
        padding-left: 11.5px;
        padding-bottom: 6.5px;
        font-size: 13px;
        font-feature-settings: normal;
        line-height: 1.78;
        letter-spacing: 0.1em;
      }

      &:before {
        position: absolute;
        left: 0;
        top: 8.5px;
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #666;
        border-radius: 50%;
        @media (width < 800px) {
          transform: scale(0.85);
          transform-origin: center;
        }
      }
    }
  }
  .purchase-merit {
    padding-bottom: 16px;
    border-top: 1px solid #E6E6E6;
    @media (width < 800px) {
      padding-bottom: 7px;
    }
  }
}

.contact {
  background: #f5f5f5;
  padding: 85px 0 61px;

  @media (width < 800px) {
    padding: 44px 0 45px;
  }

  .screen-reader-response {
    display: none;
  }

  .wpcf7-not-valid-tip, .wpcf7-validation-errors {
    color: #e85c3c;
    font-size: 12px;
  }

  .wpcf7-mail-sent-ok {
    margin: 20px auto;
  }

  input[type="submit"] {
    cursor: pointer;
  }

  p.note {
    text-align: center;
    font-size: 14px;
    width: 558px;
    margin: 30px auto 0;

    @media (width < 800px) {
      width: 100%;
      font-size: 12px;
      margin-top: 23px;
      margin-bottom: 10px;
    }

    &.small {
      font-size: 12px;
      line-height: 1.7em;
      color: #aaa;

      a {
        color: #aaa;
      }
    }
  }

  > h1 {
    max-width: 193px;
    padding: 0 0 49px;
    color: #666;

    @media (width < 800px) {
      width: 112px;
      margin: 0 auto;
      padding-bottom: 45px;

      svg {
        width: 100%;
      }
    }
  }

  form {
    width: 573px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;

    @media (width < 800px) {
      width: 90%;
      font-size: 12px;
    }

    .form-item-half {
      width: 272px;
      margin-bottom: 20px;

      @media (width < 800px) {
        width: 100%;
        margin-bottom: 10px;
      }

      span:first-child {
        margin-bottom: 4px;
        display: inline-block;
      }
    }

    .form-item {
      width: 573px;
      margin-bottom: 20px;

      @media (width < 800px) {
        width: 100%;
        margin-bottom: 10px;

        &#message {
          margin-bottom: 3px;
        }
      }

      span:first-child {
        margin-bottom: 4px;
        display: inline-block;
      }
    }

    textarea, input, select {
      background: #fff;
      border: none;
      width: 100%;
      padding: 0;
      margin: 0;
      border-radius: 0;
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: none;
      box-sizing: border-box;
    }

    input, select {
      height: 52px;
      padding-left: 20px;
      font-size: 14px;

      @media (width < 800px) {
        height: 44px;
      }
    }

    textarea {
      padding: 20px;
      font-size: 14px;
      height: 234px;

      @media (width < 800px) {
        margin-bottom: 0;
      }
    }

    select {
      background-image: url(../image/form-down-arrow.svg);
      background-repeat: no-repeat;
      background-size: 18px 9.5px;
      background-position: right 21.5px center;
      color: #595959;
      font-family: var(--main-fontfamily);

      option {
        color: #595959;
        font-family: var(--main-fontfamily);
      }
    }

    #submit {
      width: 573px;

      @media (width < 800px) {
        width: 100%;
      }

      &:hover {
        cursor: pointer;
      }

      input {
        color: #fff;
        font-size: 20px;
        height: 63px;
        font-family: var(--main-fontfamily);
        font-weight: 500;
        background: #0d0d0d;
        padding: 0;

        @media (width < 800px) {
          height: 50px;
          font-size: 15px;
        }
      }
    }
  }
}