@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;
  }
}
/*====================================
下層共通スタイル読み込み
====================================*/
.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr {
  color: #000;
}

/*====================================
VOICE & TALK
====================================*/
.sec-main + .sec-other {
  margin-top: 100px;
}
.sec-main + .sec-other .sec-other__inr .sec-other__cts .cts__other-list {
  justify-content: flex-start;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr {
  padding-top: 155px;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__lead {
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 40px;
  line-height: 1.55;
}
.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__lead span {
  display: inline-block;
  margin-left: -0.5em;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__text {
  margin-top: 37px;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 15px;
  line-height: 2;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__text .cts-head__text--small {
  margin-top: 23px;
  font-size: 12px;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons {
  display: grid;
  margin-top: 138px;
  text-align: center;

  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 66px;
  grid-template-areas: ". .";
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons-note {
  margin-top: 2.5em;
  text-align: center;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-image {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 190px;
  width: 562px;
  height: 390px;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-image img {
  width: auto !important;
  height: 100% !important;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info {
  margin-top: 35px;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info .persons-info__position {
  display: flex;
  justify-content: center;
  letter-spacing: 0.04em;
  font-size: 15px;
  line-height: 2;

  gap: 0 10px;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info .persons-info__name {
  margin-right: -0.5em;
  letter-spacing: 0.04em;
  font-size: 18px;
  line-height: 1.66;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info .persons-info__position .persons-info__decoration {
  width: 22px;
  height: 21px;
}
.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info .persons-info__position .persons-info__decoration:last-child {
  transform: scale(-1, 1);
}

.sec-content .sec-content__inr .sec-main__cts-interview {
  margin-top: 200px;
}

.sec-content .sec-content__inr .sec-main__cts-interview .cts-interview__inr .interview__ttl {
  position: relative;
  padding-left: 62px;
  letter-spacing: 0.02em;
  font-size: 30px;
  line-height: 2.06;
}

.sec-content .sec-content__inr .sec-main__cts-interview .cts-interview__inr .interview__ttl .interview__q {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 35px;
}

.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid {
  display: grid;
  margin: 54px 0;

  grid-auto-columns: 1fr;
  grid-template-columns: 176px 1fr;
  grid-template-rows: 1fr;
  gap: 0 34px;
  grid-template-areas: ". .";
}

.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_photo {
  text-align: center;
}

.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .iinterview-grid_name {
  letter-spacing: 0.04em;
  font-size: 18px;
  line-height: 1;
}

.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 40px 56px 34px;
  border: 1px solid #000;
  border-radius: 30px;
  width: 100%;
  letter-spacing: 0.04em;
  color: #000;
  font-size: 15px;
  line-height: 2;
}
.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts .circle {
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: -20px;
  width: 20px;
  height: 25px;
  background-color: #fff;
}
.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts .circle::before {
  content: "";
  position: absolute;
  right: -3.8px;
  bottom: 12px;
  border: 1px solid #000;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}
.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts .circle::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -3.8px;
  border: 1px solid #000;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}
.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts.--magenta {
  border-color: #bb2970;
}
.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts.--purple {
  border-color: #7613c7;
}
.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts.--magenta .circle::before,
.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts.--magenta .circle::after {
  border-color: #bb2970;
}
.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts.--purple .circle::before,
.sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts.--purple .circle::after {
  border-color: #7613c7;
}

.sec-content .sec-content__inr .sec-main__cts-photo {
  margin: 200px auto 0;
}

.sec-content .sec-content__inr .sec-main__cts-photo .cts-photo__inr {
  overflow: hidden;
  border-radius: 390px;
  height: 390px;
}

@media screen and (max-width: 640px) {
  #recruit-voice .sub-nav .sub-nav-list {
    width: 270%;
  }

  #recruit-voice .sub-mainvisual {
    height: 150px;
  }

  #recruit-voice .sub-mainvisual > img {
    height: 150px !important;
  }

  #recruit-voice .sub-mainvisual.--position-top-sp > img {
    -o-object-position: center -14vw;
       object-position: center -14vw;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr {
    padding-top: 100px;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__lead {
    font-size: 19px;
  }
  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__lead span {
    margin-left: 0;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons {
    display: block;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__text {
    margin-top: 36px;
    font-size: 12px;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__text .cts-head__text--small {
    margin-top: 20px;
    font-size: 10px;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons {
    margin-top: 85px;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-image {
    border-radius: 190px;
    width: 100%;
    height: 140px;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-image img {
    width: 100% !important;
    height: auto !important;

    -o-object-fit: cover;

       object-fit: cover;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info .persons-info__position {
    font-size: 12px;

    gap: 0;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info .persons-info__name {
    font-size: 14px;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info .persons-info__position .persons-info__decoration {
    margin-top: -4px;
    width: 11px;
    height: 10.5px;

    gap: 8px 0;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons li:nth-of-type(2) {
    margin-top: 50px;
  }

  .sec-content .sec-content__inr .sec-main__cts-interview {
    margin-top: 115px;
  }

  .sec-content .sec-content__inr .sec-main__cts-interview {
    margin-top: 117px;
  }

  .sec-content .sec-content__inr .sec-main__cts-interview .cts-interview__inr .interview__ttl {
    padding-left: 34px;
    letter-spacing: -0.05em;
    font-size: 17px;
    line-height: 1.76;
  }

  .sec-content .sec-content__inr .sec-main__cts-interview .cts-interview__inr .interview__ttl .interview__q {
    top: 0px;
    width: 18px;
  }

  .sec-content .sec-content__inr .sec-main__cts-interview .interview-grid {
    display: grid;
    margin: 54px 0;

    grid-auto-columns: 1fr;
    grid-template-columns: 63px 1fr;
    grid-template-rows: 1fr;
    gap: 0 16px;
    grid-template-areas: ". .";
  }

  .sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_name {
    font-size: 13px;
    line-height: 1;
  }

  .sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts {
    padding: 27px 22px;
    border-radius: 20px;
    letter-spacing: 0.04em;
    font-size: 12px;
    line-height: 2.08;
  }
  .sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts .circle {
    overflow: hidden;
    position: absolute;
    top: 18px;
    left: -9px;
    width: 10px;
    height: 13.5px;
  }
  .sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts .circle::before {
    content: "";
    position: absolute;
    right: 1.5px;
    bottom: 6px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
  }
  .sec-content .sec-content__inr .sec-main__cts-interview .interview-grid .interview-grid_answer .answer__cts .circle::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 1.5px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
  }

  .sec-content .sec-content__inr .sec-main__cts-photo {
    margin-top: 98px;
  }

  .sec-content .sec-content__inr .sec-main__cts-photo .cts-photo__inr {
    overflow: hidden;
    border-radius: 95px;
    height: 150px;
  }
  .sec-content .sec-content__inr .sec-main__cts-photo .cts-photo__inr img {
    position: relative;
    left: 50%;
    width: auto !important;
    height: 150px !important;
    transform: translateX(-50%);
    vertical-align: top;
  }
}
.cts__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0 150px;
  width: 100%;
}

.cts__sns-list .sns-list {
  box-sizing: border-box;
  padding: 0 25px;
}

.cts__sns-list .sns-list .sns-list__link {
  display: block;
  height: 43px;
  text-decoration: none;
}

.cts__sns-list .sns-list .sns-list__link img {
  width: auto !important;
  height: 100% !important;
}

@media screen and (max-width: 640px) {
  .cts__sns-list {
    margin-top: 60px;
    padding: 0 0 118px;
    width: 100%;
  }

  .cts__sns-list .sns-list {
    padding: 0 3.3333333333vw;
  }

  .cts__sns-list .sns-list .sns-list__link {
    height: 40px;
  }

  .cts__sns-list .sns-list .sns-list__link img {
    width: auto !important;
    height: 100% !important;
  }

  .sec-content .sec-content__inr .sec-main__cts-photo .cts-photo__inr {
    border-radius: 95px;
    width: 100%;
  }
  .sec-content .sec-content__inr .sec-main__cts-photo .cts-photo__inr img {
    height: 100% !important;
  }
}
.sec-other .sec-other__inr {
  padding-top: 0;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .other-list__info {
  position: static;
  transform: translate(0);
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .voice-info__ttl {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .md-item-btn__arw {
  margin-top: 16px;
  margin-bottom: -4px;
  letter-spacing: 0.04em;
  font-size: 22px;
  line-height: 1.36;
}

.sec-content .sec-content__inr .cts__note {
  box-sizing: border-box;
  margin-top: 35px;
  padding: 30px;
  background-color: #eee;
}

.sec-content .sec-content__inr .cts__note .note {
  word-break: break-all;
  line-height: 1.8;
}

.sec-content .sec-content__inr .cts__note .note a {
  text-decoration: underline;
  color: #222;
}

.sec-content .sec-content__inr .cts__note .note a:hover {
  text-decoration: none;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info a {
  display: block;
  padding-bottom: 10px;
  min-height: 3.2em;
  text-decoration: underline;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info a:hover {
  text-decoration: none;
}

.sec-content .sec-content__inr .sec-main__cts-head .info__note {
  margin-top: 20px;
}

.sec-content .sec-content__inr .sec-main__cts-head .info__note .note__ttl {
  font-size: 16px;
  line-height: 1.6;
}

.sec-content .sec-content__inr .sec-main__cts-head .info__note .note__desc {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__img {
  width: 370px;
  height: 288px;
}

.sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__img img {
  width: 100%;
  height: 100% !important;

  -o-object-fit: cover;

     object-fit: cover;
}

@media screen and (max-width: 640px) {
  .sec-main + .sec-other {
    margin-top: 60px;
  }

  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .voice-info__ttl {
    margin-top: 27px;
    font-size: 13px;
  }

  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__inr .md-item-btn__arw {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1;
  }

  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list + .other-list {
    margin-top: 58px;
  }

  .sec-content .sec-content__inr .cts__note .note {
    font-size: 13px;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons .persons-info a br {
    display: none;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .cts-head__inr .cts-head__persons-note {
    font-size: 12px;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .info__note .note__ttl {
    font-size: 13px;
  }

  .sec-content .sec-content__inr .sec-main__cts-head .info__note .note__desc {
    font-size: 13px;
    line-height: 1.8;
  }

  .sec-other .sec-other__inr .sec-other__cts .cts__other-list .other-list .other-list__img {
    width: 100%;
    height: 144px;
  }
}
#recruit-enquete .sec-content .sec-content__inr .sec-main__cts-head .cts-head__anc-List {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

#recruit-enquete .sec-content .sec-content__inr .sec-main__cts-head .cts-head__anc-List .md-item-btn .md-item-btn__arw {
  width: 344px;
  height: 76px;
  font-size: 20px;
}

#recruit-enquete .sec-content .sec-content__inr .md-item-btn .md-item-btn__arw::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 7px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  background: url(../../img/arw_wt02.svg) no-repeat center center;
  background-size: contain;
}

.section .section__inr .section__ttl {
  text-align: center;
}

#tmpl_main .section .section__inr .section__ttl .ttl__num {
  display: block;
  margin-bottom: 12px;
}

#tmpl_main .section .section__inr .section__ttl .ttl__num img {
  width: auto;
  height: 35px;
}

.section .section__inr .section__ttl .ttl {
  position: relative;
  font-size: 36px;
  line-height: 1.5;
}
.section .section__inr .section__ttl .ttl::after,
.section .section__inr .section__ttl .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.section .section__inr .section__ttl .ttl::after {
  top: -8px;
  left: -47px;
  width: 20px;
  height: 28px;
  background-image: url(../enquete/img/ttl_decoration_left.svg);
}
.section .section__inr .section__ttl .ttl::before {
  top: -6px;
  right: -50px;
  width: 28px;
  height: 29px;
  background-image: url(../enquete/img/ttl_decoration_right.svg);
}

#recruit-enquete .section {
  padding-top: 150px;
  padding-bottom: 30px;
}

.section--bg .md-block {
  background-color: #fff;
}

.section--block-bg .md-block {
  background-color: #f5f5f5;
}

.section .section__inr .section__cts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
}

.section .section__inr .section__cts .md-block {
  margin-top: 45px;
}

.section .section__inr .section__cts .md-block--half {
  width: 47%;
}

.section .section__inr .section__cts .md-block--full {
  width: 100%;
}

.section .section__inr .section__cts .md-block .md-block__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.section .section__inr .section__cts .md-block .md-block__inr {
  box-sizing: border-box;
  padding: 47px 40px 43px;
}

.section .section__inr .section__cts .md-block .md-block__ttl::before {
  content: attr(data-ttl-num);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding-top: 2px;
  border-radius: 99px;
  width: 45px;
  height: 45px;
  background-color: #424242;
  color: #fff;
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.section .section__inr .section__cts .md-block .md-block__cts > * {
  margin-top: 30px !important;
}

.section .section__inr .section__cts .md-block .md-block__cts--row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0px 30px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img {
  margin: 0 auto;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img01 {
  max-width: 250px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img02 {
  max-width: 250px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img03 {
  max-width: 590px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img04 {
  width: 100%;
  max-width: 250px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img05 {
  width: 100%;
  max-width: 250px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img06 {
  margin-top: 25px;
  max-width: 100%;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img07 {
  max-width: 315px;
  transform: translateX(-20px);
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img08 {
  max-width: 250px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img09 {
  max-width: 255px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__img--img10 {
  max-width: 840px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item {
  flex: 1;
  box-sizing: border-box;
  margin-left: 50px;
  padding: 30px 5px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__ttl {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
}
.section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__ttl.-blue::before {
  background-color: #321ec2;
}
.section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__ttl.-purple::before {
  background-color: #bb2970;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__ttl::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 99px;
  width: 34px;
  height: 34px;
  background-color: #e34000;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__desc {
  margin-top: 10px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__desc .list {
  font-size: 16px;
  line-height: 1.8;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__desc .list + .list {
  margin-top: 0.5em;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__note-block {
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #bb2970;
  width: 100%;
  background: url(../enquete/img/enquete_cts_bg.png) repeat top left;
  background-size: 19px 21px;
}
.section .section__inr .section__cts .md-block .md-block__cts .cts__note-block.-purple {
  border: 1px solid #7613c5;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__ttl {
  display: table;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding-top: 25px;
  padding-left: 29px;
  text-align: center;
  color: #bb2970;
  font-size: 22px;
  line-height: 1.5;
}
.section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__ttl.-purple {
  color: #7613c5;
}
.section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__ttl.-purple::before {
  background: url(../enquete/img/icn_check_purple.svg) no-repeat center center;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__ttl::before {
  content: " ";
  position: absolute;
  top: 35px;
  left: 0;
  width: 17px;
  height: 13px;
  background: url(../enquete/img/icn_check.svg) no-repeat center center;
  background-size: 100% auto;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__desc {
  margin-top: 20px;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__desc .desc__txt {
  font-size: 16px;
  line-height: 1.8;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__desc .desc__note {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
}

.section .section__inr .section__cts .md-block--group {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
  width: 100%;
  background-color: #fff;
}

.section .section__inr .section__cts .md-block--group .md-block {
  margin-top: 0;
}

.section .section__inr .section__cts .md-block .enquete-dot__list {
  margin-top: 45px !important;
}
.section .section__inr .section__cts .md-block .enquete-dot__list.-white {
  padding: 33px 30px;
  background-color: #fff;
}
.section .section__inr .section__cts .md-block .enquete-dot__list.-small {
  margin: 0 45px;
}

.section .section__inr .section__cts .md-block .enquete-dot__list .list {
  position: relative;
  padding-left: 14px;
  line-height: 2;
}
.section .section__inr .section__cts .md-block .enquete-dot__list .list > span {
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
}
.section .section__inr .section__cts .md-block .enquete-dot__list .list::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #000;
}

.section .section__inr .section__cts .md-block .md-block__cts .cts__feature {
  margin: 0 54px 70px;
  margin-top: 110px !important;
}
.section .section__inr .section__cts .md-block .md-block__cts .cts__feature .block__ttl {
  color: #7613c5;
  font-size: 18px;
  font-weight: bold;
}
.section .section__inr .section__cts .md-block .md-block__cts .cts__feature .block__desc {
  margin-top: 13px;
  letter-spacing: 0.04em;
  font-size: 15px;
}
.section .section__inr .section__cts .md-block .md-block__cts .cts__feature .list + .list {
  margin-top: 43px;
}

@media screen and (max-width: 640px) {
  #recruit-enquete .sec-content .sec-content__inr .sec-main__cts-head .cts-head__anc-List {
    display: block;
    margin-top: 55px;
  }
  #recruit-enquete .sec-content .sec-content__inr .sec-main__cts-head .cts-head__anc-List .anc-List + .anc-List {
    margin-top: 20px;
  }

  #recruit-enquete .sec-content .sec-content__inr .sec-main__cts-head .cts-head__anc-List .md-item-btn .md-item-btn__arw {
    width: 100%;
    height: 47px;
    font-size: 13px;
  }

  #tmpl_main .section .section__inr .section__ttl .ttl__num {
    margin-bottom: 5px;
  }

  #tmpl_main .section .section__inr .section__ttl .ttl__num img {
    width: auto;
    height: 23px;
  }

  #recruit-enquete .section {
    padding-top: 88px;
    padding-bottom: 30px;
  }

  .section .section__inr .section__ttl .ttl {
    font-size: 21px;
  }
  .section .section__inr .section__ttl .ttl::after {
    top: -3px;
    left: -19px;
    width: 11px;
    height: 15px;
  }
  .section .section__inr .section__ttl .ttl::before {
    top: -3px;
    right: -17px;
    width: 16px;
    height: 17px;
    background-image: url(../enquete/img/ttl_decoration_right.svg);
  }

  .section .section__inr .section__cts {
    display: block;
    margin-top: 8px;
    margin-top: 0;
  }

  .section .section__inr .section__cts .md-block--half {
    width: 100%;
  }

  .section .section__inr .section__cts .md-block {
    margin-top: 30px;
  }

  .section .section__inr .section__cts .md-block .md-block__ttl {
    text-align: center;
    font-size: 14px;
  }

  .section .section__inr .section__cts .md-block .md-block__ttl::before {
    margin-right: 15px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img01 {
    max-width: 185px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img02 {
    max-width: 185px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img03 {
    margin: 0 10px;
    max-width: 720px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img04 {
    max-width: 185px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img05 {
    max-width: 190px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img06 {
    margin-top: 25px;
    width: 1100px;
    max-width: none;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img07 {
    max-width: 245px;
    transform: translateX(-20px);
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img08 {
    max-width: 195px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img09 {
    max-width: 195px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__img--img10 {
    margin: 0 20px;
    max-width: 840px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts > * {
    margin-top: 18px !important;
  }

  .section .section__inr .section__cts .md-block .md-block__inr {
    padding: 35px 15px 28px;
  }

  .section .section__inr .section__cts .md-block .enquete-dot__list {
    margin-top: 15px !important;
  }
  .section .section__inr .section__cts .md-block .enquete-dot__list.-white {
    padding: 41px 14px;
  }
  .section .section__inr .section__cts .md-block .enquete-dot__list.-small {
    margin: 0 13px;
  }

  .section .section__inr .section__cts .md-block .enquete-dot__list .list {
    padding-left: 12px;
    font-size: 12px;
  }
  .section .section__inr .section__cts .md-block .enquete-dot__list .list::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #000;
  }
  .section .section__inr .section__cts .md-block .enquete-dot__list .list + .list {
    margin-top: 5px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts--row {
    display: block;
    margin: 0px 10px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item {
    margin-left: 0;
    padding: 0px 0px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__ttl {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__ttl::before {
    margin-right: 6px;
    width: 27px;
    height: 27px;
    font-size: 14px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__bg-item .bg-item__desc .list {
    font-size: 13px;
    line-height: 1.8;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__note-block {
    margin-top: 40px !important;
    padding: 2px 19px 33px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__desc .desc__txt {
    font-size: 13px;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__ttl {
    padding-top: 25px;
    padding-left: 28px;
    font-size: 18px;
  }

  .scrollArea {
    overflow: auto;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__note-block .note-block__desc .desc__note {
    margin-top: 18px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 10px;
    line-height: 1.5;
  }

  .section .section__inr .section__cts .md-block--group {
    display: block;
  }

  .section .section__inr .section__cts .md-block .md-block__cts .cts__feature {
    margin: 0 13px 70px;
    margin-top: 46px !important;
  }
  .section .section__inr .section__cts .md-block .md-block__cts .cts__feature .block__ttl {
    font-size: 16px;
  }
  .section .section__inr .section__cts .md-block .md-block__cts .cts__feature .block__desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.9;
  }
  .section .section__inr .section__cts .md-block .md-block__cts .cts__feature .block__desc > span {
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
  .section .section__inr .section__cts .md-block .md-block__cts .cts__feature .list + .list {
    margin-top: 28px;
  }
}