@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : BEM ベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1081px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1082px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.3333333333vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

a {
  color: #0068ac;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5, figure, p, ol, ul {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding-inline: 0;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* LP */
/**************************************************/
.site-header {
  position: sticky;
  top: 0;
  z-index: 103;
}
.site-header > .inner {
  padding: 1.125rem 3.9375rem 1.25rem 0.9375rem;
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .site-header > .inner {
    padding: 0.9375rem 1.25rem 0.8125rem 1rem;
  }
}
@media (max-width: 767px) {
  .site-header .site-logo > .list::after {
    height: 1.5rem;
  }
  .site-header .site-logo .cpi {
    max-width: 4.5rem;
  }
  .site-header .site-logo .kddi {
    margin-left: 0.9375rem;
    max-width: 4.375rem;
  }
}

.site-logo {
  max-width: 34.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-logo > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.site-logo > .list::after {
  position: absolute;
  inset: 0;
  height: 2.375rem;
  width: 1px;
  background: #000;
  margin: auto;
  content: "";
}
.site-logo .cpi {
  max-width: 7.125rem;
}
.site-logo .kddi {
  margin-left: 2.8125rem;
  max-width: 6.75rem;
  padding-top: 0.3125rem;
}
.site-logo > .text {
  font-size: 0.75rem;
  margin-left: 1.5625rem;
  letter-spacing: 0.03em;
  color: #2a2a2a;
}
@media (max-width: 767px) {
  .site-logo > .text {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-nav {
    display: none;
  }
}
.site-nav > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.site-nav .link {
  font-size: 1rem;
  text-decoration: none;
  color: #2a2a2a;
  position: relative;
}
.site-nav .link::after {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  border-bottom: 0.125rem solid #0098d8;
  opacity: 0;
  content: "";
}
.site-nav .link.-active {
  font-weight: bold;
}
.site-nav .link.-active::after {
  opacity: 1;
}

@media (min-width: 768px) {
  .site-spnav {
    display: none;
  }
}
.site-spnav {
  position: fixed;
  z-index: 102;
  top: 3.9375rem;
  right: 0;
  background-color: #fff;
  width: calc(100% - 2rem);
  height: calc(100% - 3.9375rem);
  overflow-y: auto;
  padding-bottom: 2.25rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.site-spnav > .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.site-spnav > .list li {
  border-bottom: 1px solid #cfd1d1;
}
.site-spnav > .extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin: 1.5625rem 0;
}
.site-spnav > .extra a {
  color: #0e0d6a;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding-right: 1.375rem;
}
.site-spnav > .extra a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.55556 14C1.12778 14 0.761574 13.8477 0.456944 13.5431C0.152315 13.2384 0 12.8722 0 12.4444V1.55556C0 1.12778 0.152315 0.761574 0.456944 0.456944C0.761574 0.152315 1.12778 0 1.55556 0H7V1.55556H1.55556V12.4444H12.4444V7H14V12.4444C14 12.8722 13.8477 13.2384 13.5431 13.5431C13.2384 13.8477 12.8722 14 12.4444 14H1.55556ZM5.21111 9.87778L4.12222 8.78889L11.3556 1.55556H8.55556V0H14V5.44444H12.4444V2.64444L5.21111 9.87778Z' fill='%230e0d6a'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.site-spnav .link {
  font-size: 1rem;
  text-decoration: none;
  color: #2a2a2a;
  position: relative;
  display: block;
  padding: 1.125rem 1.25rem 1.125rem 2rem;
}
.site-spnav .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' transform='rotate(90 10 10)' fill='white' stroke='%230E0D6A'/%3E%3Cpath d='M9.77842 12.144L13.0123 8.91016C13.1223 8.80016 13.2524 8.747 13.4028 8.75067C13.5531 8.75433 13.6833 8.81116 13.7933 8.92116C13.9033 9.03116 13.9583 9.16132 13.9583 9.31164C13.9583 9.46197 13.9033 9.59213 13.7933 9.70213L10.4054 13.079C10.3174 13.167 10.2184 13.233 10.1084 13.277C9.99841 13.321 9.88841 13.343 9.77842 13.343C9.66842 13.343 9.55843 13.321 9.44843 13.277C9.33843 13.233 9.23944 13.167 9.15144 13.079L5.76358 9.69113C5.65358 9.58113 5.60042 9.45281 5.60408 9.30614C5.60775 9.15948 5.66458 9.03116 5.77458 8.92116C5.88457 8.81116 6.01473 8.75617 6.16506 8.75617C6.31539 8.75617 6.44555 8.81116 6.55554 8.92116L9.77842 12.144Z' fill='%230E0D6A'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-spnav .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.site-spnav .c-btn-round {
  width: 17.5rem;
  min-height: 3rem;
}

@media (min-width: 768px) {
  .site-overlay {
    display: none;
  }
}
.site-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.site-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.375rem;
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.site-hamburger .line, .site-hamburger::before, .site-hamburger::after {
  width: 1.375rem;
  height: 0.125rem;
  background-color: #0e0d6a;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  content: "";
}
.site-hamburger:focus {
  outline: none;
}
@media (min-width: 768px) {
  .site-hamburger {
    display: none;
  }
}

.site-footer {
  position: relative;
}
.site-footer > .inner {
  max-width: 73.75rem;
  margin: 0 auto;
  padding: 3rem 4vw;
}
@media (min-width: 768px) {
  .site-footer > .inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  .site-footer > .inner {
    padding: 4rem 2.375rem 2rem;
  }
}
.site-footer > .inner > .time {
  font-size: 0.9375rem;
  margin-top: 0.875rem;
}
@media (max-width: 767px) {
  .site-footer > .inner > .time {
    line-height: 2;
  }
}
.site-footer > .copyright {
  text-align: center;
  color: #fff;
  background: #0e0d6a;
  font-size: 0.9375rem;
  padding: 1rem;
}
.site-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .site-footer .footer-nav {
    margin-top: 1rem;
  }
}
.site-footer .footer-nav li {
  position: relative;
  margin-right: 1.125rem;
  padding-right: 1.125rem;
}
@media (max-width: 767px) {
  .site-footer .footer-nav li {
    margin-right: 0.75rem;
    padding-right: 0.75rem;
  }
}
.site-footer .footer-nav li a {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #2a2a2a;
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-footer .footer-nav li a {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
}
.site-footer .footer-nav li a:hover {
  opacity: 1;
  color: #0e0d6a;
  text-decoration: underline;
}
.site-footer .footer-nav li a[target=_blank]:before {
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.56598 6.81387V9.84985H0.5V1.71387H3.64301' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M5.65186 0.5H9.65887V4.50699' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M9.41599 0.98584L4.43799 5.96384' stroke='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.5rem;
  right: 1.375rem;
  margin: auto;
  content: "";
}
.site-footer .footer-nav li:has(a[target=_blank]) {
  padding-right: 2.5rem;
}
.site-footer .footer-nav li:after {
  width: 1px;
  height: 0.625rem;
  background: #000;
  position: absolute;
  top: 0.5625rem;
  right: 0;
  margin: auto;
  content: "";
}

.heading-a {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0e0d6a;
}
@media (max-width: 767px) {
  .heading-a {
    font-size: 2rem;
  }
}
.heading-a > span {
  display: inline-block;
  padding-bottom: 1.625rem;
  position: relative;
}
@media (max-width: 767px) {
  .heading-a > span {
    padding-bottom: 1.4375rem;
  }
}
.heading-a > span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  min-width: 6rem;
  height: 0.5rem;
  border-radius: 50vh;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-3.87%, #0098d8), color-stop(96.13%, #C2DA70));
  background: linear-gradient(to bottom right, #0098d8 -3.87%, #C2DA70 96.13%);
  content: "";
}
@media (max-width: 767px) {
  .heading-a > span::after {
    min-width: 4.0625rem;
  }
}

.c-highlight-card {
  background: #fff;
  padding: 2.5rem 2.625rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .c-highlight-card {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.c-highlight-card + .c-highlight-card {
  margin-top: 2rem;
}
.c-highlight-card > .lead {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.c-highlight-card > .list {
  font-size: 1rem;
}
.c-highlight-card > .list li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .c-highlight-card > .list li {
    line-height: 1.5;
  }
}
.c-highlight-card > .list li::before {
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #0098d8;
  border-radius: 50%;
  content: "";
}
.c-highlight-card > .list li + li {
  margin-top: 0.625rem;
}
.c-highlight-card > .list li .-bold {
  color: #0e0d6a;
  font-weight: bold;
}
.c-highlight-card > .list li a {
  color: #ff5500;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.c-highlight-card > .list li a[target=_blank] {
  position: relative;
  padding-right: 1.375rem;
}
.c-highlight-card > .list li a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.55556 14C1.12778 14 0.761574 13.8477 0.456944 13.5431C0.152315 13.2384 0 12.8722 0 12.4444V1.55556C0 1.12778 0.152315 0.761574 0.456944 0.456944C0.761574 0.152315 1.12778 0 1.55556 0H7V1.55556H1.55556V12.4444H12.4444V7H14V12.4444C14 12.8722 13.8477 13.2384 13.5431 13.5431C13.2384 13.8477 12.8722 14 12.4444 14H1.55556ZM5.21111 9.87778L4.12222 8.78889L11.3556 1.55556H8.55556V0H14V5.44444H12.4444V2.64444L5.21111 9.87778Z' fill='%23FF5500'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-highlight-card > .table {
  margin-top: 2rem;
}
.c-highlight-card > .table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.c-highlight-card > .table table th, .c-highlight-card > .table table td {
  padding: 1.125rem 1.5rem;
}
@media (max-width: 767px) {
  .c-highlight-card > .table table th, .c-highlight-card > .table table td {
    padding: 0.5rem 0.75rem;
  }
}
.c-highlight-card > .table thead th {
  background: #A9E6FF;
  font-weight: bold;
  border-top: 1px solid #0098d8;
  border-right: 1px solid #0098d8;
}
.c-highlight-card > .table thead th:first-child {
  border-radius: 2rem 0 0 0;
  border-left: 1px solid #0098d8;
}
@media (max-width: 767px) {
  .c-highlight-card > .table thead th:first-child {
    width: 5.625rem;
    text-align: left;
    border-radius: 1rem 0 0 0;
  }
}
.c-highlight-card > .table thead th:last-child {
  border-radius: 0 2rem 0 0;
}
@media (max-width: 767px) {
  .c-highlight-card > .table thead th:last-child {
    border-radius: 0 1rem 0 0;
  }
}
.c-highlight-card > .table tbody td {
  font-weight: 500;
  border-right: 1px solid #0098d8;
  border-bottom: 1px solid #0098d8;
}
.c-highlight-card > .table tbody td:first-child {
  border-radius: 0 0 0 2rem;
  border-left: 1px solid #0098d8;
  text-align: center;
}
@media (max-width: 767px) {
  .c-highlight-card > .table tbody td:first-child {
    border-radius: 0 0 0 1rem;
  }
}
.c-highlight-card > .table tbody td:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .c-highlight-card > .table tbody td:last-child {
    border-radius: 0 0 1rem 0;
  }
}

.l-bg-grid {
  background-image: url("../img/bg-grid.jpg");
  background-size: 90rem 112.875rem;
}

.l-bg-blue {
  background: #e9f1f3;
}

.l-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 0.125rem solid #0e0d6a;
  background: #fff;
  z-index: 100;
  padding: 1.625rem 1.25rem 1.875rem;
  -webkit-box-shadow: 0 0 1.75rem rgba(14, 13, 106, 0.1);
          box-shadow: 0 0 1.75rem rgba(14, 13, 106, 0.1);
}
@media (max-width: 767px) {
  .l-cta-bar {
    padding: 0.875rem 0.75rem 0.75rem;
  }
}
.l-cta-bar > .inner {
  max-width: 75rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-cta-bar .c-cta-bar {
    gap: 0.375rem;
  }
  .l-cta-bar .c-cta-bar .lead {
    gap: 0.375rem;
  }
  .l-cta-bar .c-cta-bar .lead > .text {
    font-size: 0.8125rem;
  }
  .l-cta-bar .c-cta-bar .lead > .badge {
    font-size: 0.875rem;
  }
  .l-cta-bar .c-cta-bar .digit > .number {
    font-size: 2.5rem;
  }
  .l-cta-bar .c-cta-bar .digit > .number span {
    margin: 0 -0.25rem;
  }
  .l-cta-bar .c-cta-bar .digit > .unit {
    font-size: 0.8125rem;
  }
  .l-cta-bar .c-cta-bar .digit > .unit span {
    font-size: 0.875rem;
  }
  .l-cta-bar .c-cta-bar .c-btn-round.-sm {
    width: 10.25rem;
    min-height: 2.1875rem;
  }
  .l-cta-bar .c-cta-bar .c-btn-round.-sm::after {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
  }
}

