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

/* その他 */
/*下からフェードイン*/
.c-fade-up {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
}

.c-fade-up.js-animeOn {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

@media screen and (max-width: 845px) {
  .l-breadcrumb__list li,
  .l-breadcrumb__list li a,
  .l-breadcrumb__list li:last-of-type,
  .breadcrumb__sep {
    color: #fff;
  }
}

.p-service-sub-mv {
  overflow: hidden;
}
.p-service-sub-mv__content {
  background-image: url(../img/service_a/submv_bg.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(63.375px, 0px + 7.5vw, 90px);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__content {
    background-image: url(../img/service_a/submv_bg_sp.png);
    padding: 10px 0 0px;
    background-position: right 50% bottom 15%;
  }
}
.p-service-sub-mv__inner {
  position: relative;
  margin-top: clamp(40.1375px, 0px + 4.75vw, 57px);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__inner {
    margin-top: 40px;
  }
}
.p-service-sub-mv__ttl-area {
  width: 40%;
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__ttl-area {
    width: 100%;
  }
}
.p-service-sub-mv__ttl-wrap {
  margin-bottom: clamp(16.9px, 0px + 2vw, 24px);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__ttl-wrap {
    margin-bottom: clamp(250px, 66.67vw, 300px);
  }
}
.p-service-sub-mv__ttl {
  font-size: clamp(28.9714285714px, 0px + 3.4285714286vw, 48px);
  line-height: 1.4583333333;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__ttl {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0em;
    color: #fff;
  }
}
.p-service-sub-mv__ttl--en {
  font-size: clamp(12.0714285714px, 0px + 1.4285714286vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: din-condensed, sans-serif;
  color: #004BDC;
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__ttl--en {
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0.08em;
    color: #fff;
  }
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__copy-wrap {
    max-width: 260px;
    margin: 0 auto;
  }
}
.p-service-sub-mv__copy {
  font-size: clamp(36.2142857143px, 0px + 4.2857142857vw, 60px);
  line-height: 1.5166666667;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: clamp(5.6333333333px, 0px + 0.6666666667vw, 8px);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__copy {
    margin-bottom: 6px;
    color: #fff;
    font-size: 32px;
    line-height: 1.4375;
    letter-spacing: 0em;
  }
}
.p-service-sub-mv__copy.--marker {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.p-service-sub-mv__copy.--marker::after {
  content: "";
  width: 100%;
  height: clamp(19.3142857143px, 0px + 2.2857142857vw, 32px);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__copy.--marker::after {
    opacity: 0.5;
    height: 18px;
  }
}
.p-service-sub-mv__copy.--marker.--marker01::after {
  background-image: url(../img/service_a/submv_line01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__copy.--marker.--marker01::after {
    background-size: contain;
  }
}
.p-service-sub-mv__copy.--marker.--marker02::after {
  background-image: url(../img/service_a/submv_line02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__copy.--marker.--marker02::after {
    background-size: contain;
  }
}
.p-service-sub-mv__copy.--marker.--marker03::after {
  background-image: url(../img/service_a/submv_line03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__copy.--marker.--marker03::after {
    background-size: contain;
  }
}
.p-service-sub-mv__copy .--blue {
  color: #004BDC;
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__copy .--blue {
    color: #fff;
  }
}
.p-service-sub-mv__img {
  margin-top: clamp(31.6875px, 0px + 3.75vw, 45px);
  width: clamp(286.0928571429px, 0px + 33.8571428571vw, 474px);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__img {
    margin-top: 20px;
    max-width: 296px;
    width: 100%;
  }
}
.p-service-sub-mv__nav-area {
  position: absolute;
  top: clamp(-25px, 0px + -1.7857142857vw, -15.0892857143px);
  right: clamp(-65px, 0px + -4.6428571429vw, -39.2321428571px);
  width: clamp(458.7142857143px, 0px + 54.2857142857vw, 760px);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__nav-area {
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 370px;
  }
}
.p-service-sub-mv__nav-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-service-sub-mv__nav__img {
  width: 100%;
  height: 100%;
}
.p-service-sub-mv__nav__item {
  text-align: center;
  font-size: clamp(12.0714285714px, 0px + 1.4285714286vw, 20px);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(6.0357142857px, 0px + 0.7142857143vw, 10px);
  width: clamp(89.3285714286px, 0px + 10.5714285714vw, 148px);
  height: clamp(89.3285714286px, 0px + 10.5714285714vw, 148px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__nav__item {
    font-size: 11px;
    line-height: 1.2727272727;
    letter-spacing: 0em;
    gap: 5px;
    width: 59.4px;
    height: 59.4px;
    font-weight: 600;
  }
}
.p-service-sub-mv__nav__item:hover {
  background-color: #004BDC;
  color: #fff;
}
.p-service-sub-mv__nav__item:hover svg path {
  fill: #fff;
}
.p-service-sub-mv__nav__item--1 {
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__nav__item--1 {
    -webkit-transform: translate(-50%, -230%);
            transform: translate(-50%, -230%);
  }
}
.p-service-sub-mv__nav__item--2 {
  -webkit-transform: translate(65%, -140%);
          transform: translate(65%, -140%);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__nav__item--2 {
    -webkit-transform: translate(90%, -160%);
            transform: translate(90%, -160%);
  }
}
.p-service-sub-mv__nav__item--3 {
  -webkit-transform: translate(100%, -10%);
          transform: translate(100%, -10%);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__nav__item--3 {
    -webkit-transform: translate(140%, -10%);
            transform: translate(140%, -10%);
  }
}
.p-service-sub-mv__nav__item--4 {
  -webkit-transform: translate(25%, 90%);
          transform: translate(25%, 90%);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__nav__item--4 {
    -webkit-transform: translate(40%, 110%);
            transform: translate(40%, 110%);
  }
}
.p-service-sub-mv__nav__item--5 {
  -webkit-transform: translate(-105%, 90%);
          transform: translate(-105%, 90%);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__nav__item--5 {
    -webkit-transform: translate(-120%, 110%);
            transform: translate(-120%, 110%);
  }
}
.p-service-sub-mv__nav__item--6 {
  -webkit-transform: translate(-195%, -10%);
          transform: translate(-195%, -10%);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__nav__item--6 {
    -webkit-transform: translate(-225%, -10%);
            transform: translate(-225%, -10%);
  }
}
.p-service-sub-mv__nav__item--7 {
  -webkit-transform: translate(-170%, -140%);
          transform: translate(-170%, -140%);
}
@media screen and (max-width: 845px) {
  .p-service-sub-mv__nav__item--7 {
    -webkit-transform: translate(-190%, -160%);
            transform: translate(-190%, -160%);
  }
}

.p-service-point {
  padding: clamp(79.5708333333px, 0px + 9.4166666667vw, 113px) clamp(0px, 0px + 0vw, 0px) clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
  text-align: center;
}
@media screen and (max-width: 845px) {
  .p-service-point {
    padding: 60px 0 40px;
  }
}
.p-service-point__item {
  position: relative;
  margin-bottom: clamp(43.6583333333px, 0px + 5.1666666667vw, 62px);
}
@media screen and (max-width: 845px) {
  .p-service-point__item {
    margin-bottom: 40px;
  }
}
.p-service-point__item:last-of-type {
  margin-bottom: clamp(64.0791666667px, 0px + 7.5833333333vw, 91px);
}
@media screen and (max-width: 845px) {
  .p-service-point__item:last-of-type {
    margin-bottom: 40px;
  }
}
.p-service-point__item__ttl {
  text-align: center;
  font-weight: 700;
  color: #004BDC;
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
}
@media screen and (max-width: 845px) {
  .p-service-point__item__ttl {
    font-size: 24px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 845px) {
  .p-service-point__item__ttl .--small {
    font-size: 20px;
  }
}
.p-service-point__item__txt {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 845px) {
  .p-service-point__item__txt {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-service-point__item__num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 845px) {
  .p-service-point__item__num {
    top: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 80px;
  }
}
@media screen and (max-width: 845px) {
  .p-service-point__dot {
    width: 4px;
    height: auto;
  }
}

.p-service-dtl {
  overflow: hidden;
}
.p-service-dtl__item {
  margin-bottom: clamp(87.3166666667px, 0px + 10.3333333333vw, 124px);
  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);
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
  }
}
.p-service-dtl__item__img-wrap {
  margin-left: calc(50% - 50vw);
}
.p-service-dtl__item__txt-wrap {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__txt-wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-service-dtl__item__ttl {
  font-size: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 700;
  color: #004BDC;
  position: relative;
  padding-left: clamp(42.25px, 0px + 5vw, 60px);
  margin-bottom: clamp(21.125px, 0px + 2.5vw, 30px);
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__ttl {
    font-size: 22px;
    line-height: 1.3636363636;
    letter-spacing: 0em;
    padding-left: 34px;
    margin-bottom: 20px;
  }
}
.p-service-dtl__item__ttl::before {
  content: "";
  width: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  height: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  background-image: url(../img/service_a/dtl_item_ttl_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__ttl::before {
    width: 24px;
    height: 24px;
    top: 0.25em;
  }
}
.p-service-dtl__item__ttl span {
  font-size: clamp(9.8583333333px, 0px + 1.1666666667vw, 14px);
  line-height: 2.1428571429;
  letter-spacing: 0em;
  color: #232021;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__ttl span {
    margin-left: 10px;
  }
}
.p-service-dtl__item__ttl span:after {
  content: "";
  background: url(../img/service_a/logo_blue_sm.svg) no-repeat;
  background-size: contain;
  width: 62.85px;
  height: 22.67px;
  display: inline-block;
  margin-left: 4px;
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__ttl span:after {
    width: 44.3px;
    height: 16px;
  }
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__ttl span {
    font-size: 11px;
    line-height: 2.7272727273;
    letter-spacing: 0em;
  }
}
.p-service-dtl__item__txt {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: -0.001em;
  font-weight: 400;
  margin-bottom: clamp(21.125px, 0px + 2.5vw, 30px);
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__txt {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-bottom: 21px;
  }
}
.p-service-dtl__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-service-dtl__item--reverse:nth-child(1 of .p-service-dtl__item--reverse) {
  position: relative;
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-service-dtl__item--reverse .p-service-dtl__item__img-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
.p-service-dtl .c-btn {
  max-width: 240px;
}
@media screen and (max-width: 845px) {
  .p-service-dtl .c-btn {
    margin: 0 auto;
  }
}

.p-service-nav {
  background-color: #F3F3F3;
  padding: clamp(98.5833333333px, 0px + 11.6666666667vw, 140px) clamp(0px, 0px + 0vw, 0px) clamp(98.5833333333px, 0px + 11.6666666667vw, 140px);
}
@media screen and (max-width: 845px) {
  .p-service-nav {
    padding: 80px 0 80px;
  }
}
.p-service-nav__link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  -webkit-column-gap: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
     -moz-column-gap: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
          column-gap: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
@media screen and (max-width: 845px) {
  .p-service-nav__link__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service-nav__link {
  background-color: #fff;
  padding: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px) clamp(21.125px, 0px + 2.5vw, 30px) clamp(14.0833333333px, 0px + 1.6666666667vw, 20px) clamp(21.125px, 0px + 2.5vw, 30px);
  position: relative;
  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;
  gap: clamp(16.9px, 0px + 2vw, 24px);
  height: 100%;
}
@media screen and (max-width: 845px) {
  .p-service-nav__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 25px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-service-nav__link::after {
  content: "";
  width: 0%;
  height: 4px;
  background-color: #004BDC;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 845px) {
  .p-service-nav__link::after {
    width: 100%;
  }
}
.p-service-nav__link:hover::after {
  width: 100%;
}
.p-service-nav__link:hover .p-service-nav__link__icon path {
  fill: #004BDC;
  stroke: #fff;
}
.p-service-nav__link__ttl {
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  color: #004BDC;
}
@media screen and (max-width: 845px) {
  .p-service-nav__link__ttl {
    font-size: 22px;
    line-height: 1.3636363636;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.p-service-nav__link__txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-service-nav__link__txt {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-service-nav__link__icon {
  width: clamp(53.5166666667px, 0px + 6.3333333333vw, 76px);
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 845px) {
  .p-service-nav__link__icon {
    width: 48px;
  }
}
@media screen and (max-width: 845px) {
  .p-service-nav__link__icon path {
    fill: #004BDC;
    stroke: #fff;
  }
}

.p-service-dtl__item__bubble {
  position: absolute;
  top: -90px;
  left: -4.1666666667vw;
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
  background: #004BDC;
  border-radius: 4px;
}
@media screen and (max-width: 1320px) {
  .p-service-dtl__item__bubble {
    left: 10px;
  }
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__bubble {
    font-size: 15px;
    line-height: 2.1333333333;
    letter-spacing: 0em;
    left: 0;
    top: -70px;
  }
}
@media screen and (max-width: 374px) {
  .p-service-dtl__item__bubble {
    font-size: 12px;
  }
}

.p-service-dtl__item__bubble span {
  position: relative;
  padding: clamp(7.7458333333px, 0px + 0.9166666667vw, 11px) clamp(21.125px, 0px + 2.5vw, 30px);
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__bubble span {
    padding: 11px 10px;
  }
}
.p-service-dtl__item__bubble span:before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background: #004BDC;
  width: 20px;
  height: 20px;
  top: 99%;
  left: 26px;
}
@media screen and (max-width: 845px) {
  .p-service-dtl__item__bubble span:before {
    top: 90%;
  }
}

#Knowleadge {
  margin-bottom: clamp(132.3833333333px, 0px + 15.6666666667vw, 188px);
}
@media screen and (max-width: 845px) {
  #Knowleadge {
    margin-bottom: 141px;
  }
}