/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
.form {
  background: #f7fcfd;
  padding-top: max(4rem, 40px);
}
.form__intro {
  text-align: center;
  margin-bottom: max(7.5rem, 30px);
}
.form__intro h3 {
  color: #5DC2D0;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(2rem, 15px);
}
.form__intro p {
  color: #333333;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form__messages--error {
  background: #fff0f0;
  border: 1px solid #d94848;
  border-radius: max(0.5rem, 6px);
  padding: max(1.5rem, 14px) max(2rem, 18px);
  margin-bottom: max(2rem, 20px);
}
.form__messages--error ul {
  margin: 0;
  padding-left: 1.5em;
}
.form__messages--error li {
  color: #d94848;
}
.form__content {
  margin-bottom: max(9.5rem, 50px);
  padding: max(13rem, 30px);
  background: #f7f7f7;
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .form__content {
    padding: max(13rem, 30px) 10%;
  }
}
@media screen and (max-width: 550px) {
  .form__content {
    padding: 30px 5%;
  }
}
.form__content__section {
  display: grid;
  grid-template-columns: auto 1fr;
}
.form__group {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: max(2rem, 15px) max(7rem, 20px);
  padding: max(1.5rem, 14px) 0;
  border-bottom: 1px solid #f0f5f6;
}
.form__group:last-child {
  border-bottom: none;
}
.form__group--error .form__label {
  color: #d94848;
}
@media screen and (max-width: 1000px) {
  .form__group {
    grid-template-columns: 1fr;
    gap: max(0.5rem, 6px);
  }
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4em;
  font-weight: 600;
  font-size: max(1.4rem, 13px);
  padding-top: max(0.8rem, 8px);
  color: #333333;
  line-height: 1.6;
}
.form__graduation__row--status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px max(5rem, 25px);
}
.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.5rem, 5px);
}
.form__field__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__field__inner--options {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px max(4.5rem, 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 550px) {
  .form__field__inner--options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form__field__inner--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__field__inner--grade-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(18rem, 85px), 1fr));
  gap: max(1rem, 10px) max(1rem, 10px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__field__inner--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(2rem, 15px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__field__inner--birth {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
}
.form__field__inner--graduation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(2rem, 15px);
}
.form__field__graduation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.8rem, 8px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__field__graduation__row--year .select__outer {
  min-width: max(8rem, 70px);
}
.form__field__graduation__row--status {
  gap: max(1rem, 10px);
}
.form__field__label {
  display: block;
  font-size: max(1.2rem, 12px);
  color: #777;
}
.form__field__suffix {
  font-size: max(1.4rem, 13px);
  color: #333333;
  white-space: nowrap;
}
.form__field__unit {
  font-size: max(1.4rem, 13px);
  color: #333333;
  white-space: nowrap;
  margin-left: max(1.5rem, 10px);
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: max(2rem, 15px) max(3rem, 20px);
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: max(1rem, 7px);
  font-size: max(1.5rem, 14px);
  line-height: 1.5;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form input[type=number]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=number]:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
.form input[type=text]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form input[type=tel]::-ms-input-placeholder, .form input[type=number]::-ms-input-placeholder, .form textarea::-ms-input-placeholder, .form select::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: rgba(51, 51, 51, 0.2);
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  border-color: #5DC2D0;
  -webkit-box-shadow: 0 0 0 3px rgba(93, 194, 208, 0.15);
          box-shadow: 0 0 0 3px rgba(93, 194, 208, 0.15);
}
.form input[type=text].number,
.form input[type=email].number,
.form input[type=tel].number,
.form input[type=number].number,
.form textarea.number,
.form select.number {
  width: min(max(15rem, 125px), 80%);
  text-align: center;
}
.form input[type=text].number-small,
.form input[type=email].number-small,
.form input[type=tel].number-small,
.form input[type=number].number-small,
.form textarea.number-small,
.form select.number-small {
  width: min(100%, max(18rem, 150px));
  text-align: center;
}
.form input[type=text][readonly] {
  background: #f5f5f5;
  cursor: default;
}
.form .select__outer {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(max(40rem, 300px), 70%);
}
.form .select__outer--birth-year {
  width: min(max(27rem, 225px), 65% - max(1rem, 10px));
}
.form .select__outer--birth-month {
  width: min(max(15rem, 120px), 35%);
}
.form .select__outer--preferred {
  width: min(max(40rem, 300px), 100%);
}
.form .select__outer::after {
  content: "";
  position: absolute;
  right: max(1.2rem, 12px);
  top: 50%;
  width: max(0.8rem, 7px);
  height: max(0.8rem, 7px);
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.form .select__outer select {
  padding-right: max(3.5rem, 32px);
  cursor: pointer;
}
.form__option, .form__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form__option input[type=radio],
.form__option input[type=checkbox], .form__checkbox input[type=radio],
.form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__option__inner, .form__checkbox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1.5rem, 10px);
}
.form__option__mark, .form__checkbox__mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: max(4rem, 30px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: max(1rem, 7px);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border-color 0.4s ease, background-color 0.4s ease;
  transition: border-color 0.4s ease, background-color 0.4s ease;
  position: relative;
}
.form__option__mark::after, .form__checkbox__mark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #5DC2D0;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form__option__text, .form__checkbox__text {
  white-space: nowrap;
}
.form__option--dept--pt, .form__checkbox--dept--pt {
  --dept-color: #6c9bd2;
}
.form__option--dept--st, .form__checkbox--dept--st {
  --dept-color: #ef858c;
}
.form__option--dept--po, .form__checkbox--dept--po {
  --dept-color: #f5a73e;
}
.form__option--dept input[type=radio]:checked ~ .form__option__inner .form__option__text, .form__checkbox--dept input[type=radio]:checked ~ .form__option__inner .form__option__text {
  color: var(--dept-color, #5DC2D0);
  font-weight: 600;
}
.form__option--dept:has(input[type=radio]:checked), .form__checkbox--dept:has(input[type=radio]:checked) {
  border-color: var(--dept-color, #5DC2D0);
  background: color-mix(in srgb, var(--dept-color, #5DC2D0) 8%, #fff);
}
.form__option--dept:has(input[type=radio]:checked) .form__option__mark, .form__checkbox--dept:has(input[type=radio]:checked) .form__option__mark {
  border-color: var(--dept-color, #5DC2D0);
}
.form__option--dept:has(input[type=radio]:checked) .form__option__mark::after, .form__checkbox--dept:has(input[type=radio]:checked) .form__option__mark::after {
  background: var(--dept-color, #5DC2D0);
  opacity: 1;
}
.form .form__option input[type=radio]:checked ~ .form__option__inner .form__option__mark,
.form .form__option input[type=checkbox]:checked ~ .form__option__inner .form__option__mark,
.form .form__checkbox input[type=radio]:checked ~ .form__checkbox__inner .form__checkbox__mark,
.form .form__checkbox input[type=checkbox]:checked ~ .form__checkbox__inner .form__checkbox__mark {
  border-color: #5DC2D0;
}
.form .form__option input[type=radio]:checked ~ .form__option__inner .form__option__mark::after,
.form .form__option input[type=checkbox]:checked ~ .form__option__inner .form__option__mark::after,
.form .form__checkbox input[type=radio]:checked ~ .form__checkbox__inner .form__checkbox__mark::after,
.form .form__checkbox input[type=checkbox]:checked ~ .form__checkbox__inner .form__checkbox__mark::after {
  opacity: 1;
}
.form__notice--pt {
  margin-top: max(0.8rem, 8px);
}
.form__notice--pt a {
  display: inline-block;
  color: #5DC2D0;
  text-decoration: underline;
}
.form__hint-small {
  display: inline-block;
  font-size: max(1.4rem, 12px);
}
.form__error {
  color: #d94848;
  font-size: max(1.3rem, 12px);
  margin: max(0.3rem, 3px) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.form__error::before {
  content: "!";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: max(1.6rem, 14px);
  height: max(1.6rem, 14px);
  border-radius: 50%;
  background: #d94848;
  color: #fff;
  font-size: max(1rem, 10px);
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form__privacy {
  position: relative;
  text-align: center;
  padding-top: max(3rem, 20px);
  padding-bottom: max(3rem, 20px);
  margin-top: max(7rem, 40px);
}
@media screen and (max-width: 768px) {
  .form__privacy {
    text-align: left;
  }
}
.form__privacy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, #333333 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
.form__privacy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, #333333 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
.form__privacy__text {
  font-size: max(1.3rem, 12px);
  color: #555;
  line-height: 2;
}
.form__privacy__text a {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
  margin-top: max(1rem, 10px);
}
.form__privacy__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.5rem, 5px);
  margin-bottom: max(2.5rem, 15px);
}
@media screen and (max-width: 768px) {
  .form__privacy__consent {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.form__privacy__consent--error .form__checkbox__text {
  color: #d94848;
}
.form__actions {
  margin-top: max(8rem, 30px);
}
.form__actions .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: max(42.5rem, 300px);
  padding: max(1.5rem, 14px) max(2%, 20px);
}
.form__actions--confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(2rem, 20px);
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.form__actions--confirm .btn {
  margin: 0;
}
.form__actions--confirm .btn--prev {
  opacity: 0.45;
}
.form .required-mark {
  color: #ef858c;
  font-weight: 700;
  margin-left: 0.2em;
  font-size: 0.9em;
}
.form__confirm__list {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 768px) {
  .form__confirm__list {
    grid-template-columns: 1fr;
  }
}
.form__confirm__item {
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: max(0.5rem, 5px) max(10rem, 20px);
  padding: max(2rem, 15px) 0;
}
@media screen and (max-width: 768px) {
  .form__confirm__item {
    grid-column: span 1;
  }
}
.form__confirm__item dt {
  font-size: max(1.8rem, 15px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form__confirm__item dd {
  font-size: max(1.5rem, 14px);
  word-break: break-all;
}
.form__content--complete {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0 0 max(9.5rem, 70px) 0;
  background: transparent;
  border-radius: 0;
}
@media screen and (max-width: 1000px) {
  .form__content--complete {
    padding-bottom: max(35rem, 150px);
  }
}
@media screen and (max-width: 768px) {
  .form__content--complete {
    text-align: left;
  }
}
.form__content--complete .form__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
}
.form__content--complete .form__deco__people {
  position: absolute;
  bottom: 0;
}
.form__content--complete .form__deco__people--left {
  left: 5%;
  width: max(18.5rem, 80px);
}
.form__content--complete .form__deco__people--right {
  right: 5%;
  width: max(19.5rem, 90px);
}
.form__content--complete h3 {
  color: #5DC2D0;
  font-size: max(3.6rem, 22px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(3rem, 25px);
}
.form__content--complete p {
  line-height: 2.5;
  margin-bottom: max(2rem, 20px);
}
.form__content--complete .attention {
  display: block;
  font-size: max(1.2rem, 11px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form__wrapper {
  display: none;
}
.form__wrapper.is-active, .form__wrapper[hidden]:not([hidden]) {
  display: block;
}
.form__wrapper:not([hidden]) {
  display: block;
}

#request {
  min-height: auto;
}
#request .form__section-note {
  font-size: max(1.4rem, 13px);
  color: #555;
  margin-bottom: max(2rem, 15px);
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  #request .form__content__section {
    grid-template-columns: 1fr;
  }
}
#request .form__content__section__header {
  grid-column: span 2;
  padding: max(2rem, 15px) 0 max(1rem, 10px);
  border-bottom: 2px solid #5DC2D0;
  margin-bottom: max(1rem, 10px);
}
#request .form__content__section__header h3 {
  color: #5DC2D0;
  font-size: max(2rem, 17px);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #request .form__content__section__header {
    grid-column: span 1;
  }
}
#request .form__content__section__body {
  grid-column: span 2;
}
@media screen and (max-width: 1000px) {
  #request .form__content__section__body {
    grid-column: span 1;
  }
}/*# sourceMappingURL=request.css.map */