@charset "UTF-8";

/*
	##### DNP RECRUITING #####
	/recruit/newgraduates/index/css/top_pc.css
*/

.first-view-area,
.second-view-area,
.third-view-area {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 1830px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.item {
  display: block;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.item a,
.item.no-link::before {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff
}
.item a:not([class]),
.item.no-link::before {
  background-color: rgba(0, 0, 0, .48);
}
.item.no-link::before {
  content: '';
  display: block;
  z-index: +1;
}
.item a::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
  background: no-repeat center center / contain;
  background-image: url(/recruit/newgraduates/shared/images/bttn-link_wht.svg);
  background-color: rgba(255, 255, 255, .2)
}
.item-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 99px;
  min-height: 26px;
  padding: .1em 1em .25em;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #000;
}
.item-ttl {
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.3888888888888888;
  letter-spacing: .1em;
  font-weight: 500;
}
.item-des {
  font-size: 12px;
  line-height: 1.6666666666666667;
  letter-spacing: .04em;
  font-feature-settings: "palt"
}
@media (1400px > width > 1280px) {
  .item-label {
    min-width: calc(99 / 1400 * 100vw);
    min-height: calc(26 / 1400 * 100vw);
    font-size: calc(13 / 1400 * 100vw);
  }
  .item-ttl {
    font-size: calc(18 / 1400 * 100vw);
  }
  .item-des {
    font-size: calc(12 / 1400 * 100vw);
  }
}
@media (1199px < width < 1281px) {
  .item-label {
    min-width: 70px;
    min-height: 18px;
    font-size: 9px;
  }
  .item-ttl {
    font-size: 16px;
    line-height: 1.375;
  }
  .item-des {
    font-size: 9px;
    line-height: 1.5555555555555556
  }
}


