@charset "utf-8";

/* office用 SPファースト */

#office {
  padding: 0 20px;
  color: #333333;
}
#office article {
  font-size: 110%;
}
#office section {
  margin: 30px 0 0 0;
}
#office section:first-of-type {
  margin: 0;
}
#office section:last-of-type {
  margin: 30px 0;
}
#office h1 {
  margin: 5px 0;
  font-size: 135%;
  line-height: 1.4;
}
#office h2 {
  margin: 0 0 10px 0;
  padding: 2px 0;
  border-bottom: 2px solid #ff6600;
  font-size: 130%;
}
#office-same h2,
#recruit_qa h2,
#office-card-nearby h2,
#office-wp-new h2 {
  font-size: 120%;
}
#office section a {
  color: #00bbdd;
}
#office .ico::before {
  margin: 0 2px 0 0;
}
#office .breadCrumb .inner ol {
  align-items: center;
}
#office .breadCrumb .breadCrumbList li {
  padding: 0 6px 6px 0;
}

/* FV */
#office-fv > p {
  display: block;
  color: #666666;
  font-size: 80%;
  text-align: right;
}
#office-fv dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#office-fv dt,
#office-fv dd {
  margin: 0 0 8px 0;
  line-height: 1.4;
}
#office-fv dt {
  width: 80px;
}
#office-fv dd {
  width: calc(100% - 90px);
}
#office-fv dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  border-radius: 2px;
  background: #ffefe5;
  color: #774e47;
  font-size: 90%;
}
#office-card h2 {
  text-align: center;
  border-bottom: none;
}
#office-card h2 span {
  margin: 0 4px;
  font-size: 140%;
  color: #ff6600;
}

/* FV 画像スライダー */
.office-fv-hero .catch {
  position: relative;
  margin: 0 0 20px 0;
}
.office-fv-hero .swiper {
  overflow: inherit;
}
.office-fv-hero .swiper-wrapper {
  height: inherit;
}
.office-fv-hero .img_slider li {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.office-fv-hero .img_slider img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.popup_pic {
  position: absolute;
  bottom: 6px;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  aspect-ratio: 1 / 1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  z-index: 1;
}
.popup_pic .ico::before {
  width: 20px !important;
  margin: 0 !important;
  background: #ffffff !important;
}

/* FV 画像スライダー コントローラー */
.catch .swiper_detail_fv .swiper-button-next,
.catch .swiper_detail_fv .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  display: flex;
  width: 26px;
  height: 26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  z-index: 1;
}
.catch .swiper_detail_fv .swiper-button-next {
  right: -13px;
}
.catch .swiper_detail_fv .swiper-button-prev {
  left: -13px;
}
.catch .swiper_detail_fv .swiper-button-next:after,
.catch .swiper_detail_fv .swiper-button-prev:after {
  color: #ffffff;
  font-size: 14px;
}

/* FV 画像スライダー モーダル */
#office .renew-modal.consModal .modalBody {
  padding: 45px 10px 10px 10px;
  border-radius: 8px;
}
#office .renew-modal.consModal .modalBody .closeBtn {
  top: 8px;
  right: 8px;
}

/* 事業所情報 */
#office-info dt {
  color: #774e47;
  font-weight: bold;
}
#office-info dd {
  margin: 0 0 12px 0;
  padding: 0 5px 5px 18px;
  border-bottom: 1px dashed #cccccc;
}
#office #office-info .ico::before {
  margin: 0 2px 2px 0;
}

.closet_map {
  margin: 4px 0;
  font-size: 90%;
}
.closet_map .ico2::after {
  width: 14px;
  background: #00bbdd;
}

/* 同法人の他求人 */
#office-same ul {
  margin: 10px 0 0 0;
}
#office-same li a {
  color: #3b8bba;
  font-size: 110%;
}

