@charset "UTF-8";

/*
	##### OGIS #####
	benefit/assets/css/benefit_sp.css
*/


/* --------------------------------------------------
contents section
-------------------------------------------------- */

.sec {
  display: block;
  width: 100%;
  padding: calc(160 / 750 * 100vw) calc(40 / 750 * 100vw) calc(150 / 750 * 100vw);
  margin: 0 auto;

  .txt {
    text-align: justify;
  }
}
section.sec {
  counter-increment: number;
}

.line {
  all: unset;
  display: block;
  height: 1px;
  max-width: calc(670 / 750 * 100vw);
  margin: 0 auto;
  background-color: var(--color-5);
}

.sec-ttl {
  display: inline-block;
  padding-left: calc(120 / 750 * 100vw);
  margin-bottom: calc(55 / 750 * 100vw);
  font-weight: 700;
  font-size: calc(32 / 750 * 100vw);
  letter-spacing: .14em;
  line-height: 1.375;
  position: relative;

  &::before {
    content: counter(number, decimal-leading-zero);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Catamaran", sans-serif;
    font-weight: 400;
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: 0;
    width: calc(91 / 750 * 100vw);
    height: calc(91 / 750 * 100vw);
    border: solid 1.5px var(--color-4);
    border-radius: 50%;
    color: var(--color-4);
    position: absolute;
    left: 0;
    top: -.4em;
  }
}

em.bold {
  font-style: normal;
  font-size: 120%;
  font-weight: 700;
  color: var(--color-3)
}
em.marker {
  font-size: 110%;
  font-style: normal;
  font-weight: 700;
  color: var(--color-3);
  text-decoration: underline;
  text-decoration-thickness: .5em;
  text-decoration-color: #fdffa1;
  text-underline-offset: -.25em;
}


/* --------------------------------------------------
walfere page
-------------------------------------------------- */


.chapter {
  margin-top: calc(160 / 750 * 100vw);

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

.chapter-ttl-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(200 / 750 * 100vw);
  text-align: center;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 0);
  background-size: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
  background-position: 0 calc(5 / 750 * 100vw);
  background-color: var(--color-3);

  .chapter-ttl-set {
    display: inline-flex;
    flex-direction: column-reverse;
    row-gap: calc(14 / 750 * 100vw);
    color: #fff;

    .chapter-ttl {
      font-weight: 700;
      font-size: calc(42 / 750 * 100vw);
      letter-spacing: .14em;
    }
    .en {
      font-weight: 300;
      font-size: calc(28 / 750 * 100vw);

      &::before {
        content: '•';
        margin-right: .2em;
        color: var(--color-4);
      }
    }
  }
}

.main-lead {
  display: block;
  width: calc(670 / 750 * 100vw);
  margin: 0 auto;
  padding: calc(90 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  text-align: justify;
}


.workstyle .chart-area {
  width: 100%;
  max-width: calc(626 / 750 * 100vw);
  margin: calc(72 / 750 * 100vw) auto 0;
}
.workstyle .chart-side {
  max-width: calc(580 / 750 * 100vw);
  margin: 0 auto
}

.workstyle .balloon-side {
  margin-top: calc(80 / 750 * 100vw);
}
.workstyle .bal {
  display: block;
  border: solid calc(2 / 750 * 100vw) var(--color-1);
  position: relative;
}
.workstyle .bal::before,
.workstyle .bal::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 25%;
  transform: skew(8deg);
  transform-origin: bottom;
}
.workstyle .bal::before {
  border-width: 0 calc(43 / 750 * 100vw) calc(93 / 750 * 100vw) 0;
  border-color: transparent transparent var(--color-1);
  translate: -50% -100%;
  z-index: -1; 
}
.workstyle .bal::after {
  border-width: 0 calc(38.8 / 750 * 100vw) calc(83.9 / 750 * 100vw) 0;
  border-color: transparent transparent #fff;
  translate: calc(-50% - 2px) -100%;
}

.workstyle .bal-inner {
  position: relative;
  background-color: #fff;
  padding: calc(60 / 750 * 100vw) calc(70 / 750 * 100vw) calc(55 / 750 * 100vw);
  z-index: +1;
}
.workstyle .bal dt {
  font-size: calc(26 / 750 * 100vw);
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 1em;
  white-space: nowrap;
  border-bottom: solid calc(2 / 750 * 100vw) var(--color-3)
}
.workstyle .bal dd {
  font-size: calc(22 / 750 * 100vw);
  padding-top: 1.5em;
}
.workstyle .bal dd li + li {
  margin-top: .5em;
}


