@charset "UTF-8";
.page-template-page-trial-lesson #gnav {
  display: none; }
.page-template-page-trial-lesson #footer #section-banner,
.page-template-page-trial-lesson #footer #section-sitelink {
  display: none; }

.page__container {
  width: 100%;
  max-width: calc(1024px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  box-sizing: border-box; }

.page-title {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }
  .page-title.--thanks {
    border-bottom: 0;
    padding-bottom: 30px; }
  .page-title__text {
    font-weight: 700; }
    .page-title__text--en {
      font-family: 'Montserrat', sans-serif;
      color: #D23339;
      font-size: 14px;
      line-height: 1.75; }
    .page-title__text--jp {
      font-size: 40px;
      line-height: 1.5; }

.trialForm-head {
  margin-bottom: 60px; }
  .trialForm-head h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 7px; }
  .trialForm-head p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 28px; }

.trialForm-error {
  font-size: 14px;
  line-height: 28px;
  color: #D23339;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  display: none; }

.trialForm-flow {
  border-radius: 22px;
  background: #f3f3f3;
  padding: 30px;
  margin-bottom: 30px; }
  .trialForm-flow h4 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 21px; }
  .trialForm-flow_steps {
    display: flex;
    justify-content: space-between; }
    .trialForm-flow_steps_step {
      max-width: 210px;
      width: 100%; }
      .trialForm-flow_steps_step_upper {
        background-color: #fff;
        padding-bottom: 17px;
        border-radius: 3px;
        position: relative;
        z-index: 2; }
        .trialForm-flow_steps_step_upper span {
          font-family: Montserrat;
          font-weight: bold;
          font-size: 14px;
          color: #cfad5f;
          border: 1px solid rgba(149, 151, 151, 0.25);
          padding: 3px 12px;
          display: inline-block;
          border-radius: 3px; }
        .trialForm-flow_steps_step_upper h5 {
          font-family: Montserrat;
          font-weight: bold;
          font-size: 16px;
          letter-spacing: -0.03em;
          line-height: 18px;
          text-align: center;
          color: #000;
          margin-top: 8px; }
      .trialForm-flow_steps_step figure {
        margin-top: -6px;
        position: relative;
        z-index: 1; }
        .trialForm-flow_steps_step figure figcaption {
          font-weight: normal;
          font-size: 14px;
          text-align: left;
          color: #000;
          margin-top: 14px;
          line-height: 20px; }

