@charset "UTF-8";
/* 色コード */
/* ============================================ */
/* ブレイクポイント */
/* ============================================ */
/* 画面サイズ表示・非表示 */
/* ============================================ */
.tab-only {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .tab-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* 共通設定 */
/* ============================================ */
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 55%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 45%;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

h1 {
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

h2.sub_title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #006F4F;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
  position: relative;
}

h2.sub_title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  border-style: solid;
  border-color: #006F4F transparent transparent transparent;
  border-width: 20px 25px 20px 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: .7;
}

img {
  width: 100%;
}

.accent {
  color: #ED6C00;
}

.contact_btn {
  width: 65%;
  margin: 0 auto;
}

/* レスポンシブ */
/* ============================================ */
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  h2.sub_title {
    margin-bottom: 40px;
  }
  .contact_btn {
    width: 100%;
  }
}

/* header */
/* ============================================ */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

header .tel {
  text-align: center;
}

header .tel img {
  width: 85%;
}

@media screen and (max-width: 767px) {
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #006F4F;
  }
  header .logo {
    width: 75%;
  }
}

/* top */
/* ============================================ */
.top {
  padding: 30px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top_title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.top_view {
  background: url(../images/top_bg.png) center/cover;
  width: 100%;
  height: 630px;
  margin: 20px 0 30px;
  position: relative;
}

.top_view .main_text {
  width: 50%;
  position: absolute;
  top: 130px;
  left: 0;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top_view .main_text .school {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #006F4F;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px 6px #fff;
          box-shadow: 0 0 8px 6px #fff;
}

.top_view .banner {
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.top_view .banner img {
  position: absolute;
}

.top_view .banner img.main {
  width: 100%;
  padding: 0 40px;
  bottom: 0;
  left: 0;
}

.top_view .banner img.sub {
  width: 230px;
  bottom: 90px;
  right: 0;
}

.top .sub_text {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.top .sub_text span {
  font-size: 2.8rem;
  font-weight: 900;
  color: #006F4F;
}

.top .banner {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .top_view {
    height: 530px;
  }
  .top_view .main_text {
    width: 55%;
    top: 100px;
    padding-left: 20px;
  }
  .top_view .banner {
    padding: 0 20px;
  }
  .top_view .banner img.main {
    padding: 0 20px;
  }
  .top_view .banner img.sub {
    width: 200px;
    bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .top {
    padding: 15px 0 0;
  }
  .top_title {
    font-size: 2.4rem;
    padding: 0 15px;
  }
  .top .container:first-of-type {
    padding: 0;
  }
  .top_view {
    background: url(../images/top_bg_sp.png) center/cover;
    height: 300px;
    margin: 15px 0 55px;
  }
  .top_view .main_text {
    width: 65%;
    padding-left: 15px;
    top: 60px;
  }
  .top_view .main_text .school {
    font-size: 3.6rem;
    padding: 8px 0;
    margin-bottom: 20px;
  }
  .top_view .banner {
    padding: 0 15px;
    bottom: -40px;
  }
  .top_view .banner img.main {
    padding: 0 15px;
  }
  .top_view .banner img.sub {
    width: 110px;
    bottom: 70px;
  }
  .top .sub_text {
    margin-bottom: 20px;
  }
  .top .banner {
    margin-top: 30px;
  }
}

@media screen and (max-width: 350px) {
  .top_title {
    font-size: 2rem;
  }
  .top_view {
    height: 270px;
  }
  .top_view .main_text .school {
    font-size: 3.4rem;
  }
  .top_view .banner img.sub {
    bottom: 60px;
  }
}
/*# sourceMappingURL=top.css.map */