@media (min-width: 1200px) {
  .item a::after {
    width: 32px;
    height: 32px;
    right: 15px;
    bottom: 15px;
  }
  .main-ttl {
    display: block;
    width: 300px;
    height: 30px;
    overflow: visible;
    position: absolute;
    left: 15px;
    top: calc(100% - 176px);
    z-index: +1;

    & img {
      display: block;
      max-width: none;
      width: auto;
      height: 81px
    }
    & .ttl-line {
      position: absolute;
      height: 81px;
      display: block;
      padding-left: 15px;
    }
    & .line1 {
      top: 30px;
      width: 300px;
    }
    & .line2 {
      top: calc(30px + 81px);
      width: 390px;
    }
    & .line3 {
      top: calc(30px + 162px);
      width: 620px;
    }
  }
  .first-view-set {
    display: grid;
    width: 100%;
    height: 632px;
    grid-template-areas: "col1 col2" "col1 col3";
    grid-template-columns: 61.31387% auto;
    grid-template-rows: 53.93258% auto;
    gap: 15px;
    position: relative;
  }
  .item1 {
    grid-area: col1;
    border-radius: 0 30px 30px 30px;
    -webkit-mask: url(/recruit/newgraduates/index/images/mask-item1.svg) no-repeat left bottom / 1400px auto;
    mask: url(/recruit/newgraduates/index/images/mask-item1.svg) no-repeat left bottom / 1400px auto
  }
  .first-view-set::after {
    content: '';
    display: block;
    width: 350px;
    height: 92px;
    background: url(/recruit/newgraduates/shared/images/bg-logo.svg) no-repeat left top / contain;
    position: absolute;
    top: -.5px;
    left: -1px;
  }
  .item2 {
    grid-area: col2;
    border-radius: 30px 0 30px 30px;

    & img.img-fill {
      object-position: left center
    }
  }
  .item2::after {
    content: '';
    display: block;
    width: 200px;
    height: 275px;
    background: url(/recruit/newgraduates/index/images/bg-bttn-set.svg) no-repeat left top / contain;
    position: absolute;
    top: -.5px;
    right: -1px;
  }
  .item3 {
    grid-area: col3;
  }

  .item1 a {
    padding-top: 92px;
    padding-left: 30px;

    & .item-label {
    margin-bottom: 35px;
    }
    & .item-ttl {
      margin-bottom: 20px;
      font-weight: 700
    }
    & .item-des {
      width: 150px;
      text-align: justify
    }
  }
  .item2 a,
  .item3 a {
    justify-content: space-between;
    padding: 30px;
  }
  .item-ttl-2 {
    display: inline-block;
    & .en {
      font-size: 62px;
      font-weight: 700;
      letter-spacing: .02em;
    }
    & .jp {
      display: inline-block;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3888888888888888;
      letter-spacing: .1em;
      margin-left: .5em;
    }
  }
  .item-ttl-5 {
    display: inline-block;
    font-feature-settings: "palt";

    & .en {
      font-size: 44px;
      font-weight: 900;
      letter-spacing: .04em;
      line-height: 1;
    }
    & .pick-up.en {
      font-size: 11px;
      font-weight: 300;
      line-height: 2;

      &::before {
        content: '•';
        margin-right: .5em;
      }
    }
    & .jp {
      font-size: 17px;
      font-weight: 500;
      letter-spacing: .1em;
      line-height: 2;
    }
  }
}
.item6 a .item-ttl {
  font-size: 28px;
  line-height: 1.1071428571428572;

  @media (1400px > width > 1280px) {
    font-size: calc(28 / 1400 * 100vw)
  }
  @media (1199px < width < 1281px) {
    font-size: 25px;
  }
  @media (width < 1200px) {
    font-weight: 500;
    font-size: 46px;
    line-height: 1.2608695652173914;
  }
  @media (width < 1024px) {
    font-size: calc(46 / 1024 * 100vw)
  }
}
@media (1281px < width < 1400px) {
  .item-ttl-2 .en {
    font-size: calc(62 / 1400 * 100vw);
  }
  .item-ttl-2 .jp {
    font-size: calc(18 / 1400 * 100vw);
  }
  .item-ttl-5 .en {
    font-size: calc(44 / 1400 * 100vw);
  }
  .item-ttl-5 .jp {
    font-size: calc(17 / 1400 * 100vw);
  }
  .item-ttl-5 .pick-up.en {
    font-size: calc(11 / 1400 * 100vw);
  }
}
@media (1199px < width < 1281px) {
  .first-view-area,
  .second-view-area,
  .third-view-area {
    padding: 0 40px;
  }
  .item {
    border-radius: 20px;
  }
  .item1 {
    grid-area: col1;
    border-radius: 0 20px 20px 20px;
    -webkit-mask: url(/recruit/newgraduates/index/images/mask-item1_nt2.svg) no-repeat left bottom / 933px auto;
    mask: url(/recruit/newgraduates/index/images/mask-item1_nt2.svg) no-repeat left bottom / 933px auto
  }
  .first-view-set::after {
    content: '';
    display: block;
    width: 237px;
    height: 63px;
    background: url(/recruit/newgraduates/shared/images/bg-logo2.svg) no-repeat left top / contain;
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .item a::after {
    width: 22px;
    height: 22px;
  }
  .main-ttl {
    width: 197px;
    left: 40px;
    height: 196px;
    top: auto;
    bottom: 0;

    & img {
      height: 56px
    }
    & .ttl-line {
      height: 56px;
      padding-left: 10px;
    }
    & .line1 {
      top: 18px;
      width: 197px;
    }
    & .line2 {
      top: calc(18px + 56px);
      width: 252px;
    }
    & .line3 {
      top: calc(18px + 112px);
      width: 426px;
    }
  }
  .item2 {
    border-radius: 20px 0 20px 20px;
  }
  .item2::after {
    width: 138px;
    height: 188px;
    background: url(/recruit/newgraduates/index/images/bg-bttn-set2.svg) no-repeat left top / contain;
    position: absolute;
    top: -1px;
    right: -1px;
  }
  .item1 a {
    padding-top: 62px;
    padding-left: 30px;

    & .item-label {
    margin-bottom: 18px;
    }
    & .item-ttl {
      margin-bottom: 10px;
    }
    & .item-des {
      width: 158px;
    }
  }
  .item2 a {
    padding: 20px;
  }
  .item3 a {
    padding: 20px 20px 30px;

    & .item-ttl-2 {
      margin-left: 10px;
    }
  }
  .item-ttl-2 .en {
    font-size: 42px;
  }
  .item-ttl-2 .jp {
    font-size: 12px;
  }
}
@media (min-width: 1281px) and (orientation: landscape) {
  .main-ttl {
    top: calc(100vh - 270px - 182px);
  }
  .first-view-set {
    height: calc(100vh - 275px);
  }
}
@media (min-width: 1281px) and (orientation: landscape) and (height < 900px) {
  .main-ttl {
    top: auto;
    bottom: 20px;
    height: 273px;
  }
  .first-view-set {
    min-height: 605px;
  }
}
@media (1200px < width < 1281px) and (orientation: landscape) and (height < 900px) {
  .first-view-set {
    height: calc(100vh - 165px);
    min-height: 440px;
  }
}

@media (hover: hover) {
  .item a {
    transition: background-color .3s ease;

    &:hover {
      background-color: rgba(0, 0, 0, .25)
    }
  }
  .item a::after {
    transition: background-color .3s ease;
  }
  .item a:hover::after {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(/recruit/newgraduates/shared/images/bttn-link_blk.svg)
  }
  .item a.colored:hover {
    background-color: rgba(255, 255, 255, .2)
  }
  .item:not([class*="no-link"]) img {
    transform: scale(1);
    transition: transform .3s ease;
  }
  .item:not([class*="no-link"]):hover img {
    transform: scale(1.05)
  }
}


@media (min-width: 1200px) {
  .second-view-set {
    padding-top: 15px;
    display: grid;
    width: 100%;
    grid-template-areas: ". right1-1" "col4 right1-1" "left1-2 right2-2";
    grid-template-columns: 49.49% auto;
    grid-template-rows: 100px auto;
    gap: 15px;

    & .right-first-row {
      grid-area: right1-1;
      display: grid;
      width: 100%;
      grid-template-areas: "col5 col6 col6" "col5 col7 col8";
      grid-template-columns: auto 25.11% 25.11%;
      grid-template-rows: 38.095238095238095% auto;
      gap: 15px;
    }
  }
  .item4 {
    grid-area: col4;
    border-radius: 30px 30px 0 30px
  }
  .item5 {
    grid-area: col10
  }
  .item6 {
    grid-area: col6
  }
  .item7 {
    grid-area: col7;

    a {
      padding: 20px 0 20px 20px;
      row-gap: 15px;

      .item-ttl {
        font-size: 20px;
        line-height: 1.25;

        @media (1400px > width > 1280px) {
            font-size: calc(20 / 1400 * 100vw)
          }
        @media (1199px < width < 1281px) {
          font-size: 16px;
        }
      }
    }
  }
  .item8 {
    grid-area: col8;
    background-color: #448f7e
  }
  :is(.item4, .item5, .item6, .item10) a {
    justify-content: space-between;

    & {
      padding: 20px 20px 30px
    }
    & .item-des {
      margin-top: 20px;
      text-align: justify
    }
  }
  :is(.item4, .item5) a .item-ttl {
    font-weight: 700
  }
  .item4 a {
    padding: 30px
  }
  .item4 a .item-des {
    width: 250px;
  }
  .item4 a::after {
    bottom: calc(141 / 316 * 100%)
  }
  .item5 a .item-des {
    width: 190px;
  }
  .item8 a {
    justify-content: flex-end;
    /* align-items: center; */
    padding-bottom: 15px;
    padding-left: 23px;

    &::after {
      bottom: auto;
      top: 15px;
    }
  }
  .item-ttl-3 {
    display: inline-block;

    & .en {
      font-size: 54px;
      font-weight: 700;
      letter-spacing: .02em
    }
    & .jp {
      font-weight: 500;
      font-size: 18px
    }
  }
  .third-view-set {
    display: grid;
    width: 100%;
    grid-template-areas: ". right2-2";
    grid-template-columns: 49.49% auto;
    gap: 15px;

    & .right-second-row {
      grid-area: right2-2;
      display: grid;
      width: 100%;
      grid-template-areas: "col10 col11 col11" "col10 col12 col12" ". col12 col12";
      grid-template-columns: auto 25.11% 25.11%;
      grid-template-rows: 47.98% 9.745% auto;
      gap: 15px;
    }
  }

  .item10 {
    grid-area: col5
  }
  .item11 {
    grid-area: col11
  }
  .item12 {
    grid-area: col12;
    border-radius: 30px 30px 30px 0
  }
  .item11 a {
    justify-content: space-between;
    padding: 20px 20px 30px;

    & .obscure {
      align-self: flex-end
    }
    & .item-des {
      margin-top: 12px;
      text-align: justify;
      width: 210px;
    }
    &::after {
      right: auto
    }
  }
  .item12::after {
    content: '';
    display: block;
    width: 200px;
    height: 112px;
    background: url(/recruit/newgraduates/index/images/el-col12.svg) no-repeat left bottom / contain;
    position: absolute;
    left: -.5px;
    bottom: -1px;
    z-index: +1;
  }
}
.item10 a .item-ttl {
  font-size: 28px;
  line-height: 1.2142857142857142;
  padding-left: 10px;

  @media (1400px > width > 1280px) {
    font-size: calc(28 / 1400 * 100vw)
  }
  @media (1199px < width < 1281px) {
    font-size: 25px;
  }
  @media (width < 1200px) {
    font-size: 34px;
    font-weight: 500;
    padding-left: 0;
    line-height: 1.2352941176470589;
  }
  @media (width < 1024px) {
    font-size: calc(34 / 1024 * 100vw)
  }
}





.colored-plates {
  box-sizing: content-box;

  @media (min-width: 1200px) {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    width: calc(242 / 1400 * 100%);
    border-radius: 30px 0 0 0;
    top: calc(-141 / 1400 * 100vw);
    left: 49.49%;
    overflow: visible;
    transform: translateX(calc(-100% + 15px));
    z-index: +1;
  }
  @media (min-width: 1800px) {
    top: calc(-140px * 1800 / 1400);
  }
  @media (1199px < width < 1281px) {
    width: 205px;
    border-radius: 20px 0 0 0;
    top: calc((-141 / 1400 * 100vw) - 115px);
  }
  @media (min-width: 1800px) and (orientation: landscape) and (height < 900px) {
    top: calc(-230px * 1800 / 1400);
  }
  @media (1280px < width < 1800px) and (orientation: landscape) and (height < 900px) {
    top: calc((-141 / 1400 * 100vw) - 115px);
  }

  &::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -29px;
    right: 14px;
    background: url(/recruit/newgraduates/shared/images/rc-rb.svg) no-repeat right bottom / contain;

    @media (1199px < width < 1281px) {
      width: 20px;
      height: 20px;
      top: -19px;
    }
    @media (width < 1200px) {
      display: none;
    }
  }

  &::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/recruit/newgraduates/shared/images/rc-rb.svg) no-repeat right bottom / contain;
    position: absolute;
    top: calc(141 / 1400 * 100vw - 44px);
    left: -29px;

    @media (min-width: 1800px) {
      top: calc(141px * 1800 / 1400 - 45px);
    }
    @media  (1199px < width < 1281px) {
      width: 20px;
      height: 20px;
      position: absolute;
      top: calc(141 / 1400 * 100vw - 34px);
      left: -19px
    }
    @media (width < 1200px) {
      display: none;
    }
  }

  .item + .item {
    @media (min-width: 1200px) {
      margin-top: 15px;
    }
  }

  .item .obscure {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;

    @media (min-width: 1200px) {
      height: 200px;
    }
    @media  (1199px < width < 1281px) {
      border-radius: 20px;
      height: calc(170 / 1280 * 100vw);
    }
  }
  .item a {
    position: relative;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 30px;

    @media  (1199px < width < 1281px) {
      border-radius: 20px;
      padding: 20px;
    }

    &::after {
      bottom: 15px;
      right: 15px;
    }
    & .jp {
      font-size: 33px;
      line-height: 1.303030303030303;
      font-weight: 500;
      letter-spacing: .1em;

      @media  (1199px < width < 1281px) {
        font-size: 22.36px;
      }
      @media (width < 1200px) {
        font-size: calc(46 / 1200 *100vw);
      }
    }
    & .en {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: .08em;
      margin-top: 20px;

      @media  (1199px < width < 1281px) {
        font-size: 10.84px;
        margin-top: 10px;
      }
      @media (width < 1200px) {
        font-size: calc(18 / 1200 * 100vw);
      }
    }
  }
}
.item9 .obscure {
  background-color: #da679b;
}
.item13 .obscure {
    background-color: #e69844;
}

