@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin font------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Black.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../font/ZenKakuGothicNew-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../font/ZenKakuGothicNew-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../font/ZenKakuGothicNew-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../font/CormorantGaramond-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../font/BarlowCondensed-ExtraBold.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../font/BarlowCondensed-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../font/BarlowCondensed-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

/*------------------------------mixin flex------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 0.661vw;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.56vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #222;
  line-height: 1.6;
  counter-reset: benefit_number;
}

main h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  font-size: 6.4rem;
}
@media only screen and (max-width: 768px) {
  main h2 {
    font-size: 3rem;
  }
}

picture {
  display: block;
}

img {
  width: 100%;
}

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

main {
  flex: 1;
  width: 100%;
  background: #EAF0F5;
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.bold {
  font-weight: 700;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.zenkaku-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.blue {
  color: #439CF0;
}

.orange {
  color: #FD9214;
}

.yellow {
  color: #FDCA14;
}

.strong {
  font-weight: 600;
}

.box {
  display: none;
}

.number {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.accordion.detail {
  font-weight: 700;
  padding: 0.4em 0;
  text-align: center;
  color: #fff;
  width: 100%;
  background: #222;
  border-radius: 0.2rem;
  cursor: pointer;
  position: relative;
}
.accordion.detail::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .accordion.detail::after {
    right: 1em;
  }
}
.accordion.detail.close::after {
  background: url("../img/minus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* -------------------------- ▼cvボタン▼ -------------------------- */
.cv_wrap {
  text-align: center;
}
.cv_wrap--copy--inline {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cv_wrap--copy--inline {
    font-size: 1.5rem;
  }
}
.cv_wrap--copy--inline::before, .cv_wrap--copy--inline::after {
  content: "";
  width: 0.2rem;
  height: 3rem;
  background: #222;
  position: absolute;
  top: 50%;
  transform: rotate(-26deg) translateY(-44%);
}
@media only screen and (max-width: 768px) {
  .cv_wrap--copy--inline::before, .cv_wrap--copy--inline::after {
    width: 0.1rem;
    height: 1.4rem;
  }
}
.cv_wrap--copy--inline::before {
  left: -1.5rem;
}
@media only screen and (max-width: 768px) {
  .cv_wrap--copy--inline::before {
    left: -0.7rem;
  }
}
.cv_wrap--copy--inline::after {
  right: -1.2rem;
  transform: rotate(26deg) translateY(-36%);
}
@media only screen and (max-width: 768px) {
  .cv_wrap--copy--inline::after {
    right: -0.7rem;
  }
}
.cv_wrap--copy + .cv-btn {
  margin-top: 0.5em;
}

.cv-btn {
  margin: 0 auto;
  display: inline-block;
  padding: 1.8rem 16.6rem;
  background: linear-gradient(to bottom, #76D20C 0%, #76D20C 90%, #76D20C 100%);
  border: 0.2rem solid #fff;
  border-radius: 999rem;
  position: relative;
  box-shadow: 0 1rem 0 #4B8608;
  text-align: center;
  position: relative;
  top: 0;
  transition: 200ms;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .cv-btn {
    padding: 1.4rem 8rem;
    border: 0.1rem solid #fff;
    box-shadow: 0 0.6rem 0 #4B8608;
  }
}
.cv-btn::before {
  content: "";
  width: 94.5%;
  height: 5.4rem;
  border-radius: 999rem;
  background: linear-gradient(180deg, #CDFFBE 0%, rgba(137, 230, 30, 0.7) 80.47%, rgba(81, 229, 35, 0) 100%, rgba(137, 230, 30, 0) 100%);
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .cv-btn::before {
    height: 3rem;
  }
}
.cv-btn::after {
  content: "";
  position: absolute;
  top: -20rem;
  left: -20rem;
  width: 10rem;
  height: 10rem;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.cv-btn p {
  display: inline-block;
  padding-right: 1.8rem;
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  filter: drop-shadow(0.2rem 0.2rem 0.4rem rgba(47, 152, 14, 0.5));
}
@media only screen and (max-width: 768px) {
  .cv-btn p {
    padding-right: 0.4rem;
    font-size: 2.2rem;
    white-space: nowrap;
    text-align: center;
    filter: drop-shadow(0.1rem 0.1rem 0.2rem rgba(47, 152, 14, 0.5));
  }
}
.cv-btn p::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-right: 0.4rem solid #fff;
  border-bottom: 0.4rem solid #fff;
  position: absolute;
  top: 3rem;
  right: -4.2rem;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .cv-btn p::after {
    width: 0.8rem;
    height: 0.8rem;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    top: 50%;
    right: -3rem;
    transform: rotate(-45deg) translateY(-50%);
  }
}
.cv-btn:hover {
  top: 0.4rem;
  box-shadow: 0 0.6rem 0 #4B8608;
}
@media only screen and (max-width: 768px) {
  .cv-btn:hover {
    top: 0.3rem;
    box-shadow: 0 0.3rem 0 #4B8608;
  }
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/* ------------------ ▼ヘッダー //.header ------------------ */
.header_contents {
  background: #fff;
  box-shadow: 0 0 0.8rem rgba(34, 34, 34, 0.1);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header_contents .information {
  padding: 1rem 4rem;
  font-weight: 400;
  background: #222;
  color: #fff;
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .header_contents .information {
    padding: 0.8rem;
    font-size: 1.1rem;
    text-align: center;
  }
}
.header_contents .header_wrap {
  padding: 1.5rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap {
    padding: 1rem 1.5rem;
  }
}
.header_contents .header_wrap .logo {
  width: 15rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .logo {
    width: 10rem;
  }
}
.header_contents .header_wrap .nav_btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .nav_btn {
    display: block;
    position: absolute;
    top: 2.3rem;
    right: 2rem;
    width: 3rem;
    height: 2rem;
    transition: all 0.4s;
    z-index: 1000;
  }
}
.header_contents .header_wrap .nav_btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  transition: all 0.4s;
}
.header_contents .header_wrap .nav_btn span:first-of-type {
  top: 0;
}
.header_contents .header_wrap .nav_btn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header_contents .header_wrap .nav_btn span:last-of-type {
  bottom: 0;
}
.header_contents .header_wrap .nav_btn.open span:first-of-type {
  top: 1rem;
  transform: rotate(-45deg);
}
.header_contents .header_wrap .nav_btn.open span:nth-last-of-type(2) {
  display: none;
}
.header_contents .header_wrap .nav_btn.open span:last-of-type {
  top: 1rem;
  transform: rotate(45deg);
}
.header_contents .header_wrap .sp_header_btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .sp_header_btn {
    display: block;
    margin-right: 5rem;
  }
  .header_contents .header_wrap .sp_header_btn ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
  }
  .header_contents .header_wrap .sp_header_btn ul #price-simulation-btn {
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 1.3;
    background: #212C36;
    color: #fff;
    border-radius: 999px;
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
    font-size: 1rem;
  }
  .header_contents .header_wrap .sp_header_btn ul .cv-btn {
    padding: 0.5em 2em;
    background: #76D20C;
    box-shadow: 0 0.3rem 0 #4B8608;
    width: 9rem;
  }
  .header_contents .header_wrap .sp_header_btn ul .cv-btn::before {
    display: none;
  }
  .header_contents .header_wrap .sp_header_btn ul .cv-btn::after {
    display: none;
  }
  .header_contents .header_wrap .sp_header_btn ul .cv-btn p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .header_contents .header_wrap .sp_header_btn ul .cv-btn p::before {
    display: none;
  }
  .header_contents .header_wrap .sp_header_btn ul .cv-btn p::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    font-size: 1.4rem;
    transition: all 0.4s;
  }
}
.header_contents .header_wrap .nav.open {
  right: 0;
}
.header_contents .header_wrap .nav .nav_menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .nav .nav_menu {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .nav .nav_menu li a {
    display: block;
    padding: 1em 0;
  }
}
.header_contents .header_wrap .nav .nav_menu li #price-simulation-btn {
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 1.3;
  background: #212C36;
  color: #fff;
  border-radius: 999px;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
}
.header_contents .header_wrap .nav .nav_menu li #price-simulation-btn:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .nav .nav_menu li:last-of-type {
    margin-top: 2rem;
  }
}
.header_contents .header_wrap .nav .nav_menu .cv-btn {
  padding: 0.5em 2em;
  background: #76D20C;
  box-shadow: 0 0.5rem 0 #4B8608;
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .nav .nav_menu .cv-btn {
    width: 75%;
  }
}
.header_contents .header_wrap .nav .nav_menu .cv-btn::before {
  display: none;
}
.header_contents .header_wrap .nav .nav_menu .cv-btn p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .nav .nav_menu .cv-btn p {
    font-size: 1.6rem;
  }
}
.header_contents .header_wrap .nav .nav_menu .cv-btn p::after {
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  width: 0.5em;
  height: 0.5em;
  top: 1rem;
  right: -1em;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .header_contents .header_wrap .nav .nav_menu .cv-btn p::after {
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
  }
}
.header_contents .header_wrap .nav .nav_menu .cv-btn:hover {
  top: 0.3rem;
  box-shadow: 0 0.2rem 0 #4B8608;
}

