@charset "UTF-8";
:root {
  --bk-base: #282828;
  --bk-primary: #637B61;
  --bk-secondary: #4D4948;
  --bk-white: #FFF;
  --bk-link: #4D4D4D;
  --bk-regular: 400;
  --bk-medium: 500;
  --bk-semi: 600;
  --bk-bold: 700;
  --bk-black: 900;
  --bk-jp: "Shippori Mincho", serif;
  --bk-en: "Marcellus SC", serif;
  --bk-number: "Inter", sans-serif;
  --s: .3s;
}
.l-cta_btn {
  font-size: 3.2rem;
  background: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 53px;
}
.l-cta_btn::before {
  content: "";
  display: block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.l-cta_btn.l-cta_btn--tel::before {
  -webkit-mask-image: url(../img/common/ico_tel.svg);
          mask-image: url(../img/common/ico_tel.svg);
}
.l-container {
  color: var(--bk-base);
  font-family: var(--bk-jp);
  font-size: 1.4rem;
  line-height: 1.4285;
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.l-breadcrumb {
  padding: 14px 15px 28px;
}
.l-breadcrumb.l-breadcrumb--equipment {
  padding-bottom: 28px;
}
.l-content {
  padding-left: 14px;
  padding-right: 14px;
}
.l-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
.c-nav-breadcrumb {
  color: var(--bk-base);
  font-size: 1.2rem;
}
.c-nav-breadcrumb .c-nav-breadcrumb_item {
  display: inline;
}
.c-nav-breadcrumb .c-nav-breadcrumb_item:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.c-heading-line {
  font-size: 1.2rem;
  font-weight: var(--bk-regular);
  line-height: 1.35;
  display: -ms-grid;
  display: grid;
  text-align: center;
}
.c-heading-line.c-heading-line--lg {
  font-size: 1.3rem;
}
.c-heading-line::before {
  content: "";
  display: block;
  background: var(--bk-link);
  width: 30px;
  height: 2px;
  margin: 0 auto 12px;
}
.c-heading-line .c-heading-line_en {
  font-family: var(--bk-en);
  font-size: 3.2rem;
}
.c-heading-line .c-heading-line_jp {
  color: var(--bk-link);
}
.c-btn {
  color: var(--bk-white);
  font-family: var(--bk-jp);
  font-size: 1.4rem;
  font-weight: var(--bk-medium);
  background: var(--bk-base);
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  max-width: 250px;
  min-height: 50px;
  width: 100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: 0;
}
.c-btn.c-btn--search::after {
  content: "";
  display: block;
  background: url(../img/common/ico_search.svg) no-repeat;
  background-size: cover;
  width: 17px;
  height: 16px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
}
.c-btn.c-btn--clear {
  color: var(--bk-base);
  background: var(--bk-white);
  border: 1px solid var(--bk-base);
}

.c-btn-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}

.c-btn-checkbox label {
  display: flex;
  align-items: center;
  min-height: 32px;
  position: relative;
  box-sizing: border-box;
}
.c-btn-checkbox.is-active > span::after {
  content: "";
}
.c-btn-checkbox label > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-btn-checkbox label > input:checked + span::after {
  content: "";
}
.c-btn-checkbox label > span {
  display: flex;
  padding-left: 24px;
  position: relative;
}
.c-btn-checkbox label > span::before,
.c-btn-checkbox label > span::after {
  position: absolute;
}
.c-btn-checkbox label > span::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 14px;
  border: 0.5px solid #000;
  top: 5px;
  left: 0;
}
.c-btn-checkbox label > span::after {
  display: block;
  background: url(../img/common/ico_checked.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 3px;
  content: none;
}
.c-btn-date {
  font-family: var(--bk-jp);
  color: var(--bk-base);
  min-width: 125px;
  min-height: 26px;
  border: 0.5px solid #000;
  padding-left: 12px;
  padding-right: 6px;
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 0;
  line-height: 1.4;
  vertical-align: middle;
  display: block;
}
.c-btn-selectbox {
  font-family: var(--bk-jp);
  color: var(--bk-base);
  background: url(../img/common/ico_selectbox.svg) no-repeat right 4px center;
  background-size: 7px auto;
  min-width: 85px;
  min-height: 26px;
  border: 0.5px solid #000;
  padding-left: 12px;
  padding-right: 26px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
}

.c-link-back {
  color: var(--bk-link);
  display: flex;
  align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  position: relative;
}
.c-link-back::before, .c-link-back::after {
  content: "";
  display: block;
}
.c-link-back::before {
  background: currentColor;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.c-link-back::after {
  background: url(../img/common/ico_arrow_back.svg) no-repeat 50% 50%;
  background-size: cover;
  width: 7px;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
}

.requied {
  color: #FF644F;
}
.contact-header-text {
  padding: 30px 6px 20px;
  border-bottom: 1px solid #d8d8d8;
}
.contact-header-caption {
  padding: 30px 6px 0;
}
.contact-form-table {
  width: 100%;
}
.contact-form-table th,
.contact-form-table td {
  display: block;
}
.contact-form-table th {
  text-align: left;
  font-weight: var(--bk-semi);
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}
.contact-form-table td {
  padding-left: 0;
  padding-right: 0;
}
.contact-form-table th .requied {
  vertical-align: super;
}
.contact-form-table .contact-form-date {
  margin-bottom: 10px;
  display: flex;
}
.contact-form-table .contact-form-date-title {
  width: 23%;
}
.contact-form-table .contact-form-date > span {
  display: block;
}
.contact-form-table .wpcf7-form-control-wrap:first-child {
  width: 47%;
}
.contact-form-table .wpcf7-form-control-wrap:last-child {
  width: 28%;
}
.contact-form-date span.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
}

.c-input-text,
.c-input-tel,
.c-input-email,
.c-input-textarea,
input[type="text"].wpcf7-form-control,
input[type="tel"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
textarea.wpcf7-form-control {
  background: #F7F7F7;
  padding: 10px 14px;
  border: 0;
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
}
.contact-form-table ::placeholder {
  color: #bababa;
}
.c-input-textarea {
  height: 220px;
}
span.wpcf7-not-valid-tip {
  color: #FF644F;
  padding-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FF644F !important;
  color: #FF644F;
  border-width: 1px;
  padding: 15px;
}
.submitbox {
  margin-top: 50px;
  text-align: center;
}
.c-heading-thanks {
  color: var(--bk-base);
  font-size: 1.6rem;
  font-weight: var(--bk-semi);
  line-height: 1.35;
  text-align: center;
  padding-bottom: 30px;
}
.c-text-thanks {
  padding-bottom: 25px;
}
.thanks-header_text {
  color: var(--bk-base);
  display: -ms-grid;
  display: grid;
  row-gap: 4px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.thanks-contact_dl {
  font-family: var(--bk-en);
  background: #EDEDED;
  color: var(--bk-base);
  padding: 30px 10px;
  font-size: 1.4rem;
}
.thanks-contact_dt {
  padding-bottom: 16px;
}
.thanks-contact_dd {
  letter-spacing: -0.05em;
}
.contact-condition_action {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  text-align: center;
  row-gap: 13px;
}
.submitbox .wpcf7-spinner {
  display: block;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 5% 45px;
    box-sizing: content-box;
  }
  .l-breadcrumb.l-breadcrumb--plan {
    padding-bottom: 70px;
  }
  .l-breadcrumb.l-breadcrumb--equipment {
    padding-bottom: 35px;
  }
  .l-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .l-cta_btn {
    font-size: 4rem;
    pointer-events: none;
  }
  .l-cta_btn::before {
    width: 34px;
    height: 34px;
  }
  .c-nav-breadcrumb {
    font-size: 1.6rem;
  }
  .c-heading-line {
    font-size: 2rem;
  }
  .c-heading-line.c-heading-line--lg {
    font-size: 2rem;
  }
  .c-heading-line::before {
    width: 40px;
  }
  .c-heading-line .c-heading-line_en {
    font-size: 4rem;
  }
  .c-heading-single {
    font-size: 4rem;
  }
  .c-btn {
    font-size: 1.6rem;
  }
  .c-btn-checkbox {
    display: flex;
  }
  .c-btn-checkbox label {
    cursor: pointer;
    margin-right: 40px;
  }
  .c-btn-checkbox label > span::before {
    width: 16px;
    height: 16px;
    top: 6px;
  }
  .c-btn-checkbox label > span::after {
    width: 17px;
    top: 3px;
  }
  .c-btn-date {
    /* min-width: 145px; */
    min-height: 32px;
    /* padding-right: 40px; */
    cursor: pointer;
  }
  .c-btn-selectbox {
    background-position: right 9px center;
    background-size: 12px;
    min-width: 110px;
    min-height: 32px;
    padding-right: 40px;
    cursor: pointer;
  }
  .c-link-back::before {
    width: 15px;
    height: 15px;
  }
  .contact-condition_action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 65px;
  }
  .contact-header-text {
    padding: 80px 20px 30px;
  }
  .contact-header-caption {
    padding: 30px 20px 0;
  }
  .contact-form-table th {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-form-table td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-form-table .contact-form-date-title {
    width: auto;
  }
  input[type="text"].wpcf7-form-control,
  input[type="tel"].wpcf7-form-control,
  input[type="email"].wpcf7-form-control,
  textarea.wpcf7-form-control {
    padding: 10px 16px;
  }
  textarea.wpcf7-form-control {
    height: 220px;
  }
  span.wpcf7-not-valid-tip {
    padding-top: 10px;
  }
  .submitbox {
    margin-top: 50px;
  }
  .c-heading-thanks {
    font-size: 2.4rem;
    line-height: 1.35;
    padding-bottom: 40px;
  }
  .c-text-thanks {
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
  .thanks-header_text {
    row-gap: 4px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .thanks-contact_dl {
    padding: 20px 50px;
    font-size: 2rem;
    margin: 0 100px;
  }
  .thanks-contact_dt {
    padding-bottom: 16px;
  }
  .thanks-contact_dd {
    letter-spacing: 0;
  }
  .contact-condition_action {
    row-gap: 13px;
  }
  .c-sp {
    display: none !important;
  }
  .c-fz-pc-12 {
    font-size: 1.2rem;
  }
  .c-fz-pc-13 {
    font-size: 1.3rem;
  }
  .c-fz-pc-14 {
    font-size: 1.4rem;
  }
  .c-fz-pc-15 {
    font-size: 1.5rem;
  }
  .c-fz-pc-16 {
    font-size: 1.6rem;
  }
  .c-fz-pc-17 {
    font-size: 1.7rem;
  }
  .c-fz-pc-18 {
    font-size: 1.8rem;
  }
  .c-fz-pc-19 {
    font-size: 1.9rem;
  }
  .c-fz-pc-20 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 771px) {
  .l-container {
    font-size: 1.6rem;
    padding-top: 79px;
  }
}

@media screen and (min-width: 901px) {
  .l-container {
    padding-top: 85px;
  }
}

@media print, screen and (min-width: 1200px) {
}

@media print, screen and (min-width: 1301px) {
  .l-container {
    padding-top: 94px;
  }
}

@media screen and (max-width: 767.9px) {
  .c-pc {
    display: none !important;
  }
  .c-fz-sp-10 {
    font-size: 1rem;
  }
  .c-fz-sp-11 {
    font-size: 1.1rem;
  }
  .c-fz-sp-12 {
    font-size: 1.2rem;
  }
  .c-fz-sp-13 {
    font-size: 1.3rem;
  }
}

@media (any-hover: hover) and (prefers-reduced-motion: no-preference) {
  .c-btn {
    transition: opacity 0.5s;
  }
  .c-btn:hover {
    opacity: 0.8;
  }
}