@media (min-width: 1281px) and (orientation: landscape) and (height < 900px) {
  .first-view-set {
    height: calc(100vh - 165px);

    & .item1 {
      -webkit-mas-imagek: url(/recruit/newgraduates/index/images/mask-item1_nt.svg);
      mask-image: url(/recruit/newgraduates/index/images/mask-item1_nt.svg);
    }
    & a .item-des {
      width: 300px;
    }
  }
  .second-view-set {
    padding-top: 15px;
    display: grid;
    width: 100%;
    grid-template-areas: "col4 right1-1" ". right1-1" "left1-2 right2-2";
    grid-template-columns: 49.49% auto;
    grid-template-rows: auto 100px;
    gap: 15px;
  }
}
@media  (1199px < width < 1281px) {
  .second-view-set {
    padding-top: 15px;
    display: grid;
    width: 100%;
    grid-template-areas: "col4 right1-1" ". right1-1" "left1-2 right2-2";
    grid-template-columns: 49.49% auto;
    grid-template-rows: auto 100px;
    gap: 15px;
  }
  .item4 {
    border-radius: 20px 20px 0 20px
  }
  .item4 a {
    padding: 20px 20px 30px;

    & .item-ttl,
    & .item-des {
      margin-left: 10px;
    }
  }
  .item5 a .item-ttl {
    margin-left: 10px;
  }
  .item5 a .item-des {
    margin-left: 10px;
    width: 119px;
  }
  .item-ttl-3 .en {
    font-size: 36.7px;
  }
  .item-ttl-3 .jp {
    font-size: 12.19px
  }
  .item8 a {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 23px 23px;
  }
  .item11 a .item-des {
    width: 152px;
  }
}

@media (width < 1200px) {

  .second-view-area,
  .third-view-area {
    padding: 0 25px;
  }
  .first-view-area {
    padding: 122px 25px 0;
  }

  .main-ttl {
    display: block;
    width: 324px;
    height: 28px;
    position: absolute;
    top: calc(713px - 304px + 122px);
    left: 25px;
    z-index: +1;

    & img {
      display: block;
      max-width: none;
      width: auto;
      height: 92px;
    }
    & .ttl-line {
      position: absolute;
      left: 0;
      height: 92px;
      display: block;
      padding-left: 30px;
    }
    & .line1 {
      top: 28px;
      width: 354px;
    }
    & .line2 {
      top: calc(28px + 92px);
      width: 444px;
    }
    & .line3 {
      top: calc(28px + 184px);
      width: 780px;
    }
  }
  .item a {
    justify-content: space-between;
    padding: 30px;
  }
  .item a::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }

  .first-view-set {
    display: grid;
    width: 100%;
    grid-template-areas: "col1 col1" "col2 col3";
    grid-template-columns: auto auto;
    grid-template-rows: 713px 456px;
    row-gap: 55px;
    column-gap: 20px;
  }
  .item1 {
    grid-area: col1;
    -webkit-mask: url(/recruit/newgraduates/index/images/mask-item1_tb.svg) no-repeat left bottom / 1200px auto;
    mask: url(/recruit/newgraduates/index/images/mask-item1_tb.svg) no-repeat left bottom / 1200px auto;
  }
  .item2 {
    grid-area: col2;
  }
  .item3 {
    grid-area: col3;
  }
  .item-label {
    min-width: 128px;
    min-height: 30px;
    font-size: 15px;
  }
  .item-ttl {
    font-size: 22px;
    line-height: 1.3636363636363635;
    font-weight: 700;
  }
  .item-des {
    font-size: 16px;
    line-height: 1.75;
  }
  .item1 a {
    justify-content: flex-start;
   
    & .item-label {
    margin-bottom: 35px;
    }
    & .item-ttl {
    margin-bottom: 20px;
    }
    & .item-des {
    width: 264px;
    text-align: justify
    }
  }
  .item-ttl-2 {
    display: inline-block;
    & .en {
      font-size: 62px;
      font-weight: 700;
      letter-spacing: .02em;
    }
    & .jp {
      display: block;
      font-size: 22px;
      font-weight: 500;
      line-height: 1.2727272727272727;
      letter-spacing: .1em;
      margin-top: .25em;
    }
  }
  .item-ttl-5 {
    display: inline-block;
    font-feature-settings: "palt";

    & .en {
      font-size: 44px;
      font-weight: 900;
      letter-spacing: .04em;
      line-height: 1;
    }
    & .pick-up.en {
      font-size: 11px;
      font-weight: 300;
      line-height: 2;

      &::before {
        content: '•';
        margin-right: .5em;
      }
    }
    & .jp {
      font-size: 17px;
      font-weight: 500;
      letter-spacing: .1em;
      line-height: 2;
    }
  }
}
@media (width < 1024px) {
  .main-ttl {
    width: calc(324 / 1024 * 100vw);
    height: calc(28 / 1024 * 100vw);
    top: calc(123px + ((713 - 304) / 1024 * 100vw));

    & img {
      height: calc(92 / 1024 * 100vw);
    }
    & .ttl-line {
      height: calc(92 / 1024 * 100vw);
      padding-left: calc(30 / 1024 * 100vw)
    }
    & .line1 {
      top: calc(28 / 1024 * 100vw);
      width: calc(354 / 1024 * 100vw);
    }
    & .line2 {
      top: calc(120 / 1024 * 100vw);
      width: calc(444 / 1024 * 100vw);
    }
    & .line3 {
      top: calc(212 / 1024 * 100vw);
      width: calc(780 / 1024 * 100vw);
    }
  }
  .first-view-set {
    grid-template-rows: calc(713 / 1024 * 100vw) calc(456 / 1024 * 100vw);
    row-gap: calc(55 / 1024 * 100vw);
    column-gap: calc(20 / 1024 * 100vw);
  }
  .item a {
    padding: calc(30 / 1024 * 100vw);
  }
  .item-ttl-2 {
    display: inline-block;
    & .en {
      font-size: calc(62 / 1024 * 100vw);
    }
    & .jp {
      font-size: calc(22 / 1024 * 100vw);
    }
  }
  .item1 {
    -webkit-mask-size: calc(1200 / 1024 * 100vw);
    mask-size: calc(1200 / 1024 * 100vw) auto;
  }
  .item-ttl-5 {
    display: inline-block;

    & .en {
      font-size: calc(50 / 1024 * 100vw);
    }
    & .pick-up.en {
      font-size: calc(14 / 1024 * 100vw);
    }
    & .jp {
      font-size: calc(20 / 1024 * 100vw);
    }
  }
}

