@charset "UTF-8"
/* ======================
common
====================== */

:root {
  --c-black: #333333;
  --c-white: #ffffff;
  --c-white-70: rgba(255, 255, 255, 0.7);
  --c-primary: #028bb7;
  --c-black-50: rgba(51, 51, 51, 0.5);

  --bdr-radius: 10px;
  --bdr-default: 1px solid #000;

  --content-width-sm: 72%;
  --content-width-lg: 89%;

  --content-padding-sm: 10%;
  --content-padding-lg: 5.3%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Noto Sans JP, Noto Serif JP, Roboto;
  color: var(--c-black, #333333);
  background-color: var(--c-white, #ffffff);

}

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

.topic--ja {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
.topic--en {
  display: inline-block;
  margin: 6px 0px 0px;
  padding-bottom: 20px;
  color: rgba(51, 51, 51, 0.5);
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  border-bottom: 5px solid #333;
}

.btn {
  display: block;
  border-radius: 100px;
  background: var(--c-black, #333333);
  padding: 12px 60px 12px 70px;
  color: var(--c-white, #ffffff);
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  position: relative;
  transition: 0.4s;
}

.btn::after {
  content: "";
  width: 24px;
  height: 5px;
  background-image: url(../images/arrow_black.svg);
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn:hover {
  opacity: 0.5 !important; 
}
.pcBr {
  display: none;
}


/* common pc */
@media screen and (min-width : 769px){

  .topic {
    text-align: center;
  }
  .topic--ja {
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 2.25px;
  }

  .topic--en {
font-size: 3rem;
font-style: normal;
  }
  .pcBr {
    display: inline;
  }
}

/* pc 769px */

/* ======================
fadeIn
====================== */
.fadeIn {
  transform: translate(0 ,50px);
  opacity: 0;
  transition: 0.8s;
}

.fadeIn.animated {
  transform: translate(0 , 0);
  opacity: 1;
}

/* ======================
header
====================== */

.header {
  z-index: 999;
  position: relative;
}

.nav__top {
  padding: 14px 4% 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  position: fixed;
  top: 2%;
  left: 0%;
}

.header__logo,
.nav__logo {
  width: 50%;
}

.header__btn,
.nav__btn {
  width: 42px;
  height: 42px;
}

.header__btn {
  position: fixed;
  top: 4%;
  left: 85%;
}

/* .nav初期表示 */
.nav {
  background: rgba(239, 239, 239, 0.97);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.nav__list {
  margin: 60px 7.2%;
  padding-bottom: 80px;
}

.nav__txt {
  display: flex;
  align-items: center;
}

.nav__txt--en {
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  margin-top: 35px;
  width: 60%;
}

.nav__txt--ja {
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 35px;
}

.nav__txt--ja::before {
  content: "";
  width: 12px;
  height: 1px;
  display: inline-block;
  background-image: url(../images/menu_line_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
}

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

.nav__social,
.nav__info {
  margin: 40px 7.2% 0;
  width: 90%;
  display: block;
}

.academy {
  display: block;
  margin: 40px 7.2% 100px;
  width: 90%;
}
.nav__academy-logo {
  margin-top: 10px;

}

.nav__academy-txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
}

.nav__academy-txt::after {
  content: "";
  width: 24px;
  height: 5px;
  background-image: url(../images/arrow_black.svg);
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/* .nav activ 表示 */

.nav.active {
  transform: translateX(0);
}

.header__btn {
  display: block;
  width: 44px;
  height: 44px;
}

/* header pc */
@media screen and (min-width : 769px){

  .nav {
    padding: 100px 14%;
  }

  .header__btn,
  .nav__btn {
    width: 80px;
    height: 80px;
  }
  
  .header__btn {
    position: fixed;
    top: 11%;
    left: 90%;
  }

  .header__logo {
    width: 30%;
    position: fixed;
    top: 5%;
    left: 2%;
  }

  .nav__txt--en {
    font-size: 2.5rem;
    margin-top: 60px;
  }

  .nav__txt--ja {
    font-size: 2rem;
  }
  .academy {
margin-top: 60px;
  }
  .nav__academy-txt {
    font-size: 2rem;
  }

  .nav__academy-logo {
    margin-top: 30px;
  }

}
/* pc 769px */





/* ======================
footer
====================== */


.footer__container {
background-image: url(../images/footer_bg.JPG);
background-size: auto 100%;
background-position: center;
}

.footer {
  margin: 120px 5.3% 0;
  padding: 60px 0 60px 0;
}

.footer__logo {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.logo__container::after {
  content: "";
    display: block;
    margin: 10px auto;
    width: 18px;
    height: 18px;
    background-image: url(../images/star_icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  
.footer__card {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 4.5%;
  margin-top: 40px;
  gap: 20px;
}


.footer__contact::before{
  content: "";
  width: 80%;
  height: 1px;
  display: block;
  background-color:#333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto;
}

.footer__contact {
  text-align: center;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.5px;
}
.footer__time img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.footer__phone {
display: flex;
vertical-align: baseline;
justify-content: center;
margin-top: 16px;
}

.footer__number {
  color: #333;
font-size: 2rem;
font-weight: 500;
line-height: normal;
letter-spacing: 2px;
}
.footer__phone img {
  width:15px;
  height: auto;
  margin-right: 20px;
}
.footer__attention {
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-top: 13px;
}

.footer__btn__container{
  background-color: #FFF;
  padding: 20px 34px 20px 53px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 100px;
}

.footer__btn {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.1px;
}
.academy__container {
  margin-top: 30px;
  display: grid;
}

.academy__txt {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  display: inline-flex;
  align-items: center;
}

.academy__txt::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/arrow_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer__academy-logo img {
  margin-top: 15px;
  width: 100%;
  height: auto;
}
.address__container{
  background-color: #FFF;
  border-radius: 10px 10px 0 0;
  padding: 20px 20px ;
  margin-top: 60px;
}
.address__icon {
  display: block;
  margin: 0 auto;
}
.address {
font-size: 1.2rem;
font-weight: 600;
line-height: normal;
letter-spacing: 1.56px;
margin-top: 20px;
text-align: center;
}

.directions__container {
  background: #d8d8d8;
  padding: 20px 20px;
}
.directions__item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.directions__txt::before {
  content: "";
  width: 1px;
  height: 22px;
  display: inline-block;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin:0  16px;
}

.directions__txt {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1.56px;
}
.map {
  width: 100%;
  height: 300px;
  filter: grayscale(100%);
}

.copy {
  color: #FFF;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.1px;
  margin-top: 60px ;
  text-align: center;
}

/* footer pc */
@media screen and (min-width : 769px){
  .footer__logo {
    width: 30%;
    margin-top: 100px;
  }
.footer {
  margin: 0 13%;
}
.footer__card {
  margin-top: 100px;
  padding: 100px 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer__time img {
  width: 100%;
}

.footer__contact::before {
  display: none;
}

.footer__contact p {
  font-size: 1.5rem;
}

.footer__academy-logo img {
  margin-top: 15px;
  width: 400px;
  height: auto;
}
.footer__number {
  font-size: 3rem;
}
.contact__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
  gap: 20px;
}
.footer__btn__container{
  padding: 30px 80px 30px 100px;
gap: 12px;
}

.address__container {
  margin-top: 100px;
  padding: 50px;
}

.address {
font-size: 2rem;
line-height: 145%;
}

.directions__txt {
  font-size: 1.4rem;
}

.directions__txt::before  {
  height: 35px;
}

.directions {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.directions__item {
  margin-top: 0;
}

.directions__container {
  padding: 50px 20px;

}
}
/* pc 769px */
/* ======================
404
====================== */
.section__404 {
  padding: 100px 5%;
  text-align: center;
}

.section__404 .error-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--c-black);
  margin-bottom: 2rem;
}

.section__404 .error-message {
  font-size: 1.4rem;
  color: var(--c-black-50);
  margin-bottom: 3rem;

  
}

.section__404 .btn--home {
  /* display: inline-block;
  background-color: var(--c-primary);
  color: #fff;
  padding: 14px 28px;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s; */

  border-radius: 100px;
  background: var(--c-black, #333333);
  padding: 20px 60px;
  color: var(--c-white, #ffffff);
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  position: relative;
  transition: 0.4s;
}

.section__404 .btn--home:hover {
  opacity: 0.8;
}