@charset "UTF-8";
@font-face {
  font-family: "FriendlyExpart";
  src: url(../../font/FriendlyExpart.woff) format("woff");
}
:root {
  --primary: #FADBAA;
  --white: #fff;
  --lightGoldGray: #FDFAF2;
  --midGoldGray: #FBF8F0;
  --goldGray: #F8F3E7;
  --lightRizeGold: #C6B183;
  --rizeGold: #B59751;
  --green: #65D171;
  --orange: #F7B837;
  --lightGray: #B2ADA9;
  --gray: #88837F;
  --darkGray: #6D6764;
  --subGray01: #A7A7A7;
  --subGray02: #BFBFBF;
  --navy: #7F8BE3;
  --lightBlue: #23B8BA;
  --grad-start-color01: #F7B837;
  --grad-end-color01: #B59751;
  --bg-gradient01: linear-gradient(var(--grad-start-color01), var(--grad-end-color01));
  --grad-start-color02: #BAA063;
  --grad-end-color02: #A88534;
  --bg-gradient02: linear-gradient(var(--grad-start-color02), var(--grad-end-color02));
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}
body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -wewbkit-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
}

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

main {
  position: relative;
  overflow: hidden;
}

.relative {
  position: relative;
}

.bold {
  font-weight: bold;
}

.fw_normal {
  font-weight: normal;
}

.font_red {
  color: #E8857D;
}

.font_blue {
  color: #16AAFA;
}

.font_brown {
  color: #C2AD80;
}

.font_purple {
  color: #D393CE;
}

.font_pink {
  color: #F4A0AA;
}

.font_orange {
  color: var(--orange);
}

.font_navy {
  color: var(--navy);
}

.font_bordeaux {
  color: #8D0333;
}

.font_fee {
  font-family: "FriendlyExpart";
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 1;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

.font-overpass {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.bg_blue {
  background: #16AAFA;
}

.bg_gray {
  background: #222;
}

.ls0 {
  letter-spacing: 0;
}

.rl {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.va1 {
  vertical-align: 1px;
}

.va3 {
  vertical-align: 3px !important;
}

.va5 {
  vertical-align: 5px;
}

.vam {
  vertical-align: middle;
}

.drop-shadow {
  -webkit-filter: drop-shadow(0 0 3.2vw rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 3.2vw rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 768px) {
  .drop-shadow {
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
  }
}

.ttl_aco {
  cursor: pointer;
}

.body_aco {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  background: url("../../img/swiper-button-next.png");
  background-size: cover;
  width: 10.9333333333vw;
  height: 10.6666666667vw;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 82px;
    height: 80px;
  }
}

.swiper-button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.swiper {
  position: relative;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#header .logo {
  width: 40.5333333333vw;
  padding: 2.1333333333vw 5.8666666667vw 1.8666666667vw 2.6666666667vw;
  background: #fff;
  border-radius: 0 50vw 50vw 0;
  position: absolute;
  top: 1.7333333333vw;
  left: 0;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  #header .logo {
    width: 231px;
    top: 30px;
    left: 30px;
    display: none;
  }
}
#header .menu_area {
  clip-path: circle(10.5% at 100% 0);
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100lvh;
  z-index: 10;
  border-radius: 0 0 0 50vw;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#header .menu_area .menu {
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 2vw;
  right: 2vw;
  z-index: 11;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #header .menu_area .menu {
    display: none;
  }
}
#header .menu_area .menu .icon span,
#header .menu_area .menu .icon:before,
#header .menu_area .menu .icon:after {
  content: "";
  width: 5.0666666667vw;
  height: 0.5333333333vw;
  display: block;
  background: #20396F;
  border-radius: 0.5333333333vw;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#header .menu_area .menu .icon:before {
  position: absolute;
  top: 1.7333333333vw;
}
#header .menu_area .menu .icon:after {
  position: absolute;
  bottom: 1.7333333333vw;
}
@media screen and (min-width: 768px) {
  #header .menu_area .menu {
    display: none;
  }
}
#header .menu_area.active {
  width: 100vw;
  height: 100lvh;
  clip-path: circle(200% at 150% 0);
}
#header .menu_area.active .icon span {
  opacity: 0;
}
#header .menu_area.active .icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4vw;
  background: #20396F;
}
#header .menu_area.active .icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 4vw;
  background: #20396F;
}
#header .subMenu {
  font-size: 16px;
  position: absolute;
  top: 0;
  overflow-y: auto;
  clip-path: circle(100vw at 50% 38%);
}
@media screen and (max-width: 767px) {
  #header .subMenu {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #header .subMenu {
    width: 100%;
    height: 94lvh;
    background: #fff;
    /*right: -100vw;*/
    padding: 15.0666666667vw 14.6666666667vw 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header .subMenu li {
    height: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5.3333333333vw;
    color: #000;
  }
  #header .subMenu.active {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #header .subMenu {
    line-height: 2;
    display: none;
    top: 131px;
    left: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #header .subMenu {
    left: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #header .subMenu {
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  #header .subMenu li a:before {
    content: "●";
  }
}
#header .subMenu img {
  width: 72.2666666667vw;
  margin: 4% auto 0;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  background: #00AAFA;
}
@media screen and (max-width: 767px) {
  #wrapper {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #wrapper {
    width: 640px;
    -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
  }
}
#wrapper.no-events {
  pointer-events: none;
}

