@charset "UTF-8";
#entry_wrapper {
  width: 100%;
  padding: 17.8666666667vw 0 14.4vw;
  background: linear-gradient(rgb(241, 243, 248), rgb(195, 232, 245));
}
#entry_wrapper > h2 {
  width: 94.4vw;
  margin: 0 auto;
  font-weight: 700;
  font-size: 10.6666666667vw;
  line-height: 1;
  text-align: center;
  color: rgb(0, 52, 140);
}
#entry_wrapper > h2 > span {
  display: block;
  margin: 4.2666666667vw auto 0;
  font-weight: 400;
  font-size: 4.8vw;
  color: rgb(0, 0, 0);
}
#entry_wrapper dl {
  width: 94.4vw;
  list-style: none;
  margin: 8.2666666667vw auto 0;
}
#entry_wrapper dl > dt {
  margin: 4.2666666667vw 0 0;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
#entry_wrapper dl > dt:has(+ dd input:required)::after, #entry_wrapper dl > dt:has(+ dd select:required)::after {
  content: "必須";
  display: inline-block;
  margin: 0 0 0 3.2vw;
  padding: 0.9333333333vw 1.6vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: rgb(255, 255, 255);
  background: rgb(0, 52, 140);
}
#entry_wrapper dl > dd {
  margin: 2.1333333333vw 0 0;
  padding: 0;
}
#entry_wrapper dl > dd:nth-of-type(2) > input {
  width: 37.3333333333vw;
}
#entry_wrapper dl > dd:nth-of-type(2) > input:nth-of-type(2) {
  margin: 0 0 0 5.3333333333vw;
}
#entry_wrapper dl > dd:nth-of-type(3) > input {
  width: 37.3333333333vw;
}
#entry_wrapper dl > dd:nth-of-type(3) > input:nth-of-type(2) {
  margin: 0 0 0 5.3333333333vw;
}
#entry_wrapper dl > dd:nth-of-type(4) > select {
  min-width: 21.3333333333vw;
}
#entry_wrapper dl > dd:nth-of-type(4) > select:nth-of-type(1) {
  margin: 0 1.0666666667vw 0 0;
}
#entry_wrapper dl > dd:nth-of-type(4) > select:nth-of-type(2) {
  margin: 0 1.0666666667vw;
}
#entry_wrapper dl > dd:nth-of-type(4) > select:nth-of-type(3) {
  margin: 0 1.0666666667vw;
}
#entry_wrapper dl > dd:nth-of-type(5) > label {
  font-size: 3.2vw;
  line-height: 3;
  display: block;
}
#entry_wrapper dl > dd:nth-of-type(5) > label:nth-of-type(1) > input {
  width: 32vw;
}
#entry_wrapper dl > dd:nth-of-type(5) > label:nth-of-type(3) {
  margin: 3.2vw 0;
}
#entry_wrapper dl > dd:nth-of-type(5) > label:nth-of-type(3) > input {
  width: 100%;
}
#entry_wrapper dl > dd:nth-of-type(6) > input {
  width: 21.3333333333vw;
}
#entry_wrapper dl > dd:nth-of-type(6) > input:nth-of-type(1) {
  margin: 0 1.0666666667vw 0 0;
}
#entry_wrapper dl > dd:nth-of-type(6) > input:nth-of-type(2) {
  margin: 0 1.0666666667vw 0;
}
#entry_wrapper dl > dd:nth-of-type(6) > input:nth-of-type(3) {
  margin: 0 0 0 1.0666666667vw;
}
#entry_wrapper dl > dd:nth-of-type(7) > input {
  width: 100%;
}
#entry_wrapper dl > dd:nth-of-type(8) > input {
  width: 100%;
}
#entry_wrapper dl > dd select {
  appearance: none;
  height: 10.4vw;
  box-sizing: border-box;
  padding: 1.0666666667vw 2.4vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 2.1428571429;
  background: rgb(255, 255, 255);
  border: none;
}
#entry_wrapper dl > dd select:invalid {
  color: rgb(112, 112, 112);
}
#entry_wrapper dl > dd input {
  appearance: none;
  height: 10.4vw;
  box-sizing: border-box;
  padding: 1.0666666667vw 2.4vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 2.1428571429;
  border: none;
}
#entry_wrapper dl > dd input:invalid {
  color: rgb(255, 0, 0);
}
#entry_wrapper dl > dd input:placeholder-shown {
  color: rgb(112, 112, 112);
}
#entry_wrapper dl > dd textarea {
  appearance: none;
  width: 100%;
  height: 50.6666666667vw;
  box-sizing: border-box;
  resize: none;
  padding: 1.0666666667vw 2.4vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 2.1428571429;
  border: none;
}
#entry_wrapper dl > dd textarea:invalid {
  color: rgb(255, 0, 0);
}
#entry_wrapper dl > dd span {
  display: inline-block;
  height: 10.4vw;
  box-sizing: border-box;
  padding: 1.0666666667vw 2.4vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 2.1428571429;
}
#entry_wrapper p {
  width: 94.4vw;
  margin: 5.3333333333vw auto 0;
  font-size: 3.7333333333vw;
  line-height: 2.1428571429;
  text-align: center;
}
#entry_wrapper p > label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 52, 140);
  cursor: pointer;
  user-select: none;
}
#entry_wrapper p > label > input {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  margin: 0 1.3333333333vw 0 0;
  background: rgb(255, 255, 255);
  cursor: pointer;
}
#entry_wrapper p > label > input:checked::after {
  content: "✔";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.5333333333vw;
  line-height: 1;
}
#entry_wrapper p > a {
  color: rgb(0, 52, 140);
}
#entry_wrapper button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94.4vw;
  height: 13.3333333333vw;
  margin: 7.4666666667vw auto 0;
  font-size: 4.8vw;
  line-height: 1;
  color: rgb(255, 255, 255);
  background: rgb(0, 52, 140);
  border: none;
  border-radius: 6.6666666667vw;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s;
}

