@charset "UTF-8";
.entry__container {
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .entry__container {
    padding-top: 4rem;
  }
}
.entry__section:nth-child(1) {
  margin-bottom: 4.5rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .entry__section:nth-child(1) {
    margin-bottom: 2.5rem;
    padding-top: 2rem;
  }
}
.entry__section:nth-child(1) .entry__inner {
  width: unset;
}
@media screen and (max-width: 1199px) {
  .entry__section:nth-child(1) .entry__inner {
    padding: 0;
  }
}
.entry__section:last-child {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .entry__section:last-child {
    margin-bottom: 5rem;
  }
}
.entry__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .entry__inner {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .entry__inner {
    padding: 0 1rem;
  }
}
.entry__txt {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .entry__txt {
    font-size: 1rem;
  }
}
.entry__txt-other {
  font-size: 1rem;
}
.entry__link-txt {
  transition: opacity 0.3s;
}
.entry__link-txt:hover {
  opacity: 0.8;
}
.entry__ttl-wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .entry__ttl-wrapper {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .entry__ttl-wrapper {
    padding: 0 1rem;
  }
}
.entry__sub-ttl {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 1.5em;
  font-size: 18px;
  color: #ee7f23;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .entry__sub-ttl {
    padding-left: 1em;
    font-size: 1rem;
  }
}
.entry__sub-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  background: url("/assets/img/dot.png") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .entry__sub-ttl::before {
    width: 6px;
    height: 6px;
  }
}
.entry__content {
  padding: 5rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .entry__content {
    padding: 2.5rem 1rem;
    border-radius: 0.5rem;
  }
}
.entry__flow-img {
  display: block;
  width: 100%;
  max-width: 295px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .entry__flow-img {
    width: 85%;
  }
}
.entry__form-group {
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .entry__form-group {
    display: block;
    margin-bottom: 2.5rem;
  }
}
.entry__form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e3e4e5;
  border-radius: 4px;
}
.entry__form-label {
  flex-shrink: 0;
  width: 216px;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .entry__form-label {
    display: inline-block;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1;
  }
}
.entry__form-label.required::after {
  content: "必須";
  display: inline-block;
  background: #3783ca;
  color: #ffffff;
  margin-left: 1.5em;
  padding: 6px 10px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .entry__form-label.required::after {
    padding: 4px 0.5rem;
  }
}
.entry__form-input {
  flex: 1;
}
.entry__form-input--radios {
  display: flex;
  align-items: center;
  gap: 2rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 350px) {
  .entry__form-input--radios {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.entry__form-input.file-upload {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .entry__form-input.file-upload {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.entry__field {
  max-width: 600px;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e3e4e5;
  border-radius: 4px;
}
.entry__radio-label {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .entry__radio-label {
    font-size: 14px;
  }
}
.entry__custom-file-upload {
  display: inline-block;
  margin-right: 1.25rem;
  padding: 0.75rem 2.5rem;
  color: #ffffff;
  line-height: 1;
  background: #3e5e8c;
  border-radius: 4px;
  transition: background 0.3s;
}
@media screen and (max-width: 1199px) {
  .entry__custom-file-upload {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .entry__custom-file-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 295px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
}
.entry__custom-file-upload {
  cursor: pointer;
}
.entry__custom-file-upload:hover {
  background: #12315d;
}
.entry__hidden-file-input {
  display: none; /* 実際のinput type="file"を隠す */
}
.entry__file-info {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .entry__file-info {
    display: block;
  }
}
.entry__consent-group {
  text-align: center;
  margin-bottom: 2.5rem;
}
.entry__consent-label {
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .entry__consent-label {
    text-align: left;
    font-size: 14px;
  }
}
.entry__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 320px;
  height: 3.5rem;
  font-size: 18px;
  color: #ffffff;
  background: #ee7f23;
  border: none;
  border-radius: 100vh;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .entry__btn {
    width: 100%;
    height: 50px;
  }
}
.entry__btn:hover {
  background: #12315d;
}
.entry__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 10px;
  background: url("/assets/img/arrow-right.svg") center/contain no-repeat;
}
@media screen and (max-width: 1199px) {
  .entry__btn::before {
    right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .entry__btn::before {
    width: 1.25rem;
    height: 0.5rem;
  }
}

/*# sourceMappingURL=entry.css.map */