/* ------------------ ▲ヘッダー //.header ------------------ */
/* ▼ TOPページ start ▼ */
/* -------------------- ▼ファーストビュー //.fv -------------------- */
.fv {
  background: url(../img/back_fv.webp) no-repeat top center/cover, #439CF0;
  background-blend-mode: color-burn, normal;
  position: relative;
}
.fv .inner {
  padding: 0 20.3rem 6.5rem;
}
@media only screen and (max-width: 768px) {
  .fv .inner {
    padding: 0 2rem 3rem;
  }
}
.fv .new {
  position: absolute;
  top: 2rem;
  left: 20.3rem;
  width: 16rem;
  height: 16rem;
}
@media only screen and (max-width: 768px) {
  .fv .new {
    top: 0.5rem;
    left: 1rem;
    width: 8rem;
    height: 8rem;
  }
}
.fv--ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  padding: 1.1em 0 1em;
  margin-bottom: 0;
  transform: skewX(-10deg) rotate(-10deg);
  color: #fff;
  text-shadow: 8px 8px 8px rgba(48, 73, 121, 0.25);
  font-size: 8rem;
}
@media only screen and (max-width: 768px) {
  .fv--ttl {
    padding: 2em 0 0;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .fv--ttl .middle {
    font-size: 3.8rem;
  }
}
.fv--ttl .exclamation {
  margin-left: -0.25em;
}
.fv--ttl .number {
  font-size: 12rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .fv--ttl .number {
    font-size: 4.8rem;
  }
}
.fv--ttl .second_line {
  letter-spacing: 0.09em;
}
.fv--ttl .open-sans {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .fv--device {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.fv--device .device {
  position: absolute;
  width: 40rem;
  height: 42.3rem;
  bottom: 0;
  right: 14.1rem;
}
@media only screen and (max-width: 768px) {
  .fv--device .device {
    position: static;
    width: 22rem;
    height: 23.3rem;
    /*right: 2.5rem;*/
  }
}
.fv--device .mark_note {
  position: absolute;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  bottom: 3.4rem;
  left: 99rem;
}
@media only screen and (max-width: 768px) {
  .fv--device .mark_note {
    bottom: 4rem;
    left: 10rem;
  }
}
.fv--device .award {
  position: absolute;
  width: 14rem;
  height: 13.1rem;
  bottom: 4.5rem;
  left: 86rem;
}
@media only screen and (max-width: 768px) {
  .fv--device .award {
    position: static;
    width: 12.5rem;
    height: 11.7rem;
    /*bottom: 5.8rem;
    left: 2.5rem;*/
  }
}
.fv--appeal_list {
  margin-top: 5rem;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .fv--appeal_list {
    margin-top: 0;
  }
}
.fv--appeal_list li {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .fv--appeal_list li {
    width: 33.3333333333%;
    padding: 0 1.5rem;
    font-size: 1.5rem;
  }
}
.fv--appeal_list li .strong {
  display: inline-block;
  line-height: 1.2;
  font-size: 200%;
}
.fv--appeal_list li .strong.open-sans {
  font-size: 260%;
  line-height: 1;
}
.fv--appeal_list li + li {
  border-left: solid 1px #fff;
}
.fv--appeal_list li:nth-child(2) .strong {
  display: inline-block;
  position: relative;
}
.fv--appeal_list li:nth-child(2) .strong::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .fv--appeal_list li:nth-child(2) .strong::after {
    font-size: 0.8rem;
  }
}

/* -------------------- ▲ファーストビュー //.fv -------------------- */
/* ---------------- ▼ファーストビュー下▼ ---------------- */
.fv_bottom {
  background: #212C36;
  color: #fff;
  position: relative;
}
.fv_bottom::after {
  background: #212C36;
  content: "";
  position: absolute;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 18rem;
}
@media only screen and (max-width: 768px) {
  .fv_bottom::after {
    height: 4rem;
  }
}
.fv_bottom .inner {
  padding: 6rem 20.3rem 4.5rem;
}
@media only screen and (max-width: 768px) {
  .fv_bottom .inner {
    padding: 3rem 2.5rem 4rem;
  }
}
.fv_bottom--cta {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fv_bottom--cta--copy {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .fv_bottom--cta--copy {
    font-size: 1.5rem;
  }
}
.fv_bottom--cta--copy::before, .fv_bottom--cta--copy::after {
  content: "";
  width: 0.2rem;
  height: 3rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: rotate(-26deg) translateY(-44%);
}
@media only screen and (max-width: 768px) {
  .fv_bottom--cta--copy::before, .fv_bottom--cta--copy::after {
    width: 0.1rem;
    height: 1.4rem;
    left: -1rem;
  }
}
.fv_bottom--cta--copy::after {
  left: auto;
  right: -2.1rem;
  transform: rotate(26deg) translateY(-36%);
}
@media only screen and (max-width: 768px) {
  .fv_bottom--cta--copy::after {
    left: auto;
    right: -1.1rem;
  }
}
.fv_bottom--cta .cv-btn {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .fv_bottom--cta .cv-btn {
    margin-top: 0.8rem;
  }
}
.fv_bottom--cta + div {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .fv_bottom--cta + div {
    margin-top: 2rem;
  }
}
.fv_bottom .note {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .fv_bottom .note {
    font-size: 1.2rem;
  }
}
.fv_bottom .note a {
  text-decoration: underline;
  color: #439CF0;
}

/* ---------------- ▲ファーストビュー下▲ ---------------- */
/* ---------------- ▼ main_contents ---------------- */
.main_contents .inner {
  padding: 28rem 20.4rem 8rem;
}
@media only screen and (max-width: 768px) {
  .main_contents .inner {
    padding: 8rem 2.5rem 4rem;
  }
}

/* ---------------- ▲ main_contents ---------------- */
/* ---------------- ▼ MUGEN WiFiって？ ---------------- */
.about--ttl {
  color: #439CF0;
}
.about ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .about ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.about ul li {
  background: #fff;
  text-align: center;
  border-radius: 1rem;
}
.about ul li a {
  line-height: 1.4;
  display: block;
  height: 100%;
  font-size: 2.8rem;
  padding: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .about ul li a {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}
.about ul li a figure {
  margin: 0 auto;
  width: 12.8rem;
  height: 12.8rem;
}
@media only screen and (max-width: 768px) {
  .about ul li a figure {
    width: 8rem;
    height: 8rem;
  }
}
.about ul li a h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4em;
  margin-top: 0.8em;
}
@media only screen and (max-width: 768px) {
  .about ul li a h3 {
    margin-top: 1em;
  }
}
.about ul li:first-child a figure {
  margin: 0 4.6rem 0 auto;
}
@media only screen and (max-width: 768px) {
  .about ul li:first-child a figure {
    margin: 0 3rem 0 auto;
  }
}
.about + div {
  margin-top: 16rem;
}
@media only screen and (max-width: 768px) {
  .about + div {
    margin-top: 8rem;
  }
}

/* ---------------- ▲ MUGEN WiFiって？ ---------------- */
/* ---------------- ▼ common ---------------- */
/*共通デザイン_見出し付きコンテンツ*/
.contents_wrap {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0 0.8rem rgba(67, 156, 240, 0.25);
}
.contents_wrap h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 0.5em 0;
  background: #212C36;
  color: #fff;
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .contents_wrap h3 {
    font-size: 2.4rem;
  }
}
.contents_wrap .content_back {
  background: #fff;
  padding: 4rem 6rem 6rem 6rem;
}
@media only screen and (max-width: 768px) {
  .contents_wrap .content_back {
    padding: 2.5rem 2.5rem 3rem;
  }
}
.contents_wrap .content_back .content .sub_ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .contents_wrap .content_back .content .sub_ttl {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.contents_wrap .content_back .content .sub_ttl .underline {
  background: linear-gradient(transparent 60%, #FDCA14 60%);
}
.contents_wrap .content_back .content .sub_ttl .small {
  font-size: 70%;
  display: inline-block;
  margin-top: 1em;
}
.contents_wrap .content_back .content + .content {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .contents_wrap .content_back .content + .content {
    margin-top: 4rem;
  }
}

/*TOP メインコンテンツCTA余白*/
.main_contents_wrap section + section {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .main_contents_wrap section + section {
    margin-top: 4rem;
  }
}
.main_contents_wrap section + .cv_wrap {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .main_contents_wrap section + .cv_wrap {
    margin-top: 4rem;
  }
}
.main_contents_wrap .cv_wrap + section {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .main_contents_wrap .cv_wrap + section {
    margin-top: 4rem;
  }
}

/*ページ遷移ボタン*/
.to_other_page {
  text-align: center;
  margin-top: 4rem;
  /*戻るボタン*/
}
@media only screen and (max-width: 768px) {
  .to_other_page {
    margin-top: 2rem;
  }
}
.to_other_page a {
  display: inline-block;
  position: relative;
  background: #439CF0;
  border-radius: 40rem;
  border: solid 1px #fff;
  color: #fff;
  box-shadow: 0 5px 0 #446B90;
  padding: 1em 3.5em;
  font-size: 2.4rem;
  transition: all 0.6s;
}
@media only screen and (max-width: 768px) {
  .to_other_page a {
    font-size: 1.6rem;
  }
}
.to_other_page a::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%);
  background: url(../img/right_arrow.svg) no-repeat center/contain;
  transition: all 0.6s;
}
.to_other_page a:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #446B90;
}
.to_other_page a:hover::after {
  right: 0.9em;
}
.to_other_page.back a::after {
  right: auto;
  left: 1.2em;
  transform: translateY(-50%) rotate(180deg);
}
.to_other_page.back a:hover::after {
  left: 0.9em;
}

/* ---------------- ▲ common ---------------- */
/* ---------------- ▼ 豊富な料金プラン ---------------- */
.plan {
  /*MUGEN WiFiならこんなにお得*/
  /*30日返金保証付き*/
}
.plan .plan_top .plan_list {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan .plan_top .plan_list li {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li {
    width: 100%;
  }
}
.plan .plan_top .plan_list li .heading_top {
  text-align: center;
}
.plan .plan_top .plan_list li .heading_top span {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  padding: 0.5em 1em;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li .heading_top span {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.plan .plan_top .plan_list li .heading_top span::after {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 1rem;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li .heading_top span::after {
    width: 2rem;
    height: 1rem;
  }
}
.plan .plan_top .plan_list li .main_contents {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  border: solid 2px;
  overflow: hidden;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li .main_contents {
    gap: 1.5rem;
  }
}
.plan .plan_top .plan_list li .main_contents h4 {
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 1.25em 0;
  width: 35%;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li .main_contents h4 {
    padding: 1em 0;
    font-size: 2rem;
  }
}
.plan .plan_top .plan_list li .main_contents .detail {
  width: 66%;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li .main_contents .detail {
    font-size: 1.2rem;
  }
}
.plan .plan_top .plan_list li .main_contents .detail p {
  margin-top: 0.5rem;
}
.plan .plan_top .plan_list li .main_contents .detail p .number {
  color: #439CF0;
  font-size: 8.6rem;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li .main_contents .detail p .number {
    font-size: 4.4rem;
  }
}
.plan .plan_top .plan_list li .main_contents .detail p .yen {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li .main_contents .detail p .yen {
    font-size: 1.6rem;
  }
}
.plan .plan_top .plan_list li .main_contents .detail p .yen::after {
  font-weight: 400;
  white-space: nowrap;
  content: "(税込)";
  position: absolute;
  bottom: calc(100% - 0.6em);
  left: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li .main_contents .detail p .yen::after {
    font-size: 1rem;
  }
}
.plan .plan_top .plan_list li:first-child .heading_top span {
  background: #F2FBE7;
  color: #76D20C;
}
.plan .plan_top .plan_list li:first-child .heading_top span::after {
  background: #F2FBE7;
}
.plan .plan_top .plan_list li:first-child .main_contents {
  border-color: #76D20C;
}
.plan .plan_top .plan_list li:first-child .main_contents h4 {
  background: #76D20C;
}
.plan .plan_top .plan_list li:nth-child(2) .heading_top span {
  background: #E7F6FB;
  color: #0DA1D1;
}
.plan .plan_top .plan_list li:nth-child(2) .heading_top span::after {
  background: #E7F6FB;
}
.plan .plan_top .plan_list li:nth-child(2) .main_contents {
  border-color: #0DA1D1;
}
.plan .plan_top .plan_list li:nth-child(2) .main_contents h4 {
  background: #0DA1D1;
}
.plan .plan_top .plan_list li:nth-child(3) .heading_top span {
  background: #FFF5E8;
  color: #FD9214;
}
.plan .plan_top .plan_list li:nth-child(3) .heading_top span::after {
  background: #FFF5E8;
}
.plan .plan_top .plan_list li:nth-child(3) .main_contents {
  border-color: #FD9214;
}
.plan .plan_top .plan_list li:nth-child(3) .main_contents h4 {
  background: #FD9214;
}
.plan .plan_top .plan_list li:last-child .heading_top span {
  background: #FCFBE7;
  color: #E0D20D;
}
.plan .plan_top .plan_list li:last-child .heading_top span::after {
  background: #FCFBE7;
}
.plan .plan_top .plan_list li:last-child .main_contents {
  border-color: #E0D20D;
}
.plan .plan_top .plan_list li:last-child .main_contents h4 {
  background: #E0D20D;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li + li {
    margin-top: 2rem;
  }
}
.plan .plan_top .plan_list li + li:not(:nth-child(2)) {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .plan .plan_top .plan_list li + li:not(:nth-child(2)) {
    margin-top: 2rem;
  }
}
.plan .profit ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .plan .profit ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.plan .profit ul li {
  text-align: center;
  background: #FFFAE8;
  border: solid 2px #FD9214;
  border-radius: 1rem;
  color: #FD9214;
  line-height: 1.4;
  padding: 0.8em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .plan .profit ul li {
    font-size: 1.8rem;
    min-height: 5.24em;
  }
}
.plan .profit ul li .number {
  font-size: 180%;
  display: inline-block;
  vertical-align: -0.05em;
}
.plan .profit ul li .small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .plan .profit ul li .small {
    font-size: 1.2rem;
  }
}
.plan .money_back {
  background: #EAF0F5;
  border-radius: 0.5rem;
  padding: 4rem 10rem;
}
@media only screen and (max-width: 768px) {
  .plan .money_back {
    padding: 2.5rem 2rem;
  }
}
.plan .money_back h4 {
  text-align: center;
  margin-bottom: 1em;
  color: #439CF0;
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .plan .money_back h4 {
    font-size: 2.4rem;
  }
}
.plan .money_back p {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .plan .money_back p {
    font-size: 1.4rem;
  }
}
.plan .money_back p .note {
  display: block;
  margin-top: 1em;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .plan .money_back p .note {
    font-size: 1.2rem;
  }
}
.plan .money_back .accordion {
  cursor: pointer;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.4em 0;
  background: #222;
  color: #fff;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plan .money_back .accordion {
    font-size: 1.4rem;
  }
}
.plan .money_back .box {
  font-weight: 400;
  background: #fff;
  padding: 2.5rem 4rem 4rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .plan .money_back .box {
    padding: 1.5rem;
    font-size: 1.2rem;
  }
}
.plan .money_back .box .content p {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  background: #F4F4F4;
  padding: 0.4em 0.5em;
}
@media only screen and (max-width: 768px) {
  .plan .money_back .box .content p {
    font-size: 1.4rem;
  }
}
.plan .money_back .box .content p .small {
  font-weight: 400;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .plan .money_back .box .content p .small {
    font-size: 1rem;
  }
}
.plan .money_back .box .content + .content {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .plan .money_back .box .content + .content {
    margin-top: 2rem;
  }
}

/* ---------------- ▲ 豊富な料金プラン ---------------- */
/* ---------------- ▼ オプションサービス ---------------- */
#course_options h2 {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #course_options h2 {
    line-height: 1.2;
  }
}
#course_options .contents_wrap .note_bottom {
  text-align: center;
  font-weight: 500;
  margin-top: 4em;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #course_options .contents_wrap .note_bottom {
    text-align: left;
    margin-top: 2em;
    font-size: 1.2rem;
  }
}
#course_options .contents_wrap + .contents_wrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #course_options .contents_wrap + .contents_wrap {
    margin-top: 2rem;
  }
}
#course_options .course_options_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list {
    display: block;
  }
}
#course_options .course_options_list.course .course_options {
  width: calc(40% - 4rem);
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list.course .course_options {
    width: 100%;
  }
}
#course_options .course_options_list.options .course_options {
  width: calc(33.3333333333% - 2.6666666667rem);
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list.options .course_options {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options .top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#course_options .course_options_list .course_options .top_wrap .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options .top_wrap .heading {
    justify-content: flex-start;
    margin-bottom: 0;
    gap: 1rem;
  }
}
#course_options .course_options_list .course_options .top_wrap .heading figure {
  width: 8rem;
  height: 8rem;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options .top_wrap .heading figure {
    width: 5rem;
    height: 5rem;
  }
}
#course_options .course_options_list .course_options .top_wrap .heading p {
  color: #446B90;
  line-height: 1.4;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options .top_wrap .heading p {
    font-size: 1.8rem;
  }
}
#course_options .course_options_list .course_options .top_wrap .price {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options .top_wrap .price {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
#course_options .course_options_list .course_options .top_wrap .price .montly {
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  top: 50%;
  left: 0;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options .top_wrap .price .montly {
    font-size: 1.2rem;
  }
}
#course_options .course_options_list .course_options .top_wrap .price .number {
  color: #439CF0;
  font-size: 8.6rem;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options .top_wrap .price .number {
    font-size: 4.4rem;
    letter-spacing: -0.04em;
  }
}
#course_options .course_options_list .course_options .top_wrap .price .yen {
  position: relative;
}
#course_options .course_options_list .course_options .top_wrap .price .yen.no-tax::after {
  content: "";
}
#course_options .course_options_list .course_options .top_wrap .price .yen::after {
  position: absolute;
  content: "税込";
  white-space: nowrap;
  font-weight: 400;
  bottom: calc(100% - 0.6em);
  left: 0.2em;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options .top_wrap .price .yen::after {
    font-size: 1rem;
  }
}
#course_options .course_options_list .course_options .detail_wrap {
  font-size: 1.6rem;
  margin: 1em 0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options .detail_wrap {
    font-size: 1.2rem;
    margin: 1em 0 1em 6rem;
  }
}
#course_options .course_options_list .course_options .detail_wrap .heading {
  font-weight: 600;
  color: #439CF0;
}
#course_options .course_options_list .course_options .detail_wrap ul li {
  width: 100%;
}
#course_options .course_options_list .course_options.support {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: dotted 2px #C8C8C8;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options.support {
    margin-top: 2rem;
    padding-top: 2rem;
    display: block;
  }
}
#course_options .course_options_list .course_options.support .heading p {
  color: #FD9214;
}
@media only screen and (max-width: 768px) {
  #course_options .course_options_list .course_options + li {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: dotted 2px #C8C8C8;
  }
}

