@charset "UTF-8";

/*
	##### DNP RECRUITING #####
	/recruit/newgraduates/diversity/css/diversity_sp.css
*/

.main-ttl-area {
  display: block;
  width: 100%;
  padding-top: calc(196 / 750 * 100vw);
  padding-bottom: calc(80 / 750 * 100vw);
  text-align: center;

  & .page-ttl {
    font-size: calc(40 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: calc(24 / 750 * 100vw);
  }
  & .en {
    font-size: calc(18 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: .08em
  }
}

.fv-area {
  display: block;
  width: calc(700 / 750 * 100vw);
  margin: 0 auto calc(120 / 750 * 100vw);

   & .topic-path {
    display: none;
   }
   & .image-box {
    width: 100%;
    height: calc(400 / 750 * 100vw);
    border-radius: calc(28 / 750 * 100vw);
    overflow: hidden
   }
}

.main-lead-area {
  padding: 0 calc(40 / 750 * 100vw);
  margin-bottom: calc(150 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
  font-weight: 500;
  line-height: 2.0625;
  letter-spacing: .08em;
  font-feature-settings: "palt";
  text-align: center;

  & p + p {
    margin-top: 1em;
  }
}


.diversity-area {
  display: block;
  width: 100%;
  overflow: hidden;

  & .inner {
    width: calc(725 / 750 * 100vw);
    margin-left: auto;
    background-color: var(--color3);
    border-radius: calc(30 / 750 * 100vw) 0 0 calc(30 / 750 * 100vw);
    padding: calc(160 / 750 * 100vw) calc(30 / 750 * 100vw) calc(170 / 750 * 100vw);
    margin-top: calc(100 / 750 * 100vw);
    position: relative;

    &::before {
      content: '';
      display: block;
      width: calc(410 / 750 * 100vw);
      height: calc(101 / 750 * 100vw);
      background: url(/recruit/newgraduates/shared/images/bg-orn-rt.svg) no-repeat right bottom / cover;
      position: absolute;
      top: calc(-100 / 750 * 100vw);
      right: 0;
      z-index: -1;
    }
  }
}

.diversity-area .sec,
.evaluation-area .sec {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-feature-settings: "palt";
}

.main-ttl {
  font-size: calc(62 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.6129032258064515;
  letter-spacing: .06em;
  margin-bottom: calc(70 / 750 * 100vw);
  color: var(--car-color)
}

.intro.sec {
  margin-bottom: calc(200 / 750 * 100vw);

  & .img-box {
    display: block;
    width: 100%;
    height: auto;
  }
}


.info-sec-ttl {
  font-feature-settings: "palt";
  color: var(--car-color);
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: calc(80 / 750 * 100vw);

  & .en {
    font-size: calc(25 /750 * 100vw);
    letter-spacing: .08em;
    margin-bottom: calc(40 / 750 * 100vw);

    &::before {
      content: '';
      display: inline-block;
      width: calc(8 / 750 * 100vw);
      height: calc(8 / 750 * 100vw);
      border-radius: 50%;
      background-color: currentColor;
      vertical-align: middle;
      margin-right: calc(10 / 750 * 100vw);
      transform: translateY(-25%);
    }
  }
  & .sec-ttl {
    font-size: calc(54 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2592592592592593;
  }
}

.culture.sec {
  padding: 0 calc(17.5 / 750 * 100vw)
}

.system-list {
  margin-bottom: calc(120 / 750 * 100vw);
}

.sys {
  display: block;
  border-radius: calc(28 / 750 * 100vw);
  overflow: hidden;
  background-color: #fff;

  & + & {
    margin-top: calc(60 / 750 * 100vw);
  }

  & .img-box {
    height: calc(400 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  & .img-box:has(img[class="img-contain"]) {
    border-bottom: solid 2px var(--color3);
  }

  & dl {
    padding: calc(60 / 750 * 100vw);
  }

  & dt {
    margin-bottom: calc(36 / 750 * 100vw);
   
   & span {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      min-height: calc(70 / 750 * 100vw);
      font-size: calc(32 / 750 * 100vw);
      font-weight: 700;
      letter-spacing: .06em;
      line-height: 1.25;
      text-align: center;
      color: #fff;
      background-color: var(--car-color);
      border-radius: calc(15 / 750 * 100vw);
    }
  }
  & dd {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: .05em;
    line-height: 2.0714285714285716;
    text-align: justify;
  }
}

.graph-box {
  margin-top: calc(50 / 750 * 100vw);
}

img[alt*="Diversity Week"] {
  height: calc(360 / 750 * 100vw);
  width: auto;
}




.others .ttl {
  display: inline-block;
  min-width: calc(151 / 750 * 100vw);
  min-height: calc(41 / 750 * 100vw);
  border: solid 1px var(--car-color);
  background-color: #fff;
  border-radius: 100px;
  padding: 0 1em;
  font-size: calc(25 / 750 * 100vw);
  line-height: calc(41 / 750 * 100vw);
  letter-spacing: .08em;
  color: var(--car-color);

  &::before {
    content: '';
    display: inline-block;
    width: calc(6 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
    border-radius: 50%;
    background-color: currentColor;
    vertical-align: middle;
    margin-right: calc(10 / 750 * 100vw);
    transform: translateY(-25%);
  }
}
.other-list {
  margin-top: calc(35 / 750 * 100vw);

  & .add-sys + .add-sys {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.add-sys {
  display: block;
  padding: 0 calc(45 / 750 * 100vw) calc(45 / 750 * 100vw);
  border-radius: calc(30 / 750 * 100vw);
  background-color: #fff;

  & dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(106 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
    text-align: center;
    font-size: calc(28 / 750 * 100vw);
    font-weight: 700;
    line-height: 1.3571428571428572;
    position: relative;

    &::after {
      content: '';
      display: block;
      width: 100%;
      height: calc(2 / 750 * 100vw);
      background-image: linear-gradient(90deg, currentColor calc(2 / 750 * 100vw), transparent 0);
      background-size: calc(8/ 750 * 100vw) calc(4 / 750 * 100vw);
      background-repeat: repeat-x;
      background-position: left center;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: +1;
    }
  }
  & dd {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.9230769230769231;
    letter-spacing: .06em;
    text-align: justify;
    padding-top: calc(30 / 750 * 100vw);
  }
}

img[alt*="ほっとワーク"] {
  height: calc(90 / 750 * 100vw);
  width: auto;
  margin-top: calc(10 / 750 * 100vw);
}



.evaluation-area {
  display: block;
  background-color: var(--color3);
  padding-bottom: calc(220 / 750 * 100vw);
  margin-bottom: calc(260 / 750 * 100vw);

  & .inner {
    width: calc(725 / 750 * 100vw);
    margin-right: auto;
    background-color: #fff;
    border-radius: 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
    padding: calc(240 / 750 * 100vw) 0 calc(170 / 750 * 100vw);
    position: relative;
    overflow: hidden;
  }
}


.more-contents-bttn-area {
  overflow: hidden;
}

.more.contents-bttn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(250 / 750 * 100vw);
  width: calc(677.5 / 750 * 100vw);
  margin-left: auto;
  color: #fff;
  background-color: var(--car-color);
  background-image: linear-gradient(#147688 1px, transparent 0), linear-gradient(90deg, #147688 1px, transparent 0);
  background-position: center;
  background-size: calc(18 / 750 * 100vw) calc(18 / 750 * 100vw);
  border-radius: calc(30 / 750 * 100vw) 0 0 calc(30 / 750 * 100vw);
  overflow: hidden;
  position: relative;

  &::after {
    position: absolute;
    right: calc(50 / 750 * 100vw);
    content: '';
    display: block;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border-radius: 50%;
    background: no-repeat center center / contain;
    background-color: #fff;
    background-image: url(/recruit/newgraduates/shared/images/bttn-popup_cr.svg);
}

  & .jp {
    font-size: calc(36 / 750 * 100vw);
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: .08em;
    line-height: 1.3888888888888888;
    text-indent: calc(-82 / 750 * 100vw);

    &::before {
      content: '';
      display: inline-block;
      width: calc(60 / 750 * 100vw);
      height: calc(2 / 750 * 100vw);
      background-color: #fff;
      margin-right: calc(22 / 750 * 100vw);
      vertical-align: middle;
    }
  }
}


.evaluations {
  padding: calc(170 / 750 * 100vw) calc(47.5 / 750 * 100vw) 0;

  & .bg-text {
    display: none;
  }
}


.outside-list {
  display: block;

  & li {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    min-height: calc(550 / 750 * 100vw);
    border-radius: calc(25 / 750 * 100vw);
    border: solid calc(3 / 750 * 100vw) var(--color3);
    overflow: hidden;

    & + & {
      margin-top: calc(60 / 750 * 100vw)
    }

    & .img-box {
      display: flex;
      width: 100%;
      height: calc(340 / 750 * 100vw);
      justify-content: center;
      align-items: center;
      overflow: hidden;

      & img {
        width: auto;
      }
    }

    & p {
      flex-grow: 1;
      display: flex;
      align-items: center;
      padding-left: calc(60 / 750 * 100vw);
      background-color: var(--color3);
      font-size: calc(34 / 750 * 100vw);
      font-weight: 700;
      letter-spacing: .06em;
      line-height: 1.4705882352941178;
    }
  }
}

img[alt*="共働き・共育"],
img[alt*="D＆I AWARD"],
img[alt*="J-Win"] {
  height: calc(240 / 750 * 90vw);
}
img[alt*="Nadesiko"] {
  height: calc(200 / 750 * 90vw);
}
img[alt*="くるみん"] {
  height: calc(280 / 750 * 90vw);
}
img[alt*="Work With Pride"] {
  height: calc(400 / 750 * 90vw);
}
img[alt*="D＆I AWARD"] {
  height: calc(260 / 750 * 90vw);
}
img[alt*="J-Win"] {
  height: calc(245 / 750 * 90vw);
}

