@charset "UTF-8";
/* **********************************
* BASE
* **********************************/
/* **********************************
* BREAK POINT
* **********************************/
/* **********************************
* COLOR
* **********************************/
/* **********************************
* GRADIENT
* **********************************/
/* **********************************
* TEXT
* **********************************/
/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: left;
}
.c-topicspath li {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-topicspath li {
    font-size: 0.7em;
  }
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}
.c-topicspath li:last-child::after {
  content: none;
}

.l-lowerCaption {
  height: 16.666666rem;
  background-image: url(/recruit/inc/image/common/bg-wave.svg);
  background-repeat: no-repeat;
  background-position: 30.266666rem calc(100% + 1px);
  background-size: 79.866666rem auto;
  overflow: hidden;
  padding-inline: 2.666666rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption {
    height: 17.8rem;
    background-position: calc(100% + 22.230999rem) calc(100% + 1px);
    background-size: 69.252933rem auto;
    padding-inline: 2.694666rem;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption {
    height: 11.866666rem;
    background-position: calc(100% + 11rem) calc(100% + 1px);
    background-size: 34.266666rem auto;
    padding-inline: 1.333333rem;
  }
}
.l-lowerCaption__title {
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.333333rem;
  color: #0041b4;
  line-height: 1;
}
.l-lowerCaption__title-main {
  font-weight: 700;
  font-size: 2.666666rem;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title-main {
    font-size: 1.866666rem;
  }
}
.l-lowerCaption__title-sub {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title {
    width: 100%;
  }
}

#benefit {
  /* ==========================================================================
   Project: Benefit (Welfare)
   ========================================================================== */
}
#benefit .p-benefit {
  width: 100%;
  padding-top: 5.333333rem;
  padding-bottom: 1.333333rem;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit {
    padding-top: 4rem;
  }
}
#benefit .p-benefit__inner {
  width: 100%;
  max-width: 69.866666rem;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
#benefit .p-benefit__toc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4.666666rem;
}
@media screen and (max-width: 960px) {
  #benefit .p-benefit__toc {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit__toc {
    max-width: 100%;
    gap: 2rem 1.333333rem;
    margin-bottom: 3.333333rem;
  }
}
#benefit .p-benefit__toc-item {
  -ms-flex-preferred-size: 6.666666rem;
      flex-basis: 6.666666rem;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit__toc-item {
    -ms-flex-preferred-size: 5.333333rem;
        flex-basis: 5.333333rem;
  }
}
#benefit .p-benefit__toc-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}
#benefit .p-benefit__toc-link:hover {
  transform: translateY(-0.333334rem);
}
#benefit .p-benefit__toc-icon {
  width: 6.666666rem;
  height: 6.666666rem;
  margin-bottom: 0.666666rem;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit__toc-icon {
    width: 5.333333rem;
    height: 5.333333rem;
  }
}
#benefit .p-benefit__toc-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#benefit .p-benefit__toc-text {
  font-size: 0.933333rem;
  font-weight: 700;
  color: #0041b4;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit__toc-text {
    font-size: 0.8rem;
  }
}
#benefit .p-benefit__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.333333rem;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit__container {
    gap: 2rem;
  }
}
#benefit .p-benefit__item {
  scroll-margin-top: 70px;
}
#benefit .p-benefit .p-benefit__card {
  background: #FFFFFF;
  box-shadow: inset 0 0.133333rem 0.666666rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.666666rem;
  padding: 3.333333rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 2.666666rem;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit .p-benefit__card {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.333333rem;
    padding: 2rem 1.333333rem;
    position: relative;
  }
}
#benefit .p-benefit .p-benefit__icon {
  width: 6.666666rem;
  height: 6.666666rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#benefit .p-benefit .p-benefit__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit .p-benefit__icon {
    width: 5.333333rem;
    height: 5.333333rem;
  }
}
#benefit .p-benefit .p-benefit__info {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#benefit .p-benefit .p-benefit__title {
  font-weight: 700;
  font-size: 2rem;
  color: #0041b4;
  margin-bottom: 1.333333rem;
  line-height: 1.4;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit .p-benefit__title {
    font-size: 1.733333rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    width: 14rem;
    height: auto;
    transform: translateY(-50%);
    position: absolute;
    left: 8rem;
    top: 4.666666rem;
  }
}
#benefit .p-benefit .p-benefit__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.333333rem;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit .p-benefit__desc {
    margin-bottom: 1.333333rem;
  }
}
#benefit .p-benefit .p-benefit__list-box {
  background-color: #f2f2f2;
  border-radius: 0.333333rem;
  padding: 1.333333rem;
}
@media screen and (max-width: 568px) {
  #benefit .p-benefit .p-benefit__list-box {
    padding: 1.333333rem;
  }
}
#benefit .p-benefit .p-benefit__list {
  list-style: disc;
  padding-left: 1.333333rem;
  margin: 0;
}
#benefit .p-benefit .p-benefit__list li {
  font-size: 1.066666rem;
  font-weight: 700;
  color: #0041b4;
  line-height: 1.5;
}
#benefit .p-benefit .p-benefit__list li::marker {
  color: #0041b4;
}
#benefit .p-benefit .p-benefit__list li:not(:last-child) {
  margin-bottom: 0.666666rem;
}
/*# sourceMappingURL=../_map/project/benefit.css.map */