#contents {
  overflow: hidden;
}

#mv {
  background: url(../../img/mv.jpg) top center no-repeat, #444;
  background-size: 100% auto;
  height: 184vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  #mv {
    height: 1178px;
  }
}

.h2 {
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .h2 {
    margin-bottom: 43px;
  }
}
.h2 .h2_sub {
  color: #16AAFA;
  font-size: 20px;
  margin-bottom: 6.9333333333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .h2 .h2_sub {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .h2 .h2_sub {
    margin-bottom: 44px;
  }
}
.h2 .h2_sub:after {
  content: "";
  background: #16AAFA;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .h2 .h2_sub:after {
    width: 34px;
    height: 4px;
    bottom: -20px;
  }
}
.h2 h2 {
  font-size: 41px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .h2 h2 {
    font-size: 6.4vw;
  }
}

.section__potenza .video__frame {
  width: 85.3333333333vw;
  height: 114.1333333333vw;
  margin: 0 auto;
  position: absolute;
  top: 101.4666666667vw;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .section__potenza .video__frame {
    width: 550px;
    top: 601px;
    height: 856px;
  }
}
.section__potenza .movie__frame {
  width: 85.3333333333vw;
  height: 48.4vw;
  margin: 0 auto;
  position: absolute;
  top: 234vw;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .section__potenza .movie__frame {
    width: 550px;
    top: 1484px;
    height: 363px;
  }
}
.section__potenza .swiperPotenza {
  margin: 0 auto;
  position: absolute;
  top: 288vw;
  left: 0;
  right: 0;
  margin-left: 12vw;
  margin-right: 12vw;
}
@media screen and (min-width: 768px) {
  .section__potenza .swiperPotenza {
    width: 550px;
    top: 1870px;
    margin-left: 45px;
    margin-right: 45px;
  }
}
.section__potenza .swiperPotenza .swiper-button-next {
  right: -3vw;
}
@media screen and (min-width: 768px) {
  .section__potenza .swiperPotenza .swiper-button-next {
    right: -20px;
  }
}

.section__effect {
  padding: 12.8vw 7.3333333333vw 15.7333333333vw;
}
.section__effect__headline {
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .section__effect {
    padding: 96px 45px 118px;
  }
}

