@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  background-color: #FFFFFF;
  color: #222222; /* RGB */
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none
}


/*Mobile header start*/
@media (max-width: 959px) {
  .header {
    height: 50px;
  }
  .header__navigation {
    display: none;
  }
  .header h1 {
    display: flex;
    padding: 10px 0 0 10px;
    align-items: center;
  }
  .header h1 :first-child {
    height: 40px;
    width: 40px;
  }
  .header h1 :last-child {
    height: 30px;
    padding-left: 8px;
  }
  
  /*Mobile header__humbarger*/
  #nav-drawer {
    text-align: right;
  }
  #nav-open {
    display: inline-block;
    text-align-last: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    background-color: #004c4f;
    opacity: 0.95;
    border-bottom-left-radius: 7px;
  }
  #nav-content ul {
    margin: 0 auto;
    max-width: 550px;
  }
  #nav-content ul li {
    margin: 0 auto;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #00b3ba;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 80%;
    background-size: cover;
    background-position: right;
    background-color: #FFF;
    text-align: left;
    transform: translateY(-100%);
    transition: 0.4s ease-in-out;
    box-shadow: 5px 0 25px rgba(0 0 0 25);
  }
  .humberger-line1, .humberger-line2, .humberger-line3 {
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: #FFF;
    display: block;
    content: "";
  }
  .humberger-line1 {
    margin-top: 16px;
    margin-left: 13px;
  }
  .humberger-line2 {
    margin-top: 23px;
    margin-left: 13px;
  }
  .humberger-line3 {
    margin-top: 30px;
    margin-left: 13px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
  
  .humberger-menu__seminar-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .humberger-menu__seminar-logo img:first-child {
    height: 50px;
    width: 50px;
  }
  .humberger-menu__seminar-logo img:last-child {
    height: 40px;
    padding-left: 10px;
  }
  .header__navigation ul {
    display: block;
    width: 85%;
    border-top: solid 2px #00B3BA;
  }
  .header__navigation ul li {
    padding: 10px 0;
    border-bottom: solid 2px #00B3BA;
  }
  .header__main-page-sns {
    font-size: 1.6rem;
    font-weight: 600;
    color: #00b3ba;
  }
  .header__sub-page {
    display: flex;
    margin-top: 10px;
    text-align: left;
  }
  .header__seminar-detail {
    font-size: 1.2rem;
  }
  .header__seminar-schedule {
    padding-left: 20px;
    font-size: 1.2rem;
  }
  .header__Instagram {
    font-size: 1.2rem;
  } 
  .header__Facebook {
    padding-left: 20px;
    font-size: 1.2rem;
  }  
}

/*tablet header start*/
@media(min-width:960px) {
  .header {
    height: inherit;
    padding: 20px 30px 0;
    }
  .header h1 {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .header h1:first-child {
    height: 50px;
    width: 50px;
  }
  .header h1:last-child {
    height: 40px;
  }
  .header__pc-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #nav-content {
    display: flex;
  }
  #nav-content ul {
    display: flex;
  }
  #nav-content ul li {
    display: flex;
    text-decoration: none;
    padding-left: 30px;
  } 
  #nav-content ul li:first-child {
    padding-left: 0;
  }
  #nav-content ul li:last-child {
    padding-left: 0;
  }    
  #nav-content ul li a {
    text-decoration: none;
    color: #222222;
    font-size: 1.4rem;
    font-weight: 600;
  }
  #nav-content ul li a:hover {
    color: #00b3ba;
    opacity: 0.8;
    transition-duration: 0.3s;
  }   
  .header__sub-page {
    display: none;
  }
  .header__main-page-sns {
    display: none;
  }
  .humberger-menu__seminar-logo {
    display: none;
  }
  .header h1 {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .header h1 :first-child {
    height: 50px;
    width: 50px;
  }
  .header h1 :last-child {
    height: 40px;
    padding-left: 10px;
  }
}


@media(min-width:1040px) {
  #nav-content ul li {
    display: flex;
    text-decoration: none;
    padding-left: 50px;
  }
}

@media(min-width:1200px) {
  .header {
    padding: 20px 50px 0;
  }  
}




