@charset "UTF-8";
.pt-wifi {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.7;
}

.l-wifi-main {
  display: block;
  margin: 0;
  padding: 0;
}

.c-wifi-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 959px) {
  .c-wifi-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.c-wifi-container {
  width: 100%;
  max-width: 1406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.c-wifi-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.35;
  text-align: center;
  margin: 0 0 60px;
  color: #000;
}
@media (max-width: 959px) {
  .c-wifi-section__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

:focus-visible {
  outline: 2px solid #ff0026;
  outline-offset: 2px;
}

img {
  max-width: 100%;
  height: auto;
}

#body_wrap::before {
  content: none;
}

.c-wifi-breadcrumb {
  width: 100%;
  max-width: 1406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #000;
}
.c-wifi-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-wifi-breadcrumb__item:not(:last-child)::after {
  content: "＞";
  margin-left: 8px;
}
.c-wifi-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}
.c-wifi-breadcrumb__link:hover {
  text-decoration: underline;
}
.c-wifi-breadcrumb__current {
  color: #000;
}
@media (max-width: 959px) {
  .c-wifi-breadcrumb {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
}

.c-gnav .menu-item-wifi > a,
.c-spnav .menu-item-wifi > a {
  color: #333;
}

.c-gnav .menu-item-wifi.current-menu-item > a,
.c-gnav .menu-item-wifi.-current > a,
.c-spnav .menu-item-wifi.current-menu-item > a,
.c-spnav .menu-item-wifi.-current > a {
  font-weight: bold;
}

.c-wifi-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 24px 32px;
  background: #ff0026;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  transition: background-color 0.2s ease;
}
.c-wifi-cta:hover, .c-wifi-cta:focus-visible {
  background: rgb(214.2, 0, 31.92);
  color: #fff;
}
@media (max-width: 959px) {
  .c-wifi-cta {
    min-height: 56px;
    padding: 16px 24px;
    font-size: 14px;
  }
}

.c-wifi-cta--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 24px 32px;
  background: #fff;
  color: #3d3d3d;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-wifi-cta--secondary:hover, .c-wifi-cta--secondary:focus-visible {
  background: #ff0026;
  color: #fff;
}
@media (max-width: 959px) {
  .c-wifi-cta--secondary {
    min-height: 56px;
    padding: 16px 24px;
    font-size: 14px;
  }
}

.c-wifi-cta-block {
  padding: 60px 16px;
  background: #000;
  color: #fff;
  text-align: center;
}
.c-wifi-cta-block__text {
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.35;
  color: #fff;
}
@media (max-width: 959px) {
  .c-wifi-cta-block__text {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.c-wifi-cta-block__buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .c-wifi-cta-block {
    padding: 40px 16px;
  }
}

.c-wifi-cta-block--red {
  background: #ff0026;
}
.c-wifi-cta-block--red .c-wifi-cta-block__text {
  color: #fff;
}
.c-wifi-cta-block--red .c-wifi-cta {
  background: #fff;
  color: #ff0026;
  border: none;
}
.c-wifi-cta-block--red .c-wifi-cta:hover, .c-wifi-cta-block--red .c-wifi-cta:focus-visible {
  background: #f7f7f7;
  color: #ff0026;
}

.c-wifi-floating-cta {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 9999;
  flex-direction: column;
  gap: 21px;
}
@media (max-width: 599px) {
  .c-wifi-floating-cta {
    display: flex;
  }
}
.c-wifi-floating-cta__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.c-wifi-floating-cta__item[hidden] {
  display: none;
}
.c-wifi-floating-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 120px;
  height: 30px;
  padding: 0;
  background: #f32e46;
  color: #fff;
  border-radius: 9999px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.c-wifi-floating-cta__button:hover, .c-wifi-floating-cta__button:focus-visible {
  background: rgb(234.7230769231, 13.4769230769, 40.4307692308);
  color: #fff;
}
.c-wifi-floating-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 10px;
  flex-shrink: 0;
}
.c-wifi-floating-cta__icon img {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) invert(1);
}
.c-wifi-floating-cta__label {
  line-height: 1;
}
.c-wifi-floating-cta__close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-wifi-floating-cta__close img {
  width: 16px;
  height: 16px;
  display: block;
}
.c-wifi-floating-cta__close:hover img {
  opacity: 0.7;
}

.c-wifi-related-pages {
  width: 100%;
  max-width: 1406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.c-wifi-related-pages__title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 32px;
  color: #000;
}
@media (max-width: 959px) {
  .c-wifi-related-pages__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.c-wifi-related-pages__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 959px) {
  .c-wifi-related-pages__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .c-wifi-related-pages__list {
    grid-template-columns: 1fr;
  }
}
.c-wifi-related-pages__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 16px 24px;
  background: #f7f7f7;
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.2s ease;
}
.c-wifi-related-pages__link:hover {
  background: #ff0026;
  color: #fff;
}

.c-wifi-hero--top {
  position: relative;
  height: 567px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero--top {
    height: 500px;
  }
}
@media (max-width: 599px) {
  .c-wifi-hero--top {
    height: auto;
    padding: 0;
  }
}
.c-wifi-hero--top__inner {
  position: relative;
  width: 1440px;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero--top__inner {
    width: 100%;
    max-width: 100%;
    padding: 32px 32px 24px;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
}
@media (max-width: 599px) {
  .c-wifi-hero--top__inner {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 24px 20px 32px;
    z-index: 1;
  }
}
.c-wifi-hero--top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.c-wifi-hero--top__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
@media (max-width: 959px) {
  .c-wifi-hero--top__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .c-wifi-hero--top__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    opacity: 1;
  }
}
.c-wifi-hero--top__lead {
  position: absolute;
  left: 175px;
  top: 77px;
  width: 1091px;
  margin: 0;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.35;
  color: #000;
  white-space: nowrap;
}
.c-wifi-hero--top__lead em {
  color: #ff0026;
  font-style: normal;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero--top__lead {
    position: static;
    width: 100%;
    margin: 0 0 16px;
    font-size: 32px;
    white-space: normal;
  }
}
@media (max-width: 599px) {
  .c-wifi-hero--top__lead {
    position: static;
    width: 100%;
    margin: 0 0 12px;
    font-weight: 900;
    font-size: 20px;
    white-space: normal;
  }
}
.c-wifi-hero--top__heading {
  position: absolute;
  left: 175px;
  top: 149px;
  margin: 0;
  z-index: 1;
  display: block;
  line-height: 1.35;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero--top__heading {
    position: static;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .c-wifi-hero--top__heading {
    position: static;
    margin: 0 0 16px;
  }
}
.c-wifi-hero--top__subline {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 29px;
  color: #000;
  line-height: 1.35;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero--top__subline {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-hero--top__subline {
    font-size: 14px;
  }
}
.c-wifi-hero--top__title {
  display: block;
  /*
  margin-top: 8px;
  */
  width: 810px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 90px;
  color: #000;
  line-height: 1;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero--top__title {
    width: 100%;
    font-size: 60px;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .c-wifi-hero--top__title {
    width: 100%;
    margin-top: 4px;
    font-size: 25px;
    text-align: left;
  }
}

.c-wifi-hero-cta {
  position: absolute;
  left: 175px;
  top: 327px;
  width: 620px;
  height: 183px;
  z-index: 1;
  padding: 21px 18px 28px;
  background: rgba(255, 0, 38, 0.9);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero-cta {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 540px;
    height: auto;
    min-height: 156px;
    margin: auto auto auto 0;
    padding: 18px 16px 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-hero-cta {
    display: none;
  }
}
.c-wifi-hero-cta__prompt {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 29px;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero-cta__prompt {
    font-size: 22px;
  }
}
.c-wifi-hero-cta__buttons {
  display: flex;
  gap: 20px;
  margin-top: auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero-cta__buttons {
    gap: 12px;
    width: 80%;
  }
}
.c-wifi-hero-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 76px;
  background: #fff;
  color: #3d3d3d;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-wifi-hero-cta__button:hover, .c-wifi-hero-cta__button:focus-visible {
  background: #f7f7f7;
  color: #ff0026;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-hero-cta__button {
    width: calc(50% - 6px);
    max-width: 220px;
    height: 60px;
    font-size: 16px;
  }
}

.c-wifi-worries {
  position: relative;
  background: #454545;
  color: #fff;
  padding: 80px 0 60px;
}
@media (max-width: 599px) {
  .c-wifi-worries {
    padding: 48px 0 64px;
  }
}
.c-wifi-worries__arrow-down {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 60px;
  pointer-events: none;
  z-index: 2;
}
.c-wifi-worries__arrow-down img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .c-wifi-worries__arrow-down {
    width: 120px;
    height: 38px;
    bottom: -38px;
  }
}
.c-wifi-worries__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 599px) {
  .c-wifi-worries__inner {
    padding: 0 22px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-worries__inner {
    padding: 0 12px;
  }
}
.c-wifi-worries__heading {
  margin: 0 0 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  color: #fff;
}
@media (max-width: 599px) {
  .c-wifi-worries__heading {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.c-wifi-worries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 599px) {
  .c-wifi-worries__list {
    flex-direction: column;
    gap: 64px;
  }
}
.c-wifi-worries__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px 24px;
  text-align: center;
  position: relative;
}
.c-wifi-worries__item:nth-child(1)::after, .c-wifi-worries__item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: calc(100% - 24px - 12px);
  background: rgba(255, 255, 255, 0.3);
}
.c-wifi-worries__item:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: calc(100% - 24px - 12px);
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-worries__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-wifi-worries__item:nth-child(1)::after, .c-wifi-worries__item:nth-child(2)::after, .c-wifi-worries__item:nth-child(4)::after {
    display: none;
  }
  .c-wifi-worries__item:nth-child(1)::after, .c-wifi-worries__item:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: calc(100% - 24px - 12px);
    background: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 599px) {
  .c-wifi-worries__item {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .c-wifi-worries__item:nth-child(n)::after {
    display: none;
  }
  .c-wifi-worries__item:nth-child(4), .c-wifi-worries__item:nth-child(5) {
    margin-left: 0;
  }
}
.c-wifi-worries__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-wifi-worries__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 599px) {
  .c-wifi-worries__icon {
    margin-bottom: 16px;
  }
}
.c-wifi-worries__title {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 33px;
  line-height: 1.35;
  color: #fff;
}
@media (max-width: 599px) {
  .c-wifi-worries__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-worries__title {
    font-size: 30px;
  }
}
.c-wifi-worries__category {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.35;
  color: #fff;
}
@media (max-width: 599px) {
  .c-wifi-worries__category {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-worries__category {
    font-size: 22px;
  }
}
.c-wifi-worries__desc {
  margin: 0 0 32px;
  max-width: 350px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.7;
  color: #fff;
  text-align: left;
}
.c-wifi-worries__desc strong {
  font-weight: 700;
}
@media (max-width: 599px) {
  .c-wifi-worries__desc {
    max-width: 350px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }
}
.c-wifi-worries__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 340px;
  max-width: 100%;
  min-height: 94px;
  padding: 16px 48px 16px 24px;
  background: #f22d41;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  transition: background-color 0.2s ease;
}
.c-wifi-worries__cta:hover, .c-wifi-worries__cta:focus-visible {
  background: rgb(231.8475336323, 14.3524663677, 36.4331838565);
  color: #fff;
}
.c-wifi-worries__cta-text {
  display: inline-block;
}
.c-wifi-worries__cta-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(45deg);
  background: url("/netrend/wifi/guide/assets/img/common/cta_arrow.svg") no-repeat center/contain;
}

