@charset "UTF-8";
.mv {
  background-color: #E6002D;
}

.subject {
  background-color: #E6002D;
  background-image: url(../img/subject_bg.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 142px;
  padding-bottom: 81px;
}
@media (max-width: 766px) {
  .subject {
    background-image: url(../img/subject_bg_sp.png);
    padding-top: 18vw;
    padding-bottom: 27.9vw;
  }
}
.subject .ttl {
  margin: 0 auto;
  width: 353px;
}
@media (max-width: 766px) {
  .subject .ttl {
    width: 40.8vw;
  }
}
.subject .product {
  margin: 47px auto 0;
  width: 95%;
}
@media (max-width: 766px) {
  .subject .product {
    margin-top: 7.1vw;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.subject .kometxt {
  margin: 46px auto 0;
  width: 78%;
}
@media (max-width: 766px) {
  .subject .kometxt {
    margin: 11vw auto 0;
    width: 100%;
  }
}
.subject .point {
  margin-top: 46px;
}
@media (max-width: 766px) {
  .subject .point {
    margin-top: 7vw;
  }
}
.subject .txt {
  margin-top: 80px;
}
@media (max-width: 766px) {
  .subject .txt {
    margin: 46px auto 0;
    width: 78%;
  }
}

.apply {
  background-color: #FAF2B8;
  padding-top: 122px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 766px) {
  .apply {
    padding-top: 20.5333333333vw;
    padding-bottom: 17.3333333333vw;
  }
}
.apply::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  max-width: 1366px;
  width: 100%;
  height: 86.8960468521%;
  background-image: url(../img/apply_aspara_bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .apply::before {
    background-image: url(../img/apply_aspara_bg-sp.png);
    height: 100%;
    background-position: center 10%;
    top: unset;
    bottom: unset;
  }
}
.apply .ttl {
  width: 352px;
  margin: 0 auto;
}
@media (max-width: 766px) {
  .apply .ttl {
    width: 40.8vw;
  }
}
.apply .step-list {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media (max-width: 766px) {
  .apply .step-list {
    flex-direction: column;
    margin-top: 16.3vw;
  }
}
.apply .step-item {
  width: 30.4%;
}
@media (max-width: 766px) {
  .apply .step-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .apply .step-item:not(:first-child) {
    margin-top: 30.4vw;
  }
}
.apply .step-ttl {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 766px) {
  .apply .step-ttl {
    width: 58.5%;
  }
}
.apply .step-img {
  margin: 30px auto 0;
  width: 87.5%;
}
@media (max-width: 766px) {
  .apply .step-img {
    margin-top: 6.4vw;
    width: 78.6%;
  }
}
.apply .step-txt {
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 766px) {
  .apply .step-txt {
    margin-top: 3.9vw;
  }
}
.apply .-item1 .step-txt {
  width: 68%;
}
@media (max-width: 766px) {
  .apply .-item1 .step-txt {
    width: 65%;
  }
}
.apply .-item2 .step-txt {
  width: 100%;
}
.apply .-item3 .step-txt {
  width: 83%;
}
@media (max-width: 766px) {
  .apply .-item3 .step-txt {
    width: 100%;
  }
}
.apply .box {
  background-color: white;
  border: 10px solid #ffac50;
  border-radius: 55px;
  margin-top: 65px;
  padding: 3.7% 6% 7.8%;
}
@media (max-width: 766px) {
  .apply .box {
    border: 2.6666666667vw solid #ffac50;
    border-radius: 8.5333333333vw;
    margin-top: 23.6vw;
    padding: 1.7vw 3.7vw 10vw;
  }
}
.apply .box p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
  color: #7B4932;
  white-space: pre-line;
  letter-spacing: 0;
}
@media (max-width: 766px) {
  .apply .box p {
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.apply .box p span {
  margin-right: 14px;
}
@media (max-width: 766px) {
  .apply .box p span {
    margin-right: 0;
  }
}
.apply .box .txt2 {
  margin-top: 53px;
}
@media (max-width: 766px) {
  .apply .box .txt2 {
    margin-top: 5.7vw;
    text-align: center;
  }
  .apply .box .txt2 p {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
.apply .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E71F19;
  color: white;
  font-size: 29px;
  font-weight: bold;
  width: 100%;
  max-width: 606px;
  height: 117px;
  border-radius: 9999px;
  margin: 47px auto 0;
  transition: all 0.3s;
}
.apply .btn:hover, .apply .btn:active {
  opacity: 0.8;
}
@media (max-width: 766px) {
  .apply .btn {
    margin: 17.2vw auto 0;
    font-size: 6.4vw;
    line-height: 1.2083333333;
    text-align: center;
    height: 29.728vw;
  }
}
.apply .btn.-comingsoon {
  position: relative;
  pointer-events: none;
}
.apply .btn.-comingsoon::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  content: "専用応募ハガキのダウンロードは\a現在準備中となります。";
  white-space: pre;
  font-size: 29px;
  line-height: 1.3793103448;
  font-weight: bold;
  background: rgba(34, 41, 116, 0.8);
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .apply .btn.-comingsoon::before {
    font-size: 5.0666666667vw;
  }
}

.requirements {
  background-image: url(../img/requirements_bg.png);
  background-color: #EFBE39;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 766px) {
  .requirements {
    background-image: url(../img/requirements_bg_sp.png);
    padding-top: 20.5333333333vw;
    padding-bottom: 20.5333333333vw;
  }
}
.requirements .ttl {
  width: 352px;
  margin: 0 auto;
}
@media (max-width: 766px) {
  .requirements .ttl {
    width: 40.8vw;
  }
}
.requirements .whitebox {
  background-color: white;
  border: 10px solid #ffac50;
  border-radius: 40px;
  color: #333333;
  margin-top: 54px;
  padding: 59px 34px 32px;
}
@media (max-width: 766px) {
  .requirements .whitebox {
    border-radius: 5.3333333333vw;
    margin-top: 10vw;
    padding: 9.6vw 2.7vw 14.4vw;
  }
}
.requirements .whitebox .subttl {
  width: 95.3%;
  margin: 0 auto;
}
@media (max-width: 766px) {
  .requirements .whitebox .subttl {
    width: 85.3%;
  }
}
.requirements .whitebox .exp_box {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0px;
  font-weight: bold;
  line-height: 1.7857142857;
}
@media (max-width: 766px) {
  .requirements .whitebox .exp_box {
    margin-top: 4.8vw;
    font-size: 3.7333333333vw;
  }
}
.requirements .whitebox .exp_box .borderbox {
  margin: 1em 0;
  border: 1px solid black;
  padding: 0.5em 1em;
}

footer {
  background-color: #E71F19;
  color: white;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 766px) {
  footer {
    height: 21.3333333333vw;
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=index.css.map */