@charset "utf-8";

.recruit-contents {
  background-color: #F5F5F5;
  position: relative;
  z-index: auto;
}

.main .breadcrumb {
  position: relative;
  z-index: auto;
}

.l-nav_bg {
  top: 0;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.d-kv {
  width: 100%;
  margin: 0 auto;
  height: 640px;
  background: url(../../images/environment/diversity/kv.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-kv {
    width: 100%;
    max-width: none;
    height: 120vw;
    background: url(../../images/environment/diversity/kv_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
}

.d-kv__copy {
  position: relative;
  margin: 0 auto;
  max-width: 1228px;
  width: 100%;
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-kv__copy {
    max-width: none;
    width: calc(100% - 3.73vw* 2);
  }
}

.d-kv h1 {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 97px;
  left: 113px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-kv h1 {
    font-size: 4vw;
    bottom: 24vw;
    left: 4.8vw;
  }
}

.d-kv h2 {
  font-family: raleway, sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  top: 88px;
  left: 113px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-kv h2 {
    font-size: 6.4vw;
    top: 6.67vw;
    left: 4.8vw;
  }
}

.d-kv h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  position: absolute;
  bottom: 136px;
  left: 113px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-kv h3 {
    font-size: 6.4vw;
    letter-spacing: 0.04em;
    bottom: 33.33vw;
    left: 4.8vw;
  }
}

/*--------------------------------------------
member
--------------------------------------------*/
.d-member__container {
  position: relative;
  width: 100%;
  max-width: 1278px;
  padding: 25px 50px 55px;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member__container {
    max-width: none;
    padding: 10.67vw 5.33vw 13.33vw 7.47vw;
    margin: -16vw auto 0;
  }
}

/*
bg pink
*/
.d-member__container.-bg_p::before {
  content: "";
  background: #D05859;
  width: 100vw;
  height: calc(100% + 60px);
  position: absolute;
  top: -38px;
  left: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member__container.-bg_p::before {
    height: 98%;
    top: 0;
    left: 3.2vw;
  }
}

.d-member__ttl {
  font-family: raleway, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member__ttl {
    font-size: 5.33vw;
  }
}

.d-member__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member__list {
    margin-top: 45px;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.d-member {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc((100% - 30px * 2) / 3);
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member {
    gap: 4vw;
    width: 100%;
  }
}

.d-member__img {
  width: 102px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member__img {
    width: 17.6vw;
  }
}

.d-member__img__caption {
  margin-top: 10px;
  font-family: raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member__img__caption {
    margin-top: 1.6vw;
    font-size: 3.73vw;
    font-weight: 400;
  }
}

.d-member__txt {
  flex: 1;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member__txt {
    padding: 5.33vw 0;
  }
}

.d-member:nth-of-type(1) .d-member__txt,
.d-member:nth-of-type(2) .d-member__txt,
.d-member:nth-of-type(3) .d-member__txt {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member:nth-last-of-type(1) .d-member__txt {
    border-bottom: none;
  }
}

.d-member__txt h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member__txt h4 {
    font-size: 3.73vw;
  }
}

.d-member__txt p {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.385;
  color: rgba(255, 255, 255, 0.9);
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-member__txt p {
    margin-top: 2.13vw;
    font-size: 3.2vw;
  }
}

.kv__lead {
  max-width: 1000px;
  width: 100%;
  color: #040A1B;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 60px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .kv__lead {
    max-width: none;
    width: calc(100% - 6.67vw* 2);
    font-size: 4vw;
    margin: 0 auto;
  }
}

/*--------------------------------------------
cnt
--------------------------------------------*/
.d-cnt {
  max-width: 1380px;
  width: 95.833%;
  margin: 60px auto 0;
  position: relative;
  padding-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-cnt {
    max-width: none;
    width: 100%;
    margin: 20vw auto 0;
    padding-bottom: 16vw;
  }
}
.d-cnt.-n1 {
  margin: 120px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-cnt.-n1 {
    margin: 28vw auto 0;
  }
}
.d-cnt.-n4 {
  margin: 100px auto 0;
  padding-bottom: 10vw;
}

/*
bg white
*/
.d-cnt.-bg_w::before {
  content: "";
  background: #fff;
  width: 100vw;
  height: 200px;
  position: absolute;
  top: 5px;
  left: 110px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-cnt.-bg_w::before {
    width: 93.33vw;
    height: calc(100% - 4.43vw);
    top: 0;
    left: 0;
  }
}

.d-cnt.-n2.-bg_w::before,
.d-cnt.-n4.-bg_w::before {
  content: "";
  background: #fff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 5px;
  left: auto;
  right: 60px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-cnt.-n2.-bg_w::before,
  .d-cnt.-n4.-bg_w::before {
    width: 93.33vw;
    top: 0;
    right: 0;
  }
}

.d-cnt.-n3.-bg_w::before {
  content: "";
  background: #fff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 110px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-cnt.-n3.-bg_w::before {
    width: 93.33vw;
    height: calc(100% - 4.43vw);
    top: 0;
    left: 0;
  }
}

.d-cnt__ttl {
  background: #E21D1D;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  padding: 18px 18px 20px 18px;
  letter-spacing: 0.06em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: -25px;
  left: 110px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-cnt__ttl {
    font-size: 5.33vw;
    padding: 4.8vw 4.8vw 5.33vw 4.8vw;
    top: -6.67vw;
    left: 3.2vw;
  }
  .d-cnt.-n1 .d-cnt__ttl,
  .d-cnt.-n2 .d-cnt__ttl,
  .d-cnt.-n3 .d-cnt__ttl,
  .d-cnt.-n4 .d-cnt__ttl {
    background: transparent;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.07vw;
    top: -13.6vw;
    left: -2.67vw;
  }
  .d-cnt.-n1 .d-cnt__ttl span,
  .d-cnt.-n2 .d-cnt__ttl span,
  .d-cnt.-n3 .d-cnt__ttl span,
  .d-cnt.-n4 .d-cnt__ttl span {
    background: #E21D1D;
    padding: 4.8vw 4.8vw 5.33vw 4.8vw;
  }
}

.d-talk__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
  max-width: 1330px;
  margin: 45px 0 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12.8vw;
    max-width: none;
    width: calc(100% - 6.67vw);
    margin: -26.67vw 0 0 auto;
  }
}
.d-talk__container.-reverse {
  flex-direction: row-reverse;
  margin: 30px 0 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__container.-reverse {
    flex-direction: column;
    margin: -26.67vw auto 0 0;
  }
}

