@media (min-width: 769px) {
  .-mt50 {
    margin-top: 50px !important;
  }
}

.l-hero {
  background-color: #d9f6f8;
}

.p-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  overflow: hidden;

  @media (max-width: 768px) {
    height: auto;
  }

  img {
    width: auto !important;
    max-width: none;
    height: 240px;

    @media (max-width: 768px) {
      width: 100% !important;
      height: auto;
    }
  }
}

.description-block {
  width: 100%;
  height: auto;
  padding: 48px 83px;
  background-color: #F2FDFF;
  border-radius: 40px;

  @media (max-width: 768px) {
    padding: 32px 30px;
  }
}

.description-block.-bot {
  margin-top: 80px;

  @media (max-width: 768px) {
    margin-top: 64px;
  }
}

.description-ttlgroup {
  display: flex;
  align-items: flex-start;
  gap: 32px;

  @media (max-width: 768px) {
    gap: 8px;
  }

  .image {
    display: flex;
    width: 150px;
    margin: 0;

    @media (max-width: 768px) {
      width: 54px;
    }
  }

  .ttl {
    flex: 1;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.333;
    color: #0072BC;

    @media (max-width: 768px) {
      font-size: 18px;
      line-height: 1.5;
    }

    .line {
      background-image: linear-gradient(transparent calc(100% - 7px), #F4DC26 1px);
      background-size: 100% 82%;
      background-repeat: no-repeat;
    }
  }
}

.description-text {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: justify;
  word-break: break-all;

  @media (max-width: 768px) {
    margin-top: 24px;
  }
}

.versat-block {
  width: 100%;
  height: auto;
  margin-top: 106px;

  @media (max-width: 768px) {
    margin-top: 80px;
    padding-inline: 15px;
  }
}

.versat-ttl {
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3333;
  color: #0072BC;
  position: relative;

  @media (max-width: 768px) {
    padding-left: 0;
    font-size: 18px;
  }

  &.-spacing {
    letter-spacing: -0.02em;
  }

  span {
    position: relative;
  }

  &::before {
    content: '';
    position: absolute;
    top: -26px;
    left: 0;
    width: 80px;
    aspect-ratio: 1/1;
    background: url(../img/common/versat-ttl-deco.svg)no-repeat;

    background-size: contain;

    @media (max-width: 768px) {
      top: -16px;
      left: -20px;
      width: 54px;
    }
  }
}

.versat-read {
  width: 650px;
  margin-top: 32px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: justify;
  word-break: break-all;

  @media (max-width: 768px) {
    width: 100%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.714285714285714;
  }

  b {
    font-weight: bold;
  }
}

.top-schedule {
  width: 100%;
  margin-top: 32px;
  position: relative;

  @media (max-width: 768px) {
    width: calc(100% + 60px);
    margin-top: 24px;
    margin-left: -30px;
    overflow-x: scroll;

    img {
      width: auto;
      height: 348px;
      max-width: unset;
      margin-inline: 30px;

      aspect-ratio: 732/348;
    }
  }
}

.swipe-icon {
  display: none;
  pointer-events: none;

  img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  @media (max-width: 768px) {
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 83px;
    height: 83px;
    animation: flash 1.5s infinite ease-in-out;

    &.is-hidden {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, visibility 0.3s;
    }
  }
}

/* 点滅のキーフレーム */
@keyframes flash {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.versat-note_wrap {
  width: 100%;
  margin-top: 32px;

  @media (max-width: 768px) {
    margin-top: 16px;
  }

  .note {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.6667;
    text-align: justify;
    word-break: break-all;
  }

  .note + .note {
    margin-top: 16px;
  }
}


.top-anker_wrap {
  width: 100%;
  margin-top: 100px;
  display: flex;
  gap: 14px;

  @media (max-width: 768px) {
    margin-top: 64px;
    flex-direction: column;
    gap: 75px;
  }

  .item {
    width: calc((100% - 14px) / 2);
    position: relative;
    isolation: isolate;
    color: #000;
    transition: opacity 300ms 0s ease;

    @media (max-width: 768px) {
      width: 100%;
    }

    &::before {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 100%;
      height: 100%;
      border-radius: 16px;
      z-index: 1;
    }

    &:hover {
      text-decoration: none;
    }

    @media (min-width: 769px) {
      &:hover {
        opacity: 0.7;
      }
    }

    .item-wrap {
      width: 100%;
      height: 100%;
      padding: 60px 32px 36px;
      border-radius: 16px;
      position: relative;
      z-index: 2;

      @media (max-width: 768px) {
        padding: 60px 25px 36px;
      }
    }

    .image {
      width: 200px;
      margin: 0 auto;

      @media (max-width: 768px) {
        width: 140px;
      }
    }

    .copy {
      position: absolute;
      top: 0;
      left: 50%;
      translate: -50% -50%;
      width: 293px;
      height: 71px;
      padding-top: 3px;
      border-radius: 80px;
      display: grid;
      place-content: center;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1.4444;
      color: #fff;
      text-align: center;

      @media (max-width: 768px) {
        translate: -50% -62%;
        width: 232px;
        height: 66px;
        padding-top: 4px;
        font-size: 16px;
        line-height: 1.5;
      }

      &::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        translate: -50% -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 10px 0 10px;
      }
    }

    .subttl {
      margin-top: 16px;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1.66667;

      @media (max-width: 768px) {
        font-size: 16px;
      }
    }

    .list {
      width: 100%;
      margin-top: 16px;

      li {
        padding-left: 16px;
        font-size: 16px;
        letter-spacing: 0.06em;
        line-height: 1.625;
        position: relative;

        @media (max-width: 768px) {
          font-size: 14px;
        }

        &::before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 7px;
          height: 7px;
          border-radius: 7px;
          background-color: #fff;
        }

        + li {
          margin-top: 8px;
        }
      }
    }

    .arrow {
      position: absolute;
      bottom: 0;
      left: 50%;
      translate: -50% 50%;
      width: 40px;
      height: 40px;
      border-style: solid;
      border-width: 1px;
      border-radius: 40px;
      background-color: #fff;

      &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 16px;
        height: 9px;
        mask-image: url(../img/common/bottom-arrow.svg);
        mask-size: contain;
        mask-repeat: no-repeat;
      }
    }
  }

  .item.-blue {
    &::before {
      background-color: #0072BC;
    }

    .item-wrap {
      background-color: #D3EDFD;
    }

    .copy {
      background-color: #0072BC;

      &::before {
        border-color: #0072BC transparent transparent transparent;
      }
    }

    .arrow {
      border-color: #0072BC;

      &::before {
        background-color: #0072BC;
      }
    }
  }

  .item.-green {
    &::before {
      background-color: #00C3CF;
    }

    .item-wrap {
      background-color: #ADEBED;
    }

    .copy {
      background-color: #00C3CF;

      &::before {
        border-color: #00C3CF transparent transparent transparent;
      }
    }

    .arrow {
      border-color: #ADEBED;

      &::before {
        background-color: #00C3CF;
      }
    }
  }
}