/* リスト形式リンク 共通 */
.link-list-mark {
  margin: 5px 0 0 0;
}
.link-list-mark li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 8px 0;
}
.link-list-mark li a {
  width: calc(100% - 16px);
  line-height: 1.2;
}
.link-list-mark li::before {
  content: '';
  display: block;
  width: 14px;
  aspect-ratio: 1 / 1;
  margin: 0 2px 0 0;
  background: #333333;
  mask: url(/img/icon/icon_chevron_right.svg) no-repeat center center / cover;
  -webkit-mask: url(/img/icon/icon_chevron_right.svg) no-repeat center center /
    cover;
}

/* よくある質問 */
.accordion li {
  margin: 0 0 5px 0;
  padding: 5px;
  border-bottom: 1px dashed #cccccc;
}
/*アコーディオンタイトル*/
.accordion_title {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.accordion_title strong {
  width: 100%;
  text-align: center;
}
.accordion_title::before,
.accordion_box > div::before {
  content: '';
  display: block;
  justify-content: center;
  align-items: center;
  width: 24px;
  aspect-ratio: 1 / 1;
  margin: 0;
}
.accordion_title span {
  width: calc(100% - 50px);
  color: #774e47;
}

/* アコーディオン＋と× */
.accordion_title::after {
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1 / 1;
  margin: 0 0 0 auto;
  mask: url('/img/icon/icon_arrow_circle_right2.svg') no-repeat center center /
    contain;
  -webkit-mask: url('/img/icon/icon_arrow_circle_right2.svg') no-repeat center
    center / contain;
  transform: rotate(90deg);
  transition: 0.5s;
  background: #ff9900;
}
/*　close　*/
.accordion_title.accordion_close::after {
  transform: rotate(-90deg);
}
/* アコーディオン エリア */
.accordion_box {
  display: none;
  position: relative;
  margin: 5px 0;
}
.accordion_box > div {
  display: flex;
  align-items: flex-start;
}
.accordion_box > div > div {
  width: calc(100% - 25px);
}
.accordion_box a {
  display: block;
  margin: 8px 0;
  color: #00bbdd !important;
}
.accordion_title::before,
.accordion_box > div::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  aspect-ratio: 1 / 1;
  margin: 0 5px 0 0;
  background: #ffffff;
  border-radius: 4px;
  border: 2px solid #ff9900;
  color: #ff9900;
  font-size: 14px;
  line-height: 1;
}
.accordion_title::before {
  content: 'Q';
  margin: 0 5px auto 0;
  background: #ff9900;
  color: #ffffff;
}
.accordion_box > div::before {
  content: 'A';
}
.accordion_box > div a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.accordion_box > div a::after {
  content: '';
  display: block;
  width: 16px;
  aspect-ratio: 1 / 1;
  margin: 0 0 0 5px;
  background: #00bbdd;
  mask: url('/img/icon/icon_export.svg') no-repeat center center / contain;
  -webkit-mask: url('/img/icon/icon_export.svg') no-repeat center center /
    contain;
}

/* CTAボタン 既存併用 */
#office .ctaMiddle2 a {
  box-shadow: 0 3px 0 #cccccc;
}
#office .ctaMiddle2 a.apply {
  background: #00dd99;
  font-size: 120%;
}
#office-fv .ctaMiddle2 {
  flex-direction: column;
}
#office-fv .ctaMiddle2 a,
#office-info .ctaMiddle2 a {
  width: 100%;
  border: 2px solid #00dd99;
}
#office-fv .ctaMiddle2 a.ask {
  margin: 10px 0 0 0;
  padding: 10px 0;
  color: #00dd99 !important;
}

