@charset "UTF-8";
/* CSS Document */

#waccel_meeting {
  background-color: hsl(178, 100%, 25%);
  color: #333;
}

.sp-br {
  display: none;
}

.firstview {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.fv_img {
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.fv_cover {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.fv_cover h1 {
  margin: 0 auto 40px;
}

.fv_cover h1 img {
  display: block;
  width: 240px;
  margin: 0 auto 20px;
}

.fv_cover h1 span {
  display: inline-block;
}

.fv_cover h1 .ttl_bg {
  font-size: 100px;
  letter-spacing: 5px;
  color: #00827E;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke;
}

.fv_cover h1 .ttl_sm {
  font-size: 60px;
  color: #F0856D;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke;
  margin: 0 10px;
}

.fv_cover p {
  margin: 0 auto;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 0 10px #ffffff,
    0 0 20px #00827E;
}

.fv_link {
  display: flex;
  justify-content: center;
}

.fv_link a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background-color: #ff8100;
  border-radius: 20px;
  padding: 9px 36px;
  margin: 64px 16px 0;
}

.message {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  text-shadow: 1px 1px 10px #000;
}

.msg_heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.5;
}

.message span {
  color: #ff8100;
}

.msg_txt {
  font-size: 18px;
  line-height: 1.5;
  margin: 2.5rem 0 0;
}

.merit {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff6ed;
  border: #ff8100;
  border-radius: 1rem;
  margin: 0 auto 4rem;
  padding: 2rem;
}

h2 {
  text-align: center;
  font-size: 2rem;
  color: #ff8100;
  text-shadow: 1px 1px 5px #ffc58b;
  margin: 0 0 3rem;
}

.box_wrapper-side {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 3rem;
}

.box_wrapper-side.reverse {
  flex-direction: row-reverse;
}

.box_left {
  width: 48%;
  aspect-ratio: 16/9;
}

.box_left img {
  width: 100%;
  object-fit: cover;
  border-radius: .5rem;
}

.box_right {
  width: 48%;
}

.box_txt_wrapper {
  margin: 0 0 2rem;
}

.box_ttl {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: #00827E;
}

.box_txt {
  font-size: 1rem;
  line-height: 1.5;
}

.card_wrappar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.card {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.card_upper {
  margin: 0 0 1rem;
}

.card_upper img {
  border-radius: .5rem;
}

.card_txt {
  font-size: 1.1rem;
  line-height: 1.3;
}

.card_txt span {
  font-weight: 700;
  color: #00827E;
}

.fee {
  background-color: #FFF7E5;
  text-align: center;
}

.fee_wrapper {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 0;
}

.fee_wrapper table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: 1.2rem;
}

/* .fee_wrapper thead {
  top: 50px;
  z-index: 1;
} */

.fee_wrapper table td {
  width: 30%;
  text-align: left;
}

.fee_wrapper .tbl_em td {
  padding: 1rem 0 1rem .2rem;
  font-weight: bold;
  border-radius: .2rem 0 0 .2rem;
}

.fee_wrapper .tbl_val td {
  padding: 1rem 0 1.5rem .5rem;
}


.fee_wrapper .tbl_em th:last-child {
  border-radius: 0 .2rem .2rem 0;
}

.fee_wrapper .tbl_em {
  background-color: rgba(0, 130, 126, 0.3);
}

.fee_wrapper .tbl_free {
  font-weight: normal;
}

.fee_wrapper table th {
  width: 35%;
  text-align: center;
  padding: 1rem 0 1.5rem 0;
  border-left: 1px solid #00827E;
}

.fee_wrapper table th span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #00827E;
}

.fee_wrapper p {
  font-size: 1.5rem;
}

.fee_wrapper a {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: #ff8100;
  border-radius: 20px;
  padding: 9px 36px;
  margin: 1rem auto 0;
}

.schedule {
  text-align: center;
  padding: 5rem 0;
  text-shadow: 1px 1px 10px #000;
}

.schedule h2 {
  text-align: center;
  font-size: 2rem;
  color: #ff8100;
  text-shadow: 1px 1px 10px #000;
  margin: 0 0 3rem;
}

.schedule_wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
}

.schedule_box {
  width: 35%;
  min-width: 350px;
  max-width: 400px;
  margin: 0 1%;
  padding: 1rem 1rem 1.5rem;
  text-shadow: none;
  background-color: #FFF7E5;
  border-radius: 1rem;
}