.footer-Mobile__pagetop {
  height: 51px;
  width: 50px;
  margin: 0 0 -1px auto;
  background: #00B3BA;
  border-top-left-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.footer-Mobile__pagetop-arrow {
  height: 20px;
  width: 20px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: translateY(20%) rotate(-45deg);
}
.footer-Mobile__contents {
  background-color: #00B3BA;
  display: flex;
  padding: 20px 25px;
  justify-content: center;
  align-items: center;
}
.footer-Mobile__seminar-logo img {
  height: 90px;
  width: 90px;
  padding-left: 25px;
}
.footer-Mobile__contents-sns-text {
  text-align: left;
  padding-right: 25px;
  border-right: solid 1px #FFF;
}
.footer-Mobile h4 {
  font-size: 1.2rem;
  color: #FFF;
  line-height: 14px;
  padding-top: 10px;
}
.footer-Mobile h3 {
  font-size: 1.2rem;
  color: #FFF;
  line-height: 18px;
}
.footer-Mobile h2 {
  font-size: 2.2rem;
  color: #FFF;
  padding-top: 10px;
}
.footer-Mobile__contents-sns-logo {
  height: 40px;
  padding-top: 23px;
}
.footer-Mobile__contents-sns-logo a {
  text-decoration: none;
}
.footer-Mobile__contents-sns-logo a :visited {
  text-decoration-line: none;
}
.footer-Mobile__contents-sns-logo img {
  height: 40px;
  width: 40px
}
.footer-Mobile__instagram-logo {
  padding-left: 30px;
}
.footer-PC {
  display: none;
}


@media(min-width:960px) {
  .footer-Mobile {
    display: none;
  }
  .footer-PC {
    display: block;
    margin: 0 auto;
    background-color: #00B3BA;
  }
  .footer-PC__contents {
    display: flex;
    height: 270px;
    padding: 40px 30px;
    margin: 0 auto;
    justify-content: center;
    max-width: 1186px;
  }
  .footer-PC__contents a {
    text-decoration: none;
  }
  .footer__main-page {
    font-size: 1.4rem;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  /*PC-footer__section-about-us*/
  .footer-PC__section-about-us {
    text-align: left;
    width: 120px;
    margin-right: 25px;
  }
  .footer-PC__section-about-us a {
    display: inline-block;
  }
  .footer__seminar-detail {
    padding: 30px 0 20px 0;
    font-size: 1.2rem;
    line-height: 14px;
    color: #FFF;
    font-weight: 600;
  }
  .footer__seminar-schedule {
    font-size: 1.2rem;
    line-height: 14px;
    color: #FFF;
    font-weight: 600;
  }
  /*PC-footer__section-apeal*/
  .footer-PC__section-apeal {
    text-align: left;
    width: 85px;
    margin-right: 30px;
  }
  /*PC-footer__section-example*/
  .footer-PC__section-example {
    text-align: left;
    margin-right: 25px;
  }
  .footer-PC__section-example a {
    display: inline-block;
  }
  .footer__fukushima-souma {
    padding: 30px 0 20px 0;
    font-size: 1.4rem;
    line-height: 14px;
    color: #FFF;
    font-weight: 600;
  }
  .footer__tokyo-mitaka {
    padding-bottom: 20px;
    font-size: 1.4rem;
    line-height: 14px;
    color: #FFF;
    font-weight: 600;
  }
  .footer__ex-area {
    font-size: 1.4rem;
    line-height: 14px;
    color: #FFF;
    font-weight: 600;
  }
  /*PC-footer__section-voice*/
  .footer-PC__section-voice {
    text-align: left;
    width: 85px;
    margin-right: 25px;
  }
  .footer-PC__section-voice a {
    display: inline-block;
  }
  .footer__current-interview {
    padding: 30px 0 20px 0;
    font-size: 1.2rem;
    line-height: 14px;
    color: #FFF;
    font-weight: 600;
  }
  .footer__graduate-interview {
    font-size: 1.2rem;
    line-height: 14px;
    color: #FFF;
    font-weight: 600;
  }
  /*PC-footer__section-news*/
  .footer-PC__section-news {
    text-align: left;
    width: 68px;
    margin-right: 25px;
  }
  /*PC-footer__section-menu__fin*/
  .footer-PC__contents-sns-text {
    padding-left: 30px;
    border-left: solid 2px #FFF;
  }
  .footer-PC__contents-sns-text h4 {
    color: #FFF;
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
  .footer-PC__contents-sns-text h3 {
    color: #FFF;
    font-size: 4.0rem;
    padding-bottom: 25px;
    letter-spacing: 1px;
  }
  .footer-PC__seminar-logo img {
    height: 100px;
    width: 100px;
    padding-bottom: 20px;
  }
  .footer-PC__contents-sns-logo {
    text-align: left;
    height: 40px;
  }
  .footer-PC__instagram-logo {
    margin-left: 30px;
  }
}

@media(min-width:1040px) {
  .footer__main-page {
    font-size: 1.6rem;
  }
  .footer-PC__section-about-us {
    margin-right: 40px;
  }
  .footer-PC__section-apeal {
    margin-right: 40px;
  }
  .footer-PC__section-example {
    margin-right: 40px;
  }
  .footer-PC__section-voice {
    margin-right: 40px;
  }
  .footer-PC__section-news {
    margin-right: 40px;
  }
  .footer-PC__contents-sns-text {
    padding-left: 40px;
  }
}