@charset "UTF-8";
.section {
  width: 100%;
}
.section__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 8vw);
}
@media screen and (min-width: 768px) {
  .section__inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .section__inner {
    max-width: 1000px;
  }
}

.entry {
  width: 100%;
  padding: 8vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .entry {
    padding: 2.0833333333vw 0 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .entry {
    padding: 30px 0 70px;
  }
}
.entry__container {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .entry__container {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .entry__container {
    margin-bottom: 30px;
  }
}
.entry__item {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.2em;
}
@media screen and (min-width: 768px) {
  .entry__item {
    font-size: 1.6rem;
  }
}
.entry__item::before {
  position: absolute;
  content: "●";
  left: 0;
}
.entry__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.5333333333vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .entry__breadcrumb {
    justify-content: center;
    gap: 2.0833333333vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .entry__breadcrumb {
    gap: 30px;
    margin-bottom: 40px;
  }
}
.entry__breadcrumb--thanks {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .entry__breadcrumb--thanks {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .entry__breadcrumb--thanks {
    margin-bottom: 50px;
  }
}
.entry__text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #b2b2b2;
}
@media screen and (min-width: 768px) {
  .entry__text {
    font-size: 1.6rem;
  }
}
.entry__text--active {
  color: #0569B5;
}
.entry__arrow {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  display: inline-block;
  width: 3.4666666667vw;
  height: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .entry__arrow {
    width: 0.9027777778vw;
    height: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .entry__arrow {
    width: 13px;
    height: 22px;
  }
}
.entry__arrow::before, .entry__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 0.5333333333vw;
  border-radius: 0.5333333333vw;
  background-color: #b2b2b2;
  transform-origin: calc(100% - 0.2666666667vw) 50%;
}
@media screen and (min-width: 768px) {
  .entry__arrow::before, .entry__arrow::after {
    height: 0.1388888889vw;
    border-radius: 0.1388888889vw;
    transform-origin: calc(100% - 0.0694444444vw) 50%;
  }
}
@media screen and (min-width: 1440px) {
  .entry__arrow::before, .entry__arrow::after {
    height: 2px;
    border-radius: 2px;
    transform-origin: calc(100% - 1px) 50%;
  }
}
.entry__arrow::before {
  transform: rotate(45deg);
}
.entry__arrow::after {
  transform: rotate(-45deg);
}
.entry__message {
  font-size: 1.8rem;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .entry__message {
    font-size: 2rem;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .entry__message {
    margin-bottom: 30px;
  }
}
.entry__action {
  display: flex;
  justify-content: center;
  gap: 48vw;
}
@media screen and (min-width: 768px) {
  .entry__action {
    gap: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .entry__action {
    gap: 180px;
  }
}
.entry__btn {
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}
.entry__btn--top span,
.entry__btn--top button,
.entry__btn--top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.8vw;
  background-color: #ffffff;
  font-size: 1.4rem;
  color: #707070;
  border-radius: 6.4vw;
  border: 0.2666666667vw solid #707070;
  box-sizing: border-box;
  text-decoration: none;
  color: #707070;
  padding: 0 9.3333333333vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .entry__btn--top span,
  .entry__btn--top button,
  .entry__btn--top a {
    font-size: 1.6rem;
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
    padding: 0 2.4305555556vw 0 3.4722222222vw;
    border: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .entry__btn--top span,
  .entry__btn--top button,
  .entry__btn--top a {
    height: 48px;
    border-radius: 24px;
    padding: 0 35px 0 50px;
    border: 1px solid #707070;
  }
}
.entry__btn--top span:hover,
.entry__btn--top button:hover,
.entry__btn--top a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.entry__btn--top span::before,
.entry__btn--top button::before,
.entry__btn--top a::before {
  position: absolute;
  content: "◀";
  top: 50%;
  left: 6.6666666667vw;
  transform: translateY(-50%);
  color: #707070;
}
@media screen and (min-width: 768px) {
  .entry__btn--top span::before,
  .entry__btn--top button::before,
  .entry__btn--top a::before {
    left: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .entry__btn--top span::before,
  .entry__btn--top button::before,
  .entry__btn--top a::before {
    left: 25px;
  }
}

.form__required {
  font-size: 1.4rem;
  display: inline-block;
  color: #FF0000;
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__required {
    font-size: 1.6rem;
    margin-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__required {
    margin-left: 10px;
  }
}
.form__red {
  color: #FF0000;
}
.form .error {
  color: #FF0000;
}
.form__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__title {
    font-size: 2rem;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__title {
    margin-bottom: 20px;
  }
}
.form__table {
  width: 100%;
}
.form__table--form {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__table--form {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__table--form {
    margin-bottom: 20px;
  }
}
.form__table--confirm {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .form__table--confirm {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__table--confirm {
    margin-bottom: 90px;
  }
}
.form__tr {
  display: block;
  border-bottom: 0.2666666667vw solid #707070;
}
@media screen and (min-width: 768px) {
  .form__tr {
    display: table-row;
    border-bottom: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .form__tr {
    border-bottom: 1px solid #707070;
  }
}
.form__tr:first-child {
  border-top: 0.2666666667vw solid #707070;
  border-bottom: 0.2666666667vw solid #707070;
}
@media screen and (min-width: 768px) {
  .form__tr:first-child {
    border-top: 0.0694444444vw solid #707070;
    border-bottom: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .form__tr:first-child {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
.form__th {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding: 5.3333333333vw 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .form__th {
    display: table-cell;
    font-size: 1.6rem;
    min-width: 16.4583333333vw;
    padding: 1.3888888889vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__th {
    min-width: 237px;
    padding: 20px 10px;
  }
}
.form__td {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__td {
    display: table-cell;
    font-size: 1.6rem;
    padding: 1.3888888889vw 6.25vw 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .form__td {
    padding: 20px 90px 20px 0;
  }
}
.form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
@media screen and (min-width: 768px) {
  .form__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__wrapper {
    gap: 40px;
  }
}
.form__input {
  font-size: 1.4rem;
  width: 100%;
  height: 9.3333333333vw;
  border: 0.2666666667vw solid #707070;
  padding: 1.3333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .form__input {
    font-size: 1.6rem;
    width: 45vw;
    height: 1.875vw;
    padding: 0.3472222222vw;
    border: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .form__input {
    width: 648px;
    height: 27px;
    padding: 5px;
    border: 1px solid #707070;
  }
}
@media screen and (min-width: 768px) {
  .form__input--postal_code {
    width: 17.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__input--postal_code {
    width: 246px;
  }
}
.form__select {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__select {
    width: 45vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__select {
    width: 648px;
  }
}
.form__select select {
  width: 100%;
  height: 9.3333333333vw;
  font-size: 1.4rem;
  color: #707070;
  border: 0.2666666667vw solid #707070;
  padding: 0 5.3333333333vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .form__select select {
    font-size: 1.6rem;
    height: 1.875vw;
    padding: 0 1.3888888889vw;
    border: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .form__select select {
    height: 27px;
    padding: 0 20px;
    border: 1px solid #707070;
  }
}
.form__select::after {
  content: "▼";
  font-size: 1.4rem;
  color: #707070;
  position: absolute;
  right: 2.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .form__select::after {
    font-size: 1.6rem;
    right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__select::after {
    right: 10px;
  }
}
.form__textarea {
  font-size: 1.4rem;
  width: 100%;
  height: 25.3333333333vw;
  border: 1px solid #707070;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    font-size: 1.6rem;
    max-width: 45vw;
    height: 6.5972222222vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__textarea {
    max-width: 648px;
    height: 95px;
    padding: 10px;
  }
}
.form__label {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form__label {
    font-size: 1.6rem;
  }
}
.form__label a {
  text-decoration: underline;
}
.form__label a:hover {
  opacity: 0.5;
  transform: 0.5s;
}
.form__checkbox {
  font-size: 1.4rem;
  appearance: none;
  position: relative;
  width: 4vw;
  height: 4vw;
  border: 1px solid #707070;
  cursor: pointer;
  margin: 0 1.3333333333vw 1.3333333333vw 0;
  transform: translateY(0.5333333333vw);
}
@media screen and (min-width: 768px) {
  .form__checkbox {
    font-size: 1.6rem;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0 0.3472222222vw 0.3472222222vw 0;
    transform: translateY(0.1388888889vw);
  }
}
@media screen and (min-width: 1440px) {
  .form__checkbox {
    width: 15px;
    height: 15px;
    margin: 0 5px 5px 0;
    transform: translateY(2px);
  }
}
.form__checkbox:checked {
  background-color: #50b6f3;
}
.form__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.2666666667vw;
  width: 2.9333333333vw;
  height: 1.6vw;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .form__checkbox:checked::after {
    left: 0.0694444444vw;
    width: 0.7638888889vw;
    height: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__checkbox:checked::after {
    left: 1px;
    width: 11px;
    height: 6px;
  }
}
.form__container {
  margin-bottom: 9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .form__container {
    margin-bottom: 2.5694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__container {
    margin-bottom: 37px;
  }
}
.form__policy {
  height: 53.3333333333vw;
  line-height: 1.5;
  border: 1px solid #707070;
  overflow-y: scroll;
  padding: 2.6666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .form__policy {
    height: 13.8888888889vw;
    padding: 0.6944444444vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__policy {
    height: 200px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.form__action {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__action {
    flex-direction: row;
    gap: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__action {
    gap: 180px;
  }
}
.form__btn {
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}
.form__btn--white span,
.form__btn--white button,
.form__btn--white a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.8vw;
  background-color: #ffffff;
  font-size: 1.4rem;
  color: #707070;
  border-radius: 6.4vw;
  border: 0.2666666667vw solid #707070;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__btn--white span,
  .form__btn--white button,
  .form__btn--white a {
    font-size: 1.6rem;
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
    padding: 0 2.4305555556vw;
    border: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--white span,
  .form__btn--white button,
  .form__btn--white a {
    height: 48px;
    border-radius: 24px;
    padding: 0 35px;
    border: 1px solid #707070;
  }
}
.form__btn--white span:hover,
.form__btn--white button:hover,
.form__btn--white a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.form__btn--white span,
.form__btn--white button,
.form__btn--white a {
  text-decoration: none;
  background-color: #FFF;
}
.form__btn--blue span,
.form__btn--blue button,
.form__btn--blue a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.8vw;
  background-color: #50B6F3;
  font-size: 1.4rem;
  border-radius: 6.4vw;
  box-sizing: border-box;
  text-decoration: none;
  color: #333333;
  padding: 0 12vw 0 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__btn--blue span,
  .form__btn--blue button,
  .form__btn--blue a {
    font-size: 1.6rem;
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
    padding: 0 3.125vw 0 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--blue span,
  .form__btn--blue button,
  .form__btn--blue a {
    height: 48px;
    border-radius: 24px;
    padding: 0 45px 0 35px;
  }
}
.form__btn--blue span:hover,
.form__btn--blue button:hover,
.form__btn--blue a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.form__btn--blue span::before,
.form__btn--blue button::before,
.form__btn--blue a::before {
  position: absolute;
  content: "▶";
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  color: #333333;
}
@media screen and (min-width: 768px) {
  .form__btn--blue span::before,
  .form__btn--blue button::before,
  .form__btn--blue a::before {
    right: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--blue span::before,
  .form__btn--blue button::before,
  .form__btn--blue a::before {
    right: 15px;
  }
}
.form__btn--postal_code span,
.form__btn--postal_code button,
.form__btn--postal_code a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  min-width: 64.5333333333vw;
  width: auto;
  height: 9.8666666667vw;
  border-radius: 3.7333333333vw;
  background-color: #C5C5C5;
  box-sizing: border-box;
  text-decoration: none;
  color: #707070;
  padding: 0 10.6666666667vw 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__btn--postal_code span,
  .form__btn--postal_code button,
  .form__btn--postal_code a {
    font-size: 1.6rem;
    min-width: 16.8055555556vw;
    height: 2.5694444444vw;
    border-radius: 0.9722222222vw;
    padding: 0 2.7777777778vw 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--postal_code span,
  .form__btn--postal_code button,
  .form__btn--postal_code a {
    min-width: 242px;
    height: 37px;
    border-radius: 14px;
    padding: 0 40px 0 10px;
  }
}
.form__btn--postal_code span:hover,
.form__btn--postal_code button:hover,
.form__btn--postal_code a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
.form__btn--postal_code span::before,
.form__btn--postal_code button::before,
.form__btn--postal_code a::before {
  position: absolute;
  content: "▶";
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  color: #707070;
}
@media screen and (min-width: 768px) {
  .form__btn--postal_code span::before,
  .form__btn--postal_code button::before,
  .form__btn--postal_code a::before {
    right: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__btn--postal_code span::before,
  .form__btn--postal_code button::before,
  .form__btn--postal_code a::before {
    right: 15px;
  }
}