@charset "utf-8";

/*--------------------------------------------------------------
Compliance
----------------------------------------------------------------*/
#l-main {
  background: #EDE4DC;
}

.p-titleArea:before {
  background: url("/recruit/newgraduate/assets/img/recruitinfo/compliance/mv_01.jpg") no-repeat bottom center / cover;
}

@media screen and (max-width: 768px) {
  .p-titleArea:before {
    background: url("/recruit/newgraduate/assets/img/recruitinfo/compliance/mv_01-sp.jpg") no-repeat bottom center / cover;
  }
}

.p-titleArea_text-2,
.p-titleArea_text-2 img {
  height: 115px;
}
@media screen and (max-width: 768px) {
  .p-titleArea_text-2,
  .p-titleArea_text-2 img {
    height: 64px;
  }
}

/* - section
----------------------------------------------*/
.pg-section {
  position: relative;
}

.pg-section_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.pg-section-event {
  padding: 150px 0 170px 0;
}

.pg-section-event .pg-section_inner {
  width: 78%;
}

@media screen and (max-width: 768px) {
  .pg-section-event {
    padding: 40px 0 120px 0;
  }

  .pg-section-event .pg-section_inner {
    width: calc(690 / 750 * 100vw);
    margin-inline: auto;
  }
}

/* - compliance
----------------------------------------------*/
.pg-section-compliance {
  max-width: 960px;
  background-color: #FFF;
  padding: 95px min(calc(114 / 960 * 100%), 114px);
  position: relative;
}

.pg-section_title,
.pg-section_title img {
  width: auto;
  height: 27px;
}

.pg-section_title {
  display: flex;
  justify-content: center;
  margin-block-end: 68px;
}

.pg-section_text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-feature-settings: "halt";
}

.pg-section_box {
  display: block;
  max-width: 690px;
  margin-inline: auto;
  margin-block: 60px;
}

.pg-section_sub_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.89;
  letter-spacing: 0.07em;
  margin-bottom: 0.5em;
  font-feature-settings: "halt";
}

.pg-section_read {
  font-size: 1.8rem;
  line-height: 1.89;
  margin-block-end: 0.5em;
  font-feature-settings: "halt";
}

.pg-section_lst {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-block-start: 15px;
  font-feature-settings: "halt";
}

.pg-section_lst + .pg-section_lst {
  margin-block-start: 0;
}

.pg-section_lst dt {
  width: 8em;
}

.pg-section_lst dd {
  width: auto;
  flex-grow: 1;
}

.pg-section_lst dd a {
  border-bottom: 1px solid #00a0a0;
}

@media screen and (max-width: 768px) {
  .pg-section-compliance {
    padding-block: 70px;
    padding-inline: calc(55 / 750 * 100vw);
  }

  .pg-section_title,
  .pg-section_title img {
    height: 53px;
  }

  .pg-section_title {
    margin-block-end: 45px;
  }

  .pg-section_sub_title {
    font-size: 1.6rem;
  }

  .pg-section_read {
    font-size: 1.6rem;
    margin-block-end: 1em;
  }

  .pg-section_box {
    width: calc(552 / 750 * 100vw);
    margin-block: 45px;
  }

  .pg-section_lst {
    letter-spacing: 0.05em;
  }

  .pg-section_lst + .pg-section_lst {
    margin-block-start: 1em;
  }
}

/* - il
----------------------------------------------*/
.pg-il-1 {
  width: calc(104 / 1000 * 100%);
  top: -90px;
  right: calc(40 / 1000 * -100%);
}

.pg-il-2 {
  width: calc(37 / 1000 * 100%);
  top: -20px;
  right: calc(120 / 1000 * -100%);
}

.pg-il-3 {
  width: calc(145 / 1000 * 100%);
  top: 0;
  right: calc(110 / 1000 * -100%);
}

.pg-il-4 {
  width: calc(222 / 1000 * 100%);
  left: calc(140 / 1000 * -100%);
  bottom: -90px;
}

.pg-il-5 {
  width: calc(354 / 1000 * 100%);
  right: calc(350 / 1000 * -100%);
  bottom: -130px;
}

@media screen and (max-width: 767px) {
  .pg-il-1 {
    width: 80px;
    top: -30px;
    right: calc(500 / 690 * 100%);
  }

  .pg-il-2 {
    width: 28px;
    top: 10px;
    right: calc(380 / 690 * 100%);
  }

  .pg-il-3 {
    width: 106px;
    top: -10px;
    right: calc(50 / 690 * -100%);
  }

  .pg-il-4 {
    width: 186px;
    left: calc(40 / 690 * -100%);
    bottom: -70px;
  }

  .pg-il-5 {
    width: 160px;
    right: calc(180 / 690 * -100%);
    bottom: -90px;
  }
}