@charset "UTF-8";
#vis .button {
  width: 336px;
}
#vis .button .c-btn {
  width: 336px;
  border-radius: 82px;
  border: none;
}

#vis .btn {
  left: 22%;
  bottom: 228px;
}

#vis .vis-wrap .text {
  margin-top: 30px;
}

.s2__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .s2__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s2__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.s2__box img {
  width: 167px;
  height: 167px;
}
@media screen and (max-width: 767px) {
  .s2__box img {
    width: clamp(100px, 100px + 67 * (100vw - 375px) / 392, 167px);
    height: clamp(100px, 100px + 67 * (100vw - 375px) / 392, 167px);
  }
}

.s2__box-deco {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .s2__box-deco {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.s2__box-deco img {
  width: 19px;
  height: 19px;
}

.s2 .l1 {
  text-align: center;
  margin-bottom: 5px;
}
.s2 .num {
  position: relative;
  z-index: 2;
}
.s2 .num::after {
  content: "";
  position: absolute;
  left: -6px; /* 少し左にはみ出す */
  bottom: 0.1em; /* 文字の下あたり */
  width: calc(100% + 5px); /* 右に多めにはみ出す */
  height: 0.35em; /* ← ちょい太め */
  background: #fff36a; /* 黄色 */
  z-index: -1; /* 文字の後ろに */
}
.s2 .ttl-sb {
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
  font-size: 22px;
}
.s2 .text a {
  border-bottom: 1px solid #1E40AF;
  color: #1E40AF;
}
.s2 .c-btn {
  border: none;
}

.s3 .c-text2 span {
  font-weight: 900;
}

.banner .c-btn {
  border-radius: 82px;
  border: none;
}

.s4 .text span {
  font-weight: 700;
}

.s5 .bg {
  margin-left: 10px;
}