@charset "UTF-8";
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common---------------------------------------------*/
body {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  background-color: #bbe9ff;
}
body:before {
  content: "";
  width: 430px;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.1);
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  body:after {
    content: "";
    background-image: url(https://lively-clinic.com/ad/subcision/assets/_base/img/pc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

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

a {
  text-decoration: none;
  display: inline-block;
}

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

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

img {
  width: 100%;
  height: auto;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 768px) {
  .header {
    width: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.5897435897vw 5.1282051282vw;
  padding-top: 3.0769230769vw;
}
@media (min-width: 768px) {
  .header_wrap {
    padding: 14px 20px;
    padding-top: 12px;
  }
}
.header_logo {
  width: 29.4871794872vw;
  height: 8.4615384615vw;
}
.header_btn {
  width: 29.7435897436vw;
  margin-right: 4.358974359vw;
  -webkit-transform: translateY(0.5vw);
          transform: translateY(0.5vw);
}
.header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .header_flex {
    z-index: 99999;
  }
}
.header .btn-blue {
  display: block;
}
.header .btn-orange {
  display: none;
}
.header.is-scrolled {
  background-color: #12446e;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .header.is-scrolled {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header.is-scrolled .btn-blue {
  display: none;
}
.header.is-scrolled .btn-orange {
  display: block;
}
.header .hamburger {
  position: relative;
  width: 8.7179487179vw;
  height: 6.6666666667vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
@media (min-width: 768px) {
  .header .hamburger {
    width: 34px;
    height: 27px;
  }
}
.header .hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5128205128vw;
  background: #fff;
  border-radius: 0.5128205128vw;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  right: 0;
}
@media (min-width: 768px) {
  .header .hamburger span {
    height: 2px;
    border-radius: 2px;
  }
}
.header .hamburger span:nth-child(1) {
  top: 0;
}
.header .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .hamburger span:nth-child(3) {
  bottom: 0;
}
.header .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}
.header .nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: #12446e;
  padding: 21.7948717949vw 5.1282051282vw;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.3);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .header .nav {
    top: -200vh;
    right: auto;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 85px 20px;
    padding-top: 100px;
  }
  .header .nav.active {
    top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .nav.active {
    height: 100vh;
  }
}
.header .nav ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.header .nav ul li {
  margin-bottom: 3.8461538462vw;
  padding-bottom: 3.8461538462vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1411764706);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.3333333333vw;
  padding-right: 3.3333333333vw;
}
@media (min-width: 768px) {
  .header .nav ul li {
    margin-bottom: 23px;
    padding-bottom: 23px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.header .nav ul li:last-of-type {
  margin-bottom: 0;
}
.header .nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 4.1025641026vw;
  text-align: left;
}
@media (min-width: 768px) {
  .header .nav ul li a {
    font-size: 16px;
  }
}
.header .nav.active {
  right: 0;
}
.header .nav .header_logo {
  width: 38.4615384615vw;
  height: 7.6923076923vw;
  margin-top: 7.6923076923vw;
}
@media (min-width: 768px) {
  .header .nav .header_logo {
    width: 160px;
    height: 60px;
    margin-top: 40px;
  }
}
.header .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.12em;
}
.header .nav-link .arrow {
  position: relative;
  display: inline-block;
  padding-left: 2.8205128205vw;
}
.header .nav-link .arrow:before {
  content: "";
  width: 1.5384615385vw;
  height: 1.5384615385vw;
  border: 0;
  border-top: solid 0.5128205128vw #fff;
  border-right: solid 0.5128205128vw #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .header_wrap {
    padding: 14px 20px;
  }
  .header_logo {
    width: 115px;
    height: 33px;
  }
  .header_btn {
    width: 116px;
    margin-right: 17px;
    -webkit-transform: translateY(0.5px);
            transform: translateY(0.5px);
  }
  .header .nav-link .arrow {
    padding-left: 11px;
  }
  .header .nav-link .arrow:before {
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(57, 49, 45, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.kv_wrap {
  position: relative;
  overflow-x: hidden;
}
.kv_total {
  position: absolute;
  top: 38%;
  right: 0;
  width: 43.3333333333vw;
  height: 43.3333333333vw;
  z-index: 5;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.kv_slide {
  position: absolute;
  top: 56.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 93%;
}
.kv_slide-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .kv_total {
    width: 169px;
    height: 169px;
  }
}

.nav_wrap {
  background-color: #47b7ef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.0769230769vw 3.0769230769vw 3.5897435897vw;
  padding-right: 0;
}
.nav_scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #a0e0ff #47b7ef;
}
.nav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.nav_img {
  width: 25.641025641vw;
  height: 17.1794871795vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .nav_wrap {
    padding: 12px 12px 14px;
  }
  .nav_img {
    width: 100px;
    height: 67px;
  }
}

.plan {
  background: #f7f3eb;
}
.plan_wrap {
  width: 87.6923076923vw;
  margin: 0 auto;
  padding-top: 9.7435897436vw;
}
.plan_slide {
  background: #12446e;
  margin-top: 9.2307692308vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 8.9743589744vw;
}
.plan_slide .swiper-paginationPlan {
  margin-top: 2.5641025641vw;
}
.plan_slide .swiper-pagination-bullet {
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  background: #050c12;
  margin: 0 1.7948717949vw !important;
}
.plan_slide .swiper-pagination-bullet-active {
  background: #3e83a1;
}
.plan_slide .swiper-button-prev,
.plan_slide .swiper-button-next {
  background-image: url("https://lively-clinic.com/ad/subcision/assets/_base/img/plan_slider-arrow-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6.9230769231vw;
  height: 6.9230769231vw;
}
.plan_slide .swiper-button-prev::after,
.plan_slide .swiper-button-next::after {
  display: none;
}
.plan_slide .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plan_slide .swiper-button-prev {
  left: 2.5641025641vw;
}
.plan_slide .swiper-button-next {
  right: 2.5641025641vw;
}
.plan_btn {
  width: 74.358974359vw;
  margin: 0 auto;
  margin-top: 7.9487179487vw;
}
.plan_btn a {
  margin-bottom: 3.3333333333vw;
}
.plan_btn a:last-of-type {
  margin-bottom: 0;
}
.plan-cmn_wrap {
  background: #f7f3eb;
  padding-bottom: 5.1282051282vw;
}
.plan-cmn-main {
  margin-bottom: 7.6923076923vw;
}
.plan-cmn-btn {
  width: 87.1794871795vw;
  margin: 0 auto;
  margin-top: 5.1282051282vw;
}
.plan-cmn .accordion {
  position: relative;
  overflow: hidden;
}
.plan-cmn .accordion-header {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  position: relative;
}
.plan-cmn .accordion-header::before, .plan-cmn .accordion-header::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 12.5%;
  width: 4.1025641026vw;
  height: 0.5128205128vw;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plan-cmn .accordion-header::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.plan-cmn .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.plan-cmn .accordion-header.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.plan-cmn .accordion-content {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.plan-cmn .accordion-content {
  background-color: #12446e;
  background-image: url(../img/plan_bg.svg);
  background-repeat: repeat;
  background-size: auto;
  margin-top: 7.6923076923vw;
}
.plan-cmn .accordion-content a {
  width: 47.6923076923vw;
  margin: 0 auto;
  margin: 7.6923076923vw 0 6.4102564103vw;
}
.plan-cmn .accordion-content_wrap {
  width: 86.1538461538vw;
  margin: 0 auto;
  padding-top: 7.6923076923vw;
}
.plan-cmn .accordion-content_img {
  margin-bottom: 3.0769230769vw;
}
.plan-cmn .accordion-content_img:last-of-type {
  margin-bottom: 0;
}
.plan-cmn .accordion-content_other {
  background: #0f395c;
  position: relative;
}
.plan-cmn .accordion-content_other:before {
  content: "";
  background-image: url(../img/plan_wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 8.4615384615vw;
}
.plan-cmn .accordion-content_other p {
  font-size: 4.8717948718vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  margin: 5.1282051282vw 0;
  padding-top: 5.1282051282vw;
}
.plan-cmn .accordion-content_other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4.358974359vw;
  padding-bottom: 6.1538461538vw;
}
.plan-cmn .accordion-content_other-link a {
  width: 44.358974359vw;
  display: block;
  margin: 0;
}
.plan-cmn .swiper-paginationPlan {
  margin-top: 2.5641025641vw;
}
.plan-cmn .swiper-pagination-bullet {
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  background: #818181;
  margin: 0 1.7948717949vw !important;
}
.plan-cmn .swiper-pagination-bullet-active {
  background: #999999;
}
.plan-cmn .swiper-button-prev,
.plan-cmn .swiper-button-next {
  background-image: url("https://lively-clinic.com/ad/subcision/assets/_base/img/plan_slider-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6.9230769231vw;
  height: 6.9230769231vw;
}
.plan-cmn .swiper-button-prev::after,
.plan-cmn .swiper-button-next::after {
  display: none;
}
.plan-cmn .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plan-cmn .swiper-button-prev {
  left: 9.2307692308vw;
}
.plan-cmn .swiper-button-next {
  right: 9.2307692308vw;
}
@media (min-width: 768px) {
  .plan_wrap {
    width: 342px;
    padding-top: 38px;
  }
  .plan_slide {
    margin-top: 36px;
    padding-bottom: 35px;
  }
  .plan_slide .swiper-paginationPlan {
    margin-top: 10px;
  }
  .plan_slide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px !important;
  }
  .plan_slide .swiper-button-prev,
  .plan_slide .swiper-button-next {
    width: 27px;
    height: 27px;
  }
  .plan_slide .swiper-button-prev {
    left: 10px;
  }
  .plan_slide .swiper-button-next {
    right: 10px;
  }
  .plan_btn {
    width: 290px;
    margin-top: 31px;
  }
  .plan_btn a {
    margin-bottom: 13px;
  }
  .plan_btn a:last-of-type {
    margin-bottom: 0;
  }
  .plan-cmn_wrap {
    padding-bottom: 20px;
  }
  .plan-cmn-main {
    margin-bottom: 30px;
  }
  .plan-cmn-btn {
    width: 340px;
    margin-top: 20px;
  }
  .plan-cmn .accordion-header::before, .plan-cmn .accordion-header::after {
    content: "";
    width: 16px;
    height: 2px;
  }
  .plan-cmn .accordion-content {
    margin-top: 30px;
  }
  .plan-cmn .accordion-content a {
    width: 186px;
    margin: 30px 0 25px;
  }
  .plan-cmn .accordion-content_wrap {
    width: 336px;
    padding-top: 30px;
  }
  .plan-cmn .accordion-content_img {
    margin-bottom: 12px;
  }
  .plan-cmn .accordion-content_img:last-of-type {
    margin-bottom: 0;
  }
  .plan-cmn .accordion-content_other:before {
    content: "";
    height: 33px;
    top: -32px;
  }
  .plan-cmn .accordion-content_other p {
    font-size: 19px;
    margin: 20px 0;
    padding-top: 20px;
  }
  .plan-cmn .accordion-content_other-link {
    padding: 0 17px;
    padding-bottom: 24px;
  }
  .plan-cmn .accordion-content_other-link a {
    width: 173px;
    margin: 0;
  }
  .plan-cmn .swiper-paginationPlan {
    margin-top: 10px;
  }
  .plan-cmn .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px !important;
  }
  .plan-cmn .swiper-button-prev,
  .plan-cmn .swiper-button-next {
    width: 27px;
    height: 27px;
  }
  .plan-cmn .swiper-button-prev {
    left: 36px;
  }
  .plan-cmn .swiper-button-next {
    right: 36px;
  }
}

.plan01 .plan-cmn_wrap {
  padding-top: 12.8205128205vw;
}
@media (min-width: 768px) {
  .plan01 .plan-cmn_wrap {
    padding-top: 50px;
  }
}

.plan03 .plan-cmn_wrap {
  padding-bottom: 0;
}

.compare {
  background-color: #f7f3eb;
}
.compare_wrap {
  padding-bottom: 7.6923076923vw;
}
.compare_title {
  width: 87.9487179487vw;
  margin: 0 auto;
  padding-top: 10.2564102564vw;
}
.compare_scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-left: 6.9230769231vw;
  margin-top: 7.6923076923vw;
}
.compare_scroll img {
  width: 224.6153846154vw;
  height: 76.9230769231vw;
  padding-right: 6.9230769231vw;
  padding-bottom: 4.358974359vw;
}
@media (min-width: 768px) {
  .compare_wrap {
    padding-bottom: 30px;
  }
  .compare_title {
    width: 343px;
    padding-top: 40px;
  }
  .compare_scroll {
    margin-left: 27px;
    margin-top: 30px;
  }
  .compare_scroll img {
    width: 876px;
    height: 300px;
    padding-right: 27px;
    padding-bottom: 17px;
  }
}

.reason_wrap {
  background-color: #12446e;
  padding-bottom: 10.2564102564vw;
}
.reason_block {
  margin-top: -10.2564102564vw;
}
.reason_block img {
  margin-bottom: 3.0769230769vw;
}
.reason_block img:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .reason_wrap {
    padding-bottom: 40px;
  }
  .reason_block {
    margin-top: -40px;
  }
  .reason_block img {
    margin-bottom: 12px;
  }
  .reason_block img:last-of-type {
    margin-bottom: 0;
  }
}