.top-link-block {
  width: 100%;
  height: auto;
  margin-top: 100px;

  @media (max-width: 768px) {
    margin-top: 84px;
    padding-inline: 15px;
  }

  .top-link-ttl {
    width: fit-content;
    margin: 0 auto;
    padding-inline: 47px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
    position: relative;

    @media (max-width: 768px) {
      padding-inline: 32px;
      font-size: 18px;
    }

    &::before,
    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 33px;
      height: 43px;
      mask-repeat: no-repeat;

      @media (max-width: 768px) {
        width: 23px;
        height: 29px;
      }
    }

    &::before {
      left: 0;
      mask-image: url(../img/top/top-link-ttl-deco-left.svg);
      mask-size: contain;
    }

    &::after {
      right: 0;
      mask-image: url(../img/top/top-link-ttl-deco-right.svg);
      mask-size: contain;
    }
  }

  .top-link-square {
    width: 100%;
    margin-top: 32px;
    padding: 48px;
    border-radius: 16px;

    @media (max-width: 768px) {
      margin-top: 16px;
      padding: 24px 29px 32px;
    }
  }

  .top-link-square + .top-link-square {
    margin-top: 24px;

    @media (max-width: 768px) {
      margin-top: 16px;
    }
  }
}

.top-link-block.-blue {
  .top-link-ttl {
    color: #0072BC;

    &::before,
    &::after {
      background-color: #0072BC;
    }
  }

  .top-link-square {
    background-color: #D3EDFD;

    .article {
      .head {
        color: #0072BC;
      }

      .list li::before {
        background-color: #0072BC;
      }
    }
  }
}

