/*===========================================================================
unique
単一ページで使用するCSS
接頭辞【.u-】

【予測変換用 _base.css記述】
:root {
	--font-color-base: #000;
	--font-family-base: "Noto Sans JP", sans-serif;
	--back-color-base: #fff;
	--design-size-pc: 1400;
	--design-size-sp: 750;
}
===========================================================================*/
.u-kv {
  aspect-ratio: 1920 / 795;
}
.u-kv__sld {
  position: relative;
}
.u-kv__sldTtl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 1200rem;
  height: 179rem;
  color: #fff;
  text-align: center;
  transform: translate(-50%, calc(-50% - 14rem));
  pointer-events: none;
}
.u-kv__sldTtl > * {
  display: block;
}
.u-kv__sldTtlMain {
  font-size: 56rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-shadow: 0 0 32rem rgba(3, 17, 69, 0.64);
}
.u-kv__sldTtlSub {
  position: relative;
}
.u-kv__sldTtlSub::before {
  content: "";
  display: block;
  width: 548rem;
  height: 90rem;
  margin: 0 auto;
  background: url(/images/kv_ttl.svg) no-repeat center / contain;
}
.u-kv__itemInr img {
  height: 100%;
  object-fit: cover;
}
.u-kv__dot {
  position: absolute;
  bottom: 27rem;
  left: 50%;
  transform: translateX(-50%);
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-kv {
    aspect-ratio: 375 / 595;
  }
  .u-kv__sldTtl {
    width: calc(100% - 40rem);
    height: 148rem;
    transform: translate(-50%, calc(-50% + 3rem));
  }
  .u-kv__sldTtlMain {
    font-size: 34rem;
    line-height: 1.48;
    letter-spacing: 0.1em;
  }
  .u-kv__sldTtlSub {
    margin: -16rem -5rem 0;
  }
  .u-kv__sldTtlSub::before {
    width: auto;
    height: 64rem;
    background-image: url(/images/sp_kv_ttl.svg);
  }
  .u-kv__dot {
    bottom: 32rem;
  }
}


.u-sec:not(.--sec-bg) {
  margin-top: 160rem;
}
.u-sec__lead {
  margin-top: 48rem;
  font-size: 32rem;
  line-height: 1.7;
}
.u-sec__txt {
  margin-top: 32rem;
  font-size: 18rem;
  line-height: 2;
}
.u-sec__txt.--fw-m {
  font-weight: 500;
}
.u-sec__txt.--text-sm {
  font-size: 16rem;
  font-weight: 500;
}
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .u-sec__txtLine {
    display: grid;
    grid-template-columns: auto 960rem;
    gap: 1em;
  }
  .u-sec__txtLine .u-sec__txt {
    margin-top: 35rem;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-sec:not(.--sec-bg) {
    margin-top: 120rem;
  }
  .u-sec__lead {
    font-size: 20rem;
  }
  .u-sec__txt {
    font-size: 16rem;
  }
  .u-sec__txt.--text-sm {
    font-size: 14rem;
  }
}


.c-newsList__itemInr {
  gap: 12rem 24rem;
}
.c-newsList__date {
  font-size: 14rem;
}


.u-impNews {
  min-height: 73rem;
}
.u-impNews__inr {
  padding: 12rem 0;
}
.u-impNews__list {
  margin-top: 0;
}
.u-impNews__list > *:not(:first-child) .c-newsList__cat {
  visibility: hidden;
  opacity: 0;
}
.u-impNews__list .c-newsList__item {
  border-top: none;
}
.u-impNews__list .c-newsList__itemInr {
  padding: 12rem 0;
}
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .u-impNews .c-newsList__info {
    gap: 16rem;
    padding-top: 2rem;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-impNews {
    min-height: 157rem;
  }
  .u-impNews__inr {
    padding: 16rem 0;
  }
  .u-impNews__list .c-newsList__itemInr {
    padding: 16rem 0;
  }
  .u-impNews__list .c-newsList__info {
    flex-direction: column;
    align-items: start;
  }
  .u-impNews__list > *:not(:first-child) .c-newsList__cat {
    display: none;
  }
  .u-impNews__list .c-newsList__ttl {
    margin-top: 12rem;
    font-size: 16rem;
  }
}

