@charset "UTF-8";
/**** 共通カラー ****/
.page {
  background-color: #f7f7f7;
}
.page .section-mv {
  background-image: url(../image/common/page-cover.webp);
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/common/page-cover-sp.webp);
  }
  .page .section-mv .breadcrumb .breadcrumb-list {
    align-items: flex-start;
    line-height: 1.3;
  }
  .page .section-mv .tit-wrap h1 {
    line-height: 1.3;
  }
}
@media screen and (max-width: 992px) {
  .page .header-btn-flex {
    display: none;
  }
}
.page .section-contact-form {
  padding-top: 170px;
  padding-bottom: 140px;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .page .section-contact-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page .section-contact-form .form-note {
  margin-top: 20px;
  margin-bottom: 70px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: left;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.page .section-contact-form .contact-form-inner {
  max-width: 880px;
  margin: auto;
}
.page .section-contact-form .contact-form-inner .note {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
.page .section-contact-form .contact-form-inner .note .link-text {
  color: #005bbb;
  text-decoration: underline;
  display: inline;
}
.page .section-contact-form .thanks-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.8;
}
.page .section-contact-form .top_back_btn {
  width: 236px;
  color: #ffffff;
  text-align: center;
  padding: 13px 0;
  background-color: #005bbb;
  border-radius: 25px;
  transition: 0.3s;
  margin: 60px auto 0;
}
.page .section-contact-form .top_back_btn:hover {
  background-color: #181919;
}
.page select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}
.page .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .form-group {
    margin-bottom: 20px;
  }
}
.page .form-group label {
  display: block;
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.page .form-group .input_box,
.page .form-group .select_box {
  height: 50px;
}
.page .form-group .select_box {
  display: flex;
  align-items: center;
}
.page .form-group .input_box input,
.page .form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #181919;
}
.page .flatpickr-input {
  width: 168px;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #181919;
}
.page .calendar-wrap {
  width: 168px;
  position: relative;
}
.page .calendar-wrap::after {
  content: "";
  display: block;
  background-image: url(../image/common/calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 15px;
  right: 20px;
  pointer-events: none;
  z-index: 2;
}
.page .time-wrap {
  position: relative;
  display: block;
  width: 168px;
}
.page .time-wrap::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #181919;
  pointer-events: none;
}
.page .time-wrap .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 168px;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #181919;
}
.page .time-wrap .wpcf7-select option {
  color: #181919;
}
.page select.form-select.is-placeholder {
  color: #b9b9b9;
}
.page select.form-select {
  color: #181919;
}
.page .form-group .input_box input:focus-visible {
  outline: none;
}
.page .form-group .text_box {
  box-sizing: border-box;
}
.page .form-group .text_box textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  border-radius: 10px;
  background: #ffffff;
  border: solid 1px #181919;
}
.page .form-group .text_box textarea:focus-visible {
  outline: none;
}
.page .form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.page .form-group.center_item label {
  width: auto;
  line-height: 1;
}
.page .form-group .required {
  display: inline-block;
  color: #fff;
  background: #9f0000;
  font-size: 1.2rem;
  padding: 2px 10px 3px;
  margin-left: 10px;
  border-radius: 5px;
  transform: translateY(-2px);
  line-height: 1;
}
.page .form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}
.page .form-group.submit_btn {
  background: none;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .page .form-group.submit_btn {
    margin-bottom: 0;
  }
}
.page .form-group.submit_btn input {
  width: 236px;
  height: 48px;
  color: #ffffff;
  text-align: center;
  padding: 13px 0;
  background-color: #005bbb;
  border-radius: 25px;
  transition: 0.3s;
}
.page .form-group.submit_btn input:hover {
  background-color: #181919;
}
.page button,
.page input,
.page optgroup,
.page select,
.page textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}
.page input::-moz-placeholder, .page textarea::-moz-placeholder {
  color: #cccccc;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.page input::placeholder,
.page textarea::placeholder {
  color: #cccccc;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.page .wpcf7-spinner {
  display: none !important;
}
.page .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px !important;
}
.page .form-group .flex_warp {
  display: flex;
  margin-top: 16px;
}
.page .form-group .flex_warp label {
  display: inline-block;
  margin-right: 16px;
}
.page .section-contact-top h1 {
  font-family: "NotoSerifJP-Bold";
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  text-align: center;
  padding: 10px 20px;
  margin: auto;
}
.page .section-contact-top .sub-text {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .page .section-contact-top .sub-text {
    margin-top: 36px;
  }
}
.page .contact-form-section .form-wrap {
  padding: 0 12.5%;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .form-wrap {
    padding: 0;
  }
}
.page .contact-form-section .form-wrap h2 {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .form-wrap h2 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.page .contact-form-section .form-wrap .contact-flow {
  display: flex;
  justify-content: space-between;
  max-width: 336px;
  margin: 40px auto 33px;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .form-wrap .contact-flow {
    margin: 40px auto 36px;
  }
}
.page .contact-form-section .form-wrap .contact-flow > p {
  width: 60px;
  height: 60px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.page .contact-form-section .form-wrap .contact-flow .input_item {
  position: relative;
}
.page .contact-form-section .form-wrap .contact-flow .input_item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
  top: 50%;
  right: -70%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.page .contact-form-section .form-wrap .contact-flow .confirmation_item {
  position: relative;
}
.page .contact-form-section .form-wrap .contact-flow .confirmation_item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
  top: 50%;
  right: -70%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.page .contact-form-section .access-info {
  padding: 0 12.5%;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .access-info {
    padding: 0;
  }
}
.page .contact-form-section .access-info h3 {
  padding: 8px 0;
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .access-info h3 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.page .contact-form-section .access-info .access-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .access-info .access-wrap {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
}
.page .contact-form-section .access-info .access-wrap .tel-number {
  font-family: "NotoSerifJP-Bold";
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .access-info .access-wrap .tel-number {
    margin-right: 0;
    margin-bottom: 17px;
    font-size: clamp(3.2rem, 3.2vw, 4.2rem);
  }
}
.page .contact-form-section .access-info .access-wrap .tel-number::before {
  content: "";
  background-image: url(../image/tel-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .access-info .access-wrap .tel-number::before {
    width: 24px;
    height: 24px;
  }
}
.page .contact-form-section .access-info .access-wrap .fax-number {
  font-family: "NotoSerifJP-Bold";
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .access-info .access-wrap .fax-number {
    margin-left: 0;
    font-size: clamp(3.2rem, 3.2vw, 4.2rem);
  }
}
.page .contact-form-section .access-info .access-wrap .fax-number::before {
  content: "";
  background-image: url(../image/fax-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .access-info .access-wrap .fax-number::before {
    width: 24px;
    height: 24px;
  }
}
.page .contact-form-section .support {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 132px;
}
@media screen and (max-width: 768px) {
  .page .contact-form-section .support {
    font-size: clamp(1.8rem, 2vw, 2rem);
  }
}
.page .contact-form-section .support span {
  display: inline-block;
  margin-right: 28px;
}
.page .contact-form-section .support span:last-child {
  margin-right: 0;
}
.page .input-page .input_item {
  background-color: #ffffff;
  color: #ffffff;
}
.page .confirmation-page .confirmation_item {
  background-color: #ffffff;
  color: #ffffff;
}
.page .send-page .send_item {
  background-color: #ffffff;
  color: #ffffff;
}
.page .send-page .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.page .send-page .top_back_btn {
  margin-bottom: 150px;
}
.page .send-page .top_back_btn a {
  width: 243px;
  margin: auto;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
  background-color: #080605;
  transition: 0.3s;
}
.page .send-page .top_back_btn a:hover {
  background-color: #ffffff;
  color: #ffffff;
}
.page .section-law {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page .section-law {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.page .section-law .law-wrapper {
  max-width: 800px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .section-law .law-wrapper {
    padding: 0;
  }
}
.page .section-law dl {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: solid 1px #cccccc;
}
.page .section-law dl dt {
  font-weight: normal;
  line-height: 1.8;
  width: 30%;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.page .section-law dl dd {
  line-height: 1.8;
  width: 70%;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

.private-course-fields,
.recruit-fields {
  display: none;
}

.private-course-fields.is-show,
.recruit-fields.is-show {
  display: block;
}

.contact-confirm .form-group .input_box,
.contact-confirm .form-group .select_box,
.trial-lesson-confirm .form-group .input_box,
.trial-lesson-confirm .form-group .select_box,
.rental-studio-confirm .form-group .input_box,
.rental-studio-confirm .form-group .select_box {
  background-color: #ececec;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 10px;
}
.contact-confirm .item-radio,
.contact-confirm .calendar-wrap,
.contact-confirm .time-wrap,
.contact-confirm .experience-wrap,
.trial-lesson-confirm .item-radio,
.trial-lesson-confirm .calendar-wrap,
.trial-lesson-confirm .time-wrap,
.trial-lesson-confirm .experience-wrap,
.rental-studio-confirm .item-radio,
.rental-studio-confirm .calendar-wrap,
.rental-studio-confirm .time-wrap,
.rental-studio-confirm .experience-wrap {
  height: 50px;
  background-color: #ececec;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 10px;
}
.contact-confirm .calendar-wrap::after,
.contact-confirm .time-wrap::after,
.contact-confirm .experience-wrap::after,
.trial-lesson-confirm .calendar-wrap::after,
.trial-lesson-confirm .time-wrap::after,
.trial-lesson-confirm .experience-wrap::after,
.rental-studio-confirm .calendar-wrap::after,
.rental-studio-confirm .time-wrap::after,
.rental-studio-confirm .experience-wrap::after {
  display: none;
}
.contact-confirm .text_box,
.trial-lesson-confirm .text_box,
.rental-studio-confirm .text_box {
  background-color: #ececec;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 10px;
}/*# sourceMappingURL=contact.css.map */