.top-link-block.-green {
  .top-link-ttl {
    color: #00C3CF;

    &::before,
    &::after {
      background-color: #00C3CF;
    }
  }

  .top-link-square {
    background-color: #ADEBED;

    .article {
      .head {
        color: #00C3CF;
      }

      .list li::before {
        background-color: #00C3CF;
      }
    }
  }
}


.top-link-block .ttl-group {
  display: flex;
  align-items: center;
  gap: 24px;

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

  .image {
    display: block;
    margin: 0;
  }

  .ttl {
    flex: 1;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;

    @media (max-width: 768px) {
      font-size: 16px;
    }
  }
}

.top-link-square .text {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: justify;
  word-break: break-all;

  @media (max-width: 768px) {
    font-size: 14px;
  }
}

.top-link-square .article {
  width: 100%;
  margin-top: 24px;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;

  @media (max-width: 768px) {
    padding: 24px 16px;
    flex-direction: column;
  }

  .head {
    width: 194px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;

    @media (max-width: 768px) {
      width: 100%;
    }
  }

  .list {
    flex: 1;

    @media (max-width: 768px) {
      margin-top: 10px;
    }

    li {
      padding-left: 15px;
      font-size: 16px;
      letter-spacing: 0.06em;
      position: relative;

      @media (max-width: 768px) {
        font-size: 14px;
      }

      &::before {
        content: '';
        position: absolute;
        top: 9px;
        left: 0;
        width: 7px;
        height: 7px;
        border-radius: 7px;

        @media (max-width: 768px) {
          top: 7px;
        }
      }
    }

    li + li {
      margin-top: 8px;
    }
  }
}

.link-btn_orange {
  width: 200px;
  height: 48px;
  margin: 32px auto 0;
  padding-top: 3px;
  background-color: #FF8B0F;
  border-radius: 48px;
  display: grid;
  place-content: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff !important;
  transition: background-color 300ms 0s ease;

  @media (max-width: 768px) {
    margin: 24px auto 0;
  }

  &:hover {
    color: #fff;
    text-decoration: none;
  }

  @media (min-width: 769px) {
    &:hover {
      background-color: #ffae58;
    }
  }
}

.index-block {
  width: 100%;
  margin: 80px auto 0;

  @media (max-width: 768px) {
    margin: 64px auto 0;
  }

  .head {
    width: 140px;
    height: 44px;
    margin: 0 auto;
    padding-top: 3px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
    background-color: #0072BC;
    border-radius: 16px 16px 0 0;
    display: grid;
    place-content: center;

    @media (max-width: 768px) {
      width: 124px;
      height: 40px;
    }
  }
}

