@charset "utf-8";
@font-face {
  font-family: "源暎ラテミン v2";
  src: url(../font/GenEiLateMinN_v2.ttf);
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

/* .container {
  max-width: 1100px;
  margin: 0 auto;
}
main .container {
  padding: 0 15px;
} */

section {
  padding: 10vw 0;
}

.container {
  padding: 0 15px;
}

.wrap {
  max-width: 1100px;
  margin: 5vw auto;
}

.btm{
  text-align: center;
}
.btm-child {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;

  color: #fff;
  background-color: #E74C80;
  border-radius: 100vh;
}

@media screen and (min-width: 900px) {
  .wrap {
    margin: 50px auto;
  }
}

img {
  width: 100%;
}

p {
  text-align: center;
  font-family: "源暎ラテミン v2";
  color: #707070;
  font-size: 14px;
  margin: 0;
}
@media screen and (min-width: 900px) {
  p {
    font-size: 22px;
  }
}


.header_bg {
  height: 100vh;
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  background-position: top center;
}

.header_bg .wrap {
  max-width: 1100px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

.header_bg .copy {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (orientation: landscape) {
  .header_bg .copy-sp {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  .header_bg .copy-pc {
    display: none;
  }
}

.header_bg .taiken {
  max-width: 50%;
  width: 275px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (orientation: landscape) {
  .header_bg .taiken {
    left: 80%;
  }
}

.header_bg .logo {
  max-width: 80%;
  width: 500px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text1 img {
  max-width: 945px;
  margin: 0 auto;
  display: block;
}

.teacher {
  background-color: #E6E3E3;

}

.text2 {
  background-color: #E74C80;
  padding-left: 10vw;
  padding-right: 10vw;
}

.text2 img {
  max-width: 720px;
  margin: 0 auto;
  display: block;
}

.map {
  padding-left: 10vw;
  padding-right: 10vw;
}

.map img {
  max-width: 610px;
  margin: 0 auto;
  display: block;
}

.map iframe {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 10vw;
  display: block;
}

.contact {
  background-color: #3EBAC2;
  padding-left: 10vw;
  padding-right: 10vw;
}

.contact img {
  max-width: 480px;
  margin: 0 auto;
  display: block;
}