@charset "utf-8";
/* CSS Document */
/*body {
    animation: fadeIn 1s;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }*/
.swiper1 .swiper-pagination-bullets {
  bottom: 18px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: none !important;
}
.div00 {
  background: #ebeced;
}
.loop_container {
  margin: 6.13333333% auto 0;
  max-width: 100%;
  display: flex;
  /*position: relative;
  width: 100vw;*/
  overflow: hidden;
}
.loop_container ul {
  padding: 0;
  width: auto; /*100vw*/
  display: flex;
  /*flex-shrink: 0;*/
}
.loop_container ul:first-child {
  animation: slide1 120s -60s linear infinite;
}
.loop_container ul:last-child {
  animation: slide2 120s linear infinite;
}
.loop_container ul li {
  /*display: inline-block;*/
  width: 20vw;
  list-style: none;
  text-align: center;
}
.loop_container ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes slide1 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
.swiper4.swiper-container > img {
  width: 27.13333333333333vw;
  height: auto;
  position: absolute;
  top: 7.7vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.price_box {
  white-space: nowrap;
}
.news_area .category {
  color: #fff;
  margin-left: 1em;
  text-align: center;
  line-height: 1;
  padding: 6px;
  display: inline-block;
  min-width: 100px;
}
.news_area .open {
  background: #fb9765;
}
.news_area .relocate {
  background: #90d3bf;
}
.news_area .close {
  background: #96cfea;
}
.news_area .greeting {
  background: #b7c588;
}
.news_area .notice {
  background: #fc746d;
}
.news_area .new {
  color: #c52b69;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
  }
  .btn a {
    width: 300px;
    padding: 22px 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #000;
    margin: 0 auto;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    box-shadow: 20px 20px 20px 0px #008ef8;
  }
  .btn a:after {
    position: absolute;
    content: url("../images/btn_yajirushi.jpg");
    right: 24px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .btn a:hover::after {
    animation: arrow .4s;
  }
  @keyframes arrow {
    0% {
      right: 24px;
    }
    100% {
      right: 14px;
    }
  }
  .swiper2.swiper-container {
    max-width: 1080px;
    padding: 13px 0;
  }
  .swiper2 .swiper-wrapper {
    max-width: 1080px;
  }
  .inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .div01 {
    background: #00aafa;
  }
  .div01 .inner {
    padding: 84px 0;
    display: flex;
  }
  .div01_right {
    max-width: 510px;
    margin: 20px 0 0 30px;
    display: inline-block;
  }
  .div02 {
    background: #ebedee;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 34px;
    padding-bottom: 52px;
  }
  .div02 .inner {
    padding: 54px 0 26px;
    margin: 0 auto;
    background: #ebedee;
    text-align: center;
  }
  .div02 .bottom_yajirusi {
    width: 156px;
    margin: 30px auto 10px;
    filter: drop-shadow(8px 15px 20px rgba(0, 170, 250, .4));
    -moz-filter: drop-shadow(8px 15px 20px rgba(0, 170, 250, .4));
    -webkit-filter: drop-shadow(8px 15px 20px rgba(0, 170, 250, .4));
    -ms-filter: drop-shadow(8px 15px 20px rgba(0, 170, 250, .4));
  }
  .div02 h2 span {
    font-size: 26px;
	vertical-align: baseline;
  }
  .div02 h2 span span {
    font-size: 34px;
    color: #00aafa;
  }
  .div02 .count {
    display: flex;
	justify-content: center;
    margin: 0 auto;
  }
  .div02 .round {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    background: #00aafa;
    font-size: 20px;
    margin: 10px 10px 0 0;
    color: #ff0;
    box-shadow: 12px 6px 10px 6px rgba(0, 170, 250, .4);
  }
  .div02 .number {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    letter-spacing: -0.03em;
  }
  .div02 .number span.odometer {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 94px;
    font-weight: 400;
    vertical-align: baseline;
  }
  .div02 .number span.number_case {
    font-size: 38px;
  }
  .loop_container {
    margin: 0 auto;
  }
  .loop_container ul li {
    width: 110px;
  }
  .sec01, .sec02, .sec03, .sec04, .sec05, .sec07, .sec08, .sec09 {
    margin: 0 auto;
    background: #00aafa;
    text-align: center;
  }
  .sec01 {
    padding: 60px 0;
  }
  .sec01 h2 {
    width: 383px;
    display: inline-block;
  }
  .sec01 h2 {
    width: 383px;
    font-size: 38px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    position: relative;
    font-weight: normal;
    line-height: 0.7;
  }
  .sec01 h2 img {
    margin-bottom: 26px;
  }
  .sec01 h2 span {
    font-size: 62px;
    margin: 0 auto;
    vertical-align: baseline;
  }
  .sec01 h2 span.wake {
    font-size: 38px;
  }
  .sec01 h2 span.wake:before {
    position: absolute;
    content: "ワ　ケ";
    font-size: 14px;
    width: 26%;
    font-weight: bold;
    line-height: 0;
  }
  .sec01 h2 span.h2_english {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 19px auto 0;
    letter-spacing: 0.12em;
    display: block;
  }
  .pin {
    width: 21px;
  }
  .pin1 {
    top: 65px;
    left: 390px;
    animation-delay: 0.1s !important;
  }
  .pin2 {
    top: 128px;
    left: 380px;
    animation-delay: 0.12s !important;
  }
  .pin3 {
    top: 140px;
    left: 390px;
    animation-delay: 0.14s !important;
  }
  .pin4 {
    top: 162px;
    left: 398px;
    animation-delay: 0.16s !important;
  }
  .pin5 {
    top: 182px;
    left: 395px;
    animation-delay: 0.18s !important;
  }
  .pin6 {
    top: 208px;
    left: 340px;
    animation-delay: 0.20s !important;
  }
  .pin7 {
    top: 210px;
    left: 375px;
    animation-delay: 0.22s !important;
  }
  .pin8 {
    top: 220px;
    left: 390px;
    animation-delay: 0.24s !important;
  }
  .pin9 {
    top: 246px;
    left: 362px;
    animation-delay: 0.26s !important;
  }
  .pin10 {
    top: 260px;
    left: 340px;
    animation-delay: 0.28s !important;
  }
  .pin11 {
    top: 264px;
    left: 355px;
    animation-delay: 0.30s !important;
  }
  .pin12 {
    top: 265px;
    left: 374px;
    animation-delay: 0.32s !important;
  }
  .pin13 {
    top: 282px;
    left: 334px;
    animation-delay: 0.33s !important;
  }
  .pin14 {
    top: 280px;
    left: 348px;
    animation-delay: 0.36s !important;
  }
  .pin15 {
    top: 294px;
    left: 356px;
    animation-delay: 0.38s !important;
  }
  .pin16 {
    top: 279px;
    left: 364px;
    animation-delay: 0.40s !important;
  }
  .pin17 {
    top: 294px;
    left: 290px;
    animation-delay: 0.42s !important;
  }
  .pin18 {
    top: 290px;
    left: 274px;
    animation-delay: 0.44s !important;
  }
  .pin19 {
    top: 264px;
    left: 235px;
    animation-delay: 0.46s !important;
  }
  .pin20 {
    top: 286px;
    left: 242px;
    animation-delay: 0.48s !important;
  }
  .pin21 {
    top: 284px;
    left: 227px;
    animation-delay: 0.50s !important;
  }
  .pin22 {
    top: 280px;
    left: 213px;
    animation-delay: 0.52s !important;
  }
  .pin23 {
    top: 280px;
    left: 160px;
    animation-delay: 0.54s !important;
  }
  .pin24 {
    top: 305px;
    left: 92px;
    animation-delay: 0.56s !important;
  }
  .swiper_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .swiper4.swiper-container {
    padding: 62px 0 0;
    width: 510px;
    /*box-shadow: 20px 33px 70px -40px #eea500;*/
  }
  .swiper4.swiper-container > img {
    width: 126px;
    height: auto;
    top: 62px;
  }
  .swiper4 .swiper-slide {
    align-items: center;
    justify-content: center;
  }
  .swiper4 .swiper-slide:nth-child(1) {
    border-radius: 10px 0 0 10px;
    background-color: #fff;
  }
  .swiper4 .swiper-slide:nth-child(2) {
    border-radius: 0 10px 10px 0;
    background-color: #ebedee;
  }
  .swiper4 .swiper-slide-01 .swiper_inner {
    font-family: 'Noto Sans JP', sans-serif;
  }
  .swiper4_1 .swiper_inner, .swiper4_2 .swiper_inner {
    margin: 38px 42px 73px 60px;
  }
  .swiper4_3 .swiper_inner, .swiper4_4 .swiper_inner {
    margin: 38px 42px 55px 60px;
  }
  .swiper4 .swiper-slide-01 .swiper_inner .balloon {
    width: 250px;
    font-size: 16px;
    letter-spacing: 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .swiper4 .swiper-slide-01 .swiper_inner p {
    font-size: 30px;
  }
  .swiper4 .swiper-slide-01 .swiper_inner .x {
    font-size: 72px;
    color: #00aafa;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .swiper4 .swiper-slide-02 .swiper_inner {
    margin: 38px 48px 0 68px;
    text-align: left;
  }
  .slider-x-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .swiper4 .swiper-slide-01.swiper-slide-active, .swiper4 .swiper-slide-02.swiper-slide-active {
    position: relative;
  }
  .swiper4 .swiper-slide-01 .swiper-button-next {
    position: absolute;
    top: 63%;
    right: -6%;
    width: 60px;
    height: 60px;
    z-index: 99;
    /*transform: scale(-1, 1);*/
  }
  .swiper4 .swiper-slide-01 .swiper-button-next:before {
    content: "もっと詳しく";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 86px;
    font-size: 14px;
    z-index: 999;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
  }
  .swiper4 .swiper-slide-01 .swiper-button-next img {
    width: 100%;
  }
  .swiper4 .swiper-button-next.swiper-button-disabled, .swiper4 .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  .swiper4 .swiper-slide-02 .swiper-button-prev {
    content: "";
    position: absolute;
    top: 63%;
    left: -7%;
    width: 60px;
    height: 60px;
    z-index: 999;
    transform: scale(-1, 1);
  }
  .swiper4 .swiper-slide-02 .swiper-check {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
  }
  .swiper4 .swiper-slide-02 .swiper-check:before {
    content: "";
    position: absolute;
    top: -51%;
    left: 25%;
    background: url(../images/check_img.png);
    background-size: cover;
    width: 36px;
    height: 38px;
  }
  .swiper4 .swiper-slide-02 p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 32px;
  }
  .swiper4 .swipe_inner_img01 {
    margin-top: 38px;
  }
  .swiper4 .swipe_inner_img01 img {
    width: 300px;
  }
  .swiper4 .swipe_inner_img02 {
    margin-top: 25px;
  }
  .swiper4 .swipe_inner_img02 img {
    width: 265px;
  }
  .swiper4 .swipe_inner_img03 {
    margin-top: 25px;
  }
  .swiper4 .swipe_inner_img03 img {
    width: 355px;
  }
  .swiper4_period {
    margin-top: 30px;
  }
  .sec01_right {
    width: 540px;
  }
  .sec01_right img {
    box-shadow: 10px 10px 20px 0px #008ef8;
  }
  .sec02 .inner {
    max-width: 1280px;
    position: relative;
  }
  .sec02 {
    padding: 84px 0 0;
  }
  .sec02 h2 {
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #fff;
  }
  .sec02 h2 img {
    max-width: 107px;
    vertical-align: text-top;
  }
  .sec02 h2 span {
    color: #000;
    vertical-align: baseline;
    margin-left: -12px;
  }
  .swiper5.swiper-container {
    text-align: left;
    width: 1080px;
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .swiper5 .swiper-slide {}
  .swiper5 .swiper_inner {
    width: 360px;
    margin: 0 auto;
  }
  .swiper5 .swiper_inner_inner {
    width: 300px;
    margin: 0 auto;
  }
  .sec02 .swiper-slide img {}
  .sec02 .swiper-button-prev, .sec02 .swiper-button-next {
    background: none;
    width: 60px;
    height: 60px;
  }
  .sec02 .swiper-button-prev {
    left: 40px;
    transform: rotate(180deg);
  }
  .sec02 .swiper-button-next {
    right: 40px;
  }
  .swiper-pagination-bullet {
    opacity: 1 !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 0 4px !important;
  }
  .swiper-pagination-bullet-active {
    background: url("../images/slider_on.png")no-repeat center center !important;
    background-size: contain !important;
    width: 24px !important;
    height: 52px !important;
    position: relative;
    top: 16px;
  }
  .swiper5 .name {
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .swiper5 .planname {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .swiper5 .planname span {
    width: 80px;
    background: #fff;
    border-radius: 4px;
    padding: 7px 0;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    vertical-align: baseline;
  }
  .swiper5 a {
    position: relative;
    display: block;
  }
  .swiper5 a:after {
    opacity: 0;
    content: url("../images/more_btn.png");
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: 10px;
    right: 10px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .swiper5 a:hover:after {
    transition: all .5s ease;
    opacity: 1;
    transform: scale(0.6, 0.6);
  }
  .sec02 .btn {
    margin-top: 50px;
  }
  .sec03 {
    padding: 100px 0 0;
  }
  .sec03 .inner {
    max-width: 1280px;
  }
  .sec03 h2, .sec04 h2 {
    background: url("../images/h2_bg_pc.png") no-repeat;
    width: 430px;
    background-size: contain;
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3479;
    padding: 20px 20px 45px 0;
    display: inline-block;
    margin-left: 30px;
  }
  .sec03 h2 .h2_english, .sec04 h2 .h2_english {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
    position: relative;
  }
  .sec04 h2 .h2_small {
    font-size: 18px;
  }
  .sec03 h2 i, .sec04 h2 i {
    background: url("../images/h2_bg_i_pc.png");
    width: 64px;
    height: 70px;
    position: absolute;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    top: -30px;
    left: -46px;
  }
  .swiper6.swiper-container {
    width: 1280px;
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .swiper6 .swiper-wrapper {
    width: 1280px;
    margin: 0 auto;
  }
  .swiper6 .swiper-button-prev, .swiper6 .swiper-button-next {
    background: none;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
  }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
  }
  .swiper6 .swiper-button-prev {
    left: 40px;
  }
  .swiper6 .swiper-button-next {
    right: 40px;
  }
  .swiper6 .swiper-pagination-bullets {
    bottom: 4px !important;
  }
  .swiper6 .swiper_inner {
    text-align: left;
    width: 960px;
    background: #fff;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 10px 10px 20px 0px #008ef8;
  }
  .swiper6_flex {
    display: flex;
    padding: 60px 35px 47px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .swiper6 .balloon {
    width: 330px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
  }
  .swiper6 .swiper-slide-01-2 .swiper6_flex {
    padding: 60px 72px 47px;
  }
  .swiper6 .swiper-slide-01-3 .swiper6_flex {
    padding: 60px 51px 47px;
  }
  .swiper6 .swiper-slide-01-2 .swiper6_flex i.yajirusi, .swiper6 .swiper-slide-01-3 .swiper6_flex i.yajirusi {
    margin-left: 10px;
  }
  .swiper6 .swiper-slide-01-2 .value2 {
    font-size: 31px;
    line-height: 1;
  }
  .swiper6 .swiper-slide-01-2 .value2 span {
    font-size: 90px;
  }
  .swiper6 .swiper-slide-01-3 .course_name {
    font-size: 17px;
  }
  .swiper6 .swiper-slide-01-3 .swiper6_right i {
    margin-right: 12px;
  }
  .swiper6 .swiper-slide-01-3 .value1 ul {
    width: 250px;
    display: table;
    margin: 0 auto 10px;
  }
  .swiper6 .swiper-slide-01-3 .value1 li {
    color: #fff;
    font-size: 13px;
    text-align: center;
    float: left;
    background: #000;
    border-radius: 6px;
    width: 110px;
    padding: 5px;
    margin-right: 25px;
    margin-bottom: 7px;
    position: relative;
  }
  .swiper6 .swiper-slide-01-3 .value1 li:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/value1_icon.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -11px;
    top: 3px;
  }
  .swiper6 .swiper-slide-01-3 .value1 li:nth-child(2n) {
    margin-right: 0;
  }
  .swiper6 .swiper-slide-01-3 .value2 {
    font-size: 33px;
    line-height: 1;
  }
  .swiper6 .swiper-slide-01-3 .value2 span {
    font-size: 65px;
  }
  .balloon.balloon_blue {
    background: #1b48a5;
    color: #fff;
  }
  .balloon.balloon_blue:before {
    border-top: 15px solid #1b48a5;
  }
  .balloon_blue span {
    color: #ff0;
  }
  .value1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 19px;
  }
  .value1 i, .course_name i {
    margin-right: 12px;
  }
  .value1 i img {
    vertical-align: super;
  }
  .course_name i img {
    vertical-align: middle;
  }
  .value1 span, .value2 span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: -0.03em;
    vertical-align: baseline;
    margin-right: 7px;
  }
  .value2 span {
    color: #f00;
  }
  .value2 {
    padding-bottom: 3px;
    border-bottom: 3px solid #00aafa;
    display: inline-block;
  }
  i.yajirusi {
    margin-top: 30px;
  }
  .swiper6 .course_name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    margin-top: 10px;
  }
  .sec04 {
    padding: 115px 0 0;
  }
  .sec04 .heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
  }
  .sec04 .heading span {
    color: #ff0;
  }
  .sec04 .heading span span {
    font-size: 52px;
    line-height: 1.1;
  }
  .sec04 .heading {
    position: relative;
    display: block;
    padding: 0 60px;
    letter-spacing: 0.1em;
    margin: 0 auto 44px;
  }
  .sec04 .heading:before, .sec04 .heading:after {
    content: '';
    position: absolute;
    top: 70%;
    display: inline-block;
    width: 48px;
    height: 2px;
    background-color: #000;
  }
  .sec04 .heading:before {
    left: 260px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .sec04 .heading:after {
    right: 260px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .sec04 .btn {
    margin-top: 60px;
  }
  .balloon {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em;
    padding: 7px 10px;
    min-width: 120px;
    width: 480px;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    background: #00aafa;
    border-radius: 15px;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00aafa;
  }
  .balloon p {
    margin: 0;
    padding: 0;
  }
  /*旧レイアウト参考
  .sec04__area {
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin-top: 32px;
  }
  .sec04__area:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -36px;
    border: 36px solid transparent;
    border-top: 23px solid #fff;
  }
  .sec04__area__inner {
    padding: 40px;
  }
  .parts_img {
    width: 480px;
    display: inline-block;
    margin-right: 40px;
  }
  .sec04_flex {
    display: flex;
  }
  .sec04 .price_explain_box {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
  }
  .course_flex {
    display: flex;
    margin-top: 20px;
  }
  .price_explain_box .course {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 28px 0 48px;
  }
  .price_explain_box .course span {
    position: relative;
    font-size: 32px;
  }
  .price_explain_box .course span:before {
    content: "●　　●";
    color: "00aafa";
    position: absolute;
    width: 40px;
    top: -20%;
    left: 24%;
    margin-left: -15px;
    font-size: 6px;
  }
  .price_explain_box .price_flex {
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-right: 14px 10px 0 44px;
    float: left;
  }
  .price_explain_box .price_box {
    margin-right: 14px;
  }
  .price_explain_box .price_box span.rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 22px;
    vertical-align: baseline;
  }
  .price_explain_box .price_flex span.price {
    font-family: 'Bebas Neue', 'Noto Sans JP', sans-serif;
    font-size: 94px;
    font-weight: normal;
    line-height: 1;
    color: #f00;
    letter-spacing: -0.03em;
    vertical-align: baseline;
    padding-bottom: 3px;
    border-bottom: 3px solid #00aafa;
    display: inline-block;
  }
  .price_explain_box .round {
    width: 78px;
    border-radius: 50%;
    height: 78px;
    line-height: 1.2;
    padding: 18px 0px;
    text-align: center;
    background: #00aafa;
    font-size: 16px;
    margin: 12px 8px 0 0;
    color: #fff;
  }
  .price_explain_box .round span {
    font-size: 22px;
  }
  .price_explain_box .sum {
    font-size: 14px;
    margin-top: 20px;
  }
  .price_explain_box .sum span.price {
    font-size: 48px;
    font-family: 'Bebas Neue', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    color: #000;
  }*/
  .discount_bnr_area {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
  }
  .price_explain_box .sp_parentheses {
    display: none;
  }
  .discount_bnr_area div {
    width: 321px;
  }
  .sec05 {
    padding: 84px 0;
  }
  .sec05 h2 {
    background: url("../images/sec05_h2_bg_pc.png")no-repeat;
    ;
    width: 348px;
    background-size: contain;
    font-size: 38px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    letter-spacing: 0.001em;
    margin: 0 auto;
    padding: 95px 0 35px 115px;
  }
  .sec05 h2 .h2_english {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
  }
  .system_box_area {
    margin-top: 23px;
  }
  .system_box {
    width: 334px;
    background: #fff;
    padding: 65px 32px 38px;
    float: left;
    text-align: left;
    border-radius: 8px;
    box-shadow: 10px 10px 20px 0px #008ef8;
    position: relative;
  }
  .system_box:nth-child(2) {
    margin: 0 39px;
  }
  .system_box p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    text-align: center;
  }
  .system_box_p {
    margin-bottom: 36px;
  }
  .system_box > i {
    position: absolute;
    width: 50px;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .system_box p span {
    font-size: 24px;
    border-bottom: 3px solid #00aafa;
    border-radius: 2px;
  }
  .hide-text {
    display: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }
  .system02_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 23px;
    text-align: center;
    margin: 0 auto 27px;
  }
  .readmore {
    margin: 36px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    position: relative;
  }
  .readmore span {
    letter-spacing: 0.12em;
    margin-right: 11px;
    position: absolute;
    left: 94px;
    cursor: pointer;
  }
  .readmore i {
    width: 28px;
    transition: .2s;
    -webkit-transition: .2s;
    position: absolute;
    right: 82px;
    cursor: pointer;
  }
  .readmore i:hover {
    margin-top: 15px;
  }
  .readmore.on-click i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .readmore.on-click i:hover {
    margin-top: -15px;
  }
  .swiper7 {
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to bottom, #00aafa 0%, #00aafa 60%, #ebedee 60%, #ebedee 100%);
  }
  .swiper7 .c-slider-container {
    margin: 0 auto;
    overflow: visible;
  }
  .swiper7 .swiper-slide img {
    width: 100%;
    max-width: 620px;
    box-shadow: 0px 50px 50px -50px #9ed3ec;
    border-radius: 10px;
  }
  .swiper7 .c-slider-item-photo {
    max-width: 620px;
    margin: 0 auto 60px;
  }
  .swiper7 .swiper-button-prev, .swiper7 .swiper-button-next {
    width: 60px;
    height: 60px;
    top: calc(50% - 40px);
  }
  .swiper7 .swiper-pagination + div {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .swiper7 .swiper-pagination + div .swiper-button-prev {
    left: -60px;
    transform: rotate(-180deg);
  }
  .swiper7 .swiper-pagination + div .swiper-button-next {
    right: -60px;
  }
  .area__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area__box li {
    margin-top: 15px;
  }
  .area__box li a {
    font-size: 14px;
    color: #fff;
    background: #000;
    padding: 23px 0 24px;
    width: 204px;
    border-radius: 50px;
    text-align: center;
    display: block;
    position: relative;
  }
  .area__box li a:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 18px;
    background: url(../images/arrow.png);
    background-size: contain;
    width: 17px;
    height: 7px;
  }
  .area__box li a:hover::after {
    animation: arrow .4s;
  }
  .area__box li a.a_none, .area__box li a.a_none:after {
    background: none;
  }
  .area__box li a.a_none:hover {
    cursor: default;
  }
  .sec06 {
    background: #ebedee;
    font-family: 'Noto Sans JP', sans-serif;
    padding-bottom: 40px;
  }
  .sec06 .inner {
    width: 100%;
    max-width: 1080px;
  }
  .sec06 .partners {
    padding-top: 30px;
  }
  .all_bnr {
    max-width: 1080px;
    margin: 52px auto 0;
    border-radius: 10px;
    box-shadow: 18px 30px 40px 6px #9ed3ec;
  }
  .sec07 {
    padding: 84px 0;
  }
  .sec07 h2 {
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .sec07 h2 span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    vertical-align: super;
  }
  .balloon-right {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    padding: 7px 10px;
    width: 48px;
    color: #00aafa;
    font-size: 14px;
    background: #000;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  .balloon-right:after {
    content: "";
    position: absolute;
    top: 28%;
    right: -16px;
    border: 8px solid transparent;
    border-left: 8px solid #000;
    z-index: 1;
  }
  .a .balloon-right {
    background: #fff;
    color: #000;
    padding-left: 14px;
  }
  .a .balloon-right:after {
    border-left: 8px solid #fff;
  }
  .qa_area {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .q, .a {
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin-top: 35px;
  }
  .a {
    margin-bottom: 40px;
  }
  .a-2 .a {
    margin-bottom: 30px;
  }
  .a-2 .a .balloon-right {
    float: left;
  }
  .qa_box_left, .qa_box_right {
    width: 520px;
  }
  .qa_box_left {
    float: left;
  }
  .qa_box_right {
    float: right;
  }
  .sec07 .answer {
    padding: 20px 111px 20px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 16px 16px 26px 0px #008ef8;
    position: relative;
  }
  .sec07 .answer a span {
    color: #b1b1b1;
  }
  .sec07 .answer .hide-text {
    display: none;
    font-size: 14px;
    line-height: 1.8;
    vertical-align: baseline;
  }
  .answer i {
    width: 28px;
    transition: .3s;
    -erbkit-transition: .3s;
    position: absolute;
    bottom: 23px;
    right: 15px;
  }
  .sec07 .answer.on-click i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .sec07 .answer.on-click a {
    display: none;
  }
  .sec07 .btn {
    margin-top: 80px;
  }
  .sec08 {
    padding: 0;
  }
  .doctor_area {
    background: #fff;
    padding: 57px 0 40px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-radius: 16px;
  }
  .doctor_area h3, .doctor_position, .doctor {
    font-family: 'Noto Sans JP', sans-serif;
  }
  .doctor_area h2 {
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #00aafa;
  }
  .doctor_area h3 {
    font-size: 22px;
    margin-top: 56px;
  }
  .doctor_position {
    font-size: 12px;
    margin-top: 32px;
  }
  .doctor {
    font-size: 22px;
  }
  .doctor_txt {
    margin-top: 62px;
    line-height: 2.14;
  }
  .doctor_area .swiper-container {
    width: 100%;
  }
  .doctor_area .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .swiper8 .swiper-slide {
    width: 940px;
    margin: 0 auto;
  }
  .swiper8 .swiper-slide:nth-child(1) img.pc {
    float: left;
  }
  .swiper8 .swiper-slide:nth-child(1) .textBox {
    text-align: left;
    width: 604px;
    float: right;
  }
  .swiper8 .swiper-slide:nth-child(1) .doctor_txt {
    display: block;
  }
  .swiper8 .swiper-slide:nth-child(2), .doctor_area .swiper-button-prev, .doctor_area .swiper-button-next, .doctor_area .swiper-pagination {
    display: none;
  }
  .sec09 {
    padding: 84px 0;
  }
  .news_area {
    background: #fff;
    padding: 57px 40px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-radius: 16px;
  }
  .news_area h2 {
    text-align: center;
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 40px;
  }
  .news_area ul {
    border-top: 1px solid #000;
    overflow-y: auto;
    max-height: 310px;
  }
  .news_area li {
    color: #000;
    line-height: 2;
    padding: 30px 0;
    border-bottom: 1px solid #000;
    position: relative;
  }
  .news_area li a {
    color: #000;
    display: block;
  }
  .news_area li a:hover p:nth-child(2) {
    text-decoration: underline;
  }
  .news_area li a:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/read_more.btn_sp.png) center center no-repeat;
    background-size: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.16rem;
    -webkit-text-size-adjust: none;
  }
  html {
    font-size: calc(100vw / 7.5);
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
  }
  .btn a {
    width: 78.8vw;
    padding: 6.1333vw 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.28rem;
    color: #fff;
    background: #000;
    margin: 0 auto;
    border-radius: 13.33333vw;
    display: inline-block;
    position: relative;
    box-shadow: 20px 20px 20px 0px #008ef8;
  }
  .btn a:after {
    position: absolute;
    content: url("../images/btn_yajirushi.jpg");
    right: 24px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .btn a:hover::after {
    animation: arrow_right .4s;
  }
  @keyframes arrow_right {
    0% {
      right: 24px;
    }
    100% {
      right: 14px;
    }
  }
  .swiper2.swiper-container {
    max-width: 96%;
    padding: 2.6% 0;
  }
  .swiper2.swiper-container img {
    border-radius: 0.533333vw;
  }
  .inner {
    margin: 0 5.333333%;
  }
  .div01 {
    background: linear-gradient(180deg, #00aafa 0%, #00aafa 86%, #f5f6f7 86%, #f5f6f7 100%);
  }
  .div01 .inner {
    padding: 10.2666vw 0 0;
  }
  .div01 .sec01_right {
    box-shadow: 4vw 4vw 6vw rgba(0, 142, 248, 0.4);
    border-radius: 1.2vw;
    display: inline-block;
  }
  .div02 {
    background: #f5f6f7;
    padding: 6.4vw 0 6.66666%;
  }
  .div02 .inner {
    margin: 0 5.333333%;
    text-align: center;
  }
  .div02 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .42rem;
  }
  .div02 .bottom_yajirusi {
    width: 13.3333vw;
    -moz-filter: drop-shadow(8px 15px 20px rgba(0, 170, 250, .4)) -moz-filter: drop-shadow(8px 15px 20px rgba(0, 170, 250, .4));
    -webkit-filter: drop-shadow(8px 15px 20px rgba(0, 170, 250, .4));
    -ms-filterfilter: drop-shadow(8px 15px 20px rgba(0, 170, 250, .4));
    filter: drop-shadow(8px 15px 20px rgba(0, 170, 250, .4));
    margin: 2% auto 0;
  }
  .div02 h2 span {
    font-size: .34rem;
  }
  .div02 h2 span span {
    font-size: .42rem;
    color: #00aafa;
  }
  .div02 .count {
    margin: 0 auto;
    display: flex;
  }
  .div02 .round {
    height: 16vw;
    width: 16vw;
    border-radius: 50%;
    line-height: 16vw;
    text-align: center;
    background: #00aafa;
    font-size: .28rem;
    margin: 10px 10px 0 0;
    color: #ff0;
    box-shadow: 12px 6px 10px 6px rgba(0, 170, 250, .4);
  }
  .div02 .number {
    font-size: .18rem;
    font-weight: bold;
    text-align: right;
    letter-spacing: -0.03em;
  }
  .div02 .number span.odometer {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.34rem;
    font-weight: 400;
    vertical-align: baseline;
  }
  .div02 .number span.number_case {
    font-size: 0.46rem;
  }
  .sec01, .sec02, .sec03, .sec04, .sec05, .sec07, .sec08, .sec09 {
    margin: 0 auto;
    background: #00aafa;
    text-align: center;
  }
  .sec01 {
    padding: 10.533333% 0 0;
  }
  .sec01 h2 {
    width: 70vw;
    font-size: 0.54rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    position: relative;
    font-weight: normal;
    line-height: 1;
  }
  .sec01 h2 img {
    margin-bottom: 4.8%;
  }
  .sec01 h2 span {
    font-size: 0.88rem;
    margin: 0 auto;
    vertical-align: baseline;
  }
  .sec01 h2 span.wake {
    font-size: 0.54rem;
  }
  .sec01 h2 span.wake:before {
    position: absolute;
    content: "ワ　ケ";
    font-size: 0.2rem;
    width: 26%;
    font-weight: bold;
  }
  .sec01 h2 span.h2_english {
    font-size: 0.26rem;
    margin: 0 auto;
    letter-spacing: 0.12em;
  }
  .sec01 .inner {
    margin: 0;
  }
  .sec01 .swiper-container {
    padding: 0 10.66666666666667% 0 5.3333%;
  }
  .swiper_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .swiper4.swiper-container {
    /*box-shadow: 10px 10px 8px #008ef8;*/
    /*border-radius: 0 0 0 8px;*/
  }
  .swiper4 .swiper-slide {
    margin-top: 9.33333%;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .swiper4 .swiper-slide:nth-child(1) {
    border-radius: 10px 0 0 10px;
    background-color: #fff;
  }
  .swiper4 .swiper-slide:nth-child(2) {
    border-radius: 0 10px 10px 0;
    background: #ebedee;
  }
  .swiper4 .swiper-slide-01 .swiper_inner {
    padding: 6.4% 8.6666% 18.4% 8.66666%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .swiper4_1 .swiper_inner, .swiper4_2 .swiper_inner, .swiper4_3 .swiper_inner, .swiper4_4 .swiper_inner {
    padding: 6.4% 12.6666% 6.4% 12.66666%;
  }
  .swiper4 .swiper-slide-01 .swiper_inner .balloon {
    width: 47.73333vw;
    font-size: 0.26rem;
    letter-spacing: 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .swiper4_1 .swiper-slide-01 .swiper_inner p {
    font-size: 0.52rem;
  }
  .swiper4 .swiper-slide-01 .swiper_inner .x {
    font-size: 1rem;
    color: #00aafa;
    font-family: 'Roboto', sans-serif;
    line-height: 0.9;
  }
  .swiper4 .swiper-slide-02 .swiper_inner {
    /*margin: 38px 42px 72px 60px;*/
    text-align: left;
  }
  .swiper4_4 .swiper4_period {
    font-size: .26rem;
    margin-top: 4.26666vw;
  }
  .slider-x-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .swiper4 .swiper-slide-01.swiper-slide-active, .swiper4 .swiper-slide-02.swiper-slide-active {
    position: relative;
  }
  .swiper4 .swiper-button-next {
    display: none !important;
  }
  .swiper4 .swiper-button-prev :before {
    content: "詳しくはスワイプ";
    position: absolute;
    top: 32%;
    left: -45vw;
    width: 200px;
    font-size: .26rem;
    font-weight: bold;
    z-index: 999;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    color: #000;
  }
  .swiper4 .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 3.86666vw;
    left: -7%;
    width: 12.13333vw;
    height: 12vw;
    opacity: 1 !important;
  }
  .swiper4 .swiper-button-prev img {
    filter: drop-shadow(20px 30px 50px rgba(238, 185, 0, 0.4));
    -moz-filter: drop-shadow(20px 30px 50px rgba(238, 185, 0, 0.4));
    -webkit-filter: drop-shadow(20px 30px 50px rgba(238, 185, 0, 0.4));
    -ms-filter: drop-shadow(20px 30px 50px rgba(238, 185, 0, 0.4));
  }
  .swiper4 .swiper-slide-02 .swiper-check {
    font-size: 0.28rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
  }
  .swiper4 .swiper-slide-02 .swiper-check:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 20%;
    background: url(../images/check_img.png);
    width: 47px;
    height: 49px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .swiper4 .swiper-slide-02 p {
    font-size: 0.22rem;
    font-weight: bold;
    margin-top: 6.66666%;
    line-height: 1.75;
  }
  .swiper4 .swiper-slide-01 .swiper_inner p {
    font-size: 0.48rem;
  }
  .swiper4 .swiper-slide-01 .swiper_inner p span {
    font-size: 0.40rem;
    vertical-align: baseline;
  }
  .swiper4 .swipe_inner_img01 img, .swiper4 .swipe_inner_img02 img, .swiper4 .swipe_inner_img03 img {
    margin-top: 5.33333vw;
  }
  .swiper4 .swipe_inner_img01 img {
    max-width: 51.46666vw;
  }
  .swiper4 .swipe_inner_img02 img {
    max-width: 66.8vw;
  }
  .swiper4 .swipe_inner_img03 img {
    max-width: 67.3333vw;
  }
  .sec01 .period {
	font-size: .20rem;
  }
  .sec02 {
    padding: 18.66666% 0 0;
  }
  .sec02 h2 {
    font-size: 0.65rem;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #fff;
  }
  .sec02 h2 img {
    max-width: 14.133333vw;
    vertical-align: text-top;
    transform: translateX(16%);
  }
  .sec02 h2 span {
    color: #000;
    vertical-align: baseline;
  }
  .swiper5.swiper-container {
    width: 100%;
    margin-top: 4%;
    padding-bottom: 12%;
  }
  .swiper5 .swiper-wrapper {
    width: 100%;
  }
  .swiper5 .swiper-slide {
    width: 100%;
    padding: 0 20px;
  }
  .swiper5 .swiper_inner_inner img {
    margin-left: 5%;
  }
  .sec02 .swiper-button-prev, .sec02 .swiper-button-next {
    display: none;
  }
  .swiper-pagination-bullet {
    opacity: 1 !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 0 2px !important;
  }
  .swiper-pagination-bullet-active {
    background: url("../images/slider_on.png")no-repeat !important;
    background-size: contain !important;
    width: 6.4vw !important;
    height: 8.9333vw !important;
    position: relative;
    top: 3vw;
  }
  .swiper5 .swiper_inner {
    text-align: left;
  }
  .swiper5 .name {
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .swiper5 .planname {
    font-size: .24rem;
    font-weight: bold;
    padding: 4% 0;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swiper5 .planname span {
    width: 21.3333vw;
    background: #fff;
    border-radius: 4px;
    padding: 2% 0;
    text-align: center;
    margin-right: 3.733333vw;
    display: inline-block;
    vertical-align: baseline;
  }
  .sec02 .btn {
    margin-top: 10%;
  }
  .sec03 {
    padding: 15.46666vw 0 0;
  }
  .sec03 h2, .sec04 h2 {
    background: url("../images/h2_bg_pc.png");
    background-size: cover;
    font-size: 0.48rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3333;
    padding: 3.73333% 5.36666% 7.466666% 0;
    margin: 0 0 0 5.36666%;
  }
  .sec03 h2 .h2_english, .sec04 h2 .h2_english {
    font-size: 0.28rem;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
    position: relative;
  }
  .sec04 h2 .h2_small {
    font-size: 0.28rem;
  }
  .sec03 h2 i, .sec04 h2 i {
    background: url("../images/h2_bg_i_sp.png");
    width: 47px;
    height: 50px;
    position: absolute;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    top: -20px;
    left: -34%;
  }
  .sec03 .swiper_flex {
    /*padding: 5.333333% 0 0 5.333333%;*/
    font-weight: bold;
  }
  .swiper6 {
    margin-top: 5.3333%;
  }
  .swiper6 .swiper-slide {
    background: #fff;
    width: 94%;
    height: auto;
  }
  .swiper6 .swiper-slide-01 {
    border-radius: 10px 0 0 10px;
    /*box-shadow: 10px 10px 20px 0px #008ef8;*/
  }
  .swiper6 .swiper-slide-01-3 {
    border-radius: 0 10px 10px 0;
    /*box-shadow: 10px 10px 20px 0px #008ef8;*/
  }
  .swiper6.swiper-container {
    padding: 0 10.66666666666667% 0 5.3333%;
    /*overflow: initial;*/
  }
  .swiper6 .swiper_inner {
    text-align: left;
    margin: 0 auto 18vw;
  }
  /*.swiper6 .sw_active {
    display: none;
  }
  .swiper6 .swiper-slide-01.swiper-slide-active .sw_active, .swiper6 .swiper-slide-01-2.swiper-slide-active .sw_active {
    display: flex;
    align-items: center;
    position: absolute;
    right: -5vw;
    bottom: 4vw;
    z-index: 999;
  }
  .swiper6 .swiper-slide-01.swiper-slide-active .sw_active i, .swiper6 .swiper-slide-01-2.swiper-slide-active .sw_active i {
    margin-left: 2vw;
  }
  .swiper6 .swiper-slide-01.swiper-slide-active .sw_active i img, .swiper6 .swiper-slide-01-2.swiper-slide-active .sw_active i img {
    width: 12.13333vw;
  }*/
  .swiper6 img {
    width: 100%;
  }
  .swiper6 .swiper-button-prev:before {
    content: "ヒゲ剃りに掛ける時間は…";
    position: absolute;
    top: 32%;
    left: -45vw;
    width: 300px;
    font-size: .26rem;
    font-weight: bold;
    z-index: 999;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    color: #000;
  }
  .swiper6 .swiper-slide-01-3 .swiper-button-prev:before {
    content: 'ヒゲ剃りに掛かる肌への負担は…';
    left: -56vw;
  }
  .swiper6 .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 3.86666vw;
    left: -7%;
    width: 12.13333vw;
    height: 12vw;
    opacity: 1 !important;
  }
  .swiper6 .swiper-button-prev img {
    filter: drop-shadow(20px 30px 50px rgba(238, 185, 0, 0.4));
    -moz-filter: drop-shadow(20px 30px 50px rgba(238, 185, 0, 0.4));
    -webkit-filter: drop-shadow(20px 30px 50px rgba(238, 185, 0, 0.4));
    -ms-filter: drop-shadow(20px 30px 50px rgba(238, 185, 0, 0.4));
  }
  .swiper6 .swiper-slide-01 {
    border-radius: 10px 0 0 10px;
  }
  .swiper6 .swiper-slide-01-2 {
    background: #edeff0;
  }
  .swiper6_flex {
    padding: 6.6666% 6.6666% 0;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .swiper6 .balloon {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .26rem;
    letter-spacing: 0;
  }
  .balloon.balloon_blue {
    background: #1b48a5;
    color: #fff;
  }
  .balloon.balloon_blue:before {
    border-top: 2vw solid #1b48a5;
  }
  .balloon_blue span {
    color: #ff0;
  }
  .value1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 19px;
  }
  .value1 i, .course_name i {
    margin-right: 12px;
  }
  .value1 i img {
    vertical-align: super;
    max-width: 8.8vw;
  }
  .course_name i img {
    vertical-align: middle;
  }
  .swiper6_right img {
    max-width: 8.8vw;
  }
  .value1 span, .value2 span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: -0.03em;
    vertical-align: baseline;
    margin-right: 7px;
  }
  .value2 span {
    color: #f00;
  }
  .value2 {
    padding-bottom: 3px;
    border-bottom: 3px solid #00aafa;
    display: inline-block;
  }
  .swiper6 .swiper-slide-01-2 .value2 {
    font-size: 6.933333333333333vw;
    line-height: 1;
  }
  .swiper6 .swiper-slide-01-2 .value2 span {
    font-size: 13.33333333333333vw;
  }
  .swiper6 .swiper-slide-01-3 .course_name {
    font-size: 3.466666666666667vw;
  }
  .swiper6 .swiper-slide-01-3 .swiper6_right i {
    margin-right: 12px;
  }
  .swiper6 .swiper-slide-01-3 .value1 ul {
    width: 58.5vw;
    display: table;
    margin: 0 auto 10px;
  }
  .swiper6 .swiper-slide-01-3 .value1 li {
    color: #fff;
    font-size: 3.2vw;
    text-align: center;
    float: left;
    background: #000;
    border-radius: 6px;
    width: 26.66666666666667vw;
    padding: 5px;
    margin-right: 4.933333333333333vw;
    margin-bottom: 1.866666666666667vw;
    position: relative;
  }
  .swiper6 .swiper-slide-01-3 .value1 li:before {
    content: "";
    width: 5.466666666666667vw;
    height: 5.466666666666667vw;
    background: url(../images/value1_icon.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -2.733333333333333vw;
    top: 3px;
  }
  .swiper6 .swiper-slide-01-3 .value1 li:nth-child(2n) {
    margin-right: 0;
  }
  .swiper6 .swiper-slide-01-3 .value2 {
    font-size: 6.933333333333333vw;
    line-height: 1;
  }
  .swiper6 .swiper-slide-01-3 .value2 span {
    font-size: 13.33333333333333vw;
  }
  i.yajirusi {}
  .swiper6_right {
    margin-top: 8%;
  }
  .swiper6 .course_name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    margin-top: 10px;
  }
  .sec04 {
    padding: 16% 0 0;
  }
  .sec04 .heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.28rem;
    margin-bottom: 6.933333%;
  }
  .sec04 .heading span {
    color: #ff0;
  }
  .sec04 .heading span span {
    font-size: 0.53rem;
    line-height: 1.1;
  }
  .sec04 .heading {
    position: relative;
    letter-spacing: 0.1em;
    width: 68vw;
    display: inline-block;
  }
  .sec04 .heading:before, .sec04 .heading:after {
    content: '';
    position: absolute;
    top: 70%;
    width: 28px;
    height: 2px;
    background-color: #000;
  }
  .sec04 .heading:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .sec04 .heading:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .balloon p {
    margin: 0;
    padding: 0;
  }
  .sec04__area {
    background: #fff;
    border-radius: 2.1333vw;
    margin-top: 5.333%;
    position: relative;
  }
  .sec04__area:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10.4vw;
    border: 10.4vw solid transparent;
    border-top: 6.66666vw solid #fff;
  }
  .sec04__area__inner {
    padding: 5.333333%;
  }
  .balloon {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em;
    padding: 3.2% 0;
    width: 78.66666vw;
    color: #fff;
    font-size: 0.28rem;
    font-family: 'Roboto', sans-serif;
    background: #00aafa;
    border-radius: 28px;
    letter-spacing: 0.12em;
  }
  .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2vw;
    border: 2vw solid transparent;
    border-top: 2vw solid #00aafa;
  }
  /*旧レイアウト参考
  .sec04 .price_explain_box {
    margin-top: 6.533333%;
  }
  .sec04 .btn {
    margin-top: 11.73333333333333vw;
  }
  .discount_bnr_area {
    margin-top: 23px;
  }
  .price_explain_box {
    text-align: center;
    font-size: .38rem;
    font-weight: bold;
  }
  .price_explain_box .course {
    font-size: .48rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 28px 5px 48px;
  }
  .price_explain_box .course span {
    position: relative;
    font-size: .57rem;
  }
  .price_explain_box .course span:before {
    content: "●　　●";
    color: "#00aafa";
    position: absolute;
    width: 40px;
    top: -20%;
    left: 24%;
    margin-left: -15px;
    font-size: 6px;
  }
  .price_explain_box .price_flex {
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin-top: 7.7333333%;
    justify-content: space-around;
  }
  .price_explain_box .price_box span.rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: .46rem;
    vertical-align: baseline;
    line-height: 0.8;
  }
  .price_explain_box .price_flex span.price {
    font-family: 'Bebas Neue', 'Noto Sans JP', sans-serif;
    font-size: 1.95rem;
    font-weight: normal;
    color: #f00;
    letter-spacing: -0.03em;
    vertical-align: baseline;
    line-height: 0.9;
    padding-bottom: 3px;
    border-bottom: 3px solid #00aafa;
    display: inline-block;
  }
  .price_explain_box .round {
    width: 18.666vw;
    border-radius: 50%;
    height: 18.666vw;
    line-height: 1.2;
    padding: 3vw 0px;
    text-align: center;
    background: #00aafa;
    margin: 12px 0 0 0;
    color: #fff;
    font-size: .31rem;
  }
  .price_explain_box .round span {
    font-size: .42rem;
  }
  .price_explain_box .sum {
    font-size: 14px;
    margin-top: 20px;
  }
  .price_explain_box .sum span.price {
    color: #000;
  }
  .price_explain_box .ballon {
    font-size: .28rem;
  }
  .price_explain_box p {
    font-size: .24rem;
  }
  .price_explain_box .period {
    padding: 3.333333% 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 5.0666%;
  }*/
  .discount_bnr_area {
    margin-top: 4vw;
  }
  .discount_bnr_area div {
    margin-top: 2.66666%;
  }
  .system_box_area {
    margin-top: 23px;
  }
  .system_box {
    background: #fff;
    padding: 11.6% 10.6666% 8%;
    text-align: left;
    border-radius: 2.133333333333vw;
    box-shadow: 10px 10px 20px 0px #008ef8;
    margin-top: 11.73333%;
    position: relative;
  }
  .system_box > i {
    position: absolute;
    width: 13.33333vw;
    top: -6vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .system_box p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .28rem;
    text-align: center;
  }
  .system_box_p {
    margin-bottom: 6.4%;
    text-align: center;
  }
  .system_box p span {
    font-size: .48rem;
    border-bottom: 2.5px solid #00aafa;
    border-radius: 1px;
    text-align: left;
    line-height: 1.75;
  }
  .hide-text {
    display: none;
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.75;
    text-align: left;
  }
  .system02_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .48rem;
    text-align: center;
    margin: 16% auto 6.6666%;
  }
  .readmore {
    margin: 5.7333% auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    outline: 0;
    font-size: .28rem;
    font-family: 'Roboto', sans-serif;
  }
  .readmore span {
    letter-spacing: 0.12em;
    margin-right: 2.6666vw;
  }
  .readmore i {
    width: 7.2vw;
    transition: .2s;
    -webkit-transition: .2s;
  }
  .readmore:hover::after {
    top: 40px;
  }
  .on-click i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .swiper7 {
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to bottom, #00aafa 0%, #00aafa 60%, #edeff0 60%, #edeff0 100%);
  }
  .swiper7 .c-slider-container {
    margin: 0 auto;
    overflow: visible;
  }
  .swiper7 .c-slider-item-photo {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 100px -50px #9ed3ec;
  }
  .swiper7 .swiper-slide {
    width: 100%;
  }
  .swiper7.swiper-container {
    padding: 0 5.333333% 10%;
  }
  .area__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area__box_p {
    font-size: .32rem;
  }
  .area__box li {
    margin-top: 15px;
  }
  .area__box li a {
    font-size: .26rem;
    color: #fff;
    background: #000;
    padding: 2.933vw 0 3.33333vw;
    width: 28.8vw;
    border-radius: 30px;
    text-align: center;
    display: block;
    position: relative;
  }
  /*.area__box li a:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 18px;
    background: url(../images/arrow.png);
    width: 17px;
    height: 7px;
  }*/
  .area__box li a.a_none, .area__box li a.a_none:after {
    background: none;
  }
  .sec05 {
    padding: 15.46666vw 0;
  }
  .sec05 h2 {
    background: url("../images/sec05_h2_bg_pc.png");
    width: 66.66666vw;
    background-size: cover;
    font-size: 0.54rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 0 auto;
    padding: 18.06666% 0 6.133333% 24.444444%;
  }
  .sec05 h2 .h2_english {
    font-size: 0.26rem;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
  }
  .sec06 {
    background: #ebedee;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 0 13.46666% 0;
  }
  .all_bnr {
    margin: 6.66666% 5.333333% 0;
    box-shadow: 10px 14px 26px 0px #9ed3ec;
  }
  .sec06 .branch, .sec06 .partners {
    padding-top: 10.93333333333333vw;
  }
  .sec07 {
    padding: 15.46666vw 0;
  }
  .sec07 h2 {
    font-size: .48rem;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .sec07 h2 span {
    font-size: .24rem;
    font-family: 'Roboto', sans-serif;
    vertical-align: super;
  }
  .balloon-right {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    padding: 7px 10px;
    width: 48px;
    color: #00aafa;
    font-size: 14px;
    background: #000;
    border-radius: 2.1333vw;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  .balloon-right:after {
    content: "";
    position: absolute;
    top: 28%;
    right: -16px;
    border: 8px solid transparent;
    border-left: 8px solid #000;
    z-index: 1;
  }
  .a .balloon-right {
    background: #fff;
    color: #000;
    padding-left: 14px;
  }
  .a .balloon-right:after {
    border-left: 8px solid #fff;
  }
  .qa_area {
    text-align: left;
  }
  .q, .a, .a-2 {
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin-top: 35px;
    font-size: .28rem;
    display: flex;
    align-items: baseline;
  }
  .qa_box_left, .qa_box_right {
    font-size: .26rem;
    padding-bottom: 8%;
    border-bottom: 1px solid #000;
  }
  .a-2 {
    margin-top: 0;
  }
  .sec07 .answer {
    padding: 5.33333% 14.6666666% 5.33333% 5.33333%;
    background: #fff;
    border-radius: 2.1333vw;
    box-shadow: 16px 16px 26px 0px #008ef8;
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 5.33333%;
    position: relative;
  }
  .sec07 .answer a span {
    color: #b3b3b3;
  }
  .answer i {
    width: 7.2vw;
    transition: .2s;
    -webkit-transition: .2s;
    position: absolute;
    bottom: 6.1333vw;
    right: 4vw;
  }
  .sec07 .answer.on-click i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .sec07 .answer.on-click a {
    display: none;
  }
  .sec07 .btn {
    margin-top: 8vw;
  }
  .sec08 {
    padding: 0;
  }
  .sec08 .inner {
    margin: 0;
  }
  .sec08 .swiper_flex {
    margin: 0;
    font-weight: bold;
  }
  .sec08 .swiper-container {
    padding: 0 10.66666666666667% 0 5.3333%;
  }
  .swiper8 .swiper-slide {
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .swiper8 .swiper-slide:nth-child(1) {
    border-radius: 10px 0 0 10px;
    background: url(../images/inchou_sp.jpg) center center no-repeat, #fff;
    background-size: cover;
  }
  .swiper8 .swiper-slide:nth-child(1) .swiper_inner {
    margin: 6.4% 8.6666% 22.4% 8.66666%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .swiper8 .swiper-slide:nth-child(1) .textBox {
    text-align: left;
    padding: 18% 5% 5% 46%;
  }
  .swiper8 .swiper-slide:nth-child(1) .doctor_txt {
    display: none;
  }
  .doctor_area h2 {
    font-family: 'Roboto', sans-serif;
    font-size: .42rem;
    color: #00aafa;
  }
  .doctor_area h3, .doctor_position, .doctor {
    font-family: 'Noto Sans JP', sans-serif;
  }
  .doctor_area h3 {
    font-size: .3rem;
    margin-top: 8%;
  }
  .doctor_position {
    font-size: .24rem;
    margin-top: 32px;
  }
  .doctor {
    font-size: .32rem;
  }
  .swiper8 .swiper-slide:nth-child(2) {
    border-radius: 0 10px 10px 0;
    background: url(../images/bg_doctor_sp.jpg) center center no-repeat, #F2F2F4;
    background-size: cover;
  }
  .swiper8 .swiper-slide:nth-child(2) .swiper_inner {
    margin: 38px 42px 72px 60px;
    text-align: left;
  }
  .swiper8 .swiper-button-next {
    display: none !important;
  }
  .swiper8 .swiper-button-prev :before {
    content: "詳しくはスワイプ";
    position: absolute;
    top: 32%;
    left: -45vw;
    width: 200px;
    font-size: .26rem;
    font-weight: bold;
    z-index: 999;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    color: #000;
  }
  .swiper8 .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 3.86666vw;
    left: -7%;
    width: 12.13333vw;
    height: 12vw;
    opacity: 1 !important;
  }
  .swiper8 .swiper-slide:nth-child(2) p {
    font-size: 3.2vw;
    font-weight: bold;
    margin-top: 30.66666%;
    line-height: 1.75;
  }
  .sec09 {
    padding: 15.46666vw 0;
  }
  .news_area {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background: #fff;
    padding: 4vw 5.33333%;
    border-radius: 2.13333vw;
  }
  .news_area h2 {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  .news_area ul {
    margin-top: 4vw;
    border-top: 1px solid #000;
    overflow-y: auto;
    max-height: 25em;
  }
  .news_area li {
    color: #000;
    line-height: 2;
    padding: 5.33333% 9.666667% 5.33333% 0;
    border-bottom: 1px solid #000;
    position: relative;
  }
  .news_area li a {
    color: #000;
    display: block;
  }
  .news_area li a:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/read_more.btn_sp.png) center center no-repeat;
    background-size: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
    transform: rotate(-90deg);
  }
  .pin {
    max-width: 3.8%;
  }
  .pin1 {
    top: 22.4%;
    left: 75.5%;
    animation-delay: 0.1s !important;
  }
  .pin2 {
    top: 33.8%;
    left: 73.4%;
    animation-delay: 0.12s !important;
  }
  .pin3 {
    top: 36%;
    left: 75.5%;
    animation-delay: 0.14s !important;
  }
  .pin4 {
    top: 40%;
    left: 77%;
    animation-delay: 0.16s !important;
  }
  .pin5 {
    top: 44.5%;
    left: 76.5%;
    animation-delay: 0.18s !important;
  }
  .pin6 {
    top: 50%;
    left: 66%;
    animation-delay: 0.20s !important;
  }
  .pin7 {
    top: 52%;
    left: 72%;
    animation-delay: 0.22s !important;
  }
  .pin8 {
    top: 54%;
    left: 75%;
    animation-delay: 0.24s !important;
  }
  .pin9 {
    top: 58%;
    left: 71%;
    animation-delay: 0.26s !important;
  }
  .pin10 {
    top: 60%;
    left: 67%;
    animation-delay: 0.28s !important;
  }
  .pin11 {
    top: 61.5%;
    left: 69.5%;
    animation-delay: 0.30s !important;
  }
  .pin12 {
    top: 60%;
    left: 74%
		;
    animation-delay: 0.32s !important;
  }
  .pin13 {
    top: 64%;
    left: 66%;
    animation-delay: 0.33s !important;
  }
  .pin14 {
    top: 65%;
    left: 68.5%;
    animation-delay: 0.36s !important;
  }
  .pin15 {
    top: 66.5%;
    left: 71%;
    animation-delay: 0.38s !important;
  }
  .pin16 {
    top: 63%;
    left: 72%;
    animation-delay: 0.40s !important;
  }
  .pin17 {
    top: 67%;
    left: 57%;
    animation-delay: 0.42s !important;
  }
  .pin18 {
    top: 66%;
    left: 54%;
    animation-delay: 0.44s !important;
  }
  .pin19 {
    top: 61%;
    left: 47%;
    animation-delay: 0.46s !important;
  }
  .pin20 {
    top: 65%;
    left: 48.5%;
    animation-delay: 0.48s !important;
  }
  .pin21 {
    top: 64.5%;
    left: 45.8%;
    animation-delay: 0.50s !important;
  }
  .pin22 {
    top: 63.5%;
    left: 43%;
    animation-delay: 0.52s !important;
  }
  .pin23 {
    top: 64%;
    left: 34%;
    animation-delay: 0.54s !important;
  }
  .pin24 {
    top: 69%;
    left: 21.5%;
    animation-delay: 0.56s !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.relative {
  position: relative;
}
.map {
  width: 100%;
  max-width: 540px;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
.map .balloon {
  position: absolute;
  color: #000;
  background: #fff;
  font-size: .26rem;
  font-family: 'Noto Sans JP', sans-serif;
  width: 61.06666vw;
  text-align: center;
  padding: 3.06666% 0;
  border-radius: 8vw;
  letter-spacing: 0;
}
.map .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2vw;
  border: 2vw solid transparent;
  border-top: 2vw solid #fff;
}
.map .vertical_txt {
  position: absolute;
  top: 22%;
  left: 12.6%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: .56rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.map .odometer {
  position: absolute;
  top: 16%;
  left: 23%;
  font-size: 1.75rem;
  font-family: 'Bebas Neue', 'Noto Sans JP', sans-serif;
  font-weight: normal;
  line-height: 1;
}
.map .map_last_txt {
  position: absolute;
  top: 30.33333%;
  left: 46.93333%;
  font-size: .58rem;
  line-height: 1;
}
.pin {
  position: absolute;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
/*.bound {
  animation: bound 0.4s ease-in-out 0.4s forwards;
}*/
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scale(1.5);
    transform: translate3d(0, -3000px, 0) scale(1.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scale(1.5);
    transform: translate3d(0, 25px, 0) scale(1.5);
  }

  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scale(1.5);
    transform: translate3d(0, -3000px, 0) scale(1.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scale(1.5);
    transform: translate3d(0, 25px, 0 scale(1.5));
  }

  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@keyframes bound {
  0% {
    transform: translateY(-100%);
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  55% {
    transform: translateY(2%);
    opacity: 1;
  }
  70% {
    transform: translateY(3%);
    opacity: 1;
  }
  80% {
    transform: translateY(2%);
    opacity: 1;
  }
  100% {
    transform: translateY(3%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .map .balloon {
    width: 351px;
    font-size: 18px;
    padding: 16px 0;
  }
  .map .balloon:before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 10px solid #fff;
  }
  .map .vertical_txt {
	top: 85px;
	left: 45px;
    font-size: 58px;
	letter-spacing: 0.2em;
  }
  .map .odometer {
    font-size: 175px;
	top: 66px;
	left: 115px;
  }
  .map .map_last_txt {
    font-size: 58px;
	top: 155px;
	left: 262px;
  }
}

.box_newplan h2{
  padding: 10.53333% 5.36666% 7.466666% 0;
}
.box_newplan img{
  margin: 10.53333% 0 0;
}
@media screen and (min-width: 768px) {
.box_newplan h2{
  padding: 50px 25px 60px 0;
}
.box_newplan img{
  margin: 32px 0px 0;
}
}

@media screen and (max-width:767px) {
  .higeIndex .sec02 .inner {
    margin: 0;
  }
  .higeIndex .swiper5.swiper-container {
    margin-top: 0;
  }
  .higeIndex .swiper5 .swiper-slide {
    padding: 0;
  }
  .higeIndex .swiper5 .swiper_inner_inner > div:nth-child(1) {
    position: relative;
  }
  .higeIndex .swiper5 .swiper_inner_inner > div:nth-child(1):after {
    content: "";
    display: inline-block;
    width: 16.8vw;
    height: 16.8vw;
    background: url(../images/icon_more.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 17.5vw;
    bottom: 10.5vw;
    pointer-events: none;
  }
  .higeIndex .swiper5 .swiper_inner_inner img {
    width: 80vw;
    display: block;
    margin: 0 auto;
  }
  .higeIndex .swiper5 .name {
    font-size: 5.33vw;
    margin-top: -3vw;
  }
  .higeIndex .swiper5 .swiper_inner_inner > img {
    width: 100vw;
    margin: 8vw 0 0;
  }
  .higeIndex .swiper5 .box {
    border: 1px solid #000;
    padding: 5.33vw 6.67vw;
    margin: 8vw 6.67vw 0;
  }
  .higeIndex .swiper5 .box .planname {
    line-height: 1.8;
    border-bottom: none;
    padding: 0;
  }
  .higeIndex .swiper5 .box .planname span {
    text-align: left;
    width: 16vw;
    background: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width:768px) {
  .higeIndex .swiper5 .name {
    font-size: 20px;
    margin-top: -15px;
  }
  .higeIndex .swiper5 .swiper_inner_inner img {
    width: 230px;
    display: block;
    margin: 0 auto;
  }
  .higeIndex .swiper5 .swiper_inner_inner > img {
    width: 100%;
    margin: 20px 0 0;
  }
  .higeIndex .swiper5 .box {
    border: 1px solid #000;
    padding: 20px 25px;
    margin: 20px 0 0;
  }
  .higeIndex .swiper5 .box .planname {
    font-size: 10px;
    line-height: 1.8;
    border-bottom: none;
    padding: 0;
  }
  .higeIndex .swiper5 .box .planname span {
    text-align: left;
    width: 50px;
    background: none;
    padding: 0;
    margin: 0;
  }
}

/*start fav-section*/
.txt-center {
  text-align: center;
}
.main-width {
  width: 1280px;
  margin: 0 auto;
}
.container {
  width: 87%;
  max-width: 1080px;
  margin: 0 auto;
}
#fav-section {
  overflow: hidden;
}
.fav-section-inner {
  padding: 7.5% 10%;
  box-sizing: border-box;
}
.fav-box .lower-block {
  padding: 0 2.7%;
  border-radius: 0 0 15px 15px;
  background: #00aafa;
}
.fav-box .lower-block a {
  display: block;
  padding: 3% 0;
  line-height: 1.7;
  color: #000;
}
.fav-box .lower-block a span {
  position: relative;
  padding-right: 40px;
}
.fav-box .lower-block a span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  content: " ";
  background: url(../../img/top/plus-ico.png) no-repeat;
  background-size: contain;
}
.fav-box .lower-block a.active span:after{
  background: url(../../img/top/minus-ico.png) no-repeat;
  background-size: contain;
}
.lower-block-inner {
  display: none;
}
.fav-box .drop-down-content {
  padding: 0;
  margin-top: 2.5%;
  border-radius: 6px;
  background: #fff;
}

@media screen and (max-width:767px) {
  .font-24-sp {
    font-size: calc(11px + (25 - 11) * ((100vw - 320px) / (767 - 320)));
  }
  .main-width {
    width: 100%;
    padding: 0;
  }
  .container {
    width: 85%;
  }
  .fav-section-inner {
    padding: 11% 2%;
  }
  .fav-box .lower-block {
    padding: 0 3%;
    border-radius: 0 0 calc(4px + (8 - 4) * ((100vw - 320px) / (767 - 320))) calc(4px + (8 - 4) * ((100vw - 320px) / (767 - 320)));
  }
  .fav-box .lower-block a {
    padding: 6.5% 0;
  }
  .fav-box .lower-block a span {
    padding-right: 12%;
  }
  .fav-box .lower-block a span:after {
    top: 50%;
    width: calc(20px + (50 - 20) * ((100vw - 320px) / (767 - 320)));
    height: calc(20px + (50 - 20) * ((100vw - 320px) / (767 - 320)));
  }
}

@media screen and (min-width:768px) {
  .font-14 {
    font-size: 14px;
  }
  .fav-boxCam.fav-box .lower-block {
    padding: 0 2%;
  }
  .fav-boxCam.fav-box .drop-down-content {
    padding: 0;
  }
}