@charset "UTF-8";
h1 {
  margin: 0;
  padding: 0;
}
h1::after {
  display: none !important;
}

h2::before, h2::after {
  display: none !important;
}

table th, table td {
  border: none;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}

sup {
  font-weight: normal;
}

.text-upper::before,
.text-upper::after {
  top: 0;
  border-color: currentColor;
  height: 85%;
}

/*テキスト*/
.text-del {
  text-decoration: line-through;
}

.text-italic {
  font-style: italic;
}

.color-link {
  color: #4B6FAA;
}

.color-wht {
  color: #FFF;
}

.color-grn {
  color: #02BF9E;
}

.color-ppl {
  color: #b558ff;
}

.color-yel {
  color: #fffb00;
}

.color-marker-yel {
  background: linear-gradient(transparent 1.1em, #fffb00 1.1em, #fffb00 1.35em, transparent 1.35em);
}

.color-marker-wht {
  background: linear-gradient(transparent 1.1em, #ffffff 1.1em, #ffffff 1.35em, transparent 1.35em);
}

.text-under {
  text-decoration: underline;
}

/*メディアクエリ*/
.show-tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .show-tablet {
    display: block;
  }
}

/*リスト*/
.list-note-num.star > li::before {
  content: "★";
}

/*ボード*/
.board-lg {
  padding: 32px 24px;
  border-radius: 32px;
}

/*角丸*/
.bd-radius-max {
  border-radius: 1000px !important;
}

.bd-radius-48 {
  border-radius: 48px !important;
}

.bd-radius-12 {
  border-radius: 12px !important;
}

.bd-radius-6 {
  border-radius: 6px !important;
}

/*幅指定*/
.w-full {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

[class*=content-] {
  margin-inline: auto;
}

.content-1000 {
  max-width: 1000px;
}

.content-900 {
  max-width: 900px;
}

.content-800 {
  max-width: 800px;
}

.fit {
  width: 100%;
  height: auto;
}

/*ブロック要素*/
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.fixed-layer {
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.85);
  transform: translateX(100vw);
}
.fixed-layer.active {
  z-index: 101;
}

@media screen and (min-width: 768px) {
  header .container-header {
    max-width: 100% !important;
    margin-inline: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  header .container-header {
    margin-inline: 3.2vw !important;
  }
}
header .container-header nav.gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  margin-inline: auto;
}
header .container-header nav.gnav .gnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}
header .container-header nav.gnav .gnav-list li {
  position: relative;
  margin: 0 18px 8px 0;
  padding-right: 18px;
}
@media screen and (min-width: 1081px) and (max-width: 1400px) {
  header .container-header nav.gnav .gnav-list li {
    margin-right: calc(12px + (18 - 12) * (100vw - 1081px) / (1400 - 1081));
    padding-right: calc(12px + (18 - 12) * (100vw - 1081px) / (1400 - 1081));
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .container-header nav.gnav .gnav-list li {
    margin-right: calc(9px + (12 - 9) * (100vw - 768px) / (1080 - 768));
    padding-right: calc(9px + (12 - 9) * (100vw - 768px) / (1080 - 768));
  }
}
header .container-header nav.gnav .gnav-list li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  background: url(../images/icn_gnav_arr.svg) no-repeat center bottom/10px auto;
}
@media screen and (min-width: 1081px) and (max-width: 1400px) {
  header .container-header nav.gnav .gnav-list li a {
    font-size: calc(13px + (16 - 13) * (100vw - 1081px) / (1400 - 1081));
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .container-header nav.gnav .gnav-list li a {
    font-size: calc(10.5px + (14 - 10.5) * (100vw - 768px) / (1080 - 768));
  }
}
header .container-header nav.gnav .gnav-list li:last-of-type::after, header .container-header nav.gnav .gnav-list li:nth-of-type(5)::after {
  display: none;
}
header .container-header nav.gnav .gnav-list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
  width: 1px;
  height: 20px;
  background: #E1E1E1;
}
@media screen and (min-width: 1081px) and (max-width: 1400px) {
  header .container-header nav.gnav .gnav-list li::after {
    top: calc(50% - (12px + (14 - 12) * (100vw - 1081px) / (1400 - 1081)));
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .container-header nav.gnav .gnav-list li::after {
    top: calc(50% - 12px);
    height: calc(16px + (20 - 16) * (100vw - 768px) / (1080 - 768));
  }
}
header .container-header nav.gnav .label-simu,
header .container-header nav.gnav .label-starter {
  width: 200px;
}
@media screen and (min-width: 1081px) and (max-width: 1400px) {
  header .container-header nav.gnav .label-simu,
  header .container-header nav.gnav .label-starter {
    width: calc(140px + (200 - 140) * (100vw - 1081px) / (1400 - 1081));
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .container-header nav.gnav .label-simu,
  header .container-header nav.gnav .label-starter {
    width: calc(114px + (180 - 114) * (100vw - 768px) / (1080 - 768));
  }
}
header .container-header nav.gnav .label-simu a,
header .container-header nav.gnav .label-starter a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  width: 100%;
  min-height: 72px;
  border-radius: 128px;
  background: #d9161B;
}
@media screen and (min-width: 1081px) and (max-width: 1400px) {
  header .container-header nav.gnav .label-simu a,
  header .container-header nav.gnav .label-starter a {
    font-size: calc(18px + (24 - 18) * (100vw - 1081px) / (1400 - 1081));
    min-height: calc(68px + (72 - 68) * (100vw - 1081px) / (1400 - 1081));
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .container-header nav.gnav .label-simu a,
  header .container-header nav.gnav .label-starter a {
    font-size: calc(14.5px + (20 - 14.5) * (100vw - 768px) / (1080 - 768));
    min-height: calc(48px + (68 - 48) * (100vw - 768px) / (1080 - 768));
  }
}
header .container-header nav.gnav .label-simu {
  margin-right: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .container-header nav.gnav .label-simu {
    margin-right: calc(8px + (16 - 8) * (100vw - 768px) / (1080 - 768));
  }
}
header .container-header nav.gnav .label-simu a {
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  border: 3px solid #e83817;
  background: #fff;
}
@media screen and (min-width: 1081px) and (max-width: 1400px) {
  header .container-header nav.gnav .label-simu a {
    font-size: calc(14px + (18 - 14) * (100vw - 1081px) / (1400 - 1081));
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .container-header nav.gnav .label-simu a {
    font-size: calc(11.5px + (16 - 11.5) * (100vw - 768px) / (1080 - 768));
  }
}

nav.gnav-sp {
  display: flex;
}
nav.gnav-sp .gnav-list {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
nav.gnav-sp .gnav-list li {
  margin-bottom: 0;
}
nav.gnav-sp .gnav-list li.label-starter {
  width: 118px;
}
nav.gnav-sp .gnav-list li.label-starter a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  min-height: 100px;
  border-radius: 128px;
  background: #d9161B;
}
@media screen and (max-width: 767px) {
  nav.gnav-sp .gnav-list li.label-starter a {
    font-size: 16px;
    min-height: 38px;
    padding: 4px 8px;
  }
}
nav.gnav-sp .gnav-list li.label-menu {
  width: 38px;
  margin-left: 20px;
}
nav.gnav-sp .gnav-list li.label-menu button.spmenu-trigger {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
nav.gnav-sp .gnav-list li.label-menu button.spmenu-trigger:focus {
  outline: none;
}
nav.gnav-sp .gnav-list li.label-menu button.spmenu-trigger > .icn {
  display: block;
  width: 38px;
  height: 25px;
  margin-inline: auto;
  background: url(../images/icn_gnav_menu.svg) no-repeat 0 0/100% auto;
}
nav.gnav-sp .gnav-list li.label-menu button.spmenu-trigger > .txt {
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  color: #e83817;
}

.spmenu {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  display: none;
  transform: translateX(100vw);
  display: none;
}
@media screen and (max-width: 767px) {
  .spmenu {
    display: block;
  }
}
.spmenu.active {
  z-index: 102;
  height: 100%;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .spmenu {
    display: block;
  }
}
.spmenu .spmenu-gnav {
  position: relative;
  padding-top: 18.1333333333vw;
}
.spmenu .spmenu-gnav-list {
  max-width: 85.3333333333vw;
  margin: 0 auto 3.2vw;
}
.spmenu .spmenu-gnav-list li {
  margin-bottom: 3.2vw;
}
.spmenu .spmenu-gnav-list li a {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 2.4vw 3.2vw;
  border-radius: 128px;
  background: #b558ff url(../images/icn_arr_btm_wht.svg) no-repeat;
  background-position: center right 4.2666666667vw;
  background-size: 5.3333333333vw auto;
}
.spmenu .spmenu-close {
  position: absolute;
  z-index: 1;
  right: 4.2666666667vw;
  top: 4.2666666667vw;
  margin: 0 auto;
  padding: 0;
  max-width: none;
  border: none;
  border-radius: 0;
  background: none;
}
.spmenu .spmenu-close > .icn {
  display: block;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  margin: 0 auto;
  background: url(../images/icn_gnav_menu_close.svg) no-repeat 0 0/100% auto;
}
.spmenu button:focus {
  outline: none;
}
.spmenu p {
  margin-bottom: 3.2vw;
}
.spmenu p .lp-btn-white-primary,
.spmenu p .lp-btn-primary {
  max-width: 85.3333333333vw;
}
.spmenu p .lp-btn-white-primary {
  font-size: 4.2666666667vw;
}

@media screen and (max-width: 767px) {
  #fixed-nav {
    display: block;
  }
}
#fixed-nav .nav-jcom .nav-menu .menu-bar {
  padding-inline: 24px;
}
@media screen and (max-width: 1159px) {
  #fixed-nav .nav-jcom .nav-menu .menu-bar {
    padding-inline: 0;
  }
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container {
  max-width: 1200px;
  min-width: auto;
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .gnav-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .gnav-list li {
  position: relative;
  margin: 0 18px 12px 0;
  padding-right: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .gnav-list li {
    margin-right: calc(10px + (18 - 10) * (100vw - 768px) / (1240 - 768));
    padding-right: calc(10px + (18 - 10) * (100vw - 768px) / (1240 - 768));
  }
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .gnav-list li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  background: url(../images/icn_gnav_arr.svg) no-repeat center bottom/10px auto;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .gnav-list li a {
    font-size: calc(10.5px + (16 - 10.5) * (100vw - 768px) / (1240 - 768));
  }
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .gnav-list li:last-of-type::after, #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .gnav-list li:nth-of-type(5)::after {
  display: none;
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .gnav-list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 1px;
  height: 24px;
  background: #E1E1E1;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .gnav-list li::after {
    top: calc(50% - (10px + (12 - 10) * (100vw - 768px) / (1240 - 768)));
    height: calc(14px + (24 - 14) * (100vw - 768px) / (1240 - 768));
  }
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-simu,
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-starter {
  width: 200px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1110px) {
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-simu,
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-starter {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 879px) {
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-simu,
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-starter {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-simu,
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-starter {
    width: calc(114px + (200 - 114) * (100vw - 768px) / (1240 - 768));
  }
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-simu a,
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-starter a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  width: 100%;
  min-height: 58px;
  border-radius: 128px;
  background: #d9161B;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-simu a,
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-starter a {
    font-size: calc(15px + (20 - 15) * (100vw - 768px) / (1240 - 768));
    min-height: calc(48px + (58 - 48) * (100vw - 768px) / (1240 - 768));
  }
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-simu {
  margin-right: 12px;
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-simu a {
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  border: 3px solid #e83817;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #fixed-nav .nav-jcom .nav-menu .menu-bar .container nav.gnav .label-simu a {
    font-size: calc(11px + (16 - 11) * (100vw - 768px) / (1240 - 768));
  }
}
#fixed-nav .nav-jcom .nav-menu .menu-bar .container .gnav-sp {
  padding: 6px 0;
}

.cv {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .cv {
    margin-top: 8.5333333333vw;
  }
}

.cv-label {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .cv-label {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cv-label {
    font-size: 4.2666666667vw;
  }
}
.cv-label.is-mt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cv-label.is-mt {
    margin-block: 6.4vw 3.2vw;
  }
}

.cv-catch {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 1079px) {
  .cv-catch {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .cv-catch {
    font-size: 3.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.cv-catch .fs-lg {
  font-size: 32px;
}
@media screen and (max-width: 1079px) {
  .cv-catch .fs-lg {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cv-catch .fs-lg {
    font-size: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .lp-btn-row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .lp-btn-row .lp-btn-col {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .lp-btn-row .lp-btn-col + .lp-btn-col {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-btn-row .lp-btn-col .lp-btn-primary {
    font-size: calc(28px + (32 - 28) * (100vw - 768px) / (1079 - 768));
  }
  .lp-btn-row .lp-btn-col .lp-btn-primary .icn-arr {
    background-position: center right calc(24px + (54 - 24) * (100vw - 768px) / (1079 - 768));
    background-size: calc(18px + (24 - 18) * (100vw - 768px) / (1079 - 768));
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-btn-row .lp-btn-col .lp-btn-white-primary {
    font-size: calc(22px + (30 - 22) * (100vw - 768px) / (1079 - 768));
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-btn-row .lp-btn-col .lp-btn-white-primary .icn-simu {
    padding-left: calc(36px + (46 - 36) * (100vw - 768px) / (1079 - 768));
    background-size: calc(34px + (40 - 34) * (100vw - 768px) / (1079 - 768));
  }
}
@media screen and (max-width: 767px) {
  .lp-btn-row .lp-btn-col .lp-btn {
    max-width: 100%;
  }
}

.lp-btn {
  transition: 0.25s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-width: 650px;
  min-height: 120px;
  margin-inline: auto;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff !important;
  border-radius: 128px;
  background-color: #b558ff;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (max-width: 1079px) {
  .lp-btn {
    font-size: 30px;
    min-height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .lp-btn {
    line-height: 1.3;
    font-size: 4.2666666667vw;
    max-width: 77.3333333333vw;
    min-height: 15.4666666667vw;
  }
}
.lp-btn .fs-sm {
  display: block;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1079px) {
  .lp-btn .fs-sm {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp-btn .fs-sm {
    font-size: 3.4666666667vw;
    margin-bottom: 0;
  }
}
.lp-btn.lp-btn-phone {
  background: #b558ff url(../images/icn_phone.svg) no-repeat left 16px center/24px auto;
}
.lp-btn.lp-btn-member {
  color: #333 !important;
  background-color: #F5D200;
}
@media screen and (max-width: 767px) {
  .lp-btn.lp-btn-member {
    font-size: 5.3333333333vw;
  }
}
.lp-btn.lp-btn-white-primary {
  font-size: 30px;
  color: #333 !important;
  border: 3px solid #e83817;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-btn.lp-btn-white-primary {
    font-size: 4.8vw;
  }
}
.lp-btn.lp-btn-white-primary .icn-simu {
  vertical-align: middle;
  padding: 4px 0 4px 46px;
  background: url(/common_v10/images/icn-simulation.svg) no-repeat left center/40px auto;
}
@media screen and (max-width: 767px) {
  .lp-btn.lp-btn-white-primary .icn-simu {
    padding-left: 8.5333333333vw;
    background-size: 8vw;
  }
}
.lp-btn.lp-btn-primary {
  font-size: 32px;
  background-color: #d9161B;
}
@media screen and (max-width: 767px) {
  .lp-btn.lp-btn-primary {
    font-size: 5.3333333333vw;
  }
}
.lp-btn .icn-arr {
  transition: background-position 0.25s;
  display: block;
  width: 100%;
  padding-block: 6px;
  background-image: url(../images/icn_btn_arr_wht.svg);
  background-repeat: no-repeat;
  background-position: center right 54px;
  background-size: 24px auto;
}
@media screen and (max-width: 767px) {
  .lp-btn .icn-arr {
    background-position: center right 5.3333333333vw;
    background-size: 3.2vw auto;
  }
}
.lp-btn .icn-member {
  display: block;
  width: 100%;
  background-image: url(/common_v10/images/icn-member.svg);
  background-repeat: no-repeat;
  background-position: left 40px center;
  background-size: 48px auto;
}
@media screen and (max-width: 767px) {
  .lp-btn .icn-member {
    background-position: left 4.2666666667vw center;
    background-size: 7.4666666667vw auto;
  }
}
.lp-btn[target=_blank] {
  background-image: url(/common_v10/images/icn-link-blank-black.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 32px auto;
}
@media screen and (max-width: 767px) {
  .lp-btn[target=_blank] {
    background-position: right 4.2666666667vw center;
    background-size: 4.2666666667vw auto;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .lp-btn:hover .icn-arr {
    background-position: center right 48px;
  }
}

.section:not(.section-note) .container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding-inline: 24px;
}
@media screen and (max-width: 1079px) {
  .section:not(.section-note) .container {
    max-width: 1232px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section:not(.section-note) .container {
    padding-inline: 3.2vw;
  }
}
.section:not(.section-note).section-lg {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .section:not(.section-note).section-lg {
    padding-block: 8.5333333333vw;
  }
}
.section:not(.section-note).section-lg.is-top {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section:not(.section-note).section-lg.is-top {
    margin-top: 8.5333333333vw;
  }
}
.section:not(.section-note).section-md {
  padding-block: 80px 64px;
}
@media screen and (max-width: 767px) {
  .section:not(.section-note).section-md {
    padding-block: 8.5333333333vw 6.4vw;
  }
}

.h2-tit h2 {
  font-size: 40px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1079px) {
  .h2-tit h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .h2-tit h2 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.h2-tit h2 .fs-sm {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .h2-tit h2 .fs-sm {
    font-size: 4.8vw;
  }
}
.h2-tit[data-type=ballon] {
  max-width: 840px;
  height: 230px;
  margin: -40px auto 24px;
  background: url(../images/recommend_tit_bg.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .h2-tit[data-type=ballon] {
    max-width: 90.6666666667vw;
    height: 36.8vw;
    margin: -2.1333333333vw auto 4.2666666667vw;
    background: url(../images/recommend_tit_bg_sp.png) no-repeat 0 0/100% auto;
  }
}
.h2-tit[data-type=ballon] .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 840/230;
}
.h2-tit[data-type=ballon] .inner h2 {
  line-height: 1.2;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .h2-tit[data-type=ballon] .inner h2 {
    margin-top: 8.5333333333vw;
  }
}
.h2-tit[data-type=ballon] .inner h2 .txt-1 {
  font-size: 40px;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 1079px) {
  .h2-tit[data-type=ballon] .inner h2 .txt-1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .h2-tit[data-type=ballon] .inner h2 .txt-1 {
    font-size: 6.4vw;
  }
  .h2-tit[data-type=ballon] .inner h2 .txt-1.fs-16-sp {
    font-size: 4.2666666667vw;
    margin-block: -0.5333333333vw 0.5333333333vw;
  }
}
.h2-tit[data-type=ballon] .inner h2 .txt-2 {
  display: block;
  font-size: 40px;
  color: #02BF9E;
}
@media screen and (max-width: 1079px) {
  .h2-tit[data-type=ballon] .inner h2 .txt-2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .h2-tit[data-type=ballon] .inner h2 .txt-2 {
    font-size: 6.4vw;
  }
  .h2-tit[data-type=ballon] .inner h2 .txt-2 .fs-sm-sp {
    font-size: 80%;
  }
  .h2-tit[data-type=ballon] .inner h2 .txt-2.fs-20-sp {
    font-size: 5.3333333333vw;
  }
}
.h2-tit[data-type=icon] .inner {
  text-align: center;
}
.h2-tit[data-type=icon] .inner h2 {
  line-height: 1.3;
}
.h2-tit[data-type=icon] .inner h2 .txt-1 {
  font-size: 40px;
  display: inline-block;
}
@media screen and (max-width: 1079px) {
  .h2-tit[data-type=icon] .inner h2 .txt-1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h2-tit[data-type=icon] .inner h2 .txt-1 {
    font-size: 4.2666666667vw;
  }
}
.h2-tit[data-type=icon] .inner h2 .txt-2 {
  display: block;
  font-size: 40px;
  color: #02BF9E;
}
@media screen and (max-width: 1079px) {
  .h2-tit[data-type=icon] .inner h2 .txt-2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h2-tit[data-type=icon] .inner h2 .txt-2 {
    font-size: 6.9333333333vw;
    text-align: left;
    margin-left: 12.8vw;
  }
}
.h2-tit[data-type=icon] .inner h2.icn-ballon {
  display: inline-block;
  margin-left: -58px;
  padding-left: 116px;
  background: url(../images/icn_ballon.svg) no-repeat center left/102px auto;
}
@media screen and (max-width: 767px) {
  .h2-tit[data-type=icon] .inner h2.icn-ballon {
    margin-left: -4.2666666667vw;
    padding-left: 5.3333333333vw;
    background-size: 12.8vw auto;
    background-position: top 11.7333333333vw left 3.2vw;
  }
}

.h3-tit[data-type=bar] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 auto 32px;
  padding: 4px 12px;
  min-height: 80px;
  border-radius: 6px;
  background-color: #00cca9;
  background-image: url(../images/bar_dot.svg), url(../images/bar_dot.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: 48px 80px;
}
@media screen and (max-width: 1079px) {
  .h3-tit[data-type=bar] {
    font-size: 30px;
    min-height: 72px;
    background-position: center left -1.0666666667vw, center right -1.0666666667vw;
    background-size: 6.4vw auto;
  }
}
@media screen and (max-width: 767px) {
  .h3-tit[data-type=bar] {
    font-size: 5.3333333333vw;
    max-width: 85.0666666667vw;
    min-height: 11.2vw;
    margin-bottom: 4.2666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 1.6vw;
  }
}

[class^=catch-] {
  font-weight: bold;
  text-align: center;
}

.catch-24 {
  font-size: 24px;
}
@media screen and (max-width: 1079px) {
  .catch-24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .catch-24 {
    font-size: 4vw;
  }
}

.txt-24 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .txt-24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .txt-24 {
    font-size: 3.7333333333vw;
  }
}

.txt-16 {
  font-size: 16px;
}
@media screen and (max-width: 1079px) {
  .txt-16 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .txt-16 {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txt-16 a.link-blank {
    padding-right: 3.2vw;
  }
  .txt-16 a.link-blank::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.txt-link {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-right: 16px;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .txt-link {
    font-size: 3.4666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.txt-link::before {
  transition: 0.25s;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  width: 7px;
  height: 13px;
  background: url(../images/icn_link_arr_blu.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .txt-link::before {
    top: calc(50% - 1.8666666667vw);
    width: 2.1333333333vw;
    height: 3.7333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .txt-link:hover::before {
    transform: translateX(6px);
  }
}

@media screen and (max-width: 767px) {
  p.lp-note {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  ul.list-note.lp-note {
    font-size: 3.2vw;
  }
  ul.list-note.lp-note li {
    margin-bottom: 0;
    padding-left: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  ul.list-note-num.lp-note {
    font-size: 3.2vw;
  }
  ul.list-note-num.lp-note li {
    margin-bottom: 0;
    padding-left: 6.4vw;
  }
}

.lp-box-wht,
.lp-box-wht-sm {
  padding: 48px 16px;
  border-radius: 32px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lp-box-wht,
  .lp-box-wht-sm {
    padding: 6.4vw 3.2vw 6.4vw;
    border-radius: 3.2vw;
  }
}
.lp-box-wht + .lp-box-wht,
.lp-box-wht-sm + .lp-box-wht {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .lp-box-wht + .lp-box-wht,
  .lp-box-wht-sm + .lp-box-wht {
    margin-top: 8.5333333333vw;
  }
}

.lp-box-wht-sm {
  padding: 40px 16px;
}
@media screen and (max-width: 767px) {
  .lp-box-wht-sm {
    padding: 4.2666666667vw 4.2666666667vw;
  }
}

.lp-board-grn {
  padding: 32px 24px;
  border-radius: 24px;
  border: 2px solid #02BF9E;
}
@media screen and (max-width: 767px) {
  .lp-board-grn {
    padding: 4.2666666667vw 4.2666666667vw 6.4vw;
    border-radius: 3.2vw;
  }
}

.lp-box-card {
  overflow: hidden;
  display: block;
  color: #333 !important;
  border-radius: 16px;
  border: 2px solid #939393;
  background: #fff;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .lp-box-card {
    border-radius: 3.2vw;
  }
}
.lp-box-card > .box-body {
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .lp-box-card > .box-body {
    padding: 3.7333333333vw 3.2vw 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-box-card > .box-body .img-device {
    width: 48vw;
  }
}
.lp-box-card > .box-footer {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  padding: 8px;
  background: #E4FAFA;
}
@media screen and (max-width: 1079px) {
  .lp-box-card > .box-footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-box-card > .box-footer {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 3.2vw;
  }
}
.lp-box-card > .box-footer > .icn-link {
  transition: background-position 0.25s;
  display: inline-block;
  padding-right: 38px;
  background: url(../images/icn_link_arr_blk.svg) no-repeat center right 6px/14px auto;
}
@media screen and (max-width: 767px) {
  .lp-box-card > .box-footer > .icn-link {
    padding-right: 6.4vw;
    background-size: 2.1333333333vw auto;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .lp-box-card:hover .icn-link {
    background-position: center right;
  }
}

.swiper-device .swiper-footer .swiper-button-prev,
.swiper-device .swiper-footer .swiper-button-next,
.swiper-campaign-top .swiper-footer .swiper-button-prev,
.swiper-campaign-top .swiper-footer .swiper-button-next,
.swiper-campaign .swiper-footer .swiper-button-prev,
.swiper-campaign .swiper-footer .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 38px);
  width: 40px;
  height: 40px;
  margin: auto;
  outline: none;
  background: url(../images/swiper_btn_next.svg) no-repeat 0 0/100% auto;
}
.swiper-device .swiper-footer .swiper-button-prev::after,
.swiper-device .swiper-footer .swiper-button-next::after,
.swiper-campaign-top .swiper-footer .swiper-button-prev::after,
.swiper-campaign-top .swiper-footer .swiper-button-next::after,
.swiper-campaign .swiper-footer .swiper-button-prev::after,
.swiper-campaign .swiper-footer .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-device .swiper-footer .swiper-button-prev,
  .swiper-device .swiper-footer .swiper-button-next,
  .swiper-campaign-top .swiper-footer .swiper-button-prev,
  .swiper-campaign-top .swiper-footer .swiper-button-next,
  .swiper-campaign .swiper-footer .swiper-button-prev,
  .swiper-campaign .swiper-footer .swiper-button-next {
    display: none;
  }
}
.swiper-device .swiper-footer .swiper-button-prev.swiper-button-disabled,
.swiper-device .swiper-footer .swiper-button-next.swiper-button-disabled,
.swiper-campaign-top .swiper-footer .swiper-button-prev.swiper-button-disabled,
.swiper-campaign-top .swiper-footer .swiper-button-next.swiper-button-disabled,
.swiper-campaign .swiper-footer .swiper-button-prev.swiper-button-disabled,
.swiper-campaign .swiper-footer .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-device .swiper-footer .swiper-button-prev,
.swiper-campaign-top .swiper-footer .swiper-button-prev,
.swiper-campaign .swiper-footer .swiper-button-prev {
  left: -20px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .swiper-device .swiper-footer .swiper-button-prev,
  .swiper-campaign-top .swiper-footer .swiper-button-prev,
  .swiper-campaign .swiper-footer .swiper-button-prev {
    left: 0;
  }
}
.swiper-device .swiper-footer .swiper-button-next,
.swiper-campaign-top .swiper-footer .swiper-button-next,
.swiper-campaign .swiper-footer .swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .swiper-device .swiper-footer .swiper-button-next,
  .swiper-campaign-top .swiper-footer .swiper-button-next,
  .swiper-campaign .swiper-footer .swiper-button-next {
    right: 0;
  }
}
.swiper-device .swiper-footer .swiper-pagination,
.swiper-campaign-top .swiper-footer .swiper-pagination,
.swiper-campaign .swiper-footer .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .swiper-device .swiper-footer .swiper-pagination,
  .swiper-campaign-top .swiper-footer .swiper-pagination,
  .swiper-campaign .swiper-footer .swiper-pagination {
    margin-top: 4.2666666667vw;
  }
}
.swiper-device .swiper-footer .swiper-pagination .swiper-pagination-bullet,
.swiper-campaign-top .swiper-footer .swiper-pagination .swiper-pagination-bullet,
.swiper-campaign .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border-radius: 16px;
  background: #ddd;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-device .swiper-footer .swiper-pagination .swiper-pagination-bullet,
  .swiper-campaign-top .swiper-footer .swiper-pagination .swiper-pagination-bullet,
  .swiper-campaign .swiper-footer .swiper-pagination .swiper-pagination-bullet {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 2.1333333333vw;
  }
}
.swiper-device .swiper-footer .swiper-pagination .swiper-pagination-bullet::after,
.swiper-campaign-top .swiper-footer .swiper-pagination .swiper-pagination-bullet::after,
.swiper-campaign .swiper-footer .swiper-pagination .swiper-pagination-bullet::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #b558ff;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .swiper-device .swiper-footer .swiper-pagination .swiper-pagination-bullet::after,
  .swiper-campaign-top .swiper-footer .swiper-pagination .swiper-pagination-bullet::after,
  .swiper-campaign .swiper-footer .swiper-pagination .swiper-pagination-bullet::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.swiper-device .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-campaign-top .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-campaign .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper-device {
  opacity: 0;
  position: relative;
  max-width: 932px;
  margin: 0 auto;
}
.swiper-device.is-show {
  opacity: 1;
}
.swiper-device[data-slide="1"] {
  max-width: 380px;
}
.swiper-device .swiper-footer {
  position: relative;
  max-width: 320px;
  margin-inline: auto;
}
.swiper-device .swiper-footer .swiper-button-prev,
.swiper-device .swiper-footer .swiper-button-next {
  z-index: 100;
  top: -40%;
}
.swiper-device .swiper-footer .swiper-button-prev {
  left: 16px;
}
.swiper-device .swiper-footer .swiper-button-next {
  right: 16px;
}

.swiper-campaign-top {
  opacity: 0;
  position: relative;
  max-width: 1264px;
  margin: 68px auto 0;
  padding-inline: 32px;
}
.swiper-campaign-top.is-show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-campaign-top {
    margin-top: 8.5333333333vw;
    padding-inline: 4.2666666667vw;
  }
}
.swiper-campaign-top .swiper-container .swiper-wrapper .swiper-slide {
  width: 386px;
}
@media screen and (max-width: 979px) {
  .swiper-campaign-top .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.swiper-campaign-top .swiper-footer {
  position: relative;
  max-width: 320px;
  margin-inline: auto;
}
.swiper-campaign-top .swiper-footer .swiper-button-prev,
.swiper-campaign-top .swiper-footer .swiper-button-next {
  z-index: 100;
  top: -40%;
}
.swiper-campaign-top .swiper-footer .swiper-button-prev {
  left: 16px;
}
.swiper-campaign-top .swiper-footer .swiper-button-next {
  right: 16px;
}
.swiper-campaign-top .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  background: #ddd;
}
.swiper-campaign-top[data-slide="2"] {
  max-width: 856px;
  margin-inline: auto;
}

.swiper-campaign {
  opacity: 0;
  position: relative;
  max-width: 1264px;
  margin: 60px auto 0;
  padding-inline: 32px;
  /*
  //すべてのスライド表示版
  max-width: 100%;
  padding-inline: 0;

  @include common.mq-sp {
  	padding-inline: common.vw(16);
  }
  */
}
.swiper-campaign.is-show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-campaign {
    margin-top: 8.5333333333vw;
    padding-inline: 4.2666666667vw;
  }
}
.swiper-campaign .swiper-container .swiper-wrapper .swiper-slide {
  width: 386px;
}
@media screen and (max-width: 979px) {
  .swiper-campaign .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.swiper-campaign .swiper-footer {
  position: relative;
  max-width: 420px;
  margin-inline: auto;
}
.swiper-campaign .swiper-footer .swiper-button-prev,
.swiper-campaign .swiper-footer .swiper-button-next {
  z-index: 100;
  top: -40%;
}
.swiper-campaign .swiper-footer .swiper-button-prev {
  left: 16px;
}
.swiper-campaign .swiper-footer .swiper-button-next {
  right: 16px;
}
.swiper-campaign .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.swiper-campaign[data-slide="2"] {
  max-width: 814px;
  margin-inline: auto;
}

.recommend-catch {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .recommend-catch {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recommend-catch {
    font-size: 5.3333333333vw;
  }
}
.recommend-catch.mb-lg {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .recommend-catch.mb-lg {
    margin-bottom: 6.4vw;
  }
}
.recommend-catch sup {
  top: -12px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .recommend-catch sup {
    top: -2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}

.recommend-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 32px;
  border-radius: 128px;
  background: #02BF9E;
}
@media screen and (max-width: 767px) {
  .recommend-label {
    font-size: 3.4666666667vw;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.recommend-label .num {
  position: relative;
  bottom: 5px;
  font-size: 40px;
  color: #fffb00;
}
@media screen and (max-width: 767px) {
  .recommend-label .num {
    bottom: 1.0666666667vw;
    font-size: 6.4vw;
  }
}

.recommend-point {
  margin-top: 52px;
  padding: 24px 16px;
  background: #f1ddff;
}
@media screen and (max-width: 767px) {
  .recommend-point {
    margin-top: 8.5333333333vw;
    padding: 4.2666666667vw 3.2vw;
  }
}
.recommend-point .point-catch {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .recommend-point .point-catch {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .recommend-point .point-catch {
    font-size: 4.2666666667vw;
  }
}
.recommend-point .point-list {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .recommend-point .point-list {
    margin-bottom: 2.1333333333vw;
  }
}
.recommend-point .point-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  max-width: 180px;
  max-height: 180px;
  aspect-ratio: 1/1;
  margin-bottom: 0;
  border-radius: 180px;
  width: 33.3333%;
  background: #b558ff;
}
@media screen and (max-width: 767px) {
  .recommend-point .point-list li {
    font-size: 3.2vw;
    max-width: auto;
    max-height: auto;
    width: 25.0666666667vw;
    height: 25.0666666667vw;
    border-radius: 25.0666666667vw;
  }
}
.recommend-point .point-list li + li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .recommend-point .point-list li + li {
    margin-left: 2.1333333333vw;
  }
}
.recommend-point .point-list li p {
  margin-bottom: 0;
}
.recommend-point .point-list li .fs-sm {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .recommend-point .point-list li .fs-sm {
    font-size: 2.4vw;
  }
}
.recommend-point .point-list li .fs-lg {
  display: block;
  font-weight: bold;
  color: #fffb00;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .recommend-point .point-list li .fs-lg {
    font-size: 6.4vw;
  }
}

.table[data-type="1"] {
  margin-block: 32px 16px;
}
@media screen and (max-width: 767px) {
  .table[data-type="1"] {
    margin-block: 4.2666666667vw;
  }
}
.table[data-type="1"] th, .table[data-type="1"] td {
  width: 25%;
  border: 1px solid #333;
}
.table[data-type="1"] th {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 1079px) {
  .table[data-type="1"] th {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .table[data-type="1"] th {
    font-size: 2.6666666667vw;
    padding: 2.1333333333vw 0;
  }
}
.table[data-type="1"] th:first-of-type {
  font-weight: bold;
  color: #fff;
  background: #b558ff;
}
@media screen and (max-width: 767px) {
  .table[data-type="1"] th:first-of-type {
    font-size: 3.4666666667vw;
  }
}
.table[data-type="1"] td {
  font-size: 24px;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 1079px) {
  .table[data-type="1"] td {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .table[data-type="1"] td {
    font-size: 3.4666666667vw;
    padding: 3.2vw 0;
  }
}
.table[data-type="2"] {
  margin-block: 52px 24px;
}
@media screen and (max-width: 767px) {
  .table[data-type="2"] {
    margin-block: 0 3.2vw;
  }
}
.table[data-type="2"] th, .table[data-type="2"] td {
  padding: 24px;
  border: 1px solid #333;
}
@media screen and (max-width: 1079px) {
  .table[data-type="2"] th, .table[data-type="2"] td {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .table[data-type="2"] th, .table[data-type="2"] td {
    padding: 2.6666666667vw 1.6vw;
  }
}
.table[data-type="2"] thead th {
  text-align: center;
  width: 38.5%;
}
.table[data-type="2"] thead th:not(.item) {
  width: 23%;
  background: #cef5ee;
}
.table[data-type="2"] th {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  background: #E6FAF6;
}
@media screen and (max-width: 1079px) {
  .table[data-type="2"] th {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .table[data-type="2"] th {
    font-size: 3.4666666667vw;
  }
}
.table[data-type="2"] td {
  font-size: 24px;
}
@media screen and (max-width: 1079px) {
  .table[data-type="2"] td {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .table[data-type="2"] td {
    font-size: 3.4666666667vw;
  }
}
.table[data-type="2"] td ul li {
  margin-bottom: 0;
}
.table[data-type="2"] td .note {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table[data-type="2"] td .note {
    font-size: 2.6666666667vw;
    padding-left: 14px;
    margin-top: 0.5333333333vw;
  }
}

table.data-plan {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  table.data-plan {
    margin-bottom: 3.2vw;
  }
}
table.data-plan th,
table.data-plan td {
  width: 25%;
  border: 1px solid #333;
}
table.data-plan th {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #b558ff;
}
@media screen and (max-width: 1079px) {
  table.data-plan th {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  table.data-plan th {
    font-size: 4.2666666667vw;
  }
}
table.data-plan td {
  position: relative;
  text-align: center;
}
table.data-plan .td-data {
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0 14px;
}
@media screen and (max-width: 1079px) {
  table.data-plan .td-data {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  table.data-plan .td-data {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0 3.7333333333vw;
  }
}
table.data-plan .td-data p {
  margin-bottom: 0;
}
table.data-plan .td-data .icn {
  position: relative;
  margin-block: -6px -4px;
}
@media screen and (max-width: 767px) {
  table.data-plan .td-data .icn {
    margin-block: 0.5333333333vw 0vw;
  }
  table.data-plan .td-data .icn img {
    width: 5.3333333333vw;
  }
}
table.data-plan .td-data .txt-1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1079px) {
  table.data-plan .td-data .txt-1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  table.data-plan .td-data .txt-1 {
    font-size: 3.4666666667vw;
  }
}
table.data-plan .td-data .txt-1 .fs-lg {
  font-size: 133.3333333333%;
}
@media screen and (max-width: 767px) {
  table.data-plan .td-data .txt-1 .fs-lg {
    font-size: 6.4vw;
  }
}
table.data-plan .td-data .txt-2 {
  font-size: 24px;
  color: #02BF9E;
  line-height: 1.4;
}
@media screen and (max-width: 1079px) {
  table.data-plan .td-data .txt-2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  table.data-plan .td-data .txt-2 {
    font-size: 3.4666666667vw;
  }
}
table.data-plan .td-data .txt-2 .fs-lg {
  font-size: 133.3333333333%;
}
@media screen and (max-width: 767px) {
  table.data-plan .td-data .txt-2 .fs-lg {
    font-size: 6.4vw;
  }
}
table.data-plan .td-price {
  font-size: 12px;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  table.data-plan .td-price {
    padding: 4.2666666667vw 0;
  }
}
table.data-plan .td-price p {
  margin-bottom: 0;
}
table.data-plan .td-price .icn {
  width: 63px;
  height: 63px;
  margin: 0 auto 4px;
}
@media screen and (max-width: 767px) {
  table.data-plan .td-price .icn {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
table.data-plan .td-price .icn img {
  aspect-ratio: 1/1;
}
table.data-plan .td-price .txt-1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1079px) {
  table.data-plan .td-price .txt-1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  table.data-plan .td-price .txt-1 {
    font-size: 3.2vw;
  }
}
table.data-plan .td-price .txt-1 .fs-lg {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  table.data-plan .td-price .txt-1 .fs-lg {
    font-size: 5.3333333333vw;
  }
}
table.data-plan .td-price .txt-2 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1079px) {
  table.data-plan .td-price .txt-2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  table.data-plan .td-price .txt-2 {
    font-size: 2.4vw;
  }
}
table.data-plan .td-price .txt-note {
  font-size: 13px;
  margin-top: 2px;
}
@media screen and (max-width: 1079px) {
  table.data-plan .td-price .txt-note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  table.data-plan .td-price .txt-note {
    font-size: 2.4vw;
    margin-top: 0;
  }
}
table.data-plan .label-1,
table.data-plan .label-2 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: calc(300% - 24px);
  margin-left: 13px;
  padding: 6px 8px;
  border-radius: 128px;
  background: #b558ff;
}
@media screen and (max-width: 767px) {
  table.data-plan .label-1,
  table.data-plan .label-2 {
    font-size: 2.4vw;
    width: calc(300% - 2.6666666667vw);
    margin-left: 1.3333333333vw;
    padding: 1.6vw 0;
  }
}
table.data-plan .label-2 {
  background: #999;
}
table.data-plan .label-mt {
  margin-top: 16px;
}
table.data-plan .label-mb {
  margin-bottom: 16px;
}
table.data-plan .td-item {
  font-size: 22px;
  font-weight: bold;
  padding: 6px 0 8px;
  background: #CAEFEA;
}
@media screen and (max-width: 1079px) {
  table.data-plan .td-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  table.data-plan .td-item {
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 0;
  }
}

.voice-list {
  margin-block: 64px 80px;
}
@media screen and (max-width: 767px) {
  .voice-list {
    margin-block: 2.1333333333vw 8.5333333333vw;
  }
}
.voice-list .list-item {
  display: flex;
  align-items: center;
}
.voice-list .list-item + .list-item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .voice-list .list-item + .list-item {
    margin-top: 6.4vw;
  }
}
.voice-list .list-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .voice-list .list-item:nth-child(even) .comment {
    margin-left: 4.2666666667vw;
  }
}
.voice-list .list-item:nth-child(even) .comment::after {
  left: -24px;
  border-right: 24px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .voice-list .list-item:nth-child(even) .comment::after {
    left: -3.4666666667vw;
    border-right-width: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-list .list-item:nth-child(odd) .comment {
    margin-right: 4.2666666667vw;
  }
}
.voice-list .list-item:nth-child(odd) .comment::after {
  right: -24px;
  border-left: 24px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .voice-list .list-item:nth-child(odd) .comment::after {
    right: -3.4666666667vw;
    border-left-width: 3.7333333333vw;
  }
}
.voice-list .list-item .comment {
  position: relative;
  display: flex;
  align-items: center;
  width: 78%;
  min-height: 180px;
  padding: 16px 48px;
  border-radius: 12px;
  background: #f2f2f2;
}
@media screen and (max-width: 1079px) {
  .voice-list .list-item .comment {
    min-height: 164px;
  }
}
@media screen and (max-width: 767px) {
  .voice-list .list-item .comment {
    width: calc(100% - 19.7333333333vw);
    min-height: 27.7333333333vw;
    padding: 2.6666666667vw 3.7333333333vw;
    border-radius: 3.2vw;
  }
}
.voice-list .list-item .comment p {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 1079px) {
  .voice-list .list-item .comment p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .voice-list .list-item .comment p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.voice-list .list-item .comment::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(50% - 16px);
  width: 0;
  height: 0;
  margin-inline: auto;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
@media screen and (max-width: 767px) {
  .voice-list .list-item .comment::after {
    top: calc(50% - 2.6666666667vw);
    border-bottom-width: 2.6666666667vw;
    border-top-width: 2.6666666667vw;
  }
}
.voice-list .list-item .comment .strong {
  font-weight: bold;
  background: linear-gradient(transparent 1.1em, #fffb00 1.1em, #fffb00 1.35em, transparent 1.35em);
}
.voice-list .list-item .user {
  text-align: center;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .voice-list .list-item .user {
    width: 19.7333333333vw;
  }
}

nav.tab {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
  margin: 32px 0 0;
  padding-inline: 32px;
  border-bottom: 2px solid #02BF9E;
}
@media screen and (max-width: 767px) {
  nav.tab {
    margin-top: 6.4vw;
    padding-inline: 3.2vw;
  }
}
nav.tab ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 800px;
  margin: auto;
  height: 100px;
}
@media screen and (max-width: 767px) {
  nav.tab ul {
    max-width: 100%;
    height: 21.3333333333vw;
  }
}
nav.tab ul li {
  position: relative;
  width: calc(50% - 6px);
  min-height: 80px;
  margin-bottom: 0;
  padding: 0;
  border: 2px solid #02BF9E;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  nav.tab ul li {
    width: calc(50% - 1.6vw);
    min-height: 17.0666666667vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
nav.tab ul li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #02BF9E !important;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1079px) {
  nav.tab ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  nav.tab ul li a {
    font-size: 3.7333333333vw;
  }
}
nav.tab ul li.active {
  pointer-events: none;
  top: 2px;
  z-index: 2;
  min-height: 100px;
  background: #edf9f7;
}
@media screen and (max-width: 767px) {
  nav.tab ul li.active {
    min-height: 21.3333333333vw;
  }
}
nav.tab ul li.active a {
  color: #333 !important;
}
nav.tab ul li .tab-label {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 6px;
  padding: 2px 0;
  background: #02BF9E;
}
@media screen and (max-width: 1079px) {
  nav.tab ul li .tab-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  nav.tab ul li .tab-label {
    font-size: 2.6666666667vw;
    margin-bottom: 1.0666666667vw;
    padding: 0.5333333333vw 0;
  }
}
nav.tab ul li.col-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  nav.tab[data-id=plan] ul li:not(.active) a[data-href="#tabpanel-plan-2"] {
    font-size: 3.2vw;
  }
}
nav.tab[data-id=device] ul li a {
  font-size: 24px;
}
@media screen and (max-width: 1079px) {
  nav.tab[data-id=device] ul li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  nav.tab[data-id=device] ul li a {
    font-size: 4.2666666667vw;
  }
}

.tab-inner {
  margin: auto;
}

.tabpanel {
  margin-bottom: 16px;
  padding: 32px 32px;
  background: #edf9f7;
}
@media screen and (max-width: 767px) {
  .tabpanel {
    margin-bottom: 4.2666666667vw;
    padding: 6.4vw 3.2vw;
  }
}
.tabpanel .panel-hidden {
  visibility: hidden;
  height: 0 !important;
}
.tabpanel .panel-hidden > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.panel-inner-380 {
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .panel-inner-380 {
    max-width: 78.6333%;
  }
}

.flow-item {
  position: relative;
}
.flow-item:last-of-type {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .flow-item:last-of-type {
    margin-bottom: 3.2vw;
  }
}
.flow-item + .flow-item {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .flow-item + .flow-item {
    margin-top: 8.5333333333vw;
  }
}
.flow-item + .flow-item::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -56px;
  width: 31px;
  height: 56px;
  margin-inline: auto;
  transform: rotate(90deg);
  background: url(../images/flow_step_next.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .flow-item + .flow-item::before {
    top: -8.5333333333vw;
    width: 4.5333333333vw;
    height: 8.2666666667vw;
  }
}
.flow-item > .inner {
  max-width: 800px;
  margin-inline: auto;
}
.flow-item .item-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .flow-item .item-header {
    margin-bottom: 3.2vw;
  }
}
.flow-item .item-header .num {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  width: 120px;
  height: 120px;
  margin: 0 16px 0 0;
  border-radius: 120px;
  background: #02BF9E;
}
@media screen and (max-width: 1079px) {
  .flow-item .item-header .num {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .flow-item .item-header .num {
    font-size: 2.6666666667vw;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    margin-right: 3.2vw;
  }
}
.flow-item .item-header .num span {
  display: block;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .flow-item .item-header .num span {
    font-size: 5.3333333333vw;
  }
}
.flow-item .item-header h3 {
  font-size: 32px;
  color: #02BF9E;
  margin: 0;
}
@media screen and (max-width: 1079px) {
  .flow-item .item-header h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .flow-item .item-header h3 {
    font-size: 5.3333333333vw;
  }
}
.flow-item .item-body .item-row {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .flow-item .item-body .item-row {
    margin-bottom: 4.2666666667vw;
  }
}
.flow-item .item-body .item-row .item-col {
  position: relative;
  width: 50%;
  max-width: 240px;
  margin-inline: 8px;
}
@media screen and (max-width: 767px) {
  .flow-item .item-body .item-row .item-col {
    max-width: 32.5333333333vw;
    margin-inline: 0;
  }
}
.flow-item .item-body .item-row .item-col .icn-qst {
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .flow-item .item-body .item-row .item-col .icn-qst {
    right: -1.6vw;
    top: 0.5333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.flow-item .item-body figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-item .item-body figure img {
    width: 27.7333333333vw;
  }
}
.flow-item .item-body figure figcaption {
  font-size: 24px;
  font-weight: 500;
  color: #b558ff;
}
@media screen and (max-width: 1079px) {
  .flow-item .item-body figure figcaption {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .flow-item .item-body figure figcaption {
    font-size: 3.4666666667vw;
  }
}
.flow-item .item-body figure figcaption .strong {
  font-weight: bold;
  background: linear-gradient(transparent 1.1em, #fffb00 1.1em, #fffb00 1.35em, transparent 1.35em);
}
.flow-item .item-body .fs-lg {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .flow-item .item-body .fs-lg {
    font-size: 5.3333333333vw;
  }
}
.flow-item .item-body p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 1079px) {
  .flow-item .item-body p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .flow-item .item-body p {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.flow-item .item-body .note {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .flow-item .item-body .note {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
  }
}

.faq-item {
  position: relative;
  margin-block: 80px 32px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #333;
}
@media screen and (max-width: 767px) {
  .faq-item {
    margin-block: 0 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.faq-item + .faq-item {
  margin-top: 0;
}
.faq-item dl {
  margin-bottom: 0;
}
.faq-item dl dt,
.faq-item dl dd {
  display: flex;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 1079px) {
  .faq-item dl dt,
  .faq-item dl dd {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item dl dt,
  .faq-item dl dd {
    font-size: 3.7333333333vw;
  }
}
.faq-item dl dt .icn,
.faq-item dl dd .icn {
  font-size: 24px;
  font-weight: bold;
  margin-right: 24px;
  color: #02BF9E;
  width: 32px;
}
@media screen and (max-width: 1079px) {
  .faq-item dl dt .icn,
  .faq-item dl dd .icn {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item dl dt .icn,
  .faq-item dl dd .icn {
    font-size: 3.7333333333vw;
    margin-right: 3.2vw;
    width: 4.2666666667vw;
  }
}
.faq-item dl dt .txt,
.faq-item dl dd .txt {
  width: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
  .faq-item dl dt .txt,
  .faq-item dl dd .txt {
    width: calc(100% - 8.5333333333vw);
  }
}
.faq-item dl dt .txt .note,
.faq-item dl dd .txt .note {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .faq-item dl dt .txt .note,
  .faq-item dl dd .txt .note {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
  }
}
.faq-item dl dt .txt p,
.faq-item dl dd .txt p {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .faq-item dl dt .txt p,
  .faq-item dl dd .txt p {
    margin-bottom: 1.6vw;
  }
}
.faq-item dl dt .txt h5,
.faq-item dl dd .txt h5 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  margin: 0 0 8px;
}
@media screen and (max-width: 1079px) {
  .faq-item dl dt .txt h5,
  .faq-item dl dd .txt h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item dl dt .txt h5,
  .faq-item dl dd .txt h5 {
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.faq-item dl dt .txt h5.mt,
.faq-item dl dd .txt h5.mt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .faq-item dl dt .txt h5.mt,
  .faq-item dl dd .txt h5.mt {
    margin-top: 4.2666666667vw;
  }
}
.faq-item dl dt {
  font-weight: 500;
}
.faq-item dl dd {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .faq-item dl dd {
    padding-top: 3.2vw;
  }
}
.faq-item dl .acc-trigger {
  cursor: pointer;
  padding-right: 32px;
  background: url(../images/icn_acc_open.svg) no-repeat right center/24px auto;
}
@media screen and (max-width: 767px) {
  .faq-item dl .acc-trigger {
    background-size: 4.2666666667vw auto;
  }
}
.faq-item dl .acc-trigger.open {
  background-image: url(../images/icn_acc_close.svg);
}

.features-list {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .features-list {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .features-list {
    margin-top: 8.5333333333vw;
  }
}
.features-list.is-mt-sm {
  margin-top: 48px !important;
}
@media screen and (max-width: 767px) {
  .features-list.is-mt-sm {
    margin-top: 5.3333333333vw !important;
  }
}
.features-list[data-col="3"] .list-item {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .features-list[data-col="3"] .list-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .features-list[data-col="3"] .list-item .item-body {
    display: flex;
    flex-direction: row-reverse;
  }
}
.features-list[data-col="2"] {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .features-list[data-col="2"] + .features-list {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px dashed #02BF9E;
  }
  .features-list[data-col="2"] + .features-list:last-of-type {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .features-list[data-col="2"] .list-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .features-list[data-col="2"] .list-item .item-body {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .features-list[data-col="2"].hr-top-sp {
    margin-top: 3.7333333333vw;
    padding-top: 3.7333333333vw;
    border-top: 1px dashed #02BF9E;
  }
}
.features-list[data-col="2"] .lp-btn {
  font-size: 24px;
  max-width: calc(100% - 24px);
  min-height: 80px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .features-list[data-col="2"] .lp-btn {
    font-size: calc(18px + (24 - 18) * (100vw - 768px) / (1400 - 768));
    min-height: calc(72px + (80 - 72) * (100vw - 768px) / (1400 - 768));
  }
}
@media screen and (max-width: 767px) {
  .features-list[data-col="2"] .lp-btn {
    font-size: 4.2666666667vw;
    max-width: 77.3333333333vw;
    min-height: 15.4666666667vw;
    margin-top: 3.2vw;
  }
}
.features-list[data-col="2"] .lp-btn .icn-arr {
  background-position: center right 40px;
  background-size: 16px auto;
}
@media screen and (max-width: 767px) {
  .features-list[data-col="2"] .lp-btn .icn-arr {
    background-position: center right 4.2666666667vw;
    background-size: 2.6666666667vw auto;
  }
}
@media screen and (min-width: 768px) {
  .features-list .list-item {
    padding-inline: 12px;
  }
}
@media screen and (min-width: 768px) {
  .features-list .list-item + .list-item {
    border-left: 1px dashed #02BF9E;
  }
}
@media screen and (max-width: 767px) {
  .features-list .list-item + .list-item {
    margin-top: 3.7333333333vw;
    padding-top: 3.7333333333vw;
    border-top: 1px dashed #02BF9E;
  }
}
.features-list .list-item .media {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 160px;
  margin: 8px auto 0;
}
@media screen and (max-width: 767px) {
  .features-list .list-item .media {
    max-width: 23.4666666667vw;
    margin: 0 2.6666666667vw 0 0;
  }
}
.features-list .list-item .summary {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .features-list .list-item .summary {
    font-size: calc(15px + (22 - 15) * (100vw - 768px) / (1400 - 768));
  }
}
@media screen and (max-width: 767px) {
  .features-list .list-item .summary {
    font-size: 3.4666666667vw;
    text-align: left;
    width: calc(100% - 23.4666666667vw);
  }
}
@media screen and (min-width: 768px) {
  .features-list .list-item .summary.col-middle-center-pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .features-list .list-item .summary.col-middle-sp {
    display: flex;
    align-items: center;
  }
}
.features-list .list-item .summary p {
  margin-bottom: 0;
}
.features-list .list-item .summary .strong {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #02BF9E;
  display: inline-block;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .features-list .list-item .summary .strong {
    font-size: calc(22px + (32 - 22) * (100vw - 768px) / (1400 - 768));
  }
}
@media screen and (max-width: 767px) {
  .features-list .list-item .summary .strong {
    font-size: 4.8vw;
    margin-bottom: 1.0666666667vw;
  }
}
.features-list .list-item .summary .fs-sm {
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .features-list .list-item .summary .fs-sm {
    font-size: calc(12px + (14 - 12) * (100vw - 768px) / (1400 - 768));
  }
}
@media screen and (max-width: 767px) {
  .features-list .list-item .summary .fs-sm {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .features-list .list-item .summary .fs-sm.mt-0-pc {
    display: block;
    margin-top: -4px;
  }
}
.features-list .list-item .summary sup {
  top: -12px;
}
@media screen and (max-width: 767px) {
  .features-list .list-item .summary sup {
    top: -2.1333333333vw;
  }
}
.features-list .list-item .link {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features-list .list-item .link {
    font-size: 3.4666666667vw;
    text-align: right;
    margin-top: 0.8vw;
  }
}
.features-list .list-item .link a {
  transition: 0.25s;
  display: inline-block;
  color: #4B6FAA;
  padding-right: 22px;
  background: url(../images/icn_link_arr_blu.svg) no-repeat center right 6px/7px auto;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .features-list .list-item .link a {
    padding-right: 4.2666666667vw;
    background-size: 1.8666666667vw auto;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .features-list .list-item .link a:hover {
    background-position: center right;
  }
}

.features-list-2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .features-list-2 {
    margin-top: 8.5333333333vw;
  }
}
.features-list-2 .list-item {
  display: flex;
  width: auto;
}
.features-list-2 .list-item.row-center {
  justify-content: center;
}
.features-list-2 .list-item .media {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .features-list-2 .list-item .media {
    width: 21.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.features-list-2 .list-item .summary {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .features-list-2 .list-item .summary {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .features-list-2 .list-item .summary.text-center-pc {
    text-align: center;
  }
}
.features-list-2 .list-item .summary p {
  margin-bottom: 0;
}
.features-list-2 .list-item .summary .strong {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #02BF9E;
}
@media screen and (max-width: 767px) {
  .features-list-2 .list-item .summary .strong {
    font-size: 4.8vw;
  }
}
.features-list-2 .list-item .summary .note {
  font-size: 16px;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .features-list-2 .list-item .summary .note {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
  }
}

.step-list {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .step-list {
    margin-bottom: 10.6666666667vw;
  }
}
.step-list .list-item {
  width: calc(33.3333% - 12px);
  padding: 32px 12px;
  border-radius: 16px;
  border: 1px dashed #02BF9E;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .step-list .list-item {
    width: calc(33.3333% - 1.0666666667vw);
    padding: 3.2vw 2.1333333333vw;
    border-radius: 3.2vw;
  }
}
.step-list .list-item .num {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  color: #02BF9E;
  margin-bottom: 12px;
}
@media screen and (max-width: 1079px) {
  .step-list .list-item .num {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .step-list .list-item .num {
    font-size: 3.4666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.step-list .list-item .num span {
  display: block;
  font-size: 32px;
}
@media screen and (max-width: 1079px) {
  .step-list .list-item .num span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .step-list .list-item .num span {
    font-size: 6.4vw;
  }
}
.step-list .list-item .txt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 1079px) {
  .step-list .list-item .txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .step-list .list-item .txt {
    font-size: 3.4666666667vw;
  }
}
.step-list > .next-step {
  position: relative;
  z-index: 1;
  align-self: center;
  min-width: 33px;
  min-height: auto;
  margin-inline: -8px;
}
@media screen and (max-width: 767px) {
  .step-list > .next-step {
    min-width: auto;
    width: 3.7333333333vw;
    margin-inline: -1.0666666667vw;
  }
}

@media screen and (max-width: 767px) {
  #modal-verification-doc.modal .modal-body {
    padding-inline: 16px;
  }
}

#modal-payment.modal .modal-header .ttl {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #modal-payment.modal .modal-header .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #modal-payment.modal .modal-body {
    padding-inline: 16px;
  }
}
@media screen and (max-width: 767px) {
  #modal-payment.modal .collapse-trigger {
    padding: 12px 40px 14px 16px;
  }
}
#modal-payment.modal h3 {
  font-size: 22px;
  margin-block: 40px 16px;
}
@media screen and (max-width: 767px) {
  #modal-payment.modal h3 {
    font-size: 18px;
  }
}
#modal-payment.modal h4 {
  font-size: 20px;
  margin-block: 40px 16px;
}
@media screen and (max-width: 767px) {
  #modal-payment.modal h4 {
    font-size: 16px;
  }
}
#modal-payment.modal .label-payment-1 {
  border: 1px solid #EE5D44;
  background: #FFF2F0;
}
#modal-payment.modal .label-payment-2 {
  border: 1px solid #66C1C8;
  background: #DEF0F0;
}
#modal-payment.modal .label-payment-1,
#modal-payment.modal .label-payment-2 {
  font-size: 12px;
  color: #333;
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 4px;
}
#modal-payment.modal .collapse.white .collapse-trigger,
#modal-payment.modal .collapse.white .collapse-content {
  background-color: #fff;
}
#modal-payment.modal .collapse.white .collapse-trigger.is-open {
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  #modal-payment.modal .collapse.white .collapse-trigger.is-open:hover {
    opacity: 1;
  }
}
#modal-payment.modal .collapse.white .collapse-container.is-open::after {
  content: none !important;
}
#modal-payment.modal .accordion-header .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
  #modal-payment.modal .accordion-header .ttl {
    margin-bottom: 8px;
  }
}
#modal-payment.modal .fig-caption {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #modal-payment.modal .fig-caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #modal-payment.modal .list-num,
  #modal-payment.modal .list-disk,
  #modal-payment.modal .list-note {
    font-size: 14px;
  }
}

#header,
#fixed-nav,
.spmenu,
.lp {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.section-mv {
  margin-top: 24px;
  padding-inline: 16px;
}
@media screen and (max-width: 767px) {
  .section-mv {
    margin-top: 0;
  }
}
.section-mv .container {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section-mv .container {
    width: 100%;
    margin: auto;
  }
}
.section-mv .container h1 {
  position: relative;
  text-align: center;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 48px;
  aspect-ratio: 1200/452;
  background: url(../images/mv_mobile_980.jpg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .section-mv .container h1 {
    border-radius: 2.6666666667vw;
  }
}
.section-mv .container h1 img {
  border-radius: 48px;
}
@media screen and (max-width: 767px) {
  .section-mv .container h1 img {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .section-mv .container h1 {
    margin-top: 0;
  }
}
.section-mv .container .mv-catch {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-block: 48px 40px;
  max-width: 540px;
  margin-inline: auto;
  aspect-ratio: 540/121;
  background: url(../images/mv_catch_3.svg?1) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .section-mv .container .mv-catch {
    font-size: 3.4666666667vw;
    margin-block: 3.2vw 6.4vw;
  }
}
.section-mv .container .mv-catch .strong {
  font-weight: bold;
  color: #e83817;
  background: linear-gradient(transparent 1.1em, #fffb00 1.1em, #fffb00 1.35em, transparent 1.35em);
}
.section-mv .bnr-campaign {
  margin-top: 32px;
}

.bg-grn {
  background: #00cca9;
}

.bg-yel {
  background: #fbf395;
}

[data-radius=right] {
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 767px) {
  [data-radius=right] {
    border-radius: 0 8.5333333333vw 0 0;
  }
}

[data-radius=left] {
  border-radius: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  [data-radius=left] {
    border-radius: 8.5333333333vw 0 0 0;
  }
}

.label-group {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .label-group {
    margin-bottom: 3.2vw;
  }
}
.label-group li {
  margin-bottom: 0;
}
.label-group li + li {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .label-group li + li {
    margin-left: 1.6vw;
  }
}

.label-new,
.label-grn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  min-width: 90px;
  min-height: 32px;
  padding: 4px 8px;
  border-radius: 128px;
  background: #02BF9E;
}
@media screen and (max-width: 767px) {
  .label-new,
  .label-grn {
    font-size: 3.2vw;
    min-width: 16vw;
    min-height: 5.3333333333vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}

.label-new {
  background: #e83817;
}

.ballon-wht {
  position: relative;
  max-width: 800px;
  margin: 60px auto;
  padding: 32px 32px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .ballon-wht {
    max-width: 75.7333333333vw;
    margin: 8.5333333333vw auto;
    padding: 4.2666666667vw 4.2666666667vw;
    border-radius: 3.2vw;
  }
}
.ballon-wht::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -26px;
  width: 0;
  height: 0;
  margin-inline: auto;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 28px solid #fff;
}
@media screen and (max-width: 767px) {
  .ballon-wht::after {
    bottom: -5.3333333333vw;
    border-left-width: 3.7333333333vw;
    border-right-width: 3.7333333333vw;
    border-top-width: 5.8666666667vw;
  }
}

.arr-center {
  text-align: center;
  margin: 16px auto;
}
@media screen and (max-width: 767px) {
  .arr-center {
    width: 7.2vw;
    margin: 2.1333333333vw auto;
  }
}

.graf {
  position: relative;
  text-align: center;
  margin-block: 16px 4px;
}
@media screen and (max-width: 767px) {
  .graf {
    margin-block: 3.2vw 0.5333333333vw;
  }
}
.graf figcaption {
  text-align: left;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .graf figcaption {
    margin-top: 2.1333333333vw;
  }
}

.free-price {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .free-price {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .free-price {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .free-price .fs-sm-sp {
    font-size: 4.2666666667vw;
  }
}
.free-price .fs-lg {
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 1079px) {
  .free-price .fs-lg {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .free-price .fs-lg {
    font-size: 8.5333333333vw;
  }
}
.free-price .fs-sm {
  font-size: 75%;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .free-price .fs-sm {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .banner-list {
    display: flex;
    justify-content: space-between;
  }
  .banner-list li {
    width: calc(50% - 24px);
  }
}
.banner-list li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .banner-list li + li {
    margin-top: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  img[src$="base_station.png"] {
    width: 58.6666666667vw;
  }
}

.banner {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 8.5333333333vw;
  }
}

.banner-catch {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .banner-catch {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}