@media (width < 1200px) {
  .second-view-set {
    margin-top: 20px;
    display: grid;
    width: 100%;
    grid-template-areas:
      "col5 col6 col6"
      "col8 col8 col7"
      "col4 col4 .";
    grid-template-columns: 31.9644% 31.9644% 31.9644%;
    grid-template-rows: 456px 320px 320px;
    gap: 20px;

    & .right-first-row {
      display: contents
    }
  }
  .item4 {
    grid-area: col4;
  }
  .item5 {
    grid-area: col10
  }
  .item6 {
    grid-area: col6
  }
  .item7 {
    grid-area: col8;

    a {
      justify-content: flex-start;
      row-gap: 30px;

      .item-ttl {
        font-size: 34px;

        @media (width < 1024px) {
          font-size: calc(34 / 1024 * 100vw)
        }
      }
    }
  }
  .item8 {
    grid-area: col7;
    background-color: #448f7e
  }
  .item4 a .item-des {
    width: 70%;
    margin-top: 20px
  }
  .item5 a {
    justify-content: flex-start;

    & .item-label {
    margin-bottom: 35px;
    }
    & .item-ttl {
    margin-bottom: 20px;
    letter-spacing: 0;
    }
    & .item-des {
    text-align: justify
    }
  }
  .item8 a {
    justify-content: flex-end;

    &::after {
      bottom: auto;
      top: 20px;
    }
  }
  .item-ttl-3 {
    display: inline-block;

    & .en {
      font-size: 88px;
      font-weight: 700;
      letter-spacing: .02em
    }
    & .jp {
      font-weight: 700;
      font-size: 22px
    }
  }
  .third-view-area {
    margin-top: 20px;
    display: grid;
    width: 100%;
    grid-template-areas: 
      "col13 col10 col11"
      "col12 col12 col12";
    grid-template-columns: 31.9644% 31.9644% 31.9644%;
    grid-template-rows: 456px 320px;
    gap: 20px;
    position: relative;

    & .colored-plates,
    & .third-view-set,
    & .right-second-row {
      display: contents
    }
  }
  .item10 {
    grid-area: col5;

    & a {
      justify-content: flex-start
    }
    & .item-ttl {
      margin-top: 30px;
    }
  }
  .item11 {
    grid-area: col11;
    
    & a {
      justify-content: flex-start
    }
    & .obscure {
      margin-top: 35px
    }
    & .item-des {
      margin-top: 12px;
      text-align: justify;
    }
  }
  .item12 {
    grid-area: col12
  }
  .item13 {
    grid-area: col13
  }
  .item9 {
    position: absolute;
    left: calc(25px + (((100vw - 50px) * .639288)) + 40px);
    top: -340px;
    width: calc((100vw - 50px) * .319644);
    height: 320px;
  }
}
@media (width < 1024px) {
  .second-view-set {
    grid-template-rows: calc(456 / 1024 * 100vw) calc(320 / 1024 * 100vw) calc(320 / 1024 * 100vw);
  }
  .third-view-area {
    grid-template-rows: calc(456 / 1024 * 100vw) calc(320 / 1024 * 100vw);
  }
  .item-des {
    font-size: calc(16 / 1024 * 100vw);
  }
  .item-ttl-3 .en {
    font-size: calc(88 / 1024 * 100vw)
  }
  .item9 {
    height: calc(320 / 1024 * 100vw);
    top: calc((-320 / 1024 * 100vw) - 20px);
  }
}


.first-sec-end {
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(1160 var(--w-formulae));
  margin: -208px auto 0;
  padding-bottom: calc(200 var(--w-formulae));

  & .lead-block {
    display: contents;
  }
  & .lead {
  font-size: calc(34 var(--w-formulae));
  font-feature-settings: "palt";
  line-height: 2.588235294117647;
  letter-spacing: .15em;

    & p + p {
      margin-top: 1.25em;
    }
  }
  & .lead-2 {
    font-feature-settings: "palt";
    font-size: calc(42 var(--w-formulae));
    line-height: 2.0952380952380953;
    letter-spacing: .15em;
    margin-top: calc(120 var(--w-formulae));
  }
  & .ornament-img {
    display: contents;
    
    & img {
      position: absolute;
    }
  }
}

.ornament-img .img-1 {
  display: block;
  width: calc(204 var(--w-formulae));
  height: calc(134 var(--w-formulae));
  border-radius: calc(30 var(--w-formulae));
  right: calc(167 var(--w-formulae));
  top: calc(494 var(--w-formulae))
}
.ornament-img .img-2 {
  display: block;
  width: calc(120 var(--w-formulae));
  height: calc(80 var(--w-formulae));
  border-radius: calc(20 var(--w-formulae));
  right: 0;
  top: calc(731 var(--w-formulae))
}
.ornament-img .img-3 {
  display: block;
  width: calc(250 var(--w-formulae));
  height: calc(166 var(--w-formulae));
  border-radius: calc(20 var(--w-formulae));
  right: calc(68 var(--w-formulae));
  top: calc(1071 var(--w-formulae))
}

