@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-sitemap__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 845px) {
  .p-sitemap__contents {
    grid-template-columns: 1fr;
  }
}

.p-sitemap__left,
.p-sitemap__right {
  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: 30px;
}
@media screen and (max-width: 845px) {
  .p-sitemap__left,
  .p-sitemap__right {
    gap: 20px;
  }
}

.p-sitemap__list + *:first-child {
  margin-top: 0;
}

.p-sitemap__list ul {
  margin-block: 16px;
}

.p-sitemap__list li {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-sitemap__list li {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}

.p-sitemap__list li + * {
  margin-top: 10px;
}
@media screen and (max-width: 845px) {
  .p-sitemap__list li + * {
    margin-top: 5px;
  }
}