@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&;900family=Roboto+Slab:wght@400;700;900&display=swap");
/*========================================
*	common
========================================*/
::selection {
  color: #fff;
  background: #046b9f;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  color: #046b9f;
  background-color: #e6ebf2;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
}

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

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}

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

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

.header {
  position: relative;
  z-index: 100;
}
.header.js-open .header__nav {
  opacity: 1;
  pointer-events: auto;
}
.header.js-open .header__btn > span:nth-child(1) {
  opacity: 0;
}
.header.js-open .header__btn > span:nth-child(2) {
  transform: rotate(45deg);
}
.header.js-open .header__btn > span:nth-child(3) {
  transform: rotate(-45deg);
}
.header.js-open .header__btn > span:nth-child(4) {
  opacity: 0;
}
.header__btn {
  position: fixed;
  z-index: 100;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  width: 8vw;
  height: 5.8666666667vw;
  filter: drop-shadow(0 0 0.6666666667vw rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 767px) {
  .header__btn {
    display: none;
  }
}
.header__btn > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #fff;
  transition: 400ms;
  transform-origin: center;
}
.header__btn > span:nth-child(1) {
  top: 0;
  left: 0;
}
.header__btn > span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__btn > span:nth-child(3) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__btn > span:nth-child(4) {
  bottom: 0;
  left: 0;
}
.header__nav {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20vw 4vw;
  opacity: 0;
  transition: 400ms;
}
@media only screen and (min-width: 767px) {
  .header__nav {
    pointer-events: auto;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.1666666667vw;
    padding: 0 3.4722222222vw;
  }
}
.header__logo {
  display: block;
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .header__logo {
    width: 6.9444444444vw;
    margin: 0;
  }
}
.header__list {
  margin-top: 13.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .header__list {
    margin-top: 0;
    display: flex;
  }
}
.header__item {
  text-align: center;
}
.header__item:not(:first-child) {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .header__item:not(:first-child) {
    margin-top: 0;
    margin-left: 2.0833333333vw;
  }
}
.header__link {
  font-family: "Roboto Slab", "Noto Sans JP", serif;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .header__link {
    font-size: 1.3888888889vw;
  }
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16vw;
  height: 10.6666666667vw;
  background-color: #485a72;
}
@media only screen and (min-width: 767px) {
  .footer__inner {
    margin-top: 6.9444444444vw;
    height: 5.5555555556vw;
  }
}
.footer__copy {
  text-align: center;
  font-size: 2.6666666667vw;
  color: #92bcd1;
}
@media only screen and (min-width: 767px) {
  .footer__copy {
    font-size: 0.9722222222vw;
  }
}

.common__wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 4vw;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .common__wrapper {
    padding: 0 15.2777777778vw;
  }
}
.common__inner {
  padding: 16vw 0 0;
}
@media only screen and (min-width: 767px) {
  .common__inner {
    padding: 5.5555555556vw 0 0;
  }
}
@media only screen and (min-width: 767px) {
  .common__inner.detail {
    padding: 7.6388888889vw 0 0;
  }
}
.common__h2 {
  font-family: "Roboto Slab", "Noto Sans JP", serif;
  font-size: 9.3333333333vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 767px) {
  .common__h2 {
    font-size: 3.4722222222vw;
  }
}
.common__box {
  width: 100%;
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .common__box {
    margin-top: 3.4722222222vw;
  }
}

@keyframes move_scroll {
  0% {
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-30%);
  }
}
.mv__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url(../img/mv/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 767px) {
  .mv__inner {
    min-height: 48.6111111111vw;
    background-image: url(../img/mv/bg_pc.jpg);
  }
}
.mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102.6666666667vw;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 0.6666666667vw rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 767px) {
  .mv__logo {
    width: 53.4722222222vw;
    filter: drop-shadow(0 0 0.3472222222vw rgba(0, 0, 0, 0.5));
  }
}
.mv__scroll {
  position: absolute;
  left: 50%;
  bottom: 6.6666666667vw;
  width: 8vw;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 0.6666666667vw rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 767px) {
  .mv__scroll {
    bottom: 1.3888888889vw;
    width: 3.125vw;
    filter: drop-shadow(0 0 0.3472222222vw rgba(0, 0, 0, 0.5));
  }
}
.mv__scroll-main {
  position: relative;
  width: 100%;
}
.mv__scroll-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: move_scroll 4000ms ease-in-out 0ms infinite;
}