.l-page-top {
  position: absolute;
  top: -3.25rem;
  right: 1.25rem;
  z-index: 10;
  width: 6.25rem;
  height: 3.125rem;
}
@media (max-width: 767px) {
  .l-page-top {
    width: 5.625rem;
    height: 2.8125rem;
    top: -2.8125rem;
    right: 0.625rem;
  }
}
.l-page-top > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  background-color: #0e0d6a;
  color: #fff;
  border-radius: 6.25rem 6.25rem 0 0;
  padding: 0.625rem;
  font-size: 0.75rem;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-box-shadow: 0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media (max-width: 767px) {
  .l-page-top > a {
    font-size: 0.625rem;
  }
}
.l-page-top > a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .l-page-top > a:hover {
    background-color: #fff;
    color: #0e0d6a;
  }
}

.c-btn-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 17.5rem;
  min-height: 4rem;
  border-radius: 50vh;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  padding-right: 0.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn-round {
    width: 10.25rem;
    min-height: 3rem;
    padding-right: 0.375rem;
  }
}
.c-btn-round::after {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .c-btn-round::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 0.75rem;
    margin-top: -0.75rem;
  }
}
.c-btn-round.-orange {
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(92.7deg, #FFA509 0.815%, #FF1E00 49.89%, #FF1E00 50.11%, #FFA509 99.185%);
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
  text-shadow: 0 0.125rem 0.25rem rgba(201, 20, 0, 0.6);
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}
@media (max-width: 767px) {
  .c-btn-round.-orange {
    font-size: 1rem;
  }
}
.c-btn-round.-orange::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='white'/%3E%3Cpath d='M19.1725 16.0045L14.2434 10.5852C14.0757 10.4009 13.9947 10.1828 14.0003 9.93086C14.0059 9.67894 14.0925 9.46082 14.2601 9.27649C14.4278 9.09216 14.6262 9 14.8553 9C15.0845 9 15.2829 9.09216 15.4505 9.27649L20.5976 14.9538C20.7317 15.1013 20.8323 15.2671 20.8994 15.4515C20.9665 15.6358 21 15.8201 21 16.0045C21 16.1888 20.9665 16.3731 20.8994 16.5574C20.8323 16.7418 20.7317 16.9077 20.5976 17.0551L15.4337 22.7324C15.2661 22.9168 15.0705 23.0058 14.8469 22.9997C14.6234 22.9936 14.4278 22.8983 14.2601 22.714C14.0925 22.5297 14.0087 22.3115 14.0087 22.0596C14.0087 21.8077 14.0925 21.5896 14.2601 21.4053L19.1725 16.0045Z' fill='%23FF5500'/%3E%3C/svg%3E%0A");
}
.c-btn-round.-orange:hover {
  opacity: 1;
  background-position: 100% 50%;
}
.c-btn-round.-white {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0e0d6a;
  border: 1px solid #0e0d6a;
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (max-width: 767px) {
  .c-btn-round.-white {
    font-size: 0.9375rem;
  }
}
.c-btn-round.-white::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15.5' fill='white' stroke='black'/%3E%3Cpath d='M19.1725 16.0045L14.2434 10.5852C14.0757 10.4009 13.9947 10.1828 14.0003 9.93086C14.0059 9.67894 14.0925 9.46082 14.2601 9.27649C14.4278 9.09216 14.6262 9 14.8553 9C15.0845 9 15.2829 9.09216 15.4505 9.27649L20.5976 14.9538C20.7317 15.1013 20.8323 15.2671 20.8994 15.4515C20.9665 15.6358 21 15.8201 21 16.0045C21 16.1888 20.9665 16.3731 20.8994 16.5574C20.8323 16.7418 20.7317 16.9077 20.5976 17.0551L15.4337 22.7324C15.2661 22.9168 15.0705 23.0058 14.8469 22.9997C14.6234 22.9936 14.4278 22.8983 14.2601 22.714C14.0925 22.5297 14.0087 22.3115 14.0087 22.0596C14.0087 21.8077 14.0925 21.5896 14.2601 21.4053L19.1725 16.0045Z' fill='%230E0D6A'/%3E%3C/svg%3E%0A");
}
.c-btn-round.-white:hover {
  opacity: 1;
  background: #0e0d6a;
  color: #fff;
}
.c-btn-round.-sm {
  min-height: 3.625rem;
}
.c-btn-round.-sm::after {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
}
.c-btn-round.-sm.-orange {
  width: 14rem;
}
.c-btn-round.-sm.-orange::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M14.1725 12.0038L9.24337 7.07467C9.07572 6.90701 8.99468 6.70862 9.00027 6.47949C9.00586 6.25035 9.09248 6.05196 9.26014 5.8843C9.4278 5.71664 9.62619 5.63281 9.85533 5.63281C10.0845 5.63281 10.2829 5.71664 10.4505 5.8843L15.5976 11.0482C15.7317 11.1823 15.8323 11.3332 15.8994 11.5008C15.9665 11.6685 16 11.8362 16 12.0038C16 12.1715 15.9665 12.3391 15.8994 12.5068C15.8323 12.6745 15.7317 12.8253 15.5976 12.9595L10.4337 18.1233C10.2661 18.291 10.0705 18.372 9.84694 18.3665C9.6234 18.3609 9.4278 18.2742 9.26014 18.1066C9.09248 17.9389 9.00865 17.7405 9.00865 17.5114C9.00865 17.2823 9.09248 17.0839 9.26014 16.9162L14.1725 12.0038Z' fill='%23FF5500'/%3E%3C/svg%3E%0A");
}
.c-btn-round.-sm.-white {
  width: 15.5rem;
}
.c-btn-round.-sm.-white::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='white' stroke='black'/%3E%3Cpath d='M14.1725 12.0045L9.24337 6.58522C9.07572 6.40089 8.99468 6.18277 9.00027 5.93086C9.00586 5.67894 9.09248 5.46082 9.26014 5.27649C9.4278 5.09216 9.62619 5 9.85533 5C10.0845 5 10.2829 5.09216 10.4505 5.27649L15.5976 10.9538C15.7317 11.1013 15.8323 11.2671 15.8994 11.4515C15.9665 11.6358 16 11.8201 16 12.0045C16 12.1888 15.9665 12.3731 15.8994 12.5574C15.8323 12.7418 15.7317 12.9077 15.5976 13.0551L10.4337 18.7324C10.2661 18.9168 10.0705 19.0058 9.84694 18.9997C9.6234 18.9936 9.4278 18.8983 9.26014 18.714C9.09248 18.5297 9.00865 18.3115 9.00865 18.0596C9.00865 17.8077 9.09248 17.5896 9.26014 17.4053L14.1725 12.0045Z' fill='%230E0D6A'/%3E%3C/svg%3E%0A");
}

