@charset "UTF-8";

/*
	##### DNP RECRUITING #####
	/recruit/newgraduates/projects/css/project_sp.css
*/


/* --------------------------------------------------
PROJECT
-------------------------------------------------- */

.projects {
  overflow: hidden;
}

.mv-area {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding: calc(130 / 750 * 100vw) calc(25 / 750 * 100vw) 0;
  margin: 0 auto calc(98 / 750 * 100vw);

   & .topic-path {
    display: none;
   }

   & .main-ttl-set {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(624 / 750 * 100vw);
    position: relative;

   }

   & .image-box {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: calc(30 / 750 * 100vw);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;

    &::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .48);
      position: absolute;
      top: 0;
      left: 0;
    }
   }

   & .main-ttl {
    position: relative;
    z-index: +1;
    display: inline-block;
    padding-bottom: calc(30 / 750 * 100vw);
    padding-left: calc(30 / 750 * 100vw);
   }
   & .sub-ttl {
    width: calc(275 / 750 * 100vw);
    height: calc(197 / 750 * 100vw);
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: +1;
   }
}
.item-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: calc(154 / 750 * 100vw);
  min-height: calc(36 / 750 * 100vw);
  margin-bottom: calc(45 / 750 * 100vw);
  background-color: rgba(255, 255, 255, .6);
  border-radius: 100px;
  font-size: calc(18 / 750 * 100vw);
  font-weight: 500;
  letter-spacing: .08em;
  color: #000;
}
.item-ttl {
  font-feature-settings: "palt";
  font-size: calc(48 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: .1em;
  color: #fff;
  margin-bottom: calc(30 / 750 * 100vw);
}
.item-des {
  font-feature-settings: "palt";
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.6;
  letter-spacing: .04em;
  color: #fff;
  max-width: calc(397 / 750 * 100vw)
}

.sec-ttl {
  font-feature-settings: "palt";
  font-size: calc(46 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3478260869565217;
  text-align: center;
}
.lead {
  font-feature-settings: "palt";
  font-size: calc(26 / 750 * 100vw);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.1538461538461537;
}


.prologue-area {
  display: block;
  width: 100%;
  position: relative;

  & .ttl {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-width: calc(460 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    border-radius: 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
    font-feature-settings: "palt";
    text-align: right;
    color: #fff;
    padding-right: 1em;
    padding-left: calc(25 / 750 * 100vw);
    margin-bottom: calc(100 / 750 * 100vw);

    & .en {
      font-size: calc(30 / 750 * 100vw);
      font-weight: 400;
      letter-spacing: .08em;  
    }

    & .jp {
      font-size: calc(20 / 750 * 100vw);
      font-weight: 500;
      letter-spacing: .08em;

      &::before {
        content: '';
        display: inline-block;
        height: calc(2 / 750 * 100vw);
        width: calc(36 / 750 * 100vw);
        background-color: currentColor;
        vertical-align: middle;
        margin: 0 calc(13 / 750 * 100vw);
      }
    }

    &::before {
      content: '';
      display: inline-block;
      width: calc(8 / 750 * 100vw);
      height: calc(8 / 750 * 100vw);
      border-radius: 50%;
      background-color: currentColor;
      margin-top: 1.5%;
      margin-right: .5em;
    }
  }
  & .sec-ttl {
    margin-bottom: calc(100 / 750 * 100vw)
  }
  & .lead {
    width: 100%;
    max-width: calc(640 / 750 * 100vw);
    margin: 0 auto;
    text-align: justify;
  }

  & .bg-text {
    position: absolute;
    top: 0;
    right: calc(11 / 750 * 100vw);
    z-index: -1;
    font-size: calc(130 / 750 * 100vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    color: #f7f7fa;
    text-align: right;
  }
}


.profile-box {
  display: block;
  width: 100%;
  padding: calc(100 / 750 * 100vw) calc(90 / 750 * 100vw) calc(22 / 750 * 100vw);
  margin: calc(74 / 750 * 100vw) auto 0;
  background-image: linear-gradient(rgba(255, 255, 255, .09) calc(2 / 750 * 100vw), transparent 0), linear-gradient(90deg, rgba(255, 255, 255, .09) calc(2 / 750 * 100vw), transparent 0);
  background-position: center;
  background-size: calc(36 / 750 * 100vw) calc(36 / 750 * 100vw);
}


.profile-list {
  display: block;

  & li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: calc(78 / 750 * 100vw);
    position: relative;

    & .thumb {
      display: block;
      width: calc(400 / 750 * 100vw);
      height: calc(400 / 750 * 100vw);
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: calc(50 / 750 * 100vw);
    }
  }

  & b {
    font-feature-settings: "palt";
    font-size: calc(24 / 750 * 100vw);
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: calc(50 / 750 * 100vw);
    padding: 0 1em;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    top: calc(356 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: +1;
  }
  & dl {
    font-feature-settings: "palt";
    display: block;
    width: 100%;
    color: #fff;
  }
  & dt {
    text-align: center;
    letter-spacing: .06em;
    padding-top: 5px;

    & .dept {
      display: block;
      font-size: calc(24 / 750 * 100vw);
      margin-bottom: calc(42 / 750 * 100vw);
    }
    & .seg {
      display: block;
      font-size: calc(28 / 750 * 100vw);
      font-weight: 500;
      margin-bottom: calc(38 / 750 * 100vw);
    }
    & .name {
      display: block;
      font-size: calc(38 / 750 * 100vw);
      font-weight: 500;
      margin-bottom: calc(64 / 750 * 100vw);
    }
  }
  & dd {
    font-size: calc(24 / 750 * 100vw);
    font-weight: 500;
    line-height: 2;
    letter-spacing: .08em;
    text-align: justify;
  }
}

.seg-01 .profile-list b {
  color: var(--pro-color1);
}

.seg-01 .prologue-area .ttl,
.seg-01 .prologue-area .profile-box {
  background-color: var(--pro-color1);
}
.seg-01 .panelist-1::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-1-1.jpg)
}
.seg-01 .panelist-2::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-1-2.jpg)
}
.seg-01 .panelist-3::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-1-3.jpg)
}
.seg-01 .panelist-4::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-1-4.jpg)
}
.seg-01 .panelist-5::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-1-5.jpg)
}
.seg-02 .prologue-area .ttl,
.seg-02 .prologue-area .profile-box {
  background-color: var(--pro-color2);
}
.seg-02 .panelist-1::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-2-1.jpg)
}
.seg-02 .panelist-2::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-2-2.jpg)
}
.seg-03 .prologue-area .ttl,
.seg-03 .prologue-area .profile-box {
  background-color: var(--pro-color3);
}
.seg-03 .panelist-1::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-3-1.jpg)
}
.seg-03 .panelist-2::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-3-2.jpg)
}
.seg-04 .prologue-area .ttl,
.seg-04 .prologue-area .profile-box {
  background-color: var(--pro-color4);
}
.seg-04 .panelist-1::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-4-1.jpg)
}
.seg-04 .panelist-2::after {
  background-image: url(/recruit/newgraduates/projects/images/thmb-pr-4-2.jpg)
}








