@charset "UTF-8";
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  /* Safari (iOS) 用のベンダープレフィックス */
  -webkit-text-size-adjust: 100%;
  /* 標準プロパティ */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

header {
  border: none !important;
  background: #fff !important;
}
header .header_menu a span {
  line-height: 150%;
}

@media only screen and (max-width: 650px) {
  main {
    overflow: hidden;
  }
}

p, li, dt, dd, input, textarea, th, td {
  color: #000;
  line-height: 175%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

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

figure img {
  width: 100%;
}

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

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

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}
@media only screen and (max-width: 650px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}
img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}
@media only screen and (max-width: 650px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}

a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 650px) {
  a[href^=tel] {
    cursor: pointer;
  }
}

.hv-anim-grow {
  transition: all 0.5s cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hv-anim-grow:hover {
  transform: scale(1.1);
}

.hv-anim-fade {
  opacity: 1;
  transition: all 0.3s linear;
}
.hv-anim-fade:hover {
  opacity: 0.7;
}

.l-whiteBox {
  position: relative;
  z-index: 1;
  background: #fff;
  box-sizing: border-box;
  padding: 35px 25px;
}
@media only screen and (max-width: 650px) {
  .l-whiteBox {
    padding: 5.2083333333vw 3.90625vw;
  }
}

.l-container01 {
  margin: 0 auto;
  width: 87%;
}
@media only screen and (max-width: 650px) {
  .l-container01 {
    width: 87.2395833333vw;
  }
}

.l-in_container01 {
  margin: 0 auto;
  width: 91%;
}
@media only screen and (max-width: 650px) {
  .l-in_container01 {
    width: 79.4270833333vw;
  }
}

.l-mainContainer {
  position: relative;
  overflow: hidden;
  width: 500px;
  min-width: 500px;
  background: #000;
  border-radius: 20px 20px 0 0;
  background: url(../images/bg.jpg) repeat-y 50% 909px/100% auto;
}
@media only screen and (max-width: 650px) {
  .l-mainContainer {
    overflow: inherit;
    min-width: 0;
    width: 100%;
    border-radius: 0;
    background-position: 50% 196vw;
  }
}

.l-allContainer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  margin: 150px auto 0;
}
@media only screen and (max-width: 1200px) {
  .l-allContainer {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  .l-allContainer {
    display: inherit;
    margin-top: 0;
  }
}

.l-sideBar_l {
  position: relative;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1200px) {
  .l-sideBar_l {
    display: none;
  }
}
.l-sideBar_l .l-sideBar_l_inner {
  position: sticky;
  top: 10.4166666667vw;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-sideBar_r {
  position: relative;
  width: 25.2857142857vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .l-sideBar_r {
    width: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 650px) {
  .l-sideBar_r {
    display: none;
  }
}
.l-sideBar_r .l-sideBar_r_inner {
  position: sticky;
  top: 16.6666666667vw;
  right: 0;
  height: calc(100vh - 16.6666666667vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-accordion01_opener {
  background: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .c-accordion01_opener {
    font-size: 4vw;
  }
}
.c-accordion01_opener.active a:after {
  display: none;
}
.c-accordion01_opener a {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 18px 0;
}
@media only screen and (max-width: 650px) {
  .c-accordion01_opener a {
    padding: 3.6vw 0;
  }
}
.c-accordion01_opener a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4.8%;
  width: 11px;
  height: 1px;
  background: #ffffff;
}
@media only screen and (max-width: 650px) {
  .c-accordion01_opener a:before {
    width: 2.2vw;
  }
}
.c-accordion01_opener a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(4.8% + 5px);
  width: 1px;
  height: 11px;
  background: #ffffff;
  transform: translateY(-50%);
}
@media only screen and (max-width: 650px) {
  .c-accordion01_opener a:after {
    right: calc(4.8% + 0.9vw);
    height: 2.3vw;
  }
}

.p-faq {
  background: #ffffd5;
}
.p-faq .p-faq__top_img {
  background: #e60012;
}
.p-faq .p-faq__inner {
  width: 87.2%;
  margin: 0 auto;
  padding: 49px 0 112px;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq__inner {
    padding: 9.8vw 0 22.4vw;
  }
}
.p-faq .p-faq__ttl1 {
  text-align: center;
}
.p-faq .p-faq__ttl1 img {
  width: auto;
  height: 79px;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq__ttl1 img {
    height: 15.8vw;
  }
}
.p-faq .p-faq__ttl2 {
  font-size: 19px;
  font-weight: 700;
  line-height: 147%;
  text-align: center;
  margin: 36px 0 18px;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq__ttl2 {
    font-size: 3.8vw;
    margin: 7.2vw 0 3.6vw;
  }
}
.p-faq .p-faq_accordion {
  margin-bottom: 7px;
  border-radius: 13px;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion {
    margin-bottom: 1.4vw;
    border-radius: 2.6vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_opener {
  position: relative;
  background: #c99509;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 136%;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_opener {
    font-size: 3.6vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_opener.active a:after {
  display: none;
}
.p-faq .p-faq_accordion .p-faq_accordion_opener a {
  position: relative;
  color: #ffffff;
  display: block;
  padding: 19px 10.1% 19px 13.1%;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_opener a {
    padding: 3.8vw 10.1% 3.8vw 13.1%;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_opener a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4.8%;
  width: 11px;
  height: 1px;
  background: #ffffff;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_opener a:before {
    width: 2.2vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_opener a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(4.8% + 5px);
  width: 1px;
  height: 11px;
  background: #ffffff;
  transform: translateY(-50%);
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_opener a:after {
    right: calc(4.8% + 0.9vw);
    height: 2.3vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_opener .p-faq_accordion_opener__q {
  position: absolute;
  top: 19px;
  left: 5.5%;
  font-size: 1.28em;
  font-weight: 900;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_opener .p-faq_accordion_opener__q {
    top: 3.8vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_content {
  background: #ffffff;
}
.p-faq .p-faq_accordion .p-faq_accordion_content a {
  color: #227cd2;
  text-decoration: underline;
}
.p-faq .p-faq_accordion .p-faq_accordion_content a:hover {
  text-decoration: none;
}
.p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__inner {
  padding: 19px 10.1% 22px 13.1%;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__inner {
    padding: 3.8vw 10.1% 4.4vw 13.1%;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__a {
  color: #e60012;
  font-size: 23px;
  font-weight: 900;
  position: absolute;
  top: 17px;
  left: 5.5%;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__a {
    font-size: 4.6vw;
    top: 3.4vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 136%;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text1 {
    font-size: 3.6vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text1:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text1:not(:last-child) {
    margin-bottom: 3vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text1.--mt {
  margin-top: 15px;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text1.--mt {
    margin-top: 3vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text2 {
  font-size: 17px;
  line-height: 122%;
  color: #666666;
  margin-top: 5px;
  padding-left: 1em;
}
@media only screen and (max-width: 650px) {
  .p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text2 {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}
.p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text2.--no_indent {
  padding-left: 0;
}
.p-faq .p-faq_accordion .p-faq_accordion_content .p-faq_accordion_content__text2 span {
  margin-left: -1em;
}

.p-footer {
  position: relative;
  background: #d00f31;
  padding: 20px 0 55px;
}
@media only screen and (max-width: 650px) {
  .p-footer {
    padding: 4vw 0 24vw;
  }
}
.p-footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/plan_after_top_bg.png) no-repeat center bottom/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-footer:before {
    top: -8vw;
    height: 8vw;
  }
}
.p-footer .p-footer__text1 {
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  margin-bottom: 26px;
}
@media only screen and (max-width: 650px) {
  .p-footer .p-footer__text1 {
    font-size: 4.6vw;
    margin-bottom: 5.2vw;
  }
}
.p-footer .p-footer__btn {
  width: 78.1%;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 113%;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 650px) {
  .p-footer .p-footer__btn {
    font-size: 3.8vw;
    margin-bottom: 7.2vw;
  }
}
.p-footer .p-footer__btn a {
  position: relative;
  display: block;
  color: #ffffff;
  border-radius: 36px;
  border: #fff solid 2px;
  padding: 12px 0;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 650px) {
  .p-footer .p-footer__btn a {
    border-radius: 7.2vw;
    padding: 2.4vw 0;
  }
}
.p-footer .p-footer__btn a:hover {
  background: #ffffff;
  color: #d00f31;
}
.p-footer .p-footer__btn a:hover:after {
  border-color: #d00f31;
}
.p-footer .p-footer__btn a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 650px) {
  .p-footer .p-footer__btn a:after {
    width: 1.4vw;
    height: 1.4vw;
    border-width: 0.4vw;
  }
}
.p-footer .p-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 0;
  margin-bottom: 37px;
}
@media only screen and (max-width: 650px) {
  .p-footer .p-footer__list {
    gap: 4.6vw 0;
    margin-bottom: 7.4vw;
  }
}
.p-footer .p-footer__list li {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-footer .p-footer__list li {
    font-size: 3.6vw;
  }
}
.p-footer .p-footer__list li a {
  color: #ffffff;
  text-decoration: underline;
}
.p-footer .p-footer__list li a:hover {
  text-decoration: none;
}
.p-footer .p-footer__copy {
  font-size: 17px;
  color: #ffffff;
  line-height: 175%;
  width: 84.8%;
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  .p-footer .p-footer__copy {
    font-size: 3.4vw;
  }
}
.p-footer .p-footer__copy.--center {
  text-align: center;
}

.p-header {
  position: fixed;
  background: #fff;
  z-index: 102 !important;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 !important;
  border-bottom: none !important;
}
.p-header .header_wrap {
  width: 385px;
}
@media only screen and (max-width: 650px) {
  .p-header .header_wrap {
    width: 100%;
  }
}
.p-header .header_menu_wrap.active {
  display: block !important;
}
.p-header .p-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
@media only screen and (max-width: 650px) {
  .p-header .p-header_inner {
    padding: 0 6.5104166667vw 0 0;
  }
}
.p-header .p-header_inner .p-header_logo {
  width: 160px;
}
@media only screen and (max-width: 650px) {
  .p-header .p-header_inner .p-header_logo {
    width: 28vw;
    padding: 2.0833333333vw 0 2.0833333333vw 2.6041666667vw;
  }
}
.p-header .p-header_inner .p-header_drawer {
  display: none;
  position: fixed;
  z-index: 999;
  top: 5vw;
  right: 6.25vw;
  width: 5.9895833333vw;
  height: 3.90625vw;
}
@media only screen and (max-width: 650px) {
  .p-header .p-header_inner .p-header_drawer {
    display: block;
  }
}
.p-header .p-header_inner .p-header_drawer span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #cc0033;
  transition: 0.3s;
}
.p-header .p-header_inner .p-header_drawer span:first-child {
  top: 0;
}
.p-header .p-header_inner .p-header_drawer span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-header .p-header_inner .p-header_drawer span:last-child {
  bottom: 0;
}
.p-header .p-header_inner .p-header_drawer.active span:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-header .p-header_inner .p-header_drawer.active span:nth-child(2) {
  opacity: 0;
}
.p-header .p-header_inner .p-header_drawer.active span:last-child {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.p-nav {
  position: absolute;
  z-index: 999;
  top: 48px;
  right: 50px;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 650px) {
  .p-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    visibility: hidden;
    overflow: scroll;
  }
}
@media only screen and (max-width: 650px) {
  .p-nav .p-nav_inner {
    margin: 10.4166666667vw auto 0;
    width: 90%;
    padding-bottom: 5vw;
  }
}
.p-nav .p-nav_logo {
  display: none;
}
@media only screen and (max-width: 650px) {
  .p-nav .p-nav_logo {
    display: block;
    width: 36.4583333333vw;
  }
}
.p-nav .p-nav_list {
  display: none;
}
@media only screen and (max-width: 650px) {
  .p-nav .p-nav_list {
    display: block;
    margin-top: 12.3697916667vw;
  }
}
.p-nav .p-nav_list li {
  padding: 1.953125vw 0;
  font-size: 4.6875vw;
  font-weight: 900;
}
.p-nav .p-nav_list li:not(:last-child) {
  border-bottom: 2px solid #000000;
}

.p-nav.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 650px) {
  .p-kv {
    padding-top: 16.9270833333vw;
  }
}
.p-kv .p-kv__point {
  position: relative;
  background: url(../images/kv_bg.png) no-repeat center top/100% 100%;
  padding: 35px 0 74px 0;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv__point {
    padding: 7vw 0 14.8vw;
  }
}
.p-kv .p-kv__point .p-kv__point_txt {
  margin-bottom: 22px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv__point .p-kv__point_txt {
    margin-bottom: 4.4vw;
  }
}
.p-kv .p-kv__point .p-kv__point_txt2 {
  width: 72.6%;
  font-size: 18px;
  line-height: 122%;
  color: #666666;
  padding-left: 1em;
  margin: 20px auto 0;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv__point .p-kv__point_txt2 {
    font-size: 3.6vw;
    margin-top: 4vw;
  }
}
.p-kv .p-kv__point .p-kv__point_txt2 span {
  margin-left: -1em;
}
.p-kv .p-kv__point .p-kv__point_btn {
  width: 78.6%;
  margin: 3px auto 0;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv__point .p-kv__point_btn {
    margin-top: 0.6vw;
  }
}
.p-kv .p-kv__point_plan {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv__point_plan {
    margin-top: 4vw;
    font-size: 3.6458333333vw;
  }
}
.p-kv .p-kv__point_plan a {
  text-decoration: underline;
}
.p-kv .p-kv__point_plan a:hover {
  text-decoration: none;
}

.p-accordion .p-accordion_btn {
  cursor: pointer;
}
.p-accordion .p-accordion_cont {
  padding: 20px 15px;
  background: #eee;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_cont {
    padding: 3.2552083333vw 4.5572916667vw;
  }
}
.p-accordion .p-accordion_ttl01 {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_ttl01 {
    margin-bottom: 3.2552083333vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_ttl02 {
  margin-top: 15px;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  line-height: 110%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_ttl02 {
    margin-top: 2.6041666667vw;
    font-size: 7.1614583333vw;
  }
}
.p-accordion .p-accordion_ttl03 {
  margin-top: 35px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
  color: #ff4aec;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_ttl03 {
    margin-top: 5.859375vw;
    font-size: 4.6875vw;
  }
}
.p-accordion p {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-accordion p {
    font-size: 3.90625vw;
  }
}
.p-accordion .p-aside {
  margin-top: 10px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-aside {
    margin-top: 1.3020833333vw;
  }
}
.p-accordion .p-accordion_step_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list {
    gap: 6.5104166667vw 0;
    margin-top: 5.2083333333vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item {
  position: relative;
}
.p-accordion .p-accordion_step_list .p-accordion_step_item:not(:last-child)::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ff4aec;
  border-width: 18px 0 18px 18px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item:not(:last-child)::after {
    right: -3.90625vw;
    border-width: 4.7526041667vw 0 4.7526041667vw 4.8177083333vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_circle {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_circle {
    width: 29.9479166667vw;
    height: 29.9479166667vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner {
  text-align: center;
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00cc7c;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner .number {
    top: -4.5572916667vw;
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure {
  margin: 0 auto;
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img01 {
  width: 58px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img01 {
    width: 10.15625vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img02 {
  width: 47px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img02 {
    width: 8.7239583333vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img03 {
  width: 33px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img03 {
    width: 6.9010416667vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img04 {
  width: 90px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img04 {
    width: 18.8802083333vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img05 {
  width: 64px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img05 {
    width: 13.0208333333vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p {
  margin-top: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 125%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p {
    margin-top: 1.953125vw;
    font-size: 2.8645833333vw;
  }
}
.p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p small {
  font-size: 12px;
  line-height: 125%;
  vertical-align: top;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p small {
    font-size: 1.5625vw;
  }
}
.p-accordion .p-accordion_step02_list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 0;
  margin-top: 35px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step02_list {
    gap: 13.0208333333vw 0;
    margin-top: 4.5572916667vw;
  }
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item {
  width: 100%;
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item:not(:last-child) {
  position: relative;
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item:not(:last-child)::after {
  content: " ";
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff4aec transparent transparent transparent;
  border-width: 25px 25px 0 25px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step02_list .p-accordion_step02_item:not(:last-child)::after {
    bottom: -9.1145833333vw;
    border-width: 4.0364583333vw 4.1666666667vw 0 4.1666666667vw;
  }
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item .number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00cc7c;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step02_list .p-accordion_step02_item .number {
    margin: 0 auto 0.6510416667vw;
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 125%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl {
    margin-top: 1.3020833333vw;
    font-size: 4.6875vw;
  }
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item figure {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step02_list .p-accordion_step02_item figure {
    margin-top: 3.90625vw;
  }
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item figure.mt-0 {
  margin-top: 0;
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt01 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt01 {
    margin-top: 0.6510416667vw;
    font-size: 4.6875vw;
  }
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt02 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt02 {
    margin-top: 0.6510416667vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt02.--pink {
  color: #ff4aec;
  text-align: left;
}
.p-accordion .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt03 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt03 {
    margin-top: 1.3020833333vw;
    font-size: 3.90625vw;
  }
}

.p-pc_nav ul li {
  font-size: 1.2380952381vw;
  font-weight: bold;
}
.p-pc_nav ul li:not(:last-child) {
  margin-bottom: 17px;
}
.p-pc_nav ul li a {
  position: relative;
  display: block;
  padding: 0.1428571429vw 0.8095238095vw;
  border-radius: 10px;
}
.p-pc_nav ul li a:hover {
  background: #e60012;
  color: #fff;
}
.p-pc_nav ul li a:hover:before {
  content: "";
  width: 1.5238095238vw;
  height: 2.5238095238vw;
  background: url(../images/pc_nav_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -2.380952381vw;
  transform: translateY(-50%);
}
.p-pc_nav ul li.current a {
  background: #e60012;
  color: #fff;
}
.p-pc_nav ul li.current a:before {
  content: "";
  width: 1.5238095238vw;
  height: 2.5238095238vw;
  background: url(../images/pc_nav_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -2.380952381vw;
  transform: translateY(-50%);
}

.p-pc_qr {
  width: 17.619047619vw;
  margin-top: 1.7361111111vw;
}

.p-pc_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
  pointer-events: none;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  background: url(../images/pc_bg.jpg) no-repeat top left/cover;
}
.p-pc_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 2.8571428571vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e60019;
}

@media only screen and (max-width: 1200px) {
  .p-pc_application {
    display: none;
  }
}
.p-pc_application .p-pc_application__ttl {
  width: 100%;
}
.p-pc_application .p-pc_application__txt {
  margin-top: 3.4761904762vw;
  text-align: center;
}
.p-pc_application .p-pc_application__btn {
  margin-top: 1.4285714286vw;
}

.p-pc_scroll {
  margin: 1vw 0 0 -2.1904761905vw;
  padding-bottom: 9.5vh;
  width: 2.7619047619vw;
  animation-name: scroll-arrow-animation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 1245px) {
  .p-pc_scroll {
    margin-left: -0.4761904762vw;
  }
}
@media only screen and (max-width: 1200px) {
  .p-pc_scroll {
    position: absolute;
    left: 1.9047619048vw;
    bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .p-pc_scroll {
    display: none;
  }
}
@keyframes scroll-arrow-animation {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.p-more {
  margin-bottom: 30px;
}
@media only screen and (max-width: 650px) {
  .p-more {
    margin-bottom: 6vw;
  }
}
.p-more .p-more__catch {
  margin: 0 auto 16px;
}
@media only screen and (max-width: 650px) {
  .p-more .p-more__catch {
    margin-bottom: 3.2vw;
  }
}
.p-more .p-more__catch .p-more__catch_img01 {
  display: block;
  width: 21%;
  margin: 0 auto 11px;
}
@media only screen and (max-width: 650px) {
  .p-more .p-more__catch .p-more__catch_img01 {
    margin-bottom: 2.2vw;
  }
}
.p-more .p-more__catch .p-more__catch_text1 {
  display: block;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  line-height: 117%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 650px) {
  .p-more .p-more__catch .p-more__catch_text1 {
    font-size: 4.6vw;
    margin-bottom: 2.4vw;
  }
}
.p-more .p-more__catch .p-more__catch_img02 {
  display: block;
  width: 63.5%;
  margin: 0 auto;
}
.p-more .p-more__img {
  display: flex;
  justify-content: center;
  gap: 0 5.1%;
}
.p-more .p-more__img img {
  width: 33.2%;
}
.p-more .p-more__text {
  width: 76.6%;
  font-size: 17px;
  line-height: 122%;
  color: #666666;
  padding-left: 1em;
  margin: 13px auto 0;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 650px) {
  .p-more .p-more__text {
    font-size: 3.4vw;
    margin-top: 2.6vw;
  }
}
.p-more .p-more__text span {
  margin-left: -1em;
}
.p-more .p-more__text a {
  color: #666;
  text-decoration: underline;
}
.p-more .p-more__text a:hover {
  text-decoration: none;
}
.p-more .p-more__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 0;
  margin-top: 26px;
}
@media only screen and (max-width: 650px) {
  .p-more .p-more__btn {
    margin-top: 5.2vw;
  }
}
.p-more .p-more__btn li {
  width: 45.6%;
}
.p-more .p-more__service {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 650px) {
  .p-more .p-more__service {
    margin-top: 4vw;
    font-size: 3.6458333333vw;
  }
}
.p-more .p-more__service a {
  text-decoration: underline;
}
.p-more .p-more__service a:hover {
  text-decoration: none;
}

.p-point {
  position: relative;
  padding: 62px 0 57px;
  margin-bottom: 54px;
}
@media only screen and (max-width: 650px) {
  .p-point {
    padding: 12.4vw 0 11.4vw;
    margin-bottom: 10.8vw;
  }
}
.p-point::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/point_bg.png) no-repeat center top/100% 100%;
  mix-blend-mode: multiply;
}
.p-point p {
  font-size: 19px;
  line-height: 135%;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 650px) {
  .p-point p {
    font-size: 3.8vw;
  }
}
.p-point p.p-point__txt_yellow {
  color: #ffff67;
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-point p.p-point__txt_yellow {
    margin-top: 4vw;
  }
}
.p-point p strong {
  font-weight: 900;
}
.p-point .p-point__inner {
  position: relative;
  z-index: 1;
  width: 85.4%;
  margin: 0 auto;
}
.p-point .p-point__ttl {
  font-size: 26px;
  text-align: center;
  font-weight: 900;
  line-height: 140%;
  color: #fff;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 650px) {
  .p-point .p-point__ttl {
    font-size: 5.2vw;
    margin-bottom: 6.4vw;
  }
}
.p-point .p-point__ttl2 {
  text-align: center;
  margin: 29px 0 17px;
}
@media only screen and (max-width: 650px) {
  .p-point .p-point__ttl2 {
    margin: 5.8vw 0 3.4vw;
  }
}
.p-point .p-point__ttl2 img {
  width: auto;
  height: 51px;
}
@media only screen and (max-width: 650px) {
  .p-point .p-point__ttl2 img {
    height: 10.2vw;
  }
}

.p-plan .p-plan__top {
  width: 82.9%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__top {
    margin-bottom: 20vw;
  }
}
.p-plan .p-plan__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__ttl {
    margin-bottom: 4vw;
  }
}
.p-plan .p-plan__ttl img {
  width: auto;
  height: 79px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__ttl img {
    height: 15.8vw;
  }
}
.p-plan .p-plan__text1 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__text1 {
    font-size: 3.6vw;
    margin-bottom: 12vw;
  }
}
.p-plan .p-plan__tab {
  display: flex;
}
.p-plan .p-plan__tab li {
  position: relative;
  width: 50%;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  background: #999999;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 142%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab li {
    border-top-left-radius: 5.4vw;
    border-top-right-radius: 5.4vw;
    font-size: 3.4vw;
  }
}
.p-plan .p-plan__tab li.current {
  background: #ffffff;
}
.p-plan .p-plan__tab li.current:before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 19.8%;
  aspect-ratio: 63/38;
  background: url(../images/tab_arrow.png) no-repeat center center/contain;
  transform: translateX(-50%);
  animation-name: current-arrow-animation;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab li.current:before {
    top: -7vw;
  }
}
.p-plan .p-plan__tab li.current a {
  color: #fa401f;
}
.p-plan .p-plan__tab li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  padding: 17px 0 13px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab li a {
    padding: 3.4vw 0 2.6vw;
  }
}
.p-plan .p-plan__tab_content {
  position: relative;
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: #ffffff;
  padding: 37px 0 0;
  box-sizing: border-box;
  border-top: #fa401f solid 2px;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel {
    padding-top: 7.4vw;
    border-bottom-left-radius: 5.4vw;
    border-bottom-right-radius: 5.4vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel.current {
  position: static;
  opacity: 1;
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel section:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel section:not(:first-child) {
    margin-top: 6vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl {
  text-align: center;
  color: #fa401f;
  font-size: 20px;
  line-height: 130%;
  font-weight: 900;
  margin-bottom: 16px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl {
    font-size: 4vw;
    margin-bottom: 3.2vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl sup {
  font-size: 0.5em;
  vertical-align: super;
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl img {
  display: inline-block;
  width: auto;
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl .p-plan__tab_content__panel_ttl__img01 {
  height: 52px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl .p-plan__tab_content__panel_ttl__img01 {
    height: 10.4vw;
    margin-bottom: 2.4vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl .p-plan__tab_content__panel_ttl__img02 {
  height: 44px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl .p-plan__tab_content__panel_ttl__img02 {
    height: 8.8vw;
    margin-bottom: 0.8vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl.--short_mb {
  margin-bottom: 11px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel_ttl.--short_mb {
    margin-bottom: 2.2vw;
  }
}
.p-plan .p-plan__tab_content figure {
  padding: 0 12.8%;
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_catch {
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel_catch {
    font-size: 3.8vw;
    margin-bottom: 2.8vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_catch span {
  display: inline-block;
  font-size: 16px;
  color: #fa401f;
  border-bottom: #fa401f solid 2px;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel_catch span {
    font-size: 3.2vw;
    padding-bottom: 0.6vw;
    margin-bottom: 1vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list {
  display: flex;
  margin-top: 10px;
  padding: 0 12.8%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list {
    margin-top: 2vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list.--red dt, .p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list.--red dd {
  color: #e60012;
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list.--tall_mt {
  margin-top: 15px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list.--tall_mt {
    margin-top: 3vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list dt, .p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list dd {
  font-size: 18px;
  line-height: 122%;
  color: #666666;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list dt, .p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list dd {
    font-size: 3.6vw;
  }
}
.p-plan .p-plan__tab_content .p-plan__tab_content__panel_dl_list dt {
  padding-right: 0.3em;
}
.p-plan .p-plan__tab_content .p-plan__tab_content__text01 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 138%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__tab_content .p-plan__tab_content__text01 {
    margin-bottom: 3.90625vw;
    font-size: 3.3854166667vw;
  }
}
.p-plan .p-plan__bottom {
  background: #ffffff;
  padding: 25px 5.4% 42px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__bottom {
    padding: 5vw 5.4% 8.4vw;
  }
}
.p-plan .p-plan__bottom p {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  font-weight: 900;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__bottom p {
    font-size: 4vw;
  }
}
.p-plan .p-plan__bottom p a {
  text-decoration: underline;
  color: #e60012;
}
.p-plan .p-plan__bottom p a.--black {
  color: inherit;
}
.p-plan .p-plan__bottom p a:hover {
  text-decoration: none;
}
.p-plan .p-plan__bottom .p-plan__bottom_btn {
  margin: 5px 0 15px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__bottom .p-plan__bottom_btn {
    margin: 1vw 0 3vw;
  }
}
.p-plan .p-plan__after {
  position: relative;
  background: #d00f31;
  padding: 20px 9.5% 114px;
  box-sizing: border-box;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__after {
    padding: 4vw 9.5% 22.8vw;
  }
}
.p-plan .p-plan__after:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/plan_after_top_bg.png) no-repeat center bottom/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__after:before {
    top: -8vw;
    height: 8vw;
  }
}
.p-plan .p-plan__after p {
  color: #ffffff;
}
.p-plan .p-plan__after .p-plan__after_ttl {
  margin: 31px 0 21px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__after .p-plan__after_ttl {
    margin: 6.2vw 0 4.2vw;
  }
}
.p-plan .p-plan__after .p-plan__after_text1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 153%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__after .p-plan__after_text1 {
    font-size: 3.6vw;
  }
}
.p-plan .p-plan__after .p-plan__after_text1 strong {
  background: linear-gradient(0deg, rgba(34, 124, 210, 0) 0%, rgba(34, 124, 210, 0) 10%, rgb(34, 124, 210) 10%, rgb(34, 124, 210) 90%, rgba(34, 124, 210, 0) 90%, rgba(255, 255, 255, 0) 100%);
}
.p-plan .p-plan__after .p-plan__after_text2 {
  font-size: 17px;
  line-height: 122%;
  padding-left: 1em;
  margin-top: 5px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__after .p-plan__after_text2 {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}
.p-plan .p-plan__after .p-plan__after_text2.--mt {
  margin-top: 18px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__after .p-plan__after_text2.--mt {
    margin-top: 3.6vw;
  }
}
.p-plan .p-plan__after .p-plan__after_text2 span {
  margin-left: -1em;
}
.p-plan .p-plan__after .p-plan__after_text2 a {
  color: #fff;
  text-decoration: underline;
}
.p-plan .p-plan__after .p-plan__after_text2 a:hover {
  text-decoration: none;
}
.p-plan .p-plan__after .p-plan__after_img {
  width: 381px;
  margin: 21px auto 34px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan__after .p-plan__after_img {
    width: 76.2vw;
    margin: 4.2vw auto 6.8vw;
  }
}

@keyframes current-arrow-animation {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  15% {
    transform: translateY(-10px) translateX(-50%);
  }
  30% {
    transform: translateY(0) translateX(-50%);
  }
  45% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(0) translateX(-50%);
  }
  100% {
    transform: translateY(0) translateX(-50%);
  }
}
.p-event {
  position: relative;
  background: #ffffd5;
  padding: 33px 0 85px;
}
@media only screen and (max-width: 650px) {
  .p-event {
    padding: 6.6vw 0 17vw;
  }
}
.p-event:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/event_top_bg.png) no-repeat center bottom/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-event:before {
    top: -8vw;
    height: 8vw;
  }
}
.p-event .p-event_ttl {
  text-align: center;
  margin-bottom: 27px;
}
@media only screen and (max-width: 650px) {
  .p-event .p-event_ttl {
    margin-bottom: 5.4vw;
  }
}
.p-event .p-event_ttl img {
  width: auto;
  height: 111px;
}
@media only screen and (max-width: 650px) {
  .p-event .p-event_ttl img {
    height: 22.2vw;
  }
}
.p-event .p-event_text {
  font-size: 18px;
  line-height: 153%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 650px) {
  .p-event .p-event_text {
    font-size: 3.6vw;
    margin-bottom: 6vw;
  }
}
.p-event .p-event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 650px) {
  .p-event .p-event__list {
    gap: 5.2083333333vw;
  }
}
.p-event .p-event__list .p-event__item {
  width: 100%;
}
.p-event .p-event__list .p-event__item figure {
  width: 80%;
  margin: 0 auto;
}
.p-event .p-event__list .p-event__item .p-event__item__bnr figure {
  transition: all 0.3s linear;
}
.p-event .p-event__list .p-event__item .p-event__item__bnr figure:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 650px) {
  .p-event .p-event__list .p-event__item .p-event__item__bnr figure:not(:last-child) {
    margin-bottom: 4.5572916667vw;
  }
}
.p-event .p-event__list .p-event__item .p-event__item__bnr figure:hover {
  opacity: 0.7;
}

.p-popular {
  position: relative;
  padding: 37px 0 104px;
  background: #227cd2;
}
@media only screen and (max-width: 650px) {
  .p-popular {
    padding: 7.4vw 0 20.8vw;
  }
}
.p-popular:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/popular_after_top_bg.png) no-repeat center bottom/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-popular:before {
    top: -8vw;
    height: 8vw;
  }
}
.p-popular .p-popular__inner {
  width: 80%;
  margin: 0 auto;
}
.p-popular .p-popular__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__ttl {
    margin-bottom: 4vw;
  }
}
.p-popular .p-popular__ttl img {
  width: auto;
  height: 110px;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__ttl img {
    height: 22vw;
  }
}
.p-popular .p-popular__text1 {
  width: 120%;
  margin-left: -10%;
  font-size: 23px;
  font-weight: 500;
  line-height: 151%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 47px;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__text1 {
    font-size: 4.6vw;
    margin-bottom: 9.4vw;
  }
}
.p-popular .p-popular__text1 strong {
  font-size: 1.28em;
  font-weight: 900;
}
.p-popular .p-popular__text1 sup {
  font-size: 0.5em;
  vertical-align: super;
}
.p-popular .p-popular__text1 small {
  font-size: 0.58em;
}
.p-popular .p-popular__text2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 140%;
  color: #d00f31;
  text-align: center;
  margin-top: 39px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__text2 {
    font-size: 5.2vw;
    margin-top: 7.8vw;
    margin-bottom: 4.6vw;
  }
}
.p-popular .p-popular__text2 span {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
}
.p-popular .p-popular__text3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 171%;
  color: #ffff67;
  text-align: center;
  margin-bottom: 31px;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__text3 {
    font-size: 3.6vw;
    margin-bottom: 6.2vw;
  }
}
.p-popular .p-popular__text4 {
  font-size: 17px;
  line-height: 122%;
  color: #ffffff;
  padding-left: 1em;
  margin-top: 5px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__text4 {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}
.p-popular .p-popular__text4 span {
  margin-left: -1em;
}
.p-popular .p-popular__text4 a {
  color: #fff;
  text-decoration: underline;
}
.p-popular .p-popular__text4 a:hover {
  text-decoration: none;
}
.p-popular .p-popular__card01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 21px 0;
  margin-bottom: 47px;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__card01 {
    gap: 4.2vw 0;
    margin-bottom: 9.4vw;
  }
}
.p-popular .p-popular__card01 .p-popular__card01_item {
  width: 46.1%;
}
.p-popular .p-popular__card01 .p-popular__card01_item p {
  font-size: 15px;
  line-height: 152%;
  color: #ffffff;
  margin-top: 15px;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__card01 .p-popular__card01_item p {
    font-size: 3vw;
    margin-top: 3vw;
  }
}
.p-popular .p-popular__card02 {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 0;
  padding: 37px 0 0;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__card02 {
    gap: 4.6vw 0;
    padding: 7.4vw 0 0;
  }
}
.p-popular .p-popular__card02 .p-popular__card02_item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.p-popular .p-popular__card02 .p-popular__card02_item figure {
  width: 45.8%;
}
.p-popular .p-popular__card02 .p-popular__card02_item .p-popular__card02_item_r {
  width: 50%;
  height: 105%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -5px;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__card02 .p-popular__card02_item .p-popular__card02_item_r {
    margin-top: -1vw;
  }
}
.p-popular .p-popular__card02 .p-popular__card02_item .p-popular__card02_item_r__text01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 148%;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__card02 .p-popular__card02_item .p-popular__card02_item_r__text01 {
    font-size: 3.6vw;
  }
}
.p-popular .p-popular__card02 .p-popular__card02_item .p-popular__card02_item_r__text01.--yellow {
  color: #ffff67;
  font-weight: 900;
}
.p-popular .p-popular__card02 .p-popular__card02_item .p-popular__card02_item_r__text02 {
  font-size: 15px;
  line-height: 152%;
  color: #ffffff;
}
@media only screen and (max-width: 650px) {
  .p-popular .p-popular__card02 .p-popular__card02_item .p-popular__card02_item_r__text02 {
    font-size: 3vw;
  }
}

.p-flow .p-flow__top {
  position: relative;
  background: #ffff67;
  padding: 15px 0 113px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top {
    padding: 3vw 0 22.6vw;
  }
}
.p-flow .p-flow__top:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/flow_top_bg.png) no-repeat center bottom/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top:before {
    top: -8vw;
    height: 8vw;
  }
}
.p-flow .p-flow__top .p-flow__top_inner {
  width: 83.3%;
  margin: 0 auto;
}
.p-flow .p-flow__top .p-flow__top_ttl {
  text-align: center;
  margin: 30px 0 34px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_ttl {
    margin: 6vw 0 6.8vw;
  }
}
.p-flow .p-flow__top .p-flow__top_ttl img {
  width: auto;
  height: 79px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_ttl img {
    height: 15.8vw;
  }
}
.p-flow .p-flow__top .p-flow__top_card {
  display: flex;
  flex-wrap: wrap;
  gap: 74px 0;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_card {
    gap: 14.8vw 0;
  }
}
.p-flow .p-flow__top .p-flow__top_card_item {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 26px;
  padding: 29px 21px 39px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_card_item {
    border-radius: 5.2vw;
    padding: 5.8vw 4.2vw 7.8vw;
  }
}
.p-flow .p-flow__top .p-flow__top_card_item:not(:first-child):before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 41px;
  height: 25px;
  background: url(../images/flow_arrow.png) no-repeat center center/100% auto;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_card_item:not(:first-child):before {
    top: -9vw;
    width: 8.2vw;
    height: 5vw;
  }
}
.p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__ttl {
  font-size: 26px;
  font-weight: 900;
  color: #d00f31;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__ttl {
    font-size: 5.2vw;
  }
}
.p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__ttl span {
  font-size: 1.27em;
}
.p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_btn {
  margin-bottom: 16px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_btn {
    margin-bottom: 3.2vw;
  }
}
.p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__text1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 153%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__text1 {
    font-size: 3.6vw;
  }
}
.p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__text1.--mt {
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__text1.--mt {
    margin-top: 5.4vw;
  }
}
.p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__text2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 122%;
  color: #d00f31;
  padding: 0 0.7em 0 1.5em;
  margin-top: 10px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__text2 {
    font-size: 3.6vw;
    margin-top: 2vw;
  }
}
.p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__text2 .p-flow__top_card_item__text2_bg {
  background: linear-gradient(0deg, rgba(255, 255, 103, 0) 0%, rgba(255, 255, 103, 0) 10%, rgb(255, 255, 103) 10%, rgb(255, 255, 103) 25%, rgba(255, 255, 103, 0) 25%, rgba(255, 255, 103, 0) 100%);
}
.p-flow .p-flow__top .p-flow__top_card_item .p-flow__top_card_item__text2 .p-flow__top_card_item__text2_fl {
  margin-left: -1em;
}
.p-flow .p-flow__top .p-flow__top__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 122%;
  margin-top: 25px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow__top__text {
    font-size: 3.6vw;
    margin-top: 5vw;
  }
}
.p-flow .p-flow__top .p-flow__top__text a {
  color: #327eff;
  text-decoration: underline;
}
.p-flow .p-flow__top .p-flow__top__text a:hover {
  text-decoration: none;
}
.p-flow .p-flow__top .p-flow_accordion {
  margin-top: 32px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow_accordion {
    margin-top: 6.4vw;
  }
}
.p-flow .p-flow__top .p-flow_accordion .p-flow__accordion_content__inner {
  background: #ffffff;
}
.p-flow .p-flow__top .p-flow_accordion h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  background: #e60012;
  padding: 12px 0;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow_accordion h3 {
    font-size: 3.6vw;
    padding: 2.4vw 0;
  }
}
.p-flow .p-flow__top .p-flow_accordion ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 10px 0;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow_accordion ul {
    padding: 4vw;
    gap: 2vw 0;
  }
}
.p-flow .p-flow__top .p-flow_accordion ul li {
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 153%;
  padding-left: 6.2%;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__top .p-flow_accordion ul li {
    font-size: 3.6vw;
  }
}
.p-flow .p-flow__top .p-flow_accordion ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.72em;
  height: 0.72em;
  border-radius: 50%;
  background: #e60012;
}
.p-flow .p-flow__bottom {
  position: relative;
  background: #e60012;
  padding: 33px 0 65px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__bottom {
    padding: 6.6vw 0 13vw;
  }
}
.p-flow .p-flow__bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/flow_bottom_bg.png) no-repeat center bottom/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__bottom:before {
    top: -8vw;
    height: 8vw;
  }
}
.p-flow .p-flow__bottom .p-flow__bottom_text1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 153%;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__bottom .p-flow__bottom_text1 {
    font-size: 3.6vw;
  }
}
.p-flow .p-flow__bottom .p-flow__bottom_text1 a {
  text-decoration: underline;
  color: inherit;
}
.p-flow .p-flow__bottom .p-flow__bottom_text1 a:hover {
  text-decoration: none;
}
.p-flow .p-flow__bottom .p-flow__bottom_text2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #ffffff;
  text-align: center;
  margin-top: 12px;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__bottom .p-flow__bottom_text2 {
    font-size: 4vw;
    margin-top: 2.4vw;
  }
}
.p-flow .p-flow__bottom .p-flow__bottom_text2 a {
  text-decoration: underline;
  color: inherit;
}
.p-flow .p-flow__bottom .p-flow__bottom_text2 a:hover {
  text-decoration: none;
}
.p-flow .p-flow__bottom .p-flow__bottom_btn {
  width: 74.2%;
  margin: 18px auto 0;
}
@media only screen and (max-width: 650px) {
  .p-flow .p-flow__bottom .p-flow__bottom_btn {
    margin: 3.6vw auto 0;
  }
}

.p-service {
  position: relative;
  background: #ffffff;
  padding: 0 0 76px;
}
@media only screen and (max-width: 650px) {
  .p-service {
    padding: 0 0 15.2vw;
  }
}
.p-service .p-service__ttl {
  text-align: center;
  margin-bottom: 31px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__ttl {
    margin-bottom: 6.2vw;
  }
}
.p-service .p-service__ttl img {
  width: auto;
  height: 111px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__ttl img {
    height: 22.2vw;
  }
}
.p-service .p-service__ttl2 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__ttl2 {
    font-size: 4vw;
    margin-top: 7.2vw;
    margin-bottom: 4.4vw;
  }
}
.p-service .p-service__ttl2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e60012;
}
.p-service .p-service__ttl2 span {
  position: relative;
  background: #ffffff;
  padding: 0 12px 0 8.3%;
  z-index: 2;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__ttl2 span {
    padding: 0 2.4vw 0 8.3%;
  }
}
.p-service .js-slider {
  width: 100%;
  margin-bottom: 38px;
}
@media only screen and (max-width: 650px) {
  .p-service .js-slider {
    margin-bottom: 7.6vw;
  }
}
.p-service .js-slider .slider-controls {
  padding: 0 2%;
}
.p-service .js-slider .slider-prev,
.p-service .js-slider .slider-next {
  font-size: 1px;
  border-radius: 0;
  width: 4.5%;
  height: 100px;
}
@media only screen and (max-width: 650px) {
  .p-service .js-slider .slider-prev,
  .p-service .js-slider .slider-next {
    height: 20vw;
  }
}
.p-service .js-slider .slider-prev {
  background: url(../images/slide_prev.png) no-repeat center center/contain;
}
.p-service .js-slider .slider-next {
  background: url(../images/slide_next.png) no-repeat center center/contain;
}
.p-service .p-service__slide_inner {
  width: 83.3%;
  background: #e60012;
  border-radius: 26px;
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner {
    border-radius: 5.2vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_ttl {
  position: relative;
  font-size: 23px;
  color: #ffffff;
  font-weight: 900;
  padding: 29px 39px 22px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_ttl {
    font-size: 4.6vw;
    padding: 5.8vw 7.8vw 4.4vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85.1%;
  height: 2px;
  background: #ffffff;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_ttl:after {
    height: 0.4vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_ttl.--row2 {
  line-height: 113%;
  padding: 21px 39px 18px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_ttl.--row2 {
    padding: 4.2vw 7.8vw 3.6vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_content {
  padding: 21px 11% 32px;
  box-sizing: border-box;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_content {
    padding: 4.2vw 11% 6.4vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_content.--pb_short {
  padding-top: 5px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_content.--pb_short {
    padding-top: 1vw;
    padding-bottom: 2vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_text1 {
  font-size: 18px;
  font-weight: 700;
  color: #e50012;
  line-height: 152%;
  margin-bottom: 17px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_text1 {
    font-size: 3.6vw;
    margin-bottom: 3.4vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_text1 span {
  display: inline-block;
  background: #ffffff;
  padding: 3px 51px 3px 10px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_text1 span {
    padding: 0.6vw 10.2vw 0.6vw 2vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_text2 {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  line-height: 137%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_text2 {
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_text3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 136%;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_text3 {
    font-size: 3.6vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_img {
  margin-top: 16px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_img {
    margin-top: 3.2vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_img.--wide {
  width: 110%;
  margin-left: -5%;
}
.p-service .p-service__slide_inner .p-service__slide_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_flex {
    margin-top: 4vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_flex .p-service__slide_flex__box {
  width: 49.2%;
  text-align: center;
}
.p-service .p-service__slide_inner .p-service__slide_flex .p-service__slide_flex__box p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 3px;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_flex .p-service__slide_flex__box p {
    font-size: 3.2vw;
    margin-top: 0.6vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_flex .p-service__slide_flex__box p a {
  position: relative;
  color: #ffffff;
  padding-right: 1em;
}
.p-service .p-service__slide_inner .p-service__slide_flex .p-service__slide_flex__box p a:hover {
  text-decoration: underline;
}
.p-service .p-service__slide_inner .p-service__slide_flex .p-service__slide_flex__box p a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 4px solid #ffffff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: translateY(-50%);
}
.p-service .p-service__slide_inner .p-service__slide_aside {
  font-size: 17px;
  line-height: 122%;
  margin-top: 5px;
  padding-left: 1em;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__slide_inner .p-service__slide_aside {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}
.p-service .p-service__slide_inner .p-service__slide_aside span {
  margin-left: -1em;
}
.p-service .p-service__btn {
  width: 63.2%;
  margin: 0 auto;
}
.p-service .p-service__list {
  display: flex;
  flex-wrap: wrap;
  width: 83.3%;
  margin: 0 auto 21px;
  gap: 22px 0;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__list {
    margin: 0 auto 4.2vw;
    gap: 4.4vw 0;
  }
}
.p-service .p-service__list li {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 136%;
  padding-left: 6.2%;
  box-sizing: border-box;
}
@media only screen and (max-width: 650px) {
  .p-service .p-service__list li {
    font-size: 3.6vw;
  }
}
.p-service .p-service__list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.72em;
  height: 0.72em;
  border-radius: 50%;
  background: #e60012;
}

.p-cta_fix {
  display: none;
  position: fixed;
  left: calc(50% - 250px);
  bottom: 0;
  width: 500px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 15px 0;
  z-index: 2;
}
@media only screen and (max-width: 650px) {
  .p-cta_fix {
    display: block;
    width: 100%;
    left: 0;
    padding: 1.4vw 0;
  }
}
.p-cta_fix img {
  width: 393px;
}
@media only screen and (max-width: 650px) {
  .p-cta_fix img {
    width: 78.6vw;
  }
}

.p-line {
  position: relative;
  background: #ffffff;
  padding: 0 0 60px;
}
@media only screen and (max-width: 650px) {
  .p-line {
    padding-bottom: 9.765625vw;
  }
}
.p-line:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/service_top_bg.png) no-repeat center bottom/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-line:before {
    top: -8vw;
    height: 8vw;
  }
}
.p-line .p-line__btn {
  margin: 0 auto;
  width: 80%;
  transition: all 0.3s linear;
}
.p-line .p-line__btn:hover {
  opacity: 0.7;
}