@charset "UTF-8";
/* CSS Document */
body {
  background-color: #000;
  color: #fff;
}
body.active {
  height: 100%;
  overflow: hidden;
}
.header {
  height: 100px;
  width: 100%;
  margin-bottom: 50px;
}
.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-family: 'Noto Sans JP', sans-serif;
  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: 0;
  }
  .trial_green::after{
    content: "";
    display: block;
    width: 50%;
  }
}
@media(min-width: 960px) {
  .header {
    height: 100px;
    margin-bottom: 100px;
  }
  .header-inner {
    height: 100px;
    margin-right: 50px;
  }
  .UBlogo img {
    width: 6.0rem;
    height: auto;
    margin: 15px 0 0 65px;
  }
  .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: 5.0rem;
    line-height: 8.0rem;
  }
  .gnav_list ul {
    max-width: 650px;
    margin: 0 auto;
  }
}
.section-contact h2 {
  margin-left: 20px;
}
.section-contact h2 .ttl {
  font-family: 'League Gothic', sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.7rem;
}
.section-contact .sub {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  color: #fff;
  margin: 8px 0 60px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.section-contact .sub::before {
  content: "";
  width: 50px;
  height: 2px;
  display: inline-block;
  background-color: #4dffea;
  vertical-align: middle;
  margin-right: 15px;
}
.contact_content {
  padding: 0 20px;
}
.contact_content p {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-align: left;
  line-height: 3.5rem;
  margin-bottom: 50px
}
.contact_content span {
    color: #4dffea;
    font-size: 2.0rem;
  }
@media(min-width:960px) {
  .section-contact {
    margin-bottom: 100px;
  }
  .section-contact h2 {
    margin: 0 0 100px 90px;
  }
  .section-contact h2 .ttl {
    font-size: 15.0rem;
    letter-spacing: 1rem;
  }
  .section-contact .sub {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .section-contact .sub::before {
    width: 100px;
  }
  .contact_content {
    padding: 0 0 0 90px;
    max-width: 1050px;
  }
  .contact_content p {
    font-size: 2.0rem;
    text-align: left;
    line-height: 4.0rem;
    margin-bottom: 0;
  }
}
.contact_form {
  padding: 0 20px;
}
.form-box {
  margin-bottom: 30px;
}
.form-box:last-of-type {
  margin-bottom: 50px;
}
.form-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.required::after {
  content: "*";
  color: #4dffea;
  padding-left: 2px;
}
.form-control {
  width: 100%;
  height: 48px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  border: 1px solid gray;
}
.selectbox {
  width: 150px;
  height: 40px;
  padding: 5px;
  border: none;
/*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
*/
}
.textarea {
  height: calc(1.5 * 5em);
  line-height: 1.5;
}
.contact_form p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}
.contact_form a {
  text-decoration: underline;
}
.button-container {
  display: flex;
  justify-content: center;
}
.button {
  width: 100%;
  height: 70px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-size: 2.0rem;
  color: #000;
  background: #4dffea;
  border: none;
  margin: 0 20px 100px;
}
@media(min-width:960px) {
  .contact_form {
    padding: 0 90px 0 90px;
}
  .form-box {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
  .form-label {
    font-size: 1.8rem;
    margin: 0;
    width: 380px;
  }
  .form-control {
    width: calc(100% - 380px);
  }
  .selectbox {
    width: 150px;
  }
  .contact_form p {
    width: calc(100% - 380px);
    margin: 0 0 50px auto;
  }
  .button {
   width: 350px; 
   background: transparent; 
   border: solid 2px #fff;
   color: #fff;
   transition: 0.5s;
  }
  .button:hover {
    background: #4dffea;
    color: #000;
    border: none;
  }
}
.sitefooter {
  padding: 35px 0 100px;
}
.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;
  }
}
