@charset "UTF-8";
/* common
-------------------------------------------- */
.link-txt {
  color: #D61518;
  text-decoration: underline;
  display: inline-block;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
  }
}

.images__inr {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .images__inr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .images__inr picture {
    display: block;
    width: 100%;
  }
}
.images__inr picture:first-child {
  margin-right: 56px;
}
@media (max-width: 576px) {
  .images__inr picture:first-child {
    margin-bottom: 16px;
  }
}

.section__inr-bg {
  background: #FCF8F7;
  max-width: 1160px;
  margin-bottom: 80px;
  padding: 56px 56px 80px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .section__inr-bg {
    padding: 40px 5%;
    margin-bottom: 40px;
  }
}

.section__inr {
  max-width: 1160px;
  padding: 0 56px 80px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .section__inr {
    padding: 0 5%;
    margin-bottom: 40px;
  }
}

.section__heading {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section__heading {
    margin-bottom: 32px;
  }
}

.section__heading-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 5.6rem;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: inline-block;
  background: linear-gradient(0deg, #D61518, #F4944E);
  background: -webkit-linear-gradient(0deg, #D61518, #F4944E);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D61518;
}
@media screen and (max-width: 1024px) {
  .section__heading-en {
    font-size: 4rem;
  }
}

.section__heading-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .section__heading-jp {
    font-size: 1.6rem;
  }
}

.section__middle {
  margin: 0 auto;
  max-width: 1160px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section__middle {
    padding: 0 5%;
  }
}

.section__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}
.section__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section__list-item {
    margin-bottom: 8px;
  }
}
.section__list-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D61518;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .section__list-item::before {
    width: 8px;
    height: 8px;
  }
}

.text-red {
  color: #D61518;
  font-style: normal;
}

.image-400 {
  width: 400px;
}

.weight-bold {
  font-weight: bold;
}

/* mv
-------------------------------------------- */
.mv {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin: 0 auto 24px;
  }
}

/* introduction
-------------------------------------------- */
.introduction {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .introduction {
    margin-bottom: 40px;
  }
}

.introduction__lead {
  padding: 0 56px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .introduction__lead {
    padding: 0 5%;
    margin-bottom: 24px;
  }
}
.introduction__lead p {
  margin-bottom: 16px;
}
.introduction__lead p:last-child {
  margin-bottom: 0;
}
.introduction__lead h2,
.introduction__lead h3 {
  margin-bottom: 16px;
  line-height: 180%;
}
@media (max-width: 576px) {
  .introduction__lead h2,
  .introduction__lead h3 {
    margin-bottom: 16px;
    line-height: 160%;
  }
}
.introduction__lead h2:last-child,
.introduction__lead h3:last-child {
  margin-bottom: 0;
}

.introduction__note {
  background: #FCF8F7;
  padding: 32px 56px;
}
@media screen and (max-width: 1024px) {
  .introduction__note {
    padding: 24px 5%;
  }
}
.introduction__note p {
  margin-bottom: 8px;
}
.introduction__note p:last-child {
  margin-bottom: 0;
}

.introduction__note-title {
  font-size: 1.8rem;
  color: #D61518;
  font-weight: bold;
}

.introduction__lead-title {
  font-size: 1.8rem;
  color: #D61518;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .introduction__lead-title {
    font-size: 1.6rem;
  }
}

.introduction__inr-bg {
  background: #FCF8F7;
  max-width: 1160px;
  padding: 32px 40px;
  margin: 40px auto 16px;
}
.introduction__inr-bg .section__list-item {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .introduction__inr-bg {
    padding: 40px 5%;
    margin: 24px auto 16px;
  }
}

.introduction__image {
  padding: 0 5%;
}

/* course
-------------------------------------------- */
.course__text-area {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .course__text-area {
    margin-bottom: 24px;
  }
}

.course__text:first-child {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .course__text:first-child {
    margin-bottom: 24px;
  }
}

.course__text-red {
  font-size: 1.4rem;
  color: #D61518;
  font-weight: bold;
}