.d-talk__img {
  width: 45.11%;
  max-width: 600px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__img {
    width: 93.33vw;
    max-width: none;
  }
}
.d-talk__container.-reverse .d-talk__img {
  margin-top: 120px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__container.-reverse .d-talk__img {
    margin-top: 0;
  }
}

.d-talk__txt {
  flex: 1;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__txt {
    width: calc(100% - 12.8vw);
  }
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__container.-reverse .d-talk__txt {
    width: calc(100% - 11.47vw);
    margin: 0 13.33vw 0 12vw;
  }
}

.d-talk__topic {
  color: #FF0000;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.615;
  padding-left: 82px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__topic {
    font-size: 4.8vw;
    padding-left: 13.33vw;
  }
}
.d-talk__topic::before {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background: #FF0000;
  position: absolute;
  top: .8em;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__topic::before {
    width: 10.93vw;
  }
}

.d-talk__comment {
  margin-top: 48px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__comment {
    margin-top: 10.67vw;
    gap: 2.13vw;
  }
}

.d-talk__comment__img {
  text-align: center;
  max-width: 66px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__comment__img {
    max-width: none;
    width: 10.93vw;
  }
}

.d-talk__comment__img__caption {
  margin-top: 5px;
  font-family: raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.857;
  color: #1C1C1C;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__comment__img__caption {
    margin-top: 1.07vw;
    font-size: 3.73vw;
  }
}

.d-talk__comment__txt {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.867;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__comment__txt {
    font-size: 4vw;
  }
}

.d-talk__comment__note {
  margin-top: 128px;
  font-size: 13px;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-talk__comment__note {
    margin: 19.2vw auto auto 12.8vw;
    font-size: 2.93vw;
    line-height: 1.364;
  }
}

.d-wide-container {
  margin: 70px auto 90px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-wide-container {
    margin: 18.67vw auto 24vw;
  }
}
.d-wide-container.-footer {
  margin: 70px auto 170px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-wide-container.-footer {
    margin: 18.67vw auto 24vw;
  }
}

.d-wide-container img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .d-wide-container img {
    max-height: none;
    height: 74.67vw;
  }
}