/*
Theme Name: Coding School
Author: Tommy
Description: 架空のプログラミングスクールのホームページ
Version: 5.7.1
*/

@charset "UTF-8";
html, body {
  width: 100%;
  font-size: 10px;
  font-family: "ヒラギノ明朝 Pro";
}

a {
  text-decoration: none;
}

header {
  background: #000;
  width: 100%;
  height: 80px;
}

header .header-wrapper {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

header .header-wrapper .header-logo {
  width: 193px;
  height: 50px;
}

header .header-wrapper .header-logo .top-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

header .header-wrapper .header-logo .top-link .logo-img {
  width: 100%;
  height: 100%;
}

header .header-wrapper .nav-list {
  display: flex;
}

header .header-wrapper .nav-list .nav-item {
  margin-left: 25px;
}

header .header-wrapper .nav-list .nav-item .list-a {
  display: block;
  font-size: 2.2rem;
  color: white;
}

.img-area {
  position: relative;
  width: 100%;
  height: auto;
}

.img-area .top-img {
  width: 100%;
  height: auto;
}

.img-area .top-img-p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
}

.h2-style {
  font-size: 40px;
  text-align: center;
}

.h2-p {
  font-size: 1.6rem;
}

.main-menu {
  width: 100%;
  max-width: 1280px;
  padding: 0 28px;
  margin: 53px auto 0;
  box-sizing: border-box;
}

.main-menu .course-wrapper {
  width: 100%;
  margin: 40px 0 50px;
  display: flex;
  justify-content: space-between;
}

.main-menu .course-wrapper .course-list {
  width: 25%;
}

.main-menu .course-wrapper .course-list .course-img {
  width: 100%;
  border: 1px solid #707070;
}

.main-menu .course-wrapper .course-list .p-wrapper {
  box-shadow: 0 3px 6px #00000029;
  padding: 20px 11px 10px;
}

.main-menu .course-wrapper .course-list .p-wrapper .course-p {
  font-size: 1.8rem;
  line-height: 1.333;
}

.main-menu .course-wrapper .course-list .p-wrapper .small-wrapper {
  width: 74.13%;
  line-height: 1.6875;
  margin: 38.5px auto 0;
  padding-top: 9.5px;
  border-top: solid 1px #000;
  font-size: 1.6rem;
  text-align: center;
}

.main-menu .course-wrapper .course-list:not(:last-child) {
  padding-right: 20px;
}

.main-menu .btn {
  width: 310px;
  height: 52px;
  margin: 0 auto;
  border: solid #EEEEEE 1px;
  border-radius: 5px;
  box-shadow: 0 3px 6px #00000029;
}

.main-menu .btn .btn-link {
  display: block;
  font-size: 1.8rem;
  line-height: 52px;
  color: #333;
  text-align: center;
}

.teachers-about {
  width: 100%;
  max-width: 1280px;
  margin: 70px auto 0;
}

.teachers-about .teacher {
  width: 100%;
  max-width: 1046px;
  display: flex;
  justify-content: start;
  margin: 45px auto 57px;
}

.teachers-about .teacher .teacher-img {
  width: 250px;
  height: 250px;
  margin-right: 61px;
}

.teachers-about .teacher .teacher-name {
  font-size: 4rem;
  padding: 43px 0 30px;
}

.teachers-about .teacher .career {
  font-size: 1.8rem;
  line-height: 1.3333;
}

.summary {
  background-image: url(image/contact-bg.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  margin-top: 83px;
  padding: 62px 0 34px;
  text-align: center;
  color: #fff;
}

.summary .move-now {
  font-size: 3.6rem;
  margin-bottom: 53px;
}

.summary .h3-p {
  font-size: 1.6rem;
  line-height: 1.75;
}

.summary .btn-contact {
  width: 210px;
  height: 54px;
  margin: 32px auto 0;
  background-color: #DC143C;
  border-radius: 5px;
}

.summary .btn-contact .contact-link {
  display: block;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.6rem;
  line-height: 54px;
  color: white;
}

footer {
  width: 100%;
  height: 80px;
  background-color: #000;
  text-align: center;
}

footer small {
  color: white;
  font-family: "Helvetica Neue";
  font-size: 1.4rem;
  line-height: 80px;
}

@media screen and (max-width: 767px) {
  .header-right {
    display: none;
  }
  .img-area {
    height: 551px;
  }
  .img-area .top-img {
    height: 100%;
    object-fit: cover;
  }
  .img-area .top-img-p {
    width: 240px;
    font-size: 2.6rem;
  }
  .main-menu .course-wrapper {
    display: block;
  }
  .main-menu .course-wrapper .course-list {
    width: 300px;
    margin: 0 auto 30px;
  }
  .main-menu .course-wrapper .course-list .p-wrapper {
    padding: 20px 13px 31px;
  }
  .main-menu .course-wrapper .course-list .p-wrapper .small-wrapper {
    margin-top: 30px;
    font-size: 2rem;
  }
  .main-menu .course-wrapper .course-list:not(:last-child) {
    padding: 0;
  }
  .main-menu .btn {
    width: 300px;
  }
  .teachers-about {
    margin-top: 53px;
  }
  .teachers-about .teacher {
    display: block;
  }
  .teachers-about .teacher .teacher-img {
    display: block;
    width: 280px;
    height: 280px;
    margin: 30px auto;
  }
  .teachers-about .teacher .teacher-name {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    padding: 0;
  }
  .teachers-about .teacher .career {
    width: 100%;
    padding: 30px 26px 0;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=style.css.map */