.c-wifi-causes {
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #fff;
  background-image: url("/netrend/wifi/guide/assets/img/pages/top/cause_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: #000;
  padding: 100px 0 80px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-causes {
    padding: 80px 0 60px;
  }
}
@media (max-width: 599px) {
  .c-wifi-causes {
    background-image: url("/netrend/wifi/guide/assets/img/pages/top/cause_bg_sp.png");
    background-position: center top;
    background-size: 100% auto;
    padding: 56px 0 48px;
  }
}
.c-wifi-causes__inner {
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 599px) {
  .c-wifi-causes__inner {
    padding: 0 22px;
  }
}
.c-wifi-causes__heading {
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  color: #f22d41;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-causes__heading {
    font-size: 22px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.c-wifi-causes__description {
  max-width: 800px;
  margin: 0 auto 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-causes__description {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
@media (max-width: 599px) {
  .c-wifi-causes__description {
    font-size: 14px;
    text-align: left;
    margin-bottom: 32px;
  }
  .c-wifi-causes__description br {
    display: none;
  }
}
.c-wifi-causes__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (max-width: 599px) {
  .c-wifi-causes__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-wifi-causes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 41px 32px 36px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-causes__item {
    padding: 28px 22px 24px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-causes__item {
    padding: 32px 16px;
  }
}
.c-wifi-causes__title {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #000;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-causes__title {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .c-wifi-causes__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.c-wifi-causes__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 205px;
  margin-bottom: 32px;
}
.c-wifi-causes__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 599px) {
  .c-wifi-causes__image {
    min-height: 160px;
    margin-bottom: 20px;
  }
}
.c-wifi-causes__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-causes__desc {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .c-wifi-causes__desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .c-wifi-sub-causes-block + .c-wifi-mid-cta {
    margin-top: 32px;
  }
}

.c-wifi-mid-cta {
  width: 100%;
  padding: 0px 32px 0px;
  background: transparent;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-mid-cta {
    padding: 0px 22px 0px;
  }
}
@media (max-width: 599px) {
  .c-wifi-mid-cta {
    padding: 0;
  }
}
.c-wifi-mid-cta__inner {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 60px 60px;
  min-height: 362px;
  background: #343434;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-mid-cta__inner {
    padding: 24px 24px;
    gap: 24px;
    min-height: 280px;
  }
}
@media (max-width: 599px) {
  .c-wifi-mid-cta__inner {
    min-height: 320px;
    padding: 36px 22px;
    border-radius: 0;
    box-shadow: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}
.c-wifi-mid-cta__decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 712px;
  height: 100%;
  background: url("/netrend/wifi/guide/assets/img/common/cta_bg_pc.svg") no-repeat center right/contain;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-mid-cta__decor {
    top: auto;
    right: -80px;
    bottom: -120px;
    transform: none;
    width: 360px;
    height: 360px;
    background: url("/netrend/wifi/guide/assets/img/common/cta_bg_sp.svg") no-repeat center/contain;
  }
}
@media (max-width: 599px) {
  .c-wifi-mid-cta__decor {
    top: auto;
    right: -80px;
    bottom: -120px;
    transform: none;
    width: 320px;
    height: 320px;
    background: url("/netrend/wifi/guide/assets/img/common/cta_bg_sp.svg") no-repeat center/contain;
  }
}
.c-wifi-mid-cta__text {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  max-width: 720px;
  color: #fff;
}
@media (max-width: 599px) {
  .c-wifi-mid-cta__text {
    max-width: 100%;
  }
}
.c-wifi-mid-cta__heading {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-mid-cta__heading {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .c-wifi-mid-cta__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    /*
    br {
    	display: none;
    }
    */
  }
}
.c-wifi-mid-cta__sub {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-mid-cta__sub {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .c-wifi-mid-cta__sub {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
}
.c-wifi-mid-cta__buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 0 auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-mid-cta__buttons {
    gap: 16px;
  }
}
@media (max-width: 599px) {
  .c-wifi-mid-cta__buttons {
    gap: 16px;
    width: 100%;
    align-items: center;
  }
}
.c-wifi-mid-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 100px;
  background: #f22d41;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  transition: background-color 0.2s ease;
}
.c-wifi-mid-cta__button:hover, .c-wifi-mid-cta__button:focus-visible {
  background: rgb(231.8475336323, 14.3524663677, 36.4331838565);
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-mid-cta__button {
    width: 280px;
    height: 80px;
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .c-wifi-mid-cta__button {
    width: 300px;
    max-width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
  }
}

.c-wifi-sub-mid-cta {
  width: 100%;
  padding: 60px 32px 80px;
  background: transparent;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta {
    padding: 48px 22px 60px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta {
    padding: 0;
  }
}
.c-wifi-sub-mid-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1340px;
  margin: 0 auto;
  min-height: 362px;
  padding: 48px 50px 48px 60px;
  background: #f22d41;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta__inner {
    padding: 24px 32px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta__inner {
    align-items: stretch;
    min-height: 358px;
    padding: 20px 22px 28px;
    border-radius: 0;
    box-shadow: none;
  }
}
.c-wifi-sub-mid-cta__decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  max-width: 712px;
  height: 100%;
  background-image: url("/netrend/wifi/guide/assets/img/common/mid-cta/sub_mid_cta_decor_pc.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta__decor {
    width: 45%;
    max-width: 360px;
    background-image: url("/netrend/wifi/guide/assets/img/common/mid-cta/sub_mid_cta_decor_sp.png");
    background-position: right bottom;
    background-size: 100% auto;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta__decor {
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    background-image: url("/netrend/wifi/guide/assets/img/common/mid-cta/sub_mid_cta_decor_sp.png");
    background-position: right bottom;
    background-size: 100% auto;
  }
}
.c-wifi-sub-mid-cta__main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 505px minmax(0, 1fr);
  column-gap: 48px;
  align-items: center;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta__main {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    column-gap: 32px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta__main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.c-wifi-sub-mid-cta__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  max-width: 505px;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta__action {
    max-width: 320px;
    gap: 32px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta__action {
    align-items: center;
    order: 2;
    gap: 12px;
    max-width: none;
  }
}
.c-wifi-sub-mid-cta__content {
  min-width: 0;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta__content {
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta__content {
    max-width: 100%;
    padding-right: 0;
    order: 1;
  }
}
.c-wifi-sub-mid-cta__heading {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.571;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta__heading {
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta__heading {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.35;
  }
}
.c-wifi-sub-mid-cta__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.571;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta__lead {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta__lead {
    max-width: 350px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
  }
}
.c-wifi-sub-mid-cta__eyebrow {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.571;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta__eyebrow {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta__eyebrow {
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .c-wifi-sub-mid-cta__eyebrow--network {
    margin: auto;
  }
}
.c-wifi-sub-mid-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 112px;
  margin: auto;
  background: #2f2f2f;
  border-radius: 15px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.c-wifi-sub-mid-cta__button:hover, .c-wifi-sub-mid-cta__button:focus-visible {
  background: rgb(67.4, 67.4, 67.4);
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta__button {
    width: 320px;
    height: 90px;
    font-size: 26px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-mid-cta__button {
    width: 300px;
    max-width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
  }
}

.c-wifi-roadmap {
  position: relative;
  width: 100%;
  padding: 80px 0 100px;
  background-color: #fff;
  background-image: url("/netrend/wifi/guide/assets/img/pages/top/roadmap_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  overflow: hidden;
}
@media (max-width: 959px) {
  .c-wifi-roadmap {
    padding: 32px 0 0;
    background-image: url("/netrend/wifi/guide/assets/img/pages/top/roadmap_bg_sp.png");
    background-position: right bottom;
    background-size: 100% auto;
  }
}
.c-wifi-roadmap__inner {
  position: relative;
  width: 100%;
  padding-left: max(30px, (100% - 1240px) / 2);
  display: flex;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 959px) {
  .c-wifi-roadmap__inner {
    padding-left: 22px;
    padding-right: 22px;
    flex-direction: column;
    gap: 32px;
  }
}
.c-wifi-roadmap__text {
  flex: 0 0 620px;
  width: 620px;
  min-width: 0;
  padding-right: 24px;
}
@media (max-width: 959px) {
  .c-wifi-roadmap__text {
    flex: 1 1 100%;
    width: 100%;
    padding-right: 0;
  }
}
.c-wifi-roadmap__sub {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  color: #000;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-roadmap__sub {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .c-wifi-roadmap__sub {
    font-size: 16px;
  }
}
.c-wifi-roadmap__title {
  margin: 0 0 32px;
}
.c-wifi-roadmap__title-main {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #f22d41;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-roadmap__title-main {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .c-wifi-roadmap__title-main {
    font-size: 22px;
  }
}
.c-wifi-roadmap__title-large {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 5vw, 65px);
  line-height: 1.1;
  color: #f22d41;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-roadmap__title-large {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .c-wifi-roadmap__title-large {
    font-size: 32px;
  }
}
.c-wifi-roadmap__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}
.c-wifi-roadmap__desc p {
  margin: 0 0 24px;
}
.c-wifi-roadmap__desc p:last-child {
  margin-bottom: 0;
}
.c-wifi-roadmap__desc strong {
  font-weight: 700;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-roadmap__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 599px) {
  .c-wifi-roadmap__desc {
    font-size: 15px;
    line-height: 24px;
  }
  .c-wifi-roadmap__desc p {
    margin-bottom: 16px;
  }
}
.c-wifi-roadmap__diagram {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: none;
}
.c-wifi-roadmap__diagram img,
.c-wifi-roadmap__diagram picture {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-roadmap__diagram {
    flex: 0 0 auto;
    margin: 0 auto;
    width: 100%;
    max-width: 692px;
  }
}
@media (max-width: 599px) {
  .c-wifi-roadmap__diagram {
    margin: 0 0 0 auto;
    width: 95%;
    max-width: 380px;
    padding-right: 0;
    margin-right: -16px;
  }
}

.c-wifi-network {
  position: relative;
  width: 100%;
  padding: 0px 0 120px;
  overflow: hidden;
  margin-top: -32px;
}
@media (max-width: 959px) {
  .c-wifi-network {
    padding: 60px 0 80px;
  }
}
@media (max-width: 599px) {
  .c-wifi-network {
    padding: 48px 0 60px;
  }
}
.c-wifi-network__decor--tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 356px;
  height: 575px;
  background: url("/netrend/wifi/guide/assets/img/pages/top/network_decor_tl.png") no-repeat left top/contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 959px) {
  .c-wifi-network__decor--tl {
    width: 200px;
    height: 320px;
    top: 150px;
  }
}
@media (max-width: 599px) {
  .c-wifi-network__decor--tl {
    width: 120px;
    height: 180px;
  }
}
.c-wifi-network__decor--br {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 497px;
  height: 633px;
  background: url("/netrend/wifi/guide/assets/img/pages/top/network_decor_br.png") no-repeat right bottom/contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 959px) {
  .c-wifi-network__decor--br {
    width: 280px;
    height: 360px;
  }
}
@media (max-width: 599px) {
  .c-wifi-network__decor--br {
    width: 160px;
    height: 200px;
  }
}
.c-wifi-network__inner {
  position: relative;
  z-index: 1;
  max-width: 1342px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 599px) {
  .c-wifi-network__inner {
    padding: 0 22px;
  }
}
.c-wifi-network__heading {
  margin: 0 0 32px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  color: #f22d41;
}
.c-wifi-network__heading-sub {
  display: block;
  font-size: 40px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-network__heading-sub {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .c-wifi-network__heading-sub {
    font-size: 22px;
  }
}
.c-wifi-network__heading-main {
  display: block;
  font-size: 40px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-network__heading-main {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .c-wifi-network__heading-main {
    font-size: 22px;
  }
}
.c-wifi-network__description {
  max-width: 900px;
  margin: 0 auto 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-network__description {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
@media (max-width: 599px) {
  .c-wifi-network__description {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 32px;
  }
}
.c-wifi-network__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (max-width: 959px) {
  .c-wifi-network__list {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 500px;
  }
}
.c-wifi-network__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 24px 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 599px) {
  .c-wifi-network__item {
    padding: 56px 22px 32px;
  }
}
.c-wifi-network__tag {
  position: absolute;
  top: 16px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 113px;
  height: 48px;
  padding: 0 16px;
  background: #41c7c5;
  color: #fff;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 599px) {
  .c-wifi-network__tag {
    top: 12px;
    left: 16px;
    min-width: 90px;
    height: 38px;
    font-size: 14px;
  }
}
.c-wifi-network__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 217px;
  margin-bottom: 16px;
}
.c-wifi-network__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 599px) {
  .c-wifi-network__image {
    min-height: 180px;
    margin-bottom: 12px;
  }
}
.c-wifi-network__title {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.c-wifi-network__title strong {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.4;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-network__title {
    font-size: 22px;
  }
  .c-wifi-network__title strong {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .c-wifi-network__title {
    font-size: 18px;
  }
  .c-wifi-network__title strong {
    font-size: 22px;
  }
}
.c-wifi-network__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-network__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 599px) {
  .c-wifi-network__desc {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-wifi-reasons {
  position: relative;
  width: 100%;
  background: #454545;
  color: #fff;
  padding: 96px 0 120px;
  overflow: hidden;
}
@media (max-width: 959px) {
  .c-wifi-reasons {
    padding: 64px 0 80px;
  }
}
@media (max-width: 599px) {
  .c-wifi-reasons {
    padding: 48px 0 64px;
  }
}
.c-wifi-reasons__inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 599px) {
  .c-wifi-reasons__inner {
    padding: 0 22px;
  }
}
.c-wifi-reasons__sub {
  margin: 0 0 8px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-reasons__sub {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
@media (max-width: 599px) {
  .c-wifi-reasons__sub {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: left;
  }
}
.c-wifi-reasons__heading {
  margin: 0 0 48px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
}
.c-wifi-reasons__heading > span {
  display: inline;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-reasons__heading {
    font-size: 30px;
    margin-bottom: 36px;
  }
}
@media (max-width: 599px) {
  .c-wifi-reasons__heading {
    font-size: 43px;
    margin-bottom: 40px;
    text-align: left;
  }
  .c-wifi-reasons__heading > span:first-child {
    display: inline;
  }
}
.c-wifi-reasons__heading-em {
  color: #41c7c5;
}
.c-wifi-reasons__heading-num {
  display: inline-block;
  font-weight: 700;
  font-size: 76px;
  line-height: 1;
  vertical-align: -6px;
  color: #41c7c5;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-reasons__heading-num {
    font-size: 56px;
    vertical-align: -4px;
  }
}
@media (max-width: 599px) {
  .c-wifi-reasons__heading-num {
    font-size: 42px;
    vertical-align: -3px;
  }
}
.c-wifi-reasons__concept {
  display: flex;
  justify-content: center;
  margin: 0 0 0;
}
.c-wifi-reasons__concept-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 292px;
  min-height: 43px;
  padding: 8px 24px;
  border: 2px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-reasons__concept-tag {
    min-width: 240px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .c-wifi-reasons__concept-tag {
    min-width: 200px;
    padding: 6px 16px;
    font-size: 14px;
    width: 90%;
  }
}
.c-wifi-reasons__connector {
  position: relative;
  width: 100%;
  max-width: 830px;
  height: 40px;
  margin: 0 auto;
  pointer-events: none;
}
.c-wifi-reasons__connector-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 200%;
  background: #fff;
  transform: translateX(-50%);
}
.c-wifi-reasons__connector-horizontal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.c-wifi-reasons__connector::before, .c-wifi-reasons__connector::after {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 2px;
  height: 40px;
  background: #fff;
}
.c-wifi-reasons__connector::before {
  left: 0;
}
.c-wifi-reasons__connector::after {
  right: 0;
}
@media (max-width: 959px) {
  .c-wifi-reasons__connector {
    display: none;
  }
}
.c-wifi-reasons__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 959px) {
  .c-wifi-reasons__list {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 480px;
    margin-top: 32px;
  }
}
@media (max-width: 599px) {
  .c-wifi-reasons__list {
    width: 90%;
  }
}
.c-wifi-reasons__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.c-wifi-reasons__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 400/253;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 24px;
}
.c-wifi-reasons__image img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 599px) {
  .c-wifi-reasons__image {
    margin-bottom: 16px;
  }
}
.c-wifi-reasons__title {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-reasons__title {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-reasons__title {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: left;
  }
}
.c-wifi-reasons__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-reasons__desc {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-reasons__desc {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-wifi-bottom-cta {
  position: relative;
  width: 100%;
  padding: 80px 0 100px;
  overflow: hidden;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta {
    padding: 0;
  }
}
.c-wifi-bottom-cta__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  z-index: 1;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta__inner {
    padding: 0;
    max-width: none;
  }
}
.c-wifi-bottom-cta__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  max-width: 1340px;
  min-height: 362px;
  margin: 0 auto;
  padding: 60px 50px;
  background: #f22d41;
  border-radius: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta__box {
    gap: 40px;
    max-width: none;
    min-height: auto;
    padding: 36px 22px 40px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 599px) {
  .c-wifi-bottom-cta__box {
    gap: 24px;
    padding: 28px 22px 40px;
  }
}
.c-wifi-bottom-cta__decor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.c-wifi-bottom-cta__decor picture {
  display: block;
  height: 100%;
}
.c-wifi-bottom-cta__decor img {
  display: block;
  height: 100%;
  width: auto;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta__decor {
    left: 0;
    width: 100%;
  }
  .c-wifi-bottom-cta__decor picture {
    width: 100%;
  }
  .c-wifi-bottom-cta__decor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.c-wifi-bottom-cta__text {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-bottom-cta__text {
    text-align: left;
    width: 100%;
  }
}
.c-wifi-bottom-cta__heading {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
}
.c-wifi-bottom-cta__heading > span {
  display: inline;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta__heading {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
@media (max-width: 599px) {
  .c-wifi-bottom-cta__heading {
    font-size: 18px;
  }
  .c-wifi-bottom-cta__heading > span {
    display: inline;
  }
}
.c-wifi-bottom-cta__sub {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta__sub {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 599px) {
  .c-wifi-bottom-cta__sub {
    font-size: 14px;
  }
}
.c-wifi-bottom-cta__buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta__buttons {
    flex-direction: column;
    gap: 20px;
  }
}
.c-wifi-bottom-cta__button {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 112px;
  padding: 0 24px;
  background: #2f2f2f;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.c-wifi-bottom-cta__button:hover, .c-wifi-bottom-cta__button:focus-visible {
  opacity: 0.88;
  transform: translateY(-2px);
  color: #fff;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta__button {
    width: 300px;
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
  }
}
.c-wifi-bottom-cta__button-pc {
  display: inline;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta__button-pc {
    display: none;
  }
}
.c-wifi-bottom-cta__button-sp {
  display: none;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta__button-sp {
    display: inline;
  }
}

@media (max-width: 959px) {
  .c-wifi-bottom-cta--top {
    background: #f22d41;
  }
}
.c-wifi-bottom-cta--top .c-wifi-bottom-cta__inner {
  max-width: 1400px;
  padding: 0 30px;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__inner {
    padding: 0;
    max-width: none;
  }
}
.c-wifi-bottom-cta--top .c-wifi-bottom-cta__box {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  padding: 60px 80px;
  border-radius: 10px;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__box {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 32px;
    min-height: 250px;
    padding: 20px 22px 32px;
    border-radius: 0;
  }
}
.c-wifi-bottom-cta--top .c-wifi-bottom-cta__button {
  order: 1;
  flex-shrink: 0;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__button {
    order: 2;
    margin: 0 auto;
  }
}
.c-wifi-bottom-cta--top .c-wifi-bottom-cta__button-pc {
  display: inline;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__button-pc {
    display: none;
  }
}
.c-wifi-bottom-cta--top .c-wifi-bottom-cta__button-sp {
  display: none;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__button-sp {
    display: inline;
  }
}
.c-wifi-bottom-cta--top .c-wifi-bottom-cta__text {
  order: 2;
  text-align: left;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__text {
    order: 1;
    width: 100%;
  }
}
.c-wifi-bottom-cta--top .c-wifi-bottom-cta__heading {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.571;
  margin-bottom: 16px;
}
.c-wifi-bottom-cta--top .c-wifi-bottom-cta__heading > span {
  display: block;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__heading > span {
    display: inline;
  }
}
@media (max-width: 599px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__heading {
    font-size: 18px;
  }
}
.c-wifi-bottom-cta--top .c-wifi-bottom-cta__sub {
  font-size: 26px;
  line-height: 1.571;
}
@media (max-width: 959px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__sub {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .c-wifi-bottom-cta--top .c-wifi-bottom-cta__sub {
    font-size: 14px;
  }
}

.c-wifi-sub-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 960px) {
  .c-wifi-sub-hero {
    height: 558px;
    min-height: 558px;
  }
}
@media (max-width: 959px) {
  .c-wifi-sub-hero {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 183px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-hero {
    min-height: 480px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-hero {
    min-height: 183px;
  }
}
.c-wifi-sub-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.c-wifi-sub-hero__bg picture,
.c-wifi-sub-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.c-wifi-sub-hero__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 960px) {
  .c-wifi-sub-hero__inner {
    width: 1440px;
    max-width: 1440px;
    height: 100%;
    min-height: 558px;
    padding: 0 0 0 175px;
  }
}
@media (max-width: 959px) {
  .c-wifi-sub-hero__inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-hero__inner {
    padding: 32px 32px 24px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-hero__inner {
    padding: 24px 20px;
  }
}
.c-wifi-sub-hero__heading {
  margin: 0;
  width: 100%;
}
.c-wifi-sub-hero__eyebrow {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 29px;
  line-height: 1.35;
  color: #000;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
  white-space: pre-wrap;
}
@media (max-width: 959px) {
  .c-wifi-sub-hero__eyebrow {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-hero__eyebrow {
    font-size: 20px;
  }
}
.c-wifi-sub-hero__title {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 90px;
  line-height: 1.35;
  color: #000;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
  white-space: nowrap;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-hero__title {
    font-size: 55px;
    white-space: normal;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-hero__title {
    margin-top: 4px;
    font-size: 30px;
    white-space: normal;
  }
}
.c-wifi-sub-hero__cta-box {
  width: 550px;
  height: 150px;
  margin-top: 52px;
  background: #f32e46;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-hero__cta-box {
    width: 100%;
    max-width: 540px;
    height: auto;
    min-height: 150px;
    margin: 24px auto 0 0;
    padding: 18px 16px 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-hero__cta-box {
    display: none;
  }
}
.c-wifi-sub-hero__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-hero__cta-buttons {
    gap: 12px;
  }
}
.c-wifi-sub-hero__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 76px;
  min-height: 76px;
  min-width: 0;
  padding: 0;
  background: #fff;
  color: #f32e46;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-wifi-sub-hero__cta-btn:hover, .c-wifi-sub-hero__cta-btn:focus-visible {
  background: #f7f7f7;
  color: #ff0026;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-hero__cta-btn {
    flex: 1 1 calc(50% - 6px);
    width: calc(50% - 6px);
    max-width: 225px;
    height: 76px;
    min-height: 76px;
    font-size: 20px;
  }
}

.c-wifi-sub-issues {
  position: relative;
  background: #454545;
  color: #fff;
  padding: 57px 0 80px;
}
@media (max-width: 959px) {
  .c-wifi-sub-issues {
    padding: 48px 0 64px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-issues {
    padding: 40px 0 56px;
  }
}
.c-wifi-sub-issues__arrow-down {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 60px;
  pointer-events: none;
  z-index: 2;
}
.c-wifi-sub-issues__arrow-down img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .c-wifi-sub-issues__arrow-down {
    width: 120px;
    height: 38px;
    bottom: -38px;
  }
}
.c-wifi-sub-issues__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-issues__inner {
    padding: 0 24px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-issues__inner {
    padding: 0 20px;
  }
}
.c-wifi-sub-issues__intro-block {
  margin: 0 auto 28px;
  max-width: 900px;
}
@media (max-width: 959px) {
  .c-wifi-sub-issues__intro-block {
    margin-bottom: 24px;
  }
}
.c-wifi-sub-issues__intro-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 599px) {
  .c-wifi-sub-issues__intro-text {
    font-size: 15px;
    line-height: 27px;
  }
}
.c-wifi-sub-issues__symptoms {
  position: relative;
}
.c-wifi-sub-issues__heading {
  margin: 0 auto 12px;
  max-width: 980px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-issues__heading {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-issues__heading {
    font-size: 20px;
  }
}
.c-wifi-sub-issues__lead {
  margin: 0 auto 40px;
  max-width: 900px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  text-align: left;
}
@media (max-width: 959px) {
  .c-wifi-sub-issues__lead {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-issues__lead {
    font-size: 15px;
    line-height: 27px;
  }
}
.c-wifi-sub-issues__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 350px);
  justify-content: center;
  column-gap: 70px;
  row-gap: 40px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-issues__list {
    grid-template-columns: repeat(2, 350px);
    column-gap: 40px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-issues__list {
    grid-template-columns: minmax(0, 350px);
    justify-content: center;
    column-gap: 0;
    row-gap: 40px;
  }
}
.c-wifi-sub-issues__item {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-issues__item:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.c-wifi-sub-issues__img {
  width: 300px;
  max-width: 100%;
  height: 200px;
  margin: 0 auto 16px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 16px;
}
.c-wifi-sub-issues__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.c-wifi-sub-issues__title {
  margin: 0 0 16px;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.35;
  color: #fff;
  text-align: left;
}
@media (max-width: 959px) {
  .c-wifi-sub-issues__title {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-issues__title {
    font-size: 20px;
  }
}
.c-wifi-sub-issues__desc {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}
@media (max-width: 599px) {
  .c-wifi-sub-issues__desc {
    font-size: 18px;
  }
}

.c-wifi-sub-causes-block {
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #fff;
  background-image: url("/netrend/wifi/guide/assets/img/pages/top/cause_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: #000;
  padding: 120px 0 40px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-causes-block {
    padding: 64px 0 20px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-causes-block {
    background-image: url("/netrend/wifi/guide/assets/img/pages/top/cause_bg_sp.png");
    background-position: center top;
    background-size: 100% auto;
    padding: 48px 0 16px;
  }
}
.c-wifi-sub-causes-block__inner {
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 599px) {
  .c-wifi-sub-causes-block__inner {
    padding: 0 22px;
  }
}

.c-wifi-sub-why {
  margin-bottom: 100px;
}
@media (max-width: 959px) {
  .c-wifi-sub-why {
    margin-bottom: 48px;
  }
}
.c-wifi-sub-causes-block .c-wifi-sub-why:last-child {
  margin-bottom: 0;
}
.c-wifi-sub-why__heading {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  color: #f22d41;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-why__heading {
    font-size: 20px;
    text-align: left;
  }
}
.c-wifi-sub-why__intro {
  margin: 0 auto 80px;
  max-width: 800px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-why__intro {
    max-width: 100%;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 27px;
    text-align: left;
  }
}
.c-wifi-sub-why__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 300px);
  justify-content: center;
  align-items: stretch;
  column-gap: 12px;
  row-gap: 40px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-why__list {
    grid-template-columns: repeat(2, 300px);
    column-gap: 40px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-why__list {
    grid-template-columns: minmax(0, 300px);
    justify-content: center;
    align-items: start;
    column-gap: 0;
  }
}
.c-wifi-sub-why__list--2col {
  grid-template-columns: repeat(2, minmax(0, 610px));
  column-gap: 20px;
  align-items: start;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-why__list--2col {
    grid-template-columns: minmax(0, 610px);
    column-gap: 0;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-why__list--2col {
    grid-template-columns: minmax(0, 100%);
    column-gap: 0;
  }
}
.c-wifi-sub-why__list--3col {
  grid-template-columns: repeat(3, minmax(0, 400px));
  column-gap: 20px;
  align-items: start;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-why__list--3col {
    grid-template-columns: repeat(2, minmax(0, 400px));
    column-gap: 20px;
  }
  .c-wifi-sub-why__list--3col .c-wifi-sub-why__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
    width: min(400px, (100% - 20px) / 2);
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-why__list--3col {
    grid-template-columns: minmax(0, 100%);
    column-gap: 0;
  }
}
.c-wifi-sub-why__item {
  position: relative;
  padding-top: 25px;
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 599px) {
  .c-wifi-sub-why__item {
    display: block;
    height: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-why__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.c-wifi-sub-why__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 300px;
  height: 100%;
  min-height: 288px;
  margin: 0 auto;
  padding: 36px 10px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-why__card {
    display: block;
    flex: none;
    height: auto;
    min-height: 0;
  }
}
.c-wifi-sub-why__list--2col .c-wifi-sub-why__card {
  max-width: 100%;
  min-height: 0;
  padding: 48px 20px 32px;
  text-align: left;
}
.c-wifi-sub-why__list--3col .c-wifi-sub-why__card {
  max-width: 100%;
  min-height: 0;
  padding: 48px 20px 24px;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-why__list--3col .c-wifi-sub-why__card {
    padding: 48px 16px 24px;
  }
}
.c-wifi-sub-why__tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  height: 50px;
  margin: 0;
  background: #454545;
  border-radius: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
}
.c-wifi-sub-why__title {
  flex-shrink: 0;
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.35;
  color: #f32e46;
}
.c-wifi-sub-why__img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 113px;
  margin: 0 auto 20px;
}
@media (max-width: 599px) {
  .c-wifi-sub-why__img {
    display: block;
    height: auto;
  }
}
.c-wifi-sub-why__img img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 113px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-why__img img {
    height: auto;
    max-height: 113px;
  }
}
.c-wifi-sub-why__list--2col .c-wifi-sub-why__img {
  height: 167px;
}
.c-wifi-sub-why__list--2col .c-wifi-sub-why__img img {
  height: 167px;
}
@media (max-width: 599px) {
  .c-wifi-sub-why__list--2col .c-wifi-sub-why__img img {
    height: auto;
    max-height: 167px;
  }
}
.c-wifi-sub-why__list--3col .c-wifi-sub-why__img {
  height: auto;
}
.c-wifi-sub-why__list--3col .c-wifi-sub-why__img img {
  max-width: 80%;
  height: auto;
}
.c-wifi-sub-why__desc {
  margin: 0;
  margin-top: auto;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-why__desc {
    margin-top: 0;
  }
}
.c-wifi-sub-why__list--3col .c-wifi-sub-why__desc {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.7;
}
.c-wifi-sub-why__subtitle {
  flex-shrink: 0;
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  color: #f32e46;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-why__subtitle {
    font-size: 18px;
  }
}
.c-wifi-sub-why__lead {
  flex-shrink: 0;
  margin: 0 0 16px;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  text-align: left;
}
.c-wifi-sub-why__points {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-wifi-sub-why__point {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-wifi-sub-why__point-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
}
.c-wifi-sub-why__point-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}

.c-wifi-sub-knowledge__heading {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  color: #f22d41;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-knowledge__heading {
    font-size: 20px;
    text-align: center;
  }
}
.c-wifi-sub-knowledge__lead {
  margin: 0 auto 16px;
  max-width: 800px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-knowledge__lead {
    max-width: 350px;
    line-height: 30px;
    text-align: left;
  }
}
.c-wifi-sub-knowledge__text {
  margin: 0 auto 48px;
  max-width: 800px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-knowledge__text {
    max-width: 100%;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 27px;
    text-align: left;
  }
}

.c-wifi-sub-factors {
  position: relative;
  width: 100%;
  padding: 0px 0 100px;
  background-color: #fff;
  background-image: url("/netrend/wifi/guide/assets/img/pages/top/roadmap_bg.png");
  background-repeat: no-repeat;
  background-position: right 200px;
  background-size: auto;
  overflow: hidden;
}
@media (max-width: 959px) {
  .c-wifi-sub-factors {
    padding: 0 0 80px;
    background-image: url("/netrend/wifi/guide/assets/img/pages/top/roadmap_bg_sp.png");
    background-position: right bottom;
    background-size: 100% auto;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-factors {
    padding: 0px 0 64px;
  }
}
.c-wifi-sub-factors__inner {
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 599px) {
  .c-wifi-sub-factors__inner {
    padding: 0 22px;
  }
}
.c-wifi-sub-factors__heading {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  color: #f22d41;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-factors__heading {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
  }
}
.c-wifi-sub-factors__lead {
  margin: 0 auto 16px;
  max-width: 800px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-factors__lead {
    max-width: 350px;
    line-height: 30px;
    text-align: left;
  }
}
.c-wifi-sub-factors__text {
  margin: 0 auto 48px;
  max-width: 800px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-factors__text {
    max-width: 350px;
    margin-bottom: 32px;
    line-height: 30px;
    text-align: left;
  }
}
.c-wifi-sub-factors__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 300px);
  justify-content: center;
  align-items: stretch;
  column-gap: 12px;
  row-gap: 20px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-factors__grid {
    grid-template-columns: repeat(2, 300px);
    column-gap: 40px;
    row-gap: 20px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-factors__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 15px;
    max-width: 360px;
    margin: 0 auto;
  }
}
.c-wifi-sub-factors__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  list-style: none;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-factors__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.c-wifi-sub-factors__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 300px;
  min-height: 300px;
  height: 100%;
  margin: 0 auto;
  padding: 24px 10px 20px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-factors__card {
    max-width: none;
    min-height: 175px;
    padding: 16px 8px 12px;
    border-radius: 6px;
  }
}
.c-wifi-sub-factors__img {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 599px) {
  .c-wifi-sub-factors__img {
    flex: 0 0 115px;
    height: 115px;
  }
}
.c-wifi-sub-factors__img img {
  display: block;
  width: 220px;
  height: 180px;
  max-width: none;
}
@media (max-width: 599px) {
  .c-wifi-sub-factors__img img {
    width: 140px;
    height: 115px;
  }
}
.c-wifi-sub-factors__title {
  flex-shrink: 0;
  margin: auto 0 0;
  padding-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #000;
}
@media (max-width: 599px) {
  .c-wifi-sub-factors__title {
    margin-top: 8px;
    font-size: 12px;
  }
}

.c-wifi-sub-health-check {
  position: relative;
  width: 100%;
  padding: 80px 0 80px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 959px) {
  .c-wifi-sub-health-check {
    padding: 64px 0 80px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check {
    padding: 64px 0 64px;
  }
}
.c-wifi-sub-health-check__bg {
  position: absolute;
  inset: 0;
  background-image: url("/netrend/wifi/guide/assets/img/common/health-check/health_check_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 959px) {
  .c-wifi-sub-health-check__bg {
    background-image: url("/netrend/wifi/guide/assets/img/common/health-check/health_check_bg_sp.png");
    background-position: right top;
    background-size: 100% auto;
  }
}
.c-wifi-sub-health-check__inner {
  position: relative;
  z-index: 1;
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__inner {
    padding: 0 22px;
  }
}
.c-wifi-sub-health-check__header {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__header {
    margin-bottom: 32px;
  }
}
.c-wifi-sub-health-check__eyebrow {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.35;
  color: #f22d41;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__eyebrow {
    font-size: 18px;
  }
}
.c-wifi-sub-health-check__title {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  color: #f22d41;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__title {
    font-size: 24px;
  }
}
.c-wifi-sub-health-check__intro {
  margin: 0 auto;
  max-width: 900px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__intro {
    max-width: 350px;
    line-height: 23px;
    text-align: left;
  }
}
.c-wifi-sub-health-check__intro-body {
  margin: 16px auto 0;
  max-width: 900px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: left;
}
.c-wifi-sub-health-check__intro-left {
  max-width: 740px;
  margin: 0 auto 24px;
}
.c-wifi-sub-health-check__intro-left p {
  margin: 0 0 0;
  line-height: 25px;
}
.c-wifi-sub-health-check__intro-left p + p {
  margin-top: 0;
}
.c-wifi-sub-health-check__intro-left p:empty {
  margin-top: 1em;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__intro-left {
    max-width: 100%;
  }
}
.c-wifi-sub-health-check__intro-box {
  margin: 0 auto 24px;
  padding: 16px 28px;
  background: #fff;
  border: 1px solid #f32e46;
  border-radius: 10px;
}
.c-wifi-sub-health-check__intro-box ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 1.4em;
}
.c-wifi-sub-health-check__intro-box li {
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  color: #000;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__intro-box li {
    font-size: 14px;
    line-height: 28px;
  }
}
.c-wifi-sub-health-check__intro-center {
  text-align: center;
}
.c-wifi-sub-health-check__intro-center p {
  margin: 0;
  line-height: 25px;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__intro-center {
    text-align: left;
  }
}
.c-wifi-sub-health-check__subheader {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__subheader {
    margin-bottom: 32px;
  }
}
.c-wifi-sub-health-check__subheader .c-wifi-sub-health-check__title {
  margin-top: 0;
}
.c-wifi-sub-health-check__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 610px);
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-health-check__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__cards {
    grid-template-columns: minmax(0, 352px);
    justify-content: center;
    row-gap: 15px;
  }
}
@media (min-width: 600px) {
  .c-wifi-sub-health-check__cards:not(.c-wifi-sub-health-check__cards--3col) {
    grid-template-rows: auto auto 1fr;
  }
  .c-wifi-sub-health-check__cards:not(.c-wifi-sub-health-check__cards--3col) .c-wifi-sub-health-check__item {
    grid-row: span 3;
    display: grid;
    grid-template-rows: subgrid;
    min-height: 544px;
    padding: 36px 30px 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  .c-wifi-sub-health-check__cards:not(.c-wifi-sub-health-check__cards--3col) .c-wifi-sub-health-check__card {
    display: contents;
    min-height: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
.c-wifi-sub-health-check__cards--3col {
  grid-template-columns: repeat(3, 400px);
}
@media (min-width: 960px) {
  .c-wifi-sub-health-check__cards--3col {
    grid-template-rows: auto auto auto 1fr;
  }
  .c-wifi-sub-health-check__cards--3col .c-wifi-sub-health-check__item {
    grid-row: span 4;
    display: grid;
    grid-template-rows: subgrid;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 36px 30px 40px;
  }
  .c-wifi-sub-health-check__cards--3col .c-wifi-sub-health-check__card {
    display: contents;
  }
}
@media (max-width: 959px) {
  .c-wifi-sub-health-check__cards--3col {
    grid-template-columns: minmax(0, 610px);
    justify-content: center;
    row-gap: 15px;
  }
}
.c-wifi-sub-health-check__cards--3col .c-wifi-sub-health-check__card-title {
  font-size: 24px;
}
@media (max-width: 959px) {
  .c-wifi-sub-health-check__cards--3col .c-wifi-sub-health-check__card-title {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__cards--3col .c-wifi-sub-health-check__card-title {
    font-size: 18px;
  }
}
.c-wifi-sub-health-check__item {
  list-style: none;
}
.c-wifi-sub-health-check__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 544px;
  padding: 36px 30px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 959px) {
  .c-wifi-sub-health-check__card {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__card {
    min-height: auto;
    padding: 20px 20px 28px;
  }
}
.c-wifi-sub-health-check__img {
  flex: 0 0 269px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 269px;
  margin: 0 auto 24px;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__img {
    flex: 0 0 160px;
    height: 160px;
    margin-bottom: 16px;
  }
}
.c-wifi-sub-health-check__img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 269px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__img img {
    height: 160px;
  }
}
.c-wifi-sub-health-check__card-title {
  /*
  margin: 0 0 16px;
  */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.35;
  color: #000;
  text-align: left;
}
@media (max-width: 959px) {
  .c-wifi-sub-health-check__card-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__card-title {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.c-wifi-sub-health-check__card-text {
  /*
  margin: auto 0 0;
  */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__card-text {
    line-height: 23px;
  }
}
.c-wifi-sub-health-check__card-lead {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__card-lead {
    font-size: 16px;
  }
}
.c-wifi-sub-health-check__card-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-wifi-sub-health-check__card-point {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-wifi-sub-health-check__card-point-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #000;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__card-point-label {
    font-size: 16px;
  }
}
.c-wifi-sub-health-check__card-point-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
@media (max-width: 599px) {
  .c-wifi-sub-health-check__card-point-desc {
    font-size: 14px;
  }
}

.c-wifi-sub-approach {
  position: relative;
  width: 100%;
  padding: 80px 0 100px;
  overflow: hidden;
}
@media (max-width: 959px) {
  .c-wifi-sub-approach {
    padding: 64px 0 80px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-approach {
    padding: 48px 0 64px;
  }
}
.c-wifi-sub-approach__bg {
  position: absolute;
  inset: 0;
  background-color: #454545;
  background-image: url("/netrend/wifi/guide/assets/img/common/approach/approach_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 959px) {
  .c-wifi-sub-approach__bg {
    background-image: none;
  }
}
.c-wifi-sub-approach__inner {
  position: relative;
  z-index: 1;
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__inner {
    padding: 0 22px;
  }
}
.c-wifi-sub-approach__heading {
  margin: 0 0 56px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-approach__heading {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__heading {
    margin-bottom: 32px;
    font-size: 24px;
    text-align: left;
  }
}
.c-wifi-sub-approach__block {
  margin-bottom: 100px;
}
.c-wifi-sub-approach__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__block {
    margin-bottom: 56px;
  }
}
.c-wifi-sub-approach__block-head {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__block-head {
    margin-bottom: 20px;
  }
}
.c-wifi-sub-approach__block-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 113px;
  height: 48px;
  margin: 0 auto 16px;
  padding: 0 16px;
  background: #41c7c5;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__block-tag {
    min-width: 90px;
    height: 38px;
    font-size: 16px;
  }
}
.c-wifi-sub-approach__block-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.c-wifi-sub-approach__block-title-line {
  display: block;
}
.c-wifi-sub-approach__block-title-line--white {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__block-title-line--white {
    font-size: 18px;
  }
}
.c-wifi-sub-approach__block-title-line--accent {
  font-size: 33px;
  color: #41c7c5;
}
@media (max-width: 959px) {
  .c-wifi-sub-approach__block-title-line--accent {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__block-title-line--accent {
    font-size: 22px;
  }
}
.c-wifi-sub-approach__block-text {
  margin: 0 auto 32px;
  max-width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  text-align: left;
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__block-text {
    max-width: 350px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
  }
}
.c-wifi-sub-approach__block-footer {
  margin: 40px auto 0;
  max-width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
.c-wifi-sub-approach__block-footer strong {
  font-weight: 700;
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__block-footer {
    margin-top: 28px;
    max-width: 350px;
    font-size: 18px;
    line-height: 1.45;
    text-align: left;
  }
}
.c-wifi-sub-approach__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 400px);
  align-items: stretch;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-approach__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__cards {
    grid-template-columns: minmax(0, 350px);
    align-items: start;
    justify-content: center;
  }
}
.c-wifi-sub-approach__item {
  display: flex;
  align-self: stretch;
  min-width: 0;
}
@media (max-width: 959px) {
  .c-wifi-sub-approach__item {
    display: block;
    height: auto;
  }
}
.c-wifi-sub-approach__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 28px 24px 24px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 959px) {
  .c-wifi-sub-approach__card {
    flex: none;
    min-height: 100%;
    height: auto;
    padding: 24px 16px 20px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__card {
    padding: 24px 20px 20px;
  }
}
.c-wifi-sub-approach__card-img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 203px;
  margin: 0 0 16px;
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__card-img {
    height: 180px;
  }
}
.c-wifi-sub-approach__card-img img {
  display: block;
  max-width: 100%;
  max-height: 203px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__card-img img {
    max-height: 180px;
  }
}
.c-wifi-sub-approach__card-title {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #f32e46;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-approach__card-title {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-approach__card-title {
    font-size: 20px;
  }
}
.c-wifi-sub-approach__card-desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: start;
}

@media (min-width: 960px) {
  .c-wifi-sub-mid-cta + .c-wifi-sub-cases .c-wifi-sub-cases__inner {
    padding-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .c-wifi-sub-mid-cta + .c-wifi-sub-cases .c-wifi-sub-cases__inner {
    padding-top: 0;
  }
}

.c-wifi-sub-cases {
  background: #fff;
}
.c-wifi-sub-cases__inner {
  width: 100%;
  max-width: 1406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 959px) {
  .c-wifi-sub-cases__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-cases__inner {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.c-wifi-sub-cases__heading {
  margin: 0 0 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.35;
  color: #000;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-cases__heading {
    font-size: 28px;
    margin-bottom: 36px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-cases__heading {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.c-wifi-sub-cases__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 400px);
  justify-content: center;
  gap: 20px;
}
@media (max-width: 959px) {
  .c-wifi-sub-cases__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-cases__list {
    display: none;
  }
}
.c-wifi-sub-cases__item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.c-wifi-sub-cases__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.c-wifi-sub-cases__link:hover, .c-wifi-sub-cases__link:focus-visible {
  opacity: 0.82;
}
.c-wifi-sub-cases__logo {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 35px 0;
  flex-shrink: 0;
}
.c-wifi-sub-cases__logo img {
  display: block;
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-cases__logo {
    height: 180px;
    padding: 20px 28px 0;
  }
}
.c-wifi-sub-cases__desc {
  margin: 0;
  padding: 8px 25px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}
@media (max-width: 959px) {
  .c-wifi-sub-cases__desc {
    font-size: 16px;
    padding: 8px 20px 6px;
  }
}
.c-wifi-sub-cases__client {
  margin: 0;
  padding: 8px 25px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: #ee3347;
}
@media (max-width: 959px) {
  .c-wifi-sub-cases__client {
    padding: 6px 20px 16px;
  }
}
.c-wifi-sub-cases__marquee {
  display: none;
}
@media (max-width: 599px) {
  .c-wifi-sub-cases__marquee {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 48px;
  }
}
.c-wifi-sub-cases__marquee-track {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: max-content;
  animation: wifi-cases-marquee 22s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .c-wifi-sub-cases__marquee-track {
    animation: none;
  }
}
.c-wifi-sub-cases__marquee-row {
  display: flex;
}
.c-wifi-sub-cases__marquee-card {
  width: 250px;
  margin-right: 12px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.c-wifi-sub-cases__marquee-card .c-wifi-sub-cases__logo {
  height: 150px;
  padding: 18px 24px 0;
}
.c-wifi-sub-cases__marquee-card .c-wifi-sub-cases__desc {
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 18px 6px;
}
.c-wifi-sub-cases__marquee-card .c-wifi-sub-cases__client {
  font-size: 13px;
  padding: 6px 18px 14px;
}

@keyframes wifi-cases-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-wifi-sub-articles {
  background: transparent;
}
.c-wifi-sub-articles__inner {
  width: 100%;
  max-width: 1406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__inner {
    padding-top: 0px;
    padding-bottom: 64px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__inner {
    padding-top: 0px;
    padding-bottom: 64px;
  }
}
.c-wifi-sub-articles__heading {
  margin: 0 0 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.35;
  color: #000;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__heading {
    font-size: 28px;
    margin-bottom: 36px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__heading {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.c-wifi-sub-articles__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 400px);
  justify-content: center;
  gap: 20px;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.c-wifi-sub-articles__item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.c-wifi-sub-articles__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.c-wifi-sub-articles__link:hover {
  opacity: 0.82;
}
.c-wifi-sub-articles__thumb {
  width: 100%;
  height: 215px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e8e8e8;
}
.c-wifi-sub-articles__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-wifi-sub-articles__thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-wifi-sub-articles__thumb--placeholder::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ccc;
  opacity: 0.4;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__thumb {
    height: 190px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__thumb {
    height: 188px;
  }
}
.c-wifi-sub-articles__title {
  margin: 0;
  padding: 24px 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__title {
    font-size: 17px;
    padding: 20px 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__title {
    font-size: 14px;
    line-height: 1.5;
    padding: 18px 20px;
  }
}
.c-wifi-sub-articles__challenges {
  margin: 40px auto 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1240px;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__challenges {
    gap: 24px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__challenges {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }
}
.c-wifi-sub-articles__challenge-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 31px 28px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #000;
  transition: opacity 0.2s;
}
.c-wifi-sub-articles__challenge-card:hover {
  opacity: 0.82;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__challenge-card {
    padding: 24px 24px 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__challenge-card {
    padding: 24px 20px 20px;
  }
}
.c-wifi-sub-articles__challenge-head {
  text-align: center;
  width: 100%;
}
.c-wifi-sub-articles__challenge-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: #000;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__challenge-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__challenge-title {
    font-size: 22px;
  }
}
.c-wifi-sub-articles__challenge-subtitle {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__challenge-subtitle {
    font-size: 17px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__challenge-subtitle {
    font-size: 15px;
  }
}
.c-wifi-sub-articles__challenge-img {
  margin: 20px 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}
.c-wifi-sub-articles__challenge-img img {
  display: block;
  width: auto;
  max-height: 210px;
  height: auto;
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__challenge-img {
    min-height: 110px;
  }
  .c-wifi-sub-articles__challenge-img img {
    max-height: 160px;
  }
}
.c-wifi-sub-articles__challenge-desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  align-self: stretch;
  flex: 1;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__challenge-desc {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__challenge-desc {
    font-size: 14px;
  }
}
.c-wifi-sub-articles__challenge-link {
  margin-top: 16px;
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #f32e46;
}
.c-wifi-sub-articles__challenge-link::after {
  content: "›";
  font-size: 1.2em;
  line-height: 1;
}
@media (max-width: 959px) {
  .c-wifi-sub-articles__challenge-link {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-articles__challenge-link {
    font-size: 17px;
  }
}

.c-wifi-sub-steps {
  background: #fff;
}
.c-wifi-sub-steps__inner {
  width: 100%;
  max-width: 1406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 80px;
}
@media (max-width: 959px) {
  .c-wifi-sub-steps__inner {
    padding-top: 0px;
    padding-bottom: 56px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-steps__inner {
    padding-top: 0px;
    padding-bottom: 48px;
  }
}
.c-wifi-sub-steps__heading {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  color: #ff0026;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-steps__heading {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-steps__heading {
    font-size: 24px;
  }
}
.c-wifi-sub-steps__sub {
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.35;
  color: #ff0026;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-steps__sub {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-steps__sub {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.c-wifi-sub-steps__intro {
  max-width: 900px;
  margin: 0 auto 56px;
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
}
@media (max-width: 959px) {
  .c-wifi-sub-steps__intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-steps__intro {
    font-size: 14px;
    text-align: left;
    margin-bottom: 32px;
  }
}
.c-wifi-sub-steps__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  position: relative;
  list-style: none;
  padding: 0;
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .c-wifi-sub-steps__list::after {
    content: "";
    position: absolute;
    top: 119px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #41c7c5;
    pointer-events: none;
    z-index: 2;
  }
}
@media (max-width: 959px) {
  .c-wifi-sub-steps__list {
    grid-template-columns: minmax(0, 340px);
    gap: 0;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-steps__list {
    grid-template-columns: minmax(0, 270px);
  }
}
.c-wifi-sub-steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}
@media (min-width: 960px) {
  .c-wifi-sub-steps__item::after {
    content: "";
    position: absolute;
    top: 114px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #41c7c5;
    border-radius: 50%;
    z-index: 3;
  }
}
@media (max-width: 959px) {
  .c-wifi-sub-steps__item:not(:last-child)::after {
    content: "";
    display: block;
    width: 10px;
    height: 65px;
    background: radial-gradient(circle 5px at 50% 5px, #41c7c5 100%, transparent 100%), linear-gradient(#41c7c5, #41c7c5) 50% 10px/2px calc(100% - 10px) no-repeat;
    margin: -35px auto 0;
  }
}
.c-wifi-sub-steps__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 113px;
  height: 48px;
  padding: 0 16px;
  background: #41c7c5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  white-space: nowrap;
  z-index: 3;
}
.c-wifi-sub-steps__card {
  flex: 1;
  width: 100%;
  background: #525252;
  border-radius: 10px;
  padding: 52px 14px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-height: 200px;
}
@media (max-width: 959px) {
  .c-wifi-sub-steps__card {
    min-height: 230px;
    padding: 52px 20px 28px;
  }
}
.c-wifi-sub-steps__card-title {
  margin: 0 0 20px;
  position: relative;
  z-index: 3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.667;
  color: #fff;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-steps__card-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-steps__card-title {
    text-align: left;
  }
}
.c-wifi-sub-steps__card-desc {
  margin: 0;
  position: relative;
  z-index: 3;
  font-size: 14px;
  line-height: 1.786;
  color: #fff;
  text-align: left;
}

.c-wifi-sub-message {
  background: #fff;
}
.c-wifi-sub-message__inner {
  width: 100%;
  max-width: 1406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 959px) {
  .c-wifi-sub-message__inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-message__inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.c-wifi-sub-message__heading {
  margin: 0 0 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  color: #ff0026;
  text-align: center;
}
@media (max-width: 959px) {
  .c-wifi-sub-message__heading {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
@media (max-width: 599px) {
  .c-wifi-sub-message__heading {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.c-wifi-sub-message__body {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-wifi-sub-message__para {
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
}
.c-wifi-sub-message__para + .c-wifi-sub-message__para {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .c-wifi-sub-message__para {
    font-size: 14px;
  }
}
.c-wifi-sub-message--cta-lead {
  background: transparent;
  padding: 0 16px;
}
.c-wifi-sub-message--cta-lead .c-wifi-sub-message__inner {
  padding: 0;
}
@media (max-width: 599px) {
  .c-wifi-sub-message--cta-lead .c-wifi-sub-message__inner {
    padding: 0 0 24px;
  }
}

/*# sourceMappingURL=style.css.map */