.first-sec-footer {
  display: block;
  width: 100%;
  padding-bottom: 142px;
  overflow: hidden;
  background: url(/recruit/newgraduates/index/images/bg-1st-end_pc.svg) no-repeat right bottom / 489px 166px;

  & .scroll-txt {
    display: inline-block;
    width: auto;
    font-size: calc(180 var(--w-formulae));
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    color: var(--color3);
    white-space: nowrap;
    padding-left: calc(108 var(--w-formulae));

    & span + span {
      margin-left: calc((108 var(--w-formulae)) - .5em);
    }
  }
}

@media (width < 1200px) {
  .first-sec-end {
    padding: 0 25px;
    margin: calc(128 / 1200 * 100vw) auto 0;
    padding-bottom: calc(200 / 1200 * 100vw);
  }
  .ornament-img .img-1 {
    right: calc(146 / 1200 * 100vw);
    top: calc(295 / 1200 * 100vw)
  }
  .ornament-img .img-2 {
    right: calc(35 / 1200 * 100vw);
    top: calc(531 / 1200 * 100vw)
  }
  .ornament-img .img-3 {
    right: calc(45 / 1200 * 100vw);
    top: calc(1054 / 1200 * 100vw);
  }
  .first-sec-end .lead {
    font-size: calc(34 / 1200 * 100vw);
    letter-spacing: .1em;
  }
  .first-sec-end .lead-2 {
    font-size: calc(42 / 1200 * 100vw);
    letter-spacing: .1em;
  }
}





.sec .ttl-set .item-label {
  min-width: calc(150 var(--w-formulae));
  min-height: calc(36 var(--w-formulae));
  background-color: rgba(255, 255, 255, 1);
  font-size: calc(14 var(--w-formulae));
}
.sec .ttl-set .lead {
  font-size: calc(15 var(--w-formulae));
  line-height: 2;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}

.second-sec {
  padding-bottom: 162px;
  width: calc(100vw - 42px);
  margin-left: 40px;
  background: url(/recruit/newgraduates/index/images/bg-2nd-end_pc.svg) no-repeat right bottom / auto 162px;
  overflow: hidden;

  @media (width < 1200px) {
    width: calc(100vw - 25px);
    margin-left: 25px;
  }

  & .inner {
    background-color: var(--color3);
    border-radius: 30px 0 0 30px;
    padding: calc(150 var(--w-formulae)) calc(40 var(--w-formulae)) calc(234 var(--w-formulae));

    @media (width < 1200px) {
      padding: calc(150 / 1200 * 100vw) calc(35 / 1200 * 100vw) calc(234 / 1200 * 100vw);
    }
  }

  & .about-set {
    width: 100%;
    max-width: calc(1240 var(--w-formulae));
    margin: 0 auto;
    background-image: url(/recruit/newgraduates/index/images/txt-about.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: calc(527 var(--w-formulae)) calc(136 var(--w-formulae));

    & .ttl-set {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      padding: calc(58 var(--w-formulae)) calc(75 var(--w-formulae)) 0;

      @media (width < 1200px) {
        padding: 58px calc(75 / 1200 * 100vw) 0;
      }

      & .lead-block {
        margin-top: calc(46 var(--w-formulae));
      }
      & .img-ttl-txt {
        margin-top: calc(12 var(--w-formulae));
        height: calc(76 var(--w-formulae));
        padding-left: calc(5 var(--w-formulae));
      }
    }
    & .bttn-set {
      display: flex;
      justify-content: space-between;
      column-gap: 16px;
      position: relative;
      width: 100%;
      padding-left: calc(43 var(--w-formulae));

      @media (width < 1200px) {
        padding-left: calc(43 / 1200 * 100vw)
      }

      & .bttn-text {
        width: 100%;
        max-width: calc(470 var(--w-formulae));
        position: relative;
        margin-top: calc(147 var(--w-formulae));
        min-height: calc(117 var(--w-formulae));

        & a {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: 100%;
          height: 100%;
          padding-bottom: calc(20 var(--w-formulae));
          padding-left: calc(32 var(--w-formulae));
          border-bottom: solid 1px #dad9d6;

          @media (width < 1200px) {
            padding-left: calc(32 / 1200 * 100vw);
          }

          & .en {
            font-size: calc(16 var(--w-formulae));
            letter-spacing: .08em;
            color: #959491;
          }
          &::after {
            content: '';
            display: block;
            width: calc(38 var(--w-formulae));
            height: calc(38 var(--w-formulae));
            border-radius: 50%;
            position: absolute;
            right: calc(15 var(--w-formulae));
            bottom: calc(12 var(--w-formulae));
            background: no-repeat center center / contain;
            background-image: url(/recruit/newgraduates/shared/images/bttn-link_blk.svg);
            background-color: #fff
          }
        }
      }
      & .ttl {
        font-size: calc(26 var(--w-formulae));
        font-weight: 500;
        font-feature-settings: "palt";
        letter-spacing: .1em;
        line-height: 1.3461538461538463;

        & .roman {
          letter-spacing: .04em;
        }
        & .ttl-add {
          display: block;
          font-size: 80%;

          &::before {
            display: inline-block;
            content: "―";
            margin: 0 .3em;
            transform: scaleX(1.6)
          }
        }
      }
    }
    & .left-image {
      display: block;
      flex: 0 1 calc(650 var(--w-formulae));
      position: relative;

      & a {
        display: block;
        width: 100%;
        height: calc(482 var(--w-formulae));
        position: absolute;
        right: 0;
        bottom: 0;
      }

      & .img-box {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        overflow: hidden;
      }
    }
  }
}

@media (hover: hover) {
  .about-set a {
    color: #000
  }
  .about-set a .img-box img {
    transition: transform .3s ease;
    transform: scale(1)
  }
  .about-set .bttn-text:hover + div a .img-box img,
  .about-set a:hover .img-box img {
    transform: scale(1.065)
  }
  .second-sec .about-set .bttn-set .bttn-text a::after {
    transition: background-color .3s ease
  }
  .second-sec .about-set .bttn-set .bttn-text:has(+.left-image:hover) a::after,
  .second-sec .about-set .bttn-set .bttn-text a:hover::after {
    background-image: url(/recruit/newgraduates/shared/images/bttn-link_wht.svg);
    background-color: #000
  }

}




.third-sec {
  background-color: var(--color3);

  & .inner {
    display: block;
    width: calc(100vw - 40px);
    border-radius: 0 30px 30px 0;
    padding: calc(190 var(--w-formulae)) 0 calc(180 var(--w-formulae));
    background-color: #fff;
    position: relative;
    overflow: hidden;

    @media (width < 1200px) {
      width: calc(100vw - 25px);
    }

    &::after {
      content: '';
      display: block;
      width: 225px;
      height: 231px;
      background: url(/recruit/newgraduates/index/images/bg-3rd-end_pc.svg) no-repeat left bottom / cover;
      position: absolute;
      left: 0;
      bottom: 0
    }
  }
  & .slide-area {
    display: block;
    width: 100%;
    height: calc(780 var(--w-formulae));
    position: relative;
  }
  & .corner-ttl-area {
    display: block;
    width: 100%;
    height: calc(133 var(--w-formulae));
    max-width: calc(1358 var(--w-formulae));
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
    background: url(/recruit/newgraduates/index/images/txt-business.svg) no-repeat left calc(111 var(--w-formulae)) top 0 / calc(720 var(--w-formulae)) calc(133 var(--w-formulae));

    & .corner-ttl-plate {
      position: absolute;
      top: calc(95 var(--w-formulae));
      left: calc(42 var(--w-formulae));
      display: block;
      width: calc(480 var(--w-formulae));
      min-height: calc(590 var(--w-formulae));
      background-color: var(--color3);
      padding: calc(89 var(--w-formulae)) calc(60 var(--w-formulae)) calc(73 var(--w-formulae));
      border-radius: calc(30 var(--w-formulae));

      @media (width < 1200px) {
        left: 25px
      }

      & .item-label {
        margin-bottom: calc(20 var(--w-formulae));
      }
      & .img-ttl-txt {
        display: block;
        width: calc(377 var(--w-formulae));
        margin-left: calc(-25 var(--w-formulae));
      }
      & .lead-block {
        margin-top: calc(42 var(--w-formulae));
        margin-bottom: calc(63 var(--w-formulae));
        --el-index: 5;

        & .lead {
          font-size: calc(15 var(--w-formulae));
          line-height: 2;
          letter-spacing: .095em;
          font-feature-settings: "palt";
          text-align: justify;
        }
      }
      & .bttn.more {
        --el-index: 5;
      }
    }
  }
}
.bttn.more {
  display: block;
  width: calc(260 var(--w-formulae));
  height: calc(60 var(--w-formulae));
  border-radius: 100px;
  background-color: #fff;
  overflow: hidden;
  position: relative;

  &::after {
    content: '';
    display: block;
    width: calc(8 var(--w-formulae));
    height: calc(15 var(--w-formulae));
    background: url(/recruit/newgraduates/shared/images/arrw-r-blk.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    right: calc(26 var(--w-formulae));
    transform: translateY(-50%);
  }
  & a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: calc(16 var(--w-formulae));
  }
}

@media (hover: hover) {
  .bttn.more {
    transition: background-color .3s ease;

    & a {
      color: currentColor;
      transition: color .3s ease
    }
    &:hover {
      background-color: #000;

      &::after {
        background-image: url(/recruit/newgraduates/shared/images/arrw-r-wht.svg);
      }
      & a {
        color: #fff
      }
    }
  }
}
.swiper-wrapper {
  transition-timing-function: linear;
  z-index: 0;
}

.slide-cut {
  display: block;
  width: calc(520 var(--w-formulae));
  height: calc(780 var(--w-formulae));
  margin-right: calc(15 var(--w-formulae));
  position: relative;
  border-radius: calc(30 var(--w-formulae));
  overflow: hidden;

  & .label {
    display: block;
    width: 100%;
    height: 100%;
    padding: calc(640 var(--w-formulae)) calc(32 var(--w-formulae)) 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .48);
    color: #fff;
    font-size: calc(26 var(--w-formulae));
    line-height: 1.3461538461538463;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    text-shadow: 0 0 5px rgba(0, 0, 0, .3)
  }
}


