@charset "UTF-8";

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


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

.sec {
  display: block;
  width: 100%;
  max-width: 920px;
  padding: 120px 0;
  margin: 0 auto;

  @media (width > 1400px) {
    max-width: calc(920 / 1400 * 100vw);
    padding: calc(120 / 1400 * 100vw) 0;
  }
}
section.sec {
  counter-increment: number;
}

.line {
  all: unset;
  display: block;
  height: 1px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: var(--color-5);

  @media (width > 1400px) {
    max-width: calc(1100 / 1400 * 100vw);
  }
}

.sec-ttl {
  display: inline-block;
  padding-left: 75px;
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .14em;
  line-height: 1.6666666666666667;
  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: 24px;
    letter-spacing: 0;
    width: 62px;
    height: 62px;
    border: solid 1.5px var(--color-4);
    border-radius: 50%;
    color: var(--color-4);
    position: absolute;
    left: 0;
    top: -.38em;
  }

  @media (width > 1400px) {
    padding-left: calc(75 / 1400 * 100vw);
    margin-bottom: calc(48 / 1400 * 100vw);
    font-size: calc(24 / 1400 * 100vw);

    &::before {
      font-size: calc(24 / 1400 * 100vw);
      width: calc(62 / 1400 * 100vw);
      height: calc(62 / 1400 * 100vw);
      border-width: calc(1.5 / 1400 * 100vw);
    }
  }
}

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;
}


/* --------------------------------------------------
welfare page
-------------------------------------------------- */

.chapter {
  margin-top: 140px;

  & + & {
    margin-top: 80px;
  }

  @media (width > 1400px) {
    margin-top: calc(140 / 1400 * 100vw);

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

.chapter-ttl-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  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(14 / 1400 * 100vw) calc(14 / 1400 * 100vw);
  background-position: 0 7px;
  background-color: var(--color-3);

  .chapter-ttl-set {
    display: inline-flex;
    flex-direction: column-reverse;
    row-gap: 18px;
    color: #fff;

    .chapter-ttl {
      font-weight: 700;
      font-size: 36px;
      letter-spacing: .14em;
    }
    .en {
      font-weight: 300;
      font-size: 20px;

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

  @media (width > 1400px) {
    height: calc(200 / 1400 * 100vw);

    .chapter-ttl-set {
      row-gap: calc(18 / 1400 * 100vw);
  
      .chapter-ttl {
        font-size: calc(36 / 1400 * 100vw);
      }
      .en {
        font-size: calc(20 / 1400 * 100vw);
      }
    }
  }
}


.main-lead {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 100px 0 120px;

  @media (width > 1400px) {
    max-width: calc(920 / 1400 * 100vw);
    padding: calc(100 / 1400 * 100vw) 0 calc(120 / 1400 * 100vw);
  }
}


.workstyle .chart-area {
  width: 100%;
  max-width: 838px;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  column-gap: calc(80 / 1400 * 100vw);
}
.workstyle .chart-side {
  flex: 1 1 428px;
}
.workstyle .balloon-side {
  margin-top: 40px;
  flex: 1 1 330px
}
.workstyle .bal {
  display: block;
  border: solid 2px var(--color-1);
  position: relative;
}
.workstyle .bal::before,
.workstyle .bal::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 77%;
  left: 0;
  border-style: solid;
  border-width: 30px 42px 0 0;
}
.workstyle .bal::before {
  border-color: transparent var(--color-1) transparent transparent;
  translate: -100% -50%;
  z-index: -1; 
}
.workstyle .bal::after {
  border-width: 25.5px 35.8px 0 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% + 0.2px);
}
.workstyle .bal-inner {
  position: relative;
  background-color: #fff;
  padding: 40px 40px 44px;
  z-index: +1;
}
.workstyle .bal dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 1em;
  border-bottom: solid 2px var(--color-3)
}
.workstyle .bal dd {
  font-size: 17px;
  padding-top: 32px;
}
.workstyle .bal dd li + li {
  margin-top: .5em;
}
@media (width > 1400px) {
  .workstyle .chart-area {
    max-width: calc(838 / 1400 * 100vw);
    margin: calc(80 / 1400 * 100vw) auto 0;
  }
  .chart-4-1 img {
    width: calc(428 / 1400 * 100vw);
    height: auto
  }
  .workstyle .bal-inner {
    padding: calc(40 / 1400 * 100vw) calc(40 / 1400 * 100vw) calc(44 / 1400 * 100vw);
  }
  .workstyle .bal {
    border: solid calc(2 / 1400 * 100vw) var(--color-1);
  }
  .workstyle .bal::before,
  .workstyle .bal::after {
    border-width: calc(30 / 1400 * 100vw) calc(42 / 1400 * 100vw) 0 0;
  }
  .workstyle .bal::after {
    border-width: calc(25.5 / 1400 * 100vw) calc(35.8 / 1400 * 100vw) 0 0;
    translate: -100% calc(-50% + .0.14285714285714285vw);
  }
  .workstyle .bal dt {
    font-size: calc(20 / 1400 * 100vw);
  }
  .workstyle .bal dd {
    font-size: calc(17 / 1400 * 100vw);
    padding-top: calc(32 / 1400 * 100vw);
  }
}