.prof {
  padding-top: calc(20 / 750 * 100vw);

  .image-box {
    width: 100vw;
    height: calc(520 / 750 * 100vw);
    margin-left: calc(-40 / 750 * 100vw);
  }
  .prof-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6923076923076923;
    margin-top: calc(40 / 750 * 100vw);

    .name {
      font-size: calc(40 / 750 * 100vw);
      font-weight: 700;
      margin-top: .5em;
      margin-bottom: .25em;

      & + .note {
        font-size: calc(24 / 750 * 100vw);
        color: var(--color-2);
      }
    }
  }
}

.prof + .interview {
  margin-top: calc(100 / 750 * 100vw);

  .ttl {
    font-size: calc(30 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 1em;
    color: var(--color-6);
  }
  .inner + .inner {
    margin-top: calc(100 / 750 * 100vw);
  }
  .right-side {
    width: 100%;
    margin-top: calc(90 / 750 * 100vw);
  }
}


.modal-triggers {
  display: grid;
  width: calc(610 / 750 * 100vw);
  grid-template-columns: 1fr;
  grid-auto-rows: calc(100 / 750 * 100vw);
  row-gap: calc(20 / 750 * 100vw);
  align-items: stretch;
  margin: calc(40 / 750 * 100vw) auto 0;

  li {
    display: block;
    background-color: var(--bg-col);
    background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
    background-size: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}
a.pop,
a.to-anchr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  text-decoration: none;

  &::after {
    content: '';
    display: block;
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background: url(../../../assets/images/trggr-arrw.svg) no-repeat center / contain
  }
}
a.pop {
  span {
    font-weight: 700;
    color: var(--color-6);

    &::before {
      display: inline-block;
      content: '●';
      font-size: .5em;
      vertical-align: bottom;
      transform: translateY(-50%);
      padding-right: .5em;
    }
  }
}
a.to-anchr {
  font-weight: 700;
  color: var(--color-6);

  &::after {
    rotate: 90deg;
  }
}

/* MODAL */

.modal-set {
  display: none;
}

.job-type {
  display: block;
  width: 100%;
  max-width: calc(610 / 750 * 100vw);
  max-height: 80vh;
  overflow: auto;
  padding: calc(70 / 750 * 100vw) calc(60 / 750 * 100vw) calc(65 / 750 * 100vw);
  background-size: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw);
  border-radius: calc(10 / 750 * 100vw);
  background-color: var(--bg-col);
  background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
  margin: 0 auto;
  position: relative;

  .job-ttl {
    font-weight: 700;
    font-size: calc(30 / 750 * 100vw);
    color: var(--color-6);
    padding-bottom: calc(40 / 750 * 100vw);
    margin-bottom: calc(35 / 750 * 100vw);
    border-bottom: solid 1px var(--color-3);

    &::before {
      display: inline-block;
      content: '●';
      font-size: .5em;
      vertical-align: bottom;
      transform: translateY(-50%);
      padding-right: .5em;
    }
  }
  .txt {
    text-align: justify;
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .img-cols {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: calc(30 / 750 * 100vw);

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

  .mfp-close {
    display: block;
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    position: absolute;
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    background: url(../../../assets/images/close-x.svg) no-repeat center / contain;
    color: transparent;
    overflow: hidden;
  }

  .modal-pickup-set {
    background-color: #fff;
    padding: 0 calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);

    .modal-pickup-ttl {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
      width: calc(280 / 750 * 100vw);
      height: calc(48 / 750 * 100vw);
      font-weight: 700;
      font-size: calc(25 / 750 * 100vw);
      letter-spacing: .014em;
      background-color: var(--color-3);
      color: #fff;
      padding: 0 1em;
      margin: 0 auto;
    }
  }
  .region-ttl {
    margin: calc(40 / 750 * 100vw) 0 calc(15 / 750 * 100vw);
    font-weight: 700;
    font-size: calc(28 / 750 * 100vw);
    color: var(--color-3);

    .img-cols + & {
      margin-top: calc(60 / 750 * 100vw);
    }
  }
  .caption {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.3333333333333333;
    padding-top: .25em;
    text-align: justify;

    .double-img & {
      margin-top: calc(-30 / 750 * 100vw);
    }
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-content .related-link {
  margin-top: calc(30 / 750 * 100vw);
  width: 100%;
  height: auto;

  a {
    padding: .5em 0;
  }
}


.items {
  width: 100vw;
  padding: calc(70 / 750 * 100vw) calc(40 / 750 * 100vw);
  margin-top: calc(40 / 750 * 100vw);
  margin-left: calc(-40 / 750 * 100vw);
  background-color: var(--bg-col);

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

  .item-ttl-area {
    display: grid;
    grid-template-columns: calc(110 / 750 * 100vw) 1fr;
    grid-template-rows: calc(110 / 750 * 100vw) 1fr;
    column-gap: calc(25 / 750 * 100vw);
    row-gap: calc(40 / 750 * 100vw);
    align-items: center;
    margin-bottom: calc(50 / 750 * 100vw);

    &.just-ttl {
      row-gap: 0;

      .item-ttl-set {
        display: contents;
      }
    }

    .item-ttl-set {
      display: contents;

      .txt {
        grid-column: 1/3;
        grid-row: 2/3;
      }
    }
    .ico .img-box {
      width: calc(110 / 750 * 100vw);
    }

    .item-ttl {
      font-weight: 700;
      font-size: calc(30 / 750 * 100vw);
      line-height: 1.3333333333333333;
      color: var(--color-6);

      .just-ttl .item-ttl-set & {
        padding-top: 0;
        margin-bottom: 0;
        align-self: center;
      }
    }
  }
  .item-add {
    margin-top: calc(60 / 750 * 100vw);
  }
  .item-sub-ttl {
    font-weight: 700;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: .14em;
    white-space: nowrap;
    margin-top: .3em;
    margin-bottom: 1em;

    &::before {
      display: inline-block;
      content: '●';
      font-size: .5em;
      vertical-align: bottom;
      transform: translateY(-50%);
      padding-right: .5em;
      color: var(--color-4);
    }
  }
  & > .cols {
    margin-top: calc(50 / 750 * 100vw);
  }
  .note {
    font-size: 90%;
  }

}

.item-table {
  display: block;
  width: 100%;
  margin-top: calc(70 / 750 * 100vw);
  border-radius: calc(20 / 750 * 100vw);
  background-color: #fff;

  & + &,
  & + .related-link {
    margin-top: calc(40 / 750 * 100vw);
  }
  .inner {
    display: flex;
    flex-direction: column;
    align-items: center;

    .item-table-ttl {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
      min-width: calc(360 / 750 * 100vw);
      min-height: calc(60 / 750 * 100vw);
      font-size: calc(28 / 750 * 100vw);
      letter-spacing: .014em;
      background-color: var(--color-3);
      color: #fff;
      padding: 0 1em;
    }
    .item-list-area {
      display: block;
      width: 100%;
      padding: calc(60 / 750 * 100vw) calc(50 / 750 * 100vw);

      .item-list {
        display: flex;
        flex-direction: column;
        row-gap: calc(30 / 750 * 100vw);
      }
      .list-ttl {
        display: inline-block;
        font-weight: 700;
        font-size: calc(28 / 750 * 100vw);
        text-indent: -.5em;
        padding-left: 1em;

        .item-list & {
          line-height: 1.5714285714285714;
        }
        &::before {
          display: inline-block;
          content: '●';
          font-size: 65%;
          vertical-align: middle;
          line-height: 1;
          translate: 0 -.075em;
          padding-right: .5em;
          color: var(--color-3);
        }
        & + dd {
          padding-left: 1em;
        }
      }
      .table-list {
        table-layout: unset;
        display: block;
        margin-bottom: -1em;

        tr {
          display: flex;
          flex-direction: column;
          padding-bottom: 1em;

          & + & {
            padding-top: 1em;
            border-top: solid 1px var(--color-5);
          }

          th {
            text-align: left;
            padding-bottom: .25em;
          }
          td {
            padding-left: 1em;
          }
        }
      }
    }
  }
}
.related-link {
  display: block;
  width: calc(610 / 750 * 100vw);
  height: calc(130 / 750 * 100vw);
  margin: 0 auto calc(30 / 750 * 100vw);

  a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #595757;
    color: #fff;
    font-weight: 700;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.4285714285714286;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    position: relative;

    &::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: calc(50 / 750 * 100vw);
      width: calc(20 / 750 * 100vw);
      height: calc(20 / 750 * 100vw);
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(../../../assets/images/related-pop-w.svg);
    }
  }
}


.pick-up {
  display: block;
  width: 100vw;
  padding: calc(70 / 750 * 100vw) calc(40 / 750 * 100vw) calc(90 / 750 * 100vw);
  margin-top: calc(120 / 750 * 100vw);
  margin-left: calc(-40 / 750 * 100vw);
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 0);
  background-size: calc(15 / 750 * 100vw) calc(15 / 750 * 100vw);
  background-position: 0 calc(7 / 750 * 100vw);
  background-color: var(--color-3);

  .pickup-ttl.en {
    display: inline-block;
    padding: 0 1em;
    font-weight: 300;
    font-size: calc(27 / 750 * 100vw);
    line-height: 1.75;
    background-color: #fff;
    color: var(--color-6);
    clip-path: polygon(92.3913% 100%,0 100%,7.6087% 0,100% 0);

    &::before {
      display: inline-block;
      content: '•';
      margin-right: .2em;
      color: var(--color-4);
      scale: 1.5
    }
  }
  .ttl {
    font-weight: 700;
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: .14em;
    margin: 1em 0 1.25em;
    color: #fff;
  }
  .txt {
    color: #fff;
    margin-bottom: 1em;
  }
  .right-side {
    text-align: center;

    .img-box {
      display: inline-block;
      width: calc(400 / 750 * 100vw);
      height: calc(300 / 750 * 100vw);
    }
  }
}