/* advantages
-------------------------------------------- */
.advantages__inr {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .advantages__inr {
    display: block;
    margin-bottom: 40px;
  }
}
.advantages__inr:last-child {
  margin-bottom: 0;
}

.advantages__txt-block {
  width: 62%;
  margin-right: 3%;
}
@media screen and (max-width: 1024px) {
  .advantages__txt-block {
    width: 100%;
    margin-right: 0;
  }
}
.advantages__txt-block p.numbers {
  font-family: "Noto Sans", sans-serif;
  font-size: 7.2rem;
  line-height: 110%;
  color: #F7DFD4;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .advantages__txt-block p.numbers {
    font-size: 4rem;
  }
}
.advantages__txt-block h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  color: #D61518;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .advantages__txt-block h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

.advantages__illust {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .advantages__illust {
    width: 90%;
    margin: 0 auto;
  }
}

/* present
-------------------------------------------- */
.present {
  max-width: 1048px;
  margin: 0 auto 80px;
  padding: 0 56px;
}
@media screen and (max-width: 768px) {
  .present {
    padding: 0;
    margin: 0 auto 40px;
  }
}

.present__txt {
  background: #F1F7FF;
}
.present__txt p {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 24px 16px;
}
@media screen and (max-width: 768px) {
  .present__txt p {
    padding: 16px 0 16px;
    margin: 0 5%;
  }
}

.present__code {
  max-width: 1048px;
  background: #ADC6E9;
  text-align: center;
  padding: 24px;
}

.code__inner {
  background: #fff;
  font-size: 1.8rem;
  display: inline-block;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .code__inner {
    font-size: 1.6rem;
  }
}

/* contents
-------------------------------------------- */
.contents__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contents__list {
    margin-bottom: 24px;
  }
}

/* profile
-------------------------------------------- */
.profile__inr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .profile__inr {
    display: block;
    margin-bottom: 24px;
  }
}

.profile__block {
  flex: 1;
}
.profile__block:first-child {
  margin-right: 80px;
}
@media screen and (max-width: 1024px) {
  .profile__block:first-child {
    margin-right: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #BDBDBD;
  }
}

.profile__block-top {
  display: flex;
  align-items: center;
}

.profile__photo {
  width: 45%;
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .profile__photo {
    width: 35%;
  }
}
.profile__photo2 {
  width: 45%;
  max-width: 200px;
  margin-right: 56px;
}
@media screen and (max-width: 1024px) {
  .profile__photo2 {
    margin: 0 auto 16px;
  }
}

.profile__ttl {
  width: 55%;
  margin: 0 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .profile__ttl {
    width: 65%;
    margin: 0 0 0 16px;
  }
}

.profile__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .profile__name {
    font-size: 1.6rem;
  }
}

.profile__name2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .profile__name2 {
    text-align: center;
    font-size: 1.6rem;
  }
}

.profile__position {
  font-size: 1.2rem;
  color: #AEAEAE;
  font-weight: normal;
  line-height: 150%;
}

.profile__position2 {
  font-size: 1.2rem;
  color: #AEAEAE;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .profile__position2 {
    text-align: center;
  }
}

.profile__txt {
  margin-top: 24px;
}

.profile__bottom {
  padding-top: 40px;
  border-top: #BDBDBD 1px solid;
}
@media screen and (max-width: 1024px) {
  .profile__bottom {
    padding-top: 24px;
  }
}

/* onlinesetsumeikai ------------------------*/

/* new-visa ------------------------*/
.new_visa_h3 {
  font-size: 1.4rem !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
}
.mar_top_8 {
  margin-top: 8px;
}

/* contact
-------------------------------------------- */
.contact {
  background: #FCF8F7;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 40px 0;
  }
}

.contact__wrapper, .calendar__wrapper {
  margin: 0 auto;
  background: #fff;
  max-width: 1160px;
  padding: 56px 24px 80px;
}
@media screen and (max-width: 1024px) {
  .contact__wrapper {
    width: 90%;
    padding: 24px 5% 48px;
  }
  .calendar__wrapper {
    padding: 24px 5% 48px;
  }
}

