.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: block;
  }
}

/* ===============================================================
 sustinability
===============================================================*/
@media screen and (max-width: 527px) {
  .under-fv__ttl--ja {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

.c-under__fv {
  margin-bottom: 16rem;
}
@media screen and (max-width: 834px) {
  .c-under__fv {
    margin-bottom: 5rem;
  }
}
.c-under__fv-bg {
  background-image: url(../img/ci/para-bg.webp);
}

@media screen and (max-width: 834px) {
  .ci .sus-vision__hg-txt {
    font-size: clamp(2.5rem, 2vw, 3.2rem);
  }
}
.ci .sus-vision__hg-ttl {
  max-width: 100.5rem;
}
@media screen and (min-width: 835px) {
  .ci .sus-vision__hg-ttl {
    width: 67%;
  }
}
@media screen and (max-width: 834px) {
  .ci .sus-vision__hg-ttl {
    width: 90%;
  }
}
@media screen and (min-width: 835px) {
  .ci .sus-vision__hg-txt {
    transform-origin: right center;
    text-align: right;
  }
}
@media screen and (max-width: 834px) {
  .ci .sus-vision__list {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 835px) {
  .ci .sus-vision__item:first-of-type {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.ci .sus-vision__item.c-svc__flex {
  padding-top: 11.5rem;
}
@media screen and (max-width: 834px) {
  .ci .sus-vision__item.c-svc__flex {
    padding-top: 5rem;
  }
}
.ci .sus-vision__item .sus-vision__lft {
  max-width: 48rem;
}
@media screen and (max-width: 834px) {
  .ci .sus-vision__item .sus-vision__lft {
    max-width: 100%;
  }
}
.ci .sus-vision__item .c-svc__ttl {
  width: 108%;
}
@media screen and (max-width: 834px) {
  .ci .sus-vision__item .c-svc__ttl {
    font-size: clamp(2.5rem, 2.6vw, 4.2rem);
  }
}
.ci-flex {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .ci-flex {
    margin-top: 2rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.ci-flex__cont {
  max-width: 50rem;
}
@media screen and (max-width: 1100px) {
  .ci-flex__cont {
    max-width: 100%;
  }
}
.ci-flex__list {
  margin-top: 6rem;
  max-width: 38rem;
}
@media screen and (max-width: 834px) {
  .ci-flex__list {
    margin-top: 3rem;
    max-width: 100%;
  }
}
.ci-flex__item {
  padding: 3rem 0 2rem;
  border-top: 1px solid #ececec;
}
@media screen and (max-width: 834px) {
  .ci-flex__item {
    padding: 2rem 0;
  }
}
.ci-flex__hg {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1rem;
}
.ci-flex__hg-txt {
  width: 7.4rem;
  line-height: 2.8rem;
  color: #fff;
  font-size: var(--f14);
  font-weight: 500;
  text-align: center;
  background-color: #004fa4;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.ci-flex__hg-ttl {
  font-size: var(--f18);
  color: #004fa4;
  font-weight: 500;
}
.ci-flex__img {
  position: relative;
  display: block;
  max-width: 53.1rem;
  width: 54%;
  aspect-ratio: 531/538;
}
@media screen and (max-width: 1100px) {
  .ci-flex__img {
    width: 84%;
  }
}
@media screen and (max-width: 834px) {
  .ci-flex__img {
    max-width: 100%;
    width: 100%;
  }
}
.ci-flex__img img {
  position: absolute;
  top: 1.1rem;
  right: 0;
  max-width: 53.1rem;
  width: 118%;
}
@media screen and (max-width: 834px) {
  .ci-flex__img img {
    position: relative;
    top: 0;
    max-width: 100%;
    width: 100%;
  }
}
.ci .footer {
  margin-top: 0;
}

.top-recruit {
  margin-top: 12rem;
}
@media screen and (max-width: 834px) {
  .top-recruit {
    margin-top: 5rem;
  }
}
.top-recruit__parallax-bg {
  background-image: url(../img/our-bsn/link-bg.webp);
  left: 50%;
}
@media screen and (min-width: 835px) {
  .top-recruit__parallax-bg {
    top: 0;
  }
}