.about__thumb--bottom, .about__thumb--top {
  position: relative;
  z-index: 10;
  width: 49.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .about__thumb--bottom, .about__thumb--top {
    width: 25.6944444444vw;
  }
}

.about__text {
  position: relative;
  z-index: 2;
  font-size: 3.7333333333vw;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (min-width: 767px) {
  .about__text {
    width: 36.1111111111vw;
    font-size: 1.25vw;
  }
}
.about__box {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .about__box {
    margin-top: 1.3888888889vw;
  }
}
.about__box::before {
  position: absolute;
  left: -4vw;
  bottom: 4vw;
  z-index: 1;
  display: block;
  content: " ";
  width: calc(100% + 8vw);
  height: 48vw;
  background-color: #92bcd1;
  clip-path: polygon(0 16vw, 100% 0, 100% 100%, 0 calc(100% - 8vw));
}
@media only screen and (min-width: 767px) {
  .about__box::before {
    left: -15.2777777778vw;
    bottom: 2.7777777778vw;
    width: calc(100% + 30.5555555556vw);
    height: 27.0833333333vw;
    clip-path: polygon(0 11.8055555556vw, 100% 0, 100% 100%, 0 calc(100% - 4.8611111111vw));
  }
}
.about__box::after {
  position: absolute;
  z-index: 2;
  top: -20vw;
  right: -13.3333333333vw;
  display: block;
  content: "";
  width: 37.3333333333vw;
  height: 37.3333333333vw;
  background-color: #fff;
  border-radius: 1000px;
}
@media only screen and (min-width: 767px) {
  .about__box::after {
    top: -10.4166666667vw;
    right: 5.5555555556vw;
    width: 19.4444444444vw;
    height: 19.4444444444vw;
  }
}
@media only screen and (min-width: 767px) {
  .about__inner {
    width: 49.3055555556vw;
    margin: 0 0 0 auto;
  }
}
.about__thumb--top {
  position: relative;
  z-index: 12;
}
.about__thumb--bottom {
  margin: -20vw 0 0 auto;
}
@media only screen and (min-width: 767px) {
  .about__thumb--bottom {
    margin-top: -8.3333333333vw;
  }
}

.fee__list {
  position: relative;
}
.fee__list::before {
  position: absolute;
  left: -4vw;
  bottom: 4vw;
  z-index: 1;
  display: block;
  content: " ";
  width: calc(100% + 8vw);
  height: 48vw;
  background-color: #92bcd1;
  clip-path: polygon(0 16vw, 100% 0, 100% 100%, 0 calc(100% - 8vw));
  opacity: 0;
}
@media only screen and (min-width: 767px) {
  .fee__list::before {
    left: -15.2777777778vw;
    bottom: -3.4722222222vw;
    width: calc(100% + 30.5555555556vw);
    height: 27.0833333333vw;
    clip-path: polygon(0 11.8055555556vw, 100% 0, 100% 100%, 0 calc(100% - 1.3888888889vw));
    opacity: 0.2;
    transform: scale(-1, 1);
  }
}
.fee__head {
  font-size: 6.6666666667vw;
  font-weight: bold;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 767px) {
  .fee__head {
    font-size: 2.2222222222vw;
  }
}
.fee__head > span {
  position: relative;
}
.fee__head > span > span {
  position: relative;
  z-index: 3;
}
.fee__head > span::before {
  position: absolute;
  bottom: 0.6666666667vw;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2vw;
  background-color: #44c7f3;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .fee__head > span::before {
    bottom: 0.1388888889vw;
    height: 0.6944444444vw;
  }
}
.fee__head > span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 16vw;
  height: 4.4vw;
  background-image: url(../img/about/icon.png);
  background-size: cover;
  transform: translate(-20%, -60%);
}
@media only screen and (min-width: 767px) {
  .fee__head > span::after {
    width: 8.3333333333vw;
    height: 2.2916666667vw;
  }
}
.fee__sub {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 767px) {
  .fee__sub {
    margin-top: 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
}
.fee__item {
  position: relative;
  z-index: 2;
}
.fee__item:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .fee__item:not(:first-child) {
    margin-top: 3.4722222222vw;
  }
}
.fee__box {
  display: inline-block;
  margin-top: 4vw;
  padding-bottom: 0.6666666667vw;
  border-bottom: 0.5333333333vw solid #92bcd1;
}
@media only screen and (min-width: 767px) {
  .fee__box {
    margin-top: 1.0416666667vw;
    padding-bottom: 0vw;
    border-bottom: 0.2777777778vw solid #92bcd1;
  }
}
.fee__price {
  font-family: "Roboto Slab", "Noto Sans JP", serif;
  font-size: 6.4vw;
  font-weight: 700;
  margin-left: -0.6666666667vw;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media only screen and (min-width: 767px) {
  .fee__price {
    margin-left: -0.3472222222vw;
    font-size: 1.8055555556vw;
  }
}
.fee__price .small {
  font-size: 4vw;
}
@media only screen and (min-width: 767px) {
  .fee__price .small {
    font-size: 1.8055555556vw;
  }
}
.fee__attention {
  font-size: 2.6666666667vw;
  margin-top: 2.6666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .fee__attention {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
.fee__attention {
  padding-left: 1em;
  text-indent: -1em;
}

.instructor__thumb {
  width: 46vw;
}
@media only screen and (min-width: 767px) {
  .instructor__thumb {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .instructor__box {
    width: 23.9583333333vw;
  }
}
.instructor__box:not(:first-child) {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .instructor__box:not(:first-child) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 767px) {
  .instructor__wrapper {
    display: flex;
    justify-content: space-around;
  }
}
.instructor__inner {
  margin-left: 4vw;
}
@media only screen and (min-width: 767px) {
  .instructor__inner {
    margin-left: 0;
    margin-top: 2.0833333333vw;
  }
}
.instructor__name {
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 767px) {
  .instructor__name {
    font-size: 2.7777777778vw;
  }
}
.instructor__en {
  font-family: "Roboto Slab", "Noto Sans JP", serif;
  font-size: 3.2vw;
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .instructor__en {
    margin-top: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
.instructor__info {
  margin-top: 3.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .instructor__info {
    margin-top: 1.7361111111vw;
  }
}
.instructor__info-text {
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.instructor__info-text:not(:first-child) {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .instructor__info-text:not(:first-child) {
    margin-top: 0.6944444444vw;
  }
}
@media only screen and (min-width: 767px) {
  .instructor__info-text {
    font-size: 1.3888888889vw;
  }
}
.instructor__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 767px) {
  .instructor__box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.instructor__btn {
  display: block;
  width: 21.3333333333vw;
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .instructor__btn {
    width: 11.1111111111vw;
    margin-top: 2.7777777778vw;
  }
}

.place__map {
  position: relative;
  width: 100%;
  height: 66.6666666667vw;
  border: 0.5333333333vw solid #92bcd1;
  background-color: #92bcd1;
}
@media only screen and (min-width: 767px) {
  .place__map {
    width: 34.7222222222vw;
    height: 26.3888888889vw;
    border: 0.2777777778vw solid #92bcd1;
  }
}
.place__map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "NOW LOADING";
  font-family: "Roboto Slab", "Noto Sans JP", serif;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  transform: translate(-50%, -50%);
}
.place__map > iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767px) {
  .place__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.place__box {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .place__box {
    flex: 1;
    margin-top: 0;
    margin-left: 2.0833333333vw;
  }
}
.place__name {
  font-family: "Roboto Slab", "Noto Sans JP", serif;
  font-weight: bold;
  font-size: 6.1333333333vw;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 767px) {
  .place__name {
    font-size: 2.5vw;
  }
}
.place__name .small {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .place__name .small {
    font-size: 1.8055555556vw;
  }
}
.place__text {
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .place__text {
    margin-top: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
.place__attention {
  margin-top: 4vw;
  font-size: 3.2vw;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .place__attention {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}

.faq__item:not(:first-child) {
  padding-top: 6.6666666667vw;
  margin-top: 6.6666666667vw;
  border-top: 0.2666666667vw solid #046b9f;
}
@media only screen and (min-width: 767px) {
  .faq__item:not(:first-child) {
    padding-top: 3.4722222222vw;
    margin-top: 3.4722222222vw;
    border-top: 0.1388888889vw solid #046b9f;
  }
}
.faq__box {
  display: flex;
}
.faq__box::before {
  display: block;
  font-family: "Roboto Slab", "Noto Sans JP", serif;
  font-size: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .faq__box::before {
    font-size: 2.0833333333vw;
  }
}
.faq__box:first-child .faq__text {
  font-weight: bold;
}
.faq__box:first-child::before {
  font-weight: 900;
  content: "Q.";
}
.faq__box:last-child {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .faq__box:last-child {
    margin-top: 1.3888888889vw;
  }
}
.faq__box:last-child::before {
  content: "A.";
}
.faq__text {
  flex: 1;
  padding-top: 2.6666666667vw;
  margin-left: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .faq__text {
    padding-top: 0.2083333333vw;
    margin-left: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}

.contact__link {
  display: block;
  font-family: "Roboto Slab", "Noto Sans JP", serif;
  font-size: 4.2666666667vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #046b9f;
}
@media only screen and (min-width: 767px) {
  .contact__link {
    font-size: 2.0833333333vw;
  }
}
.contact__link:not(:first-child) {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .contact__link:not(:first-child) {
    margin-top: 1.3888888889vw;
  }
}

.detail__thumb {
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .detail__thumb {
    margin: 0;
    width: 27.7777777778vw;
  }
}
@media only screen and (min-width: 767px) {
  .detail__box {
    display: flex;
  }
}
.detail__inner {
  text-align: center;
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .detail__inner {
    flex: 1;
    margin-top: 0;
    margin-left: 3.4722222222vw;
    text-align: left;
  }
}
.detail__name {
  font-size: 8.5333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 767px) {
  .detail__name {
    font-size: 2.7777777778vw;
  }
}
.detail__en {
  font-family: "Roboto Slab", "Noto Sans JP", serif;
  font-size: 4.2666666667vw;
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .detail__en {
    margin-top: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
.detail__year {
  font-weight: bold;
  font-size: 5.3333333333vw;
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .detail__year {
    margin-top: 2.7777777778vw;
    font-size: 1.8055555556vw;
  }
}
.detail__dob {
  font-size: 3.4666666667vw;
  margin-top: 2vw;
}
@media only screen and (min-width: 767px) {
  .detail__dob {
    margin-top: 0.6944444444vw;
    font-size: 1.25vw;
  }
}
.detail__place {
  font-size: 3.4666666667vw;
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .detail__place {
    margin-top: 0.6944444444vw;
    font-size: 1.25vw;
  }
}
.detail__wrapper {
  text-align: center;
  margin-top: 8vw;
}
@media only screen and (min-width: 767px) {
  .detail__wrapper {
    text-align: left;
    margin-top: 2.0833333333vw;
  }
}
.detail__h2 {
  font-weight: bold;
  font-size: 5.3333333333vw;
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .detail__h2 {
    margin-top: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
.detail__result {
  font-size: 3.4666666667vw;
  margin-top: 2vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .detail__result {
    margin-top: 0.6944444444vw;
    font-size: 1.25vw;
  }
}
.detail__btn {
  display: block;
  width: 21.3333333333vw;
  margin: 16vw auto 0;
}
@media only screen and (min-width: 767px) {
  .detail__btn {
    width: 11.1111111111vw;
    margin-top: 5.5555555556vw;
  }
}
/*# sourceMappingURL=../maps/share.css.map */