.contact__inr {
  max-width: 920px;
  margin: 0 auto;
}

.contact-form__calendar {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}
.contact-form__calendar .tableCaption {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
.contact-form__calendar .tableCaption .calendar_cap {
  font-size: 2.4rem;
  font-weight: bold;
}
.contact-form__calendar .tableCaption .calendar_arrow {
  color: #fff;
  font-size: 1.6rem;
  background-color: #e9c1c1;
  border: solid 2px #efcdcd;
  padding: 8px 30px;
  border-radius: 30px;
}
.contact-form__calendar .tableCaption .calendar_arrow.act {
  background-color: #d81c1b;
  border: solid 2px #f99999;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .contact-form__calendar {
    font-size: 1.4rem;
  }
  .contact-form__calendar .tableCaption .calendar_arrow {
    padding: 8px 15px;
  }
}
.contact-form__calendar table {
  width: 100%;
  table-layout: fixed;
}
.contact-form__calendar th {
  padding: 12px 0 14px;
  border: 1px solid #ddd;
  background: #FCF8F7;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact-form__calendar th {
    padding: 12px 0;
    line-height: 1.2;
  }
}
.contact-form__calendar td {
  width: 12%;
  text-align: center;
  padding: 12px 0 14px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .contact-form__calendar td {
    width: auto;
  }
}
.contact-form__calendar tr:nth-child(1) th{
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.contact-form__calendar tr:nth-child(1) th:not(.space) {
    border-bottom: 0;
}
.contact-form__calendar tr.days{
    border-bottom: 3px solid #ddd;
}

.contact-form__calendar .space {
  border-width: 1px 1px 0 1px;
  border-color: #ddd;
  border-style: solid;
  background: #ffffff;
  font-weight: normal;
}
.contact-form__calendar .saturday {
  color: #2375F1;
}
.contact-form__calendar .sunday {
  color: #D61518;
}
.contact-form__calendar .holiday {
  color: #D61518;
}
.contact-form__calendar .round-btn {
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 2px solid #D61518;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .contact-form__calendar .round-btn {
    width: 20px;
    height: 20px;
  }
}
.contact-form__calendar .actBtn {
  background-color: #D61518;
}
.contact-form__calendar .full {
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .contact-form__calendar .full {
    font-size: 2rem;
  }
}

.contact-lowest__txt {
  margin: 0 auto 40px;
}
.contact-lowest__txt li:first-child {
  margin-right: 16px;
}

.contact__txt {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .contact__txt {
    margin-top: 8px;
  }
  .contact__txt .caption {
    font-size: 1.2rem;
  }
}
.contact__txt li:first-child {
  margin-right: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  width: 100%;
  border: 1px solid #BDBDBD;
  font-size: 1.6rem;
  background: #fff;
  padding: 20px 24px;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea {
    padding: 8px;
  }
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #AEAEAE;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #AEAEAE;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  color: #333;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  height: 56px;
}
@media screen and (max-width: 1024px) {
  input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
    height: 48px;
  }
}

textarea {
  min-height: 270px;
  resize: vertical;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  textarea {
    min-height: 160px;
  }
}

.textarea-half {
  min-height: 120px;
}
@media screen and (max-width: 1024px) {
  .textarea-half {
    min-height: 96px;
  }
}

.contact-form__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}

.contact-form__ttl {
  width: 260px;
  padding-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .contact-form__ttl {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 0;
  }
}

.contact-form__ttl--required::after {
  content: "必須";
  background: #D61518;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  padding: 3px 9px 4px;
  width: 40px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .contact-form__ttl--required::after {
    margin-left: 6px;
  }
}

.contact-form__ttl--optional::after {
  content: "任意";
  background: #7b817d;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  padding: 3px 9px 4px;
  width: 40px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .contact-form__ttl--optional::after {
    margin-left: 6px;
  }
}

