/* ---------------
fv
--------------- */
.fv {
  position: relative;
}

.fv__contents {
  position: absolute;
  inset: 0;
}

.fv__ttl {
  margin-top: calc(100vw * 80 / 1280);
  margin-left: calc(100vw * 75 / 1280);
}

.fv__ttl-en {
  margin-bottom: calc(100vw * 19 / 1280);
  width: calc(100vw * 485 / 1280);
}

.fv__ttl-en img {
  width: 100%;
}

.fv__ttl-jp {
  font-size: calc(100vw * 20 / 1280);
  font-weight: 700;
  letter-spacing: .1em;
}

.fv__lead {
  margin-left: calc(100vw * 85 / 1280);
  margin-top: calc(100vw * 225 / 1280);
}

.fv__lead-01,
.fv__lead-02 {
  color: #FFF;
  line-height: 1.5;
}

.fv__lead-01 {
  font-size: calc(100vw * 42 / 1280);
  font-weight: 700;
  margin-bottom: 8px;
}

.fv__lead-02 {
  font-size: calc(100vw * 18 / 1280);
  font-weight: 500;
}

/* ---------------
about
--------------- */
.about {
  background: linear-gradient(-90deg, rgba(25, 25, 25, 0) 0%, #191919 100%), url(/jp/about/company/global_cs/recruit/img/top/img_about_bg.jpg)no-repeat center center / cover;
  color: #FFF;
  padding-top: 120px;
}

.about__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-inline: auto;
  position: relative;
}

.about__ttl {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-bottom: 17px;
  width: fit-content;
  position: relative;
  margin-bottom: 32px;
}

.about__ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 612px;
  background-color: #FFF;
  opacity: .4;
}

.about__txt+.about__txt {
  margin-top: 1.7em;
}

.about__txt {
  font-size: 16px;
}

.about__decoration {
  text-align: right;
  padding-left: 10%;
  margin-top: -110px;
}

/* ---------------
job
--------------- */
.job {
  padding: 80px 0 100px;
  background: url(/jp/about/company/global_cs/recruit/img/top/img_job_bg.svg)no-repeat top right / auto auto;
}

.job__thumb {
  margin-left: 5%;
  height: 200px;
}

.job__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job__block {
  width: 95%;
  background-color: #DC1E37;
  position: relative;
  margin-top: -30px;
}

.job__block::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #DC1E37;
  width: 100vw;
  height: 100%;
}

.job__block-inner {
  color: #FFF;
  position: relative;
  padding: 48px 32px 24px 0;
  display: block;
  color: #FFF !important;
}

.job__txt {
  max-width: 570px;
  font-size: 16px;
  line-height: 1.75;
}

.job__arrow {
  width: 55px;
  aspect-ratio: 1 / 1;
  background-color: #FFF;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-left: auto;
}

.job__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #DC1E37;
  border-right: 2px solid #DC1E37;
  transform: rotate(45deg);
  transition: transform .3s ease-in-out;
}

.job__block-inner:hover {
  text-decoration: none !important;
}

.job__block-inner:hover .job__arrow::after {
  transform: translateX(3px) rotate(45deg);
}

/* ---------------
window
--------------- */
.windows {
  max-width: 1240px;
  margin-inline: auto;
}

.windows__inner {
  display: grid;
  gap: 4px;
}

.windows__link {
  position: relative;
  color: #FFF;
  display: block;
  text-decoration: none !important;
}

.windows__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.windows__link-txt {
  color: #FFF;
  text-decoration: none !important;
}

.windows__link-img {
  position: absolute;
  overflow: hidden;
  inset: 0;
}

.windows__link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out;
}

.windows__link-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 68px 16px 16px;
}

.windows__arrow {
  width: 55px;
  aspect-ratio: 1 / 1;
  background-color: #DC1E37;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-left: auto;
}

.windows__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  transition: transform .3s ease-in-out;
}

.windows__link:hover .windows__link-img img {
  transform: scale(1.05);
}

.windows__link:hover .windows__arrow::after {
  transform: translateX(3px) rotate(45deg);
}

@media screen and (min-width: 661px) {
  .job__thumb {
    margin-left: calc(100vw * 214 / 1280);
    height: 472px;
  }

  .job__block {
    width: calc(100vw * 730 / 1280);
    margin-top: -96px;
  }

  .job__block-inner {
    padding: 56px 60px 56px 0;
  }

  .windows {
    padding: 0 20px 100px;
  }

  .windows__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 660px) {
  .fv__ttl {
    margin-top: calc(100vw * 25 / 320);
    margin-left: auto;
    margin-right: auto;
    width: calc(100vw * 279 / 320);
  }

  .fv__ttl-en {
    width: 100%;
    margin-bottom: calc(100vw * 8 / 320);
  }

  .fv__ttl-jp {
    font-size: calc(100vw * 16 / 320);
  }

  .fv__lead {
    margin-left: calc(100vw * 20 / 320);
    margin-top: calc(100vw * 39 / 320);
  }

  .fv__lead-01 {
    font-size: calc(100vw * 18 / 320);
  }

  .fv__lead-02 {
    font-size: calc(100vw * 13 / 320);
  }

  .about {
    padding-top: 60px;
  }

  .about__ttl {
    font-size: 28px;
  }

  .about__decoration {
    margin-top: 20px;
  }

  .job {
    padding: 60px 0;
  }

  .job__block-inner {
    padding: 40px 24px 32px 0;
  }

  .windows {
    padding: 0 0 60px;
  }

  .job__arrow, .windows__arrow {
    width: 48px;
    height: 48px;
  }

  .job__arrow::after, .windows__arrow::after {
    width: 6px;
    height: 6px;
  }
}