@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
body {
  background-color: #000;
  color: #fff;
}
body.active {
  height: 100%;
  overflow: hidden;
}
.header {
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.64);
}
.header-inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 0 25px;
}
.UBlogo img {
  width: 42px;
}
.gnav {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1.2rem;
}
.navInner img {
  width: 2rem;
  height: 2rem;
  padding-bottom: 5px;
}
.navInner ul {
  text-align: center;
}
.gnav_font {
  font-weight: 500;
}
.menu {
  width: 60px;
  height: 60px;
  color: #4dffea;
  margin-left: 20px;
  border-radius: 50%;
  border: solid 2px #4dffea;
  outline: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hamburger__text {
  color: #4dffea;
  font-weight: 600;
}
.gnav_list {
  position: fixed;
  top: 100px;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 0.64);
  transform: translateX(100%);
  transition: all 1s;
  overflow-y: scroll;
  font-family: 'League Gothic', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4.0rem;
  line-height: 6.2rem;
  display: flex;
  flex-direction: column;
}
.gnav_list_home, .gnav_list_about, .gnav_list_team, .gnav_list_news, .gnav_list_school, .gnav_list_contact, .trial_green {
  display: block;
  font-size: 1.0rem;
  line-height: 0rem;
  margin-bottom: 25px;
}
.gnav_list ul li:last-child {
  margin-bottom: 250px;
}
.gnav_list.show {
  width: 100%;
  transform: translateX(0);
  transition: all 1s;
  margin-bottom: 150px;
}
@media(min-width:768px) {
  .gnav_list {
    padding-top: 8%;
  }
  .gnav_list.show, .gnav_list .trial_green {
    margin-bottom: 0;
  }
  .gnav_list_home, .gnav_list_about, .gnav_list_team, .gnav_list_news, .gnav_list_school, .gnav_list_contact, .trial_green {
    margin-top: -5px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .gnav_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gnav_list ul li {
    width: 50%;
    font-size: 7.0rem;
    line-height: 10rem;
    letter-spacing: 0.5rem;
  }
  .gnav_list ul li:last-child {
    margin-bottom: 0px;
  }
  .trial_green::after {
    content: "";
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .header {
    height: 100px;
  }
  .header-inner {
    height: 100px;
    margin-right: 50px;
  }
  .UBlogo {
    z-index: 1;
  }
  .UBlogo .js-logo {
    width: 8.8rem;
    height: auto;
    margin: 90px 0 0 150px;
    transition: 1s;
  }
  .UBlogo .js-logo.transform {
    width: 5.0rem;
    height: auto;
    margin: 0 0 0 150px;
    transition: 1s;
  }
  .gnav {
    font-size: 1.4rem;
  }
  .gnav_list {
    padding-top: 5%;
  }
  .gnav ul li a {
    letter-spacing: 0.15em;
  }
  .navInner img {
    width: 2.6rem;
    height: 2.6rem;
  }
  .menu {
    width: 70px;
    height: 70px;
    margin-left: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 7.0rem;
  }
  .menu p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .gnav_list {
    font-size: 7.0rem;
    line-height: 11.2rem;
  }
  .gnav_list ul {
    max-width: 650px;
    margin: 0 auto;
  }
}
.logo_bg__attachment {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100vh;
  width: 100%;
}
.logo_bg__attachment__clip {
  display: block;
  position: fixed;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.logo_bg img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.fadeIn {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1.8s, transform 1.8s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0px);
  z-index: 10;
  position: relative;
}
@media(min-width:768px) {
  .logo_bg img {
    width: 35%;
  }
}
@media(min-width:960px) {
  .logo_bg img {
    width: 24%;
    top: 55%;
  }
}
.section-news {
  padding-top: 200px;
}
.section-news h2 {
  margin: 0px 0 0 20px;
}
.section-news h2 .ttl {
  font-family: 'League Gothic', sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1rem;
}
.section-news .sub {
  display: block;
  color: #fff;
  font-weight: 500;
  margin: 8px 0 100px;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.section-news .sub::before {
  content: "";
  width: 50px;
  height: 2px;
  display: inline-block;
  background-color: #4dffea;
  vertical-align: middle;
  margin-right: 15px;
}
.section-news_school_content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px;
}
.section-news_school_content span {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #4dffea;
  text-align: left;
  letter-spacing: 0.3rem;
  line-height: 3.5rem;
  margin-bottom: 25px;
}
.section-news_school_content p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  letter-spacing: 0.2rem;
  line-height: 3.5rem;
}
.section-team_content p:first-child {
  margin-bottom: 15px;
}
@media(min-width:768px) {
  .clinic_image {
    padding: 0 30px;
  }
  .section-news_school_content span {
    font-size: 2.4rem;
  }
  .section-news_school_content {
    max-width: 870px;
  }
}
@media(min-width:960px) {
  .section-news {
    margin: 0px 90px 0px;
    padding-top: 350px;
  }
  .section-news h2 .ttl {
    font-size: 15.0rem;
  }
  .section-news .sub {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .section-news .sub::before {
    width: 100px;
  }
  .section-news_school_content {
    padding: 0;
    margin-top: 200px;
  }
  .section-news_school_content span {
    font-size: 4.6rem;
    line-height: 7rem;
    margin-bottom: 50px;
  }
  .section-news_school_content p {
    font-size: 3.3rem;
    line-height: 7.5rem;
    letter-spacing: 0.2rem;
  }
}
.section-course {
  padding: 70px 20px 0 20px;
}
.clinic_image img {
  width: 100%;
  margin-bottom: 70px;
}
.section-course .course_info {
  color: #4dffea;
  display: block;
  margin-bottom: 100px;
}
.section-course dl dt {
  font-size: 2.4rem;
  color: #4dffea;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.2rem;
}
.section-course dd {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.2rem;
  line-height: 4rem;
  margin-bottom: 60px;
}
.section-course p {
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 60px;
}
.course_content {
  line-height: 3.2rem;
  margin-top: -6px;
}
.school-reserve_container {
  max-width: 835px;
}
.school-reserve_content {
  color: #4dffea;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 3.5rem;
}
.school_entry {
  max-width: 500px;
  margin: 0 auto;
}
.school_entry span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4dffea;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 3.5rem;
}
.instagram_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 60px;
}
.instagram_link::before {
  content: url(../image/Instagram_icon02.svg);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.instagram_link a {
  font-family: 'League Gothic', sans-serif;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
}
.school_btn {
  width: 168px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  background: #4dffea;
  margin-bottom: 70px;
}
.school_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #000;
}
.school_btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #000;
  margin-left: 10px;
}
@media(min-width:768px) {
  .section-course .sub {
    margin-bottom: 100px;
  }
  .section-course p {
    max-width: 835px;
    padding: 0 65px;
    margin: 0 auto 100px auto;
  }
  .section-course .course_info {
    margin-bottom: 200px;
  }
  .section-course dl {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-course dl dt {
    font-size: 1.6rem;
    padding: 0 0 15px 10px;
    margin-right: 100px;
    flex-basis: 31%;
  }
  .section-course dd {
    font-size: 1.6rem;
    flex-basis: 55%;
    margin-bottom: 80px;
    line-height: 3.8rem;
    margin-top: -11px;
    font-weight: 400;
  }
  .course_content .course_description:last-child {
    margin-bottom: 0;
  }
  .section-course .section-course_mar {
    margin-bottom: 150px;
  }
  .school-reserve_container {
    max-width: 835px;
    margin: 0 auto;
  }
  .school-reserve_content {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0 65px;
  }
  .school-reserve_container p {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 4.8rem;
  }
  .school_entry span {
    font-size: 2.0rem;
  }
  .instagram_link {
    margin: 25px 0 80px;
  }
}
@media(min-width:960px) {
  .section-course {
    padding: 150px 90px 0;
  }
  .clinic_image {
    text-align: center;
  }
  .clinic_image img {
    max-width: 800px;
    margin-bottom: 150px;
  }
  .section-course h2 {
    font-size: 6.2rem;
    letter-spacing: 1rem;
  }
  .section-course p {
    font-size: 2.0rem;
    line-height: 5.0rem;
  }
  .section-course dl {
    max-width: 870px;
    margin: 0 auto;
    display: block;
  }
  .section-course dl dt {
    width: 320px;
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
  .section-course dd {
    font-size: 2.4rem;
    line-height: 5rem;
    margin-bottom: 100px;
  }
  .course_content {
    line-height: 5.4rem;
  }
  .course_content .course_description {
    margin-bottom: 25px;
  }
  .section-course .section-course_mar {
    margin-bottom: 200px;
  }
  .school-reserve_container {
    max-width: 870px;
    margin-bottom: 50px;
  }
  .school-reserve_content, .school-reserve_container p {
    max-width: 870px;
    font-size: 3.3rem;
    line-height: 7rem;
    padding: 0;
  }
  .school-reserve_container p:last-child {
    margin-bottom: 200px;
  }
  .school_entry {
    max-width: 670px;
  }
  .school_entry span {
    font-size: 3.3rem;
  }
  .instagram_link {
    margin: 40px 0 100px;
  }
  .instagram_link::before {
    width: 40px;
    height: 40px;
  }
  .instagram_link a {
    font-size: 2rem;
  }
  .school_btn {
    width: 350px;
    height: 70px;
    margin: 60px auto 100px;
  }
  .school_btn a {
    font-size: 2.0rem;
    transition: 0.5s;
    letter-spacing: 0.3rem;
  }
  .school_btn a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #000;
    transition: 0.5s;
    margin-left: 60px;
  }
  .school_btn a:hover::after {
    transform: translateX(10px);
  }
}
.sitefooter {
  padding: 35px 0 80px;
}
.footer_top {
  max-width: 350px;
  margin: 0 auto 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_top img {
  width: 42px;
  height: auto;
  margin-right: 25px;
}
.footer_top p:first-of-type {
  font-family: 'League Gothic', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
  color: #fff;
  margin-bottom: 10px;
}
.footer_top p:nth-of-type(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
.footer_container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.footer_nav ul {
  line-height: 6rem;
}
.footer_nav ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
.footer_nav .footer-nav_small{
  font-size: 1.0rem;
}
.footer_instagram_ttl {
  margin: 40px 0 50px;
}
.footer_instagram_ttl a {
  font-family: 'League Gothic', sans-serif;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_instagram_ttl a:before {
  content: url("../image/Instagram_icon02.svg");
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.footer_bottom {
  max-width: 310px;
  text-align: center;
  margin: 0 auto;
}
.footer_copy p {
  font-size: 1.2rem;
  font-family: 'League Gothic', sans-serif;
  color: #fff;
  letter-spacing: 0.3rem;
  line-height: 2.0rem;
}
@media(min-width:960px) {
  .sitefooter {
    padding: 70px 0;
    position: relative;
  }
  .sitefooter_container {
    padding: 0 0 0 170px;
  }
  .footer_container {
    max-width: 1100px;
  }
  .footer_top {
    margin: 0;
  }
  .footer_top img {
    width: 76px;
    height: auto;
    margin-right: 40px;
  }
  .footer_top p:first-of-type {
    font-size: 2.0rem;
  }
  .footer_container {
    margin: 100px auto 100px;
    padding: 0 20px;
  }
  .footer_nav ul {
    display: flex;
    justify-content: space-between;
  }
  .footer_nav ul li {
    font-size: 2.0rem;
  }
  .footer_instagram_ttl {
    position: absolute;
    top: 80px;
    right: 200px;
  }
  .footer_nav .footer-nav_small{
    position: absolute;
    bottom: 50px;
  }
  .footer_copy p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}