/* 求人カードレイアウト変更 */
#office .office-card {
  padding: 12px;
  background: #ffefe5;
}
/* 以下 #searchresultAeraとほぼ同様＋複雑化しているので */
/* カード構造の整理は必要そう */
#office .recruitCard {
  margin: 0 0 12px 0;
  padding: 12px;
  background: #ffffff;
  border-radius: 6px;
}
#office .office-card div.recruitCard:last-of-type {
  margin: 0;
}
#office .recruitCard:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#office .recruitCard::before,
#office .recruitCard::after {
  content: none;
}
#office .recruitCard .detail_tag {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}
#office .recruitCard .tag_about_jt {
  padding: 5px;
  color: #ffffff;
  font-size: 11px;
}
#office .recruitCard .rcMainCopy {
  font-size: 14px;
  padding: 0;
  margin: 5px 0 10px 0;
  line-height: 1.6;
}
#office .recruitCard .melon-resultBox_label {
  position: inherit;
  padding: 3px;
  border-radius: 4px;
  font-size: 10px;
}
#office .recruitCard .melon-resultBox_label.favorite {
  flex-direction: row;
  border: 3px solid #189edd !important;
  color: #189edd;
}
#office .recruitCard .catchImg {
  position: inherit;
  width: 100%;
  aspect-ratio: 16 / 9;
}
#office .recruitCard .rcTop {
  min-height: inherit;
  margin: 0 0 10px 0;
  padding: 0;
}
#office .recruitCard .rcTitle {
  margin: 10px 0;
  padding: 0;
}
#office .recruitCard .rcTitle a {
  font-size: 120%;
  text-decoration: underline;
}
.recruitCard h4.rcMainCopy a {
  text-decoration: underline;
}
#office .recruitCard .rcTable dt,
#office .recruitCard .rcTable dd {
  border-bottom: 1px dashed #cccccc;
}
#office .recruitCard .tag_point li {
  border: 1px solid #ff9900;
}
#office .recruitCard .tag_point a {
  color: #ff9900;
}
#office .recruitCard .rcBottom .ctaMiddle2 {
  flex-wrap: wrap;
  margin: 10px 0;
}
#office .recruitCard .rcBottom .ctaMiddle2 > a {
  border: 3px solid #00dd99;
}
#office .recruitCard .rcBottom .ctaMiddle2 a.apply {
  width: 100%;
  margin: 0 0 8px 0;
}
#office .recruitCard .rcBottom .ctaMiddle2 a.ask {
  width: 60%;
  color: #00dd99 !important;
}
#office .recruitCard .fx-col {
  width: 38%;
  margin: 0;
  flex-grow: inherit;
  -webkit-flex-grow: inherit;
}
#office .recruitCard .melon-resultBox_label.favorite {
  width: 100%;
}
#office .recruitCard .rcBottom .ctaMiddle2 a.ask,
#office .recruitCard .melon-resultBox_label.favorite {
  height: 40px;
  padding: 0;
  font-size: 90%;
  line-height: inherit;
}
#office .melon-resultBox_label.favorite > i {
  margin: 0 5px 0 0;
  font-size: 16px;
}
#office .renew-modal.consModal .modalBody .btnCont .btnLogin a {
  color: #ff6600;
}
#office .renew-modal.consModal .modalBody .btnCont .btnCta a {
  color: #ffffff;
}
#office .recruitCard .days_tags li {
  font-size: 80%;
}
/* カード内の事業所リンクは非表示 */
#office .recruitCard .rcBottom > a {
  display: none;
}

/* カード制御もっと見るボタン */
#moreViewBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  margin: 10px auto 0 auto;
  padding: 6px 12px;
  background: #ff9900;
  color: #ffffff;
  border-radius: 40px;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
#moreViewBtn::before {
  content: '';
  display: block;
  width: 16px;
  aspect-ratio: 1 / 1;
  margin: 0 2px 0 0;
  background: #ffffff;
  mask: url(/img/icon/icon_add_circle.svg) no-repeat center center / contain;
  -webkit-mask: url(/img/icon/icon_add_circle.svg) no-repeat center center /
    contain;
}

/* 近隣の事業所カード */
.nearby-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 10px 0;
  padding: 12px;
  background: #ffffff;
  border-radius: 6px;
  color: #333333 !important;
}
.nearby-card:last-of-type {
  margin: 0;
}
.nearby-card img {
  display: block;
  width: calc(30% - 10px);
  aspect-ratio: 1 / 1;
  background: #eaeaea;
  object-fit: cover;
}
.nearby-card h3 {
  width: 70%;
  color: #3b8bba;
}
.nearby-card dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
  font-size: 85%;
  line-height: 1.4;
}
.nearby-card dt,
.nearby-card dd {
  padding: 4px;
  border-bottom: 1px dashed #cccccc;
}
.nearby-card > dl dt:last-of-type,
.nearby-card > dl dd:last-of-type {
  padding: 4px 4px 0 4px;
  border-bottom: none;
}
.nearby-card dt {
  width: 30%;
  font-size: 95%;
  font-weight: bold;
}
.nearby-card dd {
  width: 70%;
}