.schedule_box h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #00827E;
  margin: 0 0 1rem;
}

.schedule_box ul {
  list-style: none;
  margin: 0;
}

.schedule_box li {
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
}

.schedule_box li:last-child {
  margin: 0;
}

.contact {
  background-color: #FFF;
}

.contact_wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.contact h2 {
  padding: 2rem 0 0;
}

.contactForm {
  width: 100%;
}

.contactForm label {
  display: block;
  margin: 1rem 0 .3rem;
  line-height: 1.5;
}

/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 1rem;
  color: #ffffff;
  border-radius: .2rem;
  margin-right: .5rem;
  padding: .2rem .5rem;
}

/* 必須タグ */
.label_must {
  background-color: #00827E;
}

/* 任意タグ */
.label_option {
  background-color: #888988;
}

.contact-text {
  width: 100%;
  padding: .5rem;
  margin: .2rem 0 1rem;
  font-size: 1rem;
  border: #00827E 2px solid;
  border-radius: 5px;
  text-indent: 0.5rem;
}

.contact-textarea {
  width: 100%;
  padding: .5rem;
  margin: .2rem 0 1rem;
  font-size: 1rem;
  line-height: 1.3rem;
  border: #00827E 2px solid;
  border-radius: 5px;
}

::placeholder {
  color: #aaa;
}

.contact-radio {
  display: flex;
  flex-direction: column;
}

.contact-radio-text {
  display: block;
  margin: 0 0 .5rem;
}

.contact-radio .wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item label {
  display: block;
  margin: 0 0 .5rem;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #555;
  border-radius: 100%;
  content: "";
  height: 1rem;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s;
  width: 1rem;
}

/* チェック後のボタン */
input[type="radio"]:checked+.wpcf7-list-item-label::before {
  background-color: #00827E;
  box-shadow: inset 0 0 0 3px #fff;
}


.contact_main select option:first-child {
  display: none;
  color: #00827E;
}

.wpcf7-submit {
  font-size: 1rem;
  height: 3rem;
  margin: 0.5rem auto;
  text-indent: 0.5rem;
  width: 100%;
  max-width: 300px;
  background-color: #00827E;
  border: #00827E 2px solid;
  border-radius: 5px;
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }

  .firstview {
    aspect-ratio: auto;
    height: 70vh;
  }

  .fv_img {
    height: 100%;
  }

  .fv_cover h1 img {
    width: 120px;
  }

  .fv_cover h1 .ttl_bg {
    font-size: 50px;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 3px;
  }

  .fv_cover h1 .ttl_sm {
    font-size: 30px;
    -webkit-text-stroke-width: 2px;
    margin: 0 5px;
  }

  .fv_cover p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
  }

  .fv_link a {
    font-size: 18px;
    border-radius: 4px;
    padding: 4px 12px;
    margin: 24px 8px 0;
  }

  .msg_heading {
    font-size: 1.2rem;
  }

  .msg_txt {
    font-size: 1rem;
  }

  .merit {
    width: 96%;
    border-radius: 1rem;
    margin: 0 auto 2rem;
    padding: .5rem;
  }

  h2 {
    font-size: 1.5rem;
    margin: .5rem 0 2rem;
  }

  .box_wrapper-side {
    flex-direction: column;
    margin: 0;
  }

  .box_wrapper-side.reverse {
    flex-direction: column;
  }

  .box_left {
    width: 100%;
    margin: 0 0 1rem;
  }

  .box_right {
    width: 100%;
  }

  .card_wrappar {
    flex-direction: column;
  }

  .card {
    width: 100%;
    margin: 0 0 2rem;
  }

  .card_txt {
    font-size: 1rem;
  }

  .fee_wrapper table {
    font-size: 1rem;
  }

  .fee_wrapper table th span {
    font-size: 1rem;
  }

  .fee_wrapper table th {
    width: 38%;
    padding: .5rem 0 1rem 0;
  }

  .fee_wrapper table td {
    width: 22%;
  }

  .fee_wrapper .tbl_val td {
    width: 22%;
    text-align: center;
    padding: .5rem 0 1rem 0;
  }

  .fee_wrapper p {
    font-size: 1.3rem;
  }

  .schedule_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .schedule_box {
    width: 96%;
    min-width: auto;
    max-width: auto;
    margin: 0 1% 1rem;
  }

  .contactForm {
    width: 96%;
    margin: 0 auto;
  }
}