@charset "UTF-8";
:root {
  --color-gray: #e5e8e9;
  --color-bg: #f8f6f4;
  --color-black: #2e3131;
  --color-link: #03529b;
  --color-aqua: #4cc8df;
  --color-blue: #03529b;
  --color-green: #7bd185;
  --color-green-deep: #57a860;
  --color-red: #e50000;
  --color-yellow: #fac549;
  --color-orange: #ff9000;
  --color-aqua-thin: #bce6f0;
  --color-green-thin: #d0efd4;
}

/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  color: var(--color-black);
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body.--fixed {
  overflow: hidden;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 4vw;
    padding-right: 4vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sub,
sup {
  font-size: 60%;
  font-weight: normal;
}

sub {
  vertical-align: bottom;
}

sup {
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

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

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

video {
  outline: none;
}

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

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

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

.color-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
  br.sp,
  span.sp,
  .sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
  img.pc,
  br.pc {
    display: inline !important;
  }
  th.pc,
  td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
  td.pc,
  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }
  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay1 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.f-move-top.--delay2 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.f-move-top.--delay3 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.f-move-top.--delay4 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.f-move-top.--delay5 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.f-move-top.--delay6 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.f-move-top.--delay7 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.f-move-top.--delay8 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.f-move-top.--delay9 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.f-move-top.--delay10 {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  .f-move-top[class*="--delay"] {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* js-tab-box
========================================================================== */
.js-tab-box {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.js-tab-box.--active {
  opacity: 1;
  position: static;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.c-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .c-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.7333333333vw;
  }
}

/* c-caution
========================================================================== */
.c-caution {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}
.c-caution a {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-caution {
    font-size: 2.6666666667vw;
  }
}

ul.c-caution > li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

ol.c-caution {
  counter-reset: ol var(--num);
}
ol.c-caution > li {
  counter-increment: ol;
  line-height: 1.5;
  padding-left: 2em;
  position: relative;
}
ol.c-caution > li::before {
  content: "※" counter(ol);
  position: absolute;
  left: 0;
  top: 0;
}

/* c-btn
========================================================================== */
.c-btn {
  margin-top: 18px;
}
.c-btn > span,
.c-btn > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-yellow);
  border-radius: 100px;
  color: var(--color-black);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 77px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn > span::before,
.c-btn > a::before {
  background: url(../img/icon-arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 11px;
  width: 8px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-btn > span:hover,
  .c-btn > a:hover {
    -webkit-filter: contrast(120%);
            filter: contrast(120%);
  }
  .c-btn > span:hover::before,
  .c-btn > a:hover::before {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 3.2vw;
  }
  .c-btn > span,
  .c-btn > a {
    font-size: 4.2666666667vw;
    height: 15.3333333333vw;
  }
  .c-btn > span::before,
  .c-btn > a::before {
    height: 2.8vw;
    width: 2.1333333333vw;
    right: 5.4666666667vw;
  }
}

/* c-more
========================================================================== */
.js-more-box {
  display: none;
}

.c-more {
  margin-top: 20px;
  text-align: center;
}
.c-more > span,
.c-more > a {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid var(--color-black);
  color: var(--color-black);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  width: 170px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-more > span::before,
.c-more > a::before {
  border-bottom: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  content: "";
  height: 4px;
  margin-top: -2px;
  width: 4px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-more > span:hover,
  .c-more > a:hover {
    background-color: var(--color-gray);
  }
}
.c-more.--active > span::before,
.c-more.--active > a::before {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .c-more {
    margin-top: 5.8666666667vw;
  }
  .c-more > span,
  .c-more > a {
    font-size: 3.4666666667vw;
    padding-bottom: 1.6vw;
    padding-top: 1.6vw;
    width: 41.8666666667vw;
  }
  .c-more > span::before,
  .c-more > a::before {
    height: 1.0666666667vw;
    margin-top: -0.5333333333vw;
    width: 1.0666666667vw;
    right: 3.2vw;
  }
}

/* c-title
========================================================================== */
.c-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.c-title > span {
  color: var(--color-blue);
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 3.4666666667vw;
    margin-bottom: 5.8666666667vw;
  }
  .c-title > span {
    font-size: 8vw;
    margin-bottom: 1.0666666667vw;
  }
}

/* c-lead
========================================================================== */
.c-lead {
  margin-bottom: 72px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lead {
    margin-bottom: 13.3333333333vw;
  }
}

/* c-merit
========================================================================== */
.c-merit {
  background-color: #fff;
  border: 2px solid var(--color-gray);
  border-radius: 20px;
  padding: 16px 20px 20px;
}
.c-merit > dt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center;
}
.c-merit > dt > span {
  font-size: 0.875em;
}
.c-merit > dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  text-align: left;
}
.c-merit > dd figure {
  margin-bottom: 12px;
  text-align: center;
}
.c-merit > dd ol,
.c-merit > dd ul,
.c-merit > dd p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 6px;
  line-height: 1.5;
}
.c-merit > dd ol:last-child,
.c-merit > dd ul:last-child,
.c-merit > dd p:last-child {
  margin-bottom: 0;
}
.c-merit .c-merit_point {
  margin-top: 24px;
}
.c-merit .c-merit_point > li {
  border-bottom: 1px solid var(--color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.c-merit .c-merit_point > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-merit .c-merit_point .c-merit_point_title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  width: 144px;
}
.c-merit .c-merit_point .c-merit_point_title > b {
  color: var(--color-aqua);
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-merit {
    border-color: 0.4vw;
    border-radius: 2vw;
    padding: 2.4vw 2.6666666667vw 2.6666666667vw;
  }
  .c-merit > dt {
    margin-bottom: 12px;
  }
  .c-merit > dd {
    font-size: 3.2vw;
  }
  .c-merit > dd figure {
    margin-bottom: 3.2vw;
  }
  .c-merit > dd ol,
  .c-merit > dd ul,
  .c-merit > dd p {
    margin-bottom: 1.6vw;
  }
  .c-merit .c-merit_point {
    margin-top: 3.2vw;
  }
  .c-merit .c-merit_point > li {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
  .c-merit .c-merit_point .c-merit_point_title {
    font-size: 3.7333333333vw;
    width: 36vw;
  }
  .c-merit .c-merit_point .c-merit_point_title > b {
    font-size: 3.7333333333vw;
  }
}

/* c-check
========================================================================== */
.c-check {
  line-height: 1.5625;
}
.c-check > li {
  padding-left: 28px;
  position: relative;
}
.c-check > li:last-child {
  margin-bottom: 0;
}
.c-check > li::before {
  background: url(../img/icon-check-blue.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 10px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-check > li {
    padding-left: 4.8vw;
  }
  .c-check > li::before {
    height: 2.1333333333vw;
    width: 3.2vw;
  }
}

/* c-bg
========================================================================== */
.c-bg {
  background-color: var(--color-bg);
}

/* c-plan-btn
========================================================================== */
.c-plan-btn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  font-size: 22px;
  font-weight: 700;
  margin-top: 100px;
}
.c-plan-btn > li > a {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  color: var(--color-black);
  display: block;
  height: 220px;
  overflow: hidden;
  padding-top: 16px;
  text-align: center;
  text-decoration: none;
  width: 220px;
  position: relative;
}
.c-plan-btn > li > a p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1818181818;
  min-height: 2.3636363636em;
  margin-bottom: 8px;
}
.c-plan-btn > li > a > strong {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-blue);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  gap: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-plan-btn > li > a > strong::after {
  background: url(../img/icon-arrow-white.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 11px;
  width: 8px;
}
@media (hover: hover) {
  .c-plan-btn > li > a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@media screen and (max-width: 767px) {
  .c-plan-btn {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw;
    font-size: 4.2666666667vw;
    margin-top: 14.6666666667vw;
  }
  .c-plan-btn > li > a {
    border-radius: 3.3333333333vw;
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(182, 182, 184, 0.35);
            box-shadow: 0 0 2.6666666667vw rgba(182, 182, 184, 0.35);
    height: 42.1333333333vw;
    width: auto;
  }
  .c-plan-btn > li > a p {
    margin-bottom: 1.3333333333vw;
  }
  .c-plan-btn > li > a > strong {
    height: 8vw;
    gap: 5.8666666667vw;
    padding-bottom: 0.2666666667vw;
  }
  .c-plan-btn > li > a > strong::after {
    height: 1.8666666667vw;
    width: 1.4666666667vw;
  }
}

/* c-floating-btn
========================================================================== */
.c-floating-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  opacity: 0;
  max-width: 600px;
  pointer-events: none;
  width: 100%;
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  z-index: 10;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.c-floating-btn.--active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c-floating-btn > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-floating-btn > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-blue);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 56px;
  line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-floating-btn > li > a:hover {
    background: var(--color-aqua);
  }
}
@media screen and (max-width: 767px) {
  .c-floating-btn {
    gap: 0 1.6vw;
    padding: 0 1.6vw;
  }
  .c-floating-btn > li > a {
    border-radius: 2.6666666667vw;
    font-size: 2.9333333333vw;
    height: 10.6666666667vw;
  }
}

/* c-modal
========================================================================== */
.c-modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: infinity;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-modal.--active {
  opacity: 1;
  pointer-events: all;
}
.c-modal.--active .c-modal_wrapper {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-modal .c-modal_wrapper {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.c-modal .c-modal_close {
  color: var(--color-black);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-top: 32px;
  text-align: center;
}
.c-modal .c-modal_close::before {
  content: "×";
}
.c-modal .c-modal_content {
  max-width: 456px;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_close {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
  .c-modal .c-modal_content {
    max-width: initial;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/* c-try
========================================================================== */
.c-try {
  background-color: var(--color-gray);
  border-radius: 15px;
  margin-bottom: 18px;
}
.c-try .js-toggle {
  cursor: pointer;
  font-size: 13px;
  line-height: 1.3333333333;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  position: relative;
}
.c-try .js-toggle::before {
  border-bottom: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  content: "";
  height: 4px;
  margin-top: -2px;
  width: 4px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-try .js-toggle.--active::before {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-try .c-try_box {
  display: none;
  padding: 0 10px 10px;
}
.c-try .c-try_box ol,
.c-try .c-try_box ul,
.c-try .c-try_box p {
  font-size: 12px;
  line-height: 1.3333333333;
  margin-bottom: 1em;
  text-align: left;
}
.c-try .c-try_box ol:last-child,
.c-try .c-try_box ul:last-child,
.c-try .c-try_box p:last-child {
  margin-bottom: 0;
}
.c-try .c-try_box ol {
  counter-reset: ol;
}
.c-try .c-try_box ol li {
  counter-increment: ol;
  padding-left: 13px;
  position: relative;
}
.c-try .c-try_box ol li::before {
  border: 1px solid var(--color-black);
  border-radius: 50%;
  content: counter(ol);
  font-size: 7px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  width: 10px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-try {
    border-radius: 4vw;
    margin-bottom: 3.2vw;
  }
  .c-try .js-toggle {
    font-size: 3.4666666667vw;
    padding-bottom: 1.6vw;
    padding-top: 1.6vw;
  }
  .c-try .js-toggle::before {
    height: 1.0666666667vw;
    margin-top: -0.5333333333vw;
    width: 1.0666666667vw;
    right: 3.2vw;
  }
  .c-try .c-try_box {
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
  .c-try .c-try_box ol,
  .c-try .c-try_box ul,
  .c-try .c-try_box p {
    font-size: 3.4666666667vw;
  }
  .c-try .c-try_box ol li {
    padding-left: 3.4666666667vw;
  }
  .c-try .c-try_box ol li::before {
    font-size: 1.8666666667vw;
    height: 2.6666666667vw;
    line-height: 2.6666666667vw;
    width: 2.6666666667vw;
    top: 0.8vw;
  }
}

/* l-container
========================================================================== */
.l-container {
  overflow-x: hidden;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-container {
    overflow: visible;
    padding-top: 8vw;
  }
}

/* l-header
========================================================================== */
.l-header {
  background-color: var(--color-black);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.l-header .l-header_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_inner {
    height: 8vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.l-header .logo {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 37.0666666667vw;
  }
}

/* l-menu
========================================================================== */
.l-menu {
  background-color: var(--color-aqua);
  border-radius: 50%;
  -webkit-box-shadow: 0 1.0666666667vw 1.2vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 1.0666666667vw 1.2vw rgba(0, 0, 0, 0.25);
  display: none;
  height: 13.3333333333vw;
  width: 13.3333333333vw;
  position: fixed;
  right: 2vw;
  top: 2vw;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .l-menu {
    display: block;
  }
}
.l-menu > b {
  background-color: #fff;
  display: block;
  height: 0.2666666667vw;
  width: 6.6666666667vw;
  position: absolute;
  left: 3.6vw;
  -webkit-transition: top 0.3s 0.2s, -webkit-transform 0.3s;
  transition: top 0.3s 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s 0.2s;
  transition: transform 0.3s, top 0.3s 0.2s, -webkit-transform 0.3s;
}
.l-menu > b:nth-child(1) {
  top: 4.8vw;
}
.l-menu > b:nth-child(2) {
  top: 6.9333333333vw;
  -webkit-transition: -webkit-transform 0.15s 0.3s;
  transition: -webkit-transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s, -webkit-transform 0.15s 0.3s;
}
.l-menu > b:nth-child(3) {
  top: 8.8vw;
}
.l-menu.--active > b {
  -webkit-transition: top 0.3s 0.15s, -webkit-transform 0.3s 0.5s;
  transition: top 0.3s 0.15s, -webkit-transform 0.3s 0.5s;
  transition: transform 0.3s 0.5s, top 0.3s 0.15s;
  transition: transform 0.3s 0.5s, top 0.3s 0.15s, -webkit-transform 0.3s 0.5s;
}
.l-menu.--active > b:nth-child(1) {
  top: 6.9333333333vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-menu.--active > b:nth-child(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-menu.--active > b:nth-child(3) {
  top: 6.9333333333vw;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* l-gnav
========================================================================== */
.l-gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 0 2em;
  line-height: 1;
}
.l-gnav ul a {
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  .l-gnav ul a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav {
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(100dvh - 7.7333333333vw);
    height: calc(100dvh - 7.7333333333vw);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 7.7333333333vw;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-gnav.--active {
    opacity: 1;
    pointer-events: all;
  }
  .l-gnav.--active ul {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .l-gnav ul {
    background-color: var(--color-black);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em 0;
    height: 100%;
    margin-left: auto;
    padding-left: 10.6666666667vw;
    padding-top: 13.3333333333vw;
    width: 53.3333333333vw;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* l-section
========================================================================== */
.l-section {
  padding-bottom: 100px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-bottom: 13.3333333333vw;
    padding-top: 10.2666666667vw;
  }
}

/* l-footer
========================================================================== */
.l-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-black);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 48px;
  text-align: center;
}
.l-footer .logo {
  line-height: 1;
  width: 238px;
}
.l-footer .copyright {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.6666666667vw 4.2666666667vw;
  }
  .l-footer .logo {
    width: 37.0666666667vw;
  }
  .l-footer .copyright {
    font-size: 2.6666666667vw;
  }
}

/* p-search-group
========================================================================== */
.p-search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.p-search-group .p-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-search-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw 0;
  }
  .p-search-group .p-search {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

/* p-search
========================================================================= */
.p-search {
  max-width: 570px;
}
@media screen and (max-width: 767px) {
  .p-search {
    max-width: initial;
  }
}
.p-search .p-search_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-search .p-search_title {
    font-size: 4.2666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.p-search .p-search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-search .p-search_form {
    margin-bottom: 4.2666666667vw;
  }
}
.p-search .p-search_form:last-child {
  margin-bottom: 0;
}
.p-search .p-search_form input[type=text] {
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  font-size: 16px;
  height: 66px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-search .p-search_form input[type=text] {
    border-radius: 2.4vw 0 0 2.4vw;
    font-size: 3.7333333333vw;
    height: 12vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-search .p-search_form input[type=submit] {
  background: url(../img/icon-search.png) no-repeat 50% 50% var(--color-blue);
  background-size: 28px 26px;
  border: 0;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  font-size: 0;
  height: 66px;
  line-height: 0;
  width: 80px;
  text-indent: -9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-search .p-search_form input[type=submit]:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-search .p-search_form input[type=submit] {
    background-size: 5.8666666667vw 5.6vw;
    border-radius: 0 2.4vw 2.4vw 0;
    height: 12vw;
    width: 14.4vw;
  }
}

/* popIframe
========================================================================== */
form.popOn {
  position: relative;
  pointer-events: none;
}
form.popOn::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-repeating-linear-gradient(315deg, #000, #000 1px, transparent 1px, transparent 2px);
  background: repeating-linear-gradient(135deg, #000, #000 1px, transparent 1px, transparent 2px);
  -webkit-animation: formpopOn 1.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
          animation: formpopOn 1.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
}

@-webkit-keyframes formpopOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes formpopOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}
.popIframe {
  display: none;
  position: fixed;
  width: 96%;
  height: -webkit-calc(90vh - 70px);
  height: calc(90vh - 70px);
  bottom: 0;
  left: 2%;
  background: #fff;
  border-radius: 15px 15px 0 0;
  border: 1px solid #e5e5e5;
  z-index: 2;
}
.popIframe.popOut {
  display: block;
  -webkit-animation: popOut 0.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
          animation: popOut 0.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
}
.popIframe.popOn {
  -webkit-box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.05);
  display: block;
  -webkit-animation: popOn 0.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
          animation: popOn 0.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
}
.popIframe object {
  position: absolute;
  width: 100%;
  height: -webkit-calc(84vh - 70px);
  height: calc(84vh - 70px);
  bottom: 0;
  left: 0;
  border: none;
  border-top: 1px solid #e5e5e5;
  z-index: 20;
}

@-webkit-keyframes popOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes popOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes popOn {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes popOn {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
button.popBtn2 {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vh;
  font-weight: 900;
  line-height: 6vh;
  height: 6vh;
  padding: 0;
  width: 6vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}

.inner_popIframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  height: 100%;
  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;
}
.inner_popIframe .loader {
  aspect-ratio: 1;
  background: -webkit-radial-gradient(farthest-side, #ffa516 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #ffa516);
  background: radial-gradient(farthest-side, #ffa516 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #ffa516);
  -webkit-mask: -webkit-radial-gradient(farthest-side, rgba(0, 0, 0, 0) -webkit-calc(100% - 8px), #000 0);
  border-radius: 50%;
  width: 50px;
  -webkit-animation: l13 1s infinite linear;
          animation: l13 1s infinite linear;
}

@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
span#DSresultTXT {
  color: var(--color-black);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2vh;
  font-weight: 700;
  height: 6vh;
  line-height: 6vh;
  padding-left: 1em;
}

/* icon
========================================================================== */
@media screen and (max-width: 767px) {
  img.--icon-x4 {
    width: 14.9333333333vw;
  }
  img.--icon-x8 {
    width: 14.8vw;
  }
  img.--icon-max {
    width: 15.2vw;
  }
  img.--icon-normal {
    width: 12.8vw;
  }
}

/* p-main-visual
========================================================================== */
.p-main-visual {
  background: url(../img/kv_bg.jpg) no-repeat 50% 50%/cover;
  height: 532px;
  padding-top: 50px;
  text-align: center;
  position: relative;
}
.p-main-visual p {
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    background: none;
    height: auto;
    padding-top: 0;
  }
  .p-main-visual p {
    color: #133865;
    margin-top: 1.6vw;
    position: static;
  }
}

/* p-plan
========================================================================== */
.p-plan .p-plan_list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  gap: 64px 32px;
  grid-template-columns: repeat(2, 1fr);
}
.p-plan .p-plan_box {
  -webkit-box-shadow: 0 0 0 5px var(--color-aqua) inset;
          box-shadow: 0 0 0 5px var(--color-aqua) inset;
  border-radius: 15px 15px;
}
.p-plan .p-plan_box.--green {
  -webkit-box-shadow: 0 0 0 5px var(--color-green) inset;
          box-shadow: 0 0 0 5px var(--color-green) inset;
}
.p-plan .p-plan_box.--green .p-plan_box_title {
  background-color: var(--color-green);
}
.p-plan .p-plan_box.--green .p-plan_box_title > i {
  border-color: var(--color-green);
}
.p-plan .p-plan_box .p-plan_box_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-aqua);
  border-radius: 15px 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 133px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 140px;
  text-align: center;
  position: relative;
}
.p-plan .p-plan_box .p-plan_box_title > i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 4px solid var(--color-aqua);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  position: absolute;
  left: 32px;
  top: -30px;
}
.p-plan .p-plan_box .p-plan_box_title h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.p-plan .p-plan_box .p-plan_box_inner {
  padding: 24px;
}
.p-plan .p-plan_price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
.p-plan .p-plan_price b {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2em;
  font-weight: 900;
}
.p-plan .p-plan_check {
  display: table;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
}
.p-plan .p-plan_check li {
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
.p-plan .p-plan_check li:last-child {
  margin-bottom: 0;
}
.p-plan .p-plan_check li::before {
  background: url(../img/icon-check.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 10px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.p-plan .p-plan_check li b {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2em;
  font-weight: 900;
}
.p-plan .p-plan_check li em {
  font-size: 1.3em;
  font-weight: 700;
}
.p-plan .p-plan_check li.--balance::before {
  top: 0.85em;
}
.p-plan .p-plan_check li.--nomal::before {
  top: 0.35em;
}
.p-plan .p-plan_check .c-caution {
  margin-top: 6px;
}
.p-plan .p-plan_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
.p-plan .p-plan_merit .c-merit {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
.p-plan .p-plan_merit .c-merit.--long {
  width: 100%;
}
.p-plan .p-plan_merit .c-merit figure {
  margin-bottom: 12px;
  margin-top: 12px;
}
.p-plan .p-plan_merit .c-merit figure.--anime img {
  max-width: 327px;
}
.p-plan .p-plan_merit .c-merit figure.--x4-use {
  margin-bottom: 28px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-plan .p-plan_list {
    gap: 9.6vw;
    grid-template-columns: 1fr;
  }
  .p-plan .p-plan_box {
    -webkit-box-shadow: 0 0 0 0.6666666667vw var(--color-aqua) inset;
            box-shadow: 0 0 0 0.6666666667vw var(--color-aqua) inset;
    border-radius: 2vw;
  }
  .p-plan .p-plan_box.--green {
    -webkit-box-shadow: 0 0 0 0.6666666667vw var(--color-green) inset;
            box-shadow: 0 0 0 0.6666666667vw var(--color-green) inset;
  }
  .p-plan .p-plan_box .p-plan_box_title {
    border-radius: 2vw 2vw 0 0;
    height: 20vw;
    padding-left: 22vw;
  }
  .p-plan .p-plan_box .p-plan_box_title > i {
    border: 0.5333333333vw solid var(--color-aqua);
    height: 22vw;
    width: 22vw;
    left: 4.2666666667vw;
    top: -4.8vw;
  }
  .p-plan .p-plan_box .p-plan_box_title h3 {
    font-size: 6.4vw;
    line-height: 1.1666666667;
  }
  .p-plan .p-plan_box .p-plan_box_inner {
    padding: 4vw;
  }
  .p-plan .p-plan_price {
    font-size: 4.6666666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .p-plan .p-plan_check {
    margin-bottom: 3.2vw;
  }
  .p-plan .p-plan_check li {
    margin-bottom: 1.0666666667vw;
    padding-left: 4.2666666667vw;
  }
  .p-plan .p-plan_check li::before {
    height: 1.8666666667vw;
    width: 2.6666666667vw;
  }
  .p-plan .p-plan_merit {
    gap: 1.8666666667vw;
    margin-top: 4.4vw;
  }
  .p-plan .p-plan_merit .c-merit {
    width: -webkit-calc(50% - 0.9333333333vw);
    width: calc(50% - 0.9333333333vw);
  }
  .p-plan .p-plan_merit .c-merit.--long {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  .p-plan .p-plan_merit .c-merit figure {
    margin-bottom: 3.2vw;
    margin-top: 3.2vw;
  }
  .p-plan .p-plan_merit .c-merit figure.--anime img {
    max-width: 100%;
  }
  .p-plan .p-plan_merit .c-merit figure.--x4-use {
    margin-bottom: 3.2vw;
    margin-top: 3.2vw;
  }
  .p-plan .p-plan_merit .c-merit figure.--x8-use img {
    width: 62.4vw;
  }
  .p-plan .p-plan_merit .c-merit figure.--wallet img {
    width: 17.7333333333vw;
  }
}

/* p-match
========================================================================== */
.p-match .p-match_items {
  background: url(../img/arrow.png) no-repeat left 45px bottom 0;
  height: 591px;
  margin-left: auto;
  margin-right: auto;
  max-width: 955px;
  position: relative;
}
.p-match .p-match_items > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 25px;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  width: 340px;
  position: absolute;
}
.p-match .p-match_items > li::before {
  border: 3px dashed #fff;
  border-radius: 25px;
  pointer-events: none;
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  top: -2px;
}
.p-match .p-match_items > li h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
}
.p-match .p-match_items > li:nth-child(1) {
  border-color: var(--color-aqua);
  padding-top: 36px;
}
.p-match .p-match_items > li:nth-child(1)::before {
  content: "";
}
.p-match .p-match_items > li:nth-child(2), .p-match .p-match_items > li:nth-child(1) {
  top: 0;
}
.p-match .p-match_items > li:nth-child(4), .p-match .p-match_items > li:nth-child(3) {
  top: 300px;
}
.p-match .p-match_items > li:nth-child(3), .p-match .p-match_items > li:nth-child(1) {
  left: 100px;
}
.p-match .p-match_items > li:nth-child(4), .p-match .p-match_items > li:nth-child(2) {
  left: 500px;
}
.p-match .p-match_items .p-match_start {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-aqua);
  border-radius: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 137px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-match .p-match_items .p-match_start img {
  width: 93px;
}
.p-match .p-match_items .p-match_start::before {
  border-color: var(--color-aqua) transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0;
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.p-match .p-match_items .p-match_start::after {
  background: url(../img/icon-attention.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 16px;
  width: 25px;
  position: absolute;
  left: -8px;
  top: -14px;
}
@media screen and (min-width: 768px) {
  .p-match .p-match_items .p-match_items_box {
    pointer-events: none;
  }
}
.p-match .p-match_items .p-match_items_box p {
  line-height: 1.25;
  margin-bottom: 1em;
  min-height: 40px;
  padding-left: 58px;
  position: relative;
}
.p-match .p-match_items .p-match_items_box p:last-child {
  margin-bottom: 0;
}
.p-match .p-match_items .p-match_items_box p::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.p-match .p-match_items .p-match_items_box p.--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-match .p-match_items .p-match_items_box p.--a::before {
  background-color: var(--color-yellow);
  content: "A";
}
.p-match .p-match_items .p-match_items_box p.--b::before {
  background-color: var(--color-aqua);
  content: "B";
}
.p-match .p-match_items .p-match_items_box p .c-caution {
  color: #878787;
}
.p-match .p-match_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 955px;
}
.p-match .p-match_result .p-match_result_box {
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 12px;
  width: 220px;
}
.p-match .p-match_result .p-match_result_title {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.p-match .p-match_result .p-match_result_title p {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.p-match .p-match_result .p-match_result_title h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.2;
}
.p-match .p-match_result .p-match_result_title h3 img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-match .p-match_result .p-match_result_title h3 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-match .p-match_result p {
  font-size: 15px;
  line-height: 1.4666666667;
}
.p-match .p-match_btn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1em;
  text-align: center;
}
.p-match .p-match_btn > a {
  background-color: var(--color-yellow);
  border-radius: 10px;
  color: var(--color-black);
  display: inline-block;
  line-height: 1;
  padding: 16px;
  text-decoration: none;
  width: 160px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-match .p-match_btn > a::after {
  background: url(../img/icon-arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 11px;
  width: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-match .p-match_btn > a:hover {
    -webkit-filter: contrast(120%);
            filter: contrast(120%);
  }
  .p-match .p-match_btn > a:hover::after {
    right: 8px;
  }
}
.p-match .p-match_restart,
.p-match .p-match_back {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-match .p-match_items {
    background: none;
    height: auto;
    max-width: 100%;
  }
  .p-match .p-match_items > li {
    border: 0;
    border-radius: 3.3333333333vw;
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 2.1333333333vw rgba(0, 0, 0, 0.04);
            box-shadow: 1.3333333333vw 1.3333333333vw 2.1333333333vw rgba(0, 0, 0, 0.04);
    opacity: 0;
    padding: 9.6vw 4.8vw 7.3333333333vw;
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-match .p-match_items > li.--active {
    opacity: 1;
    pointer-events: all;
    position: relative;
  }
  .p-match .p-match_items > li h3 {
    font-size: 4.8vw;
    margin-bottom: 7.3333333333vw;
  }
  .p-match .p-match_items > li:nth-child(1) {
    padding-top: 13.3333333333vw;
  }
  .p-match .p-match_items > li:nth-child(1)::before {
    content: none;
  }
  .p-match .p-match_items > li:nth-child(2), .p-match .p-match_items > li:nth-child(1) {
    top: 0;
  }
  .p-match .p-match_items > li:nth-child(4), .p-match .p-match_items > li:nth-child(3) {
    top: 0;
  }
  .p-match .p-match_items > li:nth-child(3), .p-match .p-match_items > li:nth-child(1) {
    left: 0;
  }
  .p-match .p-match_items > li:nth-child(4), .p-match .p-match_items > li:nth-child(2) {
    left: 0;
  }
  .p-match .p-match_items .p-match_start {
    border-radius: 13.3333333333vw;
    font-size: 6.9333333333vw;
    height: 8.2666666667vw;
    width: 32vw;
  }
  .p-match .p-match_items .p-match_start img {
    width: 21.3333333333vw;
  }
  .p-match .p-match_items .p-match_start::before {
    border-width: 2.1333333333vw 1.3333333333vw 0;
  }
  .p-match .p-match_items .p-match_start::after {
    height: 3.7333333333vw;
    width: 5.7333333333vw;
    left: -1.3333333333vw;
    top: -3.2vw;
  }
  .p-match .p-match_items .p-match_items_box {
    width: 100%;
  }
  .p-match .p-match_items .p-match_items_box p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0.5333333333vw solid var(--color-yellow);
    border-radius: 6.4vw;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 13.3333333333vw;
    padding: 1.8666666667vw 0 1.8666666667vw 12.4vw;
    width: 100%;
  }
  .p-match .p-match_items .p-match_items_box p::before {
    font-size: 4.5333333333vw;
    height: 7.2vw;
    width: 7.2vw;
    left: 1.8666666667vw;
    top: 2.6666666667vw;
  }
  .p-match .p-match_items .p-match_items_box p.--a {
    -webkit-box-shadow: 0 0.5333333333vw 0 0 var(--color-yellow);
            box-shadow: 0 0.5333333333vw 0 0 var(--color-yellow);
  }
  .p-match .p-match_items .p-match_items_box p.--a::before {
    background-color: var(--color-yellow);
  }
  .p-match .p-match_items .p-match_items_box p.--b {
    border-color: var(--color-aqua);
    -webkit-box-shadow: 0 0.5333333333vw 0 0 var(--color-aqua);
            box-shadow: 0 0.5333333333vw 0 0 var(--color-aqua);
  }
  .p-match .p-match_items .p-match_items_box p.--b::before {
    background-color: var(--color-aqua);
  }
  .p-match .p-match_result {
    display: block;
    max-width: initial;
  }
  .p-match .p-match_result .p-match_result_box {
    border: 0.5333333333vw solid var(--color-yellow);
    border-radius: 3.3333333333vw;
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 2.1333333333vw rgba(0, 0, 0, 0.04);
            box-shadow: 1.3333333333vw 1.3333333333vw 2.1333333333vw rgba(0, 0, 0, 0.04);
    opacity: 0;
    padding: 9.6vw 4.8vw 9.6vw;
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-match .p-match_result .p-match_result_box.--active {
    opacity: 1;
    pointer-events: all;
    position: relative;
  }
  .p-match .p-match_result .p-match_result_title {
    border-bottom: 0;
    margin-bottom: 4.2666666667vw;
    padding-bottom: 0;
    padding-left: 20vw;
    text-align: left;
    position: relative;
  }
  .p-match .p-match_result .p-match_result_title p {
    font-size: 3.4666666667vw;
    margin-bottom: 1.6vw;
  }
  .p-match .p-match_result .p-match_result_title h3 {
    font-size: 5.3333333333vw;
    gap: 0;
  }
  .p-match .p-match_result .p-match_result_title h3 img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-match .p-match_result .p-match_result_title h3 img.--x4 {
    width: 16.8vw;
  }
  .p-match .p-match_result .p-match_result_title h3 img.--x8 {
    width: 16.4vw;
  }
  .p-match .p-match_result .p-match_result_title h3 img.--max {
    width: 17.0666666667vw;
  }
  .p-match .p-match_result .p-match_result_title h3 img.--normal {
    width: 14.8vw;
  }
  .p-match .p-match_result .p-match_result_title h3 span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-match .p-match_result p {
    font-size: 15px;
    line-height: 1.4666666667;
  }
  .p-match .p-match_btn {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
  .p-match .p-match_btn > a {
    border-radius: 100px;
    padding: 3.2vw;
    width: 100%;
  }
  .p-match .p-match_btn > a::after {
    height: 2vw;
    width: 1.4666666667vw;
    right: 4vw;
  }
  .p-match .p-match_restart,
  .p-match .p-match_back {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 100px;
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 4.8vw;
    padding: 1.6vw 3.2vw;
    text-align: center;
  }
  .p-match .p-match_restart:first-child,
  .p-match .p-match_back:first-child {
    margin-top: 0;
  }
  .p-match .p-match_back {
    background-color: var(--color-gray);
  }
  .p-match .p-match_restart {
    background-color: var(--color-green);
    -webkit-box-shadow: 0 0.8vw 0 0 var(--color-green-deep);
            box-shadow: 0 0.8vw 0 0 var(--color-green-deep);
    color: #fff;
  }
  .p-match .p-match_result_buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw;
    margin-top: 4.8vw;
  }
}

/* p-comparison
========================================================================== */
.p-comparison .p-comparison_box {
  margin-top: 100px;
}
.p-comparison .p-comparison_title {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}
.p-comparison .p-comparison_table {
  margin-top: 18px;
}
.p-comparison .p-comparison_table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-comparison .p-comparison_table > div dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2px;
  text-align: center;
  width: 198px;
}
.p-comparison .p-comparison_table > div dt p {
  line-height: 1.2;
}
.p-comparison .p-comparison_table > div dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-aqua-thin);
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  padding: 16px 0;
  text-align: center;
  width: 193px;
}
.p-comparison .p-comparison_table > div dd:last-child {
  background-color: var(--color-green-thin);
  margin-right: 0;
}
.p-comparison .p-comparison_table > div dd p {
  line-height: 1.1;
}
.p-comparison .p-comparison_table > div:last-child dd {
  border-radius: 0 0 15px 15px;
}
.p-comparison .p-comparison_table .p-comparison_table_head {
  margin-bottom: 2px;
}
.p-comparison .p-comparison_table .p-comparison_table_head dt {
  border-bottom: 0;
}
.p-comparison .p-comparison_table .p-comparison_table_head dd {
  border-radius: 15px 15px 0 0;
  padding: 20px 16px 10px;
}
.p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2222222222;
  margin-bottom: 16px;
  min-height: 2.4444444444em;
}
.p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title > a {
  background-color: var(--color-blue);
  border-radius: 10px;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 16px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title > a::after {
  background: url(../img/icon-arrow-white.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 11px;
  width: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title > a:hover {
    background-color: var(--color-aqua);
  }
  .p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title > a:hover::after {
    right: 8px;
  }
}
.p-comparison .p-comparison_table > tbody tr:first-child th {
  border-top-left-radius: 15px;
}
.p-comparison .p-comparison_table > tbody tr:first-child td {
  border-top-right-radius: 15px;
}
.p-comparison .p-comparison_table > tbody tr:last-child th {
  border-bottom-left-radius: 15px;
}
.p-comparison .p-comparison_table > tbody tr:last-child td {
  border-bottom-right-radius: 15px;
}
.p-comparison .p-comparison_table > tbody tr th {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-aqua-thin)), to(var(--color-green-thin)));
  background: -webkit-linear-gradient(left, var(--color-aqua-thin), var(--color-green-thin));
  background: linear-gradient(90deg, var(--color-aqua-thin), var(--color-green-thin));
  font-weight: 500;
  text-align: left;
}
.p-comparison .p-comparison_table > tbody tr th,
.p-comparison .p-comparison_table > tbody tr td {
  border-bottom: 1px solid #fff;
  padding: 15px 20px;
  vertical-align: middle;
}
.p-comparison .p-comparison_table > tbody tr td {
  background-color: var(--color-bg);
}
.p-comparison .p-comparison_regular {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.p-comparison .p-comparison_regular.--small {
  font-size: 20px;
  line-height: 1.1;
}
.p-comparison .p-comparison_regular b {
  font-size: 2em;
}
.p-comparison .p-comparison_extra {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1;
}
.p-comparison .p-comparison_extra b {
  font-size: 2em;
  margin-right: 0.2em;
}
.p-comparison .p-comparison_extra em {
  font-size: 1.6em;
  font-style: normal;
  font-weight: 400;
  margin-left: 0.2em;
}
.p-comparison .p-comparison_num {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.p-comparison .p-comparison_num b {
  font-size: 2em;
}
.p-comparison .p-comparison_rate {
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
}
.p-comparison .p-comparison_rate sup {
  font-size: 36%;
}
.p-comparison .p-comparison_date {
  font-size: 18px;
  line-height: 1;
}
.p-comparison .p-comparison_date > b {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.44em;
  font-weight: 600;
}
.p-comparison .c-caution {
  line-height: 1;
}
.p-comparison ol.c-caution {
  margin-top: 30px;
}
.p-comparison ol.c-caution li {
  margin-bottom: 1em;
}
.p-comparison ol.c-caution li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-comparison .p-comparison_box {
    margin-top: 13.3333333333vw;
  }
  .p-comparison .p-comparison_title {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .p-comparison .p-comparison_table {
    margin-top: 4vw;
    position: relative;
    z-index: 0;
  }
  .p-comparison .p-comparison_table .p-comparison_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.2vw;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-comparison .p-comparison_table .p-comparison_bg > b {
    background-color: var(--color-aqua-thin);
    border-radius: 2vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-comparison .p-comparison_table .p-comparison_bg > b.--green {
    background-color: var(--color-green-thin);
  }
  .p-comparison .p-comparison_table > div {
    display: grid;
    gap: 0 1.2vw;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-comparison .p-comparison_table > div dt {
    background-color: #73d1e8;
    border-bottom: 0;
    border-radius: 0;
    font-weight: 500;
    grid-column: 1/-1;
    margin-right: 0;
    padding: 1.6vw;
    width: 100%;
  }
  .p-comparison .p-comparison_table > div dt > p > span {
    font-size: 0.7em;
  }
  .p-comparison .p-comparison_table > div dd {
    background: none;
    border-bottom: 0;
    font-size: 3.7333333333vw;
    margin-right: 0;
    padding: 2.1333333333vw 0;
    width: 100%;
  }
  .p-comparison .p-comparison_table > div dd.--long {
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 1.8666666667vw !important;
    display: block;
    grid-column: 1/-1;
    margin: 0 1.3333333333vw 2.6666666667vw;
    padding: 1.3333333333vw;
    text-align: left;
    width: auto;
  }
  .p-comparison .p-comparison_table > div dd.--long .c-try {
    border-radius: 0;
    margin-bottom: 1.0666666667vw;
  }
  .p-comparison .p-comparison_table > div dd.--long .c-try ol,
  .p-comparison .p-comparison_table > div dd.--long .c-try p {
    font-size: 2.6666666667vw;
  }
  .p-comparison .p-comparison_table > div dd.--long .c-try .js-toggle {
    padding: 1.3333333333vw;
    text-align: left;
  }
  .p-comparison .p-comparison_table > div dd.--long .c-try .c-try_box {
    padding: 0 1.3333333333vw 1.3333333333vw;
  }
  .p-comparison .p-comparison_table > div dd.--long .c-try .c-try_box ol li {
    padding-left: 2.6666666667vw;
  }
  .p-comparison .p-comparison_table > div dd.--long .c-try .c-try_box ol li::before {
    border-color: #878787;
    font-size: 1.6vw;
    height: 2.4vw;
    line-height: 2.4vw;
    width: 2.4vw;
    top: 0.4vw;
  }
  .p-comparison .p-comparison_table > div dd:last-child {
    background: none;
  }
  .p-comparison .p-comparison_table > div:last-child dd {
    border-radius: 0;
  }
  .p-comparison .p-comparison_table .p-comparison_table_head {
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 8vw;
    z-index: 10;
  }
  .p-comparison .p-comparison_table .p-comparison_table_head dt {
    display: none;
  }
  .p-comparison .p-comparison_table .p-comparison_table_head dd {
    background: var(--color-aqua-thin);
    border-radius: 2vw 2vw 0 0;
    padding: 3.7333333333vw 1.6vw 2.6666666667vw;
  }
  .p-comparison .p-comparison_table .p-comparison_table_head dd:last-child {
    background: var(--color-green-thin) !important;
  }
  .p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title {
    font-size: 3.7333333333vw;
    width: 100%;
  }
  .p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title > span {
    margin-bottom: 2.1333333333vw;
    min-height: 3.6666666667em;
  }
  .p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title > a {
    border-radius: 1.3333333333vw;
    padding: 1.6vw 2.4vw 1.6vw 1.6vw;
  }
  .p-comparison .p-comparison_table .p-comparison_table_head .p-comparison_table_head_title > a::after {
    height: 1.4666666667vw;
    width: 1.0666666667vw;
    right: 1.6vw;
  }
  .p-comparison .p-comparison_table > tbody tr:first-child th {
    border-top-left-radius: 2vw;
  }
  .p-comparison .p-comparison_table > tbody tr:first-child td {
    border-top-right-radius: 2vw;
  }
  .p-comparison .p-comparison_table > tbody tr:last-child th {
    border-bottom-left-radius: 2vw;
  }
  .p-comparison .p-comparison_table > tbody tr:last-child td {
    border-bottom-right-radius: 2vw;
  }
  .p-comparison .p-comparison_table > tbody tr th,
  .p-comparison .p-comparison_table > tbody tr td {
    padding: 2.6666666667vw 3.2vw;
  }
  .p-comparison .p-comparison_table > tbody tr th {
    width: 30.6666666667vw;
  }
  .p-comparison .p-comparison_regular {
    font-size: 2.6666666667vw;
  }
  .p-comparison .p-comparison_regular.--small {
    font-size: 4.2666666667vw;
  }
  .p-comparison .p-comparison_extra {
    font-size: 2.4vw;
  }
  .p-comparison .p-comparison_num {
    font-size: 2.9333333333vw;
  }
  .p-comparison .p-comparison_rate {
    font-size: 6vw;
  }
  .p-comparison .p-comparison_date {
    font-size: 2.4vw;
  }
  .p-comparison ol.c-caution {
    margin-top: 0;
  }
  .p-comparison ol.c-caution li {
    margin-bottom: 0.5em;
  }
}

/* p-feature
========================================================================== */
.p-feature .p-feature_search {
  background-color: var(--color-bg);
  border-radius: 15px;
  padding: 16px 30px 30px;
}
.p-feature .p-feature_num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  line-height: 1;
  margin-bottom: 36px;
}
.p-feature .p-feature_num::after {
  background-color: var(--color-aqua);
  content: "";
  height: 2px;
  width: 72px;
}
.p-feature .p-feature_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
.p-feature .p-feature_title:last-child {
  margin-bottom: 0;
}
.p-feature .p-feature_title > span {
  color: var(--color-orange);
}
.p-feature .p-feature_subtitle {
  color: var(--color-blue);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.p-feature .p-feature_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  margin-bottom: 20px;
  margin-top: 100px;
}
.p-feature .p-feature_box:last-child {
  margin-bottom: 0;
}
.p-feature .p-feature_box .p-feature_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-feature .p-feature_box.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-feature .p-feature_img {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
.p-feature .p-feature_img > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 114px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 114px;
}
.p-feature .p-feature_img > span p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 1.1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  text-align: center;
}
.p-feature .p-feature_img > span:nth-child(odd) {
  background-color: #d5f0ee;
}
.p-feature .p-feature_img > span:nth-child(even) {
  background-color: #dcf6dd;
}
.p-feature .p-feature_step {
  background-color: var(--color-bg);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  padding: 24px 24px 16px;
}
.p-feature .p-feature_step > li {
  position: relative;
}
.p-feature .p-feature_step > li p {
  line-height: 1.2;
  margin-top: 12px;
  text-align: center;
}
.p-feature .p-feature_step > li:not(:last-child) figure {
  position: relative;
}
.p-feature .p-feature_step > li:not(:last-child) figure::before {
  border-color: transparent transparent transparent var(--color-black);
  border-style: solid;
  border-width: 6px 0 6px 8px;
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-feature .p-feature_search {
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw;
  }
  .p-feature .p-feature_num {
    gap: 2.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5.3333333333vw;
  }
  .p-feature .p-feature_num::after {
    height: 0.2666666667vw;
    width: 9.6vw;
  }
  .p-feature .p-feature_num.--num01 img {
    width: 9.0666666667vw;
  }
  .p-feature .p-feature_num.--num02 img {
    width: 10.6666666667vw;
  }
  .p-feature .p-feature_num.--num03 img {
    width: 10.6666666667vw;
  }
  .p-feature .p-feature_title {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
    text-align: center;
  }
  .p-feature .p-feature_subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .p-feature .p-feature_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.8666666667vw;
    margin-bottom: 9.3333333333vw;
    margin-top: 9.3333333333vw;
  }
  .p-feature .p-feature_box .c-caution {
    text-align: center;
  }
  .p-feature .p-feature_box .p-feature_text {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .p-feature .p-feature_box.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-feature .p-feature_box img {
    width: 100%;
  }
  .p-feature .p-feature_img {
    gap: 2.9333333333vw;
  }
  .p-feature .p-feature_img > span {
    border-radius: 2vw;
    height: 20.8vw;
    width: 20.8vw;
  }
  .p-feature .p-feature_img > span p {
    font-size: 3.4666666667vw;
    font-weight: 700;
    margin-top: 1.3333333333vw;
  }
  .p-feature .p-feature_img > span img.--movie {
    width: 9.7333333333vw;
  }
  .p-feature .p-feature_img > span img.--drama {
    width: 9.6vw;
  }
  .p-feature .p-feature_img > span img.--anime {
    width: 9.2vw;
  }
  .p-feature .p-feature_img > span img.--variety {
    width: 8.4vw;
  }
  .p-feature .p-feature_img > span img.--document {
    width: 10.6666666667vw;
  }
  .p-feature .p-feature_img > span img.--music {
    width: 8.4vw;
  }
  .p-feature .p-feature_img > span img.--comic {
    width: 9.6vw;
  }
  .p-feature .p-feature_img > span img.--other {
    width: 8.1333333333vw;
  }
  .p-feature .p-feature_step {
    border-radius: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 75.7333333333vw;
    padding: 3.7333333333vw;
  }
  .p-feature .p-feature_step > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.8666666667vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .p-feature .p-feature_step > li::before {
    border-color: var(--color-black) transparent transparent;
    border-style: solid;
    border-width: 1.2vw 1.0666666667vw 0;
    content: "";
    position: absolute;
    bottom: -3.3333333333vw;
    left: 10.6666666667vw;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .p-feature .p-feature_step > li:last-child::before {
    content: none;
  }
  .p-feature .p-feature_step > li p {
    font-size: 4.2666666667vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    text-align: left;
  }
  .p-feature .p-feature_step > li figure {
    width: 32.6666666667vw;
  }
  .p-feature .p-feature_step > li:not(:last-child) figure::before {
    content: none;
  }
}

/* p-voice
========================================================================== */
.p-voice .wrap {
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}
.p-voice .p-voice_slider {
  margin-top: 70px;
}
.p-voice .p-voice_slider .swiper {
  position: static;
}
.p-voice .p-voice_slider .swiper-button-next,
.p-voice .p-voice_slider .swiper-button-prev {
  height: 39px;
  width: 28px;
}
.p-voice .p-voice_slider .swiper-button-next::after,
.p-voice .p-voice_slider .swiper-button-prev::after {
  background: url(../img/icon-slide-arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.p-voice .p-voice_slider .swiper-button-prev {
  left: -70px;
}
.p-voice .p-voice_slider .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-voice .p-voice_slider .swiper-button-next {
  right: -70px;
}
.p-voice .p-voice_more {
  display: none;
}
.p-voice .p-voice_item {
  background-color: #fff;
  border-radius: 30px;
  padding: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 290px;
}
.p-voice .p-voice_item dl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
  line-height: 1.6923076923;
  margin-bottom: 16px;
}
.p-voice .p-voice_item dl dt figure {
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 75px;
  overflow: hidden;
  width: 75px;
}
.p-voice .p-voice_item dl dt figure img {
  width: 100%;
}
.p-voice .p-voice_item dl dd {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-voice .wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .p-voice .swiper-controls {
    display: none;
  }
  .p-voice .p-voice_slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 80vw;
    margin-top: 7.4666666667vw;
  }
  .p-voice .p-voice_slider .p-voice_list:not(.swiper-wrapper) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
  .p-voice .p-voice_more {
    display: block;
    margin-top: 5.8666666667vw;
    text-align: center;
  }
  .p-voice .p-voice_more .p-voice_more_btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border-radius: 100px;
    border: 1px solid var(--color-black);
    color: var(--color-black);
    cursor: pointer;
    display: inline-block;
    font-size: 3.4666666667vw;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 1.6vw;
    padding-top: 1.6vw;
    text-align: center;
    text-decoration: none;
    width: 41.8666666667vw;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-voice .p-voice_more .p-voice_more_btn::before {
    border-bottom: 1px solid var(--color-black);
    border-right: 1px solid var(--color-black);
    content: "";
    height: 1.0666666667vw;
    margin-top: -0.5333333333vw;
    width: 1.0666666667vw;
    position: absolute;
    right: 3.2vw;
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-voice .p-voice_item {
    border-radius: 4vw;
    padding: 4vw;
    width: 100%;
  }
  .p-voice .p-voice_item dl dt {
    font-size: 3.4666666667vw;
    gap: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .p-voice .p-voice_item dl dt figure {
    height: 18.6666666667vw;
    width: 18.6666666667vw;
  }
  .p-voice .p-voice_item dl dd {
    font-size: 3.7333333333vw;
  }
}

/* p-faq
========================================================================== */
.p-faq .wrap {
  overflow: hidden;
}
.p-faq .p-faq_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: 40px;
}
.p-faq .p-faq_tab > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid var(--color-aqua);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px;
  padding-top: 24px;
  width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-faq .p-faq_tab > li:nth-child(1) {
  border-color: var(--color-aqua);
  color: var(--color-aqua);
}
.p-faq .p-faq_tab > li:nth-child(2) {
  border-color: var(--color-green);
  color: var(--color-green);
}
.p-faq .p-faq_tab > li.--active:nth-child(1) {
  background-color: var(--color-aqua);
  color: #fff;
}
.p-faq .p-faq_tab > li.--active:nth-child(2) {
  background-color: var(--color-green);
  color: #fff;
}
@media (hover: hover) {
  .p-faq .p-faq_tab > li:hover:nth-child(1) {
    background-color: var(--color-aqua);
    color: #fff;
  }
  .p-faq .p-faq_tab > li:hover:nth-child(2) {
    background-color: var(--color-green);
    color: #fff;
  }
}
.p-faq .p-faq_list {
  border-top: 1px solid #c0c0c0;
}
.p-faq .p-faq_list > li {
  border-bottom: 1px solid #c0c0c0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-faq .p-faq_list > li:hover {
    background-color: var(--color-bg);
  }
}
.p-faq .p-faq_list .p-faq_list_title {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 25px 30px 75px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-faq .p-faq_list .p-faq_list_title::before {
  content: "Q.";
  color: var(--color-aqua);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 25px;
  top: 33px;
}
.p-faq .p-faq_list .p-faq_list_title.--green::before {
  color: var(--color-green);
}
.p-faq .p-faq_list .p-faq_list_title > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  width: 26px;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq .p-faq_list .p-faq_list_title > i::before, .p-faq .p-faq_list .p-faq_list_title > i::after {
  background-color: var(--color-black);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq .p-faq_list .p-faq_list_title > i::before {
  height: 2px;
  width: 26px;
}
.p-faq .p-faq_list .p-faq_list_title > i::after {
  height: 26px;
  width: 2px;
  left: 12px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-faq .p-faq_list .p-faq_list_title.--active {
  padding-bottom: 24px;
}
.p-faq .p-faq_list .p-faq_list_title.--active > i::after {
  -webkit-transform: translateY(-50%) rotate(450deg) scale(0.3);
      -ms-transform: translateY(-50%) rotate(450deg) scale(0.3);
          transform: translateY(-50%) rotate(450deg) scale(0.3);
}
.p-faq .p-faq_list .p-faq_list_text {
  display: none;
  padding: 0 25px 30px 75px;
  position: relative;
}
.p-faq .p-faq_list .p-faq_list_text::before {
  content: "A.";
  color: var(--color-yellow);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 25px;
  top: 0.2em;
}
.p-faq .p-faq_list .p-faq_list_text p {
  letter-spacing: 0.025em;
  line-height: 1.875;
  margin-bottom: 1em;
}
.p-faq .p-faq_list .p-faq_list_text p:last-child {
  margin-bottom: 0;
}
.p-faq .p-faq_list .p-faq_list_text dl {
  border-left: 8px solid #343434;
  padding-left: 20px;
}
.p-faq .p-faq_list .p-faq_list_text dl dt {
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_tab {
    font-size: 4.2666666667vw;
    gap: 2.4vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-faq .p-faq_tab > li {
    border-radius: 2vw;
    border: 0.5333333333vw solid var(--color-aqua);
    padding-bottom: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    width: 44.6666666667vw;
  }
  .p-faq .p-faq_list .p-faq_list_title {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 14.6666666667vw;
  }
  .p-faq .p-faq_list .p-faq_list_title::before {
    font-size: 6.6666666667vw;
    left: 4.6666666667vw;
    top: 5.3333333333vw;
  }
  .p-faq .p-faq_list .p-faq_list_title > i {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
    right: 4vw;
  }
  .p-faq .p-faq_list .p-faq_list_title > i::before {
    height: 0.5333333333vw;
    width: 5.3333333333vw;
  }
  .p-faq .p-faq_list .p-faq_list_title > i::after {
    height: 5.3333333333vw;
    width: 0.5333333333vw;
    left: 2.1333333333vw;
  }
  .p-faq .p-faq_list .p-faq_list_title.--active {
    padding-bottom: 5.3333333333vw;
  }
  .p-faq .p-faq_list .p-faq_list_text {
    padding: 0 5.3333333333vw 5.3333333333vw 14.6666666667vw;
  }
  .p-faq .p-faq_list .p-faq_list_text::before {
    font-size: 6.6666666667vw;
    left: 4.6666666667vw;
    top: 0;
  }
  .p-faq .p-faq_list .p-faq_list_text dl {
    border-left-width: 1.0666666667vw;
    padding-left: 2.6666666667vw;
  }
  .p-faq .p-faq_list .p-faq_list_text dl dt {
    margin-bottom: 1.0666666667vw;
  }
}