.c-cta-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-cta-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-cta-bar.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-cta-bar.-center {
    gap: 1.375rem;
  }
  .c-cta-bar.-center .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-cta-bar.-center > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-cta-bar.-center .c-btn-round {
    width: 100%;
  }
  .c-cta-bar.-center .c-btn-round.-orange {
    font-size: 1.5rem;
  }
  .c-cta-bar.-center .c-btn-round.-white {
    font-size: 1.125rem;
  }
}
.c-cta-bar > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.375rem;
}
.c-cta-bar .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
.c-cta-bar .lead > .text {
  font-weight: bold;
  font-size: 1.25rem;
}
.c-cta-bar .lead > .badge {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #0e0d6a;
  border-radius: 0.25rem;
  line-height: 1;
  padding: 0.625rem 0.75rem;
}
.c-cta-bar .digit > .number {
  color: #ff5500;
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
.c-cta-bar .digit > .number span {
  display: inline-block;
  margin: 0 -0.375rem;
}
.c-cta-bar .digit > .unit {
  font-size: 1.125rem;
  font-weight: bold;
}
.c-cta-bar .digit > .unit span {
  font-size: 1.5rem;
}
.c-cta-bar .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.-menuopen .site-spnav {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.-menuopen .site-overlay {
  opacity: 1;
  visibility: visible;
}
.-menuopen .site-hamburger .line {
  opacity: 0;
}
.-menuopen .site-hamburger::before {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
      -ms-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
}
.-menuopen .site-hamburger::after {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
      -ms-transform: translateY(-0.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
}

.main-visual {
  background: linear-gradient(134.95deg, #E5F7FF 0%, #F0FEF8 99.91%);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-visual {
    min-height: 50.5rem;
  }
}
.main-visual > .inner {
  max-width: 74.25rem;
  padding: 3rem 0 3.75rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-visual > .inner {
    padding: 1.125rem 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .main-visual .illust {
    position: absolute;
    top: 8.625rem;
    right: -10.5rem;
    width: 45.9375rem;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .main-visual .illust {
    width: 17.3125rem;
    margin: 0.1875rem auto 0.3125rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.main-visual .bar {
  position: absolute;
  z-index: -2;
  border-radius: 50vh;
  width: 100vw;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  pointer-events: none;
}
@media (min-width: 768px) {
  .main-visual .bar.-left {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }
}
@media (max-width: 767px) {
  .main-visual .bar.-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.main-visual .bar.-left.-top {
  background: linear-gradient(358deg, #DEFFCC -3.87%, #C4F5FF 96.13%);
}
@media (min-width: 768px) {
  .main-visual .bar.-left.-top {
    right: calc(100% - 3.625rem);
    top: 2rem;
    height: 8.3125rem;
  }
}
@media (max-width: 767px) {
  .main-visual .bar.-left.-top {
    width: 21.375rem;
    height: 4.75rem;
    top: 3.4375rem;
    left: -4.0625rem;
  }
}
.main-visual .bar.-left.-bottom {
  background: linear-gradient(358deg, #DEFFCC -3.87%, #C4F5FF 96.13%);
}
@media (min-width: 768px) {
  .main-visual .bar.-left.-bottom {
    top: 3.5rem;
    right: 15.125rem;
    height: 7.375rem;
  }
}
@media (max-width: 767px) {
  .main-visual .bar.-left.-bottom {
    width: 20.25rem;
    height: 5rem;
    top: 12.8125rem;
    left: -4.3125rem;
  }
}
@media (min-width: 768px) {
  .main-visual .bar.-right {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
}
@media (max-width: 767px) {
  .main-visual .bar.-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.main-visual .bar.-right.-top {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-3.87%, #0098d8), color-stop(80%, #C2DA70));
  background: linear-gradient(to bottom right, #0098d8 -3.87%, #C2DA70 80%);
}
@media (min-width: 768px) {
  .main-visual .bar.-right.-top {
    width: 100vw;
    height: 28.5rem;
    top: 19.625rem;
    left: calc(100% - 30rem);
  }
}
@media (max-width: 767px) {
  .main-visual .bar.-right.-top {
    width: 25.875rem;
    height: 5.9375rem;
    top: 11.3125rem;
    right: -5.75rem;
  }
}
.main-visual .bar.-right.-bottom {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-3.87%, #DEFFCC), color-stop(96.13%, #C4F5FF));
  background: linear-gradient(to bottom right, #DEFFCC -3.87%, #C4F5FF 96.13%);
}
@media (min-width: 768px) {
  .main-visual .bar.-right.-bottom {
    width: 55vw;
    height: 5rem;
    top: 43.625rem;
    left: calc(100% - 12.375rem);
  }
}
@media (max-width: 767px) {
  .main-visual .bar.-right.-bottom {
    width: 9.1875rem;
    height: 5rem;
    top: 16.875rem;
    right: -3.25rem;
  }
}
.main-visual .content-card {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .main-visual .content-card {
    display: contents;
  }
}
.main-visual .content-card > .bubble {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  background: #ffe800;
  color: #004d57;
  max-width: 34.125rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.25rem;
  -webkit-filter: drop-shadow(0.375rem 0.375rem 0 #4eb3a7);
          filter: drop-shadow(0.375rem 0.375rem 0 #4eb3a7);
  padding: 0.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .main-visual .content-card > .bubble {
    font-size: 1rem;
    letter-spacing: -0.0625rem;
    padding: 0.5rem;
    max-width: 21.25rem;
    -webkit-filter: drop-shadow(0.25rem 0.25rem 0 #4eb3a7);
            filter: drop-shadow(0.25rem 0.25rem 0 #4eb3a7);
  }
}
.main-visual .content-card > .bubble::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -1.25rem;
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem;
  border-color: #ffe800 transparent transparent transparent;
  content: "";
}
@media (max-width: 767px) {
  .main-visual .content-card > .bubble::after {
    margin-left: -0.625rem;
    border-width: 0.625rem 0.625rem 0 0.625rem;
  }
}
.main-visual .content-card > .lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1.5625rem 0 0.1875rem;
}
@media (max-width: 767px) {
  .main-visual .content-card > .lead {
    font-size: 0.9375rem;
    margin: 1.25rem 0 -0.1875rem;
  }
}
.main-visual .content-card > .heading {
  text-align: center;
  font-weight: 900;
  font-size: 6.5rem;
  color: #0e0d6a;
  line-height: 1;
}
@media (max-width: 767px) {
  .main-visual .content-card > .heading {
    font-size: 3rem;
  }
}
.main-visual .content-card > .list {
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  .main-visual .content-card > .list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
}
.main-visual .content-card > .list li {
  margin-left: 1.5rem;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
  padding: 0.6875rem;
  position: relative;
}
@media (max-width: 767px) {
  .main-visual .content-card > .list li {
    font-size: 0.875rem;
    text-align: left;
    padding: 0.375rem 1.125rem;
    margin-left: 1.25rem;
  }
}
.main-visual .content-card > .list li span {
  color: #ff5500;
}
.main-visual .content-card > .list li + li {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .main-visual .content-card > .list li + li {
    margin-top: 0.375rem;
  }
}
.main-visual .content-card > .list .icon {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  left: -1.5rem;
}
@media (max-width: 767px) {
  .main-visual .content-card > .list .icon {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    left: -1.25rem;
  }
}
.main-visual .price-box {
  margin: 2.25rem 0 1.75rem;
}
@media (max-width: 767px) {
  .main-visual .price-box {
    margin: 1.125rem 0 0.75rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.main-visual .price-box > .lead {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  margin-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .main-visual .price-box > .lead {
    gap: 0 0.5rem;
    font-size: 1.125rem;
  }
}
.main-visual .price-box > .lead::before, .main-visual .price-box > .lead::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2' y1='2' x2='21.799' y2='21.799' stroke='%232A2A2A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .main-visual .price-box > .lead::before, .main-visual .price-box > .lead::after {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.main-visual .price-box > .lead::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.main-visual .price-box > .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-visual .price-box > .note {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.375rem;
}
@media (max-width: 767px) {
  .main-visual .price-box > .note {
    font-size: 0.875rem;
  }
}
.main-visual .price-box .badge {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  background: #0e0d6a;
  padding: 0.8125rem 0.75rem;
  border-radius: 0.25rem;
  margin-right: 0.75rem;
}
@media (max-width: 767px) {
  .main-visual .price-box .badge {
    font-size: 1rem;
  }
}
.main-visual .price-box .number {
  font-size: 5rem;
  font-weight: bold;
  color: #ff5500;
  display: inline-block;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .main-visual .price-box .number {
    font-size: 3.5rem;
  }
}
.main-visual .price-box .number > span {
  display: inline-block;
  margin: 0 -0.375rem;
}
.main-visual .price-box .unit {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-visual .price-box .unit {
    font-size: 1.25rem;
  }
}
.main-visual .price-box .unit small {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .main-visual .price-box .unit small {
    font-size: 0.9375rem;
  }
}
.main-visual .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .main-visual .btn-group {
    gap: 0 0.5rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-width: 768px) {
  .achievement-section {
    position: relative;
  }
}
@media (max-width: 767px) {
  .achievement-section {
    background-image: url("../img/bg-achievement_sp.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 23.4375rem 16.6875rem;
  }
}
@media (min-width: 768px) {
  .achievement-section::before, .achievement-section::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 25.375rem;
    height: 10rem;
    z-index: -1;
    background-image: url("../img/bg-achievement.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
}
@media (min-width: 768px) {
  .achievement-section::after {
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.achievement-section > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 1.25rem 2.1875rem;
}
@media (max-width: 767px) {
  .achievement-section > .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.625rem 1.25rem 1.875rem;
  }
}
.achievement-section .heading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0e0d6a;
}
.achievement-section .logo {
  width: 12.875rem;
  margin: 0 2.5rem;
}
@media (max-width: 767px) {
  .achievement-section .logo {
    margin-top: 0.9375rem;
    margin-bottom: 1.1875rem;
  }
}
.achievement-section .logo img {
  display: block;
  width: 100%;
}
.achievement-section .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .achievement-section .list {
    gap: 0.3125rem;
  }
}
.achievement-section .achievement-box {
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .achievement-section .achievement-box {
    gap: 0 0.125rem;
  }
}
.achievement-section .achievement-box::before, .achievement-section .achievement-box::after {
  width: 1.75rem;
  height: 4.75rem;
  background-image: url("../img/achievement-leaf.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.achievement-section .achievement-box::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.achievement-section .achievement-box .lead {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .achievement-section .achievement-box .lead {
    font-size: 0.9375rem;
  }
}
.achievement-section .achievement-box .lead.-rt {
  margin: -10px 0 2px;
}
.achievement-section .achievement-box .rate {
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .achievement-section .achievement-box .rate {
    font-size: 0.8125rem;
  }
}
.achievement-section .achievement-box .rate span {
  color: #ff5500;
  font-size: 2.375rem;
  font-family: "Jost", sans-serif;
}
@media (max-width: 767px) {
  .achievement-section .achievement-box .rate span {
    font-size: 2.25rem;
  }
}
.achievement-section .achievement-box .note {
  font-size: 0.8125rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .achievement-section .achievement-box .note {
    font-size: 0.75rem;
  }
}

.concern-section .front-layer {
  background: -webkit-gradient(linear, left top, left bottom, from(#6968D9), color-stop(81.32%, #0e0d6a));
  background: linear-gradient(180deg, #6968D9 0%, #0e0d6a 81.32%);
  padding: 4.75rem 1.25rem 5.875rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10rem), 50% 100%, 0 calc(100% - 10rem));
}
@media (max-width: 767px) {
  .concern-section .front-layer {
    padding: 2.25rem 0 4rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 2.0625rem), 50% 100%, 0 calc(100% - 2.0625rem));
  }
}
.concern-section .front-layer > .title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.75rem;
}
@media (max-width: 767px) {
  .concern-section .front-layer > .title {
    font-size: 1.125rem;
    gap: 0 0.5rem;
  }
}
.concern-section .front-layer > .title::before, .concern-section .front-layer > .title::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2' y1='2' x2='21.799' y2='21.799' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .concern-section .front-layer > .title::before, .concern-section .front-layer > .title::after {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.concern-section .front-layer > .title::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.concern-section .front-layer > .heading {
  text-align: center;
  color: #ffff83;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .concern-section .front-layer > .heading {
    font-size: 1.75rem;
    margin: 0.875rem 0 2.1875rem;
    line-height: 1.2;
  }
}
.concern-section .front-layer > .heading span {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .concern-section .front-layer > .heading span {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .concern-section .front-layer > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -6.5rem;
  }
}
@media (min-width: 768px) {
  .concern-section .front-layer > .list .concern-card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(1) > .image {
    width: 9rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(2) > .image {
    width: 9.4375rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(3) > .image {
    width: 10.6875rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(4) > .image {
    width: 7.25rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(1) {
    padding-top: 1.3125rem;
    margin-right: 1.125rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(2) {
    margin-right: 2.625rem;
    margin-top: 9.8125rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(3) {
    margin-top: 9.8125rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(4) {
    padding-top: 0.8125rem;
    margin-left: 1.125rem;
  }
}
@media (min-width: 767px) and (max-width: 1300px) {
  .concern-section .front-layer > .list .concern-card:nth-child(1) {
    margin-right: -1rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(2) {
    margin-right: 1.25rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(4) {
    margin-left: -1rem;
  }
}
@media (max-width: 767px) {
  .concern-section .front-layer > .list .concern-card + .concern-card {
    margin-top: 1.5rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(1) > .image {
    width: 6.75rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(2) > .image {
    width: 7rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(3) > .image {
    width: 8.1875rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(4) > .image {
    width: 5.1875rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(2) {
    gap: 0 0.625rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(3) {
    gap: 0 0.75rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(4) {
    gap: 0 1.25rem;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(odd) {
    width: calc(100% - 2.5rem);
    border-radius: 0 1rem 1rem 0;
    margin-right: auto;
  }
  .concern-section .front-layer > .list .concern-card:nth-child(even) {
    width: calc(100% - 3rem);
    border-radius: 1rem 0 0 1rem;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.concern-section .back-layer {
  height: 26.875rem;
  background-image: url("../img/bg-concern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 6.6875rem;
  margin-top: -10rem;
}
@media (max-width: 767px) {
  .concern-section .back-layer {
    height: 21.4375rem;
    margin-top: -2.125rem;
    background-image: url("../img/bg-concern_sp.jpg");
  }
}
.concern-section .back-layer .text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .concern-section .back-layer .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    gap: 0.75rem;
  }
}
.concern-section .back-layer .text span {
  font-size: 3rem;
  color: #ffff83;
  display: inline-block;
  vertical-align: -0.1875rem;
  border-radius: 0.25rem;
  background: #0e0d6a;
  padding: 0.25rem 1rem 0.5rem;
  margin: 0 0.5rem 0 0;
}
@media (max-width: 767px) {
  .concern-section .back-layer .text span {
    font-size: 2.5rem;
    margin: 0;
  }
}
.concern-section .concern-card {
  background: #fff;
}
@media (min-width: 768px) {
  .concern-section .concern-card {
    width: 18.5rem;
    height: 18.5rem;
    border-radius: 50%;
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .concern-section .concern-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem;
    gap: 0 0.9375rem;
  }
}
@media (min-width: 768px) {
  .concern-section .concern-card > .image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.625rem;
  }
}
.concern-section .concern-card > .image img {
  display: block;
}
.concern-section .concern-card .lead {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .concern-section .concern-card .lead {
    text-align: left;
  }
}
.concern-section .concern-card .lead span {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  background: #0098d8;
  border-radius: 0.25rem;
  line-height: 1;
  padding: 0.3125rem 0.75rem 0.5625rem;
}
@media (max-width: 767px) {
  .concern-section .concern-card .lead span {
    font-size: 0.9375rem;
  }
}
.concern-section .concern-card .text {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .concern-section .concern-card .text {
    text-align: left;
    font-size: 0.9375rem;
  }
}

.feature-section {
  padding: 7.5rem 1.25rem;
}
@media (max-width: 767px) {
  .feature-section {
    padding: 3rem 1.5rem 4rem;
  }
}
.feature-section > .inner {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}
.feature-section > .inner > .bubble {
  text-align: center;
}
.feature-section > .inner > .bubble span {
  color: #fff;
  background: #0e0d6a;
  font-size: 1.625rem;
  font-weight: bold;
  display: inline-block;
  border-radius: 50vh;
  line-height: 1;
  padding: 0.6875rem 2.5rem 0.8125rem;
  position: relative;
}
@media (max-width: 767px) {
  .feature-section > .inner > .bubble span {
    font-size: 1.0625rem;
    padding: 0.625rem 1.5rem;
  }
}
.feature-section > .inner > .bubble span::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -0.875rem;
  border-style: solid;
  border-width: 0.75rem 0.875rem 0 0.875rem;
  border-color: #0e0d6a transparent transparent transparent;
  content: "";
}
@media (max-width: 767px) {
  .feature-section > .inner > .bubble span::after {
    border-width: 0.625rem 0.6875rem 0 0.6875rem;
    margin-left: -0.6875rem;
  }
}
.feature-section > .inner > .heading {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  margin: 0.5rem 0 1.125rem;
}
@media (max-width: 767px) {
  .feature-section > .inner > .heading {
    font-size: 1.625rem;
    margin: 0.75rem 0 0.375rem;
  }
}
.feature-section > .inner > .heading span {
  color: #0e0d6a;
  font-size: 5.5rem;
  font-family: "Jost", sans-serif;
}
@media (max-width: 767px) {
  .feature-section > .inner > .heading span {
    font-size: 4rem;
  }
}
.feature-section > .inner > .text {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .feature-section > .inner > .text {
    font-size: 0.9375rem;
    margin-bottom: 3rem;
  }
}
.feature-section .feature-card {
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.125rem;
}
@media (max-width: 767px) {
  .feature-section .feature-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}
.feature-section .feature-card + .feature-card {
  margin-top: 5.8125rem;
}
@media (max-width: 767px) {
  .feature-section .feature-card + .feature-card {
    margin-top: 3.3125rem;
  }
}
.feature-section .feature-card > .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25.875rem;
}
@media (max-width: 767px) {
  .feature-section .feature-card > .image {
    width: 100%;
    margin-top: 1rem;
  }
}
.feature-section .feature-card .index {
  line-height: 1;
  font-size: 5.5rem;
  font-family: "Jost", sans-serif;
  color: #0e0d6a;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: -4.375rem;
}
@media (max-width: 767px) {
  .feature-section .feature-card .index {
    font-size: 4rem;
    margin-top: -3.875rem;
  }
}
.feature-section .feature-card .index span {
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .feature-section .feature-card .index span {
    padding-bottom: 0.875rem;
  }
}
.feature-section .feature-card .index span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-3.87%, #0098d8), color-stop(96.13%, #C2DA70));
  background: linear-gradient(to bottom right, #0098d8 -3.87%, #C2DA70 96.13%);
  border-radius: 50vh;
  content: "";
}
.feature-section .feature-card .title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .feature-section .feature-card .title {
    font-size: 1.125rem;
  }
}
.feature-section .feature-card .title span {
  color: #0e0d6a;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .feature-section .feature-card .title span {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .feature-section .feature-card .title span.-sp {
    display: block;
  }
}
.feature-section .feature-card .text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .feature-section .feature-card .text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.record-section {
  padding: 7.5rem 1.25rem;
  background: linear-gradient(136.99deg, #D7F3FF 0.62%, #EDF8C7 96.27%);
}
@media (max-width: 767px) {
  .record-section {
    padding: 2.75rem 1.25rem 4rem;
  }
}
.record-section .heading {
  text-align: center;
  line-height: 1;
  font-size: 4rem;
  font-weight: bold;
  color: #0e0d6a;
}
@media (max-width: 767px) {
  .record-section .heading {
    font-size: 2.5rem;
  }
}
.record-section .text-lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0 0.125rem;
}
@media (max-width: 767px) {
  .record-section .text-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
    gap: 0.5rem;
    margin: 0.9375rem 0;
  }
}
.record-section .text-lead .line {
  position: relative;
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  .record-section .text-lead .line {
    padding: 0 1.125rem;
    min-width: 18.25rem;
    line-height: 1;
  }
}
.record-section .text-lead .line::before, .record-section .text-lead .line::after {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  width: 0.875rem;
  height: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='48' viewBox='0 0 14 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2H2V46H14' stroke='black' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .record-section .text-lead .line::before, .record-section .text-lead .line::after {
    width: 0.6875rem;
    height: 2.1875rem;
    margin-top: -1.0625rem;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='35' viewBox='0 0 11 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 1.5H1.5V33.5H10.5' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A");
  }
}
.record-section .text-lead .line::before {
  left: 0;
}
.record-section .text-lead .line::after {
  right: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.record-section .text-lead .number {
  color: #0e0d6a;
  font-size: 3rem;
  font-family: "Jost", sans-serif;
}
@media (max-width: 767px) {
  .record-section .text-lead .number {
    font-size: 2.5rem;
  }
}
.record-section .text-lead sub {
  font-size: 1rem;
  vertical-align: 0.25rem;
}
.record-section .note {
  text-align: center;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  counter-reset: note;
}
@media (max-width: 767px) {
  .record-section .note {
    font-size: 0.875rem;
  }
}
.record-section .note li {
  display: table;
}
.record-section .note li::before {
  display: table-cell;
  padding-right: 0.3125rem;
  counter-increment: note;
  content: "※" counter(note);
}
.record-section > .inner > .text {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2;
  margin-top: 2.875rem;
}
@media (max-width: 767px) {
  .record-section > .inner > .text {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 1.25rem;
  }
}
.record-section .title {
  text-align: center;
  color: #0e0d6a;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 4.25rem;
}
@media (max-width: 767px) {
  .record-section .title {
    font-size: 1.5rem;
    gap: 0.3125rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 2rem;
  }
}
.record-section .title::before, .record-section .title::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2' y1='2' x2='21.799' y2='21.799' stroke='%230E0D6A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .record-section .title::before, .record-section .title::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-transform: translateY(-0.375rem);
        -ms-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2' y1='2' x2='33.1127' y2='33.1127' stroke='%230E0D6A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}
.record-section .title::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 767px) {
  .record-section .title::after {
    -webkit-transform: translateY(-0.375rem) scaleX(-1);
        -ms-transform: translateY(-0.375rem) scaleX(-1);
            transform: translateY(-0.375rem) scaleX(-1);
  }
}
.record-section .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 4.375rem;
}
@media (max-width: 767px) {
  .record-section .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
    gap: 1rem;
  }
}
.record-section .highlight-card {
  width: 22.5rem;
  height: 22.5rem;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .record-section .highlight-card {
    width: 16.4375rem;
    height: 16.4375rem;
    border-radius: 1.5rem;
  }
}
.record-section .highlight-card > .text {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .record-section .highlight-card > .text {
    font-size: 1rem;
  }
}
.record-section .highlight-card > .text span {
  font-size: 2rem;
  color: #0e0d6a;
}
@media (max-width: 767px) {
  .record-section .highlight-card > .text span {
    font-size: 1.5rem;
  }
}
.record-section .highlight-card > .text.-lh {
  line-height: 1.35;
}
.record-section .highlight-card > .text.-lh span {
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .record-section .highlight-card > .text.-lh span {
    font-size: 1.375rem;
  }
}
.record-section .comment {
  text-align: center;
  font-size: 0.96875rem;
  margin: 2.5rem auto 0;
  display: table;
}
.record-section .comment span {
  display: table-cell;
}
@media (max-width: 767px) {
  .record-section .comment {
    text-align: left;
    font-size: 0.875rem;
    margin: 1.625rem auto 0;
  }
}

.price-section {
  padding: 6.4375rem 1.25rem 7.5rem;
}
@media (max-width: 767px) {
  .price-section {
    padding: 2rem 1.5rem;
  }
}
.price-section > .inner {
  max-width: 58rem;
  margin: 0 auto;
}
.price-section .title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  margin: 2.8125rem 0 3.5rem;
}
@media (max-width: 767px) {
  .price-section .title {
    font-size: 1.5rem;
    gap: 0 0.625rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 1rem 0 3.375rem;
  }
}
.price-section .title::before, .price-section .title::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2' y1='2' x2='21.799' y2='21.799' stroke='%232A2A2A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .price-section .title::before, .price-section .title::after {
    width: 1.1875rem;
    height: 1.1875rem;
    -webkit-transform: translateY(-0.625rem);
        -ms-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
}
.price-section .title::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 767px) {
  .price-section .title::after {
    -webkit-transform: translateY(-0.625rem) scaleX(-1);
        -ms-transform: translateY(-0.625rem) scaleX(-1);
            transform: translateY(-0.625rem) scaleX(-1);
  }
}
.price-section .title .-orange {
  color: #ff5500;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .price-section .title .-orange {
    font-size: 2rem;
  }
}
.price-section .price-table {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 768px) {
  .price-section .price-table {
    -ms-grid-columns: 12.5rem 15.25rem 15.25rem 15.25rem;
    grid-template-columns: 12.5rem 15.25rem 15.25rem 15.25rem;
    -webkit-filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.1));
  }
}
@media (max-width: 767px) {
  .price-section .price-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.price-section .price-table .col {
  text-align: center;
}
@media (max-width: 767px) {
  .price-section .price-table .col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7rem 1fr;
    grid-template-columns: 7rem 1fr;
  }
}
@media (min-width: 768px) {
  .price-section .price-table .col:not(:last-child) {
    margin-right: 0.25rem;
  }
}
.price-section .price-table .col:first-child {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .price-section .price-table .col:first-child {
    display: none;
  }
}
.price-section .price-table .col:first-child .head {
  border-radius: 2rem 0 0 0;
}
.price-section .price-table .col:first-child .body {
  border-radius: 0 0 0 2rem;
}
.price-section .price-table .col:last-child .head {
  border-radius: 0 2rem 0 0;
}
@media (max-width: 767px) {
  .price-section .price-table .col:last-child .head {
    border-radius: 0 0 0 1.5rem;
  }
}
.price-section .price-table .col:last-child .body {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .price-section .price-table .col:last-child .body {
    border-radius: 0 0 1.5rem 0;
  }
}
.price-section .price-table .col.-th {
  margin-right: 0.5rem;
}
.price-section .price-table .col.-best {
  position: relative;
}
.price-section .price-table .col.-best .head {
  font-size: 1.5rem;
  padding-top: 0.625rem;
}
.price-section .price-table .col.-best .body {
  border: 0;
}
.price-section .price-table .col.-best::before {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: #0098d8;
  border-radius: 50vh;
  padding: 0.8125rem 1.5rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  content: "一番おトク！";
}
.price-section .price-table .col.-best::after {
  position: absolute;
  inset: 0 0 -0.25rem 0;
  pointer-events: none;
  border: 0.25rem solid #0098d8;
  content: "";
}
@media (max-width: 767px) {
  .price-section .price-table .col.-best::after {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
@media (max-width: 767px) {
  .price-section .price-table .col.-best {
    margin-bottom: 0.25rem;
  }
  .price-section .price-table .col.-best .head {
    border-radius: 1.5rem 0 0 0;
    font-size: 1.25rem;
  }
  .price-section .price-table .col.-best .body {
    border-radius: 0 1.5rem 0 0;
  }
  .price-section .price-table .col.-best .row:nth-child(1) {
    padding-top: 1.875rem;
    height: 5.125rem;
  }
}
.price-section .price-table .row {
  height: 7.5rem;
  font-weight: bold;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .price-section .price-table .row {
    height: 4.5rem;
    justify-items: start;
    padding: 0.4375rem 1rem 0;
    line-height: 1.2;
  }
  .price-section .price-table .row:nth-child(2) .number {
    font-size: 2rem;
  }
}
.price-section .price-table .head {
  color: #fff;
  background: #0e0d6a;
  height: 5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .price-section .price-table .head {
    height: 100%;
    font-size: 1.5rem;
  }
}
.price-section .price-table .head.-sm {
  font-size: 1rem;
}
.price-section .price-table .body {
  background: #fff;
  border: 1px solid #0098d8;
}
@media (max-width: 767px) {
  .price-section .price-table .body {
    border: 0;
  }
}
.price-section .price-table .body.-aqua {
  background: #e9f9ff;
}
@media (min-width: 768px) {
  .price-section .price-table .label {
    display: none;
  }
}
.price-section .price-table .label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: left;
}
.price-section .price-table .number {
  font-size: 2.25rem;
  font-family: "Jost", sans-serif;
}
@media (max-width: 767px) {
  .price-section .price-table .number {
    font-size: 1.75rem;
  }
}
.price-section .price-table .number.-orange {
  color: #ff5500;
}

.spec-section {
  padding: 1.875rem 1.25rem 7.5rem;
}
@media (max-width: 767px) {
  .spec-section {
    padding: 0.9375rem 1.5rem 3.75rem;
  }
}
.spec-section > .inner {
  max-width: 70.5rem;
  margin: 0 auto;
}
.spec-section .caption {
  text-align: right;
  font-weight: 500;
  margin: 3.625rem 0 1.75rem;
}
@media (max-width: 767px) {
  .spec-section .caption {
    margin: 1.125rem 0 0.75rem;
  }
}
.spec-section .note {
  font-size: 0.875rem;
  margin-top: 1.625rem;
  display: table;
}
.spec-section .note span {
  display: table-cell;
}
@media (min-width: 768px) {
  .spec-section .spec-table {
    -webkit-filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.1));
  }
}
.spec-section .spec-table table {
  width: 70.5rem;
  margin: 4rem 0 0;
  border-spacing: 0;
  border-collapse: separate;
}
.spec-section .spec-table table col:nth-child(1) {
  width: 13.25rem;
}
.spec-section .spec-table table col:nth-child(2) {
  width: 13rem;
}
.spec-section .spec-table table col:nth-child(3) {
  width: 13.75rem;
}
.spec-section .spec-table table col:nth-child(4) {
  width: 30.5rem;
}
@media (max-width: 767px) {
  .spec-section .spec-table table {
    width: 40.5rem;
    margin: 2.125rem 0 0;
  }
}
.spec-section .spec-table a {
  text-decoration: underline;
  color: #0e0d6a;
}
.spec-section .spec-table th, .spec-section .spec-table td {
  vertical-align: middle;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .spec-section .spec-table th, .spec-section .spec-table td {
    padding: 0.75rem;
  }
}
.spec-section .spec-table thead th {
  background: #0e0d6a;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  .spec-section .spec-table thead th {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.spec-section .spec-table thead th:nth-child(2) {
  border-right: 1px solid transparent;
}
.spec-section .spec-table tbody th {
  background: #e9f9ff;
  text-align: left;
  border-top: 1px solid #0098d8;
  border-left: 1px solid #0098d8;
}
.spec-section .spec-table tbody th + td {
  text-align: center;
}
.spec-section .spec-table tbody td {
  background: #fff;
  border-right: 1px solid #0098d8;
  font-weight: 500;
  border-top: 1px solid #0098d8;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
@media (max-width: 767px) {
  .spec-section .spec-table tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.spec-section .spec-table tbody td:nth-of-type(1) {
  border-left: 1px solid #0098d8;
}
.spec-section .spec-table tbody tr:nth-of-type(1) th {
  border-radius: 2rem 0 0 0;
}
@media (max-width: 767px) {
  .spec-section .spec-table tbody tr:nth-of-type(1) th {
    border-radius: 1.5rem 0 0 0;
  }
}
.spec-section .spec-table tbody tr:last-of-type th, .spec-section .spec-table tbody tr:last-of-type td {
  border-bottom: 1px solid #0098d8;
}
.spec-section .spec-table tbody tr:last-of-type th:first-child {
  border-radius: 0 0 0 2rem;
}
@media (max-width: 767px) {
  .spec-section .spec-table tbody tr:last-of-type th:first-child {
    border-radius: 0 0 0 1.5rem;
  }
}
.spec-section .spec-table tbody tr:last-of-type td:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .spec-section .spec-table tbody tr:last-of-type td:last-child {
    border-radius: 0 0 1.5rem 0;
  }
}
.spec-section .spec-table .empty-cell {
  border: 0;
  background: none;
}
.spec-section .spec-table .scroll-hint-icon {
  top: 1.875rem;
}

.option-section {
  padding: 6.25rem 1.25rem;
}
@media (max-width: 767px) {
  .option-section {
    padding: 2rem 1.5rem 3.75rem;
  }
}
.option-section > .inner {
  max-width: 57.75rem;
  margin: 0 auto;
}
.option-section > .inner > .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2rem;
  margin: 3.625rem 0 1.25rem;
}
@media (max-width: 767px) {
  .option-section > .inner > .lead {
    font-size: 1.75rem;
    margin: 2.125rem 0 1.625rem;
  }
}
.option-section > .inner > .lead::before, .option-section > .inner > .lead::after {
  width: 0.5rem;
  height: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='36' viewBox='0 0 8 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2H2V34H8' stroke='black' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.option-section > .inner > .lead::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.option-section > .inner > .lead.-bottom {
  margin-top: 7.125rem;
}
@media (max-width: 767px) {
  .option-section > .inner > .lead.-bottom {
    margin-top: 3.25rem;
  }
}
.option-section > .inner > .text {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .option-section > .inner > .text {
    text-align: left;
    line-height: 1.6;
  }
}
.option-section > .inner > .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2.5rem 0;
}
@media (max-width: 767px) {
  .option-section > .inner > .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.125rem 0;
  }
}
.option-section > .inner > .note a {
  color: #ff5500;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.3125rem;
  position: relative;
  padding-right: 1.375rem;
}
.option-section > .inner > .note a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.55556 14C1.12778 14 0.761574 13.8477 0.456944 13.5431C0.152315 13.2384 0 12.8722 0 12.4444V1.55556C0 1.12778 0.152315 0.761574 0.456944 0.456944C0.761574 0.152315 1.12778 0 1.55556 0H7V1.55556H1.55556V12.4444H12.4444V7H14V12.4444C14 12.8722 13.8477 13.2384 13.5431 13.5431C13.2384 13.8477 12.8722 14 12.4444 14H1.55556ZM5.21111 9.87778L4.12222 8.78889L11.3556 1.55556H8.55556V0H14V5.44444H12.4444V2.64444L5.21111 9.87778Z' fill='%23FF5500'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.option-section > .inner > .note a {
  padding-right: 1.25rem;
}
.option-section > .inner > .note.-top {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .option-section > .inner > .note.-top {
    font-size: 0.9375rem;
  }
}
.option-section > .inner > .note.-bottom {
  display: table;
  font-size: 0.875rem;
  margin-top: 1.6875rem;
}
@media (max-width: 767px) {
  .option-section > .inner > .note.-bottom {
    margin-top: 1.0625rem;
  }
}
.option-section > .inner > .note.-bottom span {
  display: table-cell;
  padding-right: 0.375rem;
}
.option-section .promotion-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5rem;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .option-section .promotion-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem 0;
    margin: 2.1875rem 0 0;
  }
}
.option-section .promotion-box .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .option-section .promotion-box .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem 0;
  }
}
.option-section .promotion-box .badge {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #0e0d6a;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
}
@media (max-width: 767px) {
  .option-section .promotion-box .badge {
    padding: 0.5625rem 0.875rem;
  }
}
.option-section .promotion-box .text {
  font-weight: bold;
  font-size: 1.75rem;
}
.option-section .promotion-box .total-price > span {
  display: inline-block;
}
.option-section .promotion-box .total-price > .equal {
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .option-section .promotion-box .total-price > .equal {
    font-size: 1.125rem;
  }
}
.option-section .promotion-box .total-price > .number {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  color: #ff5500;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .option-section .promotion-box .total-price > .number {
    font-size: 3rem;
  }
}
.option-section .promotion-box .total-price > .unit {
  font-size: 1rem;
  font-weight: 500;
}
.option-section .price-card {
  width: 18.75rem;
  -webkit-filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.1));
}
.option-section .price-card > .head {
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  background: #0098d8;
  border-radius: 1rem 1rem 0 0;
  padding: 0.5625rem;
}
.option-section .price-card > .text {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  border: 1px solid #0098d8;
  padding: 0.875rem;
}
.option-section .price-card > .text span {
  font-size: 1.25rem;
}
.option-section .price-table {
  margin-top: 3.625rem;
}
@media (max-width: 767px) {
  .option-section .price-table {
    margin-top: 2.25rem;
  }
}
.option-section .price-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  -webkit-filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.1));
}
.option-section .price-table th, .option-section .price-table td {
  padding: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .option-section .price-table th, .option-section .price-table td {
    text-align: left;
    padding: 0.5rem 0.75rem;
  }
}
.option-section .price-table th {
  color: #fff;
  background: #0e0d6a;
  font-weight: bold;
  font-size: 1.25rem;
  border-radius: 1rem 0 0 1rem;
  width: 15rem;
}
@media (max-width: 767px) {
  .option-section .price-table th {
    font-size: 1rem;
    width: 6.75rem;
    border-radius: 0.75rem 0 0 0.75rem;
  }
}
.option-section .price-table td {
  font-size: 1.25rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid #0098d8;
  border-left: 0;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 767px) {
  .option-section .price-table td {
    font-size: 1rem;
    border-radius: 0 0.75rem 0.75rem 0;
    text-align: center;
  }
}
.option-section .price-table td .-lg {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .option-section .price-table td .-lg {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .option-section .price-table td .-md {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .option-section .price-table td .-sm {
    font-size: 1.125rem;
  }
}

.flow-section {
  padding: 5.9375rem 1.25rem 7rem;
}
@media (max-width: 767px) {
  .flow-section {
    padding: 3.125rem 1.5rem 1.25rem;
  }
}
.flow-section > .inner {
  max-width: 57.75rem;
  margin: 0 auto;
}
.flow-section > .inner > .text {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .flow-section > .inner > .text {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}
.flow-section .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.625rem;
  margin: 4rem 0 5rem;
}
@media (max-width: 767px) {
  .flow-section .step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
    margin: 2.25rem 0 4.375rem;
  }
}
.flow-section .step-list li {
  width: 14.25rem;
  position: relative;
}
.flow-section .step-list li + li::before {
  position: absolute;
  border-style: solid;
  content: "";
}
@media (min-width: 768px) {
  .flow-section .step-list li + li::before {
    top: 42%;
    left: -3.125rem;
    border-width: 1rem 0 1rem 1.125rem;
    border-color: transparent transparent transparent #0098d8;
  }
}
@media (max-width: 767px) {
  .flow-section .step-list li + li::before {
    left: 50%;
    top: -3.125rem;
    margin-left: -1rem;
    border-width: 1.125rem 1rem 0 1rem;
    border-color: #0098d8 transparent transparent transparent;
  }
}
.flow-section .step-list .circle {
  width: 14.25rem;
  height: 14.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0098d8 -3.87%, #C2DA70 96.13%);
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 2.625rem;
}
.flow-section .step-list .index {
  position: absolute;
  top: 1.625rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
.flow-section .step-list .badge {
  text-align: center;
  margin-top: -1.6875rem;
  position: relative;
}
.flow-section .step-list .badge span {
  display: inline-block;
  color: #fff;
  background: #0e0d6a;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50vh;
  padding: 0.5rem 1rem;
}
.flow-section .step-list .text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.625rem;
}

.faq-section {
  padding: 1.875rem 1.25rem 7rem;
}
@media (max-width: 767px) {
  .faq-section {
    padding: 1.875rem 1.5rem 4rem;
  }
}
.faq-section > .inner {
  max-width: 70.5rem;
  margin: 0 auto;
}
.faq-section > .inner > .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2.5rem;
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .faq-section > .inner > .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem 0;
    margin-top: 5.625rem;
  }
}
.faq-section .faq-card {
  max-width: 57.75rem;
  margin: 5rem auto 0;
  background: #fff;
  -webkit-box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-transition: border-radius 0.4s;
  transition: border-radius 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .faq-section .faq-card {
    margin-top: 2.5rem;
  }
}
.faq-section .faq-card + .faq-card {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .faq-section .faq-card + .faq-card {
    margin-top: 1rem;
  }
}
.faq-section .faq-card dt, .faq-section .faq-card dd {
  margin: 0;
  padding-left: 4.4375rem;
  position: relative;
}
@media (max-width: 767px) {
  .faq-section .faq-card dt, .faq-section .faq-card dd {
    padding-left: 3.625rem;
  }
}
.faq-section .faq-card dt::before, .faq-section .faq-card dd::before {
  position: absolute;
  left: 1.875rem;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .faq-section .faq-card dt::before, .faq-section .faq-card dd::before {
    left: 1rem;
  }
}
.faq-section .faq-card dt {
  font-weight: bold;
  font-size: 1.125rem;
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
  padding-right: 1.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-section .faq-card dt {
    font-size: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    padding-right: 1rem;
  }
}
.faq-section .faq-card dt .lead {
  font-size: inherit;
  font-weight: inherit;
  position: relative;
}
@media (max-width: 767px) {
  .faq-section .faq-card dt .lead {
    padding-right: 2.1875rem;
  }
}
.faq-section .faq-card dt .lead::before, .faq-section .faq-card dt .lead::after {
  position: absolute;
  top: 50%;
  margin-top: -0.125rem;
  right: 0;
  width: 1.5rem;
  height: 0.25rem;
  background: #0098d8;
  content: "";
}
.faq-section .faq-card dt .lead::after {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-section .faq-card dt::before {
  color: #0098d8;
  top: 1.5625rem;
  content: "q";
}
@media (max-width: 767px) {
  .faq-section .faq-card dt::before {
    top: 1.25rem;
  }
}
.faq-section .faq-card dd {
  font-size: 1rem;
  background: #effafc;
  padding-right: 2.5rem;
  display: none;
}
@media (max-width: 767px) {
  .faq-section .faq-card dd {
    padding-right: 1.75rem;
  }
}
.faq-section .faq-card dd::before {
  color: #a0cf00;
  top: 0.8125rem;
  content: "a";
}
.faq-section .faq-card dd .wrapper {
  padding-top: 0.9375rem;
  padding-bottom: 1.5rem;
}
.faq-section .faq-card dd .wrapper p {
  line-height: 1.6;
}
.faq-section .faq-card dd a {
  color: #0e0d6a;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.faq-section .faq-card dd a[target=_blank] {
  position: relative;
  padding-right: 1.375rem;
}
.faq-section .faq-card dd a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.55556 14C1.12778 14 0.761574 13.8477 0.456944 13.5431C0.152315 13.2384 0 12.8722 0 12.4444V1.55556C0 1.12778 0.152315 0.761574 0.456944 0.456944C0.761574 0.152315 1.12778 0 1.55556 0H7V1.55556H1.55556V12.4444H12.4444V7H14V12.4444C14 12.8722 13.8477 13.2384 13.5431 13.5431C13.2384 13.8477 12.8722 14 12.4444 14H1.55556ZM5.21111 9.87778L4.12222 8.78889L11.3556 1.55556H8.55556V0H14V5.44444H12.4444V2.64444L5.21111 9.87778Z' fill='%230e0d6a'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .faq-section .faq-card dd a[target=_blank]::after {
    top: auto;
    bottom: 5%;
  }
}
.faq-section .faq-card::after {
  position: absolute;
  inset: 0;
  border: 0.125rem solid #0098d8;
  opacity: 0;
  border-radius: 0.75rem;
  pointer-events: none;
  -webkit-transition-property: opacity, border-radius;
  transition-property: opacity, border-radius;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  content: "";
}
.faq-section .faq-card.-open {
  border-radius: 1.5rem;
}
.faq-section .faq-card.-open::after {
  opacity: 1;
  border-radius: 1.5rem;
}
.faq-section .faq-card.-open .lead::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.faq-section .intro-card {
  width: 34rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .faq-section .intro-card {
    width: 100%;
    border-radius: 1.5rem;
  }
}
.faq-section .intro-card > .badge {
  text-align: center;
  margin: -1.5625rem 0 2.9375rem;
}
@media (max-width: 767px) {
  .faq-section .intro-card > .badge {
    margin: -1.4375rem 0 1.75rem;
  }
}
.faq-section .intro-card > .badge span {
  display: inline-block;
  background: #0e0d6a;
  color: #fff;
  border-radius: 50vh;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.4375rem 1.5rem;
}
@media (max-width: 767px) {
  .faq-section .intro-card > .badge span {
    font-size: 1.125rem;
    padding: 0.5625rem 1.5rem;
  }
}
.faq-section .intro-card > .text {
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  padding: 3rem;
}
@media (max-width: 767px) {
  .faq-section .intro-card > .text {
    padding: 0.75rem 1.5rem 3rem;
  }
}
.faq-section .intro-card > .logo img {
  display: block;
  margin: 0 auto;
}
.faq-section .intro-card.-kddi > .logo img {
  width: 16.375rem;
}
@media (max-width: 767px) {
  .faq-section .intro-card.-kddi > .logo img {
    width: 11.9375rem;
  }
}
@media (min-width: 768px) {
  .faq-section .intro-card.-kddi > .text {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
}
.faq-section .intro-card.-cpi > .logo img {
  width: 12.375rem;
}
@media (max-width: 767px) {
  .faq-section .intro-card.-cpi > .logo img {
    width: 9.3125rem;
  }
}
.faq-section .cta-box {
  background: #fff;
  border: 0.25rem solid #0e0d6a;
  border-radius: 1rem;
  margin-top: 6rem;
  padding: 2rem 0 2.4375rem;
}
@media (max-width: 767px) {
  .faq-section .cta-box {
    margin-top: 4rem;
    padding: 1.6875rem 0 1.875rem;
  }
}
.faq-section .cta-box > .title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #0e0d6a;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .faq-section .cta-box > .title {
    font-size: 1.5rem;
  }
}
.faq-section .cta-box .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 2rem;
  margin-top: 1.375rem;
}
.faq-section .cta-box .link-list a {
  color: #0e0d6a;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  font-weight: bold;
  position: relative;
  padding-right: 1.375rem;
}
.faq-section .cta-box .link-list a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.55556 14C1.12778 14 0.761574 13.8477 0.456944 13.5431C0.152315 13.2384 0 12.8722 0 12.4444V1.55556C0 1.12778 0.152315 0.761574 0.456944 0.456944C0.761574 0.152315 1.12778 0 1.55556 0H7V1.55556H1.55556V12.4444H12.4444V7H14V12.4444C14 12.8722 13.8477 13.2384 13.5431 13.5431C13.2384 13.8477 12.8722 14 12.4444 14H1.55556ZM5.21111 9.87778L4.12222 8.78889L11.3556 1.55556H8.55556V0H14V5.44444H12.4444V2.64444L5.21111 9.87778Z' fill='%230e0d6a'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}