@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;
  }
}
/*====================================
下層共通スタイル読み込み
====================================*/
.md-bar {
  background: linear-gradient(transparent 60%, rgba(237, 34, 111, 0.15) 60%);
}

/*====================================
オフィス紹介ページ
====================================*/
.sec-gallery {
  margin-top: 170px;
}

#recruit-office .sec-gallery .sec-gallery_cts .cts__gallery-grid {
  display: grid;
  margin-top: 76px;

  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 25px 0;
  grid-template-areas: "gallery-grid__top" "gallery-grid__bottom";
}
#recruit-office .sec-gallery .sec-gallery_cts .cts__gallery-grid img {
  vertical-align: bottom;
}

#recruit-office .sec-gallery .sec-gallery_cts .cts__gallery-grid .gallery-grid__top {
  overflow: hidden;
  border-radius: 20px;

  grid-area: gallery-grid__top;
}

#recruit-office .sec-gallery .sec-gallery_cts .cts__gallery-grid .gallery-grid__bottom {
  display: grid;

  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 25px;
  grid-template-areas: ". .";
  grid-area: gallery-grid__bottom;
}
#recruit-office .sec-gallery .sec-gallery_cts .cts__gallery-grid .gallery-grid__bottom div {
  overflow: hidden;
  border-radius: 20px;
}

#recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block {
  text-align: center;
}

#recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__num {
  height: 36px;
}
#recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__num img {
  width: auto;
  height: 100%;
}

#recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__ttl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  letter-spacing: 0.02em;
  font-size: 40px;
}
#recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__ttl span:nth-of-type(1) {
  width: 22px;
}
#recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__ttl span:nth-of-type(2) {
  padding-top: 8px;
  padding-right: 9px;
  padding-left: 18px;
}
#recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__ttl span:nth-of-type(3) {
  width: 28px;
}

#recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__lead {
  margin-top: 30px;
  letter-spacing: 0.04em;
  font-size: 15px;
  line-height: 2;
}

#recruit-office .sec-gallery .sec-gallery__credit {
  margin-top: 15px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  #recruit-office .sec-gallery {
    margin-top: 24vw;
  }
  #recruit-office .sec-gallery + .sec-gallery {
    margin-top: 84px;
  }

  #recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block {
    margin-top: 15px;
  }

  #recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__num {
    height: 22.5px;
  }

  #recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__ttl {
    margin-top: 8px;
    letter-spacing: 0.02em;
    font-size: 20px;
  }
  #recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__ttl span:nth-of-type(1) {
    width: 10px;
  }
  #recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__ttl span:nth-of-type(2) {
    padding-top: 4px;
    padding-right: 9px;
    padding-left: 9px;
  }
  #recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__ttl span:nth-of-type(3) {
    width: 14px;
  }

  #recruit-office .sec-gallery .sec-gallery_cts .cts__ttl-block .ttl-block__lead {
    margin-top: 27px;
    font-size: 12px;
  }

  #recruit-office .sec-gallery .sec-gallery_cts .cts__gallery-grid {
    margin-top: 63px;

    grid-template-rows: auto;
    gap: 0;
  }

  #recruit-office .sec-gallery .sec-gallery_cts .cts__gallery-grid .gallery-grid__top {
    width: 100%;
  }

  #recruit-office .sec-gallery .sec-gallery_cts .cts__gallery-grid .gallery-grid__bottom {
    display: block;
  }
  #recruit-office .sec-gallery .sec-gallery_cts .cts__gallery-grid .gallery-grid__bottom div {
    margin-top: 18px;
  }

  #recruit-office .sec-gallery .sec-gallery__credit {
    margin-top: 17.6px;
    font-size: 10px;
  }
}
#recruit-office .bottom-cts {
  padding-top: 155px;
  padding-bottom: 150px;
}

#recruit-office .bottom-cts .bottom-cts__office {
  margin: 0 auto;
  border-radius: 20px;
  max-width: 370px;
  background-color: #fff;
}

#recruit-office .bottom-cts .bottom-cts__office .office__inr {
  display: block;
  position: relative;
  transition: opacity 0.3s;
  color: #fff;
}
#recruit-office .bottom-cts .bottom-cts__office .office__inr:hover {
  opacity: 0.8;
}

#recruit-office .bottom-cts .bottom-cts__office .office__inr .office__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

#recruit-office .bottom-cts .bottom-cts__office .office__inr .office__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#recruit-office .bottom-cts .bottom-cts__office .office__inr .office__info .office__ttl {
  letter-spacing: 0.04em;
  font-size: 28px;
}

#recruit-office .bottom-cts .bottom-cts__office .office__inr .office__info .office__detail {
  display: flex;
  align-items: center;
}

#recruit-office .bottom-cts .bottom-cts__office .office__inr .office__info .office__detail .detail__label {
  letter-spacing: 0.04em;
  font-size: 14px;
}

#recruit-office .bottom-cts .bottom-cts__office .office__inr .office__info .office__detail .detail__arw {
  display: flex;
  align-items: center;
  height: 100%;
}
#recruit-office .bottom-cts .bottom-cts__office .office__inr .office__info .office__detail .detail__arw img {
  margin-top: -3px;
  margin-left: 4px;
  width: 6px;
  height: 6px;
}

#recruit-office .bottom-cts .bottom-cts__office .office__inr .office__img img {
  vertical-align: bottom;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-office .sub-nav .sub-nav-list {
    justify-content: center;
    width: auto;
  }
  #recruit-office .bottom-cts {
    padding-top: 170px;
    padding-bottom: 315px;
  }
  #recruit-office .bottom-cts .bottom-cts__office {
    max-width: 100%;
  }
  #recruit-office .bottom-cts .office__info .office__ttl {
    font-size: 16.5px;
  }
  #recruit-office .bottom-cts .office__info .office__detail {
    margin-top: 20px;
  }
  #recruit-office .bottom-cts .office__info .office__detail .detail__label {
    letter-spacing: 0.04em;
    font-size: 10px;
  }
}