@charset "UTF-8";
#mv {
  top: 100px !important;
  position: fixed !important;
  width: calc(100% - 100px);
  height: calc(100vh - 100px) !important;
  overflow: hidden;
}

#mv img {
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}

#mv img.pc {
  display: block;
  width: 100%;
  height: auto;
}

#mv img.sp {
  display: none;
}

#mv p {
  position: absolute;
  top: 20vh;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

main {
  width: calc(100% - 100px);
  background-color: rgba(20, 20, 20, 0.8);
  margin-top: 100vh;
  position: relative;
}

main .innerWrap {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  top: -50vh;
}

main .innerWrap #breadcrumb {
  width: 950px;
  margin: 0 auto;
  padding: 20px 0;
}

main .innerWrap #breadcrumb .wrap ul {
  margin: 0;
  padding: 0;
}

main .innerWrap #breadcrumb .wrap ul li {
  display: inline-block;
  list-style: none;
}

main .innerWrap #breadcrumb .wrap ul li::after {
  content: "〉";
  margin: 0 5px 0 10px;
}

main .innerWrap #breadcrumb .wrap ul li:last-child::after {
  content: "";
}

main .innerWrap #breadcrumb .wrap ul li a {
  display: inline-block;
  text-decoration: none;
  color: #c0c7cd;
}

main .innerWrap #breadcrumb .wrap ul li a:visited {
  color: #c0c7cd;
}

main .innerWrap #breadcrumb .wrap ul li p {
  display: inline-block;
}

main .innerWrap #introduction {
  width: 1200px;
  overflow: hidden;
  padding: 50px 0;
  margin: 0 auto;
  background-color: #fff;
}

main .innerWrap #introduction h2.charge {
  text-align: center;
  font-weight: bold;
  margin: 50px auto 10px;
}

main .innerWrap #introduction h2.charge.double {
  margin: 100px auto 50px;
}

main .innerWrap #introduction p {
  width: 950px;
  font-size: 15px;
  line-height: 32px;
  margin: 0 auto 50px;
  text-align: center;
}

main .innerWrap #introduction .detail {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
  border-bottom: solid 1px #bdc3c9;
}

main .innerWrap #introduction .detail.first {
  border-top: solid 1px #bdc3c9;
}

main .innerWrap #introduction .detail .image {
  float: left;
  width: 465px;
}

main .innerWrap #introduction .detail .image img {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}

main .innerWrap #introduction .detail .text {
  width: 460px;
  float: left;
}

main .innerWrap #introduction .detail .text h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 3px;
  border-bottom: solid 2px #bdc3c9;
}

main .innerWrap #introduction .detail .text span.sub {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: #bdc3c9;
  display: block;
  margin: 0;
  padding-top: 3px;
  text-align: center;
}

main .innerWrap #introduction .detail .text p {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0 0;
  width: 100%;
}

main .innerWrap #introduction .detail .text a {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0 0;
  color: #bdc3c9;
}

main .innerWrap #introduction .detail .text a:visited {
  color: #bdc3c9;
}

main .innerWrap #campaign {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  margin-bottom: 0;
}

main .innerWrap #campaign a img.image {
  width: 100%;
  border-bottom: solid 22px #fed400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .innerWrap #campaign a img.text {
  position: absolute;
  top: 40px;
  right: 200px;
  height: 80%;
}

@media screen and (max-width: 768px) {
  #mv {
    top: 0 !important;
    padding-top: 20vw;
    position: relative !important;
    width: 100%;
    height: auto !important;
    overflow: hidden;
  }
  #mv img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    padding: 0;
    width: 100%;
    height: auto;
  }
  #mv img.pc {
    display: none;
  }
  #mv img.sp {
    display: block;
  }
  #mv p {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-size: 6vw;
    font-weight: bold;
    color: #fff;
  }
  main {
    width: 100%;
    height: auto !important;
    background-color: white;
    margin-top: 0;
    position: relative;
  }
  main .innerWrap {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    top: 0;
  }
  main .innerWrap #breadcrumb {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
  main .innerWrap #breadcrumb .wrap ul {
    padding: 0;
    margin: 0;
  }
  main .innerWrap #breadcrumb .wrap ul li {
    display: inline-block;
    list-style: none;
    font-size: 3vw;
  }
  main .innerWrap #breadcrumb .wrap ul li::after {
    content: "〉";
    margin: 0 1vw 0 2vw;
  }
  main .innerWrap #breadcrumb .wrap ul li:last-child::after {
    content: "";
  }
  main .innerWrap #breadcrumb .wrap ul li a {
    display: inline-block;
    text-decoration: none;
  }
  main .innerWrap #breadcrumb .wrap ul li p {
    display: inline-block;
  }
  main .innerWrap #introduction {
    width: 100%;
    overflow: hidden;
    padding: 10vw 0;
    margin: 0 auto;
    background-color: #fff;
  }
  main .innerWrap #introduction h2.charge {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    margin: 10vw auto 3vw;
  }
  main .innerWrap #introduction h2.charge.double {
    margin: 20vw auto 10vw;
  }
  main .innerWrap #introduction p {
    width: 90%;
    font-size: 3.5vw;
    line-height: 6vw;
    margin: 0 auto 10vw;
    text-align: center;
  }
  main .innerWrap #introduction .detail {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
    border-bottom: solid 1px #bdc3c9;
  }
  main .innerWrap #introduction .detail:first-of-type {
    border-top: solid 1px #bdc3c9;
  }
  main .innerWrap #introduction .detail .image {
    float: none;
    width: 100%;
  }
  main .innerWrap #introduction .detail .image img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  main .innerWrap #introduction .detail .text {
    width: 100%;
    float: none;
  }
  main .innerWrap #introduction .detail .text h2 {
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 5vw auto 0;
    padding-bottom: 1vw;
    border-bottom: solid 2px #bdc3c9;
  }
  main .innerWrap #introduction .detail .text span.sub {
    font-family: 'Oswald', sans-serif;
    font-size: 4.5vw;
    color: #bdc3c9;
    display: block;
    margin: 0;
    padding-top: 1vw;
    text-align: center;
  }
  main .innerWrap #introduction .detail .text p {
    width: 100%;
    text-align: left;
    font-size: 3.5vw;
    line-height: 8vw;
    margin: 8vw 0 0;
  }
  main .innerWrap #campaign {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  main .innerWrap #campaign a img.image {
    width: 100%;
    border-bottom: solid 22px #fed400;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .innerWrap #campaign a img.text {
    position: absolute;
    top: 6vw;
    right: 8vw;
    width: 30%;
    height: auto;
  }
}
/*# sourceMappingURL=instructeor.css.map */