@charset "UTF-8";
.section--welfare .inner > dl + dl {
  border-top: solid 1px #d3cec8;
}
.section--welfare .inner > dl > dt {
  font-weight: bold;
}
.section--welfare .inner > dl > dt::before,
.section--welfare .inner > dl > dt > span {
  display: inline-block;
  letter-spacing: -.4em;
  vertical-align: middle;
}
.section--welfare .inner > dl > dt::before {
  background-size: contain;
  content: "";
}
.section--welfare .inner > dl > dt > span {
  letter-spacing: normal;
}
.notes > li {
  padding-left: 1em;
  position: relative;
}
.notes > li::before {
  content: "\203B";
  left: 0;
  position: absolute;
  top: 0;
}
.notes > li > span {
  display: inline-block;
}
.section--welfare .inner > dl:nth-of-type(5) > dd .notes > li > span:first-child {
  margin-right: 20px;
}
.section--welfare .inner > dl > dd > dl > dt > i {
  margin-right: 5px;
}

.section--welfare .inner > dl:nth-of-type(1) > dt::before { background-image: url(/recruit/recruit2028/recruit/welfare/img/welfare_icon01.svg)}
.section--welfare .inner > dl:nth-of-type(2) > dt::before { background-image: url(/recruit/recruit2028/recruit/welfare/img/welfare_icon02.svg)}
.section--welfare .inner > dl:nth-of-type(3) > dt::before { background-image: url(/recruit/recruit2028/recruit/welfare/img/welfare_icon03.svg)}
.section--welfare .inner > dl:nth-of-type(4) > dt::before { background-image: url(/recruit/recruit2028/recruit/welfare/img/welfare_icon04.svg)}
.section--welfare .inner > dl:nth-of-type(5) > dt::before { background-image: url(/recruit/recruit2028/recruit/welfare/img/welfare_icon05.svg)}
.section--welfare .inner > dl:nth-of-type(6) > dt::before { background-image: url(/recruit/recruit2028/recruit/welfare/img/welfare_icon06.svg)}
.section--welfare .inner > dl:nth-of-type(7) > dt::before { background-image: url(/recruit/recruit2028/recruit/welfare/img/welfare_icon07.svg)}
.section--welfare .inner > dl:nth-of-type(8) > dt::before { background-image: url(/recruit/recruit2028/recruit/welfare/img/welfare_icon08.svg)}
.section--welfare .inner > dl:nth-of-type(9) > dt::before { background-image: url(/recruit/recruit2028/recruit/welfare/img/welfare_icon09.svg)}

@media screen and (min-width: 769px) {
  .section--welfare {
      margin-bottom: 75px;
  }
  .section--welfare .inner > dl + dl {
    padding-top: 20px;
  }
  .section--welfare .inner > dl > dt {
    font-size: 2rem;
  }
  .section--welfare .inner > dl > dt::before {
    height: 50px;
    margin-right: 10px;
    width: 50px;
  }
  .section--welfare .inner > * + dl {
    margin-top: 40px;
  }
  .section--welfare .inner > dl > dd + dt {
    margin-top: 20px;
  }
  .section--welfare .inner > dl > dd {
    margin-top: 10px;
    padding-left: 60px;
  }
  .section--welfare .inner > dl > dd > dl > dd + dt {
    margin-top: 20px;
  }
  .notes {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section--welfare {
      margin-bottom: 50px;
  }
  .section--welfare .inner > dl + dl {
    padding-top: 20px;
  }
  .section--welfare .inner > dl > dt {
    font-size: 1.6rem;
  }
  .section--welfare .inner > dl > dt > span {
    width: calc( 100% - 35px );
  }
  .section--welfare .inner > dl > dt::before {
    height: 30px;
    margin-right: 5px;
    width: 30px;
  }
  .section--welfare .inner > * + dl {
    margin-top: 20px;
  }
  .section--welfare .inner > dl > dd + dt {
    margin-top: 10px;
  }
  .section--welfare .inner > dl > dd {
    margin-top: 5px;
    padding-left: 35px;
  }
  .section--welfare .inner > dl > dd > dl > dd + dt {
    margin-top: 20px;
  }
  .notes {
    font-size: 1rem;
    margin-top: 5px;
  }
}

