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

.p-history__heading {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  line-height: 0.75;
  letter-spacing: 0em;
  color: #232021;
  text-align: center;
  background: url(../../assets/img/company/history_title_bg.svg);
  background-size: contain;
  background-position: center center;
  padding-block: 15px;
}

.p-history__heading span {
  position: relative;
}
.p-history__heading span:before, .p-history__heading span:after {
  content: "";
  position: absolute;
}
.p-history__heading span:before {
  left: 50%;
  translate: -50% 0;
  bottom: clamp(-15px, 0px + -1.25vw, -10.5625px);
  background: url(../../assets/img/company/wave_line.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(218.2916666667px, 0px + 25.8333333333vw, 310px);
  height: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
}
.p-history__heading span:after {
  right: -70px;
  bottom: 2px;
  right: clamp(-70px, 0px + -5.8333333333vw, -49.2916666667px);
  bottom: clamp(1.4083333333px, 0px + 0.1666666667vw, 2px);
  background: url(../../assets/img/company/pen.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: clamp(38.7291666667px, 0px + 4.5833333333vw, 55px);
  height: clamp(38.7291666667px, 0px + 4.5833333333vw, 55px);
}

.p-history__intro {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}

.p-history-timeline {
  margin-top: 100px;
}

.p-history-common__title {
  position: relative;
  font-size: clamp(19.7166666667px, 0px + 2.3333333333vw, 28px);
  line-height: 1.0714285714;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-history-common__title:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: clamp(-20px, 0px + -1.6666666667vw, -14.0833333333px);
  background: url(../../assets/img/company/history_titile_bottomline.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(38.025px, 0px + 4.5vw, 54px);
  height: clamp(4.225px, 0px + 0.5vw, 6px);
}

.p-history-timeline__list {
  margin-top: clamp(53.5166666667px, 0px + 6.3333333333vw, 76px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(112.6666666667px, 0px + 13.3333333333vw, 160px);
  position: relative;
}
@media screen and (max-width: 845px) {
  .p-history-timeline__list {
    grid-template-columns: 1fr;
    padding-left: 20px;
    gap: 40px;
  }
}
.p-history-timeline__list:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #006985;
  top: clamp(-20px, 0px + -1.6666666667vw, -14.0833333333px);
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 845px) {
  .p-history-timeline__list:before {
    top: 0;
    left: 0;
    translate: unset;
  }
}

.p-history-timeline__item {
  padding: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  background: #E4EFF2;
}

.p-history-timeline__first {
  position: relative;
}
.p-history-timeline__first:before, .p-history-timeline__first:after {
  content: "";
  position: absolute;
}
.p-history-timeline__first:before {
  width: clamp(42.25px, 0px + 5vw, 60px);
  height: 1px;
  background: #006985;
  top: clamp(20.4208333333px, 0px + 2.4166666667vw, 29px);
  right: clamp(-80px, 0px + -6.6666666667vw, -56.3333333333px);
}
@media screen and (max-width: 845px) {
  .p-history-timeline__first:before {
    right: unset;
    top: 20px;
    left: -20px;
    width: 20px;
  }
}
.p-history-timeline__first:after {
  border-radius: calc(infinity * 1px);
  background: #006985;
  width: clamp(7.0416666667px, 0px + 0.8333333333vw, 10px);
  height: clamp(7.0416666667px, 0px + 0.8333333333vw, 10px);
  top: clamp(17.6041666667px, 0px + 2.0833333333vw, 25px);
  right: clamp(-85px, 0px + -7.0833333333vw, -59.8541666667px);
}
@media screen and (max-width: 845px) {
  .p-history-timeline__first:after {
    right: unset;
    top: 16px;
    left: -24px;
    width: 9px;
    height: 9px;
  }
}

.p-history-timeline__second {
  position: relative;
}
.p-history-timeline__second:before, .p-history-timeline__second:after {
  content: "";
  position: absolute;
}
.p-history-timeline__second:before {
  width: clamp(42.25px, 0px + 5vw, 60px);
  height: 1px;
  background: #006985;
  top: 229px;
  top: clamp(161.2541666667px, 0px + 19.0833333333vw, 229px);
  left: clamp(-80px, 0px + -6.6666666667vw, -56.3333333333px);
}
@media screen and (max-width: 845px) {
  .p-history-timeline__second:before {
    top: 20px;
    left: -20px;
    width: 20px;
  }
}
.p-history-timeline__second:after {
  border-radius: calc(infinity * 1px);
  background: #006985;
  width: clamp(7.0416666667px, 0px + 0.8333333333vw, 10px);
  height: clamp(7.0416666667px, 0px + 0.8333333333vw, 10px);
  top: clamp(158.4375px, 0px + 18.75vw, 225px);
  left: clamp(-85px, 0px + -7.0833333333vw, -59.8541666667px);
}
@media screen and (max-width: 845px) {
  .p-history-timeline__second:after {
    right: unset;
    top: 16px;
    left: -24px;
    width: 9px;
    height: 9px;
  }
}

.p-history-timeline__third {
  display: grid;
  grid-template-columns: 688fr 392fr;
  gap: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
@media screen and (max-width: 845px) {
  .p-history-timeline__third {
    grid-template-columns: 1fr;
  }
}

.p-history-timeline__title {
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.4583333333;
  letter-spacing: 0em;
  color: #006985;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 845px) {
  .p-history-timeline__title {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0em;
  }
}

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

.p-history-timeline__img {
  margin-top: clamp(35.2083333333px, 0px + 4.1666666667vw, 50px);
}

.u-lts-minus {
  letter-spacing: -0.04em;
}

.p-history-trajectory {
  margin-top: 100px;
  counter-reset: number;
}
@media screen and (max-width: 845px) {
  .p-history-trajectory {
    margin-top: 80px;
  }
}

.p-history-trajectory__inner {
  padding-block: 94px 80px;
  background: rgba(0, 104, 133, 0.05);
  margin-top: clamp(39.4333333333px, 0px + 4.6666666667vw, 56px);
}
@media screen and (max-width: 845px) {
  .p-history-trajectory__inner {
    padding-block: 80px;
  }
}

.p-history-trajectory__list {
  list-style: none;
}

.p-history-trajectory__item {
  counter-increment: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 845px) {
  .p-history-trajectory__item {
    display: revert;
  }
}

.p-history-trajectory__item + * {
  margin-top: clamp(70.4166666667px, 0px + 8.3333333333vw, 100px);
}

.p-history-trajectory__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;
}

.p-history-trajectory__item-img-wrap {
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 880px;
      -ms-flex: 1 1 880px;
          flex: 1 1 880px;
}
@media screen and (max-width: 845px) {
  .p-history-trajectory__item-img-wrap {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-left: unset;
  }
}
.p-history-trajectory__item:nth-of-type(even) .p-history-trajectory__item-img-wrap {
  margin-left: unset;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 845px) {
  .p-history-trajectory__item:nth-of-type(even) .p-history-trajectory__item-img-wrap {
    margin-right: unset;
  }
}

.p-history-trajectory__item-img-wrap img {
  width: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.p-history-trajectory__item-text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 670px;
      -ms-flex: 1 1 670px;
          flex: 1 1 670px;
}
@media screen and (max-width: 845px) {
  .p-history-trajectory__item-text-wrap {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 40px;
  }
}

.p-history-trajectory__item-title {
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 104, 133, 0.05)));
  background: -webkit-linear-gradient(transparent 50%, rgba(0, 104, 133, 0.05) 50%);
  background: linear-gradient(transparent 50%, rgba(0, 104, 133, 0.05) 50%);
  padding-bottom: clamp(3.5208333333px, 0px + 0.4166666667vw, 5px);
  border-bottom: 1px solid #006985;
  padding-left: clamp(70.4166666667px, 0px + 8.3333333333vw, 100px);
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 845px) {
  .p-history-trajectory__item-title {
    padding-left: unset;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-history-trajectory__item:nth-of-type(even) .p-history-trajectory__item-title {
  padding-left: revert;
}
.p-history-trajectory__item-title:before {
  content: counter(number) ".";
  color: #006985;
  font-size: clamp(33.8px, 0px + 4vw, 48px);
  line-height: 0.9791666667;
  letter-spacing: 0em;
  font-weight: normal;
  position: relative;
  top: -8px;
  margin-right: 10px;
}
@media screen and (max-width: 845px) {
  .p-history-trajectory__item-title:before {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0em;
    top: -4px;
  }
}

.p-history-trajectory__item-text {
  padding-left: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
  padding-top: clamp(21.125px, 0px + 2.5vw, 30px);
}
@media screen and (max-width: 845px) {
  .p-history-trajectory__item-text {
    padding-left: unset;
    padding-top: 20px;
  }
}
.p-history-trajectory__item:nth-of-type(even) .p-history-trajectory__item-text {
  padding-left: revert;
  padding-right: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
}
@media screen and (max-width: 845px) {
  .p-history-trajectory__item:nth-of-type(even) .p-history-trajectory__item-text {
    padding-right: unset;
  }
}

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

.p-history-group__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  margin-top: clamp(39.4333333333px, 0px + 4.6666666667vw, 56px);
}
@media screen and (max-width: 845px) {
  .p-history-group__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-history-group__item {
  background: rgba(0, 104, 133, 0.05);
  padding: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
@media screen and (max-width: 845px) {
  .p-history-group__item {
    padding: 25px;
  }
}

.p-history-group__item-title {
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  margin-top: clamp(14.7875px, 0px + 1.75vw, 21px);
  color: #006985;
}
@media screen and (max-width: 845px) {
  .p-history-group__item-title {
    font-size: 20px;
    margin-top: 20px;
  }
}

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

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

.p-history-pamphlet__inner {
  background: rgba(136, 136, 136, 0.1);
  margin-top: clamp(39.4333333333px, 0px + 4.6666666667vw, 56px);
  padding-top: 80px;
  padding-bottom: 74px;
}

.p-history-pamphlet__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  gap: clamp(78.8666666667px, 0px + 9.3333333333vw, 112px) clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
}
@media screen and (max-width: 845px) {
  .p-history-pamphlet__list {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-left: 20px;
  }
}
.p-history-pamphlet__list:before {
  content: "";
  background: url(../../assets/img/company/pamphlet_bg_line.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  translate: -50% -50%;
  margin: auto;
  width: 900px;
  height: 360px;
  width: clamp(633.75px, 0px + 75vw, 900px);
  height: clamp(253.5px, 0px + 30vw, 360px);
  z-index: -1;
}
@media screen and (max-width: 845px) {
  .p-history-pamphlet__list:before {
    background: none;
    width: 1px;
    height: 100%;
    background: #006985;
    top: 0;
    left: 0;
    translate: unset;
  }
}

.p-history-pamphlet__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.p-history-pamphlet__era {
  font-family: din-condensed, sans-serif;
  font-size: clamp(33.8px, 0px + 4vw, 48px);
  line-height: 1.4791666667;
  letter-spacing: 0em;
  color: #006985;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 845px) {
  .p-history-pamphlet__era {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 845px) {
  .p-history-pamphlet__era:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    translate: 0 -50%;
    width: 9px;
    height: 9px;
    border-radius: calc(infinity * 1px);
    background: #006985;
  }
}

.p-history-pamphlet__item img {
  height: auto;
  -webkit-filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.2)) drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.2)) drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 845px) {
  .p-history-pamphlet__item img {
    width: 100%;
  }
}

.p-history-pamphlet__container {
  width: min(1120px, 100% - 40px);
  margin-inline: auto;
}