@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-service {
  margin-top: 180px;
  padding-bottom: 80px;
}
@media screen and (max-width: 845px) {
  .p-service {
    margin-top: 106px;
  }
}
.p-service__title {
  color: #004BDC;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  line-height: 0.75;
  letter-spacing: 0em;
}
.p-service__title:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  translate: -50% 0;
  width: 80px;
  height: 80px;
  background-image: url(../../assets/img/service/icon_translate.svg);
  background-size: contain;
}
.page-mice .p-service__title:before {
  background-image: url(../../assets/img/service/icon_mice.svg);
}
.page-inbound .p-service__title:before {
  background-image: url(../../assets/img/service/icon_inbound.svg);
}
.page-kaigaifunin .p-service__title:before {
  background-image: url(../../assets/img/service/icon_kaigaifunin.svg);
}
.page-ntas .p-service__title:before {
  background-image: url(../../assets/img/service/icon_ntas.svg);
}
.page-visa .p-service__title:before {
  background-image: url(../../assets/img/service/icon_visa.svg);
}
.page-others .p-service__title:before {
  background-image: url(../../assets/img/service/icon_others.svg);
}
.page-gogakukensyuu .p-service__title:before {
  background-image: url(../../assets/img/service/icon_gogaku.svg);
}
.page-btm .p-service__title:before {
  background-image: url(../../assets/img/service/icon_btm.svg);
}
.page-kaigai .p-service__title:before {
  background-image: url(../../assets/img/service/icon_kaigai.svg);
}
@media screen and (max-width: 845px) {
  .p-service__title:before {
    width: 56px;
    height: 56px;
    top: -66px;
  }
}
@media screen and (max-width: 845px) {
  .p-service__title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
.p-service__text {
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-service__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0em;
    margin-top: 20px;
  }
}
.p-service__button {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 845px) {
  .p-service__button {
    margin-top: 20px;
  }
}

.p-service-feature {
  background: #F5F5F5;
  padding-block: 67px 60px;
  position: relative;
}
.p-service-feature:before {
  content: "";
  background: #F5F5F5;
  position: absolute;
  bottom: -40px;
  left: 50%;
  translate: -50% 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 140px;
  height: 40px;
  z-index: 1;
}

@media screen and (max-width: 845px) {
  .p-service-feature .l-container {
    padding-inline: 10px;
  }
}