#entry_message_wrapper {
  width: 100%;
  padding: 8.5333333333vw 0 17.0666666667vw;
}
#entry_message_wrapper > h2 {
  width: 94.4vw;
  margin: 0 auto;
  font-weight: 700;
  font-size: 10.6666666667vw;
  line-height: 1;
  text-align: center;
  color: rgb(0, 52, 140);
}
#entry_message_wrapper > h2 > span {
  display: block;
  margin: 4.2666666667vw auto 0;
  font-weight: 400;
  font-size: 4.8vw;
  color: rgb(0, 0, 0);
}
#entry_message_wrapper > p {
  width: 94.4vw;
  margin: 7.4666666667vw auto 0;
  font-size: 3.7333333333vw;
  line-height: 2.1428571429;
  text-align: center;
}
#entry_message_wrapper > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94.4vw;
  height: 13.3333333333vw;
  margin: 7.4666666667vw auto 0;
  font-size: 4.8vw;
  line-height: 1;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgb(0, 52, 140);
  border-radius: 6.6666666667vw;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s;
}
@media (min-width: 768px) {
  #entry_wrapper {
    padding: 124px 0 103px;
  }
  #entry_wrapper > h2 {
    width: 1200px;
    font-size: 80px;
  }
  #entry_wrapper > h2 > span {
    margin: 48px auto 0;
    font-size: 30px;
  }
  #entry_wrapper dl {
    width: 1150px;
    margin: 103px auto 0;
  }
  #entry_wrapper dl > dt {
    width: 360px;
    position: relative;
    margin: 40px 0 0;
    float: left;
    font-size: 18px;
    line-height: 40px;
  }
  #entry_wrapper dl > dt:first-of-type {
    margin: 0;
  }
  #entry_wrapper dl > dt:has(+ dd input:required)::after, #entry_wrapper dl > dt:has(+ dd select:required)::after {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 11px 27px;
    font-size: 18px;
  }
  #entry_wrapper dl > dd {
    width: 770px;
    margin: 40px 0 0 375px;
  }
  #entry_wrapper dl > dd:nth-of-type(2) > input {
    width: 180px;
  }
  #entry_wrapper dl > dd:nth-of-type(2) > input:nth-of-type(2) {
    margin: 0 0 0 30px;
  }
  #entry_wrapper dl > dd:nth-of-type(3) > input {
    width: 180px;
  }
  #entry_wrapper dl > dd:nth-of-type(3) > input:nth-of-type(2) {
    margin: 0 0 0 30px;
  }
  #entry_wrapper dl > dd:nth-of-type(4) > select {
    min-width: 180px;
  }
  #entry_wrapper dl > dd:nth-of-type(4) > select:nth-of-type(1) {
    margin: 0 6px 0 0;
  }
  #entry_wrapper dl > dd:nth-of-type(4) > select:nth-of-type(2) {
    margin: 0 6px;
  }
  #entry_wrapper dl > dd:nth-of-type(4) > select:nth-of-type(3) {
    margin: 0 6px;
  }
  #entry_wrapper dl > dd:nth-of-type(5) {
    display: flex;
    gap: 0 30px;
  }
  #entry_wrapper dl > dd:nth-of-type(5) > label {
    font-size: 16px;
    line-height: 2.375;
  }
  #entry_wrapper dl > dd:nth-of-type(5) > label:nth-of-type(1) > input {
    width: 180px;
  }
  #entry_wrapper dl > dd:nth-of-type(5) > label:nth-of-type(3) {
    margin: 38px 0 0;
  }
  #entry_wrapper dl > dd:nth-of-type(5) > label:nth-of-type(3) > input {
    width: 390px;
  }
  #entry_wrapper dl > dd:nth-of-type(6) > input {
    width: 180px;
  }
  #entry_wrapper dl > dd:nth-of-type(6) > input:nth-of-type(1) {
    margin: 0 6px 0 0;
  }
  #entry_wrapper dl > dd:nth-of-type(6) > input:nth-of-type(2) {
    margin: 0 6px 0;
  }
  #entry_wrapper dl > dd:nth-of-type(6) > input:nth-of-type(3) {
    margin: 0 0 0 6px;
  }
  #entry_wrapper dl > dd:nth-of-type(7) > input {
    width: 380px;
  }
  #entry_wrapper dl > dd:nth-of-type(8) > input {
    width: 380px;
  }
  #entry_wrapper dl > dd select {
    height: 40px;
    padding: 1px 12px;
    font-size: 14px;
    line-height: 2.7142857143;
  }
  #entry_wrapper dl > dd input {
    height: 40px;
    padding: 1px 12px;
    font-size: 14px;
    line-height: 2.7142857143;
  }
  #entry_wrapper dl > dd textarea {
    width: 670px;
    height: 200px;
    padding: 1px 12px;
    font-size: 14px;
    line-height: 2.7142857143;
  }
  #entry_wrapper dl > dd span {
    height: 40px;
    padding: 1px 12px;
    font-size: 16px;
    line-height: 2.375;
  }
  #entry_wrapper p {
    width: 1200px;
    margin: 60px auto 0;
    font-size: 18px;
    line-height: 2.1111111111;
  }
  #entry_wrapper p > label > input {
    width: 24px;
    height: 24px;
    margin: 0 7px 0 0;
  }
  #entry_wrapper p > label > input:checked::after {
    font-size: 20px;
    line-height: 1;
  }
  #entry_wrapper p > a {
    color: rgb(0, 52, 140);
  }
  #entry_wrapper button {
    width: 600px;
    height: 80px;
    margin: 64px auto 0;
    font-size: 30px;
    border-radius: 40px;
  }
  #entry_wrapper button:hover {
    background: rgb(158, 186, 233);
  }
  #entry_message_wrapper {
    padding: 48px 0 82px;
  }
  #entry_message_wrapper > h2 {
    width: 1200px;
    font-size: 80px;
  }
  #entry_message_wrapper > h2 > span {
    margin: 48px auto 0;
    font-size: 30px;
  }
  #entry_message_wrapper > p {
    width: 1200px;
    margin: 38px auto 0;
    font-size: 18px;
    line-height: 2.1111111111;
  }
  #entry_message_wrapper > a {
    width: 600px;
    height: 80px;
    margin: 64px auto 0;
    font-size: 30px;
    border-radius: 40px;
  }
  #entry_message_wrapper > a:hover {
    background: rgb(158, 186, 233);
  }
}