@charset "UTF-8";

/*
	##### DNP RECRUITING #####
	/recruit/newgraduates/message/css/message_pc.css
*/


.recruit-massage-page {
  overflow: hidden;
}

.main-ttl-area {
  display: block;
  width: 100%;
  padding-top: calc(130 var(--w-formulae));
  padding-bottom: calc(105 var(--w-formulae));
  text-align: center;


  @media (width < 1200px) {
    padding-top: 204px
  }

  & .page-ttl {
    font-size: calc(38 var(--w-formulae));
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: calc(24 var(--w-formulae));


  }
  & .en {
    font-size: calc(16 var(--w-formulae));
    font-weight: 400;
    letter-spacing: .08em;

  }
}

.fv-area {
  display: block;
  width: 100%;
  max-width: 1830px;
  padding: 0 15px;
  margin: 0 auto calc(80 var(--w-formulae));

  & .topic-path {
    margin-left: calc(30 var(--w-formulae));
    margin-bottom: calc(15 var(--w-formulae));
  }
}


.contents-area {
  display: block;
  width: 100%;
  padding-top: calc(130 var(--w-formulae));
  background-color: var(--color3);
  position: relative;

  & .inner {
    font-feature-settings: "palt";
    text-align: center;
    padding-bottom: calc(100 var(--w-formulae));
  }

  &::after {
    content: '';
    display: block;
    width: 470px;
    height: 161px;
    position: absolute;
    top: -160px;
    right: 0;
    background: url(/recruit/newgraduates/message/images/bg-orn.svg) no-repeat right bottom / cover;
  }
}

.lead-1 {
  font-size: calc(36 var(--w-formulae));
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.8888888888888888;
  margin-bottom: calc(70 var(--w-formulae));
}
.lead-2 {
  font-size: calc(16 var(--w-formulae));
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.875;

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


.last-image {
  width: 100%;
  height: calc(540 var(--w-formulae));
  position: relative;
  margin-bottom: calc(190 var(--w-formulae));

  & .img-box {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}

@media (1199px < width < 1400px) {
  .contents-area::after {
    right: auto;
    left: calc(50% + 230px);
  }
}
@media (width < 1200px) {
  .last-image {
    width: 100%;
    height: auto;
    margin-bottom: calc(190 / 1200 * 100vw);

    & .img-box {
      height: auto;
    }
    & .img-box img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
}