.contact-form__item {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .contact-form__item {
    display: block;
    margin-bottom: 24px;
  }
}

.contact-form__input {
  flex: 0 0 659px;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .contact-form__input {
    margin-left: 0;
  }
}

#dateTimeTxt, #dateTimeTxt1, #dateTimeTxt2 {
  margin: 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .contact-form__day {
    margin-top: 0;
  }
}
#dateTimeTxt a, #dateTimeTxt1 a, #dateTimeTxt2 a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}
#dateTimeTxt a:hover, #dateTimeTxt1 a:hover, #dateTimeTxt2 a:hover {
  cursor: pointer;
}

.input-half {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .input-half {
    display: block;
  }
}
.input-half input {
  flex: 0 0 322px;
}
.input-half input:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .input-half input:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

#last-name:user-invalid,
#first-name:user-invalid,
#furigana:user-invalid,
#email:user-invalid,
#email-check:user-invalid {
  border: 1px solid #D61518;
}

.errMsg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: bold;
  color: #D61518;
  margin-bottom: 8px;
}
.errAllMsg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: bold;
  color: #D61518;
  margin-bottom: 16px;
}

.contact__note {
  margin-bottom: 56px;
}
.contact__note p {
  margin-bottom: 8px;
}
.contact__note p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .contact__note p {
    font-size: 1.2rem;
  }
}
.contact__note a {
  display: inline-block;
  color: #D61518;
  text-decoration: underline;
}

.form-select, .form-select--half {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(/images/icon/arrow-down.webp) no-repeat right 16px center/12px 6px;
  border: 1px solid #BDBDBD;
  font-size: 1.6rem;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  height: 56px;
  color: #AEAEAE;
}
.form-select::-ms-expand, .form-select--half::-ms-expand {
  display: none;
}
@media screen and (max-width: 1024px) {
  .form-select, .form-select--half {
    height: 48px;
  }
}

.form-select--half {
  width: 322px;
}
@media (max-width: 576px) {
  .form-select--half {
    width: 100%;
  }
}

.select-box__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .select-box__row {
    margin-bottom: 0;
  }
}

.select-box__row2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .select-box__row2 {
    display: block;
  }
}


.select-box--small {
  width: 120px;
}
@media (max-width: 576px) {
  .select-box--small {
    width: 96px;
  }
}

.select-box--medium {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .select-box--medium {
    width: 120px;
  }
}

.select-box--large {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .select-box--large {
    width: 180px;
  }
}

.select-box--llarge {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .select-box--llarge {
    width: 240px;
  }
}

.select-box-small__inr {
  margin-right: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .select-box-small__inr {
    margin-right: 16px;
    margin-bottom: 12px;
  }
}

.select-box-large__inr {
  margin-bottom: 12px;
}

.select-box__text {
  font-size: 1.4rem;
  margin: 8px;
  display: inline-block;
}

.select-box__text2 {
  font-size: 1.4rem;
  margin: -4px 8px 8px;
  display: inline-block;
}

.contact-form__note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 8px;
}
.contact-form__radio {
  font-size: 1.6rem;
  padding: 18px 0 0;
}
@media screen and (max-width: 1024px) {
  .contact-form__radio {
    padding: 4px 0 0 0;
  }
}
.errMsg + .contact-form__radio {
  padding: 0;
}

.contact-form__radio-item {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .contact-form__radio-item {
    margin-right: 24px;
  }
}

.contact-form__radio-item .form-radio {
  display: none;
}
.contact-form__radio-item .form-radio + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 28px;
  position: relative;
  margin-bottom: 16px;
}
.contact-form__radio-item .form-radio + span::before, .contact-form__radio-item .form-radio + span::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form__radio-item .form-radio + span::before {
  background: #fff;
  border: 1px solid #BDBDBD;
  display: block;
  left: 0;
  width: 22px;
  height: 22px;
}
.contact-form__radio-item .form-radio + span::after {
  background: #2375F1;
  left: 4.5px;
  width: 13px;
  height: 13px;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}
.contact-form__radio-item .form-radio:checked + span::after {
  opacity: 1;
}