.u-news {
  background-color: #f4f7fb;
}
.u-news__inr {
  padding: 120rem 0;
}
.u-news__cts {
  display: grid;
  grid-template-columns: auto 798rem;
  gap: 1em;
}
.u-news__list {
  margin-top: -24rem;
}
.u-news__list .c-newsList__itemInr {
  flex-wrap: wrap;
}
.u-news__list .c-newsList__ttl {
  width: 100%;
}
.u-news__list .c-noResultTxt {
  padding: 24rem 0;
}
.u-news__btn {
  gap: 8rem;
  margin-top: calc((56 - 24) * 1rem);
}
.u-news__btn a {
  min-width: 188rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-news__cts {
    grid-template-columns: minmax(0, 1fr);
    gap: 40rem;
  }
  .u-news__list .c-newsList__ttl {
    margin-top: 12rem;
  }
}



/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .u-filter {
    margin-top: 16rem;
    padding: 0 16rem;
  }
  .u-filter .m-filter__list {
    flex-direction: column;
    align-items: start;
    gap: 8rem;
  }
  .u-filter .m-filter__txt {
    padding-bottom: 2rem;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-filter {
    margin-top: 32rem;
  }
}


.u-tab__nav {
  display: flex;
  gap: 8rem;
}
.u-tab__navItem {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 133rem;
  padding: 6rem 32rem;
  border-radius: 2rem;
  background-color: var(--back-color-base);
  font-family: var(--font-family-base);
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.6;
  transition: all 0.3s linear;
  transition-property: background-color, color;
}
.u-tab__navItem.is-active {
  background-color: var(--back-color-main);
  color: #fff;
  pointer-events: none;
}
.u-tab__box {
  margin-top: 16rem;
}
@media (any-hover: hover) {
  .u-tab__navItem:hover {
    background-color: var(--back-color-main);
    color: #fff;
  }
}
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .u-tab__nav {
    padding-left: 402rem;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-tab {
    margin-top: 40rem;
  }
  .u-tab__nav {
    gap: 9rem;
  }
  .u-tab__navItem {
    width: calc((100% - 9rem) / 2);
    min-width: initial;
  }
  .u-tab__box {
    margin-top: 32rem;
  }
}



/* .u-future {
  position: relative;
  z-index: 0;
  color: #fff;
}
.u-future::before,
.u-future::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.u-future::before {
  background: url(/images/future_bg.jpg) no-repeat center / cover;
}
.u-future::after {
  background-color: #3f435d;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.u-future__inr {
  padding: 160rem 0;
  text-align: center;
}
.u-future__ttl > * {
  text-shadow: 0 4rem 24rem rgba(0, 0, 0, 0.32);
}
.u-future__lead {
  text-shadow: 0 4rem 24rem rgba(0, 0, 0, 0.32);
} */
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  /* .u-future__txt {
    max-width: 948rem;
    margin-inline: auto;
    text-shadow: 0 0 24rem rgba(0, 0, 0, 0.56);
  } */
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  /* .u-future::before {
    background-image: url(/images/sp_future_bg.jpg);
  }
  .u-future__inr {
    padding: 120rem 0;
  }
  .u-future__txt {
    text-shadow: 0 4rem 24rem rgba(0, 0, 0, 0.32);
  } */
}


.u-promise {
  position: relative;
  z-index: 0;
}
.u-promise::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/images/promise_bg.png) no-repeat center / cover;
}
.u-promise__inr {
  padding: 160rem 0;
  text-align: center;
}
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .u-promise__txt {
    max-width: 576rem;
    margin-inline: auto;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-promise::before {
    background-image: url(/images/sp_promise_bg.png);
  }
  .u-promise__inr {
    padding: 120rem 0;
  }
}