.discussion-area {
  width: 100%;
  padding: calc(84 / 750 * 100vw) 0 0 calc(55 / 750 * 100vw);
  background-color: var(--color3);

  & .inner {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: calc(60 / 750 * 100vw) 0 0 0;
  }
  & .sec-ttl {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.5238095238095237;
    text-align: left;
    padding: 0 calc(55 / 750 * 100vw);
  }
}


.discussion-block {
  font-feature-settings: "palt";

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

  & .sub-ttl {
    font-size: calc(34 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.5294117647058822;
    margin-bottom: calc(60 / 750 * 100vw);
    padding: 0 calc(55 / 750 * 100vw);
  }
  & b.sub-ttl {
    display: block;
  }

  & .txt-block {
    width: 100%;
    padding: 0 calc(55 / 750 * 100vw) 0 calc(24 / 750 * 100vw);

    & + & {
      margin-top: 2em;
    }

    & dl {
      display: flex;
      flex-wrap: nowrap;
      column-gap: calc(24 / 750 * 100vw);

      & dt {
        display: flex;
        flex-direction: column;
        flex: 0 0 calc(80 / 750 * 100vw);
        padding-top: calc(90 / 750 * 100vw);
        font-size: calc(20 / 750 * 100vw);
        letter-spacing: .12em;
        text-align: center;
        margin-top: .75em;
        position: relative;

        &::after {
          content: '';
          display: block;
          width: calc(80 / 750 * 100vw);
          height: calc(80 / 750 * 100vw);
          border-radius: 50%;
          overflow: hidden;
          position: absolute;
          top: 0;
          left: 0;
          background-position: center top;
          background-repeat: no-repeat;
          background-size: cover;
        }
      }
      & dd {
        font-size: calc(28 / 750 * 100vw);
        line-height: 2.0714285714285716;
        letter-spacing: .1em;
        text-align: justify;

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


.img-box.mask-1 {
  -webkit-mask: url(/recruit/newgraduates/projects/images/mask-1_sp.svg) no-repeat center / 100% 100%;
  mask: url(/recruit/newgraduates/projects/images/mask-1_sp.svg) no-repeat center / 100% 100%
}
.img-box.mask-3 {
  -webkit-mask: url(/recruit/newgraduates/projects/images/mask-3_sp.svg) no-repeat center / 100% 100%;
  mask: url(/recruit/newgraduates/projects/images/mask-3_sp.svg) no-repeat center / 100% 100%
}
.img-box.mask-4 {
  -webkit-mask: url(/recruit/newgraduates/projects/images/mask-4_sp.svg) no-repeat center / 100% 100%;
  mask: url(/recruit/newgraduates/projects/images/mask-4_sp.svg) no-repeat center / 100% 100%;
  background-color: #fff
}



.sec-01 {
  display: block;
  width: 100%;
  padding-top: calc(150 / 750 * 100vw);

  & .sec-ttl {
    margin-bottom: calc(68 / 750 * 100vw);
  }
  & .img-box.mask-1 + .discussion-block {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.sec-01 .inter-sec {
  margin-top: calc(60 / 750 * 100vw);
  padding: 0 calc(55 / 750 * 100vw);

  & .img-box {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc(30 / 750 * 100vw);
    overflow: hidden;

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

.sec-02 {
  padding-top: calc(173 / 750 * 100vw);

  & .sec-ttl {
    margin-bottom: calc(54 / 750 * 100vw);
  }
}

.sec-03 {
  padding-top: calc(140 / 750 * 100vw);
  padding-bottom: calc(168 / 750 * 100vw);

  & .sec-ttl {
    margin-bottom: calc(68 / 750 * 100vw);
  }

  & .img-box.mask-3 + .discussion-block {
    margin-top: calc(50 / 750 * 100vw);
  }
}


.discussion-area + .inter-sec {
  width: 100%;
  height: calc(540 / 750 * 100vw);
  background-color: var(--color3);
  position: relative;

  & .img-box {
    margin-top: calc(-100 / 750 * 100vw);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}


.other-project {
  display: block;
  width: 100%;
  padding-top: calc(20 / 750 * 100vw);
  margin-bottom: calc(200 / 750 * 100vw);
  overflow: hidden;
  background-color: var(--color3);

  & hgroup {
    text-align: center;
    margin-bottom: calc(80 / 750 * 100vw);

    & p {
      font-size: calc(42 / 750 * 100vw);
      font-weight: 700;
      letter-spacing: .08em;
    }
  }
  & h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(220 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
    border-radius: 100px;
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: .08em;
    line-height: calc(34 / 750 * 100vw);
    color: #fff;
    margin-bottom: calc(38 / 750 * 100vw);

    &::before {
      content: '';
      display: inline-block;
      width: calc(6 / 750 * 100vw);
      height: calc(6 / 750 * 100vw);
      border-radius: 50%;
      background-color: currentColor;
      margin-right: .35em;
    }
  }
}

.project-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  padding: 0 calc(55 / 750 * 100vw);
  margin: 0 auto calc(150 / 750 * 100vw);
  column-gap: calc(32 / 750 * 100vw);
  row-gap: calc(32 / 750 * 100vw);
}
.project-card {
  display: block;
  height: calc(380 / 750 * 100vw);
  font-feature-settings: "palt";
  border-radius: calc(30 / 750 * 100vw);
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, .09) calc(2 / 750 * 100vw), transparent 0), linear-gradient(90deg, rgba(255, 255, 255, .09) calc(2 / 750 * 100vw), transparent 0);
  background-position: center;
  background-size: calc(36 / 750 * 100vw) calc(36 / 750 * 100vw);
  position: relative;

  & .img-box {
    display: block;
    width: 100%;
    height: 47.368%;
  }
  & a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: calc(205 / 750 * 100vw) .5em 0 .75em;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;

    &.current {
      pointer-events: none;
      background-color: rgba(255, 255, 255, .4);
    }

    & .num {
      display: inline-block;
      font-family: "Inter", sans-serif;
      font-size: calc(30 / 750 * 100vw);
      font-weight: 500;
      margin-bottom: calc(20 / 750 * 100vw);

      &::before {
        content: '#';
        font-size: 65%;
        vertical-align: top;
      }
    }
    & .project-ttl {
      font-size: calc(24 / 750 * 100vw);
      font-weight: 700;
      letter-spacing: .08em;
      line-height: 1.4166666666666667;
    }
  }
}

.and-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(380 / 750 * 100vw);
  border-radius: calc(30 / 750 * 100vw);
  border: solid calc(2 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: .08em;
}
.seg-01 .and-more {
  color: var(--pro-color1);
  border-color: var(--pro-color1);
}
.seg-02 .and-more {
  color: var(--pro-color2);
  border-color: var(--pro-color2);
}
.seg-03 .and-more {
  color: var(--pro-color3);
  border-color: var(--pro-color3);
}
.seg-04 .and-more {
  color: var(--pro-color4);
  border-color: var(--pro-color4);
}

.seg-01 .other-project h3,
.seg-01 .other-project .project-card {
  background-color: var(--pro-color1);
}
.seg-02 .other-project h3,
.seg-02 .other-project .project-card {
  background-color: var(--pro-color2);
}
.seg-03 .other-project h3,
.seg-03 .other-project .project-card {
  background-color: var(--pro-color3);
}
.seg-04 .other-project h3,
.seg-04 .other-project .project-card {
  background-color: var(--pro-color4);
}
