@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  color: #334a57;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  font-family: vdl-v7mincho, YuMincho, "Yu Mincho", 游明朝体, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
}

.inner {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}

img {
  width: 100%;
  display: block;
}

main {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}

.util-btn {
  display: block;
  color: #334b57;
  font-size: 22px;
  letter-spacing: 0.18rem;
  text-align: center;
  border: 2px solid #334b57;
  width: 500px;
  padding: 14px 0;
  margin: 40px auto 40px;
  opacity: .9;
  transition: .4s;
}

.util-btn:hover {
  background: #334b57;
  color: #ffffff;
}

.util-btn span {
  display: inline-block;
  width: 15px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .util-btn span {
    width: 13px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .util-btn {
    width: 90%;
    font-size: 17px;
    letter-spacing: 0.09rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.header-inner {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  max-width: 1180px;
  margin: 0 auto;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .header-inner {
    height: 70px;
    padding: 15px 15px;
  }
}

.header-logo {
  width: 195px;
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 130px;
  }
}

.header-contact {
  margin-left: auto;
  position: relative;
}

.header-contact .header-contact-link {
  display: block;
  border: 2px solid #334a57;
  padding: 10px 0;
  font-size: 15px;
  width: 220px;
  color: #334a57;
  text-align: center;
  background: #fff;
  transition: .2s;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .header-contact .header-contact-link {
    font-size: 13px;
    width: 169px;
    padding: 8px 0;
  }
}

.header-contact .header-contact-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 220px;
  height: 50px;
  background-image: radial-gradient(#999 30%, transparent 31%), radial-gradient(#999 30%, transparent 31%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .header-contact .header-contact-link::before {
    width: 169px;
    height: 40px;
    bottom: -4px;
    right: -4px;
  }
}

.header-contact .header-contact-link:hover {
  background: #334a57;
  color: #ffffff;
  position: relative;
  bottom: -2px;
  right: -2px;
}

.header-contact .header-contact-link:hover::before {
  display: none;
}

.mv {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .people img {
    width: 95% !important;
    margin-left: 0 !important;
  }
}

.people-btn {
  width: 500px;
  margin: 60px auto;
  display: block;
}

.people-btn:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .people-btn {
    width: 400px;
  }
}

.vourse {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

.vourse-wrap {
  margin: 160px auto 0;
  padding: 190px 0px 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .vourse-wrap {
    padding: 100px 0 60px;
    margin: 80px auto 0;
  }
}

.vourse-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 100%;
  background: #e7e7e7;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .vourse-wrap::before {
    width: 100%;
  }
}

.vourse-title {
  position: absolute;
  top: 10px;
  width: 82%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .vourse-title {
    width: 90%;
  }
}

.vourse1 {
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .vourse1 {
    margin-bottom: 30px;
  }
}

.vourse2 {
  position: relative;
}

.vourse-link {
  background: #ffffff;
  position: absolute;
  top: 75%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  letter-spacing: 0.6rem;
  opacity: 1;
}

.vourse-link span {
  width: 18px;
}

@media screen and (max-width: 767px) {
  .vourse-link span {
    width: 13px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .vourse-link {
    width: 300px;
    font-size: 18px;
    padding: 8px 0;
    letter-spacing: 0.4rem;
    top: 68%;
  }
}

.closing {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .closing {
    padding: 0 15px 0 8px;
  }
}

.people img {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .people img {
    width: 100%;
  }
}

.people2 {
  margin-top: -40px;
}

.people2 img {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .people2 img {
    width: 95%;
    margin: 0 15px 0 5px;
  }
}

.footer {
  width: 100%;
  background: #334b57;
}

.footer-inner {
  color: #ffffff;
  max-width: 1180px;
  margin: 0px auto;
  padding: 60px 40px 30px;
  text-align: center;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 25px 15px 15px;
  }
}

.footer-inner img {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .footer-inner img {
    width: 200px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .school {
    padding: 0 20px;
  }
}

.contact {
  margin: 0px auto 60px;
  padding: 40px 50px 60px;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .contact {
    margin: -40px auto 10px;
    padding: 56px 20px;
  }
}

.contact-text {
  font-size: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact-text {
    font-size: 14px;
  }
}

.contact-list {
  margin-top: 40px;
}

.contact-list input, .contact-list textarea {
  padding: 5px 10px;
  letter-spacing: .1em;
}

.contact-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact-title {
    margin-bottom: 20px;
  }
}

form {
  width: 100%;
}

input, textarea, select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin-bottom: 30px;
}

select {
  width: 200px;
}

@media screen and (max-width: 767px) {
  select {
    width: 50%;
  }
}

input {
  min-height: 40px;
}

textarea {
  min-height: 80px;
}

.contact-item-title {
  margin: 10px 0 5px 0;
}

.contact-item-title span {
  font-size: 0.85rem;
  color: #c24914;
}

@media screen and (max-width: 767px) {
  .contact-item-title {
    margin: 8px 0 3px 0;
    font-size: .9rem;
  }
}

.submit-btn {
  width: 100%;
  letter-spacing: 0.2rem;
  font-family: vdl-v7mincho, YuMincho, "Yu Mincho", 游明朝体, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  margin-top: 15px;
  background: #e7e7e7;
  border: none;
  transition: background .4s;
}

.submit-btn:hover {
  background: #cccccc;
}

.end-message {
  display: none;
  text-align: center;
}

.false-message {
  display: none;
  text-align: center;
}

.opening::before {
  content: '';
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  animation: opening 2.1s forwards;
  z-index: 9998;
}

@keyframes opening {
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

.opening::after {
  content: '';
  position: fixed;
  top: 0;
  width: 0;
  height: 10px;
  background-color: #e7e7e7;
  animation: openline 2s forwards;
  z-index: 9999;
}

@keyframes openline {
  95% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    width: 100%;
    opacity: 0;
    z-index: -1;
  }
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
/*# sourceMappingURL=style.css.map */