/* ---------------- ▲ オプションサービス ---------------- */
/* ---------------- ▼ お支払い方法 ---------------- */
.payment_method--list {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  width: 60%;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .payment_method--list {
    gap: 1rem;
    width: 100%;
  }
}
.payment_method--list li {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .payment_method--list li {
    width: 80%;
  }
}
.payment_method--list li p {
  position: relative;
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5em 0.5em;
}
@media only screen and (max-width: 768px) {
  .payment_method--list li p {
    padding: 1.5em 0.5em;
  }
}
.payment_method--list li p span {
  position: relative;
  display: inline-block;
  padding-left: 2.3em;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .payment_method--list li p span {
    font-size: 1.8rem;
  }
}
.payment_method--list li.credit p span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/payment-01.svg) no-repeat center/contain;
  width: 1.8em;
  height: 1.8em;
}
.payment_method--list li.directdebit p span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/payment-02.svg) no-repeat center/contain;
  width: 1.8em;
  height: 1.8em;
  opacity: 0.8;
}
.payment_method--list li .note {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 0.5rem;
  text-decoration: underline;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .payment_method--list li .note {
    font-size: 1.2rem;
  }
}
.payment_method .to_other_page {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .payment_method .to_other_page {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .payment_method .to_other_page a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.payment_method .to_other_page + ul {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .payment_method .to_other_page + ul {
    margin-top: 4rem;
  }
}
.payment_method--credit {
  width: 60%;
  margin: 0 auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .payment_method--credit {
    width: 100%;
  }
}
.payment_method--credit h4 {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .payment_method--credit h4 {
    font-size: 1.8rem;
  }
}
.payment_method--credit p {
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .payment_method--credit p {
    font-size: 1.4rem;
  }
}
.payment_method--credit figure {
  margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .payment_method--credit figure {
    margin: 1.5rem 0;
  }
}
.payment_method--credit .note {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .payment_method--credit .note {
    font-size: 1.2rem;
  }
}
.payment_method--directdebit {
  margin-top: 3rem;
}
.payment_method--directdebit p {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .payment_method--directdebit p {
    font-size: 1.4rem;
  }
}

/* ---------------- ▲ お支払い方法 ---------------- */
/* ---------------- ▼ お得な会員制度 ---------------- */
.membership .step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .membership .step {
    display: block;
  }
}
.membership .step li .heading {
  display: flex;
  align-items: center;
  border: solid 1px #446B90;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.membership .step li .heading p {
  display: inline-block;
  text-align: center;
  background: #446B90;
  color: #fff;
  padding: 1.5rem;
  line-height: 1;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .membership .step li .heading p {
    padding: 1rem;
    font-size: 0.9rem;
  }
}
.membership .step li .heading p .number {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .membership .step li .heading p .number {
    font-size: 2rem;
  }
}
.membership .step li .heading h4 {
  text-align: center;
  width: 100%;
  color: #446B90;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .membership .step li .heading h4 {
    font-size: 1.6rem;
  }
}
.membership .step li .text {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .membership .step li .text {
    font-size: 1.4rem;
  }
}
.membership .step li:first-child .two_step {
  display: flex;
  justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .membership .step li:first-child .two_step {
    justify-content: space-between;
    gap: 1rem;
  }
}
.membership .step li:first-child .two_step::after {
  position: absolute;
  content: "";
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  background: #439CF0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 2rem;
  height: 3rem;
}
@media only screen and (max-width: 768px) {
  .membership .step li:first-child .two_step::after {
    width: 1.3rem;
    height: 2rem;
  }
}
.membership .step li:first-child .two_step .two_step_content {
  width: calc(50% - 0.5rem);
}
.membership .step li:first-child .two_step .two_step_content figure {
  margin: 0 auto;
  width: 11.4rem;
}
@media only screen and (max-width: 768px) {
  .membership .step li:first-child .two_step .two_step_content figure {
    width: 7.6rem;
  }
}
.membership .step li:first-child .two_step .two_step_content .explanation {
  text-align: center;
  margin-top: 1em;
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .membership .step li:first-child .two_step .two_step_content .explanation {
    font-size: 1.1rem;
  }
}
.membership .step li:first-child .two_step .two_step_content .explanation span {
  color: #439CF0;
}
@media only screen and (max-width: 768px) {
  .membership .step li:nth-child(2) {
    margin-top: 4rem;
  }
}
.membership .step li:nth-child(2) .screen figure {
  margin: 2rem auto 0;
  width: 11.4rem;
}
@media only screen and (max-width: 768px) {
  .membership .step li:nth-child(2) .screen figure {
    width: 7.6rem;
  }
}
.membership .step li:nth-child(2) .explanation {
  text-align: lrft;
  margin-top: 1em;
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .membership .step li:nth-child(2) .explanation {
    font-size: 1.1rem;
  }
}
.membership .step li:nth-child(2) .explanation span {
  color: #439CF0;
}
.membership .step + div {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .membership .step + div {
    margin-top: 4rem;
  }
}
.membership .benefits_wrap {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap {
    display: block;
  }
}
.membership .benefits_wrap .benefits_detail {
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .benefits_detail {
    width: 100%;
  }
}
.membership .benefits_wrap .benefit_for_all {
  border: solid 1px #439CF0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.membership .benefits_wrap .benefit_for_all h4 {
  text-align: center;
  line-height: 1.4;
  background: #439CF0;
  color: #fff;
  padding: 0.5em 0;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .benefit_for_all h4 {
    font-size: 1.4rem;
  }
}
.membership .benefits_wrap .benefit_for_all ul {
  padding: 2.5rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .benefit_for_all ul {
    padding: 1.5rem;
  }
}
.membership .benefits_wrap .benefit_for_all ul li {
  position: relative;
  padding-left: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .benefit_for_all ul li {
    padding-left: 4rem;
  }
}
.membership .benefits_wrap .benefit_for_all ul li p {
  color: #FD9214;
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .benefit_for_all ul li p {
    font-size: 1.4rem;
  }
}
.membership .benefits_wrap .benefit_for_all ul li span {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .benefit_for_all ul li span {
    font-size: 1.2rem;
  }
}
.membership .benefits_wrap .benefit_for_all ul li + li {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .benefit_for_all ul li + li {
    margin-top: 1.5rem;
  }
}
.membership .benefits_wrap .benefit_for_all ul li::after {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  content: "";
  counter-increment: benefit_number 1;
  content: "0" counter(benefit_number);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #439CF0;
  border-radius: 50%;
  width: 5.25rem;
  height: 5.25rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .benefit_for_all ul li::after {
    font-size: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .benefit_for_all + div {
    margin-top: 2rem;
  }
}
.membership .benefits_wrap .after_6months {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .after_6months {
    padding-bottom: 1rem;
  }
}
.membership .benefits_wrap .after_6months::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: calc(0.75rem - 1px);
  width: 1px;
  height: calc(100% - 0.5rem);
  border: dashed 1px #439CF0;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .after_6months::after {
    left: calc(0.5rem - 1px);
  }
}
.membership .benefits_wrap .after_6months .month .number {
  position: relative;
  line-height: 1.4;
  color: #439CF0;
  padding-left: 2.25rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .after_6months .month .number {
    padding-left: 1.5rem;
    font-size: 1.2rem;
  }
}
.membership .benefits_wrap .after_6months .month .number::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #439CF0;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .after_6months .month .number::after {
    width: 1rem;
    height: 1rem;
  }
}
.membership .benefits_wrap .after_6months .month .content {
  padding-top: 1rem;
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .after_6months .month .content {
    padding-top: 0.5rem;
    padding-left: 2.5rem;
  }
}
.membership .benefits_wrap .after_6months .month .content p {
  line-height: 1.4;
  color: #FD9214;
  margin-bottom: 0.3em;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .after_6months .month .content p {
    font-size: 1.4rem;
  }
}
.membership .benefits_wrap .after_6months .month .content span {
  font-weight: 500;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .after_6months .month .content span {
    font-size: 1.2rem;
  }
}
.membership .benefits_wrap .after_6months .month + .month {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .membership .benefits_wrap .after_6months .month + .month {
    margin-top: 1.5rem;
  }
}

