@charset "utf-8";

.timetable .cont-area::after {
  background-position: right 600px;
}

.step {
  background: #fff;
  padding: 43px calc(50vw - 50%) 64px;
  margin: 0 calc(50% - 50vw) 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step .inner {
  min-width: 1225px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step h1 {
  margin-bottom: 0;
}

.step-list {
  width: 491px;
  margin-right: 15px;
}

.step-list ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  align-items: flex-end;
}

.step-list li {
  width: 108px;
  height: 111px;
  background: #d9d9d9;
  border-radius: 13px 13px 0 13px;
  text-align: center;
  color: #9c9c9c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.47;
}

.step-list dt {
  display: inline-block;
  background: #ececec;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 1.3rem;
  border-radius: 60px;
  color: #9e9e9e;
  margin-bottom: 5px;
  padding: 0 13px 2px;
}

.step-list dt span {
  font-weight: 500;
  font-size: 1.8rem;
}

.step-list dd {
  font-size: 1.9rem;
  font-weight: 500;
}

.step-list li.on {
  width: 122px;
  height: 133px;
  background: #000;
}

.step-list li.on dt {
  background: #4d4d4d;
  color: #fff;
}

.step-list li.on dd {
  color: #fff;
}

/*session-select
---------------------------------------------------- */
.select-body .pickup .timetable-box {
  cursor: default;
}

.select-body .select-txt {
  display: flex;
  margin-bottom: 50px;
}

.select-body .select-txt p {
  font-size: 2.2rem;
  font-weight: 500;
}

.select-body .select-txt ul {
  display: flex;
}

.select-body .select-txt li {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 30px;
}

.select-body .select-txt img {
  margin-right: 7px;
  width: 18px;
}

.select-body .timetable-box {
  padding-top: 20px;
}

.select-body .session-time dl {
  padding-bottom: 0;
  border-bottom: 4px solid #f7f7f7;
  line-height: 1;
}

.select-body .session-time dl::before {
  display: none;
}

.select-body .choice {
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0 25px 0 5px;
  height: 60px;
}

.select-body .choice input {
  position: relative;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 10px;
}

.select-body .choice input::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #504d4e;
  border-radius: 3px;
  background: #e9e9e9;
}

.select-body .choice input[type='checkbox']:checked::before {
  background: #504d4e;
  border-radius: 5px;
}

.select-body .choice input[type='checkbox']:checked::after {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.select-body .status {
  border-left: 4px solid #f7f7f7;
  border-right: 4px solid #f7f7f7;
  padding: 0 19px;
  height: 60px;
}

.select-body .session-time .time {
  height: 60px;
  padding: 0 20px;
  flex: 1;
}

.select-body .disable {
  cursor: default;
  position: relative;
}

.select-body .disable::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0.7);
  z-index: 1;
  border-radius: 0 0 40px 0;
}

.select-body .disable .choice input {
  cursor: default;
}

.select-body .disable .choice input::before {
  background: #e9e9e9;
  border-color: #e9e9e9;
}

.select-body .col03 .choice,
.select-body .col04 .choice {
  padding: 0 10px 0 0;
}

.select-body .col03 .status,
.select-body .col04 .status {
  padding: 0 10px;
}

.select-body .col03 .time,
.select-body .col04 .time {
  padding: 0 0 0 10px;
}

.select-body .col04 .time {
  display: block;
  padding-top: 10px;
}

.select-body .col04 .time span {
  padding-right: 0;
}

.select-body .next button,
.entry-area .btn button,
.thanks-box .btn a {
  width: 300px;
  height: 80px;
  margin: 60px auto 0;
  font-size: 1.8rem;
  font-weight: 500;
}

.select-body .next button::before,
.entry-area .btn button::before,
.thanks-box .btn a::before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 15px;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../common/img/ico_arrow.svg) 0 0 / contain no-repeat;
}

.select-body .next button:disabled {
  background: #ccc;
  pointer-events: none;
}

/*entry
---------------------------------------------------- */
.entry-area {
  padding-top: 0;
}

.entry-area::after {
  background-position: right 200px;
}

.entry-area::before {
  background-position: left 0 bottom -230px;
}

.entry-area .step {
  border-radius: 40px;
}

.entry-body {
  width: 650px;
  margin: 0 auto;
}

.entry-form .lead p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 35px;
}

.entry-form .error-txt p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  color: #ff4d6a;
  margin-bottom: 30px;
}

.entry-form__box {
  display: flex;
  margin-bottom: 29px;
}

.entry-form__box dl {
  width: 100%;
}

.entry-form__box dt {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.6rem;
}

