@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-article {
  padding-block: 100px;
}
@media screen and (max-width: 845px) {
  .p-article {
    padding-block: 48px 100px;
  }
}
.p-article__header {
  margin-bottom: 2rem;
}
.p-article__date {
  font-size: 1.4rem;
  color: #004BDC;
}
.p-article__cat {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: calc(infinity * 1px);
  background: #004BDC;
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  padding: 3px 12px;
  font-weight: normal;
}
.p-article__cat.sdgs {
  background: #006985;
}
.p-article__cat.corporate {
  background: #FFA8D8;
}
.p-article__cat.foreign-safety {
  background: #E84751;
}
.p-article__cat.airline {
  background: #3E3A39;
}
.p-article__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 845px) {
  .p-article__title {
    margin-top: 20px;
  }
}
.p-article__thumb {
  margin-bottom: 200px;
}
@media screen and (max-width: 845px) {
  .p-article__thumb {
    margin-bottom: 40px;
  }
}
.p-article__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.p-article__content {
  line-height: 1.8;
  margin-bottom: 3rem;
}
.p-article__content > *:first-child {
  margin-top: 0;
}
.p-article__content > ul, .p-article__content > ol, .p-article__content > a, .p-article__content > .c-tableWrap {
  margin-block: 40px;
}
.p-article__content > h2, .p-article__content > h3, .p-article__content > h4, .p-article__content > h5, .p-article__content > h6 {
  margin-block: 40px 24px;
}
.p-article__content h2 {
  border-bottom: 1px solid #004BDC;
  padding-bottom: 15px;
  font-size: 28px;
  line-height: 1.0714285714;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 845px) {
  .p-article__content h2 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-article__content h3 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  background: #F1F5FD;
  padding-block: 10px;
  padding-left: 12px;
  position: relative;
}
.p-article__content h3:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: calc(100% - 20px);
  background: #004BDC;
}
@media screen and (max-width: 845px) {
  .p-article__content h3 {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0em;
  }
}
.p-article__content h4 {
  text-align: left;
  color: #004BDC;
  font-size: 22px;
  line-height: 1.3636363636;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-article__content h4 {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0em;
  }
}
.p-article__content h5 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-article__content h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-article__content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-block: 0 40px;
}
@media screen and (max-width: 845px) {
  .p-article__content p {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.p-article__content ul li {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.p-article__content ul li.font-normalize {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
}
@media screen and (max-width: 845px) {
  .p-article__content ul li.font-normalize {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.p-article__content ul li::before {
  content: "";
  aspect-ratio: 1;
  margin-block: calc((1lh - 4px) / 2);
  width: 4px;
  height: 4px;
  background: #004BDC;
}
.p-article__content ol li {
  margin-left: 18px;
  position: relative;
  padding-left: 10px;
}
.p-article__content ol li.font-normalize {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
}
@media screen and (max-width: 845px) {
  .p-article__content ol li.font-normalize {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.p-article__content ol li::marker {
  color: #004BDC;
  font-weight: bold;
}
.p-article__content ol.parentheses {
  list-style: none;
  counter-reset: item;
}
.p-article__content ol.parentheses li {
  margin-left: unset;
  padding-left: unset;
  counter-increment: item;
}
.p-article__content ol.parentheses li:before {
  content: "(" counter(item) ") ";
  color: #004BDC;
  margin-right: 10px;
}
.p-article__content ol.parentheses li::marker {
  display: none;
}
.p-article__content a {
  text-decoration: underline;
  color: #004BDC;
}
@media (any-hover: hover) {
  .p-article__content a:hover {
    text-decoration: none;
  }
}
.p-article__pdf {
  margin: 2rem 0;
}
.p-article__pdf a {
  color: #0070f3;
  text-decoration: underline;
}
.p-article__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin: 3rem 0;
}
.p-article__gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-article__back {
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-article .u-pdf {
  color: #004BDC;
  text-decoration: underline;
  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;
}
.p-article .u-pdf:before {
  content: "";
  background-image: url(../../assets/img/news/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18.82px;
  height: 24px;
  margin-right: 10px;
}

.c-tableWrap {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 845px) {
  .c-tableWrap {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

.c-table {
  width: 1000px;
  border-collapse: collapse;
}
@media screen and (max-width: 845px) {
  .c-table {
    width: 666px;
  }
}
.c-table td {
  border: 1px solid #ddd;
  padding: 30px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .c-table td {
    width: 150px;
    padding: 18px;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.c-table .is-highlight {
  background: #f5f9ff;
  font-weight: 500;
}

.l-grid-col1 img {
  width: 100%;
  height: auto;
}

.l-grid-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 845px) {
  .l-grid-col2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.l-grid-col2 img {
  width: 100%;
  height: auto;
}

.l-grid-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 845px) {
  .l-grid-col3 {
    grid-template-columns: 1fr;
  }
}
.l-grid-col3 img {
  width: 100%;
  height: auto;
}

.l-grid-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
@media screen and (max-width: 845px) {
  .l-grid-col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}
.l-grid-col4 img {
  width: 100%;
  height: auto;
}

.l-grid-col {
  margin-top: 40px;
}
@media screen and (max-width: 845px) {
  .l-grid-col {
    margin-top: 80px;
  }
}

@media screen and (max-width: 845px) {
  .table-arrow {
    background-image: url(../../assets/img/news/page_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 5px;
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.p-article__item__table {
  grid-area: table;
  margin-top: 40px;
}
@media screen and (max-width: 845px) {
  .p-article__item__table {
    margin-top: 30px;
  }
}
.p-article__item__table p {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-article__item__table p {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.p-article__item__table dl {
  margin-top: 10px;
}
.p-article__item__table .p-article__item__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-top: 1px solid #E3E3E3;
}
@media screen and (max-width: 845px) {
  .p-article__item__table .p-article__item__item {
    grid-template-columns: 120px 1fr;
  }
}
.p-article__item__table .p-article__item__item:last-child {
  border-bottom: 1px solid #E3E3E3;
}
.p-article__item__table .p-article__item__item dt {
  background: #F2F6FE;
  padding: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 845px) {
  .p-article__item__table .p-article__item__item dt {
    padding-inline: 15px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.p-article__item__table .p-article__item__item dd {
  padding: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px) clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-article__item__table .p-article__item__item dd {
    padding-inline: 14px;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
  .p-article__item__table .p-article__item__item dd.u-vertical {
    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;
  }
}
.p-article__item__table .p-article__item__item dd span {
  width: 150px;
  display: inline-block;
}
.page-profile_e .p-article__item__table .p-article__item__item dd span {
  width: 200px;
}

.p-article__thumb:has(+ .p-article__content > :not(h1, h2, h3, h4, h5, h6):first-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 845px) {
  .p-article__thumb:has(+ .p-article__content > :not(h1, h2, h3, h4, h5, h6):first-child) {
    margin-bottom: 30px;
  }
}

.font-bold-h5 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 845px) {
  .font-bold-h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.p-vision-pdf {
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
.p-vision-pdf .c-btn--pdf {
  padding-inline: 10px;
  width: min(100%, 500px);
}

.c-banner-link {
  margin-bottom: clamp(42.25px, 0px + 5vw, 60px);
}
@media screen and (max-width: 845px) {
  .c-banner-link {
    margin-bottom: 40px;
  }
}

.c-banner-link a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .c-banner-link a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.p-article__content a.c-btn {
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
}