@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: NeueHaasUnicaPro-Medium, FP-KoburinaGoStdN-W6, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: 0.03em;
  text-align: justify;
}

body {
  font-size: 1.6rem;
  /* 16px*/
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 36px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
  /* 24px~36pxで可変*/
  line-height: 1.3;
}

h3 {
  font-weight: bold;
}

h2 {
  font-size: 24px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.2rem + ((1vw - 0.64rem) * 0.7143));
  /* 20px~24pxで可変*/
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media (min-width: 1200px) {
  /* 1200px以上*/
  h1 {
    font-size: 4rem;
    /* 36px*/
  }

  h2 b {
    font-size: 2.4rem;
    /* 24px*/
  }
}
@media screen and (max-width: 640px) {
  /* 640px以下*/
  body {
    line-height: 2;
  }

  h1 {
    font-size: 2.4rem;
    /* 24px*/
  }

  h2 {
    font-size: 2rem;
    /* 20px*/
  }
}
video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 414px) {
  video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

.title-en {
  line-height: 78px;
  font-family: "forevs", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10rem;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .title-en {
    font-size: 9rem;
    line-height: 73px;
  }
}
@media screen and (max-width: 414px) {
  .title-en {
    font-size: 8rem;
    line-height: 68px;
  }
}

.title-jp {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .title-jp {
    font-size: 21px;
  }
}

.font-mincho {
  font-family: Zen Old Mincho, serif;
}

.font-gothic {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.border-right {
  border-right: solid 1px #a4a4a4;
}

.border-top {
  border-top: solid 1px #a4a4a4;
}

.border-bottom {
  border-bottom: solid 1px #a4a4a4;
}

.margin-bottom {
  margin-bottom: 80px;
}

.title-margin {
  width: 85%;
  margin: 0 auto;
}

.title-num {
  font-family: "forevs", sans-serif;
}

.item-points {
  font-family: "forevs", sans-serif;
}

.z-top {
  z-index: 99;
  position: relative;
}

.z-mid {
  z-index: 50;
  position: relative;
}

.z-bottom {
  z-index: 0;
  position: relative;
}

.s-title {
  margin-bottom: 40px;
  font-weight: lighter;
  font-family: gill-sans-nova, sans-serif;
}

.bg {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  padding-top: 40px;
  z-index: -1;
  min-width: 1103px;
}
@media screen and (max-width: 768px) {
  .bg {
    top: -15%;
    min-width: 100%;
  }
}

.bg-c {
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
}

.main-box {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-box {
    width: 90%;
  }
}

.s-margin {
  margin-top: 80px;
}

.f-18 {
  font-size: max(1.25vw, 16px);
  font-family: NeueHaasUnicaPro-Medium, FP-KoburinaGoStdN-W6, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 414px) {
  .f-18 {
    font-size: max(1.25vw, 16px);
  }
}

.f-bottom {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.f-top {
  transform: translateY(0%);
  opacity: 1;
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.hidden {
  overflow: hidden;
}

.title-en.-active {
  transition-delay: 0s;
}

.menu-title {
  font-weight: 400;
  font-style: normal;
}

.slide {
  clip-path: inset(100% 0% 0% 0%);
  transition: clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}

.slide.-active {
  clip-path: inset(0% 0% 0% 0%);
  transition: clip-path 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}

.menu-subtitle {
  font-family: HelveticaNowDisplay, Noto Sans JP, Yu Gothic, Arial, sans-serif;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: 0.03em;
  text-align: justify;
  font-weight: 100;
}

.d-f {
  display: flex;
  justify-content: space-between;
}

.j-c-n {
  justify-content: normal;
}

.f-d-c {
  flex-direction: column;
}

.a-i-c {
  align-items: center;
}

.fade-in {
  opacity: 0;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
}

.fade-inup {
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.min-pc {
  min-width: 817px;
}

.write-tate {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .write-tate {
    writing-mode: initial;
  }
}

.bg-blur {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  bottom: 0;
  height: calc(100% - var(--window-h));
  left: 0;
  position: absolute;
  width: 100%;
  height: 100vw;
  top: 29%;
}

.slide-gap {
  margin-right: 50px;
}

.slide-top {
  margin-top: 30px;
}

.bg-white {
  background: #fff;
}

.title-bottom {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .dn {
    display: none;
  }
}

.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reverse {
    flex-direction: column-reverse !important;
  }
}

.text-a {
  display: flex;
  overflow: hidden;
}

.text-a span {
  display: block;
  transform: translate(0, 111%);
  transition: transform cubic-bezier(0.88, -0.23, 0, 0.9) 0.5s;
  opacity: 0;
}

.text-a.-visible span {
  transform: translate(0, 0);
  opacity: 1;
}

.text-a span:nth-child(2) {
  transition-delay: 0.06s;
}

.text-a span:nth-child(3) {
  transition-delay: 0.12s;
}

.text-a span:nth-child(4) {
  transition-delay: 0.18s;
}

.text-a span:nth-child(5) {
  transition-delay: 0.24s;
}

.text-a span:nth-child(6) {
  transition-delay: 0.3s;
}

.text-a span:nth-child(7) {
  transition-delay: 0.36s;
}

.text-a span:nth-child(8) {
  transition-delay: 0.42s;
}

.text-a span:nth-child(9) {
  transition-delay: 0.48s;
}

.text-a span:nth-child(10) {
  transition-delay: 0.54s;
}

.text-a span:nth-child(11) {
  transition-delay: 0.6s;
}

.text-a span:nth-child(12) {
  transition-delay: 0.66s;
}

.text-a span:nth-child(13) {
  transition-delay: 0.72s;
}

.text-a span:nth-child(14) {
  transition-delay: 0.78s;
}

* {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.head {
  min-width: 807px;
}
@media screen and (max-width: 768px) {
  .head {
    min-width: initial;
  }
}
.head-Container {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .head-Container {
    background: initial;
  }
}
.head-box-logo {
  width: 18%;
  min-width: 170px;
}
.head-box-logo-link {
  width: 16%;
}
.head-box-contents {
  width: 60%;
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  .head-box-contents {
    width: 100%;
  }
}
.head-box-contents ul {
  display: flex;
  justify-content: space-around;
  color: white;
  font-size: 2rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .head-box-contents ul {
    display: none;
  }
}
.head-box-contents ul li {
  font-weight: bold;
  text-align: center;
}
.head-box-contents ul a {
  color: black;
}

em {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
}

.sns {
  display: none;
  width: 10%;
  margin: 0 60px 0 auto;
}
@media screen and (max-width: 768px) {
  .sns {
    display: block;
  }
}
.sns-box {
  width: 35px;
  margin: 10px 50px 0 auto;
}

.sut {
  position: relative;
}
.sut::after {
  content: "完全予約制";
  position: absolute;
  font-size: 9px;
  width: 123%;
  top: 0px;
  left: -7px;
  right: 0;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .sut::after {
    font-size: 9px;
  }
}

.sat {
  position: relative;
}
.sat::after {
  content: "17:00まで";
  position: absolute;
  font-size: 8px;
  width: 123%;
  top: 13px;
  left: -5px;
  right: 0;
}

.ham {
  display: none;
}
@media screen and (max-width: 768px) {
  .ham {
    position: fixed;
    width: 33px;
    height: 26px;
    right: 20px;
    top: 33px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    z-index: 99;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 999;
  }
  .ham:before {
    border-radius: 10px;
    position: fixed;
    width: 59px;
    height: 45px;
    right: 20px;
    top: 44px;
    background-color: black;
    z-index: -1;
  }
  .ham span {
    height: 3px;
    display: block;
    background-color: #ffffff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ham span {
    background-color: black;
  }
}
@media screen and (max-width: 768px) {
  .ham .top {
    width: 25px;
  }
}

.ham.active .top {
  -webkit-transform: translateY(5px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(5px) translateX(0) rotate(-45deg);
  width: 100%;
  transform: translateY(5px) translateX(0) rotate(-45deg);
  background-color: #fff;
}

.ham.active .bottom {
  -webkit-transform: translateY(-5px) translateX(0) rotate(45deg);
  -ms-transform: translateY(-5px) translateX(0) rotate(45deg);
  transform: translateY(-5px) translateX(0) rotate(45deg);
  background-color: #fff;
}

.sp_nav-img {
  width: 32%;
  margin-left: 19px;
  margin-top: -67px;
  margin-bottom: 44px;
}

.sp_nav {
  display: none;
  opacity: 0;
  z-index: -1;
}
.sp_nav ul {
  display: none;
}
.sp_nav li {
  font-weight: 500;
}
.sp_nav a {
  color: white !important;
}
@media screen and (max-width: 768px) {
  .sp_nav {
    padding-top: 80px;
    position: fixed;
    top: 17px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    margin: 0 auto;
    width: 98%;
    height: 55%;
    border-radius: 10px;
    background: black;
    -webkit-transition: all 0.3s;
    display: initial;
    visibility: hidden;
  }
  .sp_nav ul {
    text-align: right;
    width: 95%;
  }
  .sp_nav ul li {
    letter-spacing: 2px;
  }
  .sp_nav nav {
    display: none;
  }
  .sp_nav-contact {
    text-align: center;
    margin-top: 30px;
  }
  .sp_nav-contact .tel-num {
    display: flex;
    color: black;
    font-family: "Zen Maru Gothic", sans-serif;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .sp_nav-contact .tel-num i {
    font-size: 4rem !important;
  }
  .sp_nav-contact .tel-num span {
    margin-left: 10px;
  }
  .sp_nav-contact .adress {
    text-align: center;
    font-size: 1.5rem;
  }
  .sp_nav-contact .open-time {
    text-align: center;
    font-size: 1.3rem;
  }
}

.sp_nav.on {
  z-index: 400;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.sp_nav.on ul {
  display: block;
}

.main-nav {
  width: 100%;
}

.bar {
  position: relative;
  cursor: pointer;
}

.op {
  -webkit-transition: all 0.3s;
}
.op:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
}

.drop {
  position: absolute;
  left: 10px;
  top: 60px;
  opacity: 0;
  display: initial;
  z-index: -1;
  -webkit-transition: all 0.3s;
  cursor: pointer;
  box-shadow: 2px 2px 4px 0px #0c0c0c80;
  border-radius: 10px;
}
.drop .list {
  width: 200px;
  background: white;
  font-size: 1.6rem;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .drop .list {
    width: 100%;
    background-color: initial;
  }
}
.drop .list-item {
  font-size: 1.5rem;
}
.drop .list a {
  padding: 13px 15px;
  -webkit-transition: all 0.3s;
}
.drop .list a:first-child {
  border-radius: 10px 10px 0 0;
}
.drop .list a:last-child {
  border-radius: 0px 0px 10px 10px;
}
.drop .list a:hover {
  color: white;
  background-color: black;
  -webkit-transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .sp-link {
    width: 86%;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ac-btn {
    width: 86%;
    margin: 0 auto;
    color: white;
    font-weight: bold;
  }
}
.ac-btn::before {
  content: "+";
  position: absolute;
  right: 20px;
}

.ac-btn.active {
  -webkit-transition: all 0.3s;
}
.ac-btn.active::before {
  content: "-";
}

.ac-item {
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ac-item {
    display: none;
    position: initial;
    opacity: 1;
  }
}

.b1 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.b2 {
  border-bottom: 1px solid #000;
}

.drop.active {
  z-index: 400;
  opacity: 1;
  visibility: visible;
}

.main-top {
  color: white;
  margin-bottom: 300px;
}
@media screen and (max-width: 414px) {
  .main-top {
    margin-bottom: 180px;
  }
}
.main-top-box {
  position: relative;
}
@media screen and (max-width: 414px) {
  .main-top-box {
    width: 100% !important;
  }
}
.main-top-box-movie {
  height: 90vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .main-top-box-movie {
    width: 100%;
    right: 0px;
  }
}
.main-top-box-movie .movie-box {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  min-width: 840px;
  z-index: -1;
}
.main-top-box-movie .movie-box-mask {
  background: #fff;
  position: absolute;
  inset: 0;
  opacity: 0;
  mask-position: center 100%;
  transition: 0.3s;
}
.main-top-box-copy {
  position: absolute;
  top: 31%;
  left: -7%;
  transform: rotate(-3deg);
}
@media screen and (max-width: 768px) {
  .main-top-box-copy {
    left: -5%;
  }
}
@media screen and (max-width: 414px) {
  .main-top-box-copy {
    left: -2%;
    top: 36%;
  }
}
.main-top-box-copy h1 {
  transform: scaleX(0.9);
  letter-spacing: -6px;
  font-weight: 100;
  line-height: 53px;
  font-size: 65px;
}
@media screen and (max-width: 768px) {
  .main-top-box-copy h1 {
    font-size: 51px;
    line-height: 51px;
  }
}
.main-top-box-text {
  margin-top: 150px;
}
@media screen and (max-width: 414px) {
  .main-top-box-text {
    width: 90%;
    margin: 50px auto 50px auto;
  }
}
.main-top-box-text p {
  line-height: 41px;
  letter-spacing: 0.5px;
  width: 42%;
}
@media screen and (max-width: 414px) {
  .main-top-box-text p {
    line-height: 35px;
  }
}
.main-top-box-text h3 {
  margin-top: 100px;
  font-size: 4rem;
}
.main-top-box-text .margin {
  margin: 65px 0px;
}
.main-top-box-logo {
  width: 15%;
  margin-top: 80px;
}
.main-top-box h4 {
  font-family: serif;
  margin-top: 26px;
  font-size: 15px;
  letter-spacing: 2px;
}
.main-Service {
  margin-top: 200px;
  color: white;
  position: relative;
  background: black;
}
@media screen and (max-width: 414px) {
  .main-Service {
    margin-bottom: -35px;
  }
}
.main-Service:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60vh;
  top: 250px;
  background-color: black;
  z-index: -1;
}
.main-Service-Container {
  align-items: center;
}
.main-Service-title-jp {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .main-Service-contents-box {
    flex-direction: column;
  }
}
.main-Service-contents nav {
  width: 40%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .main-Service-contents nav {
    margin: 70px auto;
    width: 100%;
  }
}
.main-Service-contents ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
}
.main-Service-contents ul li {
  grid-gap: 16px;
  align-items: center;
  border-bottom: solid 1px;
  padding: 7px 0;
}
.main-Service-contents ul p {
  font-size: 25px;
  font-weight: 700;
}
.main-Service-contents ul span {
  width: 25px;
}
.main-Service-contents ul a {
  color: white;
}
.main-Service-img {
  display: flex;
  align-items: flex-start;
}
.main-Service-img .img-1 {
  width: 20%;
}
.main-Service-img .img-2 {
  width: 40%;
}
.main .cg-left {
  height: 20%;
  width: 50%;
  margin-right: 50px;
  max-width: 517px;
  min-width: 450px;
}
@media screen and (max-width: 768px) {
  .main .cg-left {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 414px) {
  .main .cg-left {
    width: auto;
    margin: 20px auto;
    padding: 20px 0px;
  }
}
.main .cg-right {
  width: 74%;
  max-width: 765px;
  min-width: 666px;
}
@media screen and (max-width: 768px) {
  .main .cg-right {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 414px) {
  .main .cg-right {
    width: auto;
    margin: 20px auto;
    padding: 20px 0px;
  }
}
.main-cg {
  position: relative;
  color: white;
}
.main-cg:before {
  content: "";
  position: absolute;
  top: -420px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  background-size: 100px 100px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  background-position: 0 -1px;
  background-image: linear-gradient(to right, #f0f0f0 2px, transparent 1px), linear-gradient(to bottom, #f0f0f0 1px, transparent 1px);
}
@media screen and (max-width: 768px) {
  .main-cg {
    margin-top: 0;
  }
}
.main-cg-container {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .main-cg-container {
    min-width: auto;
  }
}
.main-cg-title {
  display: flex;
  grid-gap: 22px;
  align-items: center;
}
.main-cg .cg-title-en p {
  font-weight: lighter;
  font-family: "forevs", sans-serif;
  font-size: 41px;
  letter-spacing: 0px;
}
.main-cg .cg-title-jp {
  font-size: 15px;
  margin-top: 10px;
}
.main-cg-box {
  padding-bottom: 30px;
  margin-top: 20px;
  background: white;
  color: black;
  border-radius: 20px;
  box-shadow: 2px 2px 10px #b9b9b9;
}
@media screen and (max-width: 414px) {
  .main-cg-box {
    min-width: auto;
    box-shadow: none;
    margin-top: 0;
  }
}
.main-cg-box .cg-title {
  margin-bottom: 20px;
  font-size: 22px;
  width: 90%;
  margin: 15px auto;
}
@media screen and (max-width: 414px) {
  .main-cg-box .cg-title {
    margin: 0 auto 10px auto;
  }
}
.main-cg-box .cg-list {
  display: flex;
  grid-gap: 15px;
  font-size: 17px;
  flex-wrap: wrap;
  flex-direction: row;
  letter-spacing: 1px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .main-cg-box .cg-list {
    grid-gap: 10px 7px;
    font-size: 14px;
  }
}
.main-cg-box .cg {
  border: solid 1px;
  padding: 0.4em 1.5em;
  text-align: center;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .main-cg-box .cg {
    padding: 0.1em 0.8em;
  }
}
.main-slide {
  position: relative;
  padding-bottom: 100px;
  background: white;
}
.main-slide:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  background-size: 100px 100px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  background-position: 0 -1px;
  background-image: linear-gradient(to right, #f0f0f0 2px, transparent 1px), linear-gradient(to bottom, #f0f0f0 1px, transparent 1px);
}
.main .slide-gap {
  width: 200px;
}
.main-ap {
  position: RELATIVE;
  font-size: 26px;
  background: white;
  padding: 85px 0px;
}
.main-ap h3 {
  font-size: 5rem;
  line-height: 77px;
  width: 50%;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main-ap h3 {
    font-size: 2.5rem;
    line-height: 40px;
    width: 70%;
  }
}
.main-ap h3 p {
  font-size: 2rem;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .main-ap h3 p {
    font-weight: 100;
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.main-ap-img {
  width: 75%;
  margin: 68px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .main-ap-img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .main .margin-2 {
    flex-direction: column-reverse;
  }
}
.main .point-2 {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .main .point-title {
    margin-left: 0;
  }
}
.main .item-border {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .main .item-border {
    margin-left: 0;
  }
}
.main .item-left {
  margin-right: 10px;
}
.main .item-left-points {
  display: block;
  margin-bottom: 31px;
  letter-spacing: 0px;
  font-size: 19px;
  font-family: "forevs", sans-serif;
}
.main .item-left-num {
  font-size: 10rem;
  font-family: "forevs", sans-serif;
  line-height: 30px;
  font-weight: 500;
}
.main .item-ex {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .main .item-ex {
    width: 90%;
  }
}
.main .item-ex-right {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main .item-ex-right img {
    position: absolute;
    z-index: 0;
  }
}
.main .item-ex-title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .item-ex-title h3 {
    font-size: 25px;
    margin: 17px 0;
  }
}
.main .item-ex-sen {
  line-height: 33px;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main .item-ex-sen {
    font-size: 15px;
    margin-top: 0px;
    line-height: 25px;
  }
}
.main-point {
  color: black;
  position: relative;
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .main-point {
    padding: 0;
  }
}
.main-point:before {
  content: "";
  position: absolute;
  top: -420px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  background-size: 100px 100px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  background-position: 0 -1px;
  background-image: linear-gradient(to right, #f0f0f0 2px, transparent 1px), linear-gradient(to bottom, #f0f0f0 1px, transparent 1px);
}
@media screen and (max-width: 768px) {
  .main-point:before {
    top: -720px;
  }
}
.main-point-Container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-point-Container:before {
    left: 17%;
  }
}
@media screen and (max-width: 768px) {
  .main-point-Container {
    padding: 100px 0;
  }
}
.main-point-copy {
  margin-top: 50px;
}
.main-point-img {
  position: relative;
  width: 50%;
  clip-path: polygon(0 100%, 0 80px, 80px 0, 100% 0, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0px 100%, 0px calc(100% - 3px), calc(100% - 52px) calc(100% - 52px));
}
@media screen and (max-width: 768px) {
  .main-point-img {
    clip-path: polygon(0 100%, 0 50px, 50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0px 100%, 0px calc(100% - 3px), calc(100% - 52px) calc(100% - 52px));
    width: 100%;
  }
}
.main-point-img-item {
  position: absolute;
}
.main-point-list {
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .main-point-list {
    margin-top: -36px;
  }
}
@media screen and (max-width: 414px) {
  .main-point-list {
    margin-top: 0;
  }
}
.main-point-list-item {
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-point-list-item {
    flex-direction: column;
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .main-point-list-item-con {
    flex-direction: column;
    position: relative;
  }
}
.main-point-list-item-box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-point-list-item-box {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}
.main-point-list-item-box:after {
  left: auto;
  right: 0;
  margin-top: -45px;
  height: 92px;
}
.main-point-title {
  color: black;
}
.main-point-title-en {
  font-size: 10rem;
  letter-spacing: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-point-title-en {
    flex-direction: column;
  }
}
.main-point-title-en span {
  display: block;
}
@media screen and (max-width: 768px) {
  .main-point-title-en span {
    display: block;
  }
}
.main-point-title-jp {
  line-height: 45px;
}
.main .point-top {
  font-size: 10rem;
  letter-spacing: 4px;
}
.main .point-right {
  margin-left: 0px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .main .point-right {
    margin-right: 0;
  }
}
.main .point-bottom {
  position: absolute;
  margin-top: 20px;
  font-size: 10rem;
  letter-spacing: 4px;
}
.main .point-item-bottom {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .main .point-item-bottom {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .main .point-item-bottom-sen {
    width: 100%;
  }
}
.main .point-item-bottom-right {
  position: absolute;
  top: -74px;
  width: 35%;
  right: 57px;
  z-index: 99;
}
.main .about-title {
  font-size: 10rem;
  line-height: 85px;
  font-weight: 500;
}
.main-about {
  color: white;
  position: relative;
}
.main-about-box-left {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .main-about-box-left {
    width: auto;
  }
}
@media screen and (max-width: 414px) {
  .main-about-box-left {
    color: #000;
  }
}
.main-about-box-right {
  width: 50%;
  text-align: right;
}
.main-about-title {
  position: relative;
  line-height: 35px;
  color: white;
}
.main-about-title-jp {
  margin-left: 3px;
}
.main-about-ex {
  margin: 50px 0;
  width: 83%;
}
@media screen and (max-width: 768px) {
  .main-about-ex {
    width: 100%;
  }
}
.main-about-ex ul {
  font-size: 21px;
  gap: 27px;
}
.main-about-ex ul a {
  color: #fff;
}
.main-about-ex-list {
  border-bottom: solid 1px white;
  padding-bottom: 10px;
}
.main-about-ex-list:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
}
.main-about-btn span {
  border: solid 1px;
  padding: 10px 20px;
  border-radius: 20px;
}

.footer {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 100px 0 0px 0;
  }
}
.footer:before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: black;
}
.footer-Container {
  min-width: 884px;
}
@media screen and (max-width: 768px) {
  .footer-Container {
    min-width: initial;
  }
}
.footer-bg {
  position: absolute;
  z-index: -1;
  top: -20%;
  left: 0;
  width: 100%;
  padding-top: 40px;
  min-width: 1103px;
}
@media screen and (max-width: 768px) {
  .footer-bg {
    min-width: 100%;
    top: -10%;
  }
}
.footer-nav {
  margin-top: 115px;
  width: 100%;
}
.footer-box {
  color: white;
}
@media screen and (max-width: 768px) {
  .footer-box {
    flex-direction: column;
  }
}
.footer-box-img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .footer-box-img {
    width: 60%;
    margin: 0 auto 50px;
    max-width: 500px;
  }
}
.footer-box-con {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .footer-box-con {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-box-df {
    flex-direction: column;
  }
}
.footer-box-adress {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer-box-adress {
    text-align: center;
    line-height: 30px;
    border-bottom: solid 1px white;
  }
}
.footer-box .phone-num {
  font-size: 3.3rem;
  padding-top: 10px;
}
.footer-box .phone-num span {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-right: 10px;
}
.footer-box .phone-num a {
  color: white;
}
@media screen and (max-width: 768px) {
  .footer-box-contact {
    flex-direction: column;
    align-items: center;
  }
}
.footer-box-contact .phone-num {
  font-size: 30px;
}
.footer-box-contact .btn-box {
  width: 246px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-box-contact .btn-box {
    width: 100%;
  }
}
.footer-box-contact .phone-btn {
  border: solid 1px white;
  border-radius: 50px;
  padding: 15px 40px;
  background-color: #fff;
  display: block;
}
.footer-box-contact .line-btn {
  margin-top: 20px;
}
.footer-box-contact .btn {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 700;
}

.open-day h2 {
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: white;
  font-family: "Source Code Pro", monospace;
}

.schejule {
  line-height: 47px;
  color: white;
  margin-top: 50px;
  border-radius: 10px;
  font-size: 1.5rem;
}
.schejule p span {
  margin: 0 20px;
}
.schejule th {
  font-weight: lighter;
  margin-right: 10px;
  display: block;
  letter-spacing: 1px;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .schejule th {
    font-size: 12px;
  }
}
@media screen and (max-width: 414px) {
  .schejule th {
    margin-right: -5px;
    letter-spacing: 0px;
  }
}

.schejule tr {
  border-bottom: 0.5px solid;
}

.schejule td {
  padding: 0 12px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .schejule td {
    font-size: 11px;
  }
}

.schejule p span {
  color: white;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.tel {
  display: flex;
  align-items: center;
}
.tel dt {
  line-height: 19px;
}
.tel dd {
  font-size: 22px;
  padding: 0 70px;
}

.adress {
  margin-top: 10px;
  font-size: 1.8em;
}

.is-active {
  mask-position: center 100% !important;
  opacity: 1 !important;
  transition: 0.3s;
}

.t-black {
  color: black !important;
  transition: 0.3s;
}

/*# sourceMappingURL=main.css.map */
