@charset "UTF-8";

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

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

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

.l-bg {
  position: relative;
}
.l-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#deefff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #deefff 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6p;
}
.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 {
  display: block;
  padding-left: 33px;
  background: #1B427A;
  border: 1px solid #1B427A;
  padding-block: 20px 18px;
  max-width: 274px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 84px;
  width: 1px;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  width: 64px;
  height: 38.56px;
  background: url(../images/btn-arrow-white.png) no-repeat center center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn:hover {
    border: 1px solid #1B427A;
    background: #ffffff;
    padding-block: 19px 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-btn:hover::before {
    background: #1B427A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-btn:hover .c-btn__text {
    color: #1B427A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-btn__text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.5px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn-line {
  display: inline-block;
  padding-bottom: 8px;
  padding-right: 56px;
  border-bottom: 1px solid #24354C;
  position: relative;
}
.c-btn-line::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 24px;
  height: 9px;
  background: url(../images/arrow-blue.svg) no-repeat center center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.c-btn-line__text {
  color: #24354C;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
}

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

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

.c-section__title-en {
  font-size: clamp(32px, 3.9166666667vw, 47px);
  line-height: 1.4893617021;
  letter-spacing: 2.35px;
  font-weight: 700;
}

.c-section__title-ja {
  color: #1B427A;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 2.1px;
  font-weight: 700;
}

.c-head {
  position: relative;
  z-index: 1;
}

.c-head__title-wrap {
  padding-top: 55px;
  margin-left: clamp(40px, 9.1666666667vw, 110px);
}

.c-head__title-en {
  font-size: clamp(48px, 5.5833333333vw, 67px);
  line-height: 1.4776119403;
  letter-spacing: 3.35px;
  font-weight: 700;
}

.c-head__title-ja {
  margin-top: -2px;
  color: #1B427A;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.5;
  letter-spacing: 2.7px;
  font-weight: 700;
}

.c-head__img {
  margin-top: 64px;
  margin-left: clamp(40px, 9.1666666667vw, 110px);
  aspect-ratio: 1256/520;
  max-width: 1500px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:1611px) {
  .c-head__img {
    margin-left: auto;
  }
}
@media screen and (min-width:1367px) {
  .c-head__img {
    max-width: 1500px;
  }
}
.c-head__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/section-filter.png) no-repeat center center/cover;
  z-index: 1;
  pointer-events: none;
}
.c-head__img img {
  border-radius: 10px 0 0 10px;
}

.c-head__bg-text {
  position: absolute;
  top: clamp(-202px, -14.7877013177vw, -79px);
  right: 0;
  z-index: -1;
}
.c-head__bg-text.news {
  max-width: clamp(200px, 37.5549048316vw, 513px);
  aspect-ratio: 513/269;
}
.c-head__bg-text.service {
  right: clamp(-114px, -8.345534407vw, -20px);
  max-width: clamp(240px, 51.756954612vw, 707px);
  aspect-ratio: 707/269;
}
.c-head__bg-text.pruduct {
  right: -1px;
  max-width: clamp(240px, 55.7833089312vw, 762px);
  aspect-ratio: 762/269;
}
.c-head__bg-text.equipment {
  right: clamp(-314px, -22.9868228404vw, -160px);
  max-width: clamp(420px, 76.9399707174vw, 1051px);
  aspect-ratio: 1051/267;
}
.c-head__bg-text.recruit {
  right: -1px;
  max-width: clamp(240px, 51.0980966325vw, 698px);
  aspect-ratio: 698/267;
}
.c-head__bg-text.company {
  right: clamp(-120px, -8.78477306vw, -72px);
  max-width: clamp(400px, 65.6661786237vw, 897px);
  aspect-ratio: 897/267;
}
.c-head__bg-text.contact-bg {
  right: -1px;
  max-width: clamp(260px, 54.6120058565vw, 746px);
  aspect-ratio: 746/267;
}

.c-body {
  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: 13px;
  color: #777777;
  font-weight: 300;
  letter-spacing: 0.78px;
  gap: 10px;
    -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: 21.82px;
  margin-right: 15.6px;
  width: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  width: 120px;
  padding: 29px 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0c3877), to(#1b68db)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0c3877 0%, #1b68db 100%) 0% 0% no-repeat padding-box;
  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: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:1200px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
    background: transparent;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 5px;
  -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 -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #ffffff;
  -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: transparent -webkit-gradient(linear, left top, right top, from(#0c3877), to(#1b68db)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0c3877 0%, #1b68db 100%) 0% 0% no-repeat padding-box;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer .p-menu__btn {
  margin-inline: 50px;
}
@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: #ffffff;
  font-weight: 500;
}

.drawer-btn {
  display: block;
  padding-block: 18px;
  padding-inline: 40px;
  background: #ffffff;
  color: #1B427A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.drawer-btn .drawer-btn-text {
  padding-left: 0;
}


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


.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl 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;
  }
}

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


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