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

#entry #form {
  background: #fff;
}
#entry #form .form__wrapper {
  padding-top: max(12.5rem, 70px);
  padding-bottom: max(16rem, 100px);
}
#entry #form .form__wrapper ul.form__status {
  display: flex;
  gap: max(1rem, 10px);
  margin-bottom: max(11rem, 50px);
}
#entry #form .form__wrapper ul.form__status li {
  flex: 1;
  padding: max(1rem, 10px);
  border: 1px solid #3b3128;
  border-radius: 20px;
  text-align: center;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
#entry #form .form__wrapper ul.form__status li.accent {
  color: #fff;
  background: #3b3128;
}
#entry #form .form__wrapper .form__content .form__title {
  text-align: center;
  margin-bottom: max(10rem, 50px);
}
@media screen and (max-width: 768px) {
  #entry #form .form__wrapper .form__content .form__title {
    text-align: left;
  }
}
#entry #form .form__wrapper .form__content .form__title h3 {
  font-size: max(2.2rem, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: max(3.5rem, 30px);
}
#entry #form .form__wrapper .form__content .form__title--tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: max(2.2rem, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: max(5rem, 30px);
}
#entry #form .form__wrapper .form__content .form__title--tel a {
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#entry #form .form__wrapper .form__content .form__buttons {
  display: flex;
  justify-content: center;
  gap: max(17rem, 100px);
}
#entry #form .form__wrapper .form__content .form__buttons .form__btn--back {
  opacity: 0.4;
}
#entry #form .form__wrapper .form__content .form__inner {
  display: flex;
  gap: max(3.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #entry #form .form__wrapper .form__content .form__inner {
    flex-direction: column;
  }
}
#entry #form .form__wrapper .form__content .form__inner .form__notice {
  flex-shrink: 0;
}
#entry #form .form__wrapper .form__content .form__inner .form__notice span.form__required {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
#entry #form .form__wrapper .form__content .form__inner .form__notice span.form__required sup {
  top: 0;
  color: #e48a40;
  font-size: inherit;
  font-weight: inherit;
}
#entry #form .form__wrapper .form__content .form__inner .form__notice .form__errors {
  margin-top: max(2rem, 15px);
  padding: max(2rem, 15px);
  background: rgba(228, 138, 64, 0.1);
  border-left: 4px solid #e48a40;
  border-radius: 4px;
}
#entry #form .form__wrapper .form__content .form__inner .form__notice .form__errors .error-title {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  color: #e48a40;
  margin-bottom: max(1rem, 8px);
}
#entry #form .form__wrapper .form__content .form__inner .form__notice .form__errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#entry #form .form__wrapper .form__content .form__inner .form__notice .form__errors ul li {
  font-size: max(1.2rem, 11px);
  color: #e48a40;
  margin-bottom: max(0.5rem, 4px);
}
#entry #form .form__wrapper .form__content .form__inner .form__notice .form__errors ul li:last-child {
  margin-bottom: 0;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form {
  flex: 1;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row {
  display: grid;
  align-items: first baseline;
  grid-template-columns: max(25rem, 130px) 1fr;
  -moz-column-gap: max(4rem, 20px);
       column-gap: max(4rem, 20px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row:not(:first-of-type) {
  margin-top: max(3rem, 30px);
}
@media screen and (max-width: 768px) {
  #entry #form .form__wrapper .form__content .form__inner .contact-form .form__row {
    row-gap: 10px;
    grid-template-columns: 1fr;
  }
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .select__wrapper {
  position: relative;
  max-width: max(25rem, 200px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .select__wrapper img {
  position: absolute;
  top: 50%;
  right: max(3rem, 20px);
  transform: translateY(-50%);
  height: 0.4lh;
  width: auto;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .select__wrapper select {
  width: 100%;
  padding-right: max(7rem, 50px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .select__wrapper select::picker(select) {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  padding: max(1.5rem, 10px) max(3.5rem, 25px);
  background: rgba(238, 237, 236, 0.6);
  box-shadow: 0 0 10px rgba(59, 49, 40, 0.4);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .select__wrapper select option {
  font-size: max(1.4rem, 12px);
  line-height: 2;
  font-weight: 400;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .select__wrapper select option:not(:first-of-type) {
  margin-top: max(1rem, 10px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row label {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #entry #form .form__wrapper .form__content .form__inner .contact-form .form__row label {
    text-align: left;
  }
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row label sup {
  top: 0;
  color: #e48a40;
  font-size: 1em;
  line-height: 1;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row input,
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row select,
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row textarea {
  padding: max(1.5rem, 10px) max(3.5rem, 15px);
  background: rgba(238, 237, 236, 0.6);
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
  border-radius: 4px;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row input:focus,
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row select:focus,
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row textarea:focus {
  outline: 1px solid #3b3128;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row input[type=date],
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row select[type=date],
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row textarea[type=date] {
  width: max(25rem, 200px);
  max-width: max(25rem, 200px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row input {
  flex: 1;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: max(2rem, 15px);
}
@media screen and (max-width: 768px) {
  #entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__radio-group {
    flex-direction: column;
    gap: max(1rem, 10px);
  }
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__radio-group .form__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  position: relative;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__radio-group .form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__radio-group .form__radio span {
  line-height: 1.5;
  position: relative;
  padding-left: max(3rem, 25px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__radio-group .form__radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: max(1.8rem, 16px);
  height: max(1.8rem, 16px);
  border: 2px solid #3b3128;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__radio-group .form__radio span::after {
  content: "";
  position: absolute;
  left: max(0.9rem, 8px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(1rem, 8px);
  height: max(1rem, 8px);
  border-radius: 50%;
  background: #3b3128;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__radio-group .form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__radio-group .form__radio:hover span::before {
  border-color: rgba(59, 49, 40, 0.7);
  box-shadow: 0 0 0 2px rgba(59, 49, 40, 0.1);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__date-input input[type=date] {
  max-width: max(25rem, 200px);
  font-family: inherit;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__graduation-group {
  display: flex;
  flex-direction: column;
  gap: max(2rem, 15px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__graduation-group .form__date-input {
  margin-bottom: max(1rem, 10px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__row .form__graduation-group .form__radio-group {
  margin-top: 0;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .privacy__content {
  height: 300px;
  overflow-y: auto;
  border: 1px solid rgba(59, 49, 40, 0.15);
  padding: max(4rem, 20px);
  font-size: max(1.2rem, 11px);
  line-height: 1.8;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .privacy__content h5 {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  margin-top: max(2rem, 15px);
  margin-bottom: max(1rem, 8px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .privacy__content h5:first-of-type {
  margin-top: 0;
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .privacy__content p {
  margin-bottom: max(1.5rem, 12px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .privacy__content ul {
  margin-left: max(2rem, 15px);
  margin-bottom: max(1.5rem, 12px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .privacy__content ul li {
  margin-bottom: max(0.5rem, 4px);
}
#entry #form .form__wrapper .form__content .form__inner .contact-form .form__submit {
  text-align: center;
  margin-top: max(9rem, 50px);
}
#entry #form .form__wrapper .form__content .form__inner .confirm__content {
  flex: 1;
  margin-bottom: max(10rem, 50px);
}
#entry #form .form__wrapper .form__content .form__inner .confirm__content dl {
  display: grid;
  align-items: first baseline;
  grid-template-columns: max(25rem, 130px) 1fr;
  -moz-column-gap: max(4rem, 20px);
       column-gap: max(4rem, 20px);
  font-size: max(1.4rem, 12px);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #entry #form .form__wrapper .form__content .form__inner .confirm__content dl {
    grid-template-columns: 1fr;
  }
}
#entry #form .form__wrapper .form__content .form__inner .confirm__content dl dt {
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: right;
}
#entry #form .form__wrapper .form__content .form__inner .confirm__content dl dt:not(:first-of-type) {
  margin-top: max(3rem, 20px);
}
@media screen and (max-width: 768px) {
  #entry #form .form__wrapper .form__content .form__inner .confirm__content dl dt {
    text-align: left;
  }
}
#entry #form .form__wrapper .form__content .form__inner .confirm__content dl dt sup {
  top: 0;
  color: #e48a40;
  font-size: 1em;
  line-height: 1;
}
#entry #form .form__wrapper .form__content .form__inner .confirm__content dl dd {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
}
#entry #form .form__wrapper .form__content .form__inner .confirm__content dl dd:not(:first-of-type) {
  margin-top: max(3rem, 20px);
}
@media screen and (max-width: 768px) {
  #entry #form .form__wrapper .form__content .form__inner .confirm__content dl dd:not(:first-of-type) {
    margin-top: 0;
  }
}/*# sourceMappingURL=entry-form.css.map */