.prof {
  display: block;
  width: 100%;
  height: 410px;
  position: relative;

  .image-box {
    width: 100%;
    height: 100%;
    clip-path: polygon(92.3913% 100%,0 100%,7.6087% 0,100% 0);

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .prof-txt {
    position: absolute;
    left: 60px;
    bottom: 30px;
    font-size: 13px;
    line-height: 1.7;

    .name {
      font-size: 20px;
      font-weight: 500;
      margin-top: .5em;
      margin-bottom: .25em;

      & + .note {
        font-size: 9px;
        color: var(--color-2);
      }
    }
  }

  @media (width > 1400px) {
    height: calc(410 / 1400 * 100vw);

    .prof-txt {
      left: calc(60 / 1400 * 100vw);
      bottom: calc(30 / 1400 * 100vw);
      font-size: calc(13 / 1400 * 100vw);
  
      .name {
        font-size: calc(20 / 1400 * 100vw);
  
        & + .note {
          font-size: calc(9 / 1400 * 100vw);
        }
      }
    }
  }
}

.prof + .interview {
  margin-top: 70px;

  .ttl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6363636363636365;
    margin-bottom: 1em;
    color: var(--color-6);
  }
  .inner + .inner {
    margin-top: 50px;
  }
  .cols {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
  }
  .right-side {
    flex: 1 0 320px
  }
  .left-side {
    flex: 1 1 auto;
  }

  @media (width > 1400px) {
    margin-top: calc(70 / 1400 * 100vw);

    .ttl {
      font-size: calc(22 / 1400 * 100vw);
    }
    .inner + .inner {
      margin-top: calc(50 / 1400 * 100vw);
    }
    .cols {
      column-gap: calc(50 / 1400 * 100vw);
    }
    .right-side {
      flex-basis: calc(320 / 1400 * 100vw)
    }  
  }
}


.modal-triggers-area {
  display: block;
  width: 100%;
}

