@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
.pageTop {
  z-index: 99;
}

main {
  padding: 0;
  color: #231F1E;
}

img {
  height: auto;
}

.footer {
  position: relative;
  z-index: 9;
}

.top {
  padding-bottom: 40px;
}
.top p {
  width: min(872px, 100%);
  margin: 0 auto;
}
.top .top-search {
  position: relative;
}
.top .select_box {
  position: relative;
  padding-left: 70px;
  display: inline-block;
}
.top .top-search__content {
  background: #FFFFFF;
  padding: 48px 0 64px;
  width: 100%;
  border-radius: 25px;
  position: relative;
}
.top .top-search__content::after {
  content: "";
  position: absolute;
  background: url("../img/icon-arrow.svg") no-repeat center/cover;
  width: 36px;
  height: 48px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top .top-search__content form {
  text-align: center;
}
.top .top-search__content .search-catch {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.top .top-search__content .select_box .form-select {
  padding: 0 40px 0 30px;
  width: 400px;
  height: 50px;
  color: #A7A7A7;
  background-color: #fff;
  border: 1px solid #231F1E;
  border-radius: 30px;
}
.top .top-search__content .select_box .select-btn {
  cursor: pointer;
  text-indent: -999px;
  position: absolute;
  background: url("../img/sarch.svg") no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.top .top-search__content .select_box::before {
  content: "";
  position: absolute;
  background: url("../img/icon-home.svg") no-repeat;
  background-size: cover;
  width: 53px;
  height: 49px;
  left: 0;
  top: 0;
}

.area {
  line-height: 1.5;
}
.area-btn {
  font-size: 28px;
  color: #fff;
  margin: 48px auto 0;
  text-align: center;
  display: block;
  width: min(656px, 100%);
  position: relative;
  border-radius: 12px;
  background: linear-gradient(90deg, #41B25D 0%, #094 75%);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 29px 0 33px;
  transition: 0.3s all;
}
.area-btn::before, .area-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 80px;
}
.area-btn::before {
  background: url("../img/btn-decoration-left.svg") no-repeat center/cover;
  left: 86px;
}
.area-btn::after {
  background: url("../img/btn-decoration-right.svg") no-repeat center/cover;
  right: 86px;
}
.area-btn:hover {
  opacity: 0.7;
}

.recommend {
  width: min(840px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}
.recommend h2 {
  margin-bottom: 24px;
}
.recommend p {
  text-align: center;
}
.recommend p + p {
  margin-top: 8px;
}
.recommend-lead {
  font-size: 20px;
  font-weight: 500;
}
.recommend-lead span {
  background: linear-gradient(transparent 53%, #FFF300 53%);
  display: inline-block;
}

.cp {
  background: linear-gradient(to bottom, #fff 60px, #FFF300 60px);
  margin-top: 240px;
  padding-bottom: 94px;
}
.cp header, .cp .benefits {
  width: min(1260px, 100%);
  margin: 0 auto;
}
.cp header {
  position: relative;
}
.cp header .cp-header-lead,
.cp header .cp-header-day {
  position: absolute;
}
.cp header .cp-header-lead {
  width: 504px;
  padding: 40px 0 0 177px;
  top: -200px;
  left: 97px;
}
.cp header .cp-header-lead::before {
  content: "";
  position: absolute;
  background: url("../img/zkun-2.svg") no-repeat center top;
  width: 193px;
  height: 200px;
  top: 0;
  left: 0;
}
.cp header .cp-header-day {
  width: 229px;
  height: 229px;
  right: 0;
  top: calc(-90% - 40px);
}
.cp-modalLink {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 4px 39px 4px 24px;
  border-radius: 16px;
  display: block;
  background: #231F1E;
  position: relative;
  width: fit-content;
  margin: 0 0 0 auto;
}
.cp-modalLink::after {
  content: "";
  position: absolute;
  border-left: 11px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.cp .benefits {
  margin-top: 40px;
}
.cp .benefits-card {
  border-radius: 24px;
  background: #FFF;
  display: flex;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.cp .benefits-card-conts {
  text-align: center;
  position: relative;
}
.cp .benefits-card-type01 {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 22px;
}
.cp .benefits-card-type01 h3 {
  margin-right: 43px;
}
.cp .benefits-card-type01 .benefits-label {
  position: absolute;
  top: 0;
  right: 84px;
  top: 50px;
}
.cp .benefits-card-type02 {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 27px;
}
.cp .benefits-card-type02 h3 {
  margin-right: 43px;
}
.cp .benefits-card-type02 .benefits-txt-first {
  margin-bottom: 15px;
}
.cp .benefits-card-type02 .benefits-label {
  width: 100%;
}
.cp .benefits-card-type02 .benefits-mainTxt {
  font-size: 64px;
  letter-spacing: -9.6px;
}
.cp .benefits-card-type02 .benefits-caution {
  margin-top: -7px;
}
.cp .benefits-card-type03 {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 36px;
}
.cp .benefits-card-type03 h3 {
  margin-right: 59px;
}
.cp .benefits-card-type03 .benefits-txt-first {
  margin-bottom: 5px;
}
.cp .benefits-card-type03 .benefits-label {
  width: 160px;
}
.cp .benefits-card-type03 .benefits-mainTxt {
  font-size: 124px;
  line-height: 1;
  margin-top: -30px;
}
.cp .benefits-card-type03 .benefits-mainTxt span {
  font-size: 80px;
  color: #231F1E;
  margin-right: 8px;
}
.cp .benefits-card-type03 .benefits-caution {
  margin-top: 10px;
}
.cp .benefits-card-type04 h3 {
  margin-right: 43px;
}
.cp .benefits-card-type04 .benefits-mainTxt {
  font-size: 124px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.cp .benefits-card-type04 .benefits-mainTxt span {
  font-size: 48px;
  display: inline-block;
  margin-right: 7px;
  color: #231F1E;
}
.cp .benefits-card h3 {
  width: 72px;
  margin-left: 24px;
}
.cp .benefits-mainTxt {
  font-weight: 800;
}
.cp .benefits-txt-first {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.48px;
}
.cp .benefits-txt-first_deco {
  position: relative;
  padding: 0 29px;
  display: inline-block;
}
.cp .benefits-txt-first_deco::before, .cp .benefits-txt-first_deco::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 32px;
  top: 4px;
}
.cp .benefits-txt-first_deco::before {
  background: url("../img/contract-deco-left.svg") no-repeat center/cover;
  left: 0;
}
.cp .benefits-txt-first_deco::after {
  background: url("../img/contract-deco-right.svg") no-repeat center/cover;
  right: 0;
}
.cp .benefits-label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  padding: 5px 0;
  width: 176px;
  border: 1px solid #231F1E;
  border-radius: 18.5px;
  text-align: center;
}
.cp .benefits-mainTxt {
  color: #EF1923;
}
.cp .benefits-waribiki {
  line-height: 1;
  display: flex;
  align-items: center;
}
.cp .benefits-waribiki-num {
  font-size: 156px;
  letter-spacing: -23.4px;
}
.cp .benefits-waribiki-unit {
  font-size: 64px;
  margin-left: 15px;
  margin-bottom: -50px;
}
.cp .benefits-waribiki-label {
  margin-left: 12px;
  width: 72px;
  font-size: 53px;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 9px;
  background: #EF1923;
  line-height: 1.038;
}
.cp .benefits-circle {
  background: #2EA7E0;
  color: #fff;
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: 500;
  width: 94px;
  border-radius: 50%;
  padding: 23px 0;
  position: absolute;
  top: 0;
  left: 5px;
}
.cp .benefits-circle span {
  letter-spacing: 0.36px;
  font-size: 18px;
}
.cp .benefits-caution {
  font-size: 12px;
  text-align: right;
}
.cp-supplement {
  background: #fff;
  padding: 15px 0;
  margin-top: 40px;
  font-size: 14px;
}
.cp-supplement-inner {
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}

.cp-service {
  width: min(1112px, 100%);
  padding: 0 20px;
  margin: 45px auto 0;
}
.cp-service + .cp-service {
  margin-top: 64px;
}
.cp-service-lead {
  position: relative;
  padding: 0 46px;
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto 13px;
  text-align: center;
}
.cp-service-lead::before, .cp-service-lead::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.cp-service-lead::before {
  background: url("../img/lightning-left.svg") no-repeat center/cover;
  left: 0;
}
.cp-service-lead::after {
  background: url("../img/lightning-right.svg") no-repeat center/cover;
  right: 0;
}
.cp-service-heading {
  border-top: 4px solid #231F1E;
  border-right: 4px solid #231F1E;
  border-left: 4px solid #231F1E;
  background: #fff;
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  padding: 19px 0;
  position: relative;
  margin-bottom: 47px;
}
.cp-service-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 184px;
  width: 151px;
  top: 16px;
}
.cp-service section {
  padding: 48px 16px 16px;
  background: hsl(0, 0%, 100%);
}
.cp-service-size ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 72px;
}
.cp-service-size ul li {
  font-size: 80px;
  font-weight: 700;
  position: relative;
}
.cp-service-size ul li span {
  font-size: 56px;
  display: inline-block;
}
.cp-service-size ul li::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #E91A24 0%, #E81923 62.02%, #FFF 100%);
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 5px;
}
.cp-service-support h5 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.cp-service-support h5 span {
  font-size: 40px;
}
.cp-service-support ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 4px;
}
.cp-service-support ul li {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 18px;
  border: 1px solid #231F1E;
  background: #fff;
  display: block;
  text-align: center;
  width: calc(33.3333333333% - 3px);
  align-content: center;
  padding: 1px 0;
}
.cp-service-catch {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5.76px;
  padding: 0 15px 16px;
  width: fit-content;
  margin: 0 auto 32px;
  position: relative;
}
.cp-service-catch::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #5EB7E8 0%, #6ABC7A 50%, #41B25D 100%);
}

.cp-net {
  position: relative;
}
.cp-net::before {
  content: "";
  width: 233px;
  height: 164px;
  position: absolute;
  right: -6.2vw;
  top: -4vw;
  background: url("../img/zkun-3.svg") no-repeat center/cover;
  z-index: 2;
}
.cp-net .cp-service-heading::before {
  height: 111px;
  background: url("../img/icon-net.svg") no-repeat center/cover;
}
.cp-net section p {
  font-size: 20px;
}
.cp-net section h4 {
  color: #EF1923;
  font-size: 72px;
  font-weight: 800;
  text-align: center;
}
.cp-net section h4 span {
  font-size: 56px;
}

.cp-tv .cp-service-heading::before {
  height: 135px;
  background: url("../img/icon-tv.svg") no-repeat center/cover;
  top: -10px;
}
.cp-tv section h4 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 16px;
}
.cp-tv section h4 span {
  font-size: 32px;
  font-weight: 600;
  color: #41B25D;
  display: block;
}
.cp-tv-watch {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
.cp-tv-watch p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}
.cp-tv-watch li:nth-child(1) p {
  font-size: 24px;
}
.cp-tv-watch li:nth-child(n+2) {
  padding-top: 23px;
}
.cp-tv-information {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.cp-tv-information p {
  font-size: 24px;
  line-height: 1;
}
.cp-tv-information p strong {
  font-size: 48px;
  font-weight: 600;
  margin: 10px 0 15px;
  display: inline-block;
}
.cp-tv-information p strong span {
  font-size: 32px;
  font-weight: 500;
}
.cp-tv-information ul li {
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(90deg, #5EB7E8 0%, #6ABC7A 50%, #41B25D 100%);
  padding: 4px 0;
  width: 160px;
  color: #fff;
  text-align: center;
}
.cp-tv-information ul li + li {
  margin-top: 8px;
}

.cp-stb dl dt {
  font-size: 30px;
  font-weight: 700;
  margin: 8px 0;
}
.cp-stb-label {
  background: #41B25D;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 1px 8px;
  margin-bottom: 8px;
}
.cp-stb-price {
  display: flex;
  font-weight: 500;
}
.cp-stb-price .text1 {
  font-size: 20px;
}
.cp-stb-price .text2 {
  font-size: 24px;
  line-height: 1;
  color: #EF1923;
}
.cp-stb-price .text2 span {
  font-size: 40px;
}
.cp-stb-price .price-right {
  display: flex;
  align-items: end;
  line-height: 1;
  flex: 1;
  margin-left: 10px;
  color: #EF1923;
}
.cp-stb-price .price-right span {
  display: inline-block;
}
.cp-stb-price .price-right .num {
  font-size: 72px;
  font-weight: 600;
}
.cp-stb-price .price-right .unit {
  font-size: 24px;
  flex: 1;
}
.cp-stb-price .price-right .unit span:nth-child(1) {
  font-size: 10px;
}
.cp-stb-price2 {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}
.cp-stb-price2 span {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px;
}
.cp-stb h5 {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 500;
}
.cp-stb .cp-stb-left {
  position: relative;
  height: fit-content;
}
.cp-stb-sup {
  position: absolute;
  width: 94px;
  right: 0;
  bottom: 6px;
}

.cp-stbOtoku {
  margin-top: 0;
  padding-top: 40px;
}
.cp-stbOtoku-row {
  margin-bottom: 16px;
}
.cp-stbOtoku-main h5 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.cp-stbOtoku-text {
  font-size: 24px;
}
.cp-stbOtoku-text strong {
  color: #2EA7E0;
  font-size: 32px;
}
.cp-stbOtoku-text + p {
  margin-top: 16px;
}
.cp-stbOtoku-course dt {
  font-size: 24px;
  font-weight: 500;
  background: #41B25D;
  padding: 6px 24px;
  color: #fff;
}
.cp-stbOtoku-price {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  margin-top: 16px;
}
.cp-stbOtoku-price .text1 {
  font-size: 32px;
  text-align: center;
  padding: 0 29px;
  position: relative;
  letter-spacing: 0.64px;
}
.cp-stbOtoku-price .text1::before, .cp-stbOtoku-price .text1::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 32px;
  top: 8px;
}
.cp-stbOtoku-price .text1::before {
  background: url("../img/contract-deco-left.svg") no-repeat center/cover;
  left: 0;
}
.cp-stbOtoku-price .text1::after {
  background: url("../img/contract-deco-right.svg") no-repeat center/cover;
  right: 0;
}
.cp-stbOtoku-price .text2 {
  font-size: 56px;
  line-height: 1;
  color: #EF1923;
}
.cp-stbOtoku-price .text2 span {
  font-size: 88px;
}
.cp-stbOtoku-price .price-right {
  display: flex;
  align-items: end;
  line-height: 1;
  margin-left: 40px;
  color: #EF1923;
}
.cp-stbOtoku-price .price-right span {
  display: inline-block;
}
.cp-stbOtoku-price .price-right .num {
  font-size: 160px;
  font-weight: 600;
}
.cp-stbOtoku-price .price-right .unit {
  font-size: 56px;
  flex: 1;
}
.cp-stbOtoku-price .price-right .unit span {
  display: block;
}
.cp-stbOtoku-price .price-right .unit span:nth-child(1) {
  font-size: 16px;
}
.cp-stbOtoku-price2 {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}
.cp-stbOtoku-price2 span {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px;
}
.cp-stbOtoku .cp-ribon {
  margin-top: 14px;
}
.cp-stbOtoku .cp-ribon + p {
  margin-top: 8px;
}

.area06 {
  background: #FFF300;
  padding: 40px 0 50px;
}
.area06__content {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 16px;
  padding: 65px 0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.area06__content .area-outside-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 851px) {
  body {
    min-width: 1280px;
  }
  .cp .benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 32px;
  }
  .cp .benefits-card {
    width: calc(50% - 20px);
    margin: 0;
  }
  .cp-net section p {
    text-align: center;
  }
  .cp-net-wifi {
    position: relative;
  }
  .cp-net-wifi h4 {
    line-height: 1;
    margin: 12px 0;
  }
  .cp-net-wifi h4 + p {
    margin-bottom: 16px;
    text-align: left;
  }
  .cp-net-wifi figure {
    width: 144px;
    position: absolute;
    right: 64px;
    bottom: 51px;
  }
  .cp-service .cp-net-wifi {
    padding-left: 176px;
    padding-right: 176px;
  }
  .cp-service .cp-service-caution {
    font-size: 14px;
    text-align: left;
  }
  .cp-service .cp-net-anshin {
    padding-left: 136px;
    padding-right: 136px;
    padding-bottom: 52px;
  }
  .cp-service .cp-net-anshin .cp-service-support {
    padding: 0;
  }
  .cp-service .cp-net-anshin .cp-ribon {
    margin-top: 24px;
  }
  .cp-service-support {
    display: grid;
    align-items: center;
    align-items: baseline;
    grid-template-columns: auto auto;
    grid-template-rows: auto 1fr;
    column-gap: 17px;
  }
  .cp-service-support h5 {
    grid-column: 1/2;
    grid-row: 1/2;
    height: max-content;
  }
  .cp-service-support ul {
    grid-column: 1/2;
    grid-row: 2/3;
    height: max-content;
  }
  .cp-service-support-price {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .cp-service-support-price p {
    width: 246px;
    padding-left: 37px;
    padding-right: 12px;
  }
  .cp-service-support-price p:nth-child(1) {
    position: relative;
    margin-bottom: 5px;
  }
  .cp-service-support-price p:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/speech-line.svg") no-repeat center/cover;
    width: 23px;
    height: 120px;
  }
  .cp-service-support-price p + p {
    padding-left: 22px;
    padding-right: 0;
  }
  .cp-service .cp-stb section {
    display: flex;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .cp-service .cp-stb section + section {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #231F1E;
  }
  .cp-service .cp-stb-left {
    width: 382px;
    margin-right: 30px;
  }
  .cp-service .cp-stb-right {
    flex: 1;
  }
  .cp-service .cp-stbOtoku {
    padding-left: 76px;
    padding-right: 76px;
  }
  .cp-service .cp-stbOtoku-row {
    display: flex;
    justify-content: center;
  }
  .cp-service .cp-stbOtoku-row figure {
    width: 444px;
    margin-right: 32px;
  }
  .cp-service .cp-stbOtoku-main {
    flex: 1;
  }
}
@media screen and (max-width: 850px) {
  .device_smartphone_pc body, .device_pc body {
    min-width: 400px;
  }
  body {
    min-width: 350px;
  }
  .recommend p {
    font-size: 18px;
  }
  .recommend p + p {
    margin-top: 16px;
  }
  .top .top-search__content {
    padding-top: 24px;
  }
  .top .top-search__content .select_box .form-select {
    width: 244px;
    height: 40px;
  }
  .top .top-search__content .search-catch {
    font-size: 16px;
  }
  .top .top-search__content .select_box::before {
    width: 45px;
    height: 41px;
  }
  .top .select_box {
    padding-left: 53px;
  }
  .area {
    overflow: hidden;
  }
  .area-btn {
    margin-top: 32px;
    font-size: 16px;
    padding: 20px 0;
  }
  .area-btn::before, .area-btn::after {
    width: 24px;
    height: 40px;
  }
  .area-btn::before {
    left: 47px;
  }
  .area-btn::after {
    right: 47px;
  }
  .cp {
    background: none;
    margin-top: 145px;
    padding-bottom: 0;
  }
  .cp header {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .cp header .cp-header-lead {
    width: 100%;
    left: 0;
  }
  .cp header .cp-header-day {
    width: 96px;
  }
  .cp header .cp-header-lead {
    top: -104px;
    padding: 19px 0 0 77px;
    width: 261px;
    left: -10px;
  }
  .cp header .cp-header-lead::before {
    width: 101px;
    height: 137px;
    left: 0;
    background-size: cover;
  }
  .cp header h2 {
    position: relative;
    z-index: 2;
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .cp-modalLink {
    font-size: 14px;
    padding: 1px 27px 2px 14px;
    margin-top: 12px;
  }
  .cp-modalLink::after {
    right: 14px;
    border-left: 9px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .cp .benefits {
    padding: 18px 20px 24px;
    background: #FFF300;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .cp .benefits-card {
    width: 100%;
    justify-content: center;
  }
  .cp .benefits-card + .benefits-card {
    margin-top: 16px;
  }
  .cp .benefits-card h3 {
    width: 47px;
    margin: 0;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-card h3 {
    width: 40px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type01 {
    padding: 16px;
    order: 1;
  }
  .cp .benefits-card-type01 .benefits-label {
    right: 40px;
    top: 39px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-card-type01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type02 {
    order: 3;
    padding: 22px 16px 16px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-card-type02 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type02 .benefits-mainTxt {
    font-size: 32px;
    letter-spacing: -4.8px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-card-type02 .benefits-mainTxt {
    font-size: 28px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type02 .benefits-card-conts {
    flex: 1;
    margin-left: 8px;
  }
  .cp .benefits-card-type02 .benefits-txt-first {
    width: fit-content;
    margin-right: 8px;
    margin-left: auto;
    margin-bottom: 9px;
    display: block;
  }
}
@media screen and (max-width: 850px) and (min-width: 420px) {
  .cp .benefits-card-type02 .benefits-txt-first {
    width: fit-content;
    margin: 0 auto 8px;
    transform: translateX(11px);
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type02 .benefits-caution {
    text-align: left;
  }
  .cp .benefits-card-type03 {
    order: 2;
    padding: 16px 16px 10px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-card-type03 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type03 h3 {
    margin-right: 19px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-card-type03 h3 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type03 .benefits-txt-first {
    margin-bottom: 13px;
  }
  .cp .benefits-card-type03 .benefits-label {
    width: fit-content;
    padding: 1px 9px;
  }
}
@media screen and (max-width: 850px) and (max-width: 365px) {
  .cp .benefits-card-type03 .benefits-label {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type03 .benefits-mainTxt {
    font-size: 64px;
    margin-top: -20px;
  }
  .cp .benefits-card-type03 .benefits-mainTxt span {
    font-size: 40px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-card-type03 .benefits-mainTxt {
    font-size: 60px;
  }
  .cp .benefits-card-type03 .benefits-mainTxt span {
    font-size: 36px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 850px) and (max-width: 365px) {
  .cp .benefits-card-type03 .benefits-mainTxt {
    font-size: 56px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type04 {
    order: 4;
    padding: 16px 24px 16px 16px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-card-type04 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type04 h3 {
    margin-right: 27px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-card-type04 h3 {
    margin-right: 12px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-card-type04 .benefits-txt-first {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
  .cp .benefits-card-type04 .benefits-mainTxt {
    display: block;
    font-size: 48px;
  }
  .cp .benefits-card-type04 .benefits-mainTxt span {
    font-size: 24px;
  }
  .cp .benefits-txt-first {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .cp .benefits-txt-first_deco {
    padding: 0 22px;
  }
  .cp .benefits-txt-first_deco::before, .cp .benefits-txt-first_deco::after {
    width: 18px;
    height: 24px;
    top: 2px;
  }
  .cp .benefits-label {
    font-size: 12px;
    width: fit-content;
    padding: 1px 11px;
  }
  .cp .benefits-waribiki-num {
    font-size: 74px;
    letter-spacing: -11.1px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-waribiki-num {
    font-size: 70px;
  }
}
@media screen and (max-width: 850px) and (max-width: 365px) {
  .cp .benefits-waribiki-num {
    font-size: 64px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-waribiki-unit {
    font-size: 32px;
    letter-spacing: -1.28px;
    margin-top: -14px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-waribiki-unit {
    margin-top: -22px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-waribiki-label {
    font-size: 28px;
    width: 36px;
    padding: 4px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-waribiki-label {
    font-size: 22px;
    width: 30px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 850px) {
  .cp .benefits-caution {
    font-size: 10px;
  }
  .cp .benefits-circle {
    font-size: 8px;
    width: 56px;
    padding: 15px 0;
    left: 0;
    top: -5px;
  }
  .cp .benefits-circle span {
    font-size: 10px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp .benefits-circle {
    left: -20px;
    top: -9px;
  }
}
@media screen and (max-width: 850px) {
  .cp-supplement {
    font-size: 12px;
    padding: 0;
    margin-top: 8px;
  }
  .cp-service {
    margin-top: 80px;
    background: #FFF300;
    padding-top: 35px;
  }
  .cp-service + .cp-service {
    margin-top: 0;
    padding-top: 48px;
  }
  .cp-service-lead {
    font-size: 14px;
    padding: 0 23px;
  }
  .cp-service-lead::before, .cp-service-lead::after {
    width: 15px;
    height: 48px;
  }
  .cp-service-heading {
    font-size: 24px;
    padding: 10px 0 10px 40px;
  }
  .cp-service section {
    margin-top: 26px;
    padding: 16px;
  }
  .cp-service section p {
    font-size: 14px;
  }
  .cp-service section h4 {
    font-size: 36px;
  }
  .cp-service section h4 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-service section h4 {
    font-size: 32px;
  }
  .cp-service section h4 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .cp-service-size ul {
    column-gap: 24px;
  }
  .cp-service-size ul li {
    font-size: 40px;
  }
  .cp-service-size ul li span {
    font-size: 24px;
  }
  .cp-service-size ul li::after {
    bottom: 0;
  }
  .cp-service .cp-service-support {
    margin-top: 4px;
    padding: 0;
  }
  .cp-service .cp-service-support ul {
    justify-content: center;
  }
  .cp-service .cp-service-support ul li {
    font-size: 10px;
  }
  .cp-service .cp-service-support-price {
    padding-top: 27px;
    width: 224px;
    margin: 8px auto 18px;
    position: relative;
  }
  .cp-service .cp-service-support-price::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -50px;
    background: url("../img/speech-line.svg") no-repeat center/cover;
    width: 23px;
    height: 120px;
  }
  .cp-service .cp-service-support-price p:nth-child(1) {
    padding: 0 40px;
  }
  .cp-service-catch {
    font-size: 16px;
    letter-spacing: 1.28px;
    padding: 0 0 8px;
    margin-bottom: 20px;
  }
  .cp-service-catch::after {
    height: 8px;
  }
  .cp-net::before {
    width: 147px;
    height: 104px;
    right: -11px;
    top: -74px;
    z-index: -1;
  }
  .cp-net .cp-service-heading::before {
    width: 80px;
    height: 59px;
    left: 8px;
    top: 7px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-net .cp-service-heading::before {
    width: 70px;
    height: 51px;
    left: 6px;
    top: 4px;
  }
}
@media screen and (max-width: 850px) {
  .cp-net .cp-net-wifi {
    padding-right: 12px;
  }
  .cp-net .cp-net-wifi h4 {
    line-height: 1.2;
  }
  .cp-net .cp-net-wifi-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .cp-net .cp-net-wifi-row p {
    flex: 1;
    margin-right: 9px;
  }
  .cp-net .cp-net-wifi-row figure {
    width: 88px;
  }
  .cp-net .cp-net-wifi .cp-service-caution {
    font-size: 12px;
  }
  .cp-tv {
    padding-bottom: 80px;
  }
  .cp-tv .cp-service-heading {
    margin-bottom: 22px;
  }
  .cp-tv .cp-service-heading::before {
    width: 80px;
    height: 71px;
    left: 8px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-tv .cp-service-heading::before {
    width: 70px;
    height: 61px;
  }
}
@media screen and (max-width: 850px) {
  .cp-tv section {
    margin-top: 20px;
  }
  .cp-tv section + section {
    margin-top: 16px;
  }
  .cp-tv section h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-tv section h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .cp-tv section h4 span {
    font-size: 16px;
  }
  .cp-tv section .cp-tv-information {
    display: block;
  }
  .cp-tv section .cp-tv-information p {
    font-size: 16px;
    text-align: center;
  }
  .cp-tv section .cp-tv-information p strong {
    font-size: 32px;
    margin: 0;
    line-height: 1.5;
  }
  .cp-tv section .cp-tv-information p strong span {
    font-size: 18px;
  }
  .cp-tv section .cp-tv-information ul {
    margin-top: 12px;
    display: flex;
    column-gap: 3px;
  }
  .cp-tv section .cp-tv-information ul li {
    font-size: 16px;
    width: fit-content;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-tv section .cp-tv-information ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 850px) {
  .cp-tv section .cp-tv-information ul li + li {
    margin: 0;
  }
  .cp-tv section .cp-tv-information figure {
    margin-top: 4px;
  }
  .cp-tv section .cp-tv-information img {
    width: 100%;
  }
  .cp-tv-watch {
    column-gap: 11px;
  }
  .cp-tv-watch li p {
    font-size: 10px;
  }
  .cp-tv-watch li:nth-child(1) p {
    font-size: 10px;
  }
  .cp-tv-watch li:nth-child(n+2) {
    padding-top: 8px;
  }
  .cp-stb section {
    padding: 0;
    margin: 0;
  }
  .cp-stb section + section {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #231F1E;
  }
  .cp-stb figcaption {
    font-size: 12px;
  }
  .cp-stb h5 {
    font-size: 16px;
  }
  .cp-stb-sup {
    width: 72px;
  }
  .cp-stb-right {
    margin-top: 14px;
  }
  .cp-stb dl {
    margin-top: 14px;
  }
  .cp-stb dl dt {
    margin: 0 0 10px;
    font-size: 24px;
  }
  .cp-stb p + .cp-stb-label {
    margin-top: 4px;
  }
  .cp-stb .cp-stb-label {
    font-size: 20px;
  }
  .cp-stb .cp-stb-price .text1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-stb .cp-stb-price .text1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .cp-stb .cp-stb-price .text2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-stb .cp-stb-price .text2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .cp-stb .cp-stb-price .text2 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-stb .cp-stb-price .text2 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 850px) {
  .cp-stb .cp-stb-price .price-right {
    margin-left: 4px;
    align-items: center;
  }
  .cp-stb .cp-stb-price .price-right .num {
    font-size: 64px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-stb .cp-stb-price .price-right .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 850px) {
  .cp-stb .cp-stb-price .price-right .unit {
    margin-top: 24px;
    line-height: 1;
  }
  .cp-stb .cp-stb-price .price-right .unit span {
    display: block;
    font-size: 18px;
  }
  .cp-stb .cp-stb-price .price-right .unit span:nth-child(1) {
    font-size: 8px;
  }
  .cp-stb .cp-stb-price2 {
    font-size: 12px;
  }
  .cp-stb .cp-stb-price2 span {
    font-size: 20px;
  }
  .cp-stb + .cp-stbOtoku {
    margin-top: 0;
  }
  .cp-stbOtoku-main {
    margin-top: 8px;
  }
  .cp-stbOtoku-main h5 {
    font-size: 20px;
  }
  .cp-stbOtoku .cp-stbOtoku-text {
    font-size: 18px;
  }
  .cp-stbOtoku .cp-stbOtoku-text strong {
    font-size: 24px;
  }
  .cp-stbOtoku .cp-stbOtoku-course dt {
    font-size: 20px;
    padding: 1px 8px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-stbOtoku .cp-stbOtoku-course dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .cp-stbOtoku .cp-stbOtoku-price {
    justify-content: center;
    margin-top: 10px;
  }
  .cp-stbOtoku .cp-stbOtoku-price .text1 {
    font-size: 18px;
    letter-spacing: 0.36px;
    padding: 0 22px;
  }
  .cp-stbOtoku .cp-stbOtoku-price .text1::before, .cp-stbOtoku .cp-stbOtoku-price .text1::after {
    width: 18px;
    height: 24px;
    top: 0;
  }
  .cp-stbOtoku .cp-stbOtoku-price .text2 {
    font-size: 20px;
  }
  .cp-stbOtoku .cp-stbOtoku-price .text2 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-stbOtoku .cp-stbOtoku-price .text2 {
    font-size: 16px;
  }
  .cp-stbOtoku .cp-stbOtoku-price .text2 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 850px) {
  .cp-stbOtoku .cp-stbOtoku-price .price-left {
    display: flex;
    align-items: end;
  }
  .cp-stbOtoku .cp-stbOtoku-price .price-right {
    margin-left: 2px;
  }
  .cp-stbOtoku .cp-stbOtoku-price .price-right .num {
    font-size: 62px;
  }
}
@media screen and (max-width: 850px) and (max-width: 389px) {
  .cp-stbOtoku .cp-stbOtoku-price .price-right .num {
    font-size: 56px;
  }
}
@media screen and (max-width: 850px) {
  .cp-stbOtoku .cp-stbOtoku-price .price-right .unit span {
    font-size: 20px;
  }
  .cp-stbOtoku .cp-stbOtoku-price .price-right .unit span:nth-child(1) {
    font-size: 8px;
  }
  .cp-stbOtoku .cp-stbOtoku-price2 {
    font-size: 12px;
  }
  .cp-stbOtoku .cp-stbOtoku-price2 span {
    font-size: 20px;
  }
  .area06 {
    padding: 20px;
  }
  .area06__content {
    padding: 35px 0;
  }
  .area06__content .area-outside-text {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.modal.is-active {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 90%;
  max-height: 90%;
  box-sizing: border-box;
}

.modal__content img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  height: auto;
}

.modal__close {
  position: absolute;
  top: -18px;
  right: -13px;
  border: none;
  background: transparent;
  font-size: 18px;
  width: 32px;
  padding: 1px 0 5px;
  border-radius: 32px;
  background: #EAEAEA;
  cursor: pointer;
}

@media screen and (max-width: 850px) {
  .modal__content {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}