@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-sustainability-about {
  margin-top: 100px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-about {
    margin-top: 80px;
  }
}

.p-sustainability-about__contents-hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.p-sustainability-about__contents-hgroup img {
  width: 100%;
}
@media screen and (max-width: 845px) {
  .p-sustainability-about__contents-hgroup img {
    width: min(155px, 100%);
    margin-inline: auto;
  }
}

.p-sustainability-about__contents-hgroup h3 {
  color: #006985;
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 0.9375;
  letter-spacing: 0em;
  font-weight: bold;
  margin-top: clamp(23.9416666667px, 0px + 2.8333333333vw, 34px);
}
@media screen and (max-width: 845px) {
  .p-sustainability-about__contents-hgroup h3 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0em;
    margin-top: 10px;
  }
}

.p-sustainability-about__contents-text {
  font-size: clamp(12.675px, 0px + 1.5vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-top: clamp(23.2375px, 0px + 2.75vw, 33px);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 845px) {
  .p-sustainability-about__contents-text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-top: 20px;
  }
}

.p-sustainability-about__contents-lead {
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #006985;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
@media screen and (max-width: 845px) {
  .p-sustainability-about__contents-lead {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    margin-top: 40px;
  }
}
.p-sustainability-about__contents-lead:after {
  content: "";
  background-image: url(../../assets/img/sustainability/under_line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 22px;
  display: inline-block;
}
@media screen and (max-width: 845px) {
  .p-sustainability-about__contents-lead:after {
    background-image: url(../../assets/img/sustainability/under_line_sp.png);
  }
}

.p-sustainability-about__contents-box {
  background: #F2F7F9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: clamp(15.4916666667px, 0px + 1.8333333333vw, 22px) clamp(35.2083333333px, 0px + 4.1666666667vw, 50px);
  margin-top: clamp(25.35px, 0px + 3vw, 36px);
}
@media screen and (max-width: 845px) {
  .p-sustainability-about__contents-box {
    margin-top: 20px;
    padding: 20px 20px 20px 38px;
  }
}

.p-sustainability-about__contents-item {
  font-size: clamp(12.675px, 0px + 1.5vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 845px) {
  .p-sustainability-about__contents-item {
    padding-left: 10px;
  }
}
.p-sustainability-about__contents-item::marker {
  font-family: din-condensed, sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-about__contents-item::marker {
    font-size: 18px;
  }
}

.p-sustainability-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;
}
.p-sustainability-heading:after {
  content: "";
  background: url(../../assets/img/sustainability/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-sustainability-heading:after {
    background-image: url(../../assets/img/sustainability/title_underline_sp.png);
    width: 48px;
    height: 6px;
  }
}
@media screen and (max-width: 845px) {
  .p-sustainability-heading {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.p-sustainability-about__contents-item + * {
  margin-top: 5px;
}

.p-sustainability-message {
  margin-block: 100px;
  overflow: hidden;
}
@media screen and (max-width: 845px) {
  .p-sustainability-message {
    margin-block: 80px;
  }
}

.p-sustainability-message__contents {
  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;
  margin-top: 55px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-message__contents {
    margin-inline: auto;
    max-width: 500px;
  }
}

.p-sustainability-message__text {
  -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-sustainability-message__text {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-right: -150px;
    white-space: nowrap;
  }
}

.p-sustainability-message__company-name {
  font-size: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-sustainability-message__company-name {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}

.p-sustainability-message__name {
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 1.25;
  letter-spacing: 0em;
  margin-top: clamp(7.0416666667px, 0px + 0.8333333333vw, 10px);
}
@media screen and (max-width: 845px) {
  .p-sustainability-message__name {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.p-sustainability-message__name span {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 845px) {
  .p-sustainability-message__name span {
    display: block;
    margin-left: unset;
  }
}

.p-sustainability-message__image {
  margin-right: calc(50% - 50vw);
  width: 100vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 960px;
      -ms-flex: 1 1 960px;
          flex: 1 1 960px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-message__image {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    position: relative;
    z-index: -1;
  }
}

.p-sustainability-message__image img {
  width: 100%;
}

.p-sustainability-message__desc {
  margin-top: 40px;
}

.p-sustainability-message__desc + * {
  margin-top: 60px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-message__desc + * {
    margin-top: 20px;
  }
}

.p-sustainability-message__desc h3 {
  font-weight: bold;
  color: #006985;
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-sustainability-message__desc h3 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-sustainability-message__desc:nth-child(2 of .p-sustainability-message__desc) h3 {
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-sustainability-message__desc:nth-child(2 of .p-sustainability-message__desc) h3 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
    letter-spacing: -0.02em;
  }
}

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

.p-sustainability-news {
  background: #006985;
  padding-block: 100px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-news {
    padding: 40px 20px;
  }
}

.p-sustainability-news__contents {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-news__contents {
    padding: 40px 20px;
  }
}

.p-sustainability-news__item:first-child {
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 845px) {
  .p-sustainability-news__item:first-child {
    border-top: none;
  }
}

.p-sustainability-news__list {
  margin-top: 46px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-news__list {
    margin-top: 56px;
  }
}

.p-sustainability-news__item {
  border-bottom: 1px solid #e6e6e6;
}

.p-sustainability-news__link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  padding-block: 30px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-news__link {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 20px;
  }
}
@media (any-hover: hover) {
  .p-sustainability-news__link:hover .p-sustainability-news__title {
    text-decoration: underline;
    color: #006985;
  }
}

.p-sustainability-news__title {
  text-box-trim: trim-both;
}
@media screen and (max-width: 845px) {
  .p-sustainability-news__title {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: normal;
  }
}

.p-sustainability-news__date {
  text-box-trim: trim-both;
  color: #006985;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 845px) {
  .p-sustainability-news__date {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}

.p-sustainability-guideline {
  padding-block: 100px;
  background: rgba(0, 104, 133, 0.1);
}
@media screen and (max-width: 845px) {
  .p-sustainability-guideline {
    padding-block: 40px 20px;
  }
}

.p-sustainability-guideline__contents {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-guideline__contents {
    padding: 40px 20px;
  }
}

.p-sustainability-guideline__text {
  margin-top: 46px;
  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-sustainability-guideline__text {
    margin-top: 56px;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-sustainability-guideline__button {
  margin-top: 60px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-guideline__button {
    margin-top: 40px;
  }
}

.p-sustainability-works {
  padding-block: 100px;
  overflow-x: clip;
}
@media screen and (max-width: 845px) {
  .p-sustainability-works {
    padding-block: 75px 80px;
  }
}

.p-sustainability-works__list {
  margin-top: 65px;
  counter-reset: number;
}

.p-sustainability-works__list__item__image {
  position: relative;
}

.p-sustainability-works__list__item__image::before {
  content: "";
  position: absolute;
  top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  left: clamp(-44px, 0px + -3.6666666667vw, -30.9833333333px);
  background: #FFA8D8;
  width: clamp(119.7083333333px, 0px + 14.1666666667vw, 170px);
  height: 2px;
  rotate: 135deg;
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__list__item__image::before {
    width: 68px;
    top: 19px;
    left: -16px;
  }
}

.p-sustainability-works__list__item img {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.p-sustainability-works__list__item__text h3 {
  color: #004BDC;
  font-size: clamp(19.7166666667px, 0px + 2.3333333333vw, 28px);
  line-height: 1.3571428571;
  letter-spacing: 0em;
  gap: clamp(19.7166666667px, 0px + 2.3333333333vw, 28px);
  font-family: din-condensed, sans-serif;
}
.p-service-function__list--service .p-sustainability-works__list__item__text h3 {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-service-function__list--service .p-sustainability-works__list__item__text h3 {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}
.p-sustainability-works__list__item__text h3 span {
  display: block;
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  color: #006985;
  margin-top: 5px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__list__item__text h3 span {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 10px;
  }
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__list__item__text h3 {
    gap: 10px;
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}

.p-sustainability-works__list__item__text h3:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-size: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
  line-height: 0.6;
  letter-spacing: 0em;
  color: rgba(255, 168, 216, 0.5);
  font-weight: normal;
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__list__item__text h3:before {
    font-size: 80px;
    line-height: 0.6;
    letter-spacing: 0em;
  }
}
.p-service-function__list--reverse .p-sustainability-works__list__item__text h3:before {
  display: none;
}

.p-sustainability-works__list__item__text p {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 30px;
  font-weight: normal;
}
.p-sustainability-works__list__item__text p:has(a) {
  margin-top: 20px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__list__item__text p:has(a) {
    margin-top: 10px;
  }
}
.p-sustainability-works__list__item__text p span {
  font-size: clamp(8.45px, 0px + 1vw, 12px);
  line-height: 2.5;
  letter-spacing: 0em;
  font-weight: normal;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__list__item__text p span {
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__list__item__text p {
    margin-top: 20px;
    padding-left: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-sustainability-works__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__list__item {
    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: 34px;
  }
}
.p-sustainability-works__list__item: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-sustainability-works__list__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sustainability-works__list__item:has(.p-service-function__cta) {
  grid-template-columns: 1fr;
}
.p-sustainability-works__list__item + * {
  margin-top: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__list__item + * {
    margin-top: 40px;
  }
}

.p-sustainability-works__card__item.c-card {
  border: none;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 384px;
}
.p-sustainability-works__card__item.c-card .c-card__img-wrap {
  overflow: hidden;
}
.p-sustainability-works__card__item.c-card .c-card__img-wrap .c-card__img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 384/256;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (any-hover: hover) {
  .p-sustainability-works__card__item.c-card:hover .c-card__img {
    scale: 1.08;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-sustainability-works__slider {
  margin-top: 100px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__slider {
    margin-top: 80px;
  }
}

.p-sustainability-works__slider .splide__track {
  -webkit-clip-path: inset(0px -10px -30px -10px);
          clip-path: inset(0px -10px -30px -10px);
  padding: 0;
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__slider .splide__track {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

.p-sustainability-works__slider .splide__track,
.p-sustainability-works__slider .splide__list {
  overflow: visible;
}

.page-sustainability .splide__arrow {
  background: none;
}
.page-sustainability .splide__arrow--next {
  right: -3em;
}
.page-sustainability .splide__arrow--next:before {
  content: "";
  border-top: 2px solid #006985;
  border-right: 2px solid #006985;
  width: 12px;
  height: 12px;
  rotate: 45deg;
}
.page-sustainability .splide__arrow--prev {
  left: -3em;
}
.page-sustainability .splide__arrow--prev:before {
  content: "";
  border-top: 2px solid #006985;
  border-right: 2px solid #006985;
  width: 12px;
  height: 12px;
  rotate: -135deg;
}
@media screen and (max-width: 845px) {
  .page-sustainability .splide__slide {
    width: 295px !important;
  }
}

.p-sustainability-works__slider .c-card__ttl {
  font-size: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  line-height: 1.4;
  letter-spacing: 0em;
  color: #006985;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.p-sustainability-works__slider .c-card__ttl:after {
  content: "";
  background: url(../../assets/img/sustainability/card_title_underline.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 6px;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 845px) {
  .p-sustainability-works__slider .c-card__ttl {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0em;
  }
}

.p-sustainability-works__slider .c-card__txt {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.p-sustainability-works__slider .c-card__txt-area {
  padding: 20px 30px;
}

.p-sustainability-works__slider.is-static .splide__track,
.p-sustainability-works__slider.is-static .splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
  width: 100%;
}

.p-sustainability-works__slider.is-static .splide__slide {
  visibility: visible !important;
}

.p-sustainability-works__slider.is-static .splide__arrow {
  display: none !important;
}