@charset "utf-8";

/*　画像入りヘッダーの設定
================================================================================*/
.main-header {
  background: url(../images/contact-access/Firstview-Contact&Access.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center
}
.main-header h2 {
  width: 100%;
  font-size: 4.5vw;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #000000;
  text-align: center;
  font-style: italic;
}





/*　全体入りヘッダーの設定
================================================================================*/
.main {
  line-height: 1.5;
  font-size: 18px
}

.main h3 {
  font-size: 32px;
}
.main h4 {
  font-size: 24px;
}
.main-inner {
  padding-left: 40px;
  padding-right: 40px;
}

.main h6 {
  font-size: 32px;
}


/*　学生募集ゾーンの設定
================================================================================*/
.student-recruitment {
  max-width: 1200px;
  min-width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  background: url(../images/index/Firstview-Home.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -100px;
  background-color:rgba(255,255,255,0.2);
  background-blend-mode:lighten;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 2px 2px 10px #000000;
}
.student-recruitment h3 {
  font-size: 65px;
  text-align: center;
  letter-spacing: 15px;
  margin-top: 15px;
}
.student-recruitment-text {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.student-recruitment-text p:first-child {
  margin-top: 0px;
}
.student-recruitment-text p {
  margin-top: 10px;
}
/* hover設定 */
.student-recruitment:hover a {
  color: #93c80e;
  transition-duration: 0.3s;
}



/*　連絡先ゾーンの設定
================================================================================*/
.contact {
  max-width: 1000px;
  min-width: 600px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background-color: #f7f7f7;
}
.contact h3::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #2C2E2C;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 30px;
}
.contact-inner h3::before {
  position: absolute;
  content: '';
  display: block;
  margin-top: 6px;
  margin-left: 110px;
  width: 36px;
  height: 4px;
  background-color: #2C2E2C;
  transform: rotate(90deg);
  transform-origin: top left;
}
.contact-inner span {
  margin-left: 25px;
}
.contact-staff {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}
.contact-staff-information {
  margin-left: 20px;
  margin-right: 20px;
}

.contact h6::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #2C2E2C;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 30px;
}


/*　アクセスゾーンの設定
================================================================================*/
.access {
  max-width: 1000px;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  margin-top: 100px;
  background-color:  #f7f7f7;
}
.access h3::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #2C2E2C;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 30px;
}
.access h3::before {
  position: absolute;
  content: '';
  display: block;
  margin-top: 6px;
  margin-left: 142px;
  width: 36px;
  height: 4px;
  background-color: #2C2E2C;
  transform: rotate(90deg);
  transform-origin: top left;
}
.access span {
  margin-left: 25px;
}
.access-inner {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 50px;  
}
.access-inner-information {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.access-inner-information p {
  margin-bottom: 15px;
}
.map_body {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 100%;
}
.map_body iframe {
  display: block;
  height: 450px;
  width: 100%;
}

.access h6::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #2C2E2C;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 30px;
}



/*　================================================================================
スマホ・タブレット設定
================================================================================　*/
@media (max-width: 800px) {
  .site-menu ul li:nth-child(7) {
    color:#93c80e;
    font-weight: bold;
    display: block;
  }
  .site-menu ul li:nth-child(7)::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color:#93c80e;
    margin-top: 5px;
    margin-left: 0%;
    visibility: visible;
  }
  .site-menu-en ul li:nth-child(5) {
    color:#93c80e;
    font-weight: bold;
    display: block;
  }
  .site-menu ul li:nth-child(5)::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color:#93c80e;
    margin-top: 5px;
    margin-left: 0%;
    visibility: visible;
  }  

      /*　画像入りヘッダーの設定
  ================================================================================*/
  .main-header {
    height: 30vh;
    margin-bottom: 50px;
  }
  .main-header h2 {
    font-size: 6.5vw;
  }

  /*　全体入りヘッダーの設定
  ================================================================================*/
  .main {
    line-height: 1.5;
    font-size: 14px
  }
  .main h3 {
    font-size: 24px;
  }
  .main h4 {
    font-size: 24px;
  }
  .main-inner {
    padding-left: 10px;
    padding-right: 10px;
  }



  /*　学生募集ゾーンの設定
  ================================================================================*/
  .student-recruitment {
    height: 380px;
    min-width: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: center top -100px;
  }
  .student-recruitment h3 {
    font-size: 24px;
    letter-spacing: 5px;
    margin-top: 15px;
  }
  .student-recruitment-text {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .student-recruitment-text p:first-child {
    margin-top: 0px;
  }
  .student-recruitment-text p {
    margin-top: 10px;
  }
  /* hover設定 */
  .student-recruitment a {
    color: #93c80e;
  }



  /*　連絡先ゾーンの設定
  ================================================================================*/
  .contact {
    min-width: 0px;
    margin-top: 0px;
    padding: 20px;
  }
  .contact h3::after {
    height: 2px;
    margin-top: 4px;
    margin-bottom: 20px;
  }
  .contact-inner h3::before {
    margin-top: 6px;
    margin-left: 81px;
    width: 27px;
    height: 4px;
  }
  .contact-inner span {
    margin-left: 15px;
  }
  .contact-staff {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .contact-staff-information {
    margin-left: 10px;
    margin-right: 10px;
  }

  /*　アクセスゾーンの設定
  ================================================================================*/
  .access {
    min-width: 0px;
    padding: 20px;
    margin-top: 50px;
  }
  .access h3::after {
    height: 2px;
    margin-top: 4px;
    margin-bottom: 30px;
  }
  .access h3::before {
    margin-top: 6px;
    margin-left: 103px;
    width: 27px;
    height: 4px;
  }
  .access span {
    margin-left: 15px;
  }
  .access-inner {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;  
  }
  .access-inner-information {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
  }
  .access-inner-information p {
    margin-bottom: 15px;
  }
  .map_body {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
  }
  .map_body iframe {
    display: block;
    height: 280px;
    width: 100%;
  }
}



