.flow_wrap {
  background-color: #f7f3eb;
  padding-bottom: 7.6923076923vw;
}
.flow_title {
  width: 87.9487179487vw;
  margin: 0 auto;
  padding-top: 10.2564102564vw;
  padding-bottom: 7.6923076923vw;
}
.flow .swiper-paginationPlan {
  margin-top: 2.5641025641vw;
}
.flow .swiper-pagination-bullet {
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  background: #818181;
  margin: 0 1.7948717949vw !important;
}
.flow .swiper-pagination-bullet-active {
  background: #999999;
}
.flow .swiper-button-prev,
.flow .swiper-button-next {
  background-image: url("https://lively-clinic.com/ad/subcision/assets/_base/img/flow_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6.9230769231vw;
  height: 6.9230769231vw;
}
.flow .swiper-button-prev::after,
.flow .swiper-button-next::after {
  display: none;
}
.flow .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.flow .swiper-button-prev {
  left: 9.2307692308vw;
}
.flow .swiper-button-next {
  right: 9.2307692308vw;
}
@media (min-width: 768px) {
  .flow_wrap {
    padding-bottom: 30px;
  }
  .flow_title {
    width: 343px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .flow .swiper-paginationPlan {
    margin-top: 10px;
  }
  .flow .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px !important;
  }
  .flow .swiper-button-prev,
  .flow .swiper-button-next {
    width: 27px;
    height: 27px;
  }
  .flow .swiper-button-prev {
    left: 36px;
  }
  .flow .swiper-button-next {
    right: 36px;
  }
}

.doc_wrap {
  background-color: #12446e;
  padding-bottom: 7.6923076923vw;
}
.doc_btn {
  background-color: #fff;
  width: 86.1538461538vw;
  margin: 0 auto;
  margin-bottom: 3.8461538462vw;
  border-radius: 1vw;
  overflow: hidden;
}
.doc_btn:last-of-type {
  margin-bottom: 0;
}
.doc .accordion-header {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  display: block;
  text-align: left;
}
.doc .accordion-header img {
  width: 63.0769230769vw;
  height: 26.6666666667vw;
}
.doc .accordion-header::before, .doc .accordion-header::after {
  content: "";
  position: absolute;
  top: 47%;
  right: -20%;
  width: 4.1025641026vw;
  height: 0.5128205128vw;
  background-color: #12446e;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.doc .accordion-header::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.doc .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.doc .accordion-header.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.doc .accordion-content {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.doc .accordion-content_img {
  border-top: 4px solid #f7f3eb;
  padding: 5.1282051282vw 0;
}
@media (min-width: 768px) {
  .doc_wrap {
    padding-bottom: 30px;
  }
  .doc_btn {
    width: 336px;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  .doc_btn:last-of-type {
    margin-bottom: 0;
  }
  .doc .accordion-header img {
    width: 246px;
    height: 104px;
  }
  .doc .accordion-header::before, .doc .accordion-header::after {
    content: "";
    width: 16px;
    height: 2px;
  }
  .doc .accordion-content_img {
    padding: 20px 0;
  }
}

.price_wrap {
  background-color: #f7f3eb;
  padding: 10.2564102564vw 0;
  padding-bottom: 0;
}
.price_block .img01 {
  margin: 5.1282051282vw 0 7.6923076923vw;
}
@media (min-width: 768px) {
  .price_wrap {
    padding: 40px 0;
    padding-bottom: 0;
  }
  .price_block .img01 {
    margin: 20px 0 30px;
  }
}

.btn_blue {
  background-color: #ff7247;
  background-image: url(../img/dot.svg);
  background-repeat: repeat;
  background-size: auto;
}
.btn_blue a {
  width: 83.3333333333vw;
  margin: 0 auto;
  padding: 5.1282051282vw 0;
}
@media (min-width: 768px) {
  .btn_blue a {
    width: 325px;
    padding: 20px 0;
  }
}

.faq_wrap {
  background-color: #f7f3eb;
  position: relative;
  background-image: url(../img/faq_bg.svg), url(../img/faq_bg.svg); /* 右側 */
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
  background-size: 1.5384615385vw 1.5384615385vw, 1.5384615385vw 1.5384615385vw;
  padding-bottom: 12.8205128205vw;
}
.faq_btn {
  background-color: #fff;
  width: 86.1538461538vw;
  margin: 0 auto;
  border-radius: 1vw;
  overflow: hidden;
}
.faq .accordion {
  position: relative;
  width: 86.1538461538vw;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 2.5641025641vw;
}
.faq .accordion:last-of-type {
  margin-bottom: 0;
}
.faq .accordion-header {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.8461538462vw 0;
  padding-left: 3.8461538462vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.5897435897vw;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #12446e;
  width: 100%;
}
.faq .accordion-header::before, .faq .accordion-header::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 10%;
  width: 3.3333333333vw;
  height: 0.5128205128vw;
  background-color: #12446e;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq .accordion-header::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq .accordion-header.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq .accordion-content {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  text-align: left;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #808080;
}
.faq .accordion-content p {
  line-height: 1.6em;
  letter-spacing: 0.12em;
  padding: 0 3.8461538462vw;
}
.faq .accordion-content a {
  color: #47b7ef;
  border-bottom: 1px solid #47b7ef;
  margin-left: 3.8461538462vw;
}
.faq .accordion-content .ico {
  display: inline-block;
  height: 2.5641025641vw;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #47b7ef;
  margin-left: 2.5641025641vw;
}
.faq .accordion-content .mb {
  margin-bottom: 3.8461538462vw;
}
.faq .warning {
  background-color: #8295a6;
}
.faq .warning .accordion-header {
  color: #fff;
}
.faq .warning .accordion-header:before, .faq .warning .accordion-header:after {
  background-color: #fff;
}
.faq .warning .accordion-content p {
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .faq_wrap {
    background-size: 6px 6px, 6px 6px;
    padding-bottom: 50px;
  }
  .faq_btn {
    border-radius: 5px;
    width: 336px;
  }
  .faq .accordion {
    width: 336px;
    margin-bottom: 10px;
  }
  .faq .accordion:last-of-type {
    margin-bottom: 0;
  }
  .faq .accordion-header {
    padding: 15px 0;
    padding-left: 15px;
    font-size: 14px;
  }
  .faq .accordion-header::before, .faq .accordion-header::after {
    content: "";
    top: 47%;
    right: 10%;
    width: 13px;
    height: 2px;
  }
  .faq .accordion-content {
    font-size: 13px;
  }
  .faq .accordion-content p {
    padding: 0 15px;
  }
  .faq .accordion-content a {
    margin-left: 15px;
  }
  .faq .accordion-content .ico {
    height: 10px;
    margin-left: 10px;
  }
  .faq .accordion-content .mb {
    margin-bottom: 15px;
  }
}

.clinic_wrap {
  background-color: #12446e;
  padding-bottom: 20.5128205128vw;
  position: relative;
  background-image: url(../img/clinic_bg.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 34.358974359vw 68.9743589744vw;
}
.clinic_btn {
  width: 86.1538461538vw;
  margin: 0 auto;
  overflow: hidden;
}
.clinic .accordion {
  position: relative;
  width: 86.1538461538vw;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 3.8461538462vw;
  border-bottom: 2px solid #fff;
}
.clinic .accordion:last-of-type {
  margin-bottom: 0;
}
.clinic .accordion-header {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.clinic .accordion-header::before, .clinic .accordion-header::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 3%;
  width: 3.3333333333vw;
  height: 0.5128205128vw;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.clinic .accordion-header::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.clinic .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.clinic .accordion-header.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.clinic .accordion-header img {
  margin-bottom: 3.8461538462vw;
}
.clinic .accordion-content {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  background-color: #f7f3eb;
}
.clinic .accordion-content p {
  line-height: 1.6em;
  letter-spacing: 0.12em;
  padding: 0 3.8461538462vw;
}
.clinic .accordion-content a {
  color: #47b7ef;
  border-bottom: 1px solid #47b7ef;
  margin-left: 3.8461538462vw;
}
.clinic .accordion-content .ico {
  display: inline-block;
  height: 2.5641025641vw;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #47b7ef;
  margin-left: 2.5641025641vw;
}
.clinic .accordion-content .mb {
  margin-bottom: 3.8461538462vw;
}
@media (min-width: 768px) {
  .clinic_wrap {
    padding-bottom: 80px;
    background-size: 134px 269px;
  }
  .clinic_btn {
    width: 336px;
  }
  .clinic .accordion {
    width: 336px;
    margin-bottom: 15px;
  }
  .clinic .accordion:last-of-type {
    margin-bottom: 0;
  }
  .clinic .accordion-header::before, .clinic .accordion-header::after {
    width: 13px;
    height: 2px;
  }
  .clinic .accordion-header img {
    margin-bottom: 15px;
  }
  .clinic .accordion-content p {
    padding: 0 15px;
  }
  .clinic .accordion-content a {
    margin-left: 15px;
  }
  .clinic .accordion-content .ico {
    height: 10px;
    margin-left: 10px;
  }
  .clinic .accordion-content .mb {
    margin-bottom: 15px;
  }
}

.reserve-btn {
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e7fc3), to(#08355a));
  background: linear-gradient(to bottom, #2e7fc3, #08355a);
}
@media (min-width: 768px) {
  .reserve-btn {
    width: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reserve-btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  max-width: 390px;
  margin: 0 auto;
}
.reserve-btn-img {
  cursor: pointer;
  width: 119px;
  width: 32%;
}
@media screen and (max-width: 480px) {
  .reserve-btn-img {
    width: 30.5128205128vw;
    width: 32%;
  }
}

.footer_wrap {
  background: #f7f3eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-weight: 600;
  padding-bottom: 20%;
}
.footer_img01 {
  -webkit-transform: translateY(-17%);
          transform: translateY(-17%);
}
.footer_txt-wrap {
  width: 85.8974358974vw;
  margin: 0 auto;
  margin-top: -3.5897435897vw;
  padding-bottom: 5.1282051282vw;
  position: relative;
}
.footer_txt01 {
  font-size: 3.5897435897vw;
  color: #12446e;
  margin-bottom: 2.5641025641vw;
}
.footer_txt02 {
  font-size: 2.5641025641vw;
  color: #8ba2b6;
}
.footer_pagetop {
  width: 12.0512820513vw;
  height: 11.2820512821vw;
  position: absolute;
  top: -6%;
  right: 0;
}
@media (min-width: 768px) {
  .footer {
    width: 390px;
    margin: 0 auto;
  }
  .footer_txt-wrap {
    width: 335px;
    margin-top: -14px;
    padding-bottom: 20px;
  }
  .footer_txt01 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer_txt02 {
    font-size: 10px;
  }
  .footer_pagetop {
    width: 47px;
    height: 44px;
  }
}

@media (min-width: 768px) {
  .lp-content {
    width: 390px;
    margin: 0 auto;
  }
}

/* 電話ナビ(既存スタイル) */
.nav-area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.96);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.nav-area.active {
  display: block;
}

.nav-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 10px;
  padding: 0;
}

.nav-area ul li {
  list-style: none;
  color: #333;
  list-style: none;
}

.nav-area-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.nav-area ul li a {
  text-align: center;
  width: 280px;
  max-width: 280px;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  padding: 13px 20px;
  border: 1px solid #333;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.close-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #333;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.close-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */