@charset "UTF-8";
/******************************************************/
/* フッター上 リンクリスト */
/******************************************************/
.sec-other .sec-other__inr .sec-other__ttl {
  text-align: center;
  letter-spacing: 0.02em;
  font-family: "Hiragino Sans W5", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 38px;
  font-weight: bold;
}

.sec-other .sec-other__inr {
  padding: 180px 0 0;
}

.sec-other .sec-other__inr .sec-other__cts {
  margin-top: 60px;
}

.sec-other .sec-other__inr .other-list__img {
  overflow: hidden;
  border-radius: 20px;
}
.sec-other .sec-other__inr .other-list__img img {
  transition: all 0.3s ease-in-out;
  vertical-align: bottom;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info .info__ttl {
  text-align: center;
  letter-spacing: 0.04em;
  font-family: "Hiragino Sans W5", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list {
  box-sizing: border-box;
  padding: 20px;
  width: 33.33333%;
}
.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list.is-hidden {
  display: none;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr {
  display: block;
  position: relative;
  text-decoration: none;
  color: #eee;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.sec-item-btn__arw {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "Hiragino Sans W5", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.sec-item-btn__arw::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 14px;
  height: 7px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  background: url(../../img/sub_common/sec_btn_arw.svg) no-repeat center center;
  background-size: contain;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info .md-item-btn {
  margin-top: 14px;
  text-align: center;
}

.bottom-cts__btn {
  margin-top: 130px;
}

.bottom-cts__btn .md-item-btn__arw {
  margin: 0 auto;
  border: 1px solid #000;
  width: 540px;
  height: 77px;
  background-color: #fff;
  letter-spacing: 0.04em;
  color: #000;
  font-size: 20px;
}

.bottom-cts__btn .md-item-btn__arw::before {
  width: 11px;
  height: 13px;
  background: url(../../img/sub_common/sec_btn_arw_hover.svg) no-repeat center center;
  background-size: contain;
}

/* フッター上 リンクリスト PC
----------------------------------*/
@media screen and (min-width: 641px) {
  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr:hover .sec-item-btn__arw::before {
    right: -25px;
  }
  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr:hover .other-list__img img {
    scale: 1.05;
  }

  .bottom-cts__btn .md-item-btn__arw:hover {
    background-color: #000;
    color: #fff;
  }

  .bottom-cts__btn .md-item-btn__arw:hover::before {
    background: url(../../img/sub_common/sec_btn_arw.svg) no-repeat center center;
    background-size: contain;
  }
}
/* フッター上 リンクリスト SP
----------------------------------*/
@media screen and (max-width: 640px) {
  .sec-other .sec-other__inr .sec-other__ttl {
    margin-bottom: 25px;
    font-size: 19px;
  }

  .sec-other .sec-other__inr {
    padding: 90px 0 0;
  }

  .sec-other .sec-other__inr .sec-other__cts {
    margin-top: 34px;
  }

  .sec-other .sec-other__inr .sec-other__cts .cts__other-list {
    margin: 0;
  }

  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info .info__ttl {
    font-size: 16.5px;
  }

  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info .md-item-btn {
    margin-top: 0px;
  }

  .sec-item-btn__arw {
    font-size: 10px;
  }
  .sec-item-btn__arw::before {
    content: "";
    position: absolute;
    top: 52%;
    right: -15px;
    width: 14px;
    height: 7px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    background: url(../../img/sub_common/sec_btn_arw.svg) no-repeat center center;
    background-size: contain;
  }

  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list {
    padding: 0;
    width: 100%;
  }
  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list + .other-list {
    margin-top: 20px;
  }

  .bottom-cts__btn {
    margin-top: 85px;
  }

  .bottom-cts__btn .md-item-btn__arw {
    margin: 0 auto;
    width: 100%;
    max-width: none;
    height: 47px;
    letter-spacing: 0.04em;
    font-size: 13px;
  }
}
/* フッター上 リンクリスト PC ( benefit )
----------------------------------*/
.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list {
  margin: 0;

  gap: 40px 3.5%;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list {
  overflow: hidden;
  padding: 0;
  border: 3px solid #000;
  border-radius: 20px;
  width: 31%;
  height: 290px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--dormitory {
  border-color: #eace06;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--holiday {
  border-color: #9fb600;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--cafeteria {
  border-color: #bb2970;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--assetbuilding {
  border-color: #3579d8;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--symphonyplan {
  border-color: #ff9400;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--family {
  border-color: #321ec4;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--other {
  border-color: #eb5333;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--healthsupport {
  border-color: #7613c7;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list .benefits__other-list__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list .benefits__other-list__img span {
  display: block;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--dormitory .benefits__other-list__img span {
  margin-top: -75px;
  width: 100px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--holiday .benefits__other-list__img span {
  margin-top: -75px;
  width: 94px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--cafeteria .benefits__other-list__img span {
  margin-top: -75px;
  width: 98px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--assetbuilding .benefits__other-list__img span {
  margin-top: -75px;
  width: 85px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--symphonyplan .benefits__other-list__img span {
  margin-top: -75px;
  width: 92px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--family .benefits__other-list__img span {
  margin-top: -75px;
  width: 123px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--other .benefits__other-list__img span {
  margin-top: -75px;
  width: 94px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--healthsupport .benefits__other-list__img span {
  margin-top: -75px;
  width: 91px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list .sec-item-btn__arw::before {
  background: url(../../img/sub_common/sec_btn_arw_black.svg) no-repeat center center;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr {
  height: 100%;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr {
  color: #000;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info {
  margin-top: 70px;
}

.sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .sec-item-btn__arw {
  color: #000;
}

/* フッター上 リンクリスト SP ( benefit )
----------------------------------*/
@media screen and (max-width: 640px) {
  .sec-other.--benefits .sec-other__inr .sec-other__cts {
    margin-top: 0;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list {
    gap: 0 0;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list {
    border-width: 2px;
    width: 100%;
    height: 141px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--dormitory {
    margin-top: 24px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--dormitory .benefits__other-list__img span {
    margin-top: -43.5px;
    width: 58px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--holiday .benefits__other-list__img span {
    margin-top: -43.5px;
    width: 52.5px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--cafeteria .benefits__other-list__img span {
    margin-top: -43.5px;
    width: 57.5px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--assetbuilding .benefits__other-list__img span {
    margin-top: -43.5px;
    width: 45.5px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--symphonyplan .benefits__other-list__img span {
    margin-top: -43.5px;
    width: 63px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--family .benefits__other-list__img span {
    margin-top: -43.5px;
    width: 75px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--other .benefits__other-list__img span {
    margin-top: -43.5px;
    width: 59.5px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list.--healthsupport .benefits__other-list__img span {
    margin-top: -43.5px;
    width: 51px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info {
    margin-top: 29px;
  }

  .sec-other.--benefits .sec-other__inr .sec-other__cts .cts__other-list .other-list .sec-item-btn__arw::before {
    right: -13px;
  }
}
/******************************************************/
/* メインビジュアル */
/******************************************************/
.sub-mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 80px;
  margin-right: -25px;
  margin-left: -25px;
  height: 540px;
}
.sub-mainvisual > img {
  position: absolute;
  height: 540px !important;

  -o-object-fit: cover;

     object-fit: cover;
}

.sub-mainvisual__text-wrap {
  text-align: center;
  color: #fff;
}

.sub-mainvisual__title {
  display: table;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.02em;
  font-family: "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 64px;
  font-weight: bold;
}
.sub-mainvisual__title::after {
  content: "";
  position: absolute;
  top: 19px;
  left: -42px;
  width: 12px;
  height: 22px;
  background-image: url(../../img/sub_common/mainvisual_decoration_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sub-mainvisual__title::before {
  content: "";
  position: absolute;
  top: 9px;
  right: -26px;
  width: 16px;
  height: 14px;
  background-image: url(../../img/sub_common/mainvisual_decoration_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sub-mainvisual__title-border {
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 105%;
  transform: translateX(-50%);
}

.sub-mainvisual__text {
  margin-top: 28px;
  letter-spacing: 0.08em;
  font-family: "Hiragino Sans W5", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

/* メインビジュアル SP
----------------------------------*/
@media screen and (max-width: 640px) {
  .sub-mainvisual {
    margin-top: 50px;
    height: 380px;
  }
  .sub-mainvisual > img {
    height: 380px !important;
  }

  .sub-mainvisual__title {
    display: table;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.02em;
    font-size: 28px;
    line-height: 1.34375;
  }
  .sub-mainvisual__title::after {
    top: 5px;
    left: -7px;
    width: 6px;
    height: 10px;
  }
  .sub-mainvisual__title::before {
    top: auto;
    right: -2px;
    bottom: 37px;
    width: 8px;
    height: 7px;
  }

  .sub-mainvisual__title-border {
    bottom: -22px;
  }

  .sub-mainvisual__text {
    margin-top: 32px;
    font-size: 10px;
    line-height: 2.1;
  }
}
/******************************************************/
/* ページタイトル */
/******************************************************/
.sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl {
  text-align: center;
  letter-spacing: 0em;
  font-size: 44px;
}
.sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl .ttl__en {
  position: relative;
}
.sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl .ttl__en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  width: 10px;
  height: 37px;
  transform: translateY(-50%);
  background-image: url(../../img/title_right_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl .ttl__en::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  width: 8px;
  height: 37px;
  transform: translateY(-50%);
  background-image: url(../../img/title_left_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl .ttl__jp {
  display: block;
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W5", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.sec-main .sec-main__inr .sec-main__ttl-block {
  padding-top: 110px;
  min-width: 1190px;
}

/* ページタイトル PC
----------------------------------*/
/* ページタイトル SP
----------------------------------*/
@media screen and (max-width: 640px) {
  .sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl {
    font-size: 0;
  }

  .sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl .ttl__en {
    font-size: 26px;
  }
  .sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl .ttl__en::before {
    right: -12px;
    width: 6px;
    height: 22px;
  }
  .sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl .ttl__en::after {
    left: -12px;
    width: 5px;
    height: 23px;
  }

  .sec-main .sec-main__inr .sec-main__ttl-block .sec-main__ttl .ttl__jp {
    margin-top: 5px;
    letter-spacing: 0.12em;
    font-size: 13px;
  }

  .sec-main .sec-main__inr .sec-main__ttl-block {
    padding-top: 57px;
    min-width: auto;
  }
}
/******************************************************/
/* リードテキスト */
/******************************************************/
.sec-main .sec-main__inr .sec-main__lead {
  margin-top: 63px;
  text-align: center;
  letter-spacing: 0.08em;
}

.sec-main .sec-main__inr .sec-main__lead .lead {
  font-size: 18px;
  line-height: 2.11111;
}

/* リードテキスト
-------------------------------------*/
@media screen and (max-width: 640px) {
  .sec-main .sec-main__inr .sec-main__lead {
    margin-top: 45px;
  }

  .sec-main .sec-main__inr .sec-main__lead .lead {
    letter-spacing: 0;
    font-size: 12px;
  }
}
/******************************************************/
/* サブナビゲーション */
/******************************************************/
.sub-nav {
  position: relative;
  z-index: 1;
  margin: 72px auto 0;
  width: 100%;
  max-width: 1190px;
  height: 100%;
  font-size: 14px;
}
.sub-nav .sub-nav-list {
  display: flex;
  justify-content: center;

  gap: 10px;
}
.sub-nav .sub-nav-list__item {
  text-align: center;
  color: #fff;
}
.sub-nav .sub-nav-list__item.is-current .sub-nav__btn-link {
  background: #000;
  color: #fff;
}

.sub-nav__btn-link {
  display: inline-block;
  padding: 12px 16px 11px;
  border: 1px solid #000;
  border-radius: 26px;
  background-color: #fff;
  letter-spacing: 0.04em;
  color: #000;
  font-weight: bold;
}

/* サブナビゲーション PC
----------------------------------*/
@media screen and (min-width: 641px) {
  .sub-nav__btn-link {
    transition: all 0.3s ease-in-out;
  }
  .sub-nav__btn-link:hover {
    background-color: #000;
    color: #fff;
  }
}
/* サブナビゲーション SP
----------------------------------*/
@media screen and (max-width: 640px) {
  .sub-nav {
    margin-top: 43px;
    margin-bottom: -15px;
    padding: 0 0 15px;
    font-size: 11px;
  }
  .sub-nav .sub-nav-list {
    flex-wrap: wrap;
    justify-content: space-between;

    gap: 2.74%;
  }

  .sub-nav-list__item {
    width: 48%;
  }

  .sub-nav-list__item:nth-child(n+3) {
    margin-top: 9px;
  }

  .sub-nav__btn-link {
    padding: 13px 0;
    width: 100%;
  }
}
/*====================================
下層共通スタイル読み込み
====================================*/
/*====================================
福利厚生ページ
====================================*/
#recruit-benefits .sec-content {
  position: relative;
  z-index: 15;
  margin-top: 60px;
}

#recruit-benefits .sec-content.benefits__container {
  padding: 0 20px;
}

#recruit-benefits .sec-content .benefits__page-ttl-content .benefits__page-icon {
  margin: 0 auto;
}

#recruit-benefits .sec-content .benefits__page-ttl-content.--dormitory .benefits__page-icon {
  width: 101px;
  height: 86px;
}

#recruit-benefits .sec-content .benefits__page-ttl-content.--holiday .benefits__page-icon {
  width: 94px;
  height: 88px;
}

#recruit-benefits .sec-content .benefits__page-ttl-content.--cafeteria .benefits__page-icon {
  width: 98px;
  height: 71px;
}

#recruit-benefits .sec-content .benefits__page-ttl-content.--healthsupport .benefits__page-icon {
  width: 91px;
  height: 83px;
}

#recruit-benefits .sec-content .benefits__page-ttl-content.--symphonyplan .benefits__page-icon {
  width: 96px;
  height: 75px;
}

#recruit-benefits .sec-content .benefits__page-ttl-content.--assetbuilding .benefits__page-icon {
  width: 85px;
  height: 90px;
}

#recruit-benefits .sec-content .benefits__page-ttl-content.--family .benefits__page-icon {
  width: 123px;
  height: 70px;
}

#recruit-benefits .sec-content .benefits__page-ttl-content.--other .benefits__page-icon {
  width: 94px;
  height: 70px;
}

#recruit-benefits .sec-content .benefits__page-ttl {
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 64px;
  font-weight: bold;
}

.benefits__page-lead {
  margin-top: 60px;
}

.benefits__page-lead p {
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

#recruit-benefits .sec-content .benefits__content-heading {
  display: flex;
  justify-content: center;
  letter-spacing: 0.04em;
  font-size: 28px;

  gap: 0 10px;
}

#recruit-benefits .sec-content .benefits__page-heading__decoration {
  position: relative;
  top: 3px;
}

#recruit-benefits .sec-content .benefits__page-heading__decoration.--first {
  width: 15px;
  height: 21px;
}

#recruit-benefits .sec-content .benefits__page-heading__decoration.--last {
  width: 21px;
  height: 22px;
}

#recruit-benefits .sec-content .benefits__page-heading__decoration img {
  vertical-align: top;
}

#recruit-benefits .sec-content .benefits__page-content {
  margin-top: 55px;
}

#recruit-benefits .sec-content .benefits__page-content .benefits__content-txt {
  margin-top: 17px;
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

#recruit-benefits .sec-content .benefits__page-content .benefits__table {
  margin-top: 50px;
  font-size: 15px;
}

#recruit-benefits .sec-content .benefits__page-content .benefits__table-row {
  display: grid;
  border-top: 1px solid #000;

  grid-template-columns: 252px 1fr;
  grid-template-rows: auto;
}

#recruit-benefits .sec-content .benefits__page-content .benefits__table-row:last-child {
  border-bottom: 1px solid #000;
}

#recruit-benefits .sec-content .benefits__page-content .benefits__table-ttl {
  display: flex;
  align-items: center;
  padding-left: 25px;
  background-color: #f0f0f0;
}

#recruit-benefits .sec-content .benefits__page-content .benefits__table-contnet {
  padding: 26px 5px 26px 26px;
}

.benefits__photo-2col {
  display: grid;
  margin-top: 28px;

  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
  gap: 0 40px;
}

.benefits__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  gap: 0 15px;
  background-color: #fff;
}

.benefits__link > span:first-child {
  background-color: #fff;
}

.benefits__link + .benefits__link {
  margin-top: 30px;
}

.benefits__link:visited,
.benefits__link:link {
  color: #000;
}

.benefits__link:hover {
  opacity: 0.7;
}

.benefits__link-icon {
  display: inline-block;
  position: relative;
}

.benefits__link-icon img {
  width: 100%;
  height: auto;
}

.benefits__link-icon.--arrow {
  width: 27px;
  height: 27px;
}

.benefits__link-icon.--blank {
  top: -3px;
  width: 20px;
  height: 20px;
}

.benefits__table-link {
  display: flex;
  align-items: center;
  margin-top: 17px;
  color: #000;
  font-size: 14px;

  gap: 0 15px;
}

.benefits__table-link:hover {
  opacity: 0.6;
}

.sec-other .sec-other__inr {
  padding-top: 122px;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-benefits .sec-content.benefits__container {
    padding: 0 20px;
  }

  #recruit-benefits .sec-content .benefits__page-ttl-content.--dormitory .benefits__page-icon {
    width: 69px;
    height: 58.5px;
  }

  #recruit-benefits .sec-content .benefits__page-ttl-content.--holiday .benefits__page-icon {
    width: 66px;
    height: 62px;
  }

  #recruit-benefits .sec-content .benefits__page-ttl-content.--cafeteria .benefits__page-icon {
    width: 75.5px;
    height: 55px;
  }

  #recruit-benefits .sec-content .benefits__page-ttl-content.--healthsupport .benefits__page-icon {
    width: 64px;
    height: 58.5px;
  }

  #recruit-benefits .sec-content .benefits__page-ttl-content.--symphonyplan .benefits__page-icon {
    width: 72px;
    height: 56px;
  }

  #recruit-benefits .sec-content .benefits__page-ttl-content.--assetbuilding .benefits__page-icon {
    width: 58.5px;
    height: 62.5px;
  }

  #recruit-benefits .sec-content .benefits__page-ttl-content.--family .benefits__page-icon {
    width: 93.5px;
    height: 53px;
  }

  #recruit-benefits .sec-content .benefits__page-ttl-content.--other .benefits__page-icon {
    width: 70.5px;
    height: 53px;
  }

  #recruit-benefits .sec-content .benefits__page-ttl {
    margin-top: 14px;
    font-size: 29px;
  }

  #recruit-benefits .sec-content .benefits__page-content {
    margin-top: 30px;
  }

  #recruit-benefits .sec-content .benefits__content-heading {
    letter-spacing: 0.02em;
    font-size: 20px;

    gap: 0 8px;
  }

  #recruit-benefits .sec-content .benefits__page-heading__decoration {
    margin-top: 2px;
  }

  #recruit-benefits .sec-content .benefits__page-heading__decoration.--first {
    width: 10px;
    height: 14px;
  }

  #recruit-benefits .sec-content .benefits__page-heading__decoration.--last {
    width: 14px;
    height: 14.5px;
  }

  .benefits__page-lead {
    margin-top: 43px;
  }

  .benefits__page-lead p {
    letter-spacing: -0.004em;
    font-size: 12px;
  }

  .benefits__content-lead {
    margin: 0;
    font-size: 12px;
  }

  .sec-other .sec-other__inr {
    padding-top: 65px;
  }

  #recruit-benefits .sec-content .benefits__page-content .benefits__table {
    margin-top: 33px;
  }

  #recruit-benefits .sec-content .benefits__page-content .benefits__table-row {
    font-size: 12px;

    grid-template-columns: 100%;
    grid-template-rows: 36px auto;
  }

  #recruit-benefits .sec-content .benefits__page-content .benefits__table-row + .benefits__table-row {
    margin-top: 16px;
  }

  #recruit-benefits .sec-content .benefits__page-content .benefits__table-ttl {
    justify-content: center;
    padding-left: 0;
  }

  #recruit-benefits .sec-content .benefits__page-content .benefits__table-contnet {
    padding: 18px 0;
    line-height: 2.07;
  }

  #recruit-benefits .sec-content .benefits__page-content .benefits__table-row:last-child {
    border-bottom: none;
  }

  .benefits__page-heading {
    text-align: center;
  }

  .benefits__photo-2col {
    margin-top: 20px;
    margin-bottom: 44px;

    grid-template-columns: 100%;
    grid-template-rows: repeat(2, 150px);
    gap: 20px 0;
  }

  .benefits__photo-2col img {
    height: 100%;
  }

  .benefits__link {
    font-size: 11.5px;

    gap: 0 5px;
  }

  .benefits__link + .benefits__link {
    margin-top: 14px;
  }

  .benefits__link-icon.--arrow {
    width: 16px;
    height: 16px;
  }

  .benefits__link-icon.--blank {
    margin-top: 2px;
    width: 10px;
    height: 10px;
  }

  .benefits__link-icon img {
    vertical-align: top;
  }

  .benefits__table-link {
    letter-spacing: -0.02em;
    font-size: 11.5px;

    gap: 0 8px;
  }

  .benefits__content-txt > .benefits__content-lead {
    margin: 0 -15px;
  }
}