@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  color: #232021;
}

/* デフォルトのタイポグラフィ */
h1, h2, h3 {
  line-height: 1.3;
  text-align: left;
}

h1 {
  font-size: clamp(28px, 4vw, 40px);
}

h2 {
  font-size: clamp(22px, 3vw, 28px);
}

h3 {
  font-size: clamp(18px, 2.5vw, 22px);
}

p {
  font-size: 16px;
  color: #232021;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* よく使うユーティリティ */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

[data-sp-only] {
  display: none !important;
}
@media screen and (max-width: 845px) {
  [data-sp-only] {
    display: block !important;
  }
}

[data-pc-only] {
  display: block !important;
}
@media screen and (max-width: 845px) {
  [data-pc-only] {
    display: none !important;
  }
}

.l-container {
  max-width: 1240px;
  padding-inline: 20px;
  margin: 0 auto;
}

.l-container--sm {
  max-width: 1040px;
  padding-inline: 20px;
  margin: 0 auto;
}

.l-container--l {
  max-width: 1440px;
  padding-inline: 20px;
  margin: 0 auto;
}

.l-breadcrumb {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 845px) {
  .l-breadcrumb {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
}
@media screen and (max-width: 845px) {
  .l-breadcrumb__list {
    gap: 5px;
  }
}
.l-breadcrumb__list a {
  text-decoration: underline;
}
.l-breadcrumb__list li:last-of-type {
  color: #004BDC;
  font-weight: 700;
  text-decoration: none;
}
.parent-businessjet .l-breadcrumb__list li:last-of-type {
  color: #8C7C65;
}

.p-breadcrumb {
  margin-top: 18px;
}

.l-side {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.l-sub-mv__content {
  background-image: url(../img/common/submv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(12.675px, 0px + 1.5vw, 18px) clamp(0px, 0px + 0vw, 0px) clamp(78.8666666667px, 0px + 9.3333333333vw, 112px);
}
.page-sustainability .l-sub-mv__content {
  background-image: url(../img/common/submv_sustainability.jpg);
}
@media screen and (max-width: 845px) {
  .page-sustainability .l-sub-mv__content {
    background-image: url(../img/common/submv_sustainability_sp.jpg);
  }
}
.parent-businessjet .l-sub-mv__content {
  background-image: url(../img/common/submv_businessjet.png);
}
@media screen and (max-width: 845px) {
  .l-sub-mv__content {
    padding: 10px 0 40px;
  }
}
.l-sub-mv__ttl-wrap {
  margin-top: clamp(49.9958333333px, 0px + 5.9166666667vw, 71px);
}
@media screen and (max-width: 845px) {
  .l-sub-mv__ttl-wrap {
    margin-top: 40px;
  }
}
.l-sub-mv__ttl {
  font-size: clamp(29.575px, 0px + 3.5vw, 42px);
  line-height: 1.619047619;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left;
}
.page-sustainability .l-sub-mv__ttl {
  color: #fff;
}
@media screen and (max-width: 845px) {
  .l-sub-mv__ttl {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
.l-sub-mv__ttl--en {
  font-size: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #004BDC;
  font-family: din-condensed, sans-serif;
}
.page-sustainability .l-sub-mv__ttl--en {
  color: #fff;
}
.parent-businessjet .l-sub-mv__ttl--en {
  color: #8C7C65;
}
@media screen and (max-width: 845px) {
  .l-sub-mv__ttl--en {
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0.08em;
  }
}

.c-btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 0.75em 1.25em;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid blue;
  background: blue;
  color: #fff;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.05s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.05s ease;
  transition: transform 0.05s ease, opacity 0.2s ease;
  transition: transform 0.05s ease, opacity 0.2s ease, -webkit-transform 0.05s ease;
}
.c-btn:hover {
  opacity: 0.9;
}
.c-btn:active {
  -webkit-transform: translateY(1px) scale(0.99);
          transform: translateY(1px) scale(0.99);
}
.c-btn--arrow {
  position: relative;
  padding: 12px 50px;
  font-size: 16px;
}
.p-service .c-btn--arrow {
  width: min(352px, 100%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 845px) {
  .c-btn--arrow {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 374px) {
  .c-btn--arrow {
    font-size: 14px;
  }
}
.c-btn--arrow::after {
  content: "";
  width: 22px;
  height: 5px;
  -webkit-mask-image: url(../../assets/img/common/nav_arrow02.svg);
          mask-image: url(../../assets/img/common/nav_arrow02.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 845px) {
  .c-btn--arrow::after {
    width: 16px;
  }
}
@media (any-hover: hover) {
  .c-btn--arrow:hover {
    background: #fff;
    color: #004BDC;
  }
  .c-btn--arrow:hover:after {
    background-color: #004BDC;
  }
}

.c-btn--ghost {
  min-width: 240px;
  width: 100%;
  color: #004BDC;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #fff;
  padding: 12px 40px;
  border-radius: calc(infinity * 1px);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-sustainability .c-btn--ghost {
  width: min(240px, 100%);
  margin-inline: auto;
  color: #006985;
  border: 1px solid;
}

.c-btn--ghost::after {
  content: "";
  width: 22px;
  height: 5px;
  -webkit-mask-image: url(../../assets/img/common/nav_arrow02.svg);
          mask-image: url(../../assets/img/common/nav_arrow02.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #004BDC;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-sustainability .c-btn--ghost::after {
  background-color: #006985;
}

.c-btn--ghost img {
  width: 24px;
  display: block;
  margin-left: 10px;
}

@media (any-hover: hover) {
  .c-btn--ghost:hover {
    background: #004BDC;
    color: #fff;
  }
  .page-sustainability .c-btn--ghost:hover {
    background: #006985;
    color: #fff;
  }
  .c-btn--ghost:hover:after {
    background-color: #fff;
  }
  .page-sustainability .c-btn--ghost:hover:after {
    background-color: #fff;
  }
}
.c-btn--confirm {
  width: min(240px, 100%);
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  border: 1px solid #004BDC;
}
.c-btn--confirm[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.c-btn--back {
  width: min(240px, 100%);
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  border: 1px solid #dcdcdc;
  color: #707070;
}
.c-btn--back:after {
  display: none;
}
@media (any-hover: hover) {
  .c-btn--back:hover {
    background: #707070;
  }
}

.c-btn--pdf {
  text-box-trim: trim-both;
  display: block;
  text-align: center;
  background: #fff;
  padding-block: 11px;
  font-weight: bold;
  color: #004BDC;
  font-size: clamp(12.675px, 0px + 1.5vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  border: 1px solid #004BDC;
}
@media screen and (max-width: 845px) {
  .c-btn--pdf {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    padding-block: 14px;
  }
}
@media (any-hover: hover) {
  .c-btn--pdf:hover {
    background: #F1F5FD;
  }
}

.c-title {
  font-weight: 700;
}

.c-title--center {
  text-align: center;
}

.c-section-title {
  font-weight: bold;
  font-size: clamp(19.7166666667px, 0px + 2.3333333333vw, 28px);
  line-height: 1.0714285714;
  letter-spacing: 0em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 845px) {
  .c-section-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.c-section-title:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 8px;
  background-color: #004BDC;
  bottom: -24px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 845px) {
  .c-section-title:before {
    bottom: -16px;
    width: 40px;
  }
}

/* アイコン用 */
/* フォーム用 */
/* テキスト表現用 */
/* ナビ用 */
/* 画像用 */
/* リスト用 */
/* テーブル用 */
/* 罫線用 */
/* ビデオ用 */
/* スライド用 */
.c-card {
  display: block;
  border: 1px solid #BCBCBC;
}
.c-card__img-wrap {
  width: 100%;
}
.c-card__img {
  width: 100%;
  height: auto;
}
.c-card__txt-area {
  padding: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
}
@media screen and (max-width: 845px) {
  .c-card__txt-area {
    padding: 10px 20px 10px;
  }
}
.c-card__ttl {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  color: #004BDC;
  margin-bottom: clamp(10.5625px, 0px + 1.25vw, 15px);
}
@media screen and (max-width: 845px) {
  .c-card__ttl {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
}
.c-card__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .c-card__txt {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

/* その他 */
.p-contact {
  background: #F9F9F9;
  padding-block: 100px;
}
.page-thanks .p-contact {
  background: #fff;
}
@media screen and (max-width: 845px) {
  .p-contact {
    padding-block: 40px 80px;
  }
}
.parent-businessjet .p-contact {
  background: #F3F2EF;
}

.p-contact__form {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 845px) {
  .p-contact__form {
    padding: 40px 20px;
  }
  .page-thanks .p-contact__form {
    padding: 40px 0;
  }
}
.parent-businessjet .p-contact__form {
  border-top: 4px solid #8C7C65;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding-top: 37px;
}

.p-contact__form .c-btn {
  width: min(100%, 240px);
  margin-inline: auto;
}
.page-thanks .p-contact__form .c-btn {
  margin-top: 40px;
}

.p-contact__heading {
  color: #004BDC;
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 0.9375;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 845px) {
  .p-contact__heading {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.p-contact__text {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
}
@media screen and (max-width: 845px) {
  .p-contact__text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.page-thanks .p-contact__text {
  margin-top: 40px;
}
.parent-businessjet .p-contact__text {
  margin-bottom: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
@media screen and (max-width: 845px) {
  .parent-businessjet .p-contact__text {
    margin-bottom: 20px;
  }
}

.p-contact__required {
  color: #004BDC;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 27px;
  margin-bottom: 5px;
}
@media screen and (max-width: 845px) {
  .p-contact__required {
    margin-bottom: 24px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}

.c-form-wrap {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 845px) {
  .c-form-wrap {
    gap: 40px;
  }
}

.c-form-row {
  padding-block: 30px;
  display: grid;
  grid-template-columns: minmax(200px, 300px) 1fr;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 1px solid #D9D9D9;
}
.c-form-row .caution {
  font-size: clamp(8.45px, 0px + 1vw, 12px);
  line-height: 1.4166666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .c-form-row .caution {
    font-size: 11px;
    line-height: 1.3636363636;
    letter-spacing: 0em;
  }
}
.parent-businessjet .c-form-row {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.page-estimate .c-form-row {
  grid-template-columns: 240px 1fr;
  gap: 20px;
}
@media screen and (max-width: 845px) {
  .page-estimate .c-form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 845px) {
  .c-form-row {
    border: none;
    padding: unset;
    row-gap: 10px;
    grid-template-columns: 1fr;
  }
  .c-form-row + * {
    margin-top: 40px;
  }
}
.c-form-row.--last {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 845px) {
  .c-form-row.--last {
    border: none;
  }
}

.c-name-row-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
}
@media screen and (max-width: 845px) {
  .c-name-row-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.c-name-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  position: relative;
}
@media screen and (max-width: 845px) {
  .c-name-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.c-name-row .seimei-label {
  position: absolute;
  top: 2px;
  left: clamp(-40px, 0px + -3.3333333333vw, -28.1666666667px);
}
.parent-businessjet .c-name-row .seimei-label {
  left: clamp(-32px, 0px + -2.6666666667vw, -22.5333333333px);
}
@media screen and (max-width: 845px) {
  .c-name-row .seimei-label {
    position: revert;
  }
}
.c-name-row span {
  white-space: nowrap;
  gap: 20px;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 845px) {
  .c-name-row span {
    display: block;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    width: 100%;
  }
}
.c-name-row.--furigana {
  position: relative;
}
.c-name-row.--furigana .seimei-label {
  top: 2px;
  left: clamp(-52px, 0px + -4.3333333333vw, -36.6166666667px);
}
.c-name-row.--furigana span {
  white-space: nowrap;
  gap: 20px;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 845px) {
  .c-name-row.--furigana span {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    display: block;
    position: revert;
  }
}

.c-label {
  color: #232021;
  font-weight: 500;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: revert;
}
@media screen and (max-width: 845px) {
  .c-label {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
    white-space: unset;
    line-height: 1.5;
  }
}
.c-label[data-label=required]:after {
  content: "*";
  color: #004BDC;
  margin-left: 1px;
}
.parent-businessjet .c-label[data-label=required]:after {
  color: #8C7C65;
}

.c-label-br {
  display: block;
}
.c-label-br[data-label=required]:after {
  content: none;
}
@media screen and (max-width: 845px) {
  .c-label-br[data-label=required]:after {
    content: "*";
  }
}

.c-label-br span:after {
  content: "*";
  color: #004BDC;
  margin-left: 1px;
}
@media screen and (max-width: 845px) {
  .c-label-br span:after {
    display: none;
  }
}

.c-label-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.c-label-wrap .caution {
  font-size: clamp(8.45px, 0px + 1vw, 12px);
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .c-label-wrap .caution {
    font-size: 11px;
    line-height: 1.8181818182;
    letter-spacing: 0em;
  }
}

.c-checkbox-wrap .wpcf7-checkbox > span {
  display: block;
}
.c-checkbox-wrap .wpcf7-list-item > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.c-radio-wrap .wpcf7-form-control > span {
  display: block;
}
.c-radio-wrap .wpcf7-list-item > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  display: block;
  width: 100%;
  border: 1px solid #707070;
  padding: 10px;
  line-height: 1;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9193A3;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #9193A3;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9193A3;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9193A3;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #9193A3;
}

textarea {
  padding-top: 16px;
}

input[type=checkbox] + span {
  font-size: 14px;
}

textarea {
  height: 160px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.c-check-list {
  margin-top: 20px;
}
@media screen and (max-width: 845px) {
  .c-check-list {
    margin-top: 0;
  }
}

.c-check-list .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 845px) {
  .c-check-list .wpcf7-form-control {
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 500;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  text-box-trim: trim-both;
}
@media screen and (max-width: 845px) {
  .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}

.wpcf7-list-item input[type=checkbox] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.wpcf7-list-item {
  margin: 0 !important;
  cursor: pointer;
}
.wpcf7-list-item input[type=radio],
.wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7-list-item input[type=checkbox] {
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  position: relative;
  background: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 845px) {
  .wpcf7-form-control.wpcf7-not-valid .wpcf7-list-item input[type=checkbox] {
    width: 19px;
    height: 19px;
  }
}
.wpcf7-list-item input[type=checkbox]:checked {
  border: 1px solid #004BDC;
  background: #004BDC;
}
.wpcf7-list-item input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  inset: -3px 0 0 0;
  margin: auto;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-list-item input[type=radio] {
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  border-radius: calc(infinity * 1px);
  position: relative;
  background: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 845px) {
  .wpcf7-form-control.wpcf7-not-valid .wpcf7-list-item input[type=radio] {
    width: 19px;
    height: 19px;
  }
}
.wpcf7-list-item input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: calc(infinity * 1px);
  background: #004BDC;
}
.wpcf7-list-item input[type=radio]:checked + span:after,
.wpcf7-list-item input[type=checkbox]:checked + span:after {
  opacity: 1;
}

.wpcf7-list-item > label {
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.parent-businessjet .wpcf7-list-item + * {
  padding-left: clamp(10.5625px, 0px + 1.25vw, 15px);
}
@media screen and (max-width: 845px) {
  .parent-businessjet .wpcf7-list-item + * {
    padding-left: 0;
  }
}

.wpcf7-list-item label:has(input:checked) {
  background-color: #F1F5FD;
}

.c-form-text {
  margin-top: 40px;
  font-weight: 500;
  font-size: 14px;
  display: grid;
  grid-template-columns: 241px 1fr;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 845px) {
  .c-form-text {
    margin-top: 16px;
    display: revert;
  }
}
.c-form-text:before {
  content: "";
}
@media screen and (max-width: 845px) {
  .c-form-text:before {
    display: none;
  }
}

.c-code-row {
  display: grid;
  grid-template-columns: 100px 16px 130px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-code-row.--confirm {
  grid-template-columns: repeat(3, 30px);
  text-align: center;
}
@media screen and (max-width: 845px) {
  .c-code-row {
    grid-template-columns: 80px 14px 110px;
  }
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.wpcf7-not-valid-tip:before {
  display: none;
}

.c-caution-text {
  font-size: clamp(8.45px, 0px + 1vw, 12px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: normal;
  margin-top: 30px;
}
@media screen and (max-width: 845px) {
  .c-caution-text {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.8181818182;
    letter-spacing: 0em;
  }
}

.p-contact-form__policy-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-contact-form__policy {
  background: #FEF5F6;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 845px) {
  .p-contact-form__policy {
    padding: 30px 20px;
  }
}

.p-contact-form__policy .wpcf7-list-item > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0;
}
.p-contact-form__policy .wpcf7-list-item .wpcf7-list-item-label {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-contact-form__policy .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}
.p-contact-form__policy .wpcf7-list-item input[type=checkbox] {
  background: transparent;
  width: 24px;
  height: 24px;
}
.p-contact-form__policy .wpcf7-list-item input[type=checkbox]:checked {
  background: #004BDC;
}
.p-contact-form__policy .wpcf7-list-item label:has(input:checked) {
  background: transparent;
  color: #004BDC;
}

.p-contact-form__policy-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
  margin-top: 20px;
}
@media screen and (max-width: 845px) {
  .p-contact-form__policy-row {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-contact-form__policy-text {
  font-weight: bold;
  font-size: clamp(12.675px, 0px + 1.5vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-contact-form__policy-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
  }
  .parent-businessjet .p-contact-form__policy-text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    text-align: left;
  }
}

.c-submit-button {
  margin-top: 60px;
  gap: 20px;
  margin-inline: auto;
  width: min(100%, 240px);
}
@media screen and (max-width: 845px) {
  .c-submit-button {
    margin-top: 40px;
  }
}

.c-submit-button input {
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  font-weight: 500;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  border: none;
  background: #004BDC;
  color: #fff;
  border: 1px solid;
  width: min(100%, 240px);
  margin-inline: auto;
  padding: 12px 40px;
  margin-top: 20px;
}
@media (any-hover: hover) {
  .c-submit-button input:hover {
    background: #fff;
    color: #004BDC;
    border: 1px solid;
  }
}
@media screen and (max-width: 845px) {
  .c-submit-button input {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}

.p-contact-form__policy-link {
  color: #E84751;
  border-bottom: 1px solid;
  position: relative;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 845px) {
  .p-contact-form__policy-link {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    line-height: 1.2;
  }
}

.p-contact-form__policy-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  color: #E84751;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.js-phone-error,
.js-accept-error {
  color: #d9534f;
  margin-top: 4px;
  font-size: 14px;
}

.is-error {
  border-color: #d9534f;
  background-color: #fff6f6;
}

.input-pc textarea {
  height: 38px;
  line-height: 1.4;
  padding: 8px 12px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
@media screen and (max-width: 845px) {
  .input-pc textarea {
    height: 70px;
    min-height: 2.5em;
  }
}

.p-contact__form-text {
  margin-top: 30px;
}

#checkbox-chart,
#checkbox-ticket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 845px) {
  #checkbox-chart,
  #checkbox-ticket {
    display: block;
  }
}

.page-estimate .wpcf7-list-item input[type=checkbox]:checked {
  background: #8C7C65;
  border-color: #8C7C65;
}
.page-estimate .p-contact-form__policy .wpcf7-list-item input[type=checkbox]:checked {
  background: #004BDC;
  border-color: #004BDC;
}
.page-estimate .wpcf7-list-item label:has(input:checked) {
  background: rgba(140, 124, 101, 0.1);
}
.page-estimate .p-contact-form__policy .wpcf7-list-item label:has(input:checked) {
  background: transparent;
}

.c-form-select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-form-select-container .c-form-select {
  display: grid;
  grid-template-columns: 57px 200px auto;
}
@media screen and (max-width: 845px) {
  .c-form-select-container .c-form-select {
    grid-template-columns: 57px 150px auto;
  }
}
.c-form-select-container .c-form-select + * {
  margin-top: 20px;
}
.c-form-select-container .c-form-select .contact-right-text {
  margin-left: 10px;
}
.c-form-select-container .c-form-select select {
  margin-left: 10px;
}
.c-form-select .contact-right-text--sm {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  text-box-trim: trim-both;
  line-height: 1;
}
@media screen and (max-width: 845px) {
  .c-form-select .contact-right-text--sm {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.c-form-select .contact-right-text--sm span {
  font-size: clamp(8.45px, 0px + 1vw, 12px);
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .c-form-select .contact-right-text--sm span {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.c-form-select-container .wpcf7-form-control-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-form-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  padding: 8px 20px;
  padding-right: clamp(49.2916666667px, 0px + 5.8333333333vw, 70px);
  margin-right: 10px;
  width: min(200px, 100%);
}
@media screen and (max-width: 845px) {
  .c-form-select select {
    padding: 6px 10px;
    padding-right: 20px;
    min-width: min(100%, 150px);
  }
}

.c-form-select span.wpcf7-form-control-wrap:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 6px;
  pointer-events: none;
  background: url(../../assets/img/common/select_triangle.svg) no-repeat center/contain;
}
.c-form-select-container .c-form-select span.wpcf7-form-control-wrap:after {
  right: 8px;
}
@media screen and (max-width: 845px) {
  .c-form-select span.wpcf7-form-control-wrap:after {
    right: 10px;
    width: 10px;
    height: 4px;
  }
  .c-form-select-container .c-form-select span.wpcf7-form-control-wrap:after {
    right: 0;
  }
}

.contact-right-text {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
}
@media screen and (max-width: 845px) {
  .contact-right-text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.c-checkbox-wrap.--calendar {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 845px) {
  .c-checkbox-wrap.--calendar {
    width: 100%;
  }
  .c-checkbox-wrap.--calendar .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* input */
.c-checkbox-wrap.--calendar input[type=date] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding-right: 0;
  width: min(100%, 216px);
  min-width: 216px;
  border: 1px solid #888;
  padding: 8px 20px;
}
@media screen and (max-width: 845px) {
  .c-checkbox-wrap.--calendar input[type=date] {
    width: 100%;
    min-width: unset;
  }
}

/* デフォルトのカレンダーアイコン透明化 */
.c-checkbox-wrap.--calendar input[type=date]::-webkit-calendar-picker-indicator,
.c-calendar-input input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
}

/* カスタムアイコン 外出し表示 */
.c-checkbox-wrap.--calendar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../assets/img/common/icon_calendar.svg") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 845px) {
  .c-checkbox-wrap.--calendar::after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

.c-form-mail-confirm {
  margin-top: 10px;
}

.c-address-wrap {
  margin-top: 10px;
}

.c-yubinbango-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 845px) {
  .c-yubinbango-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 5px;
  }
}

.c-yubinbango-wrap {
  position: relative;
}

.c-yubinbango-wrap input {
  width: 50%;
}

.c-yubinbango-text {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.75;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (max-width: 845px) {
  .c-yubinbango-text {
    font-size: 14px;
  }
}

.c-yubinbango-wrap:before {
  content: "〒";
  position: absolute;
  left: -28px;
}
@media screen and (max-width: 845px) {
  .c-yubinbango-wrap:before {
    position: revert;
  }
}

.c-continue-wrap {
  margin-top: 10px;
}

.c-form-heading {
  margin-bottom: clamp(7.0416666667px, 0px + 0.8333333333vw, 10px);
}
@media screen and (max-width: 845px) {
  .c-form-heading {
    margin-bottom: 8px;
  }
}

.c-form-block {
  margin-top: 40px;
}

.c-calendar-wrap > * + * {
  margin-top: 10px;
}

.c-calendar-wrap > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.c-caution-strong {
  color: rgb(211, 29, 29);
  font-size: clamp(9.8583333333px, 0px + 1.1666666667vw, 14px);
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .c-caution-strong {
    font-size: 13px;
  }
}

.c-calendar-input {
  display: grid;
  grid-template-columns: minmax(150px, 250px) minmax(50px, 150px) auto;
  position: relative;
}

.c-calendar-input .wpcf7-form-control-wrap:has(input.calendar)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../assets/img/common/icon_calendar.svg) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 845px) {
  .c-calendar-input .wpcf7-form-control-wrap:has(input.calendar)::before {
    width: 20px;
    height: 20px;
  }
}

.c-calendar-input input {
  width: 100%;
  display: block;
  border: 1px solid #707070;
  padding: 10px;
  line-height: 1;
}

.c-calendar-details {
  display: block;
}

.c-radio-wrap.--inline .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-interpreter-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-interpreter-row.u-mt {
  margin-top: 10px;
}

.c-interpreter-row span {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .c-interpreter-row span {
    font-size: 14px;
  }
}

.c-form-select-container--interpreter .c-form-select--interpreter {
  grid-template-columns: minmax(0, auto) 1fr;
}
.c-form-select-container--interpreter .c-form-select--interpreter select {
  padding: 10px 20px 10px 10px;
  width: 100%;
  margin-left: 0;
}
.c-form-select-container--interpreter .c-form-select--interpreter span.wpcf7-form-control-wrap:after {
  right: 10px;
}

.c-file-container {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.c-file-bottom-text {
  margin-top: 10px;
}

.c-file-wrapper {
  margin-top: 10px;
}

@media screen and (max-width: 845px) {
  .h-adr {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 845px) {
  .u-mt-10-sp {
    margin-top: 10px;
  }
}

@media screen and (max-width: 845px) {
  .u-mt-20-sp {
    margin-top: 20px;
  }
}

@media screen and (max-width: 845px) {
  .u-fz-14-sp {
    font-size: 14px;
  }
}

.js-radio-error {
  color: #d9534f;
}