@charset "utf-8";

/*===================
single-online
===================*/
/* fv */
.fv__txt05 {
  font-size: 17px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .fv__txt05 {
    font-size: 13px;
  }
}

/* intro */
.intro__ttl--sub {
  margin-bottom: 47px;
  font-size: 19px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.intro__icon {
  width: 51px;
  margin: 0 auto 56px;
}
.intro__box .img {
  min-height: 460px;
}
.intro__txtGroup {
  width: 100%;
  min-width: fit-content;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.intro__txt05 {
  margin-bottom: clamp(30px, 3.43vw, 93px);
  font-size: clamp(14px, 1.18vw, 17px);
  line-height: 1.823;
  color: #fff;
  text-align: center;
}
.intro__txt06 {
  font-size: 11px;
  line-height: 3.73;
  color: #fff;
  text-align: center;
}

/* use */
.use__talkList {
  max-width: 960px;
  margin: 0 auto 177px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 4.453125vw, 57px) 13.2%;
}
.use__talkList > *:nth-child(even) {
  margin-top: 77px;
}
.use__talkItem {
  position: relative;
}
.use__talkItem--pic {
  margin-bottom: 20px;
}
.use__talkItem--pic .img {
  border-radius: 10px;
}
.use__talkItem--num {
  width: 70px;
  position: absolute;
  top: -35px;
  left: -35px;
}

.use__talkItem--ttl {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.25;
  color: #fff;
}
.use__talkItem--txt {
  font-size: 12px;
  line-height: 1.83;
  color: #fff;
}
.use__talkItem--btn {
  max-width: 268px;
  margin: 46px auto 0;
}
.use__talkItem--btnLink {
  display: block;
  width: 100%;
  padding: 19px 0;
  border: 1px solid #fff;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.28em;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.use__talkItem--btnLink:hover {
  background: #fff;
  color: #132f3d;
}
.use__thinkTtlBox {
  margin-bottom: 46px;
}
.use__thinkTtl {
  margin-bottom: 12px;
  font-size: 19px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.use__thinkTxt {
  font-size: 14px;
  line-height: 1.83;
  color: #fff;
  text-align: center;
}
.single-online .use__sessionBox {
  margin-bottom: 160px;
}
.single-online .use__pic .img {
  border-radius: 10px;
}
.single-online .use__ttl02 {
  letter-spacing: 0;
}
.single-online .use__txtDetail {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.83;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .use__talkList {
    gap: clamp(60px, 4.453125vw, 57px) 7.2%;
  }
  .use__talkItem--num {
    top: -24px;
    left: -15px;
  }
}
@media screen and (max-width: 570px) {
  .use__talkList {
    grid-template-columns: repeat(1, 1fr);
  }
  .use__talkList > *:nth-child(even) {
    margin-top: 0;
  }
  .use__talkItem--num {
    width: 60px;
    left: -10px;
  }
}

/* form */
.form {
  padding: 78px 0 98px;
}
.form__inner {
  max-width: 643px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.form-title__wrap {
  width: 100%;
}
.form-title__heading {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.form-title__text {
  text-align: center;
}
.form__label {
  min-width: 165px;
}
.form__row--pr0 {
  padding-right: 0;
}
.reserve-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.reserve-form__date {
  width: 50%;
}
.reserve-form__time {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reserve-form__timeBox {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reserve-form__timeBox02 {
  width: 50%;
}
.reserve-form__time span {
  width: fit-content;
  min-width: fit-content;
  padding-left: 10px;
  font-size: 13px;
}

.reserve-form__date input,
.reserve-form__select select {
  color: #4a4a4a;
}

/* select */
.reserve-form__select {
  position: relative;
  width: 100%;
}

.reserve-form__select select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* 矢印 */
.reserve-form__select::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.mw_wp_form .error {
  font-size: 10px !important;
}
/* 確認画面 */
.mw_wp_form_confirm .reserve-form {
  font-size: 13px;
}
.mw_wp_form_confirm .reserve-form__select::after {
  display: none;
}
.mw_wp_form_confirm .reserve-form__timeBox {
  justify-content: flex-start;
}
.mw_wp_form_confirm .reserve-form__time {
  width: 28%;
}
.mw_wp_form_confirm .reserve-form__select {
  width: fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 750px) {
  .form__label {
    min-width: auto;
  }
  .mw_wp_form_confirm .form__label {
    margin-top: 0;
  }
}
@media screen and (max-width: 660px) {
  .reserve-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .reserve-form__date {
    width: 100%;
  }
  .reserve-form__time {
    width: 100%;
  }
  .mw_wp_form_confirm .reserve-form__time {
    width: fit-content;
  }
}
