@charset "utf-8";

.mv_sub {
  &::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url("../img/service/mv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: calc(50% - 50vw);
    width: 1600px;
    aspect-ratio: 1600 / 300;
    border-radius: 0 15px 15px 0;

    @media screen and (max-width: 768px) {
      background-image: url("../img/service/mv_sp.jpg");
      left: 0;
      width: 94.87%;
      aspect-ratio: 370 / 120;
      border-radius: 0 calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) 0 0;
    }
  }
}

.ttl03 {
  font-weight: bold;
  font-size: 28px;
  line-height: calc(50.4 / 28);
  color: var(--color01);

  @media screen and (max-width: 768px) {
    font-size: calc(18 / 390 * 100vw);
    line-height: calc(32.4 / 18);
  }
}

.message {
  padding: 50px 0 103px;

  .inner {
    width: 1024px;
  }

  .ttl02 {
    margin-bottom: 50px;
  }

  .text00 {
    margin: 20px 0 25px;
  }

  .box_img {
    display: flex;
    justify-content: space-between;

    img {
      width: 49%;
      border-radius: 15px;
    }
  }

  @media screen and (max-width: 768px) {
    padding: calc(50 / 390 * 100vw) 0;

    .inner {
      width: 89.74%;
    }

    .ttl02 {
      margin-bottom: calc(30 / 390 * 100vw);
    }

    .text00 {
      margin: calc(13 / 390 * 100vw) 0 calc(15 / 390 * 100vw);
    }

    .box_img {
      img {
        width: 48.57%;
        border-radius: calc(10 / 390 * 100vw);
      }
    }
  }
}

.essential_point {
  background: var(--color03);
  padding: 100px 0 100px;

  .ttl02 {
    margin-bottom: 50px;
  }

  .inner {
    width: 900px;
  }

  dl {
    margin: 50px 0;

    .data {
      border-top: 1px solid #ccc;
      padding: 20px 20px 14px;
      display: flex;
      gap: 34px;

      &:last-child {
        border-bottom: 1px solid #ccc;
      }

      dt {
        font-weight: bold;
        width: 100px;
      }

      dd {}
    }
  }

  .btn00 {
    margin: 0 auto;
    width: 600px;
    background: #fff;
    padding: 29px 50px;
    border: 1px solid var(--color01);
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);

    &::after {
      content: "";
      background-image: url("../img/common/icon_arrow01.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 60px;
      aspect-ratio: 1;
      margin-left: auto;
    }
  }

  @media screen and (max-width: 768px) {
    padding: calc(50 / 390 * 100vw) 0;

    .ttl02 {
      margin-bottom: calc(30 / 390 * 100vw);
    }

    .inner {
      width: 89.74%;
    }

    dl {
      margin: 0 0 calc(43 / 390 * 100vw);
      font-size: calc(16 / 390 * 100vw);

      .data {
        border-top: 1px solid #ccc;
        padding: calc(20 / 390 * 100vw);
        padding-bottom: calc(13 / 390 * 100vw);
        flex-flow: column;
        gap: calc(6 / 390 * 100vw);

        &:last-child {}

        dt {
          width: 100%;
        }

        dd {}
      }
    }

    .btn00 {
      width: 88.57%;
      padding: calc(20 / 390 * 100vw) calc(25 / 390 * 100vw);
      border-radius: calc(10 / 390 * 100vw);
      font-size: calc(16 / 390 * 100vw);
      line-height: 1.8;

      &::after {
        width: calc(60 / 390 * 100vw);
      }
    }
  }
}

.vioce {
  padding: 100px 0 0;

  .inner {
    width: 1024px;
  }

  .ttl02 {
    margin-bottom: 50px;
  }

  .ttl03 {
    margin: 25px 0 20px;
  }

  @media screen and (max-width: 768px) {
    padding: calc(50 / 390 * 100vw) 0 0;

    .inner {
      width: 89.74%;
    }

    .ttl02 {
      margin-bottom: calc(30 / 390 * 100vw);
    }

    .ttl03 {
      margin: calc(16 / 390 * 100vw) 0 calc(13 / 390 * 100vw);
    }
  }
}

.schedule {
  padding: 100px 0 0;

  .inner {}

  .ttl02 {
    margin-bottom: 50px;
  }


  .list_schedule {
    display: flex;
    justify-content: space-between;

    li {
      width: 32.03%;
    }

    h4 {
      background: var(--color01);
      padding: 20px;
      border-radius: 10px 10px 0 0;
      font-weight: bold;
      font-size: 18px;
      color: #fff;
      aspect-ratio: 410 / 70;
      display: flex;
      align-items: center;
      gap: 10px;

      .working {
        width: 70px;
        border-radius: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
        border: 1px solid #fff;
      }

    }


    dl {
      background: var(--color03);
      padding: 27px 30px 30px;
      border-radius: 0 0 10px 10px;
      display: flex;
      flex-flow: column;

      .time {
        position: relative;
        z-index: 0;
        display: flex;
        gap: 30px;
        padding-left: 30px;
        padding-bottom: 7.5px;

        &::before {
          content: "";
          display: block;
          position: absolute;
          z-index: 0;
          background: var(--color01);
          top: 8px;
          left: 0;
          width: 15px;
          aspect-ratio: 1;
          border-radius: 99px;
        }

        &::after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          background: #ccc;
          top: 15px;
          left: 7px;
          width: 1px;
          height: 100%;
        }

        &:last-child {
          padding-bottom: 0;

          &::after {
            display: none;
          }
        }

        dt {
          font-family: Poppins;
          font-weight: 600;
          font-size: 18px;
          line-height: 1.8;
          color: var(--color01);
        }

        dd {
          font-weight: 500;
          font-size: 16px;
          line-height: 2.028;
          text-align: left;
          color: #0a0a0a;
        }
      }
    }
  }

  @media screen and (max-width: 768px) {
    padding: calc(50 / 390 * 100vw) 0;

    .ttl02 {
      margin-bottom: calc(30 / 390 * 100vw);
    }

    .list_schedule {
      flex-flow: column;
      gap: calc(20 / 390 * 100vw);

      li {
        width: 100%;
      }

      h4 {
        padding: calc(20 / 390 * 100vw);
        border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
        font-size: calc(18 / 390 * 100vw);
        aspect-ratio: 350 / 70;
        gap: calc(10 / 390 * 100vw);

        .working {
          width: calc(70 / 390 * 100vw);
          border-radius: calc(5 / 390 * 100vw);
          font-size: calc(14 / 390 * 100vw);
        }
      }

      dl {
        background: var(--color03);
        padding: calc(17 / 390 * 100vw) calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
        border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);

        .time {
          gap: calc(20 / 390 * 100vw);
          padding-left: calc(30 / 390 * 100vw);
          padding-bottom: calc(8 / 390 * 100vw);

          &::before {
            top: calc(8 / 390 * 100vw);
            width: calc(15 / 390 * 100vw);
          }

          &::after {
            top: calc(15 / 390 * 100vw);
            left: calc(7 / 390 * 100vw);
          }

          dt {
            font-size: calc(18 / 390 * 100vw);
          }

          dd {
            font-size: calc(16 / 390 * 100vw);
          }
        }
      }
    }
  }
}