/*mv*/
.mv {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
  box-sizing: border-box;
  background: #f5f5f5;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  background: url(/jp/about/company/yes/recruit_career/img/top/mv_pc.png) no-repeat center right /1280px;
  pointer-events: none;
}
.mv_inner {
  max-width: 1400px;
  margin: 0 auto;
}
.mv__ttl {
  display: inline-grid;
  place-content: center;
  position: relative;
  aspect-ratio: 353/123;
  width: 100%;
  max-width: 353px;
  padding: 20px 42px 0 0;
  background: url(/jp/about/company/yes/recruit_career/img/top/mv_ttl_bg.svg) no-repeat bottom right /cover;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.mv__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 50vw;
  height: 100%;
  background: #dc1e37;
}
.mv__lead {
  margin: 62px 0 40px;
  padding-left: 53px;
}
.mv__txt-wrap {
  position: relative;
  padding: 20px 0 25px 60px;
  font-weight: 500;
}
.mv__txt-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #fff;
}
.mv__txt-01 {
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid;
  color: #dc1e37;
  font-size: 24px;
  letter-spacing: .02em;
}
.mv__txt-02 {
  position: relative;
  font-size: 16px;
  line-height: 1.3125;
}
/*section*/
.section {
  padding: 75px 0 105px;
}
.section__link {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.section__link:link,
.section__link:visited {
  color: #fff;
  text-decoration: none;
}
.section__txt {
  max-width: 640px;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
}
.cmn-ttl01 {
  margin-bottom: 40px;
}
/*interview*/
.interview {
  position: relative;
  height: 550px;
  padding: 0;
  overflow: hidden;
  color: #fff;
}
.interview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 100%;
  background: url(/jp/about/company/yes/recruit_career/img/top/bg_interview.jpg) no-repeat center /cover;
}
.interview .section__link {
  height: 100%;
}
.interview__box {
  display: grid;
  place-content: center;
  clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 52.3%;
  height: 100%;
  margin-left: auto;
  padding-top: 47px;
  padding-left: 11%;
  background: color-mix(in srgb, #333 95%, transparent);
}
.interview__box .cmn-ttl01-top {
  color: #fff;
}
.interview__box .cmn-ttl01-top>span::before {
  background: #dc1e37;
}
.environment__contents {
  max-width: 733px;
  margin: 0 auto;
}
@media (hover: hover) {
  .section__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    opacity: 0;
    transition: opacity .5s ease;
  }
  .section__link:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 660px) {
  .mv {
    position: relative;
    aspect-ratio: auto;
    aspect-ratio: 375/529;
    height: auto;
    padding-bottom: 0;
    background: url(/jp/about/company/yes/recruit_career/img/top/mv_sp.jpg) no-repeat center /cover;
  }
  .mv::after {
    content: none;
  }
  .mv__lead {
    max-width: 80%;
    margin: 21% auto 2%;
    padding: 0;
  }
  .mv__ttl {
    aspect-ratio: 353 / 110;
    width: 50%;
    padding: 0;
    padding-right: 4%;
    font-size: max(20px, 4.8vw);
  }
  .mv__txt-wrap {
    padding: 0;
    text-align: center;
  }
  .mv__txt-wrap::before {
    content: none;
  }
  .mv__txt-01 {
    margin-bottom: 10px;
    padding-bottom: .2%;
    font-size: max(21px, 4.8vw);
    letter-spacing: 0;
  }
  .mv__txt-02 {
    font-size: max(13px, 3.6vw);
    line-height: 1.5;
  }
  .section {
    padding: 50px 0;
  }
  .section__txt {
    font-size: 14px;
  }
  .interview {
    aspect-ratio: 375/200;
    height: auto;
    min-height: 200px;
    padding: 0;
  }
  .interview__box .cmn-ttl01-top {
    font-size: min(35px, 8vw);
  }
  .interview__box .cmn-ttl01-top>span::before {
    right: calc(100% + 2px);
    width: min(19px, 4vw);
  }
  .interview__box {
    clip-path: polygon(23% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 67%;
  }
}
@media screen and (max-width: 360px) {
  .interview__box {
    padding-left: 0;
  }
  .interview__box .cmn-ttl01 {
    padding: 4px 11px;
  }
}