.entry-form__box dd {
  margin: 10px 0 0;
}

.required {
  color: #ff4d6a;
}

.entry-form__box.flbox {
  justify-content: space-between;
}

.entry-form__box.flbox dl {
  width: 48%;
}

.entry-form__check {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -27px -20px 0;
}

.entry-form__check .form-choice {
  margin: 0 27px 20px 0;
  line-height: 20px;
}

.entry-form__privacy {
  padding: 20px 25px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #000;
  font-weight: 300;
}

.entry-form__privacy a {
  color: #333;
}

.agree-checkbox {
  margin-top: 20px;
}

.agree-checkbox .form-checkbox {
  display: inline-block;
}

.entry-form .btn button:disabled {
  background: #d9d9d9;
  pointer-events: none;
}

.entry-area .btn-list ul {
  display: flex;
  justify-content: space-between;
}

.entry-area .btn-list li {
  width: 300px;
}

.entry-area .btn-list .btn button {
  margin-top: 20px;
}

.entry-area .btn.back button {
  background: #000;
  padding-left: 35px;
}

.entry-area .btn.back button::before {
  right: auto;
  left: 35px;
  transform: scale(-1, 1);
}




/* form
---------------------------------------------------------- */
.form-input input {
  border: 1px solid #000;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-weight: 500;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  border-radius: 3px;
  background: #fff;
}

.form-input input::placeholder {
  color: #b3b3b3;
}

.form-choice input {
  display: none;
}

.form-choice span {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
}

.form-choice span::before {
  content: "";
  display: block;
  background-color: #e5e5e5;
  border: 1px solid #000;
  flex-shrink: 0;
  margin-right: 8px;
}

.form-choice input[type="checkbox"]+span::before {
  height: 18px;
  width: 18px;
  border-radius: 3px;
  flex-shrink: 0;
}

.form-choice input:checked+span::before {
  background-color: #000;
}

.form-choice input[type="checkbox"]:checked+span::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 3px 6px;
  height: 11px;
  width: 6px;
  margin: auto;
  transform: rotate(40deg);
}

.form-choice input[type="radio"]+span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.form-choice input[type="radio"]:checked+span::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  inset: 3px auto 3px 5px;
  margin: auto;
}

.form-select {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #000;
}

.form-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 38px 2px 20px;
  height: 40px;
  font-size: 1.4rem;
  color: #000;
}

.form-select select::-ms-expand {
  display: none;
}

.form-select::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9em;
  width: 0;
  height: 0;
  margin: auto;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #000;
  pointer-events: none;
}

.form-error input,
.form-error select {
  background: #fddddd;
}

/*confirm
---------------------------------------------------- */


.confirm-box {
  margin: 0 auto;
  width: 1090px;
  padding: 0 20px;
}

.confirm-box .lead p {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.confirm-box .lead p span {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 15px;
  color: #e52d58;
}

.confirm-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 13px;
  border-bottom: 4px solid #737a80;
  margin-bottom: 15px;
}

.session-list ul {
  background: #fff;
}

.session-list li {
  display: flex;
  align-items: stretch;

}