.index-block_inner {
  width: 100%;
  padding: 48px 67px;
  border: 1px solid #0072BC;
  border-radius: 16px;

  @media (max-width: 768px) {
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 32px 29px;
  }

  .list {
    width: 100%;

    li {
      padding: 16px 0;
      font-size: 16px;
      letter-spacing: 0.06em;
      line-height: 1.625;
      text-align: justify;
      word-break: break-all;
      background-image: repeating-linear-gradient(90deg, #0072bc, #0072bc 4px, transparent 4px, transparent 10px);
      background-position: left bottom;
      background-repeat: repeat-x;
      background-size: 100% 1px;

      @media (max-width: 768px) {
        font-size: 14px;
        letter-spacing: 0.04em;
        line-height: 1.714;
      }

      &:first-of-type {
        padding-top: 0;
      }

      &:last-of-type {
        padding-bottom: 0;
        background-image: unset;
      }

      p {
        width: 100%;
        padding-left: 15px;
        position: relative;

        &::before {
          content: '';
          position: absolute;
          top: 9px;
          left: 0;
          width: 7px;
          height: 7px;
          border-radius: 7px;
          background-color: #0072BC;

          @media (max-width: 768px) {
            top: 8px;
          }
        }

        a {
          color: #000;

          &:hover {
            text-decoration: none;
          }

          @media (min-width: 769px) {
            &:hover {
              opacity: .7;
            }
          }
        }

        .sub {
          margin-top: 14px;
          display: block;
        }
      }
    }
  }
}

.p01-state {
  width: 100%;
  margin: 66px auto 0;
  padding: 66px 83px 48px;
  border: 1px solid #0072BC;
  border-radius: 0 16px 16px 16px;
  position: relative;

  @media (max-width: 768px) {
    margin: 62px auto 0;
    padding: 56px 29px 40px;
  }

  .head {
    position: absolute;
    top: 0;
    left: -1px;
    translate: 0 -50%;
    width: 524px;
    height: 52px;
    padding-top: 4px;
    padding-left: 24px;
    background-color: #0072BC;
    border-radius: 0 50px 50px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 2.4;
    color: #fff;
    display: grid;
    align-items: center;

    @media (max-width: 768px) {
      width: 268px;
      height: 70px;
      padding-left: 16px;
      border-radius: 0 35px 35px 0;
      font-size: 16px;
      line-height: 1.5;
    }
  }

  .list {
    width: 100%;

    li {
      padding-block: 16px;
      display: flex;
      align-items: center;
      gap: 24px;
      background-image: repeating-linear-gradient(90deg, #0072bc, #0072bc 4px, transparent 4px, transparent 10px);
      background-position: left bottom;
      background-repeat: repeat-x;
      background-size: 100% 1px;

      @media (max-width: 768px) {
        align-items: flex-start;
        gap: 11px;
      }


      &:first-of-type {
        padding-top: 0;
      }

      &:last-of-type {
        padding-bottom: 0;
        background-image: unset;
      }

      .icon {
        display: block;
        width: 80px;
        margin: 0;

        @media (max-width: 768px) {
          width: 56px;
        }
      }

      .text {
        flex: 1;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.06em;
        line-height: 1.875;

        @media (max-width: 768px) {
          font-size: 14px;
          line-height: 1.714;
        }

        .line {
          background-image: linear-gradient(transparent calc(100% - 7px), #F4DC26 1px);
          background-size: 100% 82%;
          background-repeat: no-repeat;
        }
      }
    }
  }
}

.p01-clearance {
  display: block;
  width: 100%;
  margin: 80px auto 0;

  @media (max-width: 768px) {
    width: calc(100% + 30px);
    margin: 64px auto 0 -15px;
  }
}

.p01-qbox {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;

  @media (max-width: 768px) {
    max-width: 285px;
    margin: 24px auto 0;
    flex-direction: column;
    gap: 10px;
  }

  .item {
    width: calc((100% - 32px) / 3);
    border: 1px solid #0072BC;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;

    @media (max-width: 768px) {
      width: 100%;
    }

    .num {
      position: absolute;
      top: 0;
      left: 50%;
      translate: -50% -50%;
      width: 84px;
      height: 84px;
      padding-bottom: 14px;
      background-color: #338EC9;
      border-radius: 84px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1;
      color: #fff;
      display: grid;
      justify-content: center;
      align-items: flex-end;

      @media (max-width: 768px) {
        top: 24px;
        left: 16px;
        translate: 0 0;
        width: 43px;
        height: 43px;
        padding-bottom: 0;
        align-items: center;
      }
    }

    .qes {
      flex: 1;
      width: 100%;
      padding: 62px 0 20px;
      font-size: 16px;
      letter-spacing: 0.06em;
      line-height: 1.875;
      color: #0072BC;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;

      @media (max-width: 768px) {
        padding: 24px 29px 24px 75px;
        font-size: 14px;
        line-height: 1.714;
        justify-content: flex-start;
        text-align: left;
      }
    }

    .ans {
      width: 100%;
      height: 102px;
      padding: 24px 0;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1.875;
      text-align: center;
      color: #fff;
      background-color: #0072BC;

      @media (max-width: 768px) {
        height: auto;
        padding: 24px 29px 24px 54px;
        line-height: 1.25;
        text-align: left;
      }
    }
  }
}

.page_intro-block {
  width: 100%;
  margin: 40px auto 0;
  border-radius: 0 16px 16px 16px;
  background-color: #D3EDFD;
  position: relative;

  .head {
    width: fit-content;
    padding: 10px 64px 8px 48px;
    background-color: #0072BC;
    border-bottom-right-radius: 16px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #fff;

    @media (max-width: 768px) {
      padding: 10px 32px 8px 24px;
      font-size: 16px;
      line-height: 1.25;
    }
  }

  .inner {
    width: 100%;
    margin-top: 24px;
    padding: 0 67px 40px;
    display: flex;
    align-items: center;
    gap: 42px;

    @media (max-width: 768px) {
      padding: 0 29px 40px;
      flex-direction: column;
      gap: 24px;
    }

    .banner {
      display: block;
      width: 160px;
      transition: opacity 300ms 0s ease;

      @media (min-width: 769px) {
        &:hover {
          opacity: .7;
        }
      }

      @media (max-width: 768px) {
        width: 120px;
      }
    }

    .txt-wrap {
      flex: 1;

      .ttl {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.06em;
        line-height: 1.444;
        color: #0072BC;
        transition: opacity 300ms 0s ease;

        &:hover {
          text-decoration: none;
        }

        @media (min-width: 769px) {
          &:hover {
            opacity: .7;
          }
        }

        @media (max-width: 768px) {
          font-size: 16px;
          line-height: 1.5;
        }
      }

      .txt {
        margin-top: 20px;
        font-size: 16px;
        letter-spacing: 0.06em;
        line-height: 1.625;
        text-align: justify;
        word-break: break-all;

        @media (max-width: 768px) {
          margin-top: 16px;
          font-size: 14px;
          line-height: 1.714;
        }
      }
    }
  }
}

.p01-category {
  width: 100%;
  margin: 24px auto 0;

  .classification {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 47px;

    @media (max-width: 768px) {
      align-items: flex-start;
      gap: 21px;
    }

    .ttl {
      width: 74px;
      height: 38px;
      padding-top: 3px;
      border-radius: 38px;
      display: grid;
      place-content: center;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1;
      color: #fff;
      position: relative;

      @media (max-width: 768px) {
        width: 66px;
        height: 32px;
        font-size: 16px;
      }

      &::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        translate: 0 -50%;
        width: 32px;
        height: 2px;

        @media (max-width: 768px) {
          width: 12px;
        }
      }
    }

    .txt {
      flex: 1;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1;

      line-height: 1.625;
    }
  }

  .classification + .classification {
    margin-top: 16px;
  }
}

.p01-category .classification.-blue {

  .ttl {
    background-color: #0072BC;

    &::after {
      background-color: #0072BC
    }
  }

  .txt {
    color: #0072BC;
  }
}

.p01-category .classification.-green {

  .ttl {
    background-color: #00C3CF;

    &::after {
      background-color: #00C3CF
    }
  }

  .txt {
    color: #00C3CF;
  }
}


.p01-category-table {
  width: 100%;
  margin-top: 40px;
  position: relative;

  .ttl {
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0072BC;
    position: relative;

    &::before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #0072BC;
      border-radius: 10px;
    }
  }
}

.p01-category-table_wrap {
  width: 100%;
  margin-top: 16px;
  position: relative;

  @media (max-width: 768px) {
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow-x: scroll;
  }

  .image {
    display: block;
    width: 100%;

    @media (max-width: 768px) {
      width: 550px;
      height: 326px;
      margin-inline: 30px;

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

.p01-search-screen {
  width: 100%;
  margin-top: 80px;

  .ttl {
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0072BC;
    position: relative;

    @media (max-width: 768px) {
      font-size: 14px;
    }

    &::before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #0072BC;
      border-radius: 10px;
    }
  }

  .image {
    display: block;
    margin-top: 16px;
  }
}

.prev_next-block {
  width: 100%;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  @media (max-width: 768px) {
    margin-top: 70px;
  }

  .pages {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0072BC;
  }

  .prev-link,
  .next-link {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0072BC;
    position: relative;
    transition: opacity 300ms 0s ease;

    @media (max-width: 768px) {
      font-size: 14px;
    }

    &::before {
      content: '';
      position: absolute;
      top: 50%;
      translate: 0 -9px;
      width: 9px;
      height: 16px;
      mask-position: center;
      mask-repeat: no-repeat;
      background-color: #0072BC;

      @media (max-width: 768px) {
        width: 8px;
        height: 14px;
        translate: 0 -8px;
      }
    }

    &:hover {
      text-decoration: none;
    }

    @media (min-width: 769px) {
      &:hover {
        opacity: .7;
      }
    }
  }

  .prev-link {
    padding-left: 26px;

    @media (max-width: 768px) {
      padding-left: 18px;
    }

    &::before {
      left: 0;
      mask-image: url(../img/common/prev-arrow.svg);
      mask-size: contain;
    }
  }

  .next-link {
    padding-right: 26px;

    @media (max-width: 768px) {
      padding-right: 18px;
    }

    &::before {
      right: 0;
      mask-image: url(../img/common/next-arrow.svg);
      mask-size: contain;
    }
  }
}

.prev_next-block a[href=""] {
  visibility: hidden;
}

.back_btn {
  width: 200px;
  height: 48px;
  margin: 33px auto 0;
  border: 1px solid #B0B0B0;
  border-radius: 50px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.333;
  text-align: center;
  color: #3088F3;
  display: grid;
  place-content: center;
  transition: opacity 300ms 0s ease;

  &:hover {
    text-decoration: none;
  }

  @media (min-width: 769px) {
    &:hover {
      opacity: .7;
    }
  }
}

.p02-merit-list {
  width: 100%;
  margin-top: 32px;
  padding-top: 57px;
  display: flex;
  justify-content: space-between;

  @media (max-width: 768px) {
    max-width: 315px;
    margin-top: 40px;
    margin-inline: auto;
    padding-inline: 15px;
    padding-top: 0;
    flex-direction: column;
    gap: 10px;
  }

  .item {
    width: calc((100% - 32px) / 3);
    position: relative;

    @media (max-width: 768px) {
      width: 100%;
    }

    .icon {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      translate: -50% -55%;
      width: 100px;
      margin: 0;

      @media (max-width: 768px) {
        width: 80px;
        top: 50%;
        left: 0;
        translate: 0 -50%;
      }
    }

    .inner {
      height: 100%;
      padding: 60px 16px 32px;
      background-color: #0072BC;
      border-radius: 16px;

      @media (max-width: 768px) {
        width: 230px;
        height: auto;
        margin-left: auto;
        padding: 24px 26px 24px 35px;
      }

      .ttl {
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.06em;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        display: grid;
        place-content: center;

        @media (max-width: 768px) {
          height: auto;
          text-align: left;
          justify-content: flex-start;
        }
      }

      .text {
        margin-top: 16px;
        font-size: 14px;
        letter-spacing: 0.04em;
        line-height: 1.5;
        text-align: center;
        color: #fff;

        @media (max-width: 768px) {
          margin-top: 10px;
          text-align: left;
        }
      }
    }
  }
}

.average-block {
  width: 100%;
  margin-top: 40px;

  @media (max-width: 768px) {
    max-width: 315px;
    margin-inline: auto;
    padding-inline: 15px;
  }

  .caption {
    width: 500px;
    height: 45px;
    margin: 0 auto 14px;
    padding-top: 3px;
    border: 1px solid #0072BC;
    border-radius: 45px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0072BC;
    text-align: center;
    display: grid;
    place-content: center;
    position: relative;

    @media (max-width: 768px) {
      width: 285px;
      height: 66px;
      font-size: 16px;
      line-height: 1.5;
    }

    &::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      translate: -50% 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 14px 8px 0 8px;
      border-color: #0072BC transparent transparent transparent;
    }
  }

  .image {
    width: 100%;
    margin-top: 32px;
    display: block;
  }

  .note {
    width: 100%;
    margin-top: 16px;
    padding-left: 83px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    display: block;

    @media (max-width: 768px) {
      padding-left: 0;
    }
  }
}

.p02-clearance {
  display: block;
  width: 100%;
  margin: 40px auto 0;
}

.p3-flow-image {
  display: block;
  width: 100%;
  margin: 40px auto 0;
}

.low-block-spacer {
  width: 100%;
  height: 1px;
  padding-top: 113px;

  @media (max-width: 768px) {
    padding-top: 94px;

    &#anker02 {
      padding-top: 113px;
    }
  }
}

.flow-block {
  width: 100%;
  padding: 64px 48px 48px;
  position: relative;
  border: 1px solid #0072BC;
  border-radius: 24px;

  @media (max-width: 768px) {
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 40px 29px 0;

    &.-bot {
      padding-bottom: 30px;
    }
  }

  .flow-head {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -65%;
    width: fit-content;
    padding: 9px 30px 9px 26px;
    background-color: #0072BC;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;

    @media (max-width: 768px) {
      translate: -50% calc(-100% - 5px);
      padding: 9px 25px 9px 25px;

      &.-no01,
      &.-no02 {
        width: 165px;
      }
    }

    &::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      translate: -50% 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 14px 8px 0 8px;
      border-color: #0072BC transparent transparent transparent;
    }

    .num {
      width: 32px;
      height: 32px;
      padding-top: 3px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 1;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 32px;
      display: grid;
      place-content: center;

      @media (max-width: 768px) {
        width: 24px;
        height: 24px;
        padding-top: 2px;
        font-size: 14px;
      }
    }

    .txt {
      flex: 1;
      padding-top: 4px;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1;
      color: #fff;

      @media (max-width: 768px) {
        font-size: 18px;
      }
    }
  }

  .text {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.625;
    text-align: justify;
    word-break: break-all;

    @media (max-width: 768px) {
      font-size: 14px;
    }

    b {
      font-weight: bold;
    }
  }
}

