@charset "UTF-8";
.form_inner .form_wrapper_table {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
@media screen and (max-width: 991px) {
  .form_inner .form_wrapper_table th,
  .form_inner .form_wrapper_table td {
    display: block;
    width: 100%;
  }
}
.form_inner .form_wrapper_table tr:last-child td {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .form_inner .form_wrapper_table tr:last-child th {
    padding-bottom: 0;
  }
}
.form_inner .form_wrapper_table tr th,
.form_inner .form_wrapper_table tr td {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  padding-bottom: 1.5rem;
}
.form_inner .form_wrapper_table tr th {
  font-weight: bold;
  padding-left: 0;
  width: 240px;
  padding-right: 1.5rem;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .form_inner .form_wrapper_table tr th {
    padding-bottom: 0.5rem;
    padding-right: 0;
    text-align: left;
    width: 100%;
  }
}
.form_inner .form_wrapper_table tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}
.form_inner .form_wrapper_table tr th span.form_required {
  color: #fff;
  padding: 5px;
  background-color: #0E1A3C;
  position: absolute;
  top: 7px;
  right: 20px;
}
@media screen and (max-width: 991px) {
  .form_inner .form_wrapper_table tr th span.form_required {
    position: inherit;
    top: auto;
    right: auto;
    margin-left: 0.5rem;
  }
}
.form_inner .form_wrapper_table tr td.address div {
  margin-bottom: 10px;
}
.form_inner .form_wrapper_table tr td.address div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .form_inner .form_wrapper_table tr td {
    width: 100%;
  }
}
.form_inner .form_wrapper_table tr td span.error {
  color: #0E1A3C;
}
.form_inner .form_wrapper_table tr td span .change-input-type-tel {
  width: 60px;
}
.form_inner .form_wrapper_table tr input,
.form_inner .form_wrapper_table tr textarea,
.form_inner .form_wrapper_table tr select {
  color: #0E1A3C;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  -webkit-transition: outline-color 100ms;
  transition: outline-color 100ms;
  border: 1px solid #0E1A3C;
  border-radius: 0;
  outline: 2px solid transparent;
  background-color: #fff;
  appearance: none;
}
.form_inner .form_wrapper_table tr input:active,
.form_inner .form_wrapper_table tr textarea:active,
.form_inner .form_wrapper_table tr select:active {
  outline-color: #0E1A3C;
}
.form_inner .form_wrapper_table tr input:focus,
.form_inner .form_wrapper_table tr textarea:focus,
.form_inner .form_wrapper_table tr select:focus {
  outline-color: #0E1A3C;
}
.form_inner .form_wrapper_table tr input::placeholder,
.form_inner .form_wrapper_table tr textarea::placeholder,
.form_inner .form_wrapper_table tr select::placeholder {
  color: #0E2971;
}
.form_inner .form_wrapper_table tr select {
  appearance: auto;
  width: auto;
}
.form_inner .form_wrapper_table tr input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
  vertical-align: inherit;
}
.form_inner .form_wrapper_table tr input[type=radio]:hover {
  cursor: pointer;
}
.form_inner .form_wrapper_table tr input[type=radio] + span {
  font-size: 16px;
}
.form_inner .form_wrapper_table tr input[type=checkbox] {
  appearance: auto;
  width: auto;
}
.form_inner .form_wrapper_table tr textarea {
  width: 100%;
}

.form_policy {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form_policy {
    margin-top: 1.5rem;
  }
}
.form_policy .form_policy_check {
  margin: 0 0 0.5rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .form_policy .form_policy_check {
    padding-left: 45px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .form_policy .form_policy_check input {
    width: auto;
  }
}
.form_policy .form_policy_check span {
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_policy .form_policy_check span {
    font-size: 0.875rem;
  }
}
.form_policy .form_policy_check span.horizontal-item::before, .form_policy .form_policy_check span.wpcf7-list-item::before {
  color: #fff;
  position: absolute;
  content: "必須";
  font-size: 0.75rem;
  line-height: 1;
  display: inline-block;
  padding: 5px;
  color: #fff;
  background-color: #0E1A3C;
  top: 7px;
  left: -45px;
}
@media screen and (max-width: 767px) {
  .form_policy .form_policy_check span.horizontal-item::before, .form_policy .form_policy_check span.wpcf7-list-item::before {
    top: 0;
  }
}
.form_policy .form_policy_check span.error {
  color: #0E1A3C;
  font-size: 0.75rem;
}
.form_policy .form_policy_check span a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.form_policy p.form_policy_text {
  font-size: 0.875rem;
}
.form_policy p.form_policy_text a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

.form_button_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 1rem;
}
.form_button_wrapper .form_button {
  display: inline-block;
  position: relative;
}
.form_button_wrapper .form_button input {
  color: #fff;
  background-color: #0E1A3C;
  border: none;
  border-radius: 25px;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  position: relative;
  transition: ease 0.4s;
}
@media screen and (max-width: 767px) {
  .form_button_wrapper .form_button input {
    font-size: 0.875rem;
  }
}
.form_button_wrapper .form_button.form_button_submit input {
  color: #fff;
  background-color: #0E1A3C;
}
.form_button_wrapper .form_button.form_button_submit input:hover {
  color: #0E1A3C;
  background-color: #fff;
}
.form_button_wrapper .wpcf7-spinner {
  display: block;
}

.sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .sm {
    display: block;
  }
}

.md-pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .md-pc {
    display: none;
  }
}

html body .hero {
  height: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .hero {
    height: 200px;
  }
}
html body .hero-textbox {
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html body .hero-textbox .catch {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 22px;
    line-height: 36px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 40px;
  color: #000000;
  font-weight: 200;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 42px;
    line-height: 40px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #000000;
  top: 50%;
  width: 60px;
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .hero-textbox .sub {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-size: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    background-color: #fff;
    color: #0E1A3C;
  }
}
html body .contents_breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
  margin-bottom: 0;
}
html body .zeh-section01 h2 {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.12em;
  padding-bottom: 2rem;
  font-size: 19px;
  line-height: 10px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 h2 {
    font-size: 16px;
    line-height: 10px;
  }
}
html body .zeh-section01 picture img {
  max-width: 613px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
html body .zeh-section01 .zeh-mv__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 68px;
}
@media screen and (max-width: 991px) {
  html body .zeh-section01 .zeh-mv__inner {
    display: block;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__item {
  flex-basis: 49%;
}
@media screen and (max-width: 991px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left {
    max-width: 470px;
    margin: 0 auto;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags {
    white-space: wrap;
    justify-content: left;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags .zeh-tag {
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  color: #0E1A3C;
}
@media screen and (max-width: 1199px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags .zeh-tag {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags .zeh-tag {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags .zeh-tag {
    font-size: 20px;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags .zeh-tag.zeh-tag-frame {
  border: 2px solid #0E2971;
  padding: 0px 15px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 40px;
  color: #0E1A3C;
}
@media screen and (max-width: 1199px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags .zeh-tag.zeh-tag-frame {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__tags .zeh-tag.zeh-tag-frame {
    font-size: 18px;
    padding: 0px 8px;
    margin-right: 3px;
    line-height: 1.5;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__catch {
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 15px 0;
  font-size: 19px;
  line-height: 10px;
  color: #0E1A3C;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__catch {
    font-size: 18px;
    line-height: 10px;
  }
}
@media screen and (max-width: 991px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__catch {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__catch {
    font-size: 17px;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block {
    justify-content: left;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__lead {
  font-weight: 600;
  letter-spacing: 0.12em;
  white-space: nowrap;
  font-size: 40px;
  line-height: 40px;
  color: #0E1A3C;
}
@media screen and (max-width: 1199px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__lead {
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__lead {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__lead {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__lead {
    font-size: 17px;
    white-space: wrap;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__lead span {
  font-size: 80px;
  line-height: 40px;
  color: #0E1A3C;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__lead span {
    font-size: 60px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__lead span {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__lead span {
    font-size: 50px;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__desc {
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 16px;
  line-height: 1.875;
  padding-top: 36px;
}
@media screen and (max-width: 1199px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__desc {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-text .zeh-mv__desc {
    font-size: 13px;
  }
}
html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-image img {
  min-width: 140px;
}
@media screen and (max-width: 1199px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-image img {
    max-width: 100px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__left .zeh-mv__info-block .zeh-mv__info-image img {
    max-width: 95px;
  }
}
@media screen and (max-width: 991px) {
  html body .zeh-section01 .zeh-mv__inner .zeh-mv__right {
    padding-top: 35px;
  }
}
html body .fee .fee__title {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.12em;
  padding: 120px 0 65px;
}
@media screen and (max-width: 767px) {
  html body .fee .fee__title {
    font-size: 20px;
  }
}
html body .fee .fee__main-img {
  width: 100%;
  max-width: 942px;
  margin: 0 auto;
  display: block;
}
html body .fee .fee__catch {
  text-align: center;
  padding: 117px 0 38px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  html body .fee .fee__catch {
    font-size: 20px;
    padding: 80px 0 30px;
  }
}
html body .fee .fee__builder {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body .fee .fee__builder {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .fee .fee__builder .fee__builder-img {
    text-align: center;
  }
}
html body .fee .fee__builder .fee__builder-img img {
  max-width: 146px;
}
html body .fee .fee__builder .fee__builder-text p {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  html body .fee .fee__builder .fee__builder-text p {
    text-align: left;
    padding-left: 0;
    padding-top: 45px;
  }
}
html body .fee .fee__about {
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  html body .fee .fee__about {
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .fee .fee__about .fee__about-img {
    text-align: center;
  }
}
html body .fee .fee__about .fee__about-img img {
  max-width: 700px;
  padding-right: 72px;
  width: 100%;
  min-width: 700px;
}
@media screen and (max-width: 1199px) {
  html body .fee .fee__about .fee__about-img img {
    max-width: 500px;
    padding-right: 52px;
    min-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  html body .fee .fee__about .fee__about-img img {
    padding-right: 0;
    padding-bottom: 37px;
    min-width: 100%;
  }
}
html body .fee .fee__about .fee__about-text .fee__head {
  font-size: 24px;
  letter-spacing: 0.07em;
  line-height: 1.25;
  margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
  html body .fee .fee__about .fee__about-text .fee__head {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
html body .fee .fee__about .fee__about-text .fee__desc {
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  html body .fee .fee__about .fee__about-text .fee__desc {
    margin-bottom: 37px;
  }
}
html body .bg-color {
  background-color: #F8F8F8;
  padding: 105px 0;
}
@media screen and (max-width: 767px) {
  html body .bg-color {
    padding: 55px 0;
  }
}
html body .enekariplus .enekariplus__title {
  padding-bottom: 35px;
}
html body .enekariplus .enekariplus__title img {
  width: 100%;
  max-width: 478px;
}
html body .enekariplus .enekariplus__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  html body .enekariplus .enekariplus__inner {
    display: block;
  }
}
html body .enekariplus .enekariplus__inner .enekariplus__text .enekariplus__head {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.278;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body .enekariplus .enekariplus__inner .enekariplus__text .enekariplus__head {
    font-size: 20px;
  }
}
html body .enekariplus .enekariplus__inner .enekariplus__text .enekariplus__lead {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.389;
  margin-bottom: 10px;
}
html body .enekariplus .enekariplus__inner .enekariplus__text .enekariplus__note {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.667;
  margin-bottom: 20px;
}
html body .enekariplus .enekariplus__inner .enekariplus__text .enekariplus__desc {
  letter-spacing: 0;
  line-height: 1.875;
}
html body .enekariplus .enekariplus__inner .enekariplus__img img {
  width: 100%;
  max-width: 695px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  html body .enekariplus .enekariplus__inner .enekariplus__img img {
    padding-left: 0;
    padding-top: 40px;
  }
}
html body .cocoro {
  padding-top: 57px;
}
html body .cocoro .cocoro__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  html body .cocoro .cocoro__inner {
    display: block;
  }
}
html body .cocoro .cocoro__inner .cocoro__visual {
  flex: 1;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  html body .cocoro .cocoro__inner .cocoro__visual {
    padding-right: 0;
    text-align: center;
    padding-bottom: 40px;
  }
}
html body .cocoro .cocoro__inner .cocoro__visual .cocoro__title {
  padding-bottom: 35px;
}
html body .cocoro .cocoro__inner .cocoro__visual .cocoro__title img {
  width: 100%;
  max-width: 507px;
}
html body .cocoro .cocoro__inner .cocoro__visual .cocoro__bg {
  width: 100%;
  max-width: 460px;
}
html body .cocoro .cocoro__inner .cocoro__text {
  flex: 1;
}
html body .cocoro .cocoro__inner .cocoro__text .cocoro__head {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.278;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body .cocoro .cocoro__inner .cocoro__text .cocoro__head {
    font-size: 20px;
  }
}
html body .cocoro .cocoro__inner .cocoro__text .cocoro__note {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.667;
  margin-bottom: 20px;
}
html body .cocoro .cocoro__inner .cocoro__text .cocoro__lead {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.389;
  margin-bottom: 10px;
}
html body .cocoro .cocoro__inner .cocoro__text .cocoro__points {
  letter-spacing: 0;
  line-height: 1.875;
}

/*# sourceMappingURL=zeh.css.map */