.trialForm-container {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  color: #2C2F2F;
  padding-top: 30px;
  padding-bottom: 25px; }
  .trialForm-container.--thanks {
    padding-top: 40px; }
  .trialForm-container * {
    box-sizing: border-box; }
  .trialForm-container .contact-form-list {
    list-style: none; }
  .trialForm-container .contact-form-detail {
    display: flex; }
  .trialForm-container .contact-form-mark {
    font-size: 11px;
    line-height: 1;
    color: #fff;
    background: #D23339;
    padding: 1px 5px 3px;
    border-radius: 5px;
    position: relative;
    top: -3px;
    margin-left: 6px; }
  .trialForm-container .contact-form-text {
    width: 270px;
    font-size: 14px;
    line-height: 45px;
    font-weight: bold; }
  .trialForm-container .contact-form-input {
    width: calc(100% - 200px);
    display: flex; }
    .trialForm-container .contact-form-input label {
      width: 100%; }
    .trialForm-container .contact-form-input .contact-form-label-text {
      width: auto;
      margin-right: 10px; }
    .trialForm-container .contact-form-input .input-text {
      background: #F5F5F5;
      border: 1px solid #DDDDDD;
      border-radius: 4px;
      height: 45px;
      width: 100%;
      padding-left: 10px;
      font-size: 14px;
      line-height: 24px;
      color: #2C2F2F;
      max-width: 318px;
      font-family: "Noto Sans JP"; }
      .trialForm-container .contact-form-input .input-text-small {
        max-width: 154px;
        margin-right: 10px; }
      .trialForm-container .contact-form-input .input-text.is-error-input {
        border: 1px solid #D23339;
        background-color: #FDF5F5; }
    .trialForm-container .contact-form-input .contact-form-required {
      clear: both;
      margin-top: 5px;
      color: #D23339;
      font-size: 12px;
      letter-spacing: 0.05em;
      display: none;
      position: relative;
      opacity: 0; }
      .trialForm-container .contact-form-input .contact-form-required.is-error {
        margin-top: 10px;
        display: block;
        opacity: 1; }
    .trialForm-container .contact-form-input .contact-form-select {
      background: #F5F5F5;
      border: 1px solid #DDDDDD;
      border-radius: 4px;
      padding: 0 25px 0 10px;
      width: 100%;
      height: 45px;
      font-size: 13px;
      -webkit-appearance: none;
      background-image: url("../../images/select_arrow.svg");
      background-repeat: no-repeat;
      background-position: 95% 50%;
      max-width: 318px;
      font-family: "Noto Sans JP"; }
      .trialForm-container .contact-form-input .contact-form-select.is-error-input {
        border: 1px solid #D23339;
        background-color: #FDF5F5;
        color: #D23339; }
    .trialForm-container .contact-form-input .input-textarea {
      background: #F5F5F5;
      border: 1px solid #DDDDDD;
      border-radius: 4px;
      padding: 10px;
      width: 100%;
      height: 220px;
      font-size: 14px;
      color: #2C2F2F;
      font-family: "Noto Sans JP"; }
  .trialForm-container .contact-form-item {
    margin-bottom: 20px; }
    .trialForm-container .contact-form-item.policy {
      margin-bottom: 15px;
      margin-top: 40px; }
      .trialForm-container .contact-form-item.policy .contact-form-detail {
        display: block;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        padding: 6px 18px;
        color: #959797;
        max-height: 160px;
        overflow: auto; }
      .trialForm-container .contact-form-item.policy .contact-form-text {
        width: 100%;
        font-size: 12px;
        font-weight: bold; }
      .trialForm-container .contact-form-item.policy .contact-form-input {
        width: 100%;
        font-size: 12px;
        line-height: 21px; }
  .trialForm-container .contact-form-note {
    display: block;
    font-size: 12px;
    line-height: 21px;
    color: #959797;
    margin-top: 8px;
    position: relative;
    padding-left: 18px; }
    .trialForm-container .contact-form-note:before {
      content: "※";
      position: absolute;
      left: 0; }
  .trialForm-container ._policy_check {
    text-align: left;
    margin: 0;
    color: #959797;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap; }
    .trialForm-container ._policy_check input[type="checkbox"] {
      width: 16px;
      height: 16px;
      margin: 5px 9px 0 0; }
      .trialForm-container ._policy_check input[type="checkbox"].is-error-input {
        border: 1px solid #D23339;
        background-color: #FDF5F5;
        border-radius: 4px;
        -webkit-appearance: none; }
    .trialForm-container ._policy_check label {
      width: calc(100% - 25px); }
    .trialForm-container ._policy_check .contact-form-required {
      clear: both;
      display: block;
      margin-top: 5px;
      color: #D23339;
      font-size: 12px;
      letter-spacing: 0.05em;
      display: none;
      position: relative;
      opacity: 0;
      width: 100%; }
      .trialForm-container ._policy_check .contact-form-required.is-error {
        display: block;
        opacity: 1; }
  .trialForm-container .box-btns {
    margin-top: 60px; }
    .trialForm-container .box-btns .btn-green {
      background-color: #4DBAC1;
      border-radius: 4px;
      position: relative;
      top: 0;
      transition: all 0.5s;
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.75;
      color: #fff;
      border: 0;
      width: 100%;
      height: 100px;
      background-image: url(../../images/arrow_btn-trial_white.svg);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: 96.3% center;
      cursor: pointer;
      transition: all 0.5s; }
      .trialForm-container .box-btns .btn-green:hover {
        border-radius: 16px;
        display: inline-block;
        top: -5px; }
      .trialForm-container .box-btns .btn-green:disabled {
        background-color: #959797;
        background-image: url(../../images/arrow_btn_white.svg); }
  .trialForm-container .btn-top {
    margin-top: 60px; }
    .trialForm-container .btn-top a {
      width: 100%; }
      .trialForm-container .btn-top a span {
        display: block;
        padding-top: 36px;
        padding-bottom: 36px;
        padding-left: 28px;
        position: relative;
        top: 0;
        transition: all 0.5s; }
        .trialForm-container .btn-top a span:after {
          width: 20px;
          height: 20px;
          background-size: 20px 20px;
          right: 9px; }
      .trialForm-container .btn-top a:hover span {
        top: -5px;
        margin-top: 0; }

.trialForm-boxSpecial {
  margin: 0 auto;
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px; }
  .trialForm-boxSpecial__main {
    background-color: rgba(231, 1, 26, 0.05);
    border-radius: 8px; }
  .trialForm-boxSpecial__title {
    background-color: #D23339;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 16px 1em;
    border-radius: 8px;
    font-weight: 900; }
  .trialForm-boxSpecial__content {
    padding: 35px; }
    .trialForm-boxSpecial__content__title {
      font-size: 18px;
      line-height: 1.4444444444;
      font-weight: 900; }
    .trialForm-boxSpecial__content__text {
      font-size: 15px;
      line-height: 1.4; }

@media only screen and (min-width: 0px) and (max-width: 980px) {
  .resFlow .only-pc {
    display: none !important; } }
@media only screen and (min-width: 981px) {
  .resFlow .only-sp {
    display: none !important; } }
.resFlow__container {
  width: 720px;
  margin: auto; }
.resFlow_body {
  display: block !important; }
.resFlow_title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000; }
.resFlow_note {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  color: #000;
  line-height: 20px;
  letter-spacing: -0.5px;
  margin-bottom: 4rem;
  margin-top: 4rem;
  transform: translateY(-20px); }
  .resFlow_note p {
    margin-bottom: 10px; }
.resFlow_list {
  margin: 31px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px; }
  .resFlow_list_item {
    height: 205px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #707070;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 31px; }
    .resFlow_list_item .num {
      display: flex;
      align-items: center;
      flex-flow: column;
      justify-content: center;
      width: 53px;
      height: 53px;
      background: #d5b87d;
      border-radius: 50%;
      font-family: Montserrat;
      font-weight: bold;
      font-size: 28px;
      text-align: center;
      color: #fff; }
    .resFlow_list_item h3 {
      font-family: "Noto Sans JP";
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      color: #000;
      line-height: 24px;
      position: relative; }
    .resFlow_list_item:nth-of-type(3) h3::after {
      content: '※';
      position: absolute;
      right: -27px;
      top: 12px; }

.meetings-iframe-container {
  margin: 0 0 -4rem;
  display: flex;
  justify-content: center; }
  .meetings-iframe-container iframe {
    max-width: 720px; }

.banner_lesson figure img {
  width: 100%;
  max-width: 100%; }
.camp {
  padding: 46px 0 40px;
}
/*# sourceMappingURL=page_trial_lesson.css.map */