.session-list li p {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.session-list li+li {
  border-top: 1px solid #b3b3b3;
}

.session-list .time {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1.6rem;
  text-align: center;
  font-family: 'Poppins';
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.session-list .time span {
  font-weight: 600;
  font-size: 2.6rem;
  margin-right: 5px;
}

.session-list .session {
  flex-shrink: 0;
  min-width: 98px;
  font-size: 1.6rem;
  font-weight: 500;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}

.session-list .txt {
  font-weight: bold;
  line-height: 1.57;
  padding: 15px 30px;
}

.confirm-box .form-txt {
  margin-top: 50px;
}

.confirm-box .form-txt dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 10px;
  line-height: 1.6;
  border-bottom: 1px solid #b3b3b3;
}

.confirm-box .form-txt dt {
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 20px;
}

.confirm-box .btn-list {
  width: 650px;
  margin: 40px auto 0;
}

/*thanks
---------------------------------------------------- */
.entry-thanks .entry-area::after {
  background-position: right 360px;
}

.entry-thanks .entry-area::before {
  display: none;
}

.thanks-box {
  width: 1240px;
  padding: 0 20px;
  margin: 80px auto 0;
  text-align: center;
}

.thanks-box .lead p {
  font-weight: bold;
  font-size: 2.8rem;
}

.thanks-box .lead p span {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  margin: 40px 0;
}

.thanks-box .lead p a {
  text-decoration: underline;
  color: #0162eb;
  font-weight: bold;
}

.thanks-box .txt p {
  font-size: 1.8rem;
  line-height: 1.888;
  margin-bottom: 30px;
}



/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {
  .select-body .pickup:hover {
    opacity: 1;
  }

  .entry-form__bt button,
  .session-period .detail a {
    transition: .3s;
  }

  .entry-form__bt button:hover,
  .session-period .detail a:hover {
    opacity: 0.7;
  }
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {


  .page-mv {
    height: 85.9375vw;
  }

  .timetable .cont-area::after {
    top: 163vw;
    background-position: 0 0;
  }

  .step {
    display: block;
    padding: 9.375vw calc(50vw - 50%);
    margin: 0 calc(50% - 50vw) 9.375vw;
  }

  .step .inner {
    min-width: 1px;
    display: block;
    padding: 0 6.25vw;
  }

  .step h1 {
    margin-bottom: 6.25vw;
  }

  .step-list {
    width: 100%;
    margin-right: 0;
  }

  .step-list li {
    width: 19.375vw;
    height: 20vw;
    border-radius: 2.03125vw 2.03125vw 0 2.03125vw;
  }

  .step-list dt {
    font-size: 2.5vw;
    padding: 0 2.0313vw 0.5vw;
    margin-bottom: 1vw;
  }

  .step-list dt span {
    font-size: 3.4375vw;
  }

  .step-list dd {
    font-size: 3.4375vw;
  }

  .step-list li.on {
    width: 21.875vw;
    height: 23.75vw;
  }

  /*session-select
---------------------------------------------------- */
  .select-body::before {
    bottom: -60vw;
  }

  .select-body .select-txt {
    display: block;
    margin-bottom: 7.8125vw;
  }

  .select-body .select-txt p {
    font-size: 4.6875vw;
    margin-bottom: 4.6875vw;
  }

  .select-body .select-txt li {
    font-size: 3.75vw;
    margin: 0 5.46875vw 0 0;
  }

  .select-body .select-txt img {
    width: 3.75vw;
    margin-right: 1.5625vw;
  }

  .select-body .timetable-box {
    padding-top: 3.125vw;
  }

  .select-body .session-time dl {
    border-width: 0.625vw;
  }

  .select-body .choice {
    height: 12.5vw;
    padding: 0 4.6875vw 0 0;
  }

  .select-body .choice input::before,
  .select-body .choice input {
    width: 5.625vw;
    height: 5.625vw;
  }

  .select-body .choice input::before {
    border-width: 0.3125vw;
    border-radius: 0.9375vw;
  }

  .select-body .choice input[type='checkbox']:checked::after {
    width: 1.8vw;
    height: 3vw;
    top: 2vw;
    left: 1.9vw;
    margin-top: -1.2vw;
    border-width: 0.6vw;
  }

  .select-body .status {
    border-width: 0.625vw;
    height: 12.5vw;
    padding: 0 3.125vw !important;
  }

  .select-body .session-time .time {
    height: 12.5vw;
    padding: 0 3.125vw !important;
  }

  .select-body .session-tit {
    margin-top: 0 !important;
  }

  .select-body .disable::before {
    border-radius: 0 0 9.375vw 0;
  }

  .session-list td, .session-period .session-list td {
    padding: 0 4.6875vw;
    vertical-align: top;
    height: auto;
  }

  .select-body .col04 .time {
    display: flex;
  }

  .select-body .col04 .time br {
    display: none;
  }

  .select-body .next button,
  .entry-area .btn button,
  .thanks-box .btn a {
    width: 60.25vw;
    height: 13.75vw;
    font-size: 3.75vw;
  }

  .select-body .next button::before,
  .entry-area .btn button::before,
  .thanks-box .btn a::before {
    width: 3.90625vw;
    height: 2.5vw;
    right: 5.78125vw;
  }


  /*entry
---------------------------------------------------- */
  .entry-area::after,
  .entry-area::before {
    background-position: 0 0;
  }

  .entry-area .step {
    border-radius: 6.25vw;
  }

  .entry-body {
    width: 100%;
    padding: 0 6.25vw;
  }

  .entry-form .lead p {
    font-size: 3.75vw;
    margin: 0 0 4.6785vw;
    line-height: 1.8;
  }

  .entry-form .error-txt p {
    font-size: 3.75vw;
    margin-bottom: 4.6785vw;
  }

  .entry-form__box {
    margin-bottom: 4.6785vw;
  }

  .entry-form__box dt {
    font-size: 3.75vw;
  }

  .entry-form__box dd {
    margin: 2.34375vw 0 0 0;
  }

  .entry-form__check .form-choice {
    margin: 0 6.25vw 3.90625vw 0;
  }

  .entry-form__check {
    margin: 0 -6.25vw -3.90625vw 0;
    display: block;
  }

  .entry-form__privacy {
    font-size: 3.125vw;
    padding: 4.6875vw;
  }

  .agree-checkbox {
    margin: 3.125vw 0;
  }

  .entry-area .btn-list ul {
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 20vw;
  }

  .entry-area .btn-list li {
    width: 100%;
    margin: 0 auto;
  }

  .entry-area .btn-list li+li {
    margin-bottom: 3vw;
  }

  .entry-area .btn-list .btn button {
    margin-top: 0;
  }

  .entry-area .btn.back button {
    padding-left: 7vw;
  }

  .entry-area .btn.back button::before {
    left: 5.625vw;
  }

  /* form
---------------------------------------------------------- */
  .form-input input {
    height: 12.5vw;
    font-size: 3.75vw;
  }

  .form-choice span {
    font-size: 3.4375vw;
  }

  .form-choice span::before {
    margin-right: 1.875vw;
  }

  .form-choice input[type="checkbox"]+span::before {
    width: 3.75vw;
    height: 3.75vw;
  }

  .form-choice input[type="checkbox"]:checked+span::after {
    border-width: 0.3125vw;
    width: 1vw;
    height: 2vw;
    inset: 0 auto 0.5vw 1.4vw;
  }

  .form-choice input[type="radio"]+span::before {
    width: 4.0625vw;
    height: 4.0625vw;
    margin-top: 0;
  }

  .form-choice input[type="radio"]:checked+span::after {
    width: 2.03125vw;
    height: 2.03125vw;
    inset: 0 auto 0 1.05vw;
  }

  .form-select select {
    font-size: 3.75vw;
    height: 12.5vw;
    padding: 0 0 0 4.6875vw;
  }


  /*confirm
---------------------------------------------------- */
  .entry-confirm .entry-area::after {
    top: 74vw;
  }

  .confirm-box {
    width: 100%;
    padding: 0 6.25vw;
  }

  .confirm-box .lead p {
    font-size: 5.625vw;
    margin-bottom: 10.9375vw;
  }

  .confirm-box .lead p span {
    font-size: 4.0625vw;
    margin-top: 6.25vw;
  }

  .confirm-box h2 {
    font-size: 5vw;
    padding-bottom: 3.125vw;
    margin-bottom: 4.6875vw;
    border-width: 0.625vw;
  }

  .session-list li {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-template-rows: 0.5fr 2fr;
  }

  .session-list li p {
    padding: 0;
  }

  .session-list .time {
    grid-area: 1 / 1 / 2 / 2;
    font-size: 4.0625vw;
    margin: 4.6875vw 0 0 4.6875vw;
    padding: 1.5625vw 0;
    border-bottom: 1.25vw solid #f7f7f7;
    border-right: 1.25vw solid #f7f7f7;
  }

  .session-list .time span {
    font-size: 5.625vw;
  }

  .session-list .session {
    grid-area: 1 / 2 / 2 / 3;
    border: none;
    margin: 4.6875vw 4.6875vw 0 0;
    border-bottom: 1.25vw solid #f7f7f7;
    font-size: 4.0625vw;
    place-items: center;
    padding: 0 4.6875vw 1vw;
  }

  .session-list .txt {
    grid-area: 2 / 1 / 3 / 3;
    padding: 3vw 4.6875vw 4.6875vw;
    font-size: 3.75vw;
  }

  .confirm-box .form-txt {
    margin-top: 12.5vw;
  }

  .confirm-box .form-txt dl {
    display: block;
    padding: 0;
    font-size: 3.75vw;
  }

  .confirm-box .form-txt dl+dl {
    margin-top: 2vw;
  }

  .confirm-box .form-txt dd {
    padding: 1vw 0 3vw;
  }

  .confirm-box .btn-list {
    width: 62.5vw;
  }

  /*thanks
---------------------------------------------------- */
  .entry-thanks .entry-area::after {
    background-position: 0 0;
    top: auto;
    bottom: -8vw;
  }

  .thanks-box {
    width: 100%;
    padding: 4vw 6.25vw 28vw;
    margin-top: 0;
  }

  .thanks-box .lead p {
    font-size: 5.625vw;
  }

  .thanks-box .lead p span {
    font-size: 4.375vw;
    margin: 6.25vw 0 8.59375vw;
    letter-spacing: 0;
  }

  .thanks-box .txt p {
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }

  .thanks-box .btn a {
    margin-top: 8vw;
  }
}