@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;
  }
}

/* その他 */
.page-businessjet .c-cta,
.parent-businessjet .c-cta {
  background-color: #8C7C65;
}
.page-businessjet .c-cta:hover .c-cta__button,
.parent-businessjet .c-cta:hover .c-cta__button {
  color: #8C7C65;
}
.page-businessjet .c-cta:hover .c-cta__button::after,
.parent-businessjet .c-cta:hover .c-cta__button::after {
  -webkit-mask-image: url(../../assets/img/common/nav_arrow02.svg);
          mask-image: url(../../assets/img/common/nav_arrow02.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: none;
  background-color: #8C7C65;
}

.p-businessjet-sub-mv {
  position: relative;
}

.p-businessjet-sub-mv__img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (max-width: 845px) {
  .p-businessjet-sub-mv__img {
    position: revert;
  }
}
.p-businessjet-sub-mv__img img {
  width: 100%;
  height: auto;
  height: clamp(507px, 0px + 60vw, 720px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 845px) {
  .p-businessjet-sub-mv__img img {
    height: auto;
  }
}

.p-businessjet-sub-mv__text {
  padding-top: clamp(314.0583333333px, 0px + 37.1666666667vw, 446px);
  padding-left: clamp(91.5416666667px, 0px + 10.8333333333vw, 130px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 845px) {
  .p-businessjet-sub-mv__text {
    padding-top: 20px;
    padding-inline: 10px;
  }
}

.p-businessjet-sub-mv__copy {
  font-size: clamp(33.8px, 0px + 4vw, 48px);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 845px) {
  .p-businessjet-sub-mv__copy {
    font-size: 26px;
    line-height: 1.4615384615;
    letter-spacing: 0em;
  }
}
.p-businessjet-sub-mv__copy span {
  color: #8C7C65;
}

.p-businessjet-sub-mv__copy--sub {
  margin-top: clamp(21.125px, 0px + 2.5vw, 30px);
  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-businessjet-sub-mv__copy--sub {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-top: 41px;
  }
}

.p-businessjet__button {
  margin-top: clamp(21.125px, 0px + 2.5vw, 30px);
}
@media screen and (max-width: 845px) {
  .p-businessjet__button {
    margin-top: 40px;
  }
}

.p-businessjet__button .c-btn {
  background: transparent;
  border: 1px solid;
  color: #232021;
  width: 240px;
  white-space: nowrap;
  padding-right: clamp(35.9125px, 0px + 4.25vw, 51px);
  font-weight: normal;
}
@media screen and (max-width: 845px) {
  .p-businessjet__button .c-btn {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    padding-block: 8px;
    background-color: #8C7C65;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .p-businessjet__button .c-btn:hover {
    background-color: #8C7C65;
    color: #fff;
  }
  .p-businessjet__button .c-btn:hover:after {
    background-color: #fff;
  }
}

.p-businessjet__button .c-btn:after {
  background-color: #232021;
}
@media screen and (max-width: 845px) {
  .p-businessjet__button .c-btn:after {
    background-color: #fff;
  }
}

.p-businessjet-heading {
  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;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 845px) {
  .p-businessjet-heading {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-businessjet-heading--icon:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(84.5px, 0px + 10vw, 120px);
  height: clamp(84.5px, 0px + 10vw, 120px);
  position: absolute;
  top: clamp(-140px, 0px + -11.6666666667vw, -98.5833333333px);
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 845px) {
  .p-businessjet-heading--icon:before {
    width: 60px;
    height: 60px;
    top: -70px;
  }
}
.p-businessjet-heading--icon.--area:before {
  background-image: url(../../assets/img/businessjet/icon_charter_area.png);
}
.p-businessjet-heading--icon.--global:before {
  background-image: url(../../assets/img/businessjet/icon_charter_global.png);
}
.p-businessjet-heading--icon.--japan:before {
  background-image: url(../../assets/img/businessjet/icon_charter_japan.png);
}
.p-businessjet-heading:after {
  content: "";
  background: url(../../assets/img/businessjet/title_underline.png) no-repeat;
  background-size: cover;
  width: 64px;
  height: 6px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -20px;
}
@media screen and (max-width: 845px) {
  .p-businessjet-heading:after {
    background-image: url(../../assets/img/businessjet/title_underline_sp.png);
    width: 48px;
    height: 6px;
  }
}

.p-businessjet__about {
  margin-top: clamp(149.9875px, 0px + 17.75vw, 213px);
}
@media screen and (max-width: 845px) {
  .p-businessjet__about {
    margin-top: 80px;
  }
}

.p-businessjet__about-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  margin-top: clamp(46.475px, 0px + 5.5vw, 66px);
}
@media screen and (max-width: 845px) {
  .p-businessjet__about-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-businessjet__heading {
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.75;
  letter-spacing: 0em;
  color: #8C7C65;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 845px) {
  .p-businessjet__heading {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
}

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

.p-businessjet__noe {
  margin-top: clamp(112.6666666667px, 0px + 13.3333333333vw, 160px);
  overflow: hidden;
}
@media screen and (max-width: 845px) {
  .p-businessjet__noe {
    margin-top: 80px;
  }
}

.p-businessjet__noe-text {
  margin-top: clamp(46.475px, 0px + 5.5vw, 66px);
  font-weight: normal;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
}

.p-businessjet__noe-bottom {
  position: relative;
  padding-block: 24px 100px;
}
@media screen and (max-width: 845px) {
  .p-businessjet__noe-bottom {
    padding-bottom: 80px;
  }
}
.p-businessjet__noe-bottom:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: url(../../assets/img/businessjet/noe_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  z-index: -1;
}

.p-businessjet__noe-bottom-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 63px;
  gap: clamp(84.5px, 0px + 10vw, 120px);
  margin-inline: auto;
}
@media (846px <= width <= 1200px) {
  .p-businessjet__noe-bottom-list {
    zoom: 0.8;
  }
}
@media screen and (max-width: 845px) {
  .p-businessjet__noe-bottom-list {
    gap: 10px;
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p-businessjet__noe-bottom-item {
  border-radius: calc(infinity * 1px);
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: clamp(225.3333333333px, 0px + 26.6666666667vw, 320px);
  height: clamp(225.3333333333px, 0px + 26.6666666667vw, 320px);
  text-align: center;
  padding-top: clamp(33.8px, 0px + 4vw, 48px);
  margin-inline: auto;
}

.p-businessjet__noe-bottom-heading-sm {
  font-size: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.p-businessjet__noe-bottom-heading-lg {
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 0.9375;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #8C7C65;
}

.p-businessjet__noe-bottom-item-text {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
  margin-top: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
}

.p-businessjet-value {
  padding-block: clamp(112.6666666667px, 0px + 13.3333333333vw, 160px) clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
  overflow: hidden;
}
@media screen and (max-width: 845px) {
  .p-businessjet-value {
    padding-block: 80px;
  }
}

.p-businessjet-value__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(42.25px, 0px + 5vw, 60px);
  margin-top: clamp(74.6416666667px, 0px + 8.8333333333vw, 106px);
}
@media screen and (max-width: 845px) {
  .p-businessjet-value__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-businessjet-value__list:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 845px) {
  .p-businessjet-value__list:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-businessjet-value__list + * {
  margin-top: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
}
@media screen and (max-width: 845px) {
  .p-businessjet-value__list + * {
    margin-top: 60px;
  }
}

.p-businessjet-value__list__img-wrap {
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 900px;
      -ms-flex: 1 1 900px;
          flex: 1 1 900px;
}
.p-businessjet-value__list:nth-of-type(even) .p-businessjet-value__list__img-wrap {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 845px) {
  .p-businessjet-value__list__img-wrap {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.p-businessjet-value__list__txt-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 600px;
      -ms-flex: 1 1 600px;
          flex: 1 1 600px;
}
@media screen and (max-width: 845px) {
  .p-businessjet-value__list__txt-wrap {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.p-businessjet-value__list__no {
  font-size: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  color: #8C7C65;
}
@media screen and (max-width: 845px) {
  .p-businessjet-value__list__no {
    font-size: 28px;
    line-height: 1.2857142857;
    letter-spacing: 0em;
  }
}

.p-businessjet-value__list__ttl {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 0.9375;
  letter-spacing: 0em;
  position: relative;
}
@media screen and (max-width: 845px) {
  .p-businessjet-value__list__ttl {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-businessjet-value__list__ttl:after {
  content: "";
  width: clamp(228.8541666667px, 0px + 27.0833333333vw, 325px);
  height: 1px;
  background: #8C7C65;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 845px) {
  .p-businessjet-value__list__ttl:after {
    bottom: -20px;
  }
}

.p-businessjet-value__list__txt {
  margin-top: clamp(42.25px, 0px + 5vw, 60px);
  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-businessjet-value__list__txt {
    margin-top: 40px;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}

.p-businessjet-links {
  padding-block: 80px;
  background: rgba(140, 124, 101, 0.5);
}
@media screen and (max-width: 845px) {
  .p-businessjet-links {
    padding-block: 60px;
  }
}

.p-businessjet-links__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
}
@media screen and (max-width: 845px) {
  .p-businessjet-links__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-businessjet-links__card {
  background: #fff;
  padding: 75px 50px;
}
@media screen and (max-width: 845px) {
  .p-businessjet-links__card {
    padding: 30px 20px;
  }
}

.p-businessjet-links__card h3 {
  color: #8C7C65;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
@media screen and (max-width: 845px) {
  .p-businessjet-links__card h3 {
    font-size: 18px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-businessjet-links__card p {
  font-weight: normal;
  margin-top: 23px;
}
@media screen and (max-width: 845px) {
  .p-businessjet-links__card p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-businessjet-links__btn {
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 845px) {
  .p-businessjet-links__btn {
    margin-top: 20px;
  }
}

.p-guide-section {
  padding-block: 80px 100px;
}

.p-guide-flow__contents {
  margin-top: clamp(46.475px, 0px + 5.5vw, 66px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(58.4458333333px, 0px + 6.9166666667vw, 83px);
}
@media screen and (max-width: 845px) {
  .p-guide-flow__contents {
    grid-template-columns: 1fr;
    gap: 40px;
    width: min(400px, 100%);
    margin-inline: auto;
  }
}

.p-guide-flow .l-container--sm {
  max-width: 1040px;
  padding: 0 10px;
}

.p-guide-flow__contents-img {
  width: clamp(281.6666666667px, 0px + 33.3333333333vw, 400px);
  height: auto;
}
@media screen and (max-width: 845px) {
  .p-guide-flow__contents-img {
    width: 100%;
  }
}

.p-guide-flow__list {
  position: relative;
}
.p-guide-flow__list:before {
  content: "";
  background: #8C7C65;
  width: 2px;
  height: 384px;
  height: clamp(270.4px, 0px + 32vw, 384px);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: clamp(30.9833333333px, 0px + 3.6666666667vw, 44px);
  z-index: -1;
}

.p-guide-flow__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(14.7875px, 0px + 1.75vw, 21px);
}
.p-guide-flow__item + * {
  margin-top: 41px;
}

.p-guide-flow__item img {
  width: clamp(61.9666666667px, 0px + 7.3333333333vw, 88px);
  height: auto;
}

.p-guide-flow__item-title {
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.4583333333;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.p-guide-flow__item-text {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 10px;
}

.p-guide-guidance {
  margin-top: 120px;
}
@media screen and (max-width: 845px) {
  .p-guide-guidance {
    margin-top: 80px;
  }
}

.p-guide-guidance__text {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: clamp(46.475px, 0px + 5.5vw, 66px);
}
@media screen and (max-width: 845px) {
  .p-guide-guidance__text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-guide-guidance__item:first-of-type {
  margin-top: 108px;
}
@media screen and (max-width: 845px) {
  .p-guide-guidance__item:first-of-type {
    margin-top: 60px;
  }
}
.p-guide-pattern .p-guide-guidance__item:first-of-type {
  margin-top: 88px;
}
@media screen and (max-width: 845px) {
  .p-guide-pattern .p-guide-guidance__item:first-of-type {
    margin-top: 40px;
  }
}

.p-guide-guidance__item + * {
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
.p-guide-pattern .p-guide-guidance__item + * {
  margin-top: clamp(70.4166666667px, 0px + 8.3333333333vw, 100px);
}
@media screen and (max-width: 845px) {
  .p-guide-pattern .p-guide-guidance__item + * {
    margin-top: 60px;
  }
}

.p-guide-guidance__item-heading {
  color: #fff;
  background-color: #8C7C65;
  padding: 9px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(15.4916666667px, 0px + 1.8333333333vw, 22px);
  line-height: 1.3636363636;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 845px) {
  .p-guide-guidance__item-heading {
    padding: 10px;
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}

.p-guide-guidance__item:nth-of-type(2) .p-guide-guidance__item-image {
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}

.p-guide-pattern {
  margin-top: 54px;
}

.p-guide-pattern .p-guide-guidance__item-image {
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}

.p-businessjet-footer {
  background: rgba(140, 124, 101, 0.1);
  padding-block: clamp(67.6px, 0px + 8vw, 96px) clamp(85.2041666667px, 0px + 10.0833333333vw, 121px);
}

.p-businessjet-footer__links {
  width: min(100%, 900px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(70.4166666667px, 0px + 8.3333333333vw, 100px);
}
@media screen and (max-width: 845px) {
  .p-businessjet-footer__links {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-businessjet-footer__link {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18.3083333333px, 0px + 2.1666666667vw, 26px);
  line-height: 1.1538461538;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: clamp(11.9708333333px, 0px + 1.4166666667vw, 17px);
  border-bottom: 4px solid #8C7C65;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-businessjet-footer__link span {
  position: relative;
}
.p-businessjet-footer__link span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/businessjet/icon_arrow_businessjet_hover.svg) no-repeat center/contain;
  opacity: 0;
  scale: 1.05;
}
@media (any-hover: hover) {
  .p-businessjet-footer__link:hover {
    color: #8C7C65;
  }
  .p-businessjet-footer__link:hover span:before {
    opacity: 1;
  }
}

.p-solutions-section {
  padding-block: 80px 100px;
}
@media screen and (max-width: 845px) {
  .p-solutions-section {
    padding-block: 40px;
  }
}

.p-solutions-lead {
  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-solutions-lead {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-solutions-lead--sm {
  font-size: clamp(8.45px, 0px + 1vw, 12px);
  line-height: 2.5;
  letter-spacing: 0em;
  margin-top: 10px;
  font-weight: normal;
  text-box-trim: trim-both;
}
@media screen and (max-width: 845px) {
  .p-solutions-lead--sm {
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0em;
  }
}

.p-solutions-area {
  margin-top: 40px;
}

.p-solutions-area__section {
  margin-top: clamp(46.475px, 0px + 5.5vw, 66px);
}

.p-guide-guidance__item-text {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
  margin-top: clamp(21.125px, 0px + 2.5vw, 30px);
}
@media screen and (max-width: 845px) {
  .p-guide-guidance__item-text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-solutions-area__textbox {
  background: rgba(140, 124, 101, 0.1);
  padding: 20px;
  margin-top: clamp(21.125px, 0px + 2.5vw, 30px);
}

.p-solutions-area__textbox h4 {
  color: #8C7C65;
  font-weight: bold;
  font-size: clamp(12.675px, 0px + 1.5vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 845px) {
  .p-solutions-area__textbox h4 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

.p-solutions-area__textbox ul {
  margin-top: 8px;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
  text-box-trim: trim-both;
}
@media screen and (max-width: 845px) {
  .p-solutions-area__textbox ul {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-solutions-area__example {
  margin-top: clamp(21.125px, 0px + 2.5vw, 30px);
  border: 1px solid #707070;
  padding: clamp(21.125px, 0px + 2.5vw, 30px) clamp(42.25px, 0px + 5vw, 60px) clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
@media screen and (max-width: 845px) {
  .p-solutions-area__example {
    padding: 20px;
  }
}
@media screen and (max-width: 374px) {
  .p-solutions-area__example {
    zoom: 0.85;
  }
}

.p-solutions-area__example-wrap {
  margin-top: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
}

.p-solutions-area__example-heading {
  border-bottom: 2px solid #8C7C65;
}
.p-solutions-area__example-heading span {
  display: inline-block;
  padding: 4px 20px;
  background: #8C7C65;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  text-box-trim: trim-both;
}

.p-solutions-area__example-row {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
}
@media screen and (max-width: 845px) {
  .p-solutions-area__example-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.p-solutions-area__example-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-solutions-area__example-item {
  font-size: clamp(12.675px, 0px + 1.5vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: bold;
  text-box-trim: trim-both;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: clamp(10.5625px, 0px + 1.25vw, 15px);
  white-space: nowrap;
}
@media screen and (max-width: 845px) {
  .p-solutions-area__example-item {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    gap: 5px;
  }
}
.p-solutions-area__example-item:after {
  content: "";
  display: inline-block;
  background: url(../../assets/img/businessjet/icon_plane.svg) no-repeat center/contain;
  width: 22.14px;
  height: 20px;
  width: clamp(15.59025px, 0px + 1.845vw, 22.14px);
  height: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  margin-right: 15px;
  margin-right: clamp(10.5625px, 0px + 1.25vw, 15px);
}
@media screen and (max-width: 845px) {
  .p-solutions-area__example-item:after {
    margin-right: 4px;
  }
}
.p-solutions-area__example-item:last-child:after {
  display: none;
}

.p-solutions-area__example-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: clamp(70.4166666667px, 0px + 8.3333333333vw, 100px);
  width: clamp(269.6958333333px, 0px + 31.9166666667vw, 383px);
}
@media screen and (max-width: 845px) {
  .p-solutions-area__example-detail {
    width: 100%;
    gap: 0;
  }
}

.p-solutions-area__example-label {
  border-radius: calc(infinity * 1px);
  color: #8C7C65;
  border: 1px solid;
  font-weight: normal;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  padding: 4px 15px;
  text-align: center;
  text-box-trim: trim-both;
}
@media screen and (max-width: 845px) {
  .p-solutions-area__example-label {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}

.p-solutions-area__example-price {
  font-size: clamp(12.675px, 0px + 1.5vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: bold;
  text-box-trim: trim-both;
  color: #8C7C65;
}
@media screen and (max-width: 845px) {
  .p-solutions-area__example-price {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-solutions-area__example-note {
  display: block;
  text-align: right;
  font-size: clamp(8.45px, 0px + 1vw, 12px);
  line-height: 2.5;
  letter-spacing: 0em;
  color: #232021;
  font-weight: normal;
  text-box-trim: trim-both;
}
@media screen and (max-width: 845px) {
  .p-solutions-area__example-note {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}

.p-solutions-global,
.p-solutions-japan,
.p-solutions-aircraft {
  margin-top: 80px;
}
@media screen and (max-width: 845px) {
  .p-solutions-global,
  .p-solutions-japan,
  .p-solutions-aircraft {
    margin-top: 60px;
  }
}

.p-solutions-aircraft__list {
  margin-top: clamp(46.475px, 0px + 5.5vw, 66px);
}

.p-solutions-aircraft__item {
  display: grid;
  grid-template-columns: 300fr 660fr;
  gap: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  border-bottom: 1px solid #8C7C65;
  padding-bottom: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
@media screen and (max-width: 845px) {
  .p-solutions-aircraft__item {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.p-solutions-aircraft__item:last-child {
  border-bottom: none;
}

.p-solutions-aircraft__item + * {
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
@media screen and (max-width: 845px) {
  .p-solutions-aircraft__item + * {
    margin-top: 20px;
  }
}

.p-solutions-aircraft__item-heading {
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #8C7C65;
}
@media screen and (max-width: 845px) {
  .p-solutions-aircraft__item-heading {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
  }
}

.p-solutions-aircraft__item-text {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
  text-box-trim: trim-both;
  margin-top: clamp(9.8583333333px, 0px + 1.1666666667vw, 14px);
}
@media screen and (max-width: 845px) {
  .p-solutions-aircraft__item-text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-top: 10px;
  }
}

.p-solutions-aircraft__item-textbox {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
  text-box-trim: trim-both;
  background: rgba(140, 124, 101, 0.1);
  padding: 12px 20px;
  margin-top: clamp(19.0125px, 0px + 2.25vw, 27px);
}
@media screen and (max-width: 845px) {
  .p-solutions-aircraft__item-textbox {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-top: 16px;
  }
}

.p-contact-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-contact-tab__item {
  border-radius: 4px 4px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  padding: 15px 0;
  background: rgba(140, 124, 101, 0.4);
  color: #fff;
  18: clamp(0px, 0px + 0vw, 0px) clamp(21.125px, 0px + 2.5vw, 30px);
  font-weight: normal;
}
@media screen and (max-width: 845px) {
  .p-contact-tab__item {
    padding-block: 10px;
  }
}
.p-contact-tab__item.is-active {
  background: #8C7C65;
}

.p-solutions-area,
.p-solutions-global,
.p-solutions-japan {
  margin-top: clamp(126.75px, 0px + 15vw, 180px);
}
@media screen and (max-width: 845px) {
  .p-solutions-area,
  .p-solutions-global,
  .p-solutions-japan {
    margin-top: 100px;
  }
}