@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@font-face {
  font-family: utsukushi;
  src: url("../font/02UtsukushiMincho.ttf");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-image: url(../img/bg_effect.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  pointer-events: none;
}

.wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1201px) {
  .wrap {
    min-height: calc(100vh - 324px);
  }
}
@media only screen and (max-width: 1200px) {
  .wrap {
    min-height: calc(100vh - 526px);
  }
}

@media only screen and (min-width: 1201px) {
  .toptop {
    height: 10vh;
    margin: 0;
  }
}

.title-section {
  padding: 20px 0;
}
@media only screen and (min-width: 1201px) {
  .title-section {
    max-width: 660px;
    margin: 0 auto;
  }
}
.title-section .title-left {
  text-align: left;
  margin-bottom: 10px;
}
.title-section .title-left img {
  max-width: 100%;
  height: auto;
}
.title-section .title-center {
  text-align: center;
  margin-bottom: 10px;
}
.title-section .title-center img {
  max-width: 100%;
  height: auto;
}
.title-section .title-right {
  text-align: right;
  margin-bottom: 10px;
}
.title-section .title-right img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1201px) {
  .main-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    align-items: flex-start;
  }
}

.content-section {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (min-width: 1201px) {
  .content-section {
    flex: 1;
    padding: 20px 0;
  }
}
.content-section .text-up {
  margin-bottom: 20px;
}
.content-section .text-up img {
  max-width: 100%;
  height: auto;
}
.content-section .cover-main {
  margin-bottom: 20px;
}
.content-section .cover-main img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1201px) {
  .content-section .cover-main img {
    max-width: 400px;
  }
}
.content-section .text-down {
  margin-bottom: 20px;
}
.content-section .text-down img {
  max-width: 100%;
  height: auto;
}

.form-section {
  background-image: url(../img/form_bg.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 500px;
  height: 800px;
  max-width: 90vw;
  margin: 40px auto;
  padding: 60px 55px;
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media only screen and (min-width: 1201px) {
  .form-section {
    flex: 0 0 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .form-section {
    width: 500px;
  }
}
.form-section .form-section-text {
  font-family: utsukushi;
}
.form-section .price {
  margin-bottom: 20px;
  font-size: 22px;
}
.form-section .description {
  text-align: left;
  margin-bottom: 30px;
}
.form-section .description p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 10px 0;
  text-align: left;
}
@media only screen and (min-width: 1201px) {
  .form-section .description p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1201px) {
  .top {
    height: 850px;
  }
}

.main--pc {
  display: flex;
  max-width: fit-content;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .main--pc {
    display: none;
  }
}
.main--pc img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
@media only screen and (min-width: 1201px) {
  .main--pc img {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .main--pc img {
    width: 100%;
  }
}
.main--sp {
  max-width: fit-content;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1201px) {
  .main--sp {
    display: none;
  }
}
.main--sp img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
@media only screen and (min-width: 1201px) {
  .main--sp img {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .main--sp img {
    width: 100%;
  }
}
.main--sp .cover {
  max-width: fit-content;
  width: 75%;
  margin: 10px auto;
}

@media only screen and (min-width: 1201px) {
  .sponly {
    display: none;
  }
}

.complete {
  height: 250px;
}
@media only screen and (max-width: 1200px) {
  .complete {
    margin-top: 50px;
  }
}
.complete p {
  margin: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
.complete a {
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
.complete__link {
  color: #fff;
  text-decoration: none;
}
.complete__link:visited {
  color: #fff;
}
.complete__link--button {
  border-radius: 3px;
  padding: 10px 20px;
  background-color: #9e9e9e;
  max-width: fit-content;
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

.application_container {
  font-family: utsukushi;
}
.application {
  text-align: center;
  background-repeat: repeat;
}
.application h2 {
  font-weight: 900;
}
@media only screen and (max-width: 1200px) {
  .application h2 {
    margin: 0 0 5px;
    font-size: 25px;
    padding: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .application h2 {
    margin: 0 0 10px;
    font-size: 25px;
    padding: 2px 0;
  }
}
.application p {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .application p {
    padding: 10px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1201px) {
  .application p {
    padding: 20px 0;
    font-size: 18px;
  }
}
.application .form_container {
  text-align: center;
}
.application .form_container dl {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .application .form_container dl {
    width: 100%;
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 1201px) {
  .application .form_container dl {
    width: 60%;
    margin: 0 auto 15px;
  }
}
.application .form_container dl dt {
  width: 100%;
  text-align: left;
  margin: 0 0 8px;
  font-weight: bold;
}
.application .form_container dl dd {
  width: 100%;
  text-align: left;
  margin: 0;
}
.application .form_container .required {
  background: #b94047;
  color: #fff;
  padding: 2px 7px;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 1200px) {
  .application .form_container .required {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1201px) {
  .application .form_container .required {
    font-size: 11px;
  }
}
.application .form_container .notrequired {
  color: #b94047;
  margin-left: 5px;
}
@media only screen and (max-width: 1200px) {
  .application .form_container .notrequired {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1201px) {
  .application .form_container .notrequired {
    font-size: 13px;
  }
}
.application .form_container input[type=text] {
  font-size: 14px;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .application .form_container input[type=text] {
    width: 100%;
    padding: 9px 6px;
  }
}
@media only screen and (min-width: 1201px) {
  .application .form_container input[type=text] {
    width: 100%;
    padding: 8px 6px;
  }
}
.application .form_container input[type=email] {
  font-size: 14px;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .application .form_container input[type=email] {
    width: 100%;
    padding: 9px 6px;
  }
}
@media only screen and (min-width: 1201px) {
  .application .form_container input[type=email] {
    width: 100%;
    padding: 8px 6px;
  }
}
.application .form_container .submit_container {
  display: flex;
  justify-content: center;
}
.application .form_container .submit {
  font-family: utsukushi;
  display: flex;
  flex-direction: row-reverse;
  margin: 20px 0 0;
}
.application .form_container input[type=submit] {
  color: #0c0c0c;
  border-radius: 3px;
  box-sizing: border-box;
  transition: opacity 0.2s ease-in-out;
  font-weight: 700;
  border: none;
  margin: 0 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transition: 0.2s;
}
@media only screen and (max-width: 1200px) {
  .application .form_container input[type=submit] {
    width: 120px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1201px) {
  .application .form_container input[type=submit] {
    cursor: pointer;
    width: 180px;
    letter-spacing: 0.3em;
    text-indent: 0.8em;
    font-size: 15px;
  }
}
.application .form_container input[type=submit]:hover {
  opacity: 0.8;
}
.application .form_container input[type=submit] .reset {
  background-color: #ccc;
}
.application .sponly {
  display: none;
}

.end {
  font-family: utsukushi;
}

header, footer {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 1201px) {
  .global_foot {
    height: 284px;
  }
}/*# sourceMappingURL=style.css.map */