/* WPコラム新着カード style.css併用 */
#office-wp-new.wp_column {
  padding: 0;
}
#office-wp-new strong a {
  color: #3b8bba;
}
#office-wp-new.wp_column .sub div a {
  color: #ff9900;
}
#office-wp-new.wp_column .sub {
  color: #ff9900;
  width: 68%;
}
#office-wp-new.wp_column .pic {
  position: relative;
  width: 30%;
}
#office-wp-new.wp_column .pic img {
  aspect-ratio: 1 / 1;
}

#office-wp-new.wp_column .pic::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  display: block;
  width: fit-content;
  white-space: nowrap;
  padding: 3px 5px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 75%;
  line-height: 1;
  z-index: 2;
}
#office-wp-new.wp_column .pt .pic::before {
  content: '理学療法士(PT)';
  background: #f28482;
}
#office-wp-new.wp_column .ot .pic::before {
  content: '作業療法士(OT)';
  background: #669bbc;
}
#office-wp-new.wp_column .st .pic::before {
  content: '言語聴覚士(ST)';
  background: #61c8be;
}

/* SP向け一時的対処 */
@media screen and (max-width: 767px) {
  .pc .rcBottom {
    width: 100%;
  }
  .pc#office .recruitCard .rcBottom .ctaMiddle2 a.apply {
    order: -1;
    width: 100%;
  }
}

/* w768になったら適用 */
@media screen and (min-width: 768px) {
  #office article {
    max-width: 940px;
    margin: 0 auto;
    font-size: 100%;
  }
  #office section {
    margin: 40px 0 0 0;
  }
  #office h2 {
    margin: 0 0 15px 0;
  }
  .office-fv-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0 0 0;
  }
  .office-fv-hero .catch {
    width: 43%;
  }
  .office-fv-contents {
    width: 55%;
  }
  .office-fv-hero .img_slider img {
    aspect-ratio: 4 / 3;
  }
  #office-fv dt,
  #office-fv dd {
    margin: 0 0 12px 0;
  }
  #office-fv .ctaMiddle2 {
    margin: 10px 0 0 0;
  }
  #office-info dd {
    margin: 5px 0 15px 0;
  }
  .link-list-mark {
    margin: 10px 0 0 0;
  }
  #office .office-card,
  #office .recruitCard {
    padding: 15px;
  }
  #office .recruitCard .catchImg {
    width: 200px;
    aspect-ratio: 1 / 1;
  }
  #office .recruitCard .rcTop {
    width: calc(100% - 220px);
  }
  #office .recruitCard .rcTitle {
    margin: 0 0 10px 0;
  }
  #office .recruitCard .rcBottom {
    width: 100%;
  }
  #office .recruitCard .rcBottom .ctaMiddle2 {
    flex-wrap: nowrap;
    align-items: center;
  }
  #office .recruitCard .rcBottom .ctaMiddle2 a {
    height: 50px !important;
    margin: 0 !important;
    font-size: 100% !important;
  }
  #office .recruitCard .rcBottom .ctaMiddle2 a.apply,
  #office .recruitCard .rcBottom .ctaMiddle2 a.ask {
    width: 38%;
  }
  #office .recruitCard .fx-col {
    width: 22%;
  }
  /* 近隣の事業所カード */
  #office-card-nearby .office-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .nearby-card {
    margin: 0;
  }
  /* WPコラム新着カード style.css併用 */
  #office-wp-new.wp_column .pic,
  #office-wp-new.wp_column .sub {
    width: 100%;
  }
  #office-wp-new.wp_column .pic {
    margin: 0 0 5px 0;
  }
  #office-wp-new.wp_column .pic img {
    aspect-ratio: 16 / 9;
  }
}