input[type=checkbox] {
  display: none;
}

.checkbox__input {
  font-size: 1.6rem;
  padding-top: 13px;
}

.checkbox__input-text {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 40px 5px 28px;
  margin-bottom: 16px;
  position: relative;
  width: auto;
}

.checkbox__input-text::before {
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  left: -2px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.checkbox__input-text::after {
  border-right: 3px solid #2375F1;
  border-bottom: 3px solid #2375F1;
  content: "";
  display: block;
  height: 13px;
  left: 6px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}

input[type=checkbox]:checked + .checkbox__input-text::after {
  opacity: 1;
}

.consent__input {
  padding: 5px 0 5px 28px;
}

#birthday-age {
  width: 120px;
}
@media (max-width: 576px) {
  #birthday-age {
    width: 96px;
  }
}

.contact-form__input-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .contact-form__input-ttl {
    margin-bottom: 12px;
  }
}

.contact__privacy-txt-box {
  height: 240px;
  padding: 24px;
  margin-bottom: 24px;
  overflow-y: scroll;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .contact__privacy-txt-box {
    font-size: 1.2rem;
    padding: 24px 5%;
  }
}
@media screen and (max-width: 1024px) {
  .contact__privacy-txt-box p {
    font-size: 1.2rem;
  }
}

.contact__consent-area {
  margin-bottom: 56px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .contact__consent-area {
    margin-bottom: 40px;
  }
}

input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.contact__submit-btn {
  padding: 16px 0;
  display: block;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 180%;
  font-weight: normal;
  text-align: center;
  transition: 0.2s;
  pointer-events: none;
  background: #D61518;
  color: #fff;
  width: 400px;
  margin: 0 auto;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 576px) {
  .contact__submit-btn {
    width: 100%;
  }
}

.contact__submit-btn[type=button][disabled] {
  color: #fff;
  background-color: #BDBDBD;
}

/* now loading */
#loadingBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
/*  background-color: #222; */
  opacity: 0.2;
  z-index: 9998;
}
#nowLoading {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.8;
  z-index: 9999;
}


/* thanks page
-------------------------------------------- */
.completed__txt {
  max-width: 920px;
  margin: 0 auto;
  padding: 120px 24px;
}
@media screen and (max-width: 1024px) {
  .completed__txt {
    padding: 64px 5%;
  }
}
.completed__txt a {
  display: inline-block;
  color: #D61518;
  text-decoration: underline;
}

.completed__txt-title {
  line-height: 1.5;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .completed__txt-title {
    font-size: 1.8rem;
  }
}

.article-banner {
    background-color: transparent !important;
}

.cards_wrap {
  display: flex;
  justify-content: center; 
  gap: 24px; 
}


/* 選択対象切り替えボタン */
.selection-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 20px;
  width: fit-content;
}

.selection-toggle__label {
  font-weight: bold;
  margin: 0;
  color: #333;
}

.selection-toggle__btn {
  position: relative;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.selection-toggle__btn.active {
  background: #d81c1b;
  border: solid 2px #f99999;
  color: #fff;
}

.selection-toggle__btn .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #007bff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}

.selection-toggle__btn.active .badge {
  background: #fff;
  color: #007bff;
}

/* カレンダーボタンの選択状態 */
.round-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #007bff;
  border-radius: 50%;
  cursor: pointer;
}

.round-btn.selected-first,
.round-btn.selected-second {
  background: #007bff;
  border-color: #007bff;
}

.round-btn.selected-first::after,
.round-btn.selected-second::after {
  content: attr(data-selected);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.round-btn.selected-second {
  background: #28a745;
  border-color: #28a745;
}

/* 選択済み日時の表示 */
#dateTimeTxt1 span,
#dateTimeTxt2 span {
  font-weight: bold;
  color: #333;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .selection-toggle {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
  }
  
  .selection-toggle__label {
    text-align: center;
  }
  
  .selection-toggle__btn {
    width: 100%;
    justify-content: center;
  }
}