.section__monitor {
  font-size: 20px;
  font-weight: normal;
  padding: 7.2vw 4.6666666667vw;
  background: #001B3F;
}
@media screen and (max-width: 767px) {
  .section__monitor {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .section__monitor {
    padding: 54px 35px;
  }
}
.section__monitor .contents__monitor {
  background: url("../../img/bg_monitor.png");
  background-size: cover;
  padding: 9.0666666667vw 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .section__monitor .contents__monitor {
    padding: 68px 35px;
  }
}
.section__monitor .contents__monitor__link {
  display: block;
  text-align: center;
  text-decoration: underline;
  margin: 2.6666666667vw auto 0;
}
@media screen and (min-width: 768px) {
  .section__monitor .contents__monitor__link {
    margin: 20px auto 0;
  }
}
.section__monitor .contents__monitor__period {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .section__monitor .contents__monitor__period {
    margin-top: 20px;
  }
}
.section__monitor .contents__monitor .img_counseling {
  -webkit-animation: scaleChange 2s infinite;
          animation: scaleChange 2s infinite;
  margin: 5.3333333333vw auto;
}
@media screen and (min-width: 768px) {
  .section__monitor .contents__monitor .img_counseling {
    margin: 40px auto;
  }
}
.section__monitor .caution {
  font-size: 20px;
  font-weight: normal;
  margin-top: 5.3333333333vw;
}
@media screen and (max-width: 767px) {
  .section__monitor .caution {
    font-size: 2.6666666667vw;
  }
}
.section__monitor .caution .bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section__monitor .caution {
    margin-top: 40px;
  }
}
.section__monitor .caution + .caution {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .section__monitor .caution + .caution {
    margin-top: 60px;
  }
}

#flow {
  padding: 12.1333333333vw 4.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #flow {
    padding: 102px 35px;
  }
}

