@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: 14px 25px;
  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 .swiper-button-disabled {
    display: none;
  }
  .sub-nav .swiper-button-prev,
  .sub-nav .swiper-button-next {
    top: 50%;
    right: -44px;
    margin-top: 0;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
  }
  .sub-nav .swiper-button-prev::after,
  .sub-nav .swiper-button-next::after {
    content: "";
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(../../img/sub_common/nav_next_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sub-nav .swiper-button-prev::before,
  .sub-nav .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -37px;
    width: 126px;
    height: 54px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 34%, black 100%);
    pointer-events: none;
  }
  .sub-nav .swiper-button-prev {
    left: -44px;
  }
  .sub-nav .swiper-button-prev::after {
    background-image: url(../../img/sub_common/nav_prev_arrow.svg);
  }
  .sub-nav .swiper-button-prev::before {
    left: -37px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 34%, black 100%);
  }

  .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 {
    overflow: scroll;
    margin-top: 43px;
    margin-bottom: -15px;
    padding: 0 0 15px;
    font-size: 15px;
  }
  .sub-nav .sub-nav-list {
    justify-content: flex-start;
    width: 240%;
  }
  .sub-nav .swiper-button-prev,
  .sub-nav .swiper-button-next {
    display: none;
    pointer-events: none;
  }

  .sub-nav__btn-link {
    padding: 11px 14px;
    font-size: 11px;
  }
}
/*====================================
下層共通スタイル読み込み
====================================*/
/*====================================
事業紹介ページ
====================================*/
#recruit-business .sec-content {
  position: relative;
  z-index: 15;
  margin-top: 170px;
}

#recruit-business .sec-content .sec-content__inr .sec-content__ttl {
  text-align: center;
  letter-spacing: 0.02em;
  font-family: "Hiragino Sans W5", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.55;
}

#recruit-business .sec-content .sec-content__inr .sec-content__cts {
  display: flex;
  margin-top: 82px;
}

#recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__img {
  overflow: hidden;
  border-radius: 20px;
  width: 46.89%;
}
#recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__img img {
  vertical-align: bottom;
}

#recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__img .cap {
  text-align: center;
  font-size: 14px;
}

#recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc {
  flex: 1;
  box-sizing: border-box;
  padding-left: 6.22101%;
}

#recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc .desc {
  margin-top: -7px;
  letter-spacing: 0.04em;
  font-size: 15px;
  line-height: 2;
}
#recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc .desc + .desc {
  margin-top: 20px;
}
#recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc .desc.caution {
  font-size: 12px;
}

#recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc .note {
  margin-top: 10px;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 1.7;
}

#recruit-business .sec-content--right .sec-content__inr .sec-content__cts .cts__img {
  order: 2;
}