.p-service-feature__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  border-bottom: 4px solid #004BDC;
  padding-bottom: 4px;
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-service-feature__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-service-feature__title span {
  background: top left/1em 0.5em repeat-x -webkit-radial-gradient(circle, #004BDC 0.08em, rgba(0, 0, 0, 0) 0.12em);
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #004BDC 0.08em, rgba(0, 0, 0, 0) 0.12em);
  padding-top: 0.3em;
  color: #004BDC;
  font-size: clamp(19.7166666667px, 0px + 2.3333333333vw, 28px);
  line-height: 1.0714285714;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-service-feature__title span {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

.p-service-grid-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.p-service-grid-col3 {
  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;
  gap: 14px;
}
@media screen and (max-width: 845px) {
  .p-service-grid-col3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 374px) {
  .p-service-grid-col3 {
    width: 100%;
  }
}
.p-service-grid-col3 .p-service-feature__list__item {
  width: 100%;
}
@media screen and (max-width: 845px) {
  .p-service-grid-col3 .p-service-feature__list__item {
    width: 165px;
  }
}
@media screen and (max-width: 374px) {
  .p-service-grid-col3 .p-service-feature__list__item {
    width: 100%;
  }
}

.p-service-grid-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media screen and (max-width: 845px) {
  .p-service-grid-col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 5px;
  }
}

.p-service-feature__list {
  margin-top: 70px;
}
@media screen and (max-width: 845px) {
  .p-service-feature__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 374px) {
  .p-service-feature__list {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 1fr;
  }
}

.p-service-feature__list__item {
  position: relative;
  border: 4px solid #888;
  background: #fff;
  text-align: center;
  padding: 42px 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  line-height: 1.5;
  letter-spacing: 0em;
}
.page-kaigai .p-service-feature__list__item {
  padding: 40px 30px;
}
.--text-left .p-service-feature__list__item {
  text-align: left;
}
@media screen and (max-width: 845px) {
  .p-service-feature__list__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 20px 10px;
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 374px) {
  .p-service-feature__list__item {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.p-service-feature__list__item span {
  color: #004BDC;
}
.p-service-feature__list__item:before {
  content: "";
  background-image: url(../../assets/img/service/icon_check.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -12px;
  left: 17px;
}
@media screen and (max-width: 845px) {
  .p-service-feature__list__item:before {
    width: 24px;
    height: 24px;
    left: 10px;
  }
}

.p-service-support {
  position: relative;
  padding-block: 70px 60px;
}
@media screen and (max-width: 845px) {
  .p-service-support {
    padding-block: 60px;
  }
}
.p-service-support:before {
  content: "";
  background: url(../../assets/img/service/service_section_bg.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 845px) {
  .p-service-support:before {
    background-image: url(../../assets/img/service/service_section_bg_sp.jpg);
  }
}

.p-service-support__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(22.5333333333px, 0px + 2.6666666667vw, 32px);
  line-height: 1;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 845px) {
  .p-service-support__lead {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-service-support__lead span {
  background: top left/1em 0.5em repeat-x -webkit-radial-gradient(circle, #FFFF00 0.08em, rgba(0, 0, 0, 0) 0.12em);
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #FFFF00 0.08em, rgba(0, 0, 0, 0) 0.12em);
  padding-top: 0.35em;
  color: #FFFF00;
  font-size: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  line-height: 0.8;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-service-support__lead span {
    padding-top: 0.5em;
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-service-support__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 20px;
}
@media screen and (max-width: 845px) {
  .p-service-support__text {
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0em;
    margin-top: 6px;
  }
}

.p-service-function {
  padding: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px) clamp(0px, 0px + 0vw, 0px) clamp(70.4166666667px, 0px + 8.3333333333vw, 100px);
}
@media screen and (max-width: 845px) {
  .p-service-function {
    padding: 40px 0 50px;
  }
}

.p-service-function__list {
  counter-reset: number;
  margin-top: 90px;
}
@media screen and (max-width: 845px) {
  .p-service-function__list {
    margin-top: 56px;
  }
}

.p-service-function__list__item__text {
  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-service-function__list__item__text.--btm > *:first-child {
  margin-top: 0;
}

.p-service-function__list__item__text h3 {
  color: #004BDC;
  font-size: clamp(19.7166666667px, 0px + 2.3333333333vw, 28px);
  line-height: 1.3571428571;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(19.7166666667px, 0px + 2.3333333333vw, 28px);
  font-family: din-condensed, sans-serif;
}
.p-service-function__list--service .p-service-function__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-service-function__list__item__text h3 {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}
.p-service-function__list__item__text h3 span {
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 845px) {
  .p-service-function__list__item__text h3 {
    gap: 10px;
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}

.p-service-function__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: 2.5875;
  letter-spacing: 0em;
  color: #004BDC;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 845px) {
  .p-service-function__list__item__text h3:before {
    font-size: 56px;
    line-height: 3.6964285714;
    letter-spacing: 0em;
    line-height: 0.9;
  }
}
.p-service-function__list--reverse .p-service-function__list__item__text h3:before {
  display: none;
}

.p-service-function__list__item__text p {
  padding-left: 6em;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 30px;
  font-weight: normal;
}
.p-service-function__list__item__text p:has(a) {
  margin-top: 20px;
}
@media screen and (max-width: 845px) {
  .p-service-function__list__item__text p:has(a) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 845px) {
  .p-service-function__list__item__text p {
    margin-top: 20px;
    padding-left: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-service-function__list--reverse .p-service-function__list__item__text p {
  padding-left: revert;
}

.p-service-function__list__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.p-service-function__list__item:has(.p-service-function__cta) {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 845px) {
  .p-service-function__list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
}
.p-service-function__list__item + * {
  margin-top: 47px;
}
@media screen and (max-width: 845px) {
  .p-service-function__list__item + * {
    margin-top: 40px;
  }
}

.p-service-function__list__item__link {
  color: #004BDC;
  text-decoration: underline;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
  display: block;
  margin-top: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
}
@media screen and (max-width: 845px) {
  .p-service-function__list__item__link {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-service-function__list--reverse .p-service-function__list__item:nth-child(even) .p-service-function__list__item__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 845px) {
  .p-service-function__list--reverse .p-service-function__list__item:nth-child(even) .p-service-function__list__item__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-service-function__list--reverse .p-service-function__list__item:nth-child(even) img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.p-service-function__list--service img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p-service-function__list--service .p-service-function__list__item__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 845px) {
  .p-service-function__list--service .p-service-function__list__item__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-service-function__list--service .p-service-function__list__item:nth-child(even) img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p-service-function__list--service .p-service-function__list__item:nth-child(even) .p-service-function__list__item__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 845px) {
  .p-service-function__list--service .p-service-function__list__item:nth-child(even) .p-service-function__list__item__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-service-function__list--service .c-btn--ghost {
  width: min(240px, 100%);
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
}
@media screen and (max-width: 845px) {
  .p-service-function__list--service .c-btn--ghost {
    margin-inline: auto;
  }
}

.p-service-function__cta {
  width: min(1000px, 100%);
  margin-inline: auto;
  text-align: center;
  background: #F2F6FE;
  padding: clamp(42.25px, 0px + 5vw, 60px);
  margin-top: clamp(42.25px, 0px + 5vw, 60px);
}
.p-service-function__list__item .p-service-function__cta {
  margin-top: 0;
}
@media screen and (max-width: 845px) {
  .p-service-function__cta {
    padding: 30px;
    margin-top: 40px;
  }
}

.p-service-function__cta__text {
  font-size: clamp(15.4916666667px, 0px + 1.8333333333vw, 22px);
  line-height: 1.8181818182;
  letter-spacing: 0em;
}
.p-service-function__cta__text span {
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #004BDC;
}

.p-service-function__cta .c-btn--ghost {
  width: min(240px, 100%);
  background-color: transparent;
  margin-inline: auto;
  margin-top: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  font-weight: normal;
}
@media (any-hover: hover) {
  .p-service-function__cta .c-btn--ghost:hover {
    background-color: #004BDC;
  }
}

.p-service-details {
  padding: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px) clamp(0px, 0px + 0vw, 0px);
}
@media screen and (max-width: 845px) {
  .p-service-details {
    padding: 40px 0 50px;
  }
}

.p-service-details__list {
  margin-top: clamp(42.25px, 0px + 5vw, 60px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 845px) {
  .p-service-details__list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.p-service-details__item {
  padding: clamp(21.125px, 0px + 2.5vw, 30px);
  background: #F2F6FE;
}
.p-service-details__item h3 {
  color: #004BDC;
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
.p-service-details__item p {
  margin-top: 20px;
  margin-top: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
}

.p-service-faq {
  background: #f5f5f5;
  padding-block: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 845px) {
  .p-service-faq {
    padding-block: 40px;
    padding-inline: 20px;
  }
}

.p-service-faq__inner {
  background: #fff;
  padding: 80px 40px;
}
@media screen and (max-width: 845px) {
  .p-service-faq__inner {
    padding: 40px 20px;
  }
}

.p-service-faq__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 845px) {
  .p-service-faq__list {
    margin-top: 40px;
    gap: 20px;
  }
}

.p-service-faq__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.p-service-faq__question {
  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: 20px;
  color: #004BDC;
  font-size: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
  line-height: 1.45;
  letter-spacing: 0em;
  font-family: din-condensed, sans-serif;
}
.p-service-faq__question span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
}
@media screen and (max-width: 845px) {
  .p-service-faq__question {
    gap: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-service-faq__question::before {
  content: "Q.";
  font-size: clamp(29.575px, 0px + 3.5vw, 42px);
  line-height: 1.1904761905;
  letter-spacing: 0em;
  display: inline-block;
  color: #004BDC;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: normal;
}
@media screen and (max-width: 845px) {
  .p-service-faq__question::before {
    font-size: 32px;
    line-height: 1.21875;
    letter-spacing: 0em;
  }
}

.p-service-faq__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  margin-top: 20px;
  font-family: din-condensed, sans-serif;
  padding-left: 3em;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.75;
  letter-spacing: 0em;
}
.p-service-faq__answer span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 845px) {
  .p-service-faq__answer {
    gap: 10px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.p-service-faq__answer::before {
  content: "A.";
  display: inline-block;
  font-size: clamp(29.575px, 0px + 3.5vw, 42px);
  line-height: 1.1904761905;
  letter-spacing: 0em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #232021;
  position: relative;
  top: -0.2em;
}
@media screen and (max-width: 845px) {
  .p-service-faq__answer::before {
    font-size: 32px;
    line-height: 1.21875;
    letter-spacing: 0em;
  }
}

.is-fadeup {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.is-fadeup.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-service-faq__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 40px;
}
.p-service-faq__button .c-btn {
  font-weight: normal;
}

.p-service-case {
  padding: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px) clamp(0px, 0px + 0vw, 0px) clamp(70.4166666667px, 0px + 8.3333333333vw, 100px);
}
@media screen and (max-width: 845px) {
  .p-service-case {
    padding: 40px 0 50px;
  }
}

.p-service-case__lead {
  margin-top: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 845px) {
  .p-service-case__lead {
    margin-top: 56px;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-service-case__list {
  margin-top: clamp(63.375px, 0px + 7.5vw, 90px);
}
@media screen and (max-width: 845px) {
  .p-service-case__list {
    margin-top: 56px;
  }
}

.p-service-case__item {
  display: grid;
  grid-template-areas: "title img" "text img" "table img";
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -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-case__item {
    grid-template-areas: "title" "img" "text" "table";
  }
}
.p-service-case__item + * {
  margin-top: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px);
}
@media screen and (max-width: 845px) {
  .p-service-case__item + * {
    margin-top: 60px;
  }
}

.p-service-case__item__title {
  grid-area: title;
  font-size: clamp(28.1666666667px, 0px + 3.3333333333vw, 40px);
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: din-condensed, sans-serif;
  color: #004BDC;
}
@media screen and (max-width: 845px) {
  .p-service-case__item__title {
    font-size: 24px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-service-case__item__img {
  grid-area: img;
}
@media screen and (max-width: 845px) {
  .p-service-case__item__img {
    margin-top: 20px;
    width: 100%;
  }
}
.p-service-case__item:not(:has(.p-service-case__item__title)) .p-service-case__item__img {
  margin-top: 0;
}

.p-service-case__item__text {
  grid-area: text;
  margin-top: 30px;
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
}
.p-service-case__item:not(:has(.p-service-case__item__title)) .p-service-case__item__text {
  margin-top: 0;
}
@media screen and (max-width: 845px) {
  .p-service-case__item:not(:has(.p-service-case__item__title)) .p-service-case__item__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 845px) {
  .p-service-case__item__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}

.p-service-case__item__table {
  grid-area: table;
  margin-top: 40px;
}
@media screen and (max-width: 845px) {
  .p-service-case__item__table {
    margin-top: 30px;
  }
}
.p-service-case__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-service-case__item__table p {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.p-service-case__item__table dl {
  margin-top: 10px;
}
.p-service-case__item__table .p-service-case__item__table__item {
  display: grid;
  grid-template-columns: 145px 1fr;
  border-top: 1px solid #E3E3E3;
}
.p-service-case__item__table .p-service-case__item__table__item:last-child {
  border-bottom: 1px solid #E3E3E3;
}
.p-service-case__item__table .p-service-case__item__table__item dt {
  background: #F2F6FE;
  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;
  font-weight: 500;
}
@media screen and (max-width: 845px) {
  .p-service-case__item__table .p-service-case__item__table__item dt {
    padding-inline: 14px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.p-service-case__item__table .p-service-case__item__table__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-service-case__item__table .p-service-case__item__table__item dd {
    padding-inline: 14px;
  }
}

.p-service-reserve {
  background: #F2F6FE;
  padding: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px) clamp(0px, 0px + 0vw, 0px);
}

.p-service-reserve__list {
  margin-top: clamp(42.25px, 0px + 5vw, 60px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 845px) {
  .p-service-reserve__list {
    grid-template-columns: 1fr;
  }
}

.p-service-reserve__item {
  background: #fff;
  padding: clamp(21.125px, 0px + 2.5vw, 30px);
  position: relative;
}
.p-service-reserve__item:before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  background: #004BDC;
  width: clamp(33.8px, 0px + 4vw, 48px);
  height: clamp(33.8px, 0px + 4vw, 48px);
}
.p-service-reserve__item h3 {
  font-size: clamp(16.9px, 0px + 2vw, 24px);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: bold;
  color: #004BDC;
}
@media screen and (max-width: 845px) {
  .p-service-reserve__item h3 {
    font-size: 18px;
  }
}
.p-service-reserve__item p {
  font-size: clamp(11.2666666667px, 0px + 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 20px;
  margin-top: clamp(14.0833333333px, 0px + 1.6666666667vw, 20px);
}
@media screen and (max-width: 845px) {
  .p-service-reserve__item p {
    font-size: 14px;
  }
}

.p-service-voice {
  padding: clamp(56.3333333333px, 0px + 6.6666666667vw, 80px) clamp(0px, 0px + 0vw, 0px);
}

.p-service-voice__list {
  margin-top: clamp(42.25px, 0px + 5vw, 60px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 845px) {
  .p-service-voice__list {
    grid-template-columns: 1fr;
  }
}

.p-service-voice__item {
  border-radius: 10px;
  padding: clamp(21.125px, 0px + 2.5vw, 30px);
  background: #F2F6FE;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}
@media screen and (max-width: 845px) {
  .p-service-voice__item {
    grid-template-columns: 50px 1fr;
    gap: 15px;
    padding: 20px;
  }
}

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

.color-red {
  font-weight: 600;
  color: #E84751;
}

.p-service-voice__position {
  font-size: clamp(9.8583333333px, 0px + 1.1666666667vw, 14px);
  line-height: 1.7142857143;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (max-width: 845px) {
  .p-service-voice__position {
    font-size: 12px;
  }
}