@charset "UTF-8";
.Block-Form-Heading {
  margin: 6.5rem auto 6.625rem;
  max-width: 60rem;
}
@media (max-width: 767px) {
  .Block-Form-Heading {
    margin: 4.125rem auto 4rem;
  }
}
.Block-Form-Heading__NavControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5%;
}
@media (max-width: 767px) {
  .Block-Form-Heading__NavControl {
    gap: 1.1869436202%;
  }
}
.Block-Form-Heading__NavControl li {
  border-bottom: 0.125rem solid #D9D9D9;
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #4D4D4D;
}
@media (min-width: 768px) {
  .Block-Form-Heading__NavControl li {
    width: 31.6666666667%;
    height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .Block-Form-Heading__NavControl li {
    width: 32.3442136499%;
    height: 4.25rem;
    padding-left: 0;
    padding-top: 2.25rem;
    font-size: 0.75rem;
    text-align: center;
  }
}
.Block-Form-Heading__NavControl li .Num {
  font-family: "hitachifont";
  margin-right: 0.25rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .Block-Form-Heading__NavControl li .Num {
    font-size: 0.875rem;
    margin-right: 0.25rem;
  }
}
.Block-Form-Heading__NavControl li::before {
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  border-radius: 50%;
  border: 0.125rem solid #D9D9D9;
  margin-right: 0.875rem;
}
@media (max-width: 767px) {
  .Block-Form-Heading__NavControl li::before {
    margin-right: 0;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.25rem;
    height: 1.25rem;
  }
}
.Block-Form-Heading__NavControl li::after {
  width: 0.875rem;
  height: 0.6875rem;
  content: "";
  position: absolute;
  top: 1.875rem;
  left: 2rem;
  background: url("/image/jp/r1/hsif26/icon_heading_tick_red.svg") no-repeat center center/contain;
  content: "";
  opacity: 0;
}
@media (max-width: 767px) {
  .Block-Form-Heading__NavControl li::after {
    top: 0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.8125rem;
  }
}
.Block-Form-Heading__NavControl li.active {
  border-color: #CC0000;
}
.Block-Form-Heading__NavControl li.active::before {
  border-color: #CC0000;
}
.Block-Form-Heading__NavControl li.active::after {
  opacity: 1;
}
.Block-Form-Heading__NavControl li.current {
  border-color: #CC0000;
  background-color: #FFCBCE;
  color: #CC0000;
}
.Block-Form-Heading__NavControl li.current::before {
  border-color: #CC0000;
  background-color: #CC0000;
}
.Block-Form-Heading__NavControl li.current::after {
  background-image: url("/image/jp/r1/hsif26/icon_heading_tick.svg");
  opacity: 1;
}

.Page-PreEntry .Section-PreEntry .Block-Inner {
  max-width: 61.875rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry .Block-Inner {
    padding-top: 0.875rem;
  }
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry .Block-Inner .Title-Page {
    font-size: 3rem;
  }
  .Page-PreEntry .Section-PreEntry .Block-Inner .Title-Page-Jp {
    font-size: 1rem;
  }
}
.Page-PreEntry .Section-PreEntry__Content {
  padding: 0 0 4.9375rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content {
    padding: 0 0 5rem;
  }
}
.Page-PreEntry .Section-PreEntry__Content h2 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 4rem;
  letter-spacing: 0.02em;
  color: #27272A;
}
.Page-PreEntry .Section-PreEntry__Content form {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form {
    padding: 0;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Form-Group {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .Page-PreEntry .Section-PreEntry__Content form .Input-Email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dt {
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .Page-PreEntry .Section-PreEntry__Content form .Input-Email dt {
    width: 13.75rem;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .Page-PreEntry .Section-PreEntry__Content form .Input-Email dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input {
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid #D9D9D9;
  padding: 0 1rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input {
    margin-top: 0.5625rem;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input:hover, .Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input:focus {
  border-color: #222222;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input:focus {
  border-width: 2px;
  outline: #222222;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input::-webkit-input-placeholder {
  color: #B3B3B3;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input::-moz-placeholder {
  color: #B3B3B3;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input:-ms-input-placeholder {
  color: #B3B3B3;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input::-ms-input-placeholder {
  color: #B3B3B3;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input::placeholder {
  color: #B3B3B3;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input.error {
  border-color: #FA000F;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input.error:hover, .Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input.error:focus {
  border-color: #CC0000;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input.error:focus {
  border-width: 2px;
  outline: #CC0000;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input.Disabled, .Page-PreEntry .Section-PreEntry__Content form .Input-Email dd input[disabled] {
  background-color: #F4F4F4;
  pointer-events: none;
}
.Page-PreEntry .Section-PreEntry__Content form .Input-Button {
  margin: 5.125rem auto 0;
}
@media (min-width: 768px) {
  .Page-PreEntry .Section-PreEntry__Content form .Input-Button {
    width: 47.619047619%;
  }
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Input-Button {
    margin-top: 2.625rem;
    width: 100%;
    max-width: 21.0625rem;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Error-Text {
  margin-top: 0.25rem;
  margin-left: 16.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  color: #FA000F;
  display: none;
}
.Page-PreEntry .Section-PreEntry__Content form .Error-Text.Is-Show {
  display: block;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Error-Text {
    margin-left: 0;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Txt1 {
  line-height: 1.75;
  margin-bottom: 2.625rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Txt1 {
    margin-bottom: 2.4375rem;
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Txt2 {
  font-size: 0.875rem;
  line-height: 1.75;
}
.Page-PreEntry .Section-PreEntry__Content form .Note {
  font-size: 0.75rem;
  line-height: 1.75;
  margin-top: 0.4375rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Note {
    margin-top: 0.625rem;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Page-PreEntry .Section-PreEntry__Content form .Note li::before {
  content: "※";
  padding-right: 0.25rem;
}
.Page-PreEntry .Section-PreEntry__Content form .Note li + li {
  margin-top: 0.375rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Note li + li {
    margin-top: 0.1875rem;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Checkbox-List {
  border: 0.0625rem solid #D9D9D9;
  margin: 4rem 0;
  padding: 2.5rem 2.5rem 2.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Checkbox-List {
    padding: 2.4375rem 1.1875rem 2.5rem 1.4375rem;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Checkbox-List li {
  font-weight: 500;
}
.Page-PreEntry .Section-PreEntry__Content form .Checkbox-List li + li {
  margin-top: 1.0625rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Checkbox-List li + li {
    margin-top: 0.9375rem;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Checkbox-List li .Checkbox-Container {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.009375rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Checkbox-List li .Checkbox-Container {
    letter-spacing: 0.01em;
    font-weight: 500;
    line-height: 1.89;
  }
}
.Page-PreEntry .Section-PreEntry__Content form .Checkbox-List li .Checkbox-Container .checkmark {
  top: 0.125rem;
}
.Page-PreEntry .Section-PreEntry__Content form .Checkbox-List li .Checkbox-Container a {
  font-weight: 400;
  letter-spacing: 0;
}
.Page-PreEntry .Section-PreEntry__Content form .Txt3 li {
  padding-left: 0.5rem;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: justify;
}
.Page-PreEntry .Section-PreEntry__Content form .Txt3 li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}
.Page-PreEntry .Section-PreEntry__Content form .Txt3 li + li {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .Page-PreEntry .Section-PreEntry__Content form .Txt3 li + li {
    margin-top: 1.4375rem;
  }
}