.u-business {
  position: relative;
  z-index: 0;
  overflow: clip;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.u-business__bg {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.u-business__bgItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  will-change: opacity;
}
.u-business__bgItem.is-active {
  opacity: 1;
}
.u-business__bg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.u-business__cts {
  display: grid;
  align-items: start;
  grid-template-columns: 472rem 1fr auto;
  padding: 160rem 0;
}
.u-business__side {
  position: sticky;
  top: var(--business-side-top, 0);
}
.u-business__main {
  max-width: 488rem;
  margin-left: auto;
}
.u-businessSec {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  min-height: 982rem;
}
.u-businessSec__ttl {
  font-size: 24rem;
  font-weight: 500;
  line-height: 1.8;
}
.u-businessSec__txt {
  margin-top: 24rem;
  font-size: 16rem;
  line-height: 2;
}
.u-businessSec__img {
  margin-top: 32rem;
}
.u-businessSec__list {
  display: flex;
  justify-content: center;
  margin-top: 32rem;
}
.u-businessSec__item:not(:first-child) {
  position: relative;
  padding-left: 30rem;
}
.u-businessSec__item:not(:first-child)::before {
  content: " ";
  position: absolute;
  top: 25rem;
  left: 0;
  width: 1px;
  height: 80rem;
  background-color: #fff;
}
.u-businessSec__item:not(:last-child) {
  padding-right: 30rem;
}
.u-businessSec__itemIcn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.u-businessSec__itemTtl {
  margin-top: 8rem;
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.22;
  text-align: center;
}
.u-business__dot {
  position: sticky;
  top: var(--business-dot-top, 50vh);
  z-index: 10;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  gap: 12rem;
  height: fit-content;
  margin-left: 32rem;
  opacity: 0;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.u-business__dot.is-visible {
  visibility: visible;
  opacity: 1;
}
.u-business__dotItem {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
.u-business__dotItem.is-active {
  background-color: var(--back-color-main);
}
@media (any-hover: hover) {
  .is-dark .m-btn > *:hover,
  [data-js-business-mode="dark"] .m-btn > *:hover {
    background-color: var(--back-color-main);
    color: #fff;
  }
  .is-dark .m-btn > *:hover::after,
  [data-js-business-mode="dark"] .m-btn > *:hover::after {
    background-color: #fff;
  }
}
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .is-dark .u-business__bg::after {
    background-color: #3f435d;
    opacity: 0.3;
    mix-blend-mode: multiply;
  }
  .u-business__inr {
    max-width: 1240rem;
    padding: 0 20rem;
  }
  .is-dark .u-business__side {
    color: #fff;
  }
  .is-dark .u-business__ttl > * {
    color: #fff;
  }
  .is-dark .u-businessSec {
    color: #fff;
  }
  .is-dark .u-businessSec__ttl {
    text-shadow: 0 4rem 24rem rgba(0, 0, 0, 0.32);
  }
  .is-dark .u-businessSec__txt {
    font-weight: 500;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.56);
  }
  .is-dark .m-btn > * {
    border-color: #fff;
    background-color: #fff;
    color: var(--font-color-main);
    font-weight: normal;
  }
  .is-dark .m-btn > *::after {
    background-color: var(--back-color-main);
  }

  .is-light .u-business__bg::after {
    background: #fff;
    opacity: 0.72;
    mix-blend-mode: lighten;
  }
  .is-light .u-businessSec__ttl {
    color: var(--font-color-main);
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-business__bg {
    display: none;
  }
  .u-business__cts {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
  }
  .u-business__side {
    position: relative;
    top: initial;
    z-index: 1;
    margin-top: 0;
    padding: 80rem 20rem 20rem;
    color: #fff;
  }
  .u-business__side .m-ttl01 > * {
    color: #fff;
  }
  .u-business__main {
    max-width: initial;
  }
  .u-businessSec {
    position: relative;
    z-index: 0;
    height: calc(100vh - var(--sp-hdr-height));
    min-height: 800rem;
    padding: 80rem 20rem;
  }
  .u-businessSec::before,
  .u-businessSec::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .u-businessSec::before {
    background: var(--business-sec-bg) no-repeat center / cover;
  }
  .u-businessSec:first-child {
    height: calc(100vh - var(--sp-hdr-height) - 340rem);
    min-height: 605rem;
    padding-top: 20rem;
  }
  .u-businessSec:first-child::before,
  .u-businessSec:first-child::after {
    top: var(--business-first-sec-top, 0);
    height: calc(100% + var(--business-side-height, 0));
  }
  .u-businessSec__ttl {
    font-size: 18rem;
  }
  .u-businessSec__txt {
    font-size: 14rem;
  }
  .u-businessSec__img {
    margin-top: 24rem;
  }
  .u-businessSec:first-child .u-businessSec__img {
    max-width: 280rem;
    margin-inline: auto;
  }
  .u-businessSec__list {
    margin-top: 24rem;
  }
  .u-businessSec__item:not(:first-child) {
    padding-left: 24rem;
  }
  .u-businessSec__item:not(:first-child)::before {
    top: 18rem;
    height: 58rem;
  }
  .u-businessSec__item:not(:last-child) {
    padding-right: 24rem;
  }
  .u-businessSec__itemIcn {
    width: 77rem;
  }
  .u-businessSec__itemTtl {
    font-size: 16rem;
    line-height: 1.19;
  }
  .u-business__dot {
    display: none;
  }


  [data-js-business-mode="dark"] {
    color: #fff;
  }
  [data-js-business-mode="dark"]::after {
    background-color: #3f435d;
    opacity: 0.3;
    mix-blend-mode: multiply;
  }
  [data-js-business-mode="dark"] .u-businessSec__ttl {
    text-shadow: 0 4rem 24rem rgba(0, 0, 0, 0.32);
  }
  [data-js-business-mode="dark"] .u-businessSec__txt {
    font-weight: 500;
    text-shadow: 0 0 24rem rgba(0, 0, 0, 0.56);
  }
  [data-js-business-mode="dark"] .m-btn > * {
    border-color: #fff;
    background-color: #fff;
    color: var(--font-color-main);
    font-weight: normal;
  }
  [data-js-business-mode="dark"] .m-btn > *::after {
    background-color: var(--back-color-main);
  }
  [data-js-business-mode="light"]::after {
    background: #fff;
    opacity: 0.72;
    mix-blend-mode: lighten;
  }
  [data-js-business-mode="light"] .u-businessSec__ttl {
    color: var(--font-color-main);
  }
}


.u-about {
  position: relative;
  z-index: 0;
}
.u-about::before,
.u-about::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.u-about::before {
  background: url(/images/about_bg.jpg) no-repeat center / cover;
}
.u-about::after {
  background-color: #3f435d;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.u-about__inr {
  padding: 120rem 0;
}
.u-about__cts {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 64rem;
  padding: 64rem 80rem;
  border-radius: 16rem;
  background-color: #fff;
}
.u-about__cts::before,
.u-about__cts::after {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 400rem;
  height: 294rem;
  background: no-repeat center / contain;
}
.u-about__cts::before {
  top: -80rem;
  right: -120rem;
  background-image: url(/images/about_dec_01.png);
}
.u-about__cts::after {
  bottom: -80rem;
  left: -120rem;
  background-image: url(/images/about_dec_02.png);
}
.u-about__imgWrap {
  padding-right: 80rem;
}
.u-about__img01 {
  width: 408rem;
}
.u-about__img02 {
  width: 300rem;
  margin-top: -102rem;
  margin-right: -80rem;
  margin-left: auto;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-about::before {
    background-image: url(/images/sp_about_bg.jpg);
  }
  .u-about__cts {
    flex-direction: column;
    align-items: initial;
    gap: 0;
    padding: 56rem 32rem;
    border-radius: 16rem;
  }
  .u-about__cts::before,
  .u-about__cts::after {
    width: 200rem;
    height: 147rem;
  }
  .u-about__cts::before {
    top: -40rem;
    right: -40rem;
  }
  .u-about__cts::after {
    bottom: -40rem;
    left: -40rem;
  }
  .u-about__col {
    display: contents;
  }
  .u-about__imgWrap {
    margin-top: 24rem;
    padding-right: 31rem;
    padding-left: 32rem;
  }
  .u-about__img01 {
    width: 136rem;
  }
  .u-about__img02 {
    width: 120rem;
    margin-top: -46rem;
    margin-right: 0;
  }
}


.u-company__cts {
  display: flex;
  align-items: center;
  gap: 0 80rem;
}
.u-company__col {
  flex: 1;
}
.u-company__img {
  order: -1;
  width: 920rem;
  margin-left: -360rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-company__cts {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .u-company__ttl {
    order: -1;
  }
  .u-company__col {
    display: contents;
  }
  .u-company__img {
    width: 320rem;
    margin-top: 24rem;
    margin-left: -20rem;
  }
}


.u-ir__kv {
  margin: 0 -20rem;
}
.u-ir__kv + * {
  margin-top: 80rem;
}
.u-ir__cts {
  display: grid;
  grid-template-columns: 590rem auto;
  gap: 0 48rem;
  margin-top: 64rem;
}
.u-ir__list > *:not(:first-child) {
  margin-top: 32rem;
}
.u-irItem__inr {
  display: grid;
  grid-template-columns: 202rem auto;
  gap: 0 32rem;
  text-decoration: none;
}
.u-irItem__ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24rem;
  font-size: 20rem;
  line-height: 1.2;
  transition: color 0.3s linear;
}
.u-irItem__ttl::after {
  content: " ";
  position: relative;
  right: 0;
  display: block;
  flex-shrink: 0;
  width: 18rem;
  height: 18rem;
  background-color: var(--back-color-main);
  mask: url(/common/images/icn_line_arw_wt.svg) no-repeat center / contain;
  transition: right 0.3s linear;
  -webkit-mask: url(/common/images/icn_line_arw_wt.svg) no-repeat center / contain;
}
.u-irItem__txt {
  margin-top: 16rem;
  font-size: 16rem;
  line-height: 2;
  text-underline-offset: 2px;
}
@media (any-hover: hover) {
  .u-irItem__inr:hover .u-irItem__ttl {
    color: var(--font-color-main);
  }
  .u-irItem__inr:hover .u-irItem__ttl::after {
    right: -6rem;
  }
  .u-irItem__inr:hover .u-irItem__txt {
    text-decoration: underline;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-ir__kv + * {
    margin-top: 32rem;
  }
  .u-ir__cts {
    grid-template-columns: minmax(0, 1fr);
    gap: 40rem 0;
    margin-top: 56rem;
  }
  .u-ir__list > *:not(:first-child) {
    margin-top: 24rem;
  }
  .u-irItem__inr {
    grid-template-columns: 150rem auto;
    gap: 0 16rem;
  }
  .u-irItem__ttl {
    gap: 16rem;
    font-size: 16rem;
  }
  .u-irItem__txt {
    margin-top: 8rem;
    font-size: 14rem;
    line-height: 1.6;
  }
}


.u-sustainability {
  position: relative;
  z-index: 0;
  margin-top: 160rem;
}
.u-sustainability::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 120rem);
  background: url(/images/sustainability_bg.png) no-repeat top left / cover;
}
.u-sustainability__inr {
  position: relative;
  padding: 160rem 0 400rem;
}
.u-sustainability__cts {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.u-sustainability__img01 {
  width: 500rem;
}
.u-sustainability__img02 {
  width: 240rem;
}
.u-sustainability__img03 {
  width: 240rem;
}
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .u-sustainability__txt {
    padding-left: 30rem;
  }
  [class^="u-sustainability__img0"] {
    position: absolute;
  }
  .u-sustainability__img01 {
    right: 60rem;
    bottom: 0;
  }
  .u-sustainability__img02 {
    top: 300rem;
    left: 0;
  }
  .u-sustainability__img03 {
    top: 160rem;
    right: 0;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-sustainability {
    margin-top: 120rem;
  }
  .u-sustainability::before {
    height: 100%;
    background-image: url(/images/sp_sustainability_bg.png);
    background-position: center;
  }
  .u-sustainability__inr {
    padding: 120rem 0;
  }
  .u-sustainability__imgWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16rem;
    margin-top: 24rem;
    padding: 0 16rem;
  }
  .u-sustainability__img01 {
    width: 250rem;
    margin: 0 auto;
  }
  .u-sustainability__img02 {
    width: 80rem;
  }
  .u-sustainability__img03 {
    width: 120rem;
  }
}



.u-recruit {
  position: relative;
  z-index: 0;
}
.u-recruit::before,
.u-recruit::after {
  content: " ";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  background: no-repeat center / 100% auto;
}
.u-recruit::before {
  top: 0;
  aspect-ratio: 1920 / 399;
  background-image: url(/images/recruit_dec_01.svg);
}
.u-recruit::after {
  top: 19rem;
  aspect-ratio: 1920 / 524;
  background-image: url(/images/recruit_dec_02.svg);
}
.u-recruit__inr {
  padding-bottom: 160rem;
}
.u-recruit__gallery + * {
  margin-top: 50rem;
}
.u-autoSld {
  display: flex;
}
.u-autoSld__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 40rem;
  transform: translateZ(0);
}
.u-autoSld__img img {
  width: auto;
  max-width: 400rem;
  max-height: 460rem;
  pointer-events: none;
}
.u-autoSld__item.--mt-80 {
  margin-top: 80rem;
}
.u-autoSld__item.--mt-160 {
  margin-top: 160rem;
}
.u-autoSld__item:nth-child(even) .u-autoSld__img img {
  max-width: 240rem;
  max-height: 160rem;
}
.u-autoSld__item.--maxHeight-400 .u-autoSld__img img {
  max-height: 400rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-recruit::before {
    top: -56rem;
    aspect-ratio: 375 / 200;
    background-image: url(/images/sp_recruit_dec_01.svg);
  }
  .u-recruit::after {
    top: -46rem;
    aspect-ratio: 375 / 262;
    background-image: url(/images/sp_recruit_dec_02.svg);
  }
  .u-recruit__inr {
    padding-bottom: 120rem;
  }
  .u-recruit__gallery + * {
    margin-top: 32rem;
  }
  .u-autoSld__item {
    margin-right: 20rem;
  }
  .u-autoSld__img img {
    max-width: 200rem;
    max-height: 230rem;
  }
  .u-autoSld__item.--mt-80 {
    margin-top: 40rem;
  }
  .u-autoSld__item.--mt-160 {
    margin-top: 120rem;
  }
  .u-autoSld__item:nth-child(even) .u-autoSld__img img {
    max-width: 120rem;
    max-height: 80rem;
  }
  .u-autoSld__item.--maxHeight-400 .u-autoSld__img img {
    max-height: 200rem;
  }
}