.fourth-sec {
  background-color: var(--color3);
  padding-top: calc(160 var(--w-formulae));
  padding-bottom: calc(188 var(--w-formulae));
  
  & .ttl-set {
    text-align: center;
    padding-top: calc(58 var(--w-formulae));
    padding-bottom: calc(76 var(--w-formulae));
    background: url(/recruit/newgraduates/index/images/txt-project.svg) no-repeat center top / calc(584 var(--w-formulae)) auto;

    & .item-label {
      margin-bottom: calc(20 var(--w-formulae));
    }
    & .img-ttl-txt {
      height: calc(76 var(--w-formulae));
      margin-bottom: calc(48 var(--w-formulae));
    }
    & .lead-block {
      --el-index: 5;
    }
  }
}
.projects-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: calc(1396 var(--w-formulae));
  padding: 0 calc(40 var(--w-formulae));
  margin: 0 auto;
  
  & .cols {
    width: 100%;
    column-gap: calc(15 var(--w-formulae));
  }

  & .row-2 {
    width: 100%;
    margin-top: calc(15 var(--w-formulae));
    height: calc(470 var(--w-formulae));
    column-gap: 0;
  }

  & .inner {
    border-radius: 30px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  & a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: calc(50 var(--w-formulae)) calc(40 var(--w-formulae)) calc(38 var(--w-formulae));
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .48);
    font-feature-settings: "palt";

      &::after {
      content: '';
      display: block;
      width: calc(40 var(--w-formulae));
      height: calc(40 var(--w-formulae));
      border-radius: 50%;
      position: absolute;
      right: calc(15 var(--w-formulae));
      bottom: calc(15 var(--w-formulae));
      border: 1px solid #fff;
      background: no-repeat center center / contain;
      background-image: url(/recruit/newgraduates/shared/images/bttn-link_wht.svg);
      background-color: rgba(255, 255, 255, .2)
    }
  }
  & .prjct-num {
    font-family: 'Inter', sans-serif;
    font-size: calc(100 var(--w-formulae));
    font-weight: 500;
    letter-spacing: .01em;
    position: relative;

      &::before {
      content: '';
      display: inline-block;
      margin-top: calc(12 var(--w-formulae));
      width: .5em;
      height: .5em;
      vertical-align: top;
      background: url(/recruit/newgraduates/index/images/symbol-hash.svg) no-repeat center top / contain;
    }
  }
  & .prjct-ttl {
    font-size: calc(38 var(--w-formulae));
    font-weight: 700;
    line-height: 1.368421052631579;
    letter-spacing: .01em;
    margin-bottom: calc(22 var(--w-formulae));
  }
  & .prjct-des {
    font-size: calc(14 var(--w-formulae));
    line-height: 1.7142857142857142;
    letter-spacing: .1em;
    --el-index: 3;
  }
}
  .prjct-1 {
    display: block;
    flex: 0 1 calc(683 / 1316 * 100%);
    height: calc(500 var(--w-formulae));
    position: relative;
    
    & .prjct-des {
      max-width: calc(510 var(--w-formulae));
    }
  }
  .prjct-2 {
    position: relative;
    margin-top: calc(170 var(--w-formulae));
    display: block;
    flex: 0 1 calc(618 / 1316 * 100%);
    height: calc(580 var(--w-formulae));
    -webkit-mask: url(/recruit/newgraduates/index/images/mask-project-2.svg) no-repeat left top / auto 100%;
    mask: url(/recruit/newgraduates/index/images/mask-project-2.svg) no-repeat left top / auto 100%;

    & a {
      padding-left: calc(130 var(--w-formulae));
    }
    & .prjct-des {
      max-width: calc(380 var(--w-formulae));
    }
  }
  .prjct-3 {
    flex: 0 1 50%;
    position: relative;

    & .inner {
      position: absolute;
      right: calc(-115 var(--w-formulae));
      top: calc(-250 var(--w-formulae));
      display: block;
      width: calc(100% + calc(115 var(--w-formulae)));
      height: calc(500 var(--w-formulae));
      -webkit-mask: url(/recruit/newgraduates/index/images/mask-project-3.svg) no-repeat right top / auto 100%;
      mask: url(/recruit/newgraduates/index/images/mask-project-3.svg) no-repeat right top / auto 100%;
      z-index: +1;
    }
    & .prjct-des {
      max-width: calc(463 var(--w-formulae));
    }
    & a::after {
      bottom: calc(135 var(--w-formulae));
    }
  }
  .prjct-4 {
    flex: 0 1 50%;
    position: relative;

    & .inner {
      position: absolute;
      left: calc(-100 var(--w-formulae));
      display: block;
      width: calc(100% + calc(100 var(--w-formulae)));
      height: calc(470 var(--w-formulae));
      -webkit-mask: url(/recruit/newgraduates/index/images/mask-project-4.svg) no-repeat left top / auto 100%;
      mask: url(/recruit/newgraduates/index/images/mask-project-4.svg) no-repeat left top / auto 100%
    }
    & .prjct-num {
      padding-left: calc(230 var(--w-formulae));
    }
    & .prjct-des {
      max-width: calc(577 var(--w-formulae));
    }
  }