.flow-block .caption {
  width: 500px;
  height: 45px;
  margin: 40px auto 14px;
  padding-top: 3px;
  border: 1px solid #0072BC;
  border-radius: 45px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #0072BC;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;

  @media (max-width: 768px) {
    width: 228px;
    height: 63px;
    margin: 32px auto 14px;
    font-size: 14px;
    line-height: 1.714;
  }

  &::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #0072BC transparent transparent transparent;
  }
}

.p03-point-table_wrap {
  width: 100%;
  margin-top: 32px;
  position: relative;

  @media (max-width: 768px) {
    width: calc(100% + 58px);
    margin-left: -29px;
    overflow-x: scroll;
  }

  .image {
    display: block;
    width: 100%;
    margin: 0;

    @media (max-width: 768px) {
      width: 635px;
      height: 403px;
      margin-inline: 30px;

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

.flow-block .page_intro-block {
  .inner {
    padding: 0 43px 40px;

    @media (max-width: 768px) {
      padding: 0 28px 40px;
    }
  }
}

@media (max-width: 768px) {
  .flow-block .page_intro-block {
    width: calc(100% + 58px);
    margin-left: -29px;
    border-radius: 0;
  }

  .flow-block .page_intro-block.-last {
    border-radius: 0 0 24px 24px;
  }
}

.flow-block .page_intro-block + .page_intro-block {
  margin-top: 24px;

  @media (max-width: 768px) {
    margin-top: 16px;
  }
}

.flow-block .subcap {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #0072BC;
  display: block;

  @media (max-width: 768px) {
    font-size: 18px;
  }
}

.p03-item-table_wrap {
  width: 100%;
  margin-top: 32px;
  position: relative;

  @media (max-width: 768px) {
    width: calc(100% + 58px);
    margin-left: -29px;
    overflow-x: scroll;
  }

  .image {
    display: block;
    width: 100%;
    margin: 0;

    @media (max-width: 768px) {
      width: 635px;
      height: 463px;
      margin-inline: 30px;

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

.p03-exam-table_wrap {
  width: 100%;
  margin-top: 32px;
  position: relative;

  @media (max-width: 768px) {
    width: calc(100% + 58px);
    margin-left: -29px;
    overflow-x: scroll;
  }

  .image {
    display: block;
    width: 100%;
    margin: 0;

    @media (max-width: 768px) {
      width: 635px;
      height: 222px;
      margin-inline: 30px;

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

.p03-interview-type {
  width: 100%;
  margin-block: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;

  @media (max-width: 768px) {
    flex-direction: column;
  }

  .card {
    width: calc((100% - 16px) / 2);
    padding: 24px;
    background-color: #D3EDFD;
    border-radius: 16px;

    @media (max-width: 768px) {
      width: 100%;
      padding: 16px;
    }
  }

  .ttl-group {
    display: flex;
    align-items: center;
    gap: 16px;

    @media (max-width: 768px) {
      flex-direction: column;
    }

    .icon {
      display: block;
      width: 100px;
      margin: 0;

      @media (max-width: 768px) {
        width: 80px;
      }
    }

    .ttl {
      display: block;
      flex: 1;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1.875;

      @media (max-width: 768px) {
        text-align: center;
      }
    }
  }

  .text {
    width: 100%;
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.625;
    text-align: justify;
    word-break: break-all;
    display: block;

    @media (max-width: 768px) {
      font-size: 14px;
      line-height: 1.714;
    }
  }
}


/* パンくず関連の記述 */
@media (max-width: 768px) {
  #topicpathArea ul.topicpath {
    display: block;
  }
}

/* 以下style26.cssからの移植 */
@media (max-width: 767px) {
  ul.topicpath {
    float: none;
    width: auto;
    padding: 0;
    background-image: none;
    line-height: 1.75;
    color: #4d4d4d;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  ul.topicpath li {
    float: none;
    display: inline;
    font-size: 12px !important;
  }

  ul.topicpath li:nth-child(n+2) {
    position: relative;
    margin-left: 25px;
  }

  ul.topicpath li:nth-child(n+2)::before,
  ul.topicpath li:nth-child(n+2)::after {
    position: absolute;
    left: -16px;
    display: block;
    width: 7px;
    height: 1px;
    background: #999;
    content: "";
    font-size: 0;
  }

  ul.topicpath li:nth-child(n+2)::before {
    top: 4px;
    transform: rotate(35deg);
  }

  ul.topicpath li:nth-child(n+2)::after {
    top: 8px;
    transform: rotate(-35deg);
  }

  ul.topicpath li + li:before {
    display: none;
  }
}