.modal-triggers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 70px;
  column-gap: 20px;
  row-gap: 15px;
  align-items: stretch;

  li {
    display: block;
    background-color: var(--bg-col);
    background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
    background-size: 6px 6px;
    border-radius: 10px;

    @media (hover: hover) {
      opacity: 1;
      transition: opacity .3s ease;
  
      &:hover {
        opacity: .5;
      }
    }
  }

  @media (width > 1400px) {
    grid-auto-rows: calc(70 / 1400 * 100vw);
    column-gap: calc(20 / 1400 * 100vw);
    row-gap: calc(15 / 1400 * 100vw);

    li {
      background-size: calc(6 / 1400 * 100vw) calc(6 / 1400 * 100vw);
      border-radius: calc(10 / 1400 * 100vw);
    }
  }
}
a.pop,
a.to-anchr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 24px 0 30px;
  font-size: 20px;
  text-decoration: none;

  &::after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../../../assets/images/trggr-arrw.svg) no-repeat center / contain
  }

  @media (width > 1400px) {
    padding: 0 calc(24 / 1400 * 100vw) 0 calc(30 / 1400 * 100vw);
    font-size: calc(20 / 1400 * 100vw);

    &::after {
      width: calc(26 / 1400 * 100vw);
      height: calc(26 / 1400 * 100vw);
    }
  }
}
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;
      color: var(--color-4);
    }
  }
}
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: 720px;
  max-height: 85vh;
  overflow: auto;
  padding: 55px 60px 50px;
  background-size: 6px 6px;
  border-radius: 10px;
  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: 20px;
    color: var(--color-6);
    padding-bottom: 24px;
    margin-bottom: 24px;
    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: 30px;
  }
  .img-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 13px;

    & + & {
      margin-top: 13px;
    }

    &.one-image {
      grid-template-columns: 1fr;
      padding: 0 50px;
      gap: 0;
    }
    &.double-img {
      row-gap: 0;
    }
  }

  .mfp-close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 23px;
    right: 23px;
    background: url(../../../assets/images/close-x.svg) no-repeat center / contain;
    color: transparent;
    overflow: hidden;
  }

  .modal-pickup-set {
    background-color: #fff;
    padding: 0 35px 35px;
    margin-top: 30px;
    border-radius: 10px;

    .modal-pickup-ttl {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0 0 10px 10px;
      width: 200px;
      height: 34px;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: .014em;
      background-color: var(--color-3);
      color: #fff;
      padding: 0 1em;
      margin: 0 auto;
    }
  }
  .region-ttl {
    margin: 26px 0 10px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color-3);
  }
  .caption {
    font-size: 14px;
    line-height: 1.5714285714285714;
    margin-top: .25em;
    text-align: justify;

    .double-img & {
      grid-column: 1/3;
      grid-row: 2/3;
      text-align: center;
    }
  }

  @media (width > 1400px) {
    max-width: calc(720 / 1400 * 100vw);
    padding: calc(55 / 1400 * 100vw) calc(60 / 1400 * 100vw) calc(50 / 1400 * 100vw);
    background-size: calc(6 / 1400 * 100vw) calc(6 / 1400 * 100vw);
    border-radius: calc(10 / 1400 * 100vw);

    .job-ttl {
      font-size: calc(20 / 1400 * 100vw);
      padding-bottom: calc(24 / 1400 * 100vw);
      margin-bottom: calc(24 / 1400 * 100vw);
      border-bottom-width: calc(1 / 1400 * 100vw);
    }
    .mfp-close {
      width: calc(16 / 1400 * 100vw);
      height: calc(16 / 1400 * 100vw);
      top: calc(23 / 1400 * 100vw);
      right: calc(23 / 1400 * 100vw);
    }
    .txt {
      margin-bottom: calc(30 / 1400 * 100vw);
    }
    .img-cols {
      column-gap: calc(20 / 1400 * 100vw);

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

      &.one-image {
        padding: 0 calc(50 / 1400 * 100vw);
      }
    }
    .modal-pickup-set {
      padding: 0 calc(35 / 1400 * 100vw) calc(35 / 1400 * 100vw);
      margin-top: calc(30 / 1400 * 100vw);
      border-radius: calc(10 / 1400 * 100vw);
  
      .modal-pickup-ttl {
        border-radius: 0 0 calc(10 / 1400 * 100vw) calc(10 / 1400 * 100vw);
        width: calc(200 / 1400 * 100vw);
        height: calc(34 / 1400 * 100vw);
        font-size: calc(14 / 1400 * 100vw);
      }
    }
    .region-ttl {
      margin: calc(26 / 1400 * 100vw) 0 calc(10 / 1400 * 100vw);
      font-size: calc(15 / 1400 * 100vw);
    }
    .caption {
      font-size: calc(14 / 1400 * 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: 30px;
}





.items {
  padding: 50px 60px 55px;
  background-color: var(--bg-col);
  border-radius: 10px;

  & + & {
    margin-top: 60px;
  }

  .item-ttl-area {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-template-rows: 1fr;
    column-gap: 30px;

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

    .ico .img-box {
      width: 90px;
    }

    .item-ttl {
      padding-top: 10px;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: .75em;
      color: var(--color-6);

      .just-ttl .item-ttl-set & {
        padding-top: 0;
        margin-bottom: 0;
        align-self: center;
      }
    }
  }
  .item-add {
    margin-top: 45px;
  }
  .item-sub-ttl {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .14em;
    white-space: nowrap;
    margin-top: .3em;

    &::before {
      display: inline-block;
      content: '●';
      font-size: .5em;
      vertical-align: bottom;
      transform: translateY(-50%);
      padding-right: .5em;
      color: var(--color-4);
    }
  }
  & > .cols {
    display: flex;
    column-gap: 40px;
    margin-top: 40px;
  }
  .note {
    font-size: 90%;
  }

  @media (width > 1400px) {
    padding: calc(50 / 1400 * 100vw) calc(60 / 1400 * 100vw) calc(55 / 1400 * 100vw);
    border-radius: calc(10 / 1400 * 100vw);

    & + & {
      margin-top: calc(60 / 1400 * 100vw);
    }
    .item-ttl-area {
      grid-template-columns: calc(90 / 1400 * 100vw) 1fr;
      column-gap: calc(30 / 1400 * 100vw);

      .ico .img-box {
        width: calc(90 / 1400 * 100vw);
      }
  
      .item-ttl {
        padding-top: calc(10 / 1400 * 100vw);
        font-size: calc(24 / 1400 * 100vw);
      }
    }
  }
}

.item-table {
  display: block;
  width: 100%;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #fff;

  & + &,
  & + .related-link {
    margin-top: 30px;
  }

  .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 10px 10px;
      min-width: 340px;
      min-height: 40px;
      font-size: 16px;
      letter-spacing: .014em;
      background-color: var(--color-3);
      color: #fff;
      padding: 0 1em;
    }
    .item-list-area {
      display: block;
      width: 100%;
      padding: 25px 60px 40px;

      .item-list {
        display: grid;
        grid-template-columns: repeat(2, auto);
        column-gap: 30px;
        row-gap: 1em;

        &.three-cols {
          grid-template-columns: repeat(3, auto);

          &.center {
            justify-items: center;
          }
        }
        &.one-col {
          grid-template-columns: 1fr;
        }

        .two-cols {
          grid-column: 1/3;
        }
      }
      .list-ttl {
        display: inline-block;
        font-weight: 700;
        font-size: 15px;
        text-indent: -.5em;
        padding-left: 1em;

        .item-list & {
          line-height: 1.6;
        }
        &::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 {
        border-collapse: separate;
        border-spacing: 0 1em;

        th {
          text-align: left;
          vertical-align: top;

          .list-ttl {
            line-height: 1.4666666666666666;
            text-align: left;
            padding-left: 1em;
            padding-right: 1.25em;
            vertical-align: top;
            white-space: nowrap;
          }
        }
        td {
          vertical-align: text-top;
          border-left: solid 1px var(--color-5);

          .txt {
            display: inline-block;
            padding-left: 1.5em;
            transform: translateY(-.35em);
          }
        }
      }
    }
  }

  @media (width > 1400px) {
    margin-top: calc(40 / 1400 * 100vw);
    border-radius: calc(10 / 1400 * 100vw);
  
    & + &,
    & + .related-link {
      margin-top: calc(30 / 1400 * 100vw);
    }
  
    .inner {

      .item-table-ttl {
        border-radius: 0 0 calc(10 / 1400 * 100vw) calc(10 / 1400 * 100vw);
        min-width: calc(340 / 1400 * 100vw);
        min-height: calc(40 / 1400 * 100vw);
        font-size: calc(16 / 1400 * 100vw);
      }
      .item-list-area {
        padding: calc(25 / 1400 * 100vw) calc(60 / 1400 * 100vw) calc(40 / 1400 * 100vw);
  
        .item-list {
          column-gap: calc(30 / 1400 * 100vw);
        }
        .list-ttl {
          font-size: calc(15 / 1400 * 100vw);
        }
      }
    }
  }
}
.related-link {
  display: block;
  width: 440px;
  height: 75px;
  margin: 0 auto;

  a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-radius: 100px;
    border-style: solid;
    border-color: transparent;
    background-color: #595757;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    text-decoration: none;
    position: relative;

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

    @media (hover: hover) {
      transition: .3s ease;

      &:hover {
        color: #595757;
        background-color: #fff;
        border-color: #595757;

        &::after {
          background-image: url(../../../assets/images/related-pop.svg);
        }
      }
    }

    dl {
      display: inline-block;

      & dt,
      & dd {
        display: inline
      }
    }
  }

  @media (width > 1400px) {
    width: calc(440 / 1400 * 100vw);
    height: calc(75 / 1400 * 100vw);

    a {
      border-width: calc(1 / 1400 * 100vw);
      border-radius: calc(100 / 1400 * 100vw);
      font-size: calc(16 / 1400 * 100vw);

      &::after {
        right: calc(30 / 1400 * 100vw);
        width: calc(18 / 1400 * 100vw);
        height: calc(18 / 1400 * 100vw);
      }
    }
  }
}


.pick-up {
  display: block;
  width: 100%;
  padding: 60px 80px;
  margin-top: 90px;
  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: 14px 14px;
  background-position: 0 7px;
  background-color: var(--color-3);

  .cols {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;

    .left-side {
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
    }
    .pickup-ttl.en {
      display: inline-block;
      padding: 0 1em;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.5;
      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: 20px;
      letter-spacing: .14em;
      margin: 1em 0 1.25em;
      color: #fff;
    }
    .txt {
      color: #fff;
    }
    .right-side {
      flex: 0 0 250px;
    }
  }

  @media (width > 1400px) {
    background-size: calc(14 / 1400 * 100vw) calc(14 / 1400 * 100vw);
    background-position: 0 calc(7 / 1400 * 100vw);

    .cols {
      column-gap: calc(50 / 1400 * 100vw);

      .pickup-ttl.en {
        font-size: calc(16 / 1400 * 100vw);
      }
      .ttl {
        font-size: calc(20 / 1400 * 100vw);
      }
      .right-side {
        flex-basis: calc(250 / 1400 * 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: 20px;
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: 30px;

  @media (width > 1400px) {
    font-size: calc(20 / 1400 * 100vw);
    margin-bottom: calc(30 / 1400 * 100vw);
  }
}

.hr-dev .inner-section {
  padding-top: 50px;
  padding-bottom: 50px;

  @media (width > 1400px) {
    padding-top: calc(50 / 1400 * 100vw);
    padding-bottom: calc(50 / 1400 * 100vw);
  }
}

.hr-dev .sec-02 .related-link {
  width: 400px;
  height: 60px;
  margin: 30px auto 0 calc(80 / 1400 * 100vw);

  a {
    color: var(--color-3);
    background-color: #fff;
    border-color: var(--color-3);

    &::after {
      width: 38px;
      height: 8px;
      background-image: url(../../../assets/images/arrw-r-long-b.svg);

      @media (width > 1400px) {
        width: calc(38 / 1400 * 100vw);
        height: calc(8 / 1400 * 100vw);
      }
    }

    @media (hover: hover) {
      transition: .3s ease;

      &:hover {
        color: #fff;
        background-color: var(--color-3);


        &::after {
          background-image: url(../../../assets/images/arrw-r-long.svg);
        }
      }
    }
  }
}


.hr-dev .chart-box {
  margin-top: 50px;
  text-align: center;
}

.chart-2-1 img {
  width: 578px;
  height: auto;

  @media (width > 1400px) {
    width: calc(578 / 1400 * 100vw);
  }
}


.hrd-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  column-gap: 20px;

  li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 140px;
    padding: 55px 14px 0;
    background-size: 6px 6px;
    border-radius: 10px;
    background-color: var(--bg-col);
    background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    counter-increment: hrd-num;
    position: relative;

    &::before {
      content: counter(hrd-num, decimal-leading-zero);
      position: absolute;
      top: 16px;
      font-family: "Catamaran", sans-serif;
      font-weight: 700;
      font-size: 30px;
      color: var(--color-3);
    }
    &::after {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      background-color: var(--color-3);
      position: absolute;
      top: 58px;
    }

    @media (width > 1400px) {
      min-height: calc(140 / 1400 * 100vw);
      padding: calc(55 / 1400 * 100vw) calc(14 / 1400 * 100vw) 0;
      border-radius: calc(10 / 1400 * 100vw);
      font-size: calc(16 / 1400 * 100vw);

      &::before {
        top: calc(16 / 1400 * 100vw);
        font-size: calc(30 / 1400 * 100vw);
      }
      &::after {
        width: calc(20 / 1400 * 100vw);
        height: calc(1 / 1400 * 100vw);
        top: calc(58 / 1400 * 100vw);
      }
    }
  }
}

.fig-ttl {
  margin-top: 65px;
  font-weight: 700;
  font-size: 18px;

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

    &.chart-2-3 {
      min-height: 680px;
      margin-top: 20px;
      padding: 44px 20px 20px;
      position: relative;

      img {
        display: block;
        width: 775px;
        height: auto;
        margin: 0 auto;
      }
  
      figcaption {
        font-weight: 500;
        font-size: 14px;
        text-align: right;
        position: absolute;
        right: 20px;
        bottom: 20px;
      }
    }
  }
}

.chart-box.chart-2-4 {
  margin-top: 20px;
  padding: 40px 60px;
}

@media (width > 1400px) {
  .fig-ttl {
    margin-top: calc(65 / 1400 * 100vw);
    font-size: calc(18 / 1400 * 100vw);
  
    & + .chart-box {
      border-radius: calc(10 / 1400 * 100vw);
  
      &.chart-2-3 {
        min-height: calc(680 / 1400 * 100vw);
        margin-top: calc(20 / 1400 * 100vw);
        padding: calc(44 / 1400 * 100vw) calc(20 / 1400 * 100vw) calc(20 / 1400 * 100vw);
  
        img {
          width: calc(775 / 1400 * 100vw);
        }
        figcaption {
          font-size: 14px;
          right: calc(20 / 1400 * 100vw);
          bottom: calc(20 / 1400 * 100vw);
        }
      }
    }
  }
  .chart-box.chart-2-4 {
    margin-top: calc(20 / 1400 * 100vw);
    padding: calc(40 / 1400 * 100vw) calc(60 / 1400 * 100vw);
  }
}


