@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #24354C;
  background: #F8F9FB;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding: 0 59px;
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1248px) / 2);
  }
}

.l-wrapper {
  position: relative;
  overflow-x: hidden;
}

.l-section-wrapper {
  position: relative;
}

.c-link {
  display: block;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-link:hover {
    opacity: 0.7;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-btn {
  padding-block: 15px 8.5px;
  padding-right: 65px;
  height: 50px;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/btn-circle-arrow.svg) no-repeat center center/cover;
}

.c-btn__text {
  display: inline-block;
  padding-bottom: 6.5px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 2.1px;
  font-weight: 700;
  border-bottom: 1px solid #24354C;
}

.top-service__swiper-container,
.top-service__swiper,
.top-service__swiper-wrapper,
.top-service__swiper-slide {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.c-section__title-en {
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  line-height: 1.3448275862;
  letter-spacing: 0.58px;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .c-section__title-en {
    font-size: 42px;
  }
}
@media screen and (min-width:1024px) {
  .c-section__title-en {
    font-size: 58px;
  }
}

.c-section__title-ja {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .c-section__title-ja {
    font-size: 16px;
  }
}

.c-head {
  position: relative;
  background: #F8F9FB;
  height: 395px;
  overflow: hidden;
}
.c-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 545px;
  background: url(../images/c-head-bg.png) no-repeat center center/cover;
  pointer-events: none;
}
.c-head::after {
  content: "";
  position: absolute;
  top: 211px;
  right: 94px;
  width: 244px;
  height: 244px;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #9fd3f4 100%) 0% 0% no-repeat padding-box;
  opacity: 0.23;
  border-radius: 50%;
}

@media screen and (min-width:1367px) {
  .c-head::after {
    right: calc((100vw - 1366px) / 2 + 94px);
  }
}

.c-head__title-white {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  font-size: 75px;
  line-height: 1.2748538012;
  letter-spacing: 1.71px;
  font-weight: 500;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .c-head__title-white {
    font-size: 150px;
    top: 231px;
    bottom: auto;
  }
}
@media screen and (min-width:1024px) {
  .c-head__title-white {
    top: 211px;
    font-size: 171px;
  }
}

@media screen and (min-width:1367px) {
  .c-head__title-white {
    right: auto;
    left: calc((100vw - 1366px) / 2 + 748px);
  }
}



@media screen and (min-width:768px) {
  .c-head__title-white.contactTop {
    right: -107px;
  }
}
@media screen and (min-width:1367px) {
  .c-head__title-white.contactTop {
    right: auto;
    left: calc((100vw - 1366px) / 2 + 794px);
  }
}

@media screen and (min-width:768px) {
  .c-head__title-white.equipment {
    right: -285px;
  }
}
@media screen and (min-width:1367px) {
  .c-head__title-white.equipment {
    right: auto;
    left: calc((100vw - 1366px) / 2 + 756px);
  }
}
@media screen and (min-width:768px) {
  .c-head__title-white.company {
    right: -179px;
  }
}
@media screen and (min-width:1367px) {
  .c-head__title-white.company {
    right: auto;
    left: calc((100vw - 1366px) / 2 + 756px);
  }
}

.c-head__title {
  margin-top: 60px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .c-head__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 82px;
    padding-left: 50px;
  }
}
@media screen and (min-width:1024px) {
  .c-head__title {
    padding-left: 101px;
  }
}

.c-head__title-en {
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  line-height: 1.28125;
  letter-spacing: 0.64px;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .c-head__title-en {
    font-size: 56px;
  }
}
@media screen and (min-width:1024px) {
  .c-head__title-en {
    font-size: 64px;
  }
}

.c-head__title-ja {
  padding-left: 29.2px;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.4705882353;
  letter-spacing: 2.55px;
  font-weight: 700;
  position: relative;
}
.c-head__title-ja::before {
  content: "";
  position: absolute;
  top: 58%;
  translate: 0 -50%;
  left: 0;
  width: 13.19px;
  height: 13.19px;
  background: #184EA3;
  border-radius: 50%;
}
@media screen and (min-width:768px) {
  .c-head__title-ja {
    margin-left: 30px;
    padding-top: 34px;
    font-size: 17px;
  }
}
.c-body {
  background: #ffffff;
  -webkit-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 40px 40px 0 0;
  position: relative;
  z-index: 1;
}

.c-breadcrumb__wrap {
  padding-top: 92px;
  margin-left: 30px;
  position: relative;
  z-index: 4;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #606060;
  font-weight: 300;
  letter-spacing: 0.84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb a {
  color: inherit;
  padding: 0;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-arrow {
  margin-left: 19.82px;
  margin-right: 15.55px;
  width: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.sp-hidden br {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden br {
    display: block;
  }
}

.sp-hidden--first br:first-of-type {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--first br:first-of-type {
    display: block;
  }
}

.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl br {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden br {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .xl-hidden br {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .xxl-hidden br {
    display: none;
  }
}

.c-under {
  display: inline-block;
  position: relative;
}
.c-under::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #24354C;
  scale: 0;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .c-under:hover::after {
    scale: 1;
  }
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 20px;
  right: 20px;
  width: 52px;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 10px;
  opacity: 0.5;
  z-index: -1;
}

@media screen and (min-width:1024px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #24354C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #F8F9FB;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer .p-menu__btn {
  margin-inline: 50px;
}

.drawer .drawer__btn {
  margin-inline: auto;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}

.drawer.js-show {
  translate: 0;
}

.drawer__menu-list {
  margin-top: 150px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .c-link:nth-of-type(n + 2) {
  margin-top: 24px;
}
.drawer__menu-list .p-header__menu-text {
  font-size: 16px;
  color: #24354C;
}

.drawer__btn {
  width: 217px;
  height: 56px;
  padding: 17px 9px 17px 46px;
  background: #194EA2;
  border-radius: 10px;
}

.drawer__btn-text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.75px;
  font-weight: 500;
  position: relative;
}
.drawer__btn-text::before {
  content: "";
  position: absolute;
  width: 16.72px;
  height: 13.38px;
  top: 5px;
  left: -28.36px;
  background: url(../images/Icon-feather-mail.svg) no-repeat center center/cover;
}
.drawer__btn-text::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -9px;
  right: 0;
  background: url(../images/top-contact-arrow-right.svg) no-repeat center center/cover;
}