@media (hover: hover) {
  .project-palate a {
    transition: background-color .3s ease;
    &:hover {
      background-color: rgba(0, 0, 0, .25)
    }
  }
  .project-palate a::after {
    transition: background-color .3s ease;
  }
  .project-palate a:hover::after {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(/recruit/newgraduates/shared/images/bttn-link_blk.svg)
  }
  .project-palate .inner img {
    transform: scale(1);
    transition: transform .3s ease;
  }
  .project-palate .inner:hover img {
    transform: scale(1.14)
  }
}

@media (width < 1200px) {
  .projects-area {
    padding: 0 25px;
  }
  .projects-area .cols {
    column-gap: 20px;
  }
  .projects-area .row-2 {
      margin-top: 20px;
      height: auto;
      column-gap: 20px;
  }
  .projects-area a {
      padding: 30px;

    & .prjct-ttl {
      font-size: 26px;
      line-height: 1.3846153846153846;
      margin-bottom: 12px;
    }
    & .prjct-des {
      max-width: calc(360 / 477 * 100%);
    }
  }
  .project-palate {
    height: 500px;
    -webkit-mask: none;
    mask: none;
    border-radius: 30px;
    overflow: hidden;

    & .inner {
      position: static;
      -webkit-mask: none;
      mask: none;
      width: 100%;
      height: 100%;
    }
  }
  .prjct-1,
  .prjct-2,
  .prjct-3,
  .prjct-4 {
    flex: 1 1 calc((100% - 20px) / 2);
    margin: 0;
  }
  .prjct-3 a::after {
    bottom: calc(15 var(--w-formulae));
  }
  .prjct-4 .prjct-num {
    padding-left: 0;
  }
}


.fifth-sec {
  display: block;
  width: 100%;
  height: calc(850 var(--w-formulae));
  background-color: #0a437b;

  & .interview-area {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: calc(1160 var(--w-formulae));
    margin: 0 auto;
    position: relative;

    & .ttl-area {
      flex: 0 1 50%;
      padding: calc(140 var(--w-formulae)) 0 0 calc(30 var(--w-formulae));
      background: url(/recruit/newgraduates/index/images/txt-people.svg) no-repeat left calc(120 var(--w-formulae)) top calc(110 var(--w-formulae)) / calc(504 var(--w-formulae)) auto;
      color: #fff;

      & .item-label {
        background-color: var(--color2);
        margin-bottom: calc(20 var(--w-formulae));
      }
      & .img-ttl-txt {
        width: calc(422 var(--w-formulae));
        margin-bottom: calc(58 var(--w-formulae));
      }
      & .lead-block {
        display: inline-block;
        width: auto;
        text-align: justify;
        --el-index: 5;
      }
      & .bttn.more {
        margin-top: calc(120 var(--w-formulae));
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
        --el-index: 5;

        &::after {
          background-image: url(/recruit/newgraduates/shared/images/arrw-r-wht.svg)
        }
      }
    }
    & .double-slide-area {
      flex: 0 1 50%;
      padding-left: calc(8 var(--w-formulae));
      height: 100%;
      overflow: hidden;
      display: flex;

      & .swiper-wrapper {
        display: flex;
        flex-direction: column;
      }

      & .left-slide {
        margin-right: calc(16 var(--w-formulae));
      }
    }
  }
}
@media (hover: hover) {
  .fifth-sec .interview-area .ttl-area .bttn.more {
    transition: background-color .3s ease;

    & a {
      color: currentColor;
      transition: color .3s ease
    }
    &:hover {
      background-color: #fff;
      border-color: transparent;

      &::after {
        background-image: url(/recruit/newgraduates/shared/images/arrw-r-blk.svg);
      }
      & a {
        color: #000
      }
    }
  }
}


.intrvw-cut {
  display: block;
  width: calc(278 var(--w-formulae));
  height: calc(370 var(--w-formulae));
  border-radius: calc(30 var(--w-formulae));
  overflow: hidden;
  margin-bottom: calc(16 var(--w-formulae));
}