.swiperEffect,
.swiperPotenza,
.swiperStep,
.swiperFlow {
  position: relative;
}
.swiperEffect .swiper-slide .box,
.swiperPotenza .swiper-slide .box,
.swiperStep .swiper-slide .box,
.swiperFlow .swiper-slide .box {
  padding: 5.3333333333vw 4.2666666667vw 0;
}
@media screen and (min-width: 768px) {
  .swiperEffect .swiper-slide .box,
  .swiperPotenza .swiper-slide .box,
  .swiperStep .swiper-slide .box,
  .swiperFlow .swiper-slide .box {
    padding: 34px 27px 0;
  }
}
.swiperEffect .swiper-slide .box .flex,
.swiperPotenza .swiper-slide .box .flex,
.swiperStep .swiper-slide .box .flex,
.swiperFlow .swiper-slide .box .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiperEffect .swiper-slide .box .flex .num,
.swiperPotenza .swiper-slide .box .flex .num,
.swiperStep .swiper-slide .box .flex .num,
.swiperFlow .swiper-slide .box .flex .num {
  font-size: 55px;
  line-height: 1;
  padding-right: 3.2vw;
  border-right: 2px solid #fff;
  margin-right: 3.2vw;
}
@media screen and (max-width: 767px) {
  .swiperEffect .swiper-slide .box .flex .num,
  .swiperPotenza .swiper-slide .box .flex .num,
  .swiperStep .swiper-slide .box .flex .num,
  .swiperFlow .swiper-slide .box .flex .num {
    font-size: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .swiperEffect .swiper-slide .box .flex .num,
  .swiperPotenza .swiper-slide .box .flex .num,
  .swiperStep .swiper-slide .box .flex .num,
  .swiperFlow .swiper-slide .box .flex .num {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.swiperEffect .swiper-slide .box .flex .title,
.swiperPotenza .swiper-slide .box .flex .title,
.swiperStep .swiper-slide .box .flex .title,
.swiperFlow .swiper-slide .box .flex .title {
  font-size: 31px;
}
@media screen and (max-width: 767px) {
  .swiperEffect .swiper-slide .box .flex .title,
  .swiperPotenza .swiper-slide .box .flex .title,
  .swiperStep .swiper-slide .box .flex .title,
  .swiperFlow .swiper-slide .box .flex .title {
    font-size: 4.8vw;
  }
}
.swiperEffect .swiper-slide .box .text,
.swiperPotenza .swiper-slide .box .text,
.swiperStep .swiper-slide .box .text,
.swiperFlow .swiper-slide .box .text {
  font-weight: normal;
  line-height: 2;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .swiperEffect .swiper-slide .box .text,
  .swiperPotenza .swiper-slide .box .text,
  .swiperStep .swiper-slide .box .text,
  .swiperFlow .swiper-slide .box .text {
    margin-top: 34px;
  }
}
.swiperEffect .swiper-button-prev,
.swiperEffect .swiper-button-next,
.swiperPotenza .swiper-button-prev,
.swiperPotenza .swiper-button-next,
.swiperStep .swiper-button-prev,
.swiperStep .swiper-button-next,
.swiperFlow .swiper-button-prev,
.swiperFlow .swiper-button-next {
  top: 50%;
}
@media screen and (min-width: 768px) {
  .swiperEffect .swiper-button-prev,
  .swiperEffect .swiper-button-next,
  .swiperPotenza .swiper-button-prev,
  .swiperPotenza .swiper-button-next,
  .swiperStep .swiper-button-prev,
  .swiperStep .swiper-button-next,
  .swiperFlow .swiper-button-prev,
  .swiperFlow .swiper-button-next {
    width: 62px;
    height: 61px;
  }
}
.swiperEffect .swiper-button-prev,
.swiperPotenza .swiper-button-prev,
.swiperStep .swiper-button-prev,
.swiperFlow .swiper-button-prev {
  left: -6vw;
}
@media screen and (min-width: 768px) {
  .swiperEffect .swiper-button-prev,
  .swiperPotenza .swiper-button-prev,
  .swiperStep .swiper-button-prev,
  .swiperFlow .swiper-button-prev {
    left: -30px;
  }
}
.swiperEffect .swiper-button-next,
.swiperPotenza .swiper-button-next,
.swiperStep .swiper-button-next,
.swiperFlow .swiper-button-next {
  right: -6vw;
}
@media screen and (min-width: 768px) {
  .swiperEffect .swiper-button-next,
  .swiperPotenza .swiper-button-next,
  .swiperStep .swiper-button-next,
  .swiperFlow .swiper-button-next {
    right: -20px;
  }
}
.swiperEffect .swiper-button-prev.swiper-button-disabled, .swiperEffect .swiper-button-next.swiper-button-disabled,
.swiperPotenza .swiper-button-prev.swiper-button-disabled,
.swiperPotenza .swiper-button-next.swiper-button-disabled,
.swiperStep .swiper-button-prev.swiper-button-disabled,
.swiperStep .swiper-button-next.swiper-button-disabled,
.swiperFlow .swiper-button-prev.swiper-button-disabled,
.swiperFlow .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiperFlow {
  margin-bottom: 0;
}

#clinic {
  color: #001B3F;
  background: #ECF2F8;
  padding: 16vw 0 32vw;
}
@media screen and (min-width: 768px) {
  #clinic {
    padding: 102px 0;
  }
}
#clinic h2 span {
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 767px) {
  #clinic h2 span {
    font-size: 3.7333333333vw;
  }
}
#clinic h2 span:before, #clinic h2 span:after {
  display: inline-block;
  content: "|";
  -webkit-transform: translateX(-12px) rotate(-30deg);
          transform: translateX(-12px) rotate(-30deg);
}
#clinic h2 span:after {
  -webkit-transform: translateX(12px) rotate(30deg);
          transform: translateX(12px) rotate(30deg);
}
#clinic .h4 {
  font-size: 27px;
  font-weight: 600;
  margin-top: 5.3333333333vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (max-width: 767px) {
  #clinic .h4 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #clinic .h4 {
    margin-top: 34px;
    margin-bottom: 9px;
  }
}
#clinic .inner {
  width: 91.4666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #clinic .inner {
    width: 585px;
  }
}
#clinic ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#clinic ul li .inBox {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background: #fff;
  border-radius: 50vw;
  padding: 4.6666666667vw 9.3333333333vw 4.6666666667vw 6vw;
  margin-top: 4vw;
  margin-right: 4vw;
  cursor: pointer;
  position: relative;
  border: 0.2666666667vw solid #001B3F;
}
@media screen and (max-width: 767px) {
  #clinic ul li .inBox {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #clinic ul li .inBox {
    padding: 30px 70px 30px 45px;
    margin-top: 26px;
    margin-right: 26px;
    border: 2px solid #001B3F;
  }
}
#clinic ul li .inBox .small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #clinic ul li .inBox .small {
    font-size: 2.4vw;
  }
}
#clinic ul li .inBox:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../../img/arrow_right.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
}
@media screen and (max-width: 767px) {
  #clinic ul li .inBox:before {
    content: "";
    width: calc(7px + 11 * (100vw - 320px) / 447);
    height: calc(9px + 17 * (100vw - 320px) / 447);
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.overlayBox {
  width: 92vw;
  background: #444;
  border-radius: 5.3333333333vw;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1001;
  display: none;
}
@media screen and (min-width: 768px) {
  .overlayBox {
    width: 589px;
    border-radius: 34px;
  }
}
.overlayBox .overlayInner {
  overflow-y: auto;
}
.overlayBox .imgBox {
  height: 46vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .overlayBox .imgBox {
    height: 260px;
  }
}
.overlayBox .imgBox img {
  width: 100%;
}
.overlayBox .con {
  padding: 5.3333333333vw 8vw 8vw;
}
@media screen and (min-width: 768px) {
  .overlayBox .con {
    padding: 24px 48px 48px;
  }
}
.overlayBox .con .inName {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .overlayBox .con .inName {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .overlayBox .con .inName {
    margin-bottom: 16px;
  }
}
.overlayBox .con .address,
.overlayBox .con .map,
.overlayBox .con .access {
  font-weight: normal;
}
.overlayBox .con .map a {
  text-decoration: underline;
}
.overlayBox .con .button {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .overlayBox .con .button {
    margin-top: 24px;
  }
}
.overlayBox .con .button a {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #16AAFA;
  border-radius: 50vw;
  border: none;
}
@media screen and (max-width: 767px) {
  .overlayBox .con .button a {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .overlayBox .con .button a {
    height: 96px;
  }
}
.overlayBox .close {
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .overlayBox .close {
    width: 64px;
    height: 64px;
    top: 20px;
    right: 20px;
  }
}
.overlayBox .close:before, .overlayBox .close:after {
  content: "";
  background: #fff;
  display: block;
  width: 6.9333333333vw;
  height: 0.5333333333vw;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .overlayBox .close:before, .overlayBox .close:after {
    width: 52px;
    height: 4px;
  }
}
.overlayBox .close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.overlayBox .close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer {
  color: #001B3F;
  background: #fff;
  padding: #ECF2F8;
  padding: 4.6133333333vw 0vw 5.8266666667vw 0vw;
  position: relative;
}
.footer .footer-menu {
  margin: 0 6.4vw;
  padding-bottom: calc(45px + 45 * (100vw - 320px) / 447);
}
@media screen and (min-width: 768px) {
  .footer .footer-menu {
    margin: 0 40px;
    padding-bottom: 45px;
  }
}
.footer .footer-menu li {
  width: 100%;
  float: none;
  position: relative;
  margin-bottom: 7px;
}
.footer .footer-menu li a {
  color: #fff;
  display: block;
  padding: calc(17px + 15 * (100vw - 320px) / 447) 0;
  border-bottom: calc(0.5px + 1.5 * (100vw - 320px) / 447) solid #646464;
}
.footer .footer-menu li a:hover {
  opacity: 0.7;
}
.footer .footer-menu li:after {
  content: "";
  position: absolute;
  background: url(/img/common/link_arrow.png) #00aafa no-repeat center;
  background-size: 6px;
  border-radius: 50%;
  top: 25%;
  right: 0;
  background-position: center;
  width: calc(20px + 25 * (100vw - 320px) / 447);
  height: calc(20px + 25 * (100vw - 320px) / 447);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .footer .footer-menu li a {
    padding: 30px 0px;
    border-bottom: 1px solid #646464;
  }
  .footer .footer-menu li:after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 34.6px 0 43.7px;
  }
}
.footer__logo {
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__logo__icon {
  display: inline-block;
}
.footer__logo__icon img {
  width: 19.0666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__logo__icon img {
    width: 143px;
  }
}
.footer__logo__text {
  font-weight: normal;
  font-size: 18px;
  margin: 3.7333333333vw 0vw 13.3333333333vw 0vw;
}
@media screen and (max-width: 767px) {
  .footer__logo__text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__logo__text {
    margin: 28px 0 100px;
  }
}
.footer__logo__text .emp {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .footer__logo__text .emp {
    font-size: 3.2vw;
  }
}
.footer .flex {
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.4666666667vw;
}
@media screen and (max-width: 767px) {
  .footer .flex {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .flex {
    margin-bottom: 26px;
  }
}
.footer copyright {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer copyright {
    font-size: 2.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .background {
    width: 100vw;
    height: 100vh;
    background: url(../../img/bg_pc.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@-webkit-keyframes scaleChange {
  0% {
    scale: 1.05;
  }
  50% {
    scale: 0.95;
  }
  100% {
    scale: 1.05;
  }
}
@keyframes scaleChange {
  0% {
    scale: 1.05;
  }
  50% {
    scale: 0.95;
  }
  100% {
    scale: 1.05;
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

[data-animate=fadeIn],
[data-animate=zoomIn],
[data-animate=bounceIn],
[data-animate=fadeInLeft],
[data-animate=fadeInRight],
[data-animate=fadeInUp],
[data-animate=fadeInUp2] {
  opacity: 0;
}

[data-animate=zoomIn],
[data-animate=fadeInUp] {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
#ftr_tel.f_lightbox-panel {
  color: #000;
  top: 50%;
  -webkit-transform: tanslateY(-50%);
          transform: tanslateY(-50%);
  height: 92.7%;
}

#ftr_tel.f_lightbox-panel ul {
  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;
}

.off-img {
  position: relative;
  overflow: hidden;
}
.off-img:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.77);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.off-img p {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .off-img p {
    font-size: 5.3333333333vw;
  }
}
.off-img p span {
  font-size: 16px;
  display: block;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .off-img p span {
    font-size: 2.1333333333vw;
  }
}

body.no-scroll {
  overflow: hidden;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

.overlayBox {
  color: #fff;
  width: 91.4666666667vw;
  max-height: 90vh;
  background: #20396F;
  border-radius: 2.1333333333vw;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10.6666666667vw 3.7333333333vw 5.3333333333vw;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1001;
  display: none;
}
@media screen and (min-width: 768px) {
  .overlayBox {
    width: 686px;
    padding: 80px 28px 40px;
    border-radius: 16px;
  }
}
.overlayBox .midashi {
  font-size: 28px;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media screen and (max-width: 767px) {
  .overlayBox .midashi {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .overlayBox .midashi {
    margin-bottom: 40px;
  }
}
.overlayBox .scroll .h4 {
  font-size: 32px;
  width: 84vw;
  padding-left: 4vw;
  margin: 5.3333333333vw auto 1.3333333333vw;
  border-left: 4px solid var(--blue);
}
@media screen and (max-width: 767px) {
  .overlayBox .scroll .h4 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .overlayBox .scroll .h4 {
    width: 630px;
    padding-left: 30px;
    margin: 40px auto 10px;
  }
}
.overlayBox .scroll ul {
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .overlayBox .scroll ul {
    width: 630px;
  }
}
.overlayBox .scroll ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overlayBox .scroll ul li .inBox {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  display: block;
  background: #fff;
  border-radius: 2.1333333333vw;
  padding: 2.1333333333vw 5.3333333333vw;
  margin-top: 4vw;
  margin-right: 4vw;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .overlayBox .scroll ul li .inBox {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .overlayBox .scroll ul li .inBox {
    border-radius: 16px;
    padding: 16px 40px;
    margin-top: 30px;
    margin-right: 30px;
  }
}
.overlayBox .close {
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .overlayBox .close {
    width: 64px;
    height: 64px;
    top: 20px;
    right: 20px;
  }
}
.overlayBox .close:before,
.overlayBox .close:after {
  content: "";
  background: #fff;
  display: block;
  width: 6.9333333333vw;
  height: 0.5333333333vw;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .overlayBox .close:before,
  .overlayBox .close:after {
    width: 52px;
    height: 4px;
  }
}
.overlayBox .close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.overlayBox .close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cta {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta.hide {
  opacity: 0;
  pointer-events: none;
}

.img_cta {
  width: 74.4vw;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 4vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .img_cta {
    display: none;
  }
}

.img_tel {
  width: 7.4666666667vw;
  position: fixed;
  right: 0;
  bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .img_tel {
    display: none;
  }
}