.sec-lead__title .sec-title,
.sec-lead__title .sec-desc {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-lead__title.is-active .sec-title,
.sec-lead__title.is-active .sec-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-lead .sec-desc {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.sec-product__head .sec-title,
.sec-product__head .sec-desc {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-product__head.is-active .sec-title,
.sec-product__head.is-active .sec-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-product .sec-desc {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-product__content__head, .sec-product__content__table, .sec-product__content__link {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-product__content__head.is-active, .sec-product__content__table.is-active, .sec-product__content__link.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec-global__head {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-global__head.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-global__content .sec-desc,
.sec-global__content .global-num,
.sec-global__content .arrow-link {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-global__content.is-active .sec-desc,
.sec-global__content.is-active .global-num,
.sec-global__content.is-active .arrow-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-global .global-num {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-global .arrow-link {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.sec-sustainability__head .sec-title,
.sec-sustainability__head .sec-desc {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-sustainability__head.is-active .sec-title,
.sec-sustainability__head.is-active .sec-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-sustainability__head .sec-desc {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-sustainability__content__img {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-sustainability__content__img.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-sustainability__content__text .catch-copy,
.sec-sustainability__content__text .arrow-link,
.sec-sustainability__content__text .border-link {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-sustainability__content__text.is-active .catch-copy,
.sec-sustainability__content__text.is-active .arrow-link,
.sec-sustainability__content__text.is-active .border-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-sustainability__content__text .arrow-link {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-sustainability__content__text .border-link {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.sec-lead {
  padding: 15rem 0 25rem;
}
@media (min-width: 769px) {
  .sec-lead {
    padding: 35rem 0 10rem;
  }
}
.sec-lead .typo {
  width: 28.5rem;
}
@media (min-width: 769px) {
  .sec-lead .typo {
    width: 58rem;
  }
}
.sec-lead .deco01,
.sec-lead .deco02 {
  width: 20rem;
}
@media (min-width: 769px) {
  .sec-lead .deco01,
  .sec-lead .deco02 {
    width: 50rem;
  }
}
.sec-lead .deco01 {
  right: calc(50% + 1.2rem);
}
@media (min-width: 769px) {
  .sec-lead .deco01 {
    right: calc(50% + 40rem);
  }
}
.sec-lead .deco02 {
  left: calc(50% + 1.2rem);
}
@media (min-width: 769px) {
  .sec-lead .deco02 {
    left: calc(50% + 40rem);
  }
}

.sec-product {
  background-image: url(/ja/jpn/recruit/saiyo/img/business/product_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #061630;
  padding: 6rem 0 6rem;
}
@media (min-width: 769px) {
  .sec-product {
    padding: 12rem 0 10rem;
    background-image: url(/ja/jpn/recruit/saiyo/img/business/product_bg_md.png);
  }
}
.sec-product__head {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .sec-product__head {
    margin-bottom: 7rem;
  }
}
.sec-product__head .sec-title {
  color: #fff;
}
.sec-product__head .sec-desc {
  margin-top: 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .sec-product__head .sec-desc {
    line-height: 1.4;
    margin-top: 2.5rem;
    font-size: 3.5rem;
  }
}
.sec-product__content {
  background-color: #fff;
  padding: 5rem 3rem;
}
@media (min-width: 769px) {
  .sec-product__content {
    padding: 10rem 16rem;
  }
}
.sec-product__content__head {
  text-align: center;
  color: #184094;
  margin-bottom: 2.5rem;
}
@media (min-width: 769px) {
  .sec-product__content__head {
    margin-bottom: 7rem;
    font-size: 7rem;
  }
}
.sec-product__content__head .en {
  font-family: "Teko", sans-serif;
  font-size: 1.8rem;
  position: relative;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .sec-product__content__head .en {
    font-size: 3rem;
  }
}
.sec-product__content__head .en:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1rem;
  background-color: #184094;
}
.sec-product__content__head .ja {
  margin-top: 1.2rem;
  font-size: 2.8rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  .sec-product__content__head .ja {
    font-size: 4.7rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 769px) {
  .sec-product__content__table__term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}
.sec-product__content__table__term .product-term {
  background-color: #00419a;
  color: #fff;
  font-weight: 500;
  padding: 1.2rem 0;
  font-size: 2rem;
  text-align: center;
}
.sec-product__content__table__term .product-term:nth-of-type(1) {
  width: calc(66.6666666667% + 4rem);
}
.sec-product__content__table__term .product-term:nth-of-type(2) {
  width: 33.3333333333%;
}
.sec-product__content__table__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (min-width: 769px) {
  .sec-product__content__table__desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec-product__content__table__desc .unit {
  width: 100%;
}
.sec-product__content__table__desc .unit .product-term {
  background-color: #00419a;
  color: #fff;
  font-weight: 500;
  padding: 0.8rem 0;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.sec-product__content__table__desc .unit .product-img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .sec-product__content__table__desc .unit .product-img {
    margin-bottom: 2rem;
  }
}
.sec-product__content__table__desc .unit .product-link {
  width: 18.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec-product__content__table__desc .unit .product-link {
    width: 24rem;
    font-size: 2rem;
  }
}
.sec-product__content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-global {
  position: relative;
  padding: 5.5rem 0 8rem;
}
@media (min-width: 769px) {
  .sec-global {
    padding: 14.5rem 0 16rem;
  }
}
.sec-global__head {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-global__head {
    margin-bottom: 13rem;
  }
}
.sec-global__content {
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .sec-global__content {
    padding: 0;
  }
}
.sec-global__content .sec-desc {
  text-align: center;
  color: #051325;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1em;
  margin-bottom: 33rem;
}
@media (min-width: 769px) {
  .sec-global__content .sec-desc {
    text-align: left;
    font-size: 3.5rem;
    margin-bottom: 7rem;
    line-height: 1.57;
  }
}
.sec-global__content .global-num {
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .sec-global__content .global-num {
    margin-bottom: 5rem;
    width: 58rem;
  }
}
.sec-global .global-img {
  position: absolute;
  top: 25rem;
  z-index: -1;
  width: 160%;
  left: -44%;
  max-width: none;
}
@media (min-width: 769px) {
  .sec-global .global-img {
    top: 32rem;
    width: 70%;
    left: 65rem;
    max-width: 140rem;
  }
}

.sec-sustainability {
  padding-bottom: 5.5rem;
}
@media (min-width: 769px) {
  .sec-sustainability {
    padding-bottom: 12rem;
  }
}
.sec-sustainability__head {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .sec-sustainability__head {
    margin-bottom: 12rem;
  }
}
.sec-sustainability__head .sec-desc {
  margin-top: 1.5rem;
  color: #051325;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .sec-sustainability__head .sec-desc {
    margin-top: 3.5rem;
    font-size: 3.5rem;
    line-height: 1.57;
  }
}
.sec-sustainability__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media (min-width: 769px) {
  .sec-sustainability__content {
    gap: 6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-sustainability__content__img {
  width: 100%;
}
@media (min-width: 769px) {
  .sec-sustainability__content__img {
    width: 48%;
  }
}
.sec-sustainability__content__img img {
  width: 100%;
}
.sec-sustainability__content__text {
  padding: 0 3rem;
}
@media (min-width: 769px) {
  .sec-sustainability__content__text {
    padding: 0 4rem;
  }
}
.sec-sustainability__content__text .catch-copy {
  font-size: 2.5rem;
  color: #184094;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  line-height: 1.31;
}
@media (min-width: 769px) {
  .sec-sustainability__content__text .catch-copy {
    margin-top: 1.5rem;
    font-size: 5rem;
  }
}
@media (min-width: 769px) {
  .sec-sustainability__content__text .border-link {
    padding: 2rem 0;
    max-width: 45rem;
  }
}/*# sourceMappingURL=business.css.map */