.sixth-sec {
  display: block;
  width: 100%;
  min-height: calc(900 var(--w-formulae));
  padding-top: calc(117 var(--w-formulae));
  background-color: #28282d;
  position: relative;

  &::after {
    content: '';
    display: block;
    width: 499px;
    height: 189px;
    background: url(/recruit/newgraduates/index/images/bg-6th-end_pc.svg) no-repeat left top / cover;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
  }
}
.work-area {
  display: grid;
  grid-template-areas: "pt1 ttl pt2";
  grid-template-columns: calc(293 var(--w-formulae)) auto calc(293 var(--w-formulae));
  width: 100%;
  max-width: calc(1160 var(--w-formulae));
  min-height: calc(615 var(--w-formulae));
  margin: 0 auto;

  & .plate {
    display: block;
    width: calc(293 var(--w-formulae));
    height: auto;

    & a {
      display: block;
      border-bottom: solid 1px #dadad6;
      position: relative;

      &::after {
        content: '';
        display: block;
        width: calc(39 var(--w-formulae));
        height: calc(39 var(--w-formulae));
        border-radius: 50%;
        border: solid 1px #fff;
        position: absolute;
        right: calc(14 var(--w-formulae));
        bottom: calc(12 var(--w-formulae));
        background: no-repeat center center / contain;
        background-image: url(/recruit/newgraduates/shared/images/bttn-link_wht.svg);
        background-color: rgba(255, 255, 255, 0)
      }
    }

    & .img-box {
      display: block;
      width: 100%;
      height: calc(400 var(--w-formulae));
      border-radius: calc(30 var(--w-formulae));
      overflow: hidden
    }
    & hgroup {
      display: block;
      padding: calc(32 var(--w-formulae)) calc(17 var(--w-formulae)) calc(20 var(--w-formulae));
      color: #fff;

      & .ttl-txt {
        font-size: calc(26 var(--w-formulae));
        font-weight: 500;
        font-feature-settings: "palt";
        letter-spacing: .1em;
        line-height: 1.3461538461538463;
        margin-bottom: calc(50 var(--w-formulae));
      }
      & .en {
        font-size: calc(16 var(--w-formulae));
        letter-spacing: .08em
      }
    }
  }
  & .p-1 {
    grid-area: pt1;
    margin-top: calc(60 var(--w-formulae));
  }
  & .p-2 {
    grid-area: pt2
  }
  & .ttl-area {
    grid-area: ttl;
    text-align: center;
    align-self: center;
    padding-bottom: calc(30 var(--w-formulae));

    & .ttl-txt {
      font-size: calc(38 var(--w-formulae));
      line-height: 1.4444444444444444;
      color: #fff;
      margin: calc(40 var(--w-formulae)) auto calc(50 var(--w-formulae));
    }
    & .lead-block {
      --el-index: 5;
    }
    & .lead {
      display: inline-block;
      width: calc(400 var(--w-formulae));
      color: #fff;
    }
  }
}

@media (hover: hover) {
  .work-area .plate a::after {
    transition: background-color .3s ease;
  }
  .work-area .plate a:hover::after {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(/recruit/newgraduates/shared/images/bttn-link_blk.svg);
  }
  .work-area .plate a img {
    transform: scale(1);
    transition: transform .3s ease
  }
  .work-area .plate a:hover img {
    transform: scale(1.14)
  }
}

@media (width < 1200px) {
  .sixth-sec {
    min-height: auto;
    padding-bottom: 130px;
  }
  .work-area {
    max-width: 704px;
    display: grid;
    grid-template-areas: "ttl ttl ttl" "pt1 . pt2";
    grid-template-columns: 293px auto 293px;
    grid-template-rows: auto;
    min-height: auto;

      & .p-1 {
        margin-top: 0;
      }
      & .plate {
        margin-top: 80px;
      }
    }
}




.seventh-sec {
  padding: calc(190 var(--w-formulae)) 0 calc(150 var(--w-formulae));

  & .info-area {
    display: block;
    width: 100%;
    max-width: calc(1060 var(--w-formulae));
    margin: 0 auto;
    padding: calc(42 var(--w-formulae)) calc(25 var(--w-formulae)) 0;

    & .ttl-txt {
      font-size: calc(58 var(--w-formulae));
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: .08em;
      text-align: center;
      margin-bottom: calc(77 var(--w-formulae));
    }
  }
}


.info-area .bttn-set {
  display: grid;
  grid-template-columns: calc((100% - 15px) / 2) calc((100% - 15px) / 2);
  grid-template-rows: repeat(3, calc(150 var(--w-formulae)));
  gap: 16px;

  & li .ico {
      display: block;
      width: calc(80 var(--w-formulae));
      height: calc(80 var(--w-formulae));
      margin-right: calc(16 var(--w-formulae));

    & svg .e {
      fill:#0a437b;
    }
    & svg .d {
      fill: none
    }
  }
  
  & .bttn-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2
  }
  & .bttn-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    --el-index: 3
  }
  & .bttn-3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3
  }
  & .bttn-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    --el-index: 3
  }
  & .bttn-5 {
    grid-column: 1 / 3;
    grid-row: 3 / 4
  }
  & a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 calc(20 var(--w-formulae)) 0 calc(57 var(--w-formulae));
    background-color: var(--color3);
    border-radius: calc(30 var(--w-formulae));
    overflow: hidden;

    &::after {
      flex: 0 0 calc(50 var(--w-formulae));
      margin-left: auto;
      content: '';
      display: block;
      width: calc(50 var(--w-formulae));
      height: calc(50 var(--w-formulae));
      border-radius: 50%;
      background: no-repeat center center / contain;
      background-image: url(/recruit/newgraduates/shared/images/bttn-link_blk.svg);
      background-color: #fff
    }
    & .jp {
      display: block;
      font-size: calc(26 var(--w-formulae));
      font-weight: 500;
      font-feature-settings: "palt";
      letter-spacing: .08em;
      margin-bottom: calc(15 var(--w-formulae));
    }
    & .en {
      font-size: calc(16 var(--w-formulae));
      letter-spacing: .08em;
      color: #959494
    }
  }
  & .bttn-5 a {
    justify-content: center;
    position: relative;

    &::after {
      position: absolute;
      right: calc(20 var(--w-formulae))
    }
    & .bttn-ttl {
      padding-right: calc(80 var(--w-formulae));
    }
  }
}



.pre-footer-bttns .bttn-set .bttn-entry .entry-bttn-list {
  height: calc(400 var(--w-formulae));

  & a .bttn-ttl {
    translate: calc(-50 var(--w-formulae));
  }
  & a::after {
    width: calc(50 var(--w-formulae));
    height: calc(50 var(--w-formulae));
  }
}

.pre-footer-bttns .bttn-set .bttn-corp-site {
  display: block;
  width: 100%;
  height: calc(160 var(--w-formulae));
  margin-top: calc(50 var(--w-formulae));
  
  & a {
    background-color: var(--color3);
    text-align: center;
    position: relative;

    & .jp {
    font-size: calc(30 var(--w-formulae));
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .08em;
    display: block;
    margin-bottom: calc(15 var(--w-formulae));
    }
    & .en {
      font-size: calc(16 var(--w-formulae));
      letter-spacing: .08em;
      color: #959494;
    }
    &::after {
      background-image: url(/recruit/newgraduates/shared/images/bttn-popup_blk.svg);
      width: calc(50 var(--w-formulae));
      height: calc(50 var(--w-formulae));
    }
  }
}


@media (hover: hover) {
  .info-area .bttn-set a {
    transition: .3s ease;
    transition-property: background-color, color;

    &:hover {
      color: #fff;
      background-color: #0a437b
    }
    & .en {
      transition: color .3s ease;
    }
    &:hover .en {
      color: #fff;
    }
    &:hover::after {
      background-image: url(/recruit/newgraduates/shared/images/bttn-link_c1.svg);
    }
  }
  .info-area .bttn-set a .ico svg .e {
    transition: fill .3s ease
  }
  .info-area .bttn-set a:hover .ico svg .e {
    fill: #fff
  }

  .pre-footer-bttns .bttn-set {

    & .bttn-corp-site a:hover {
      color: #fff;
      background-color: #000
    }
    & .bttn-corp-site a:hover::after {
      border: solid 1px #fff;
      background-image: url(/recruit/newgraduates/shared/images/bttn-popup_wht.svg);
      background-color: #000;
    }
  }
}