/* --------------------------------------------------
hr_development page
-------------------------------------------------- */

.bullett-ttl::before {
  content: '●  ';
  white-space: pre;
  font-size: 50%;
  vertical-align: middle;
  color: var(--color-4);
}
.ttl-4 {
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: calc(30 / 750 * 100vw);
}
.hr-dev .inner-section {
  padding-top: calc(40 / 750 * 100vw);
  padding-bottom: calc(40 / 750 * 100vw);
}


.hr-dev .sec-02 .related-link {
  width: calc(333 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) auto calc(10 / 750 * 100vw) calc(40 / 750 * 100vw);

  a {
    font-size: calc(13.45 / 750 * 100vw);
    color: var(--color-3);
    background-color: #fff;
    border: calc(2 / 750 * 100vw) solid var(--color-3);

    &::after {
      right: calc(25 / 750 * 100vw);
      width: calc(30 / 750 * 100vw);
      height: calc(7 / 750 * 100vw);
      background-image: url(../../../assets/images/arrw-r-long-b.svg);
    }
  }
}


.hr-dev .chart-box {
  margin-top: calc(30 / 750 * 100vw);
  text-align: center;
}

.chart-2-1 img {
  width: calc(570 / 750 * 100vw);
  height: auto;
}


.hrd-steps {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, calc(120 / 750 * 100vw));
  row-gap: calc(20 / 750 * 100vw);

  li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 calc(50 / 750 * 100vw);
    background-size: calc(14 / 750 * 100vw) calc(14 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    background-color: var(--bg-col);
    background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
    font-weight: 700;
    font-size: calc(28 / 750 * 100vw);
    counter-increment: hrd-num;

    &::before {
      display: inline-block;
      content: counter(hrd-num, decimal-leading-zero);
      font-family: "Catamaran", sans-serif;
      font-weight: 700;
      font-size: calc(50 / 750 * 100vw);
      color: var(--color-3);
      padding-right: calc(28 / 750 * 100vw);
      margin-right: calc(30 / 750 * 100vw);
      border-right: 1px solid var(--color-3);
      line-height: .8;
    }
  }
}

.fig-ttl {
  margin-top: calc(50 / 750 * 100vw);
  font-weight: 700;
  font-size: calc(28 / 750 * 100vw);

  & + .chart-box {
    display: block;
    width: 100%;
    background-color: var(--bg-col);
    border-radius: calc(10 / 750 * 100vw);

    &.chart-2-3 {
      min-height: calc(562 / 750 * 100vw);
      margin-top: calc(15 / 750 * 100vw);
      padding: calc(37 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
      position: relative;

      img {
        width: 100%;
        height: auto;
      }

      figcaption {
        font-weight: 500;
        font-size: calc(11.5 / 750 * 100vw);
        text-align: right;
        position: absolute;
        right: calc(20 / 750 * 100vw);
        bottom: calc(20 / 750 * 100vw);
      }
    }
  }
}
.chart-box.chart-2-4 {
  margin-top: calc(30 / 750 * 100vw);
  padding: calc(60 / 750 * 100vw) calc(50 / 750 * 100vw);
}