#recruit-business .sec-content--right .sec-content__inr .sec-content__cts .cts__desc {
  padding-right: 6.22101%;
  padding-left: 0;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-business .sec-content {
    margin-top: 24vw;
  }

  #recruit-business .sec-content + .sec-content {
    margin-top: 84px;
  }

  #recruit-business .sec-content .sec-content__inr .sec-content__ttl {
    font-size: 19px;
    line-height: 1.68421;
  }

  #recruit-business .sec-content .sec-content__inr .sec-content__cts {
    display: block;
    margin-top: 36px;
  }

  #recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__img {
    border-radius: 10px;
    width: 100%;
  }

  #recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__img .cap {
    font-size: 12px;
  }

  #recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc {
    margin-top: 46px;
    padding-left: 0;
  }

  #recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc .desc {
    font-size: 12px;
    line-height: 2.08333;
  }
  #recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc .desc + .desc {
    margin-top: 15px;
  }
  #recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc .desc.caution {
    font-size: 10px;
  }

  #recruit-business .sec-content .sec-content__inr .sec-content__cts .cts__desc .note {
    margin-top: 10px;
    font-size: 10px;
  }

  #recruit-business .sec-content--right .sec-content__inr .sec-content__cts .cts__desc {
    padding-right: 0;
    padding-left: 0;
  }
}
#recruit-business .sec-charm {
  margin-top: 215px;
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__ttl {
  display: table;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: "Hiragino Sans W5", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 48px;
  font-weight: bold;
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__ttl::before,
#recruit-business .sec-charm .sec-charm__inr .sec-charm__ttl::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__ttl::before {
  top: 9px;
  right: -46px;
  width: 24.76px;
  height: 29.2px;
  background-image: url(../img/charm_ttl_right.svg);
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__ttl::after {
  top: 8px;
  left: -55px;
  width: 29.79px;
  height: 31.9px;
  background-image: url(../img/charm_ttl_left.svg);
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts {
  margin-top: 57px;
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid {
  display: flex;
  margin: 0 -20px;
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item {
  box-sizing: border-box;
  position: relative;
  padding: 103px 40px 0;
  width: 33.333333%;
}
#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item:first-child {
  padding-left: 0;
}
#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-child(3n+2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item:last-child {
  padding-right: 0;
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item .item__ttl {
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 28px;
  line-height: 1.5;
}
#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item .item__ttl.item__ttl_min-height {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
}

#recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item .item__desc {
  margin-top: 15px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}

#recruit-business .sec-charm .sec-charm__inr .type-tv + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(1):before {
  background-image: url(../img/icn_tv01.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-tv + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(2):before {
  background-image: url(../img/icn_tv02.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-tv + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(3):before {
  background-image: url(../img/icn_tv03.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-video + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(1):before {
  background-image: url(../img/icn_sound01.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-video + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(2):before {
  background-image: url(../img/icn_sound02.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-video + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(3):before {
  background-image: url(../img/icn_sound03.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-mobile + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(1):before {
  background-image: url(../img/icn_mobile01.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-mobile + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(2):before {
  background-image: url(../img/icn_mobile02.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-mobile + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(3):before {
  background-image: url(../img/icn_mobile03.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-imaging + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(1):before {
  background-image: url(../img/icn_imaging01.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-imaging + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(2):before {
  background-image: url(../img/icn_imaging02.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-imaging + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(3):before {
  background-image: url(../img/icn_imaging03.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-medical + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(1):before {
  background-image: url(../img/icn_medical01.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-medical + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(2):before {
  background-image: url(../img/icn_medical02.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-medical + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(3):before {
  background-image: url(../img/icn_medical03.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-felica + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(1):before {
  background-image: url(../img/icn_felica01.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-felica + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(2):before {
  background-image: url(../img/icn_felica02.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-felica + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(3):before {
  background-image: url(../img/icn_felica03.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-felica + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(1):before {
  background-image: url(../img/icn_felica01.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-felica + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(2):before {
  background-image: url(../img/icn_felica02.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-felica + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(3):before {
  background-image: url(../img/icn_felica03.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-ai-cloudsolution + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(1):before {
  background-image: url(../img/icn_ai-cloudsolution01.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-ai-cloudsolution + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(2):before {
  background-image: url(../img/icn_ai-cloudsolution02.png);
}

#recruit-business .sec-charm .sec-charm__inr .type-ai-cloudsolution + .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-of-type(3):before {
  background-image: url(../img/icn_ai-cloudsolution03.png);
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-business .sec-charm {
    margin-top: 114px;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__ttl {
    font-size: 27px;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__ttl::before {
    content: " ";
    width: 60px;
    height: 60px;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__ttl::before {
    top: 5px;
    right: -25px;
    width: 15px;
    height: 18px;
    background-image: url(../img/charm_ttl_right.svg);
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__ttl::after {
    top: 3px;
    left: -28px;
    width: 18px;
    height: 19px;
    background-image: url(../img/charm_ttl_left.svg);
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts {
    margin-top: 20px;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid {
    display: block;
    margin: 35px 0 0;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item {
    padding: 0;
    padding-top: 75px;
    width: 100%;
  }
  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item:not(:last-child) {
    margin-bottom: 46px;
    padding-bottom: 46px;
    border-bottom: 1px solid #fff;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item::before {
    content: " ";
    width: 89px;
    height: 89px;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item:nth-child(3n+2) {
    border-right: none;
    border-left: none;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item + .desc-grid__item {
    margin-top: 27px;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item .item__ttl {
    margin-top: 18px;
    font-size: 18px;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item .item__ttl.item__ttl_min-height {
    min-height: auto;
  }

  #recruit-business .sec-charm .sec-charm__inr .sec-charm__cts .cts__desc-grid .desc-grid__item .item__desc {
    margin-top: 19px;
    padding-bottom: 0;
    letter-spacing: 0.04em;
    font-size: 12px;
    line-height: 2.08333;
  }
}
#recruit-business .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info .md-item-btn .md-item-btn__arw {
  background-color: #eee;
  color: #333;
}

#recruit-business .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info .md-item-btn .md-item-btn__arw::before {
  background-image: url(../../img/arw_bk.svg);
}

#recruit-business .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr:hover .other-list__info .md-item-btn .md-item-btn__arw {
  background-color: #333;
  color: #fff;
}

#recruit-business .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr:hover .other-list__info .md-item-btn .md-item-btn__arw::before {
  background-image: url(../../img/arw_wt.svg);
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-business .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info .md-item-btn .md-item-btn__arw {
    min-width: 165px;
  }
}
.sec-other-link {
  margin-top: 207px;
  background-color: #f0f0f0;
}

.sec-other-link .section__inr {
  padding: 155px 0;
}

.sec-other-link .sec-other__item-block {
  display: flex;
  position: relative;
  margin: 0 -55px;
}

.sec-other-link .sec-other__item-block::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 107%;
  transform: translate(-50%, -50%);
  background-color: #bababa;
}

.sec-other-link .sec-other__item-block .item-block_item {
  box-sizing: border-box;
  width: 50%;
}

.sec-other-link .sec-other__item-block .item-block_item .item__inr {
  position: relative;
  padding-bottom: 117px;
  text-align: center;
  color: #000;
}

.sec-other-link .sec-other__item-block .item-block_item--long .item__inr {
  padding-bottom: 223px;
}

.sec-other-link .sec-other__item-block .item-block_item .item__inr .item__ttl .ttl-en {
  display: block;
  font-size: 39px;
}

.sec-other-link .sec-other__item-block .item-block_item .item__inr .item__ttl .ttl-jp {
  letter-spacing: 0.04em;
  font-size: 20px;
}

.sec-other-link .sec-other__item-block .item-block_item .item__inr .item__desc {
  margin-top: 15px;
  margin-top: 22px;
  letter-spacing: 0.04em;
  font-size: 15px;
  line-height: 1.86667;
}

.sec-other-link .sec-other__item-block .item-block_item .item__inr .md-item-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec-other-link .sec-other__item-block .item-block_item--long .item__inr .md-item-btn {
  bottom: 105px;
}

.sec-other-link .sec-other__item-block .item-block_item--long .item__inr .md-item-btn + .md-item-btn {
  bottom: 0;
}

.sec-other-link .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw {
  border: 1px solid #333;
  width: 550px;
  height: 77px;
  letter-spacing: 0.04em;
  font-size: 20px;
}

.sec-other-link .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw:hover {
  background-color: #fff;
  color: #333;
}

.sec-other-link .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw::before {
  right: 32px;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-in-out;
}

.sec-other-link .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw:hover::before {
  background-image: url(../../img/icn_blank_bk.svg);
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  .sec-other-link {
    margin-top: 125px;
  }

  .sec-other-link .section__inr {
    padding: 20px 0 44px;
  }

  .sec-other-link .sec-other__item-block {
    display: block;
    margin: 0;
  }

  .sec-other-link .sec-other__item-block::before {
    display: none;
  }

  .sec-other-link .sec-other__item-block .item-block_item {
    box-sizing: border-box;
    position: relative;
    padding: 57px 0 60px;
    width: 100%;
  }

  .sec-other-link .sec-other__item-block .item-block_item + .item-block_item::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bababa;
  }

  .sec-other-link .sec-other__item-block .item-block_item .item__inr {
    padding-bottom: 72px;
  }

  .sec-other-link .sec-other__item-block .item-block_item--long .item__inr {
    padding-bottom: 140px;
  }

  .sec-other-link .sec-other__item-block .item-block_item .item__inr .item__ttl .ttl-en {
    letter-spacing: 0.04em;
    font-size: 23px;
  }

  .sec-other-link .sec-other__item-block .item-block_item .item__inr .item__ttl .ttl-jp {
    letter-spacing: 0.04em;
    font-size: 13px;
  }

  .sec-other-link .sec-other__item-block .item-block_item .item__inr .item__desc {
    margin-top: 21px;
    letter-spacing: 0.04em;
    font-size: 12px;
    line-height: 1.91667;
  }

  .sec-other-link .sec-other__item-block .item-block_item .item__inr .md-item-btn {
    max-width: 325px;
  }

  .sec-other-link .sec-other__item-block .item-block_item--long .item__inr .md-item-btn {
    bottom: 60px;
  }

  .sec-other-link .sec-other__item-block .item-block_item--long .item__inr .md-item-btn + .md-item-btn {
    bottom: 0;
  }

  .sec-other-link .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw {
    width: 100%;
    height: 46px;
    font-size: 13px;
  }

  .sec-other-link .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw::before {
    right: 16px;
    width: 11px;
    height: 11px;
  }
}