/* ---------------- ▲ お得な会員制度 ---------------- */
/* ---------------- ▼プレミアムプラン //.premium---------------- */
.premium--plus {
  width: 14.2rem;
  height: 15.4rem;
  padding-top: 5.2rem;
  background: url("../img/premium_plus_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0 0.5rem 3.2rem rgba(1, 154, 229, 0.3));
  position: absolute;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .premium--plus {
    width: 8.6rem;
    height: 9.4rem;
    padding-top: 3.2rem;
    filter: drop-shadow(0 0.4rem 2.4rem rgba(1, 154, 229, 0.3));
    font-size: 2.2rem;
    top: -4.8rem;
  }
}
.premium--ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.premium--ttl .sub {
  display: inline-block;
  font-size: 4rem;
  line-height: 6.4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .premium--ttl .sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3.2rem;
  }
}
.premium--ttl .sub > span {
  background: #439CF0;
}
@media only screen and (max-width: 768px) {
  .premium--ttl .sub > span {
    padding: 0 0.8rem;
  }
}
.premium--ttl .main {
  margin-top: 3.2rem;
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.61;
}
@media only screen and (max-width: 768px) {
  .premium--ttl .main {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}
.premium--table--ttl {
  text-align: center;
  padding: 0.5em 0 0.5em 0;
  font-size: 3.8rem;
  color: #fff;
  background: #212C36;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .premium--table--ttl {
    padding: 0.5em 0 0.5em 2.8rem;
    font-size: 1.6rem;
  }
}
.premium--table--ttl::before {
  content: "";
  width: 18rem;
  height: 18rem;
  background: url("../img/premium_table_ttl_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0.6rem;
  top: -7rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--ttl::before {
    width: 6rem;
    height: 6rem;
    left: -0.8rem;
    top: -2rem;
  }
}
.premium--table--content--figure {
  position: relative;
}
.premium--table--content--figure .arrow {
  width: 53rem;
  left: 11.2rem;
  transform: rotate(-7deg);
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure .arrow {
    width: 18rem;
    left: 4rem;
  }
}
.premium--table--content--figure--graph {
  margin-top: -20.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph {
    margin-top: -7.2rem;
    margin-left: 1.8rem;
  }
}
.premium--table--content--figure--graph--item {
  width: 12.6rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item {
    width: 4.2rem;
  }
}
.premium--table--content--figure--graph--item + div {
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item + div {
    margin-left: 1rem;
  }
}
.premium--table--content--figure--graph--item p {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.16;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item p {
    font-size: 0.7rem;
  }
}
.premium--table--content--figure--graph--item--normal {
  height: 43.6rem;
  background: #2B6EB3;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--normal {
    height: 14.8rem;
  }
}
.premium--table--content--figure--graph--item--normal p {
  margin-top: 0.8rem;
}
.premium--table--content--figure--graph--item--bronze {
  height: 49.3rem;
  background: #554F3C;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--bronze {
    height: 16.8rem;
  }
}
.premium--table--content--figure--graph--item--bronze p {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--bronze p {
    margin-top: 1.6rem;
  }
}
.premium--table--content--figure--graph--item--silver {
  height: 55.2rem;
  background: #9F9F9F;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--silver {
    height: 18.8rem;
  }
}
.premium--table--content--figure--graph--item--silver p {
  margin-top: 6.6rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--silver p {
    margin-top: 2.2rem;
  }
}
.premium--table--content--figure--graph--item--gold {
  height: 60rem;
  background: #9C906E;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--gold {
    height: 20.4rem;
  }
}
.premium--table--content--figure--graph--item--gold p {
  margin-top: 8.4rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--gold p {
    margin-top: 2.8rem;
  }
}
.premium--table--content--figure--graph--item--royal {
  height: 64.6rem;
  background: #68789A;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--royal {
    height: 22rem;
  }
}
.premium--table--content--figure--graph--item--royal p {
  margin-top: 10.4rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--royal p {
    margin-top: 3.6rem;
  }
}
.premium--table--content--benefit {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit {
    bottom: 0.2rem;
  }
}
.premium--table--content--benefit--item {
  padding-right: 8.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7.6rem;
  background: rgba(255, 255, 255, 0.9);
  border: 0.1rem solid #BBD0DA;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item {
    padding-right: 1.6rem;
    height: 2.6rem;
  }
}
.premium--table--content--benefit--item dt {
  text-align: center;
  width: 8rem;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item dt {
    width: 3.4rem;
    font-size: 0.7rem;
  }
}
.premium--table--content--benefit--item dd {
  flex: 1;
}
.premium--table--content--benefit--item ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item ol {
    font-size: 0.6rem;
  }
}
.premium--table--content--benefit--item ol > li {
  width: 12.6rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item ol > li {
    width: 4.2rem;
  }
}
.premium--table--content--benefit--item ol .orange {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item ol .orange {
    font-size: 1.4rem;
  }
}
.premium--table--content--benefit--item + dl {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item + dl {
    margin-top: 0.4rem;
  }
}
.premium--table--content--benefit--item:nth-child(2) {
  height: 13.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(2) {
    height: 4.6rem;
  }
}
.premium--table--content--benefit--item:nth-child(2) ol {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FD9214;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(2) ol {
    font-size: 0.6rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) {
  height: 12rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) {
    height: 4rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.premium--table--content--benefit--item:nth-child(3) .obi {
  width: 55.4rem;
  background: #439CF0;
  color: #fff;
  font-size: 2rem;
  line-height: 3.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi {
    width: 18.6rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi .large {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi .large {
    font-size: 0.8rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi .small {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi .small {
    font-size: 0.6rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi + span {
  margin-top: 0.8rem;
  color: #439CF0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-weight: 700;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi + span {
    margin-top: 0.2rem;
    font-size: 1rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi + span .large {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi + span .large {
    font-size: 1rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi + span .small {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi + span .small {
    font-size: 0.9rem;
  }
}
.premium--table--content--detail {
  margin-top: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail {
    margin-top: 1.6rem;
  }
}
.premium--table--content--detail .accordion {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail .accordion {
    font-size: 1.4rem;
  }
}
.premium--table--content--detail--box {
  display: none;
  padding: 4rem 0 0;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box {
    padding: 2rem 0 0;
  }
}
.premium--table--content--detail--box--table {
  margin: 0 2.8rem;
  background: #f2f2f2;
  border-collapse: collapse;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table {
    margin: 0;
  }
}
.premium--table--content--detail--box--table td {
  text-align: center;
  vertical-align: middle;
  border: 0.1rem solid #fff;
}
.premium--table--content--detail--box--table td .note {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table td .note {
    font-size: 1rem;
  }
}
.premium--table--content--detail--box--table td .large {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table td .large {
    font-size: 2rem;
  }
}
.premium--table--content--detail--box--table .transfer-chance {
  background: #439CF0;
  color: #fff;
}
.premium--table--content--detail--box--table .transfer-chance--main {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  transform: skewX(-12deg);
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table .transfer-chance--main {
    font-size: 1.4rem;
  }
}
.premium--table--content--detail--box--table .transfer-chance--sub {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table .transfer-chance--sub {
    font-size: 1.2rem;
  }
}
.premium--table--content--detail--box--table .transfer-chance--sub a {
  font-weight: 400;
  text-decoration: underline;
}
.premium--table--content--detail--box--table .bronze .head {
  background: #554F3C !important;
}
.premium--table--content--detail--box--table .silver .head {
  background: #9F9F9F !important;
}
.premium--table--content--detail--box--table .gold .head {
  background: #9C906E !important;
}
.premium--table--content--detail--box--table .royal .head {
  background: #68789A !important;
}
.premium--table--content--detail--box--table .royal .secret {
  background: #212C36;
  color: #fff;
}
.premium--table--content--detail--box--table .royal .secret .cormorant-garamond {
  margin-top: -0.6rem;
  font-size: 5.6rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table .royal .secret .cormorant-garamond {
    font-size: 2.4rem;
  }
}
.premium--table--content--detail--box--table .royal .secret p {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.67;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table .royal .secret p {
    margin-top: 0;
    font-size: 1rem;
  }
}
.premium--table--content--detail--box--table.pc-only tr {
  height: 10.6rem;
}
.premium--table--content--detail--box--table.pc-only tr:nth-child(2n) td:nth-child(1) {
  width: 15.8rem;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-weight: 700;
  background: #EAF0F5;
}
.premium--table--content--detail--box--table.pc-only tr:nth-child(2n) td:nth-child(1) .blue {
  font-size: 4rem;
}
.premium--table--content--detail--box--table.pc-only tr:nth-child(2n) td:nth-child(2) {
  width: 10.6rem;
}
.premium--table--content--detail--box--table.pc-only .head {
  width: 19.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  background: #2B6EB3;
}
.premium--table--content--detail--box--table.pc-only .head + td {
  width: 18%;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
.premium--table--content--detail--box--table.pc-only .head + td .orange {
  font-size: 4rem;
}
.premium--table--content--detail--box--table.pc-only .head + td + td {
  width: 59%;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
.premium--table--content--detail--box--table.pc-only .royal {
  height: 21.5rem;
}
.premium--table--content--detail--box--table.sp-only .head {
  background: #2B6EB3;
  color: #fff;
}
.premium--table--content--detail--box--table.sp-only .head td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr {
  height: 5.4rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(1) {
  width: 7.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(1) .orange {
  font-size: 1.6rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(2) {
  width: 22.5rem;
  padding-left: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(2) .large {
  font-size: 2rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(2) .note {
  font-size: 1rem;
  font-weight: 400;
}
.premium--table--content--detail--box--table.sp-only .head + tr + tr {
  height: 6.8rem;
  background: #EAF0F5;
}
.premium--table--content--detail--box--table.sp-only .head + tr + tr td:nth-child(1) {
  width: 7.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr + tr td:nth-child(1) .blue {
  font-size: 1.6rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr + tr td:nth-child(2) {
  width: 22.5rem;
}
.premium--table--content--detail--box--table.sp-only .transfer-chance {
  padding-left: 1rem;
  text-align: left;
}
.premium--table--content--detail--box--table.sp-only .transfer-chance--main {
  font-size: 1.4rem;
  line-height: 1.4;
}
.premium--table--content--detail--box--table.sp-only .transfer-chance--sub {
  font-size: 1.2rem;
  line-height: 1.4;
}
.premium--table--content--detail--box--table.sp-only .transfer-chance a {
  font-size: 1rem;
}
.premium--table--content--detail--box--table.sp-only .secret {
  padding-top: 0.6rem;
  height: 7.6rem;
}
.premium--table--content--detail--box--table.sp-only .secret .cormorant-garamond {
  font-weight: 700;
}
.premium--table--content--detail--box--table.sp-only .secret .mincho {
  font-weight: 500;
}
.premium--table--content--detail--note {
  margin: 3rem auto 0;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--note {
    margin: 1.5rem 0 0;
    width: 100%;
  }
}
.premium--table--content--detail--note li {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--note li {
    font-size: 1.2rem;
  }
}
.premium--table--content--detail .premium-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.premium--table--btn {
  display: block;
  text-align: center;
  margin: 4.8rem auto 0;
  width: 72.4rem;
  padding: 2rem 0;
  border-radius: 999rem;
  background: linear-gradient(91deg, #25303A 0%, #55636F 35.41%, #25303A 100%);
}
@media only screen and (max-width: 768px) {
  .premium--table--btn {
    margin: 2rem auto 0;
    width: 30rem;
    padding: 1.2rem 0;
  }
}
.premium--table--btn p {
  font-weight: 700;
  line-height: 3.6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .premium--table--btn p {
    line-height: 1.4;
  }
}
.premium--table--btn--sub {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--btn--sub {
    font-size: 1.4rem;
  }
}
.premium--table--btn--main {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--btn--main {
    font-size: 1.8rem;
  }
}
.premium--body {
  margin-top: 9.6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .premium--body {
    margin-top: 3rem;
  }
}
.premium--body--ttl {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
  font-weight: 700;
  border: 0.2rem solid #222;
}
@media only screen and (max-width: 768px) {
  .premium--body--ttl {
    padding: 0.6rem 2.6rem;
    font-size: 1.8rem;
    line-height: normal;
    border: 0.1rem solid #222;
  }
}
.premium--body--txt {
  margin-top: 3.6rem;
  font-size: 3.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .premium--body--txt {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.69;
  }
}
.premium--body--note {
  margin-top: 2.8rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .premium--body--note {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-inline: auto;
    inline-size: fit-content;
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* ---------------- ▲プレミアムプラン //.premium---------------- */
/* ---------------- ▼ 申し込みの流れ ---------------- */
.flow .flow_step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .flow .flow_step {
    display: block;
  }
}
.flow .flow_step li {
  border: solid 2px #446B90;
  border-radius: 0.5rem;
}
.flow .flow_step li .heading {
  line-height: 1.4;
  background: #446B90;
  padding: 0.4rem 0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.flow .flow_step li .heading span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.4rem;
  padding: 1em;
  display: inline-block;
  border-right: solid 1px #fff;
}
@media only screen and (max-width: 768px) {
  .flow .flow_step li .heading span {
    font-size: 1rem;
  }
}
.flow .flow_step li .heading h4 {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .flow .flow_step li .heading h4 {
    font-size: 1.6rem;
  }
}
.flow .flow_step li .content {
  padding: 2rem 2rem 2.5rem;
}
@media only screen and (max-width: 768px) {
  .flow .flow_step li .content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.flow .flow_step li .content figure {
  margin: 0 auto;
  width: 7.5rem;
  height: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .flow .flow_step li .content figure {
    width: 5rem;
    height: 5rem;
  }
}
.flow .flow_step li .content p {
  font-weight: 500;
  margin-top: 1.5em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .flow .flow_step li .content p {
    font-size: 1.2rem;
    margin-top: 0;
    width: calc(100% - 6.5rem);
  }
}
@media only screen and (max-width: 768px) {
  .flow .flow_step li + li {
    margin-top: 1.5rem;
  }
}

/* ---------------- ▲ 申し込みの流れ ---------------- */
/* ---------------- ▼よくある質問 //.faq---------------- */
.faq {
  padding: 14.4rem 33.6rem 11.6rem;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding: 3rem 2.4rem 4rem;
  }
}
.faq--ttl {
  text-align: center;
  font-weight: bold;
  font-size: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .faq--ttl {
    font-size: 3rem;
  }
}
.faq--list {
  margin-top: 7.6rem;
  margin-bottom: 8.1rem;
}
@media only screen and (max-width: 768px) {
  .faq--list {
    margin: 2.4rem 0;
  }
}
.faq--list dl {
  background: #fff;
  border: 0.2rem solid #212C36;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .faq--list dl {
    font-size: 1.4rem;
  }
}
.faq--list dl dt {
  transition: 0.3s;
  font-weight: bold;
  position: relative;
  border: 0.2rem solid #212C36;
  font-size: 2.8rem;
  padding: 3rem 8rem 3rem 11.6rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faq--list dl dt {
    font-size: 1.4rem;
    padding: 1.5rem 3rem 1.5rem 3.6rem;
  }
}
.faq--list dl dt::before {
  content: "Q.";
  font-size: 4.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #446B90;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 3.2rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .faq--list dl dt::before {
    font-size: 1.6rem;
    left: 1.2rem;
  }
}
.faq--list dl dt::after {
  content: "▲";
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .faq--list dl dt::after {
    font-size: 1rem;
  }
}
.faq--list dl .close::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq--list dl dd {
  font-weight: 500;
  display: none;
  position: relative;
  background: #fff;
  border: 0.2rem solid #212C36;
  border-top: none;
  padding: 3rem 8rem 3rem 11.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq--list dl dd {
    padding: 1.5rem 3rem 1.5rem 3.6rem;
  }
}
.faq--list dl dd::before {
  content: "A.";
  font-size: 4.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-weight: 700;
  color: #446B90;
  position: absolute;
  top: 2rem;
  left: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .faq--list dl dd::before {
    font-size: 1.6rem;
    left: 1.2rem;
  }
}
.faq--list dl dd p {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .faq--list dl dd p {
    font-size: 1.2rem;
  }
}
.faq--btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .faq--btn {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .faq--btn--item {
    width: calc(50% - 0.6rem);
  }
}
.faq--btn--item a {
  width: 40.2rem;
  height: 12.6rem;
  background: #fff;
  padding: 3.2rem 3.6rem 3.2rem 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .faq--btn--item a {
    width: 100%;
    height: 5rem;
    padding: 0;
    justify-content: center;
  }
}
.faq--btn--item a img {
  width: 5.8rem;
  height: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .faq--btn--item a img {
    width: 3rem;
    height: 3rem;
  }
}
.faq--btn--item a p {
  margin-left: 1.2rem;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .faq--btn--item a p {
    margin-left: 1.2rem;
    font-size: 1.2rem;
  }
}
.faq--btn--item + li {
  margin-left: 0.6rem;
}

/* ---------------- ▲よくある質問 //.faq---------------- */
/* ---------------- ▼MUGEN NEWS //.topic---------------- */
.topic {
  padding: 0 20rem 8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .topic {
    padding: 0 2.4rem 4rem;
  }
}
.topic--box {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  border: double 0.3rem #439CF0;
  height: 20rem;
  overflow-y: scroll;
  padding: 2%;
}
@media only screen and (max-width: 768px) {
  .topic--box {
    border: double 0.2rem #439CF0;
    height: 16rem;
    padding: 8%;
  }
}
.topic h2 {
  font-size: 2.4rem;
  color: #439CF0;
}
@media only screen and (max-width: 768px) {
  .topic h2 {
    font-size: 2rem;
  }
}
.topic li {
  font-size: 1.8rem;
  margin-bottom: 2%;
  list-style-type: circle;
  margin-left: 3%;
}
@media only screen and (max-width: 768px) {
  .topic li {
    font-size: 1.6rem;
  }
}
.topic li a {
  color: #439CF0;
}

/* ---------------- ▲MUGEN NEWS //.topic---------------- */
/* ---------------- ▼固定ボタン //.to_directdebit_btn---------------- */
.to_directdebit_btn a {
  position: fixed;
  z-index: 2000000000;
  display: inline-block;
  background: #E0D20D;
  bottom: 0;
  right: 400px;
  border-radius: 0.8rem 0.8rem 0 0;
  font-size: 1.5rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  .to_directdebit_btn a {
    bottom: 1rem;
    right: 0;
    border-radius: 0.8rem 0 0 0.8rem;
    font-size: 1.4rem;
    padding: 1rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ---------------- ▲固定ボタン //.to_directdebit_btn---------------- */
/* ▲ TOPページ end ▲ */
/* ▼ 下層ページ start ▼ */
/* ▼ 下層ページ common ▼ */
.page_heading_wrap {
  background: url(../img/back_fv.webp) no-repeat top center/cover, #439CF0;
  background-blend-mode: color-burn, normal;
}
.page_heading_wrap .inner {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .page_heading_wrap .inner {
    padding: 4rem 0;
  }
}
.page_heading_wrap h2 {
  margin-bottom: 0;
}
.page_heading_wrap h2 span {
  background: #fff;
  color: #439CF0;
  display: inline-block;
  border-radius: 10rem;
  padding: 0.25em 1em;
}

/* 下部CTA */
.cta_bottom {
  background: url(../img/back_fv.webp) no-repeat top center/cover, #439CF0;
  background-blend-mode: color-burn, normal;
}
.cta_bottom .inner {
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .cta_bottom .inner {
    padding: 4rem 0;
  }
}
.cta_bottom--cta {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta_bottom--cta--copy {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cta_bottom--cta--copy {
    font-size: 1.5rem;
  }
}
.cta_bottom--cta--copy::before, .cta_bottom--cta--copy::after {
  content: "";
  width: 0.2rem;
  height: 3rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: rotate(-26deg) translateY(-44%);
}
@media only screen and (max-width: 768px) {
  .cta_bottom--cta--copy::before, .cta_bottom--cta--copy::after {
    width: 0.1rem;
    height: 1.4rem;
    left: -1rem;
  }
}
.cta_bottom--cta--copy::after {
  left: auto;
  right: -2.1rem;
  transform: rotate(26deg) translateY(-36%);
}
@media only screen and (max-width: 768px) {
  .cta_bottom--cta--copy::after {
    left: auto;
    right: -1.1rem;
  }
}
.cta_bottom--cta .cv-btn {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .cta_bottom--cta .cv-btn {
    margin-top: 0.8rem;
  }
}

/* ▲ 下層ページ common ▲ */
/* ▼ 料金プランページ start ▼ */
/* 選べる4つのプラン */
.three_plans_head {
  background: #fff;
}
.three_plans_head .inner {
  padding: 8rem 20.4rem;
}
@media only screen and (max-width: 768px) {
  .three_plans_head .inner {
    padding: 4rem 1rem;
  }
}
.three_plans_head h2 {
  color: #446B90;
}
.three_plans_head .three_plans_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .three_plans_head .three_plans_wrap {
    gap: 0.5rem;
    row-gap: 1.5rem;
  }
}
.three_plans_head .three_plans_wrap .plan_btn {
  text-align: center;
}
.three_plans_head .three_plans_wrap .plan_btn p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .three_plans_head .three_plans_wrap .plan_btn p {
    font-size: 1.2rem;
  }
}
.three_plans_head .three_plans_wrap .plan_btn p span {
  position: relative;
  display: inline-block;
  padding: 0.8em;
  border-radius: 10px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .three_plans_head .three_plans_wrap .plan_btn p span {
    margin-bottom: 0.8rem;
  }
}
.three_plans_head .three_plans_wrap .plan_btn p span::after {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 1.2rem;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 768px) {
  .three_plans_head .three_plans_wrap .plan_btn p span::after {
    width: 2rem;
    height: 1rem;
  }
}
.three_plans_head .three_plans_wrap .plan_btn a {
  line-height: 1.4;
  width: 100%;
  display: inline-block;
  color: #fff;
  padding: 1em 0;
  border-radius: 1rem;
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .three_plans_head .three_plans_wrap .plan_btn a {
    padding: 0.5em 0;
    font-size: 2rem;
  }
}
.three_plans_head .three_plans_wrap .plan_btn.savings {
  color: #76D20C;
}
.three_plans_head .three_plans_wrap .plan_btn.savings p span {
  background: #F2FBE7;
}
.three_plans_head .three_plans_wrap .plan_btn.savings p span::after {
  background: #F2FBE7;
}
.three_plans_head .three_plans_wrap .plan_btn.savings a {
  background: #76D20C;
}
.three_plans_head .three_plans_wrap .plan_btn.high-speed {
  color: #0DA1D1;
}
.three_plans_head .three_plans_wrap .plan_btn.high-speed p {
  letter-spacing: -0.04em;
}
.three_plans_head .three_plans_wrap .plan_btn.high-speed p span {
  background: #E7F6FB;
}
.three_plans_head .three_plans_wrap .plan_btn.high-speed p span::after {
  background: #E7F6FB;
}
.three_plans_head .three_plans_wrap .plan_btn.high-speed a {
  background: #0DA1D1;
}
.three_plans_head .three_plans_wrap .plan_btn.no-limit {
  color: #FD9214;
}
.three_plans_head .three_plans_wrap .plan_btn.no-limit p span {
  background: #FFF5E8;
}
.three_plans_head .three_plans_wrap .plan_btn.no-limit p span::after {
  background: #FFF5E8;
}
.three_plans_head .three_plans_wrap .plan_btn.no-limit a {
  background: #FD9214;
}
.three_plans_head .three_plans_wrap .plan_btn.directdebit {
  color: #E0D20D;
}
.three_plans_head .three_plans_wrap .plan_btn.directdebit p span {
  background: #FFF5E8;
}
.three_plans_head .three_plans_wrap .plan_btn.directdebit p span::after {
  background: #FFF5E8;
}
.three_plans_head .three_plans_wrap .plan_btn.directdebit a {
  background: #E0D20D;
}

/* plan common */
.plan_wrap {
  position: relative;
}
.plan_wrap::before, .plan_wrap::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap::before, .plan_wrap::after {
    width: 5rem;
    height: 5rem;
  }
}
.plan_wrap::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.plan_wrap::after {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.plan_wrap .inner {
  padding: 6rem 20.4rem 8rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner {
    padding: 4rem 2.5rem;
  }
}
.plan_wrap .inner .head_strengths {
  text-align: center;
  margin-bottom: 1em;
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .head_strengths {
    margin-bottom: 0.5em;
    font-size: 2.4rem;
  }
}
.plan_wrap .inner .head_strengths span {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #446B90;
}
.plan_wrap .inner .head_strengths span::before, .plan_wrap .inner .head_strengths span::after {
  position: absolute;
  content: "";
  bottom: 0.1em;
  height: 1em;
  width: 2px;
  background: #446B90;
}
.plan_wrap .inner .head_strengths span::before {
  left: -0.5em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.plan_wrap .inner .head_strengths span::after {
  right: -0.5em;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.plan_wrap .inner .heading_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap {
    display: block;
  }
}
.plan_wrap .inner .heading_wrap .heading_top {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap .heading_top {
    margin-bottom: 1rem;
  }
}
.plan_wrap .inner .heading_wrap .heading_top p {
  line-height: 1.2;
  margin-bottom: 1em;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap .heading_top p {
    font-size: 1.4rem;
  }
}
.plan_wrap .inner .heading_wrap .heading_top h3 {
  display: inline-block;
  font-size: 3.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  padding: 0.75em 1em;
  border-radius: 1rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap .heading_top h3 {
    font-size: 2.4rem;
  }
}
.plan_wrap .inner .heading_wrap .heading_top div {
  font-size: 2.8rem;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap .heading_top div {
    font-size: 1.6rem;
  }
}
.plan_wrap .inner .heading_wrap .heading_top div .number {
  color: #439CF0;
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap .heading_top div .number {
    font-size: 2.4rem;
  }
}
.plan_wrap .inner .heading_wrap .heading_top div .small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap .heading_top div .small {
    font-size: 1rem;
  }
}
.plan_wrap .inner .heading_wrap .heading_device {
  text-align: center;
  margin: 0 auto;
  width: 38rem;
  height: 34.2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap .heading_device {
    width: 20rem;
    height: 18rem;
  }
}
.plan_wrap .inner .heading_wrap .heading_device figure img {
  object-fit: contain;
  object-position: center center;
  width: 38rem;
  height: 34.2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap .heading_device figure img {
    width: 20rem;
    height: 18rem;
  }
}
.plan_wrap .inner .heading_wrap + div {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .heading_wrap + div {
    margin-top: 3rem;
  }
}
.plan_wrap .inner .features {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features {
    width: 100%;
  }
}
.plan_wrap .inner .features ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features ul {
    gap: 1rem;
  }
}
.plan_wrap .inner .features ul li {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 20rem 20rem 0 0;
  padding: 8rem 1rem 3.5rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features ul li {
    padding: 3rem 1rem 1.5rem;
  }
}
.plan_wrap .inner .features ul li p {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features ul li p {
    top: -1.5rem;
    gap: 0.3rem;
  }
}
.plan_wrap .inner .features ul li p .vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features ul li p .vertical {
    font-size: 1rem;
  }
}
.plan_wrap .inner .features ul li p .number {
  font-size: 7.2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features ul li p .number {
    font-size: 2.8rem;
  }
}
.plan_wrap .inner .features ul li figure {
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features ul li figure {
    width: 5rem;
    height: 5rem;
  }
}
.plan_wrap .inner .features ul li .text {
  margin-top: 1.2em;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features ul li .text {
    font-size: 1.2rem;
  }
}
.plan_wrap .inner .features ul li .text .strong {
  color: #439CF0;
}
.plan_wrap .inner .features ul li .text .with_note {
  position: relative;
  display: inline-block;
}
.plan_wrap .inner .features ul li .text .with_note::after {
  position: absolute;
  top: 0.2em;
  color: #222;
  font-weight: 500;
  right: -1.5em;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features ul li .text .with_note::after {
    font-size: 0.9rem;
  }
}
.plan_wrap .inner .features ul li .text .with_note.features_02_2::after {
  content: "※1";
}
.plan_wrap .inner .features .note {
  margin-top: 1em;
  font-weight: 400;
  display: inline-block;
  line-height: 1.4;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features .note {
    font-size: 1rem;
  }
}
.plan_wrap .inner .features + div {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .features + div {
    margin-top: 2rem;
  }
}
.plan_wrap .inner .plan_detail {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .plan_detail {
    width: 100%;
  }
}
.plan_wrap .inner .plan_detail dl div {
  display: flex;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .plan_detail dl div {
    font-size: 1.4rem;
  }
}
.plan_wrap .inner .plan_detail dl div dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  color: #fff;
  padding: 0.5em 0;
}
.plan_wrap .inner .plan_detail dl div dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  background: rgba(255, 255, 255, 0.8);
}
.plan_wrap .inner .plan_detail dl div dd span:not(.number, .small) {
  display: flex;
  align-items: baseline;
}
.plan_wrap .inner .plan_detail dl div dd .number {
  color: #439CF0;
  font-size: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .plan_detail dl div dd .number {
    font-size: 2.8rem;
  }
}
.plan_wrap .inner .plan_detail dl div dd .small {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .plan_detail dl div dd .small {
    font-size: 1.2rem;
  }
}
.plan_wrap .inner .plan_detail dl div + div {
  margin-top: 0.5rem;
}
.plan_wrap .inner .plan_detail .note {
  font-weight: 400;
  margin-top: 1em;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .plan_detail .note {
    font-size: 1rem;
  }
}
.plan_wrap .inner .plan_detail + div {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .plan_detail + div {
    margin-top: 2rem;
  }
}
.plan_wrap .inner .more_detail {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail {
    width: 100%;
  }
}
.plan_wrap .inner .more_detail .accordion {
  text-align: center;
  background: #222;
  color: #fff;
  font-size: 2.4rem;
  padding: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .accordion {
    font-size: 1.2rem;
  }
}
.plan_wrap .inner .more_detail .box {
  background: #fff;
  padding: 2rem 2rem 2.3rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .box {
    padding: 1.5rem 1.5rem 1.8rem;
  }
}
.plan_wrap .inner .more_detail .box .device_info .tab {
  display: flex;
  justify-content: space-between;
}
.plan_wrap .inner .more_detail .box .device_info .tab li {
  text-align: center;
  background: #BBD0DA;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 0.5em 0;
  font-size: 2rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .box .device_info .tab li {
    font-size: 1rem;
  }
}
.plan_wrap .inner .more_detail .box .device_info .tab li.active {
  background: #439CF0;
}
.plan_wrap .inner .more_detail .box .device_info .tab.two li {
  width: calc(50% - 1px);
}
.plan_wrap .inner .more_detail .box .device_info .tab.three li {
  width: calc(33.3333333333% - 1.3333333333px);
}
.plan_wrap .inner .more_detail .box .device_info + .device_info {
  margin-top: 2rem;
}
.plan_wrap .inner .more_detail .box .device_name {
  text-align: center;
  background: #439CF0;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 0.5em 0;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .box .device_name {
    font-size: 1.2rem;
  }
}
.plan_wrap .inner .more_detail .box .table_wrap {
  display: none;
  padding-top: 2rem;
  border-left: solid #f4f4f4 2px;
  border-right: solid #f4f4f4 2px;
}
.plan_wrap .inner .more_detail .box .table_wrap.show {
  display: block;
}
.plan_wrap .inner .more_detail .box .table_wrap .device_image {
  margin: 0 auto;
  max-width: 30rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .box .table_wrap .device_image {
    max-width: 16rem;
  }
}
.plan_wrap .inner .more_detail .box .table_wrap .device_image.vertical {
  max-width: 22rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .box .table_wrap .device_image.vertical {
    max-width: 12rem;
  }
}
.plan_wrap .inner .more_detail .box .table_wrap .device_image.vertical img {
  object-fit: contain;
  max-height: 22rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .box .table_wrap .device_image.vertical img {
    max-height: 12rem;
  }
}
.plan_wrap .inner .more_detail .box .table_wrap .device_image + table {
  margin-top: 2rem;
}
.plan_wrap .inner .more_detail .box .table_wrap table {
  width: 100%;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .box .table_wrap table {
    font-size: 1.2rem;
  }
}
.plan_wrap .inner .more_detail .box .table_wrap table tr th {
  background: #878787;
  color: #fff;
  width: 35%;
  vertical-align: middle;
  text-align: center;
  padding: 0.5em 0;
}
.plan_wrap .inner .more_detail .box .table_wrap table tr td {
  text-align: center;
  padding: 0.5em 1em;
  background: #F4F4F4;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .box .table_wrap table tr td {
    padding: 0.5em;
  }
}
.plan_wrap .inner .more_detail .box .table_wrap table tr td.accessories {
  text-align: left;
}
.plan_wrap .inner .more_detail .box .table_wrap table tr td .number {
  color: #439CF0;
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .inner .more_detail .box .table_wrap table tr td .number {
    font-size: 2rem;
  }
}
.plan_wrap .inner .more_detail .box .table_wrap table tr + tr {
  border-top: solid 0.3rem #fff;
}

/* 各プラン */
.plan_wrap.savings {
  background: #F2FBE7;
}
.plan_wrap.savings::before, .plan_wrap.savings::after {
  background: #76D20C;
}
.plan_wrap.savings .heading_wrap .heading_top p {
  color: #76D20C;
}
.plan_wrap.savings .heading_wrap .heading_top h3 {
  background: #76D20C;
}
.plan_wrap.savings .heading_wrap .heading_device {
  background: url(../img/device_back_01.svg) no-repeat center/contain;
  position: relative;
}
.plan_wrap.savings .heading_wrap .heading_device .savings_device .splide__arrow {
  background: #76D20C;
}
.plan_wrap.savings .heading_wrap .heading_device .savings_device .splide__arrow--prev {
  left: -3rem;
}
.plan_wrap.savings .heading_wrap .heading_device .savings_device .splide__arrow--next {
  right: -3rem;
}
.plan_wrap.savings .heading_wrap .heading_device .savings_device .splide__arrow svg {
  fill: #fff;
}
.plan_wrap.savings .heading_wrap .heading_device .note {
  text-align: left;
  position: absolute;
  bottom: -1.6em;
  left: 0;
  font-weight: 400;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .heading_wrap .heading_device .note {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .heading_wrap + div {
    margin-top: 5rem;
  }
}
.plan_wrap.savings .features ul li {
  box-shadow: 0 0 2rem rgba(118, 210, 12, 0.25);
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .features ul li {
    box-shadow: 0 0 0.8rem rgba(118, 210, 12, 0.25);
  }
}
.plan_wrap.savings .features ul li p {
  color: #76D20C;
}
.plan_wrap.savings .plan_detail dl dt {
  background: #76D20C;
}
.plan_wrap.savings .overseas {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas {
    margin-top: 4rem;
  }
}
.plan_wrap.savings .overseas--ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
}
.plan_wrap.savings .overseas--ttl--baloon--inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 0.5em 8rem;
  color: #fff;
  background: #76D20C;
  border-radius: 10rem;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--ttl--baloon--inner {
    padding: 0.5em 5rem;
    font-size: 2rem;
  }
}
.plan_wrap.savings .overseas--ttl--baloon--inner::after {
  content: "";
  background: #76D20C;
  width: 4.7rem;
  height: 2.3rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--ttl--baloon--inner::after {
    width: 3rem;
    height: 1.5rem;
  }
}
.plan_wrap.savings .overseas--ttl--baloon--inner figure {
  width: 9.1rem;
  height: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--ttl--baloon--inner figure {
    width: 5.8rem;
    height: 3rem;
  }
}
.plan_wrap.savings .overseas--ttl--txt {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--ttl--txt {
    font-size: 1.6rem;
  }
}
.plan_wrap.savings .overseas--list {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.plan_wrap.savings .overseas--list--item {
  background: #fff;
  box-shadow: 0 0 2rem rgba(118, 210, 12, 0.25);
  padding: 9.2rem 5.2rem 2.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item {
    width: 100%;
    box-shadow: 0 0 1.5rem 0 rgba(118, 210, 12, 0.25);
    padding: 5.6rem 2.6rem 2.8rem;
  }
}
.plan_wrap.savings .overseas--list--item--number {
  background: #76D20C;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--number {
    width: 6.6rem;
    height: 6.6rem;
  }
}
.plan_wrap.savings .overseas--list--item--number .area {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--number .area {
    font-size: 1.4rem;
  }
}
.plan_wrap.savings .overseas--list--item--number .open-sans {
  line-height: 1;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--number .open-sans {
    font-size: 2rem;
  }
}
.plan_wrap.savings .overseas--list--item picture {
  width: 38.7rem;
  height: 19.3rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item picture {
    width: 26.8rem;
    height: 13.4rem;
  }
}
.plan_wrap.savings .overseas--list--item--area {
  margin-top: 4.1rem;
  margin-bottom: 2.9rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--area {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.plan_wrap.savings .overseas--list--item--area p {
  font-size: 1.7rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--area p {
    font-size: 1.4rem;
  }
}
.plan_wrap.savings .overseas--list--item--price .sub {
  background: #222;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  height: 2.1rem;
  width: 25.1rem;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--price .sub {
    font-size: 1.2rem;
    height: 1.8rem;
    width: 17.4rem;
    margin-bottom: 0.6rem;
  }
}
.plan_wrap.savings .overseas--list--item--price .price {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.plan_wrap.savings .overseas--list--item--price .price .month {
  font-size: 2.4rem;
  font-weight: bold;
  writing-mode: vertical-lr;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--price .price .month {
    font-size: 1.6rem;
  }
}
.plan_wrap.savings .overseas--list--item--price .price .open-sans {
  font-size: 7.6rem;
  color: #439CF0;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--price .price .open-sans {
    font-size: 5.2rem;
  }
}
.plan_wrap.savings .overseas--list--item--price .price .yen {
  font-weight: bold;
  font-size: 3.6rem;
  margin-left: 0.5rem;
  transform: translateY(0.5rem);
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--price .price .yen {
    font-size: 2rem;
    margin-left: 0.4rem;
  }
}
.plan_wrap.savings .overseas--list--item--price .tax-in {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--price .tax-in {
    font-size: 1rem;
  }
}
.plan_wrap.savings .overseas--list--item--price .note {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item--price .note {
    font-size: 1rem;
  }
}
.plan_wrap.savings .overseas--list--item + li {
  margin-left: 12rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--list--item + li {
    margin: 5.4rem 0 0;
  }
}
.plan_wrap.savings .overseas--btn {
  display: block;
  margin: 5rem auto 2rem;
  background: #222;
  color: #fff;
  text-align: center;
  height: 7rem;
  width: 53rem;
  line-height: 7rem;
  font-size: 2.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas--btn {
    margin-top: 3.6rem;
    height: 4.8rem;
    width: 100%;
    line-height: 4.8rem;
    font-size: 1.4rem;
  }
}
.plan_wrap.savings .overseas--btn::after {
  position: absolute;
  content: "";
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(-45deg);
}
.plan_wrap.savings .overseas > .note {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.savings .overseas > .note {
    font-size: 1rem;
  }
}
.plan_wrap.high-speed {
  background: #E7F6FB;
}
.plan_wrap.high-speed::before, .plan_wrap.high-speed::after {
  background: #0DA1D1;
}
.plan_wrap.high-speed .heading_wrap .heading_top p {
  color: #0DA1D1;
}
.plan_wrap.high-speed .heading_wrap .heading_top h3 {
  background: #0DA1D1;
}
.plan_wrap.high-speed .heading_wrap .heading_device {
  background: url(../img/device_back_02.svg) no-repeat center/contain;
}
.plan_wrap.high-speed .features ul li {
  box-shadow: 0 0 2rem rgba(13, 161, 209, 0.25);
}
@media only screen and (max-width: 768px) {
  .plan_wrap.high-speed .features ul li {
    box-shadow: 0 0 0.8rem rgba(13, 161, 209, 0.25);
  }
}
.plan_wrap.high-speed .features ul li p {
  color: #0DA1D1;
}
.plan_wrap.high-speed .plan_detail dl dt {
  background: #0DA1D1;
}
.plan_wrap.no-limit {
  background: #FFF5E8;
}
.plan_wrap.no-limit::before, .plan_wrap.no-limit::after {
  background: #FD9214;
}
.plan_wrap.no-limit .heading_wrap .heading_top p {
  color: #FD9214;
}
.plan_wrap.no-limit .heading_wrap .heading_top h3 {
  background: #FD9214;
}
.plan_wrap.no-limit .heading_wrap .heading_device {
  background: url(../img/device_back_03.svg) no-repeat center/contain;
  position: relative;
}
.plan_wrap.no-limit .heading_wrap .heading_device .note {
  text-align: left;
  position: absolute;
  bottom: -1.6em;
  left: 0;
  font-weight: 400;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.no-limit .heading_wrap .heading_device .note {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .plan_wrap.no-limit .heading_wrap + div {
    margin-top: 5rem;
  }
}
.plan_wrap.no-limit .features ul li {
  box-shadow: 0 0 2rem rgba(253, 146, 20, 0.25);
}
@media only screen and (max-width: 768px) {
  .plan_wrap.no-limit .features ul li {
    box-shadow: 0 0 0.8rem rgba(253, 146, 20, 0.25);
  }
}
.plan_wrap.no-limit .features ul li p {
  color: #FD9214;
}
.plan_wrap.no-limit .plan_detail dl dt {
  background: #FD9214;
}
.plan_wrap.directdebit {
  background: #FCFBE7;
}
.plan_wrap.directdebit::before, .plan_wrap.directdebit::after {
  background: #E0D20D;
}
.plan_wrap.directdebit .heading_wrap .heading_top p {
  color: #E0D20D;
}
.plan_wrap.directdebit .heading_wrap .heading_top h3 {
  background: #E0D20D;
}
.plan_wrap.directdebit .heading_wrap .heading_device {
  background: url(../img/device_back_04.svg) no-repeat center/contain;
  position: relative;
}
.plan_wrap.directdebit .heading_wrap .heading_device .directdebit_device .splide__arrow {
  background: #E0D20D;
}
.plan_wrap.directdebit .heading_wrap .heading_device .directdebit_device .splide__arrow--prev {
  left: -3rem;
}
.plan_wrap.directdebit .heading_wrap .heading_device .directdebit_device .splide__arrow--next {
  right: -3rem;
}
.plan_wrap.directdebit .heading_wrap .heading_device .directdebit_device .splide__arrow svg {
  fill: #fff;
}
.plan_wrap.directdebit .heading_wrap .heading_device .note {
  text-align: left;
  position: absolute;
  bottom: -1.6em;
  left: 0;
  font-weight: 400;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.directdebit .heading_wrap .heading_device .note {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .plan_wrap.directdebit .heading_wrap + div {
    margin-top: 5rem;
  }
}
.plan_wrap.directdebit .features ul li {
  box-shadow: 0 0 2rem rgba(253, 146, 20, 0.25);
}
@media only screen and (max-width: 768px) {
  .plan_wrap.directdebit .features ul li {
    box-shadow: 0 0 0.8rem rgba(253, 146, 20, 0.25);
  }
}
.plan_wrap.directdebit .features ul li p {
  color: #E0D20D;
}
.plan_wrap.directdebit .plan_detail dl dt {
  background: #E0D20D;
}
.plan_wrap.directdebit .cv_wrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.directdebit .cv_wrap {
    margin-top: 2rem;
  }
}
.plan_wrap.directdebit .cv_wrap--copy--inline {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.directdebit .cv_wrap--copy--inline {
    font-size: 1.6rem;
  }
}
.plan_wrap.directdebit .cv_wrap .cv-btn {
  padding: 1em 3.5em;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.directdebit .cv_wrap .cv-btn {
    max-width: 100%;
    padding: 1em 2.5em;
    font-size: 1.6rem;
  }
}
.plan_wrap.directdebit .cv_wrap .cv-btn p {
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap.directdebit .cv_wrap .cv-btn p {
    font-size: 1.8rem;
  }
}
.plan_wrap.directdebit .cv_wrap .cv-btn p::after {
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .plan_wrap.directdebit .cv_wrap .cv-btn p::after {
    width: 0.8rem;
    height: 0.8rem;
    right: -2rem;
  }
}
.plan_wrap .cv_wrap {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .cv_wrap {
    margin-top: 2rem;
  }
}
.plan_wrap .cv_wrap p {
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .plan_wrap .cv_wrap p {
    font-size: 2.2rem;
  }
}

/*　無制限プラン対応エリア　*/
.more_limited {
  background: linear-gradient(90deg, #E7F6FB 0%, #FFF5E8 100%);
}
.more_limited .inner {
  padding: 8rem 20.4rem;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner {
    padding: 4rem 2.5rem;
  }
}
.more_limited .inner h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner h3 {
    margin-bottom: 3rem;
  }
}
.more_limited .inner h3 span {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.4;
  padding: 0.7em 1.5em;
  color: #fff;
  border-radius: 8rem;
  background: #FD9214;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner h3 span {
    font-size: 2rem;
  }
}
.more_limited .inner h3 span::after {
  position: absolute;
  content: "";
  width: 4.8rem;
  height: 2.4rem;
  background: #FD9214;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 768px) {
  .more_limited .inner h3 span::after {
    width: 3rem;
    height: 1.5rem;
  }
}
.more_limited .inner .more_limited_wrap {
  position: relative;
  width: 70%;
  margin: 0 auto;
  background: #fff;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner .more_limited_wrap {
    width: 100%;
    padding: 2.5rem;
  }
}
.more_limited .inner .more_limited_wrap.plus_area {
  box-shadow: 0 0 1rem rgba(253, 146, 20, 0.25);
}
.more_limited .inner .more_limited_wrap h4 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner .more_limited_wrap h4 {
    font-size: 1.6rem;
  }
}
.more_limited .inner .more_limited_wrap .plus-area-map {
  width: 100%;
  height: 40rem;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner .more_limited_wrap .plus-area-map {
    height: 30rem;
  }
}
.more_limited .inner .more_limited_wrap .note .heading {
  margin-top: 1em;
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner .more_limited_wrap .note .heading {
    font-size: 1.4rem;
  }
}
.more_limited .inner .more_limited_wrap .note .text {
  margin-top: 1em;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner .more_limited_wrap .note .text {
    font-size: 1.2rem;
  }
}
.more_limited .inner .cv_wrap {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner .cv_wrap {
    margin-top: 2rem;
  }
}
.more_limited .inner .cv_wrap p {
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .more_limited .inner .cv_wrap p {
    font-size: 2.2rem;
  }
}

/* トップに戻る */
.bottom_back_btn {
  background: #EAF0F5;
}
.bottom_back_btn .inner {
  padding: 8rem 20.4rem;
}
@media only screen and (max-width: 768px) {
  .bottom_back_btn .inner {
    padding: 4rem 2.5rem;
  }
}
.bottom_back_btn .inner .to_other_page {
  margin-top: 0;
}

/* ▲ 料金プランページ end ▲ */
/* ▼ オプションページ start ▼ */
.course_options_wrap .inner {
  padding: 8rem 20.4rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner {
    padding: 4rem 2.5rem;
  }
}
.course_options_wrap .inner .course_options_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list {
    display: block;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap {
  background: #fff;
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap {
    width: 100%;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap h3 {
  position: relative;
}
.course_options_wrap .inner .course_options_list .contents_wrap h3::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 2rem;
  background: #212C36;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap h3::after {
    width: 2rem;
    height: 1rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap {
    gap: 1rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap figure {
  width: 8rem;
  height: 8rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap figure {
    width: 6rem;
    height: 6rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee .monthly {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee .monthly {
    font-size: 1.6rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee .fee {
  display: flex;
  align-items: flex-end;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee .fee .number {
  letter-spacing: -0.02em;
  color: #439CF0;
  font-size: 8.6rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee .fee .number {
    font-size: 5.2rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee .fee .yen {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee .fee .yen {
    font-size: 1.6rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee .fee .yen .tax {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .heading_wrap .monthly_fee .fee .yen .tax {
    font-size: 1rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text {
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .text {
    font-size: 1.2rem;
    margin-top: 1.5em;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text p {
  text-align: center;
  background: #F4F4F4;
  font-weight: 500;
  padding: 0.4em 0;
  margin: 1em 0 0.5em;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text + div {
  margin-top: 2em;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value {
  text-align: center;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value .balloon {
  position: relative;
  display: inline-block;
  background: #FFF5E8;
  margin: 3rem 0 0;
  padding: 1em 1.5em;
  border-radius: 1rem;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value .balloon::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFF5E8;
  width: 4rem;
  height: 2rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value .balloon::after {
    width: 2rem;
    height: 1rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value .balloon .number {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value .balloon .number {
    font-size: 1.6rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value .balloon + div {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value .balloon + div {
    margin-top: 1rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value--price {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value--price {
    font-size: 1.6rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value--price .monthly_fee {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value--price .number {
  font-size: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value--price .number {
    font-size: 5.6rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value--price .yen {
  position: relative;
  display: inline-block;
  margin-left: 0.3rem;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value--price .yen::after {
  content: "(税込)";
  white-space: nowrap;
  position: absolute;
  font-weight: 400;
  bottom: 80%;
  left: 0.1em;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value--price .yen::after {
    font-size: 1rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .text .value--text {
  margin-top: 1em;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal__btn {
  position: relative;
  display: block;
  font-size: 1.6rem;
  cursor: pointer;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.4em 0;
  background: #222;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal__btn {
    font-size: 1.2rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal__btn::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/another_tab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__header h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  background: #212C36;
  color: #fff;
  padding: 0.5em 0;
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__header h4 {
    font-size: 2.4rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content {
  padding: 4rem 6rem 6rem;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content {
    padding: 2.5rem 2.5rem 3rem;
    font-size: 1.2rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .heading_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .heading_wrap figure {
  width: 5rem;
  height: 5rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .heading_wrap figure {
    width: 4rem;
    height: 4rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .heading_wrap h5 {
  color: #446B90;
  font-weight: 600;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .heading_wrap h5 {
    font-size: 1.8rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .text {
  margin: 2em 0 0;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .text {
    margin: 1.5em 0 0;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .text p {
  text-align: center;
  background: #F4F4F4;
  font-weight: 500;
  padding: 0.4em 0;
  margin: 1em 0 0.5em;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .text .note {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .text .note {
    margin-top: 1.5em;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li .text .note .underline {
  text-decoration: underline;
  outline: none;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li + li {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: dotted 1px #C8C8C8;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content ul li + li {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content section h5 {
  color: #446B90;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content section h5 {
    font-size: 1.4rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content section .note {
  margin-top: 1em;
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content section + section {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .detail_modal .modal .modal__content section + section {
    margin-top: 2.5rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .more_detail a {
  display: block;
  position: relative;
  background: #222;
  color: #fff;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.5em 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap .content_back .more_detail a {
    font-size: 1.2rem;
  }
}
.course_options_wrap .inner .course_options_list .contents_wrap .content_back .more_detail a::after {
  content: "";
  background: url(../img/out_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .course_options_wrap .inner .course_options_list .contents_wrap + li {
    margin-top: 2rem;
  }
}
.course_options_wrap .inner .course_options_list.options .contents_wrap:last-child {
  box-shadow: 0 0 0.8rem rgba(253, 146, 20, 0.25);
}
.course_options_wrap .inner .course_options_list.options .contents_wrap:last-child h3 {
  background: #FD9214;
}
.course_options_wrap .inner .course_options_list.options .contents_wrap:last-child h3::after {
  background: #FD9214;
}

/* ▼ modal 基本 start ▼ */
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 999;
}
.micromodal-slide .modal__overlay .modal__container {
  background-color: #fff;
  max-width: 60%;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .micromodal-slide .modal__overlay .modal__container {
    max-width: 80%;
  }
}
.micromodal-slide .modal__overlay .modal__container .modal__header {
  position: relative;
}
.micromodal-slide .modal__overlay .modal__container .modal__header .modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.25;
  box-sizing: border-box;
  width: 100%;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .micromodal-slide .modal__overlay .modal__container .modal__header .modal__title {
    font-size: 1.8rem;
  }
}
.micromodal-slide .modal__overlay .modal__container .modal__header .modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media only screen and (max-width: 768px) {
  .micromodal-slide .modal__overlay .modal__container .modal__header .modal__close {
    top: 0.5rem;
    right: 1rem;
  }
}
.micromodal-slide .modal__overlay .modal__container .modal__header .modal__close:before {
  content: "✕";
  color: #fff;
  line-height: 1;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .micromodal-slide .modal__overlay .modal__container .modal__header .modal__close:before {
    font-size: 1.5rem;
  }
}
.micromodal-slide .modal__overlay .modal__container .modal__content {
  color: rgba(0, 0, 0, 0.8);
}

/* modal Animation Style */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* ▲ modal 基本 end ▲ */
/* ▲ オプションページ end ▲ */
/* ▼ 海外利用ページ start ▼ */
.overseas_available_areas .inner {
  padding: 8rem 20.4rem;
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner {
    padding: 4rem 2.5rem;
  }
}
.overseas_available_areas .inner .available_areas_list {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner .available_areas_list {
    display: block;
  }
}
.overseas_available_areas .inner .available_areas_list .contents_wrap {
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner .available_areas_list .contents_wrap {
    width: 100%;
  }
}
.overseas_available_areas .inner .available_areas_list .contents_wrap h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.overseas_available_areas .inner .available_areas_list .contents_wrap h3 p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 3.8rem;
  color: #fff;
  padding-right: 2rem;
  border-right: solid 1px #fff;
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner .available_areas_list .contents_wrap h3 p {
    font-size: 2.4rem;
  }
}
.overseas_available_areas .inner .available_areas_list .contents_wrap h3 p + span {
  margin-left: 2rem;
}
.overseas_available_areas .inner .available_areas_list .contents_wrap h3 span {
  color: #439CF0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner .available_areas_list .contents_wrap h3 span {
    font-size: 1.2rem;
  }
}
.overseas_available_areas .inner .available_areas_list .contents_wrap h3 span .number {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner .available_areas_list .contents_wrap h3 span .number {
    font-size: 1.6rem;
  }
}
.overseas_available_areas .inner .available_areas_list .contents_wrap .content_back dl div dt {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner .available_areas_list .contents_wrap .content_back dl div dt {
    font-size: 1.4rem;
  }
}
.overseas_available_areas .inner .available_areas_list .contents_wrap .content_back dl div dt span {
  display: inline-block;
  border: solid 1px #c8c8c8;
  padding: 0.25em 0.5em;
}
.overseas_available_areas .inner .available_areas_list .contents_wrap .content_back dl div dd {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner .available_areas_list .contents_wrap .content_back dl div dd {
    font-size: 1.2rem;
  }
}
.overseas_available_areas .inner .available_areas_list .contents_wrap .content_back dl div + div {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner .available_areas_list .contents_wrap + li {
    margin-top: 4rem;
  }
}
.overseas_available_areas .inner .available_areas_list + div {
  margin-top: 2rem;
}
.overseas_available_areas .inner .note {
  font-weight: 500;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .overseas_available_areas .inner .note {
    font-size: 1.2rem;
  }
}

.introduction {
  background: #fff;
}
.introduction .inner {
  padding: 8rem 34.4rem;
}
@media only screen and (max-width: 768px) {
  .introduction .inner {
    padding: 4rem 2.5rem;
  }
}
.introduction .inner .contents_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .introduction .inner .contents_flex {
    row-gap: 1rem;
    column-gap: 2.4rem;
  }
}
.introduction .inner .contents_flex .devices {
  grid-row: span 2;
  width: 27.7rem;
}
@media only screen and (max-width: 768px) {
  .introduction .inner .contents_flex .devices {
    grid-row: span 1;
    width: 17.2rem;
  }
}
.introduction .inner .contents_flex .point {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .introduction .inner .contents_flex .point {
    display: block;
  }
}
.introduction .inner .contents_flex .point p {
  white-space: nowrap;
  display: inline-block;
  color: #439CF0;
  border: solid 1px #439CF0;
  font-size: 2.4rem;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 768px) {
  .introduction .inner .contents_flex .point p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .introduction .inner .contents_flex .point p + p {
    margin-top: 1em;
  }
}
.introduction .inner .contents_flex .bottom_logo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .introduction .inner .contents_flex .bottom_logo {
    grid-column: span 2;
  }
}
.introduction .inner .contents_flex .bottom_logo p {
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .introduction .inner .contents_flex .bottom_logo p {
    font-size: 1.2rem;
  }
}
.introduction .inner .contents_flex .bottom_logo figure {
  max-width: 83%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .introduction .inner .contents_flex .bottom_logo figure {
    width: 73%;
  }
}

/* ▲ 海外利用ページ end ▲ */
/* ▲ 下層ページ end ▲ */
/* ---------------- ▼フッター //.footer---------------- */
.footer {
  padding-top: 7.4rem;
  background: #212C36;
  color: #fff;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 4rem 0 0;
  }
}
.footer--ttl {
  padding: 0 35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .footer--ttl {
    flex-direction: column;
    padding: 0;
    margin-bottom: 3rem;
  }
}
.footer--ttl .logo img {
  width: 51.2rem;
}
@media only screen and (max-width: 768px) {
  .footer--ttl .logo img {
    width: 25.6rem;
  }
}
.footer--ttl--message {
  margin-left: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .footer--ttl--message {
    margin: 1.2rem 0 0;
    font-size: 1.4rem;
  }
}
.footer--link {
  margin-top: 4.2rem;
  padding: 0 35rem;
  display: flex;
  justify-content: center;
  align-items: top;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .footer--link {
    margin-top: 3rem;
    padding: 0 2.4rem;
    justify-content: space-between;
  }
}
.footer--link--list--item {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .footer--link--list--item {
    font-size: 1.2rem;
  }
}
.footer--link--list--item + li {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .footer--link--list--item + li {
    margin-top: 0.8rem;
  }
}
.footer--link--list .gray {
  color: #F4F4F4;
}
.footer--link--list + ul {
  margin-left: 13rem;
}
@media only screen and (max-width: 768px) {
  .footer--link--list + ul {
    margin: 0;
  }
}
.footer .callcenter_info {
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.2;
  margin: 4rem 35rem 0;
  padding-top: 2rem;
  border-top: solid 1px #555;
  border-width: 60%;
}
@media only screen and (max-width: 768px) {
  .footer .callcenter_info {
    font-size: 1.2rem;
    margin: 3rem 2.4rem 0;
    padding-top: 1.5rem;
  }
}
.footer .callcenter_info p:nth-child(2) {
  padding-left: 1em;
  margin-left: 1em;
  border-left: solid 1px #555;
}
.footer .callcenter_info p.note {
  color: #ccc;
  margin-top: 1.5em;
  width: 100%;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .footer .callcenter_info p.note {
    font-size: 1rem;
  }
}
.footer .callcenter_info p span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .footer .callcenter_info p span {
    font-size: 1rem;
  }
}
.footer .cv-btn {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .footer .cv-btn {
    margin-top: 3rem;
  }
}
.footer .copyright {
  background: #222;
  padding: 2.4rem 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  margin-top: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    margin-top: 4.4rem;
    padding: 1.6rem 0;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */