/*
Theme Name: Lightning Child 2025
Template: lightning
Author: Kariyushikai
Version: 1.0.0
*/

/*
テーマ設定のブレークポイント
(min-width: 1200px)
(min-width: 992px) //PC
(min-width: 768px) //タブレット
(min-width: 576px) //SP
*/

/*
【notice】
ページ個別のスタイルは管理画面のExUnitの「カスタムCSS」に登録。
プラグイン側ではなく、固定ページや投稿などの個別画面にて実施すること。

サイト全体で共通利用するスタイルは以下に追加。
ブロックエディターにも反映するときは、「assets/css/block-style.css」にも追加すること。
実際のページ上に反映させるスタイルは以下に追加。
*/
:root {
  --easing-cubic: cubic-bezier(0, 0, 0, 1);
  --header-height: 90px;
}

@media (min-width: 992px) {
  :root {
    --header-height: 110px;
  }
}

.anchor {
  padding-block-start: var(--header-height);
  margin-block-start: calc(var(--header-height) * -1);
}

.anchor_form {
  padding-block-start: 140px;
  margin-block-start: calc(140px * -1);
}

.is-modalopen {
  overflow: hidden;
}

/* MARK:Header */
.header {
  padding-inline: 10px;
  min-height: 80px;
  background-color: rgba(255, 255, 255, 80%);
}

.home .header {
  margin: 0;
  background-color: transparent;
}

.header.wp-block-columns:not(.is-not-stacked-on-mobile)>.header__logo {
  display: flex;
  align-items: center;
  flex-basis: 250px !important;
  max-width: 250px;
}

@media (min-width: 375px) {
  .header {
    padding-inline: 20px;
  }
}

@media (min-width: 992px) {
  .header {
    min-height: 100px;
    padding-inline: 20px 0;
  }

  .header.wp-block-columns:not(.is-not-stacked-on-mobile)>.header__logo {
    flex-basis: 366px !important;
    max-width: 366px;
  }

  /* MENU部分 */
  .header__navigation {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .header__navigation .header__gnav {
    margin-block-start: 0;
  }

  .header__gnav .wp-block-navigation-item__content {
    font-size: clamp(0.875rem, 0.2788rem + 0.9615vw, 1rem);
    color: #00021C;
    font-weight: 500;
    transition: color .4s var(--easing-cubic);
  }

  .header__gnav .wp-block-navigation-item__content:hover {
    color: #0882DB;
  }

  .header__subnav a {
    font-size: clamp(0.75rem, 0.1538rem + 0.9615vw, 0.875rem);
    color: #0882DB;
    font-weight: 500;
    transition: color .4s var(--easing-cubic);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #0882DB;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    text-decoration-skip-ink: none;
  }

  .header__subnav a:hover {
    color: #0882DB;
    text-decoration: none;
  }


  /* 募集要項部分 */
  .header__link .wp-block-buttons {
    height: 100%;
    align-items: stretch;
  }

  .header__link .wp-block-button__link {
    border: 1px solid #0882DB;
  }

  .header__link .wp-block-button__link:hover {
    background-color: #fff;
    color: #0882DB;
    filter: none;
  }

}


/* SP：ハンバーガー */
.vk-mobile-nav-menu-btn {
  width: 22px;
  height: 22px;
  border-radius: 0;
  border: none;
  top: 28px;
  right: 10px !important;
  background: url('assets/img/common/icon-menu.svg') center no-repeat;
  background-size: contain;
}

.vk-mobile-nav-menu-btn.menu-open {
  right: 5px !important;
  border: none;
  background: url('assets/img/common/icon-close.svg') center no-repeat;
  background-size: contain;
}

@media (min-width: 375px) {
  .vk-mobile-nav-menu-btn {
    right: 20px !important;
  }

  .vk-mobile-nav-menu-btn.menu-open {
    right: 20px !important;
  }
}


/* SP メニュー */
.vk-mobile-nav-widget .wp-block-button {
  display: flex;
  justify-content: center;
}


/* MARK:Footer */
.footer__contact {
  justify-content: flex-start;
}

.footer__contact .wp-block-column {
  flex: 0 1 auto !important;
}

.footer__contact .footer__contact--title {
  font-weight: 500;
}

.footer__contact .footer__contact--name {
  font-size: 0.875rem !important;
}

.footer__contact .footer__contact--tel .wp-block-group {
  gap: 4px;
}

.footer__contact .footer__contact--tel p:nth-of-type(1) {
  font-size: 0.875rem !important;
  margin-block-end: 0;
}

.footer__contact .footer__contact--tel p:nth-of-type(2) {
  font-size: 1.5rem !important;
}

.footer__contact .footer__contact--address {
  font-size: 0.875rem !important;
}

.footer-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nav-list .menu-item {
  padding: 0 1em;
}

.footer-nav-list .menu-item:first-child {
  border-right: 1px solid #00021C;
}

.footer-nav-list li a {
  padding: 0;
  transition: color .4s var(--easing-cubic);
}

.footer-nav-list li a:hover {
  color: #0882DB;
}

/* SP 固定ボタン 調整 */
.mobile-fix-nav {
  display: flex;
  min-height: 80px;
  align-items: center;
}

.mobile-fix-nav_enable .vk-mobile-nav {
  height: calc(100% - 80px) !important;
}

.mobile-fix-nav-menu li a {
  font-size: 13px;
  font-weight: 700;
}

.mobile-fix-nav-menu li {
  flex: 0 1 100%;
}

.mobile-fix-nav-menu .link-icon {
  margin-block-end: 4px;
}

.mobile-fix-nav-menu .is-request {
  display: block;
  margin: 0 auto !important;
  width: 34px;
  height: 34px;
  background: url('assets/img/common/icon-document_blue.svg') center no-repeat;
  background-size: contain;
}

.mobile-fix-nav-menu .is-tour {
  display: block;
  margin: 0 auto !important;
  width: 34px;
  height: 34px;
  background: url('assets/img/common/icon-tour_blue.svg') center no-repeat;
  background-size: contain;
}

.mobile-fix-nav-menu .is-contact {
  display: block;
  margin: 0 auto !important;
  width: 34px;
  height: 34px;
  background: url('assets/img/common/icon-mail_blue.svg') center no-repeat;
  background-size: contain;
}

.mobile-fix-nav-menu .is-tel {
  display: block;
  margin: 0 auto !important;
  width: 34px;
  height: 34px;
  background: url('assets/img/common/icon-tel_blue.svg') center no-repeat;
  background-size: contain;
}

.mobile-fix-nav-menu li:not(:first-child) {
  border-left: 1px solid #DEDEDE;
}


@media (min-width: 768px) {

  .footer__contact {
    flex-wrap: wrap !important;
  }

  .footer__contact .wp-block-column {
    flex: 0 1 100% !important;
  }

}

@media (min-width: 992px) {
  .footer__contact {
    justify-content: center;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
  }

  .footer__contact .wp-block-column {
    flex: 0 1 auto !important;
  }

  .footer__contact .footer__contact--tel .wp-block-group {
    gap: 8px;
  }

  .footer__contact .wp-block-column:nth-of-type(1) {
    padding-right: 12px;
    border-right: 1px solid #B7B7B7;
  }

  .footer__contact .wp-block-column:nth-of-type(2),
  .footer__contact .wp-block-column:nth-of-type(3) {
    padding-right: 12px;
  }
}


/* MARK:Components */


/* themeのパンくず */
.breadcrumb {
  margin-block-start: 48px;
}

.breadcrumb .container {
  padding-block: 8px;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}

.breadcrumb-list li:after {
  content: '>';
}

@media (min-width: 1200px) {
  .breadcrumb {
    margin-block-start: 80px;
  }

  .breadcrumb .container {
    max-width: 1200px;
  }
}

/* MARK:ボタン */

/* 1stボタン（青ボタン） */
.is-style-btn-primary .wp-block-button__link {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 240px;
  max-width: 400px;
  min-height: 50px;
  padding: 12px 24px 11px;
  border: 1px solid #0882DB;
  background: #0882DB;
  border-radius: 100px;
  color: #fff;
  font-size: clamp(1.125rem, 1.049rem + 0.3241vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s var(--easing-cubic), background-color .4s var(--easing-cubic);
  cursor: pointer;
}

@media (min-width: 992px) {
  .is-style-btn-primary .wp-block-button__link {
    min-height: 60px;
  }
}

.is-style-btn-primary .wp-block-button__link::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-arr1_white.svg') center no-repeat;
  mask-size: contain;
  background: currentColor;
  transition: translate .4s var(--easing-cubic);
}

.is-style-btn-primary .wp-block-button__link:hover {
  color: #0882DB;
  background: #fff;
  filter: none;
}

.is-style-btn-primary .wp-block-button__link:hover::after {
  translate: 5px 0;
}



/* 2ndボタン（白ボタン） */
.is-style-btn-secondary .wp-block-button__link {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 240px;
  max-width: 400px;
  min-height: 50px;
  padding: 12px 24px 11px;
  border: 1px solid #0882DB;
  background: #fff;
  border-radius: 100px;
  color: #0882DB;
  font-size: clamp(1.125rem, 1.049rem + 0.3241vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s var(--easing-cubic), background-color .4s var(--easing-cubic);
  cursor: pointer;
}

@media (min-width: 992px) {
  .is-style-btn-secondary .wp-block-button__link {
    min-height: 60px;
  }
}

.is-style-btn-secondary .wp-block-button__link::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-arr1_blue.svg') center no-repeat;
  mask-size: contain;
  background: currentColor;
  transition: translate .4s var(--easing-cubic);
}

.is-style-btn-secondary .wp-block-button__link:hover {
  color: #fff;
  background: #0882DB;
  filter: none;
}

.is-style-btn-secondary .wp-block-button__link:hover::after {
  translate: 5px 0;
}




/* ３rdボタン（下線ボタン1） */
.is-style-btn-tertiary {
  padding-block-end: 4px;
  border-bottom: 1px solid #0882DB;
}

.is-style-btn-tertiary .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  padding: 0;
  color: #00021C;
  font-size: clamp(0.9375rem, 0.8995rem + 0.1621vw, 1rem);
  font-weight: 500;
  line-height: 1.46;
  background: none;
  border: none;
}

.is-style-btn-tertiary .wp-block-button__link::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-arr1_blue.svg') center no-repeat;
  mask-size: contain;
  background: #0882DB;
  transition: translate .4s var(--easing-cubic);
}

.is-style-btn-tertiary .wp-block-button__link:hover {
  color: #0882DB;
  filter: none;
}



/* ３rdボタン（下線ボタン2） */
.is-style-btn-tertiary2 {
  padding-block-end: 4px;
  border-bottom: 1px solid #0882DB;
}

.is-style-btn-tertiary2 .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  padding: 0;
  color: #00021C;
  font-size: clamp(0.9375rem, 0.8995rem + 0.1621vw, 1rem);
  font-weight: 500;
  line-height: 1.46;
  background: none;
  border: none;
}

.is-style-btn-tertiary2 .wp-block-button__link::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-arr1_blue.svg') center no-repeat;
  mask-size: contain;
  background: #0882DB;
  transition: translate .4s var(--easing-cubic);
}

.is-style-btn-tertiary2 .wp-block-button__link:hover {
  color: #0882DB;
  filter: none;
}


/* ３rdボタン（下線ボタン3 アイコン無し） */
.is-style-btn-tertiary3 {
  padding-block-end: 4px;
  border-bottom: 2px solid #0882DB;
}

.is-style-btn-tertiary3 .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  text-align: left;
  gap: 0;
  padding: 0;
  color: #0882DB;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.46;
  background: none;
  border: none;
}

.is-style-btn-tertiary3 .wp-block-button__link:hover {
  color: #0882DB;
  filter: none;
}


/* アンカーリンクボタン */
.is-style-btn-anchorlink {
  padding-block-end: 4px;
  border-bottom: 1px solid #0882DB;
}

.is-style-btn-anchorlink .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  padding: 0;
  color: #00021C;
  font-size: clamp(0.9375rem, 0.8995rem + 0.1621vw, 1rem);
  font-weight: 500;
  line-height: 1.46;
  background: none;
  border: none;
}

.is-style-btn-anchorlink .wp-block-button__link::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-arr2_blue.svg') center no-repeat;
  mask-size: contain;
  background: #0882DB;
  rotate: 90deg;
}

.is-style-btn-anchorlink .wp-block-button__link:hover {
  color: #0882DB;
  filter: none;
}




/* 病院見学ボタン */
.is-style-btn-tour .wp-block-button__link {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 240px;
  max-width: 400px;
  min-height: 50px;
  padding: 7px 24px 6px;
  border: 1px solid #0882DB;
  background: #fff;
  border-radius: 100px;
  color: #0882DB;
  font-size: clamp(1.125rem, 1.049rem + 0.3241vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s var(--easing-cubic), background-color .4s var(--easing-cubic);
  cursor: pointer;
}

@media (min-width: 992px) {
  .is-style-btn-tour .wp-block-button__link {
    padding: 12px 24px 11px;
    min-height: 60px;
  }
}

.is-style-btn-tour .wp-block-button__link::before {
  display: block;
  content: '';
  width: 34px;
  height: 34px;
  mask: url('assets/img/common/icon-tour_blue.svg') center no-repeat;
  mask-size: contain;
  background: currentColor;
  transition: translate .4s var(--easing-cubic);
}

.is-style-btn-tour .wp-block-button__link:hover {
  color: #fff;
  background: #0882DB;
  filter: none;
}



/* 資料請求ボタン */
.is-style-btn-document .wp-block-button__link {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 240px;
  max-width: 400px;
  min-height: 50px;
  padding: 7px 24px 6px;
  border: 1px solid #0882DB;
  background: #fff;
  border-radius: 100px;
  color: #0882DB;
  font-size: clamp(1.125rem, 1.049rem + 0.3241vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s var(--easing-cubic), background-color .4s var(--easing-cubic);
  cursor: pointer;
}

@media (min-width: 992px) {
  .is-style-btn-document .wp-block-button__link {
    padding: 12px 24px 11px;
    min-height: 60px;
  }
}

.is-style-btn-document .wp-block-button__link::before {
  display: block;
  content: '';
  width: 34px;
  height: 34px;
  mask: url('assets/img/common/icon-document_blue.svg') center no-repeat;
  mask-size: contain;
  background: currentColor;
  transition: translate .4s var(--easing-cubic);
}

.is-style-btn-document .wp-block-button__link:hover {
  color: #fff;
  background: #0882DB;
  filter: none;
}



/* お問い合わせボタン */
.is-style-btn-contact .wp-block-button__link {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 240px;
  max-width: 400px;
  min-height: 50px;
  padding: 7px 24px 6px;
  border: 1px solid #0882DB;
  background: #fff;
  border-radius: 100px;
  color: #0882DB;
  font-size: clamp(1.125rem, 1.049rem + 0.3241vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s var(--easing-cubic), background-color .4s var(--easing-cubic);
  cursor: pointer;
}

@media (min-width: 992px) {
  .is-style-btn-contact .wp-block-button__link {
    padding: 12px 24px 11px;
    min-height: 60px;
  }
}

.is-style-btn-contact .wp-block-button__link::before {
  display: block;
  content: '';
  width: 34px;
  height: 34px;
  mask: url('assets/img/common/icon-mail_blue.svg') center no-repeat;
  mask-size: contain;
  background: currentColor;
  transition: translate .4s var(--easing-cubic);
}

.is-style-btn-contact .wp-block-button__link:hover {
  color: #fff;
  background: #0882DB;
  filter: none;
}


/* ファイルボタン */
.is-style-btn-file .wp-block-button__link {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 220px;
  padding: 4px 20px;
  border: none;
  background: #EFF5F8;
  border-radius: 6px;
  color: #00021C;
  font-size: clamp(0.8125rem, 0.7365rem + 0.3241vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s var(--easing-cubic), background-color .4s var(--easing-cubic);
  cursor: pointer;
}

@media (min-width: 992px) {
  .is-style-btn-file .wp-block-button__link {
    padding: 8px 20px;
  }
}

.is-style-btn-file .wp-block-button__link[href*=".pdf"]::after {
  display: block;
  content: '';
  width: 26px;
  height: 30px;
  background: url('assets/img/common/icon-pdf.svg') center no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
}

.is-style-btn-file .wp-block-button__link[href*=".xls"]::after,
.is-style-btn-file .wp-block-button__link[href*=".xlsx"]::after {
  display: block;
  content: '';
  width: 26px;
  height: 30px;
  background: url('assets/img/common/icon-xls.svg') center no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
}

.is-style-btn-file .wp-block-button__link:hover {
  color: #0882DB;
  /* background: #0882DB; */
  filter: none;
}


/* 検索ボタン */
.is-style-btn-search .wp-block-button__link {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 164px;
  max-width: 400px;
  min-height: 34px;
  padding: 12px 24px 11px;
  border: 1px solid #0882DB;
  background: #0882DB;
  border-radius: 100px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s var(--easing-cubic), background-color .4s var(--easing-cubic);
  cursor: pointer;
}

.is-style-btn-search .wp-block-button__link::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-search2_white.svg') center no-repeat;
  mask-size: contain;
  background: currentColor;
  transition: scale .4s var(--easing-cubic);
}

.is-style-btn-search .wp-block-button__link:hover {
  color: #0882DB;
  background: #fff;
  filter: none;
}

.is-style-btn-search .wp-block-button__link:hover::after {
  scale: 1.5;
  /* translate: 5px 0; */
}


/* リセットボタン */
.is-style-btn-reset .wp-block-button__link {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 114px;
  max-width: 400px;
  min-height: 34px;
  padding: 12px 24px 11px;
  border: 1px solid #0882DB;
  background: #fff;
  border-radius: 100px;
  color: #0882DB;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s var(--easing-cubic), background-color .4s var(--easing-cubic);
  cursor: pointer;
}

.is-style-btn-reset .wp-block-button__link::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-return_white.svg') center no-repeat;
  mask-size: contain;
  background: currentColor;
  transition: scale .4s var(--easing-cubic);
}

.is-style-btn-reset .wp-block-button__link:hover {
  color: #fff;
  background: #0882DB;
  filter: none;
}

.is-style-btn-reset .wp-block-button__link:hover::after {
  scale: 1.5;
  /* translate: 5px 0; */
}

/* VK ブロックのボタン */
.vk_button .vk_button_link.btn .vk_button_link_txt {
  font-weight: 500;
}

.vk_button .vk_button_link.btn:hover {
  opacity: 1;
  box-shadow: none;
  background-color: #fff !important;
  border-color: #0582DC;
  color: #0582DC;
}


/* CTAバナー */
.bnr-cta {
  position: relative;
  padding-inline: 0 !important;
}

.bnr-cta__buttons {
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 14px;
  bottom: 0;
}

.bnr-cta .wp-block-image {
  margin-block-start: 8px;
}

.bnr-cta__buttons .wp-block-button {
  zoom: .8;
}

@media (min-width: 360px) {
  .bnr-cta__buttons .wp-block-button {
    zoom: 1;
  }
}

@media (min-width: 420px) {
  .bnr-cta__buttons .wp-block-button {
    zoom: 1.2;
  }
}

@media (min-width: 768px) {
  .bnr-cta__buttons {
    right: 20px;
    gap: 16px;
  }

  .bnr-cta__buttons .wp-block-button {
    zoom: 1.8;
  }
}

@media (min-width: 992px) {

  .bnr-cta__buttons {
    margin-block-start: -56px !important;
    position: static;
    flex-direction: row;
  }

  .bnr-cta__buttons .wp-block-button {
    zoom: 1;
  }
}



/* 福利厚生バナー */
.bnr-benefit {
  padding-inline: 10px;
  border-radius: 6px;
  align-items: flex-end;
}

.bnr-benefit .has-text-color {
  color: #fff !important;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.bnr-benefit p,
.bnr-benefit .wp-block-buttons {
  margin-block-start: 10px !important;
}

@media (min-width: 768px) {
  .bnr-benefit {
    padding-inline: 20px;
  }

  .bnr-benefit p,
  .bnr-benefit .wp-block-buttons {
    margin-block-start: 24px !important;
  }
}

@media (min-width: 992px) {
  .bnr-benefit {
    padding-inline: 32px;
  }
}

/* ページトップ */

.page_top_btn {
  display: none !important;
  width: clamp(3.5rem, -8.4231rem + 19.2308vw, 6rem);
  height: clamp(3.5rem, -8.4231rem + 19.2308vw, 6rem);
  box-shadow: none;
  background: url('assets/img/common/btn-pagetop.svg') center no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media (min-width: 992px) {
  .page_top_btn {
    display: block !important;
    pointer-events: all;
  }
}

/* MARK:ページタイトル */
.page-header .page-header-inner {
  display: flex;
  align-items: flex-end;
  margin-block: 0;
  padding-block-end: 8px;
}

.page-header .page-header-inner::before {
  display: block;
  content: '';
  width: 82px;
  height: 1px;
  background-color: #0882DB;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 1;
}

.page-header .page-header-inner::after {
  display: block;
  content: '';
  width: calc(100% - 30px - 85px);
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  right: 15px;
  bottom: 0;
}

.page-header-title,
h1.page-header-title {
  font-size: clamp(1.625rem, 1.945vw + 1.169rem, 2.375rem);
  font-weight: 300;
}

@media (min-width: 992px) {

  .page-header .page-header-inner::before {
    width: 122px;
  }

  .page-header .page-header-inner::after {
    width: calc(100% - 30px - 125px);
  }
}

/* MARK:見出し */
.is-style-title-primary {
  font-weight: 400;
  padding-block-end: 16px;
  text-align: center;
  position: relative;
}

.is-style-title-primary::before,
.is-style-title-primary::after {
  display: block;
  content: '';
  width: 50px;
  height: 5px;
  position: absolute;
  bottom: 0;
}

.is-style-title-primary::before {
  right: calc(50% + 1px);
  background-color: #FFEA46;
}

.is-style-title-primary::after {
  left: calc(50% + 1px);
  background-color: #0882DB;
}


.is-style-title-secondary {
  font-weight: 400;
  padding-inline-start: clamp(1.875rem, 1.945vw + 1.419rem, 2.625rem);
  padding-block-end: clamp(0.75rem, 1.621vw + 0.37rem, 1.375rem);
  border-bottom: 1px solid #DEDEDE !important;
  position: relative;
}

.is-style-title-secondary::before {
  display: block;
  content: '';
  width: 20px;
  height: clamp(0.188rem, 0.324vw + 0.112rem, 0.313rem);
  position: absolute;
  left: 0;
  top: clamp(0.813rem, 0.486vw + 0.699rem, 1rem);
  background-color: #FFEA46;
}


/* MARK:テキスト */
.is-style-txt-underline {
  background: linear-gradient(180deg, #D5C8C8 1px, transparent 1px);
  background-size: 100% 1.8em;
  line-height: 1.8em;
  padding-block-end: 2px;
  position: relative;
}

.is-style-txt-underline::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}


/* MARK:リスト */
.is-style-barlist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding-left: 0;
}

.is-style-barlist li {
  margin-block: 0;
  padding-left: 1.5em;
  position: relative;
}

.is-style-barlist li::marker {
  content: '';
}

.is-style-barlist li::before {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #0B82DB;
  position: absolute;
  left: 0;
  top: 11px;
}


/* MARK:表 */
.wp-block-table.is-style-vk-table-border-stripes table:where(:not(.has-border-color)) th,
.wp-block-table.is-style-vk-table-border-stripes table:where(:not(.has-border-color)) td {
  border-color: #DEDEDE;
}

@media (min-width: 992px) {

  .wp-block-table.is-style-vk-table-border-stripes table:where(:not(.has-border-color)) th,
  .wp-block-table.is-style-vk-table-border-stripes table:where(:not(.has-border-color)) td {
    white-space: normal !important;
  }
}

.wp-block-table.is-style-vk-table-border-stripes tbody tr:nth-child(2n+1) {
  background-color: #F7F7F7;
}

/* 下線 */
.is-style-tbl-style1.wp-block-table.is-style-vk-table-scrollable[data-scroll-breakpoint=table-scrollable-mobile] table {
  width: 100%;
}

.is-style-tbl-style1 th,
.is-style-tbl-style1 td {
  border: none;
}

.is-style-tbl-style1 td {
  padding: 12px 10px 12px 6px;
  border-bottom: 1px solid #AFAFAF;
}

.is-style-tbl-style1 th:last-child,
.is-style-tbl-style1 td:last-child {
  width: 100%;
}

.is-style-tbl-style1 tr th:first-child,
.is-style-tbl-style1 tr td:first-child {
  min-width: 80px;
  font-weight: 700;
  padding: 12px 10px;
  border-bottom: 1px solid #0B82DB;
}

@media (min-width: 375px) {

  .is-style-tbl-style1 tr th:first-child,
  .is-style-tbl-style1 tr td:first-child {
    min-width: 100px;
  }
}


@media (min-width: 992px) {
  .is-style-tbl-style1 td {
    padding: 18px 24px;
  }

  .is-style-tbl-style1 tr th:first-child,
  .is-style-tbl-style1 tr td:first-child {
    min-width: 180px;
    padding: 18px;
  }

  .is-style-tbl-style1 th:last-child,
  .is-style-tbl-style1 td:last-child {
    white-space: normal !important;
  }
}


/* MARK:検索ボックス */
.search-archive .searchbox+.wp-block-buttons {
  gap: 10px;
}

.search-archive {
  max-width: 900px;
  margin-inline: auto;
  padding: 0;
  margin-block-end: 40px;
  border-radius: 50px;
  background-color: #FFEA46;
  transition: border-radius .4s var(--easing-cubic);
}

.search-archive:has(#searchbox[aria-hidden="false"]) {
  border-radius: 10px;
}

.search-archive__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  color: #00021C;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
}

.search-archive__trigger .is-label {
  pointer-events: none;
}

.search-archive__trigger[aria-expanded="true"]::after {
  rotate: -90deg;
}

.search-archive__trigger::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-arr2_white.svg') center no-repeat;
  mask-size: contain;
  background: currentColor;
  rotate: 90deg;
  transition: rotate .4s var(--easing-cubic);
  pointer-events: none;
}

.search-archive__container {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding-inline: 16px;
  transition: .4s var(--easing-cubic);
}

.search-archive__container[aria-hidden="false"] {
  height: auto;
  padding-block-start: 20px;
  opacity: 1;
}

@media (min-width: 375px) {
  .search-archive__trigger {
    padding: 12px 16px;
  }
}

@media (min-width: 768px) {
  .search-archive {
    margin-block-end: 64px;
  }

  .search-archive__trigger {
    padding: 20px 32px;
  }

  .search-archive__container {
    padding-inline: 32px;
  }
}


.search-archive .vkfs {
  margin: 0;
}

.search-archive #searchopen {
  padding-block-start: 10px;
}

@media (min-width: 768px) {
  .search-archive .vkfs {
    height: auto;
  }

  .search-archive .vkfs::after {
    display: none;
  }
}

.search-archive .vkfs::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.search-archive .vkfs::-webkit-scrollbar-track {
  background-color: #fff;
}

.search-archive .vkfs::-webkit-scrollbar-thumb {
  background-color: #0882DB;
  border-radius: 8px;
}


.search-archive .vkfs .vkfs_submit {
  display: none;
}

.search-archive .vkfs .vkfs__outer-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.search-archive .vkfs .vkfs__label-name {
  flex: 0 0 64px;
  translate: 0 0;
}

.search-archive .vkfs .vkfs__input-wrap {
  justify-content: flex-start;
  margin: 0;
  gap: 4px;
}

.search-archive .vkfs .vkfs__input-wrap li {
  padding: 0 0 0 20px;
}

.search-archive .vkfs input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin: 2px 8px 0 0;
}

.search-archive .vkfs input[type=checkbox]::before {
  width: 15px;
  height: 15px;
}

.search-archive .vkfs #vkfs_careertype li {
  flex: 0 0 auto;
}

.search-archive .vkfs #vkfs_recruittype li {
  flex: 0 0 auto;
}


/* 専攻医と研修医を非表示に */
.vkfs__input-wrap--occupation [value="specialist"],
.vkfs__input-wrap--occupation [value="trainee"] {
  display: none;
}


@media (min-width: 768px) {

  .search-archive .vkfs .vkfs__input-wrap {
    gap: 5px 15px;
  }

  .search-archive .vkfs input[type=checkbox] {
    top: 2px;
  }
}


/* MARK:タブ */
.tabslist {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(0.313rem, 2.232vw + -0.134rem, 1.25rem);
  margin-block-end: 24px;
  padding-left: 0;
  border-bottom: 1px solid #0882DB;
}

.tabslist__item {
  flex: 0 1 100%;
  list-style: none;
  margin: 0;
  max-width: 160px;
  position: relative;
}

.tabslist__item:has(.tabslist__link[aria-current="page"]):after {
  content: '';
  width: calc(100% - 2px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 1px;
}

.tabslist__link {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
  width: 100%;
  min-height: 50px;
  padding: 12px 24px 11px;
  border: 1px solid #0882DB;
  border-bottom: none;
  background: #0882DB;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s var(--easing-cubic), background-color .4s var(--easing-cubic);
  cursor: pointer;
}

.tabslist__link[aria-current="page"] {
  color: #0882DB;
  background: #fff;
  min-height: 60px;
}

.tabslist__link::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-arr2_white.svg') center no-repeat;
  mask-size: contain;
  background: currentColor;
  transition: translate .4s var(--easing-cubic);
}

.tabslist__link:hover {
  color: #0882DB;
  background: #fff;
  filter: none;
}

@media (min-width: 768px) {
  .tabslist {
    margin-block-end: 32px;
  }

  .tabslist__item {
    max-width: clamp(10rem, 74.074vw + -25.556rem, 30rem);
  }

}

/* MARK:スタッフインタビュー */
.post-type-staff_message.single .entry {
  max-width: 1000px;
  margin-inline: auto;
}

.interviewpost {
  padding: 0;
  border-radius: 6px;
  background: none;
  border: none;
  height: 100%;
  transition: opacity .4s ease-out;
}

.interviewpost a {
  display: block;
  padding: 0;
  border-radius: 6px;
  background: none;
  border: none;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.interviewpost__page {
  gap: 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.interviewpost__page .interviewpost {
  flex: 0 1 calc(50% - 7.5px);
}

.post-type-staff_message .interviewpost {
  flex: 0 1 calc(50% - 10px);
}

.post-type-staff_message .interviewpost .interviewpost__link {
  max-width: 100%;
}

@media (min-width: 768px) {
  .interviewpost__page {
    gap: 30px;
  }

  .post-type-staff_message .interviewpost {
    flex: 0 1 calc(25% - 15px);
  }

  .interviewpost__page .interviewpost {
    flex: 0 1 calc(25% - 23px);
  }
}


.interviewpost:hover {
  opacity: .7;
}

.interviewpost__thumbnail {
  height: 100%;
  margin: 0;
  position: relative;
}

.interviewpost__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  vertical-align: bottom;
}

.interviewpost__summary {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /* width: 100%;
  max-width: 150px; */
  position: absolute;
  left: 0;
  bottom: 10px;
}

.interviewpost__joindate {
  color: #0582DC;
  font-size: clamp(0.75rem, 0.221vw + 0.698rem, 0.875rem);
  padding: 5px;
  margin: 0 !important;
  background-color: #fff;
}

.interviewpost__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: clamp(6.75rem, 1.989vw + 6.284rem, 7.875rem);
  max-width: 220px;
  /* width: 100%; */
  color: #fff;
  font-size: clamp(0.875rem, 0.221vw + 0.823rem, 1rem);
  line-height: 1.45;
  padding: 8px 12px 8px 8px;
  margin: 0 !important;
  gap: 10px;
  background: #0582DC;
  z-index: 1;
}

.interviewpost__link:hover {
  color: #fff;
}

.interviewpost__link::after {
  display: block;
  content: '';
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-arr1light_blue.svg') no-repeat;
  mask-size: contain;
  background-color: currentColor;
}

.interviewpost__link::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.interviewpost__phrase {
  margin-block-start: 10px;
  font-size: 14px;
  color: #222;
}


/* カテゴリタイトル */
.post-type-staff_message .archive-header-title {
  font-weight: 400;
  padding-block-end: 16px;
  margin-block-end: 2em;
  text-align: center;
  position: relative;
}

.post-type-staff_message .archive-header-title::before,
.post-type-staff_message .archive-header-title::after {
  display: block;
  content: '';
  width: 50px;
  height: 5px;
  position: absolute;
  bottom: 0;
}

.post-type-staff_message .archive-header-title::before {
  right: calc(50% + 1px);
  background-color: #FFEA46;
}

.post-type-staff_message .archive-header-title::after {
  left: calc(50% + 1px);
  background-color: #0882DB;
}


/* MARK:お知らせ */
.category-info .entry {
  max-width: 1000px;
  margin-inline: auto;
}

.category-info .post-list {
  max-width: 1000px;
  margin-inline: auto;
}

.post-list {
  gap: 20px;
  margin-right: 0;
  margin-left: 0;
}

.newspost {
  flex: 0 1 100%;
  padding: 10px 56px 10px 20px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #BEBEBE;
  position: relative;
}

.newspost__container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.newspost__status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.newspost__date {
  font-size: 14px;
  color: #222;
  margin: 0 !important;
  translate: 0 2px;
}

.newspost__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0 !important;
}

.newspost__tags li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 !important;
  padding: 2px 8px;
  border-radius: 24px;
  border: 1px solid #C1C1C1;
}

.newspost__posttitle {
  margin: 0 !important;
}

.newspost__posttitle a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.875;
  color: #00021C;
  transition: color .4s var(--easing-cubic);
}

.newspost__posttitle a:hover {
  color: #0B82DB;
}

.newspost__posttitle a:hover::after {
  translate: 5px -50%;
}

.newspost__posttitle a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.newspost__posttitle a::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  mask: url('assets/img/common/icon-arr1_blue.svg') center no-repeat;
  mask-size: contain;
  background: #0B82DB;
  transition: translate .4s var(--easing-cubic);
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}


@media (min-width: 992px) {
  .newspost {
    flex: 0 1 100%;
    padding: 20px 56px 20px 30px;
    border-radius: 6px;
  }

  .newspost__status {
    flex-direction: row;
  }

  .newspost__posttitle a::after {
    right: 24px;
  }
}


/* MARK:スタッフインタビュー＆お知らせ詳細 */

.entry-header {
  min-height: clamp(4.75rem, 0.442vw + 4.646rem, 5rem);
  padding-inline-start: clamp(1.188rem, 0.442vw + 1.084rem, 1.438rem);
  padding-block-end: 5px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}

.entry-header::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  content: '';
  width: 1px;
  height: 20px;
  background: #0B82DB;
  position: absolute;
  top: 0;
  left: 0;
}

.entry-header::after {
  content: '';
  width: 1px;
  height: calc(100% - 22px - 10px);
  background: #FEEA46;
  position: absolute;
  top: 22px;
  left: 0;
}

.entry-title {
  font-size: clamp(1.25rem, 0.884vw + 1.043rem, 1.75rem);
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.entry-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-block-start: 8px;
}


.post__back {
  display: flex;
  justify-content: center;
  margin-block: 56px;
}

@media (min-width: 768px) {
  .post__back {
    margin-block: 40px;
  }
}



/* MARK:求人情報 */
.post-type-recruit .archive-header {
  display: none;
}

/* メッセージ変更 */
.search.post-type-archive-recruit .main-section-no-posts p,
.tax-occupation .main-section-no-posts p {
  font-size: 0;
}

.search.post-type-archive-recruit .main-section-no-posts p::before,
.tax-occupation .main-section-no-posts p::before {
  display: block;
  font-size: initial;
  content: '求人がありません';
  text-align: center;
}


/* 求人情報一覧 */
.post-type-recruit .post-list {
  gap: 30px;
}

.recruitpost {
  flex: 0 1 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 19px 15px;
  border-radius: 8px;
  border: 1px solid #dedede;
}

.recruitpost__hgroup {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    'tags'
    'posttitle'
    'postdate';
  position: relative;
  margin-block-end: 24px;
}

.recruitpost__hgroup--status {
  display: contents;
}

.recruitpost__hgroup--tags {
  grid-area: tags;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.recruitpost__hgroup--tagitem {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 !important;
  padding: 4px 8px;
  border-radius: 24px;
  border: 1px solid #C1C1C1;
}

.recruitpost__posttitle {
  grid-area: posttitle;
  font-size: clamp(1.125rem, 1.105vw + 0.866rem, 1.75rem);
  font-weight: 500;
  margin: 8px 0 0;
  padding: 0;
}

.recruitpost__posttitle a {
  color: #00021C;
  transition: color .3s ease-out;
}

.recruitpost__posttitle a:hover {
  color: #0882DB;
}

.recruitpost__hgroup--date {
  grid-area: postdate;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-block-start: 8px;
}

.recruitpost__hgroup--date .is-postdate,
.recruitpost__hgroup--date .is-update {
  font-size: .8125rem;
  font-weight: 500;
  margin-block-end: 0;
}


.recruitpost__slogan {
  margin-block: 24px;
}

.recruitpost__slogan--text {
  font-size: 1rem;
  font-weight: 500;
  color: #0882DB;
  margin: 0;
}

.recruitpost .is-style-tbl-style1 {
  margin-block-end: 30px;
}

.recruitpost .recruit__section--salary {
  width: calc(100vw - 130px - 30px);
}

.recruitpost .recruit__section--notice {
  font-size: .875rem;
  font-weight: 400;
  margin-block-start: 5px;
  margin-block-end: 0;
}

.recruitpost .recruit__section--salary:last-of-type {
  margin-block-end: 0;
}

@media (min-width: 375px) {
  .recruitpost .recruit__section--salary {
    width: calc(100vw - 148px - 30px);
  }
}

@media (min-width: 576px) {
  .recruitpost .recruit__section--salary {
    width: auto;
  }
}

.recruitpost .recruitpost__tbl .is-duties {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.recruitpost__more {
  display: flex;
  justify-content: center;
}



@media (min-width: 992px) {
  .post-type-recruit .post-list {
    gap: 60px;
  }

  .recruitpost {
    padding: 60px 40px 40px;
  }

  .recruitpost__hgroup {
    display: block;
    margin-block-end: 24px;
  }

  .recruitpost__hgroup--status {
    display: flex;
    justify-content: space-between;
  }

  .recruitpost__container {
    max-width: 840px;
    margin-inline: auto;
  }

  .recruitpost__slogan {
    padding-block: 16px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
  }
}

/* 求人情報 CTAブロック */
.ctablock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    'entry entry'
    'tour other';
  align-items: flex-start;
  max-width: 680px;
  margin-block: 48px;
  margin-inline: auto;
  gap: 10px;
  padding: 29px 15px;
  background-color: #FBFFD8;
  border-radius: 8px;
  border: 1px solid #0582DC;
}

@media (min-width: 992px) {
  .ctablock {
    grid-template-columns: 0.81fr 1fr;
    justify-content: center;
    gap: 15px 8px;
    margin-block: 64px;
  }
}

.ctablock .cta-entry {
  display: flex;
  justify-content: center;
  grid-area: entry;
}

.ctablock .is-style-btn-primary .wp-block-button__link {
  max-width: 480px;
  width: 100%;
}

.ctablock .cta-tour {
  display: flex;
  justify-content: flex-end;
  grid-area: tour;
}

.ctablock .is-style-btn-tour .wp-block-button__link {
  max-width: 200px;
  min-width: 160px;
  width: 100%;
  min-height: 50px;
  padding-block: 8px 7px;
}

.ctablock .cta-other {
  display: flex;
  align-self: center;
  justify-content: flex-start;
  grid-area: other;
}

@media (min-width: 992px) {
  .ctablock .cta-other {
    padding-inline-start: 8px;
  }
}


/* 詳細 */
.recruit__article {
  max-width: 1000px;
  margin-inline: auto;
}

.recruit__hgroup {
  min-height: clamp(4.75rem, 0.442vw + 4.646rem, 5rem);
  padding-inline-start: clamp(1.188rem, 0.442vw + 1.084rem, 1.438rem);
  padding-block-end: 5px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}

.recruit__hgroup::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  content: '';
  width: 1px;
  height: 20px;
  background: #0B82DB;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit__hgroup::after {
  content: '';
  width: 1px;
  height: calc(100% - 22px - 10px);
  background: #FEEA46;
  position: absolute;
  top: 22px;
  left: 0;
}

.recruit__hgroup--status {
  margin-block-end: 8px;
}

.recruit__hgroup--tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.recruit__hgroup--tagitem {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 !important;
  padding: 4px 8px;
  border-radius: 24px;
  border: 1px solid #C1C1C1;
}

.recruit__hgroup--posttitle {
  font-size: clamp(1.125rem, 1.105vw + 0.866rem, 1.75rem);
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.recruit__date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-block-start: 8px;
}

.recruit__date .is-postdate,
.recruit__date .is-update {
  font-size: .8125rem;
  font-weight: 500;
  margin-block-end: 0;
}


/* 求人情報 アンカーリンク */
.recruit__nav {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  gap: 12px;
  margin-block: 32px;
}

@media (min-width: 992px) {
  .recruit__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-block: 48px;
  }
}


/* 求人情報 スローガン */
.recruit__slogan {
  margin-block: 48px;
}

.recruit__slogan--text {
  font-size: clamp(1.125rem, 0.221vw + 1.073rem, 1.25rem);
  font-weight: 500;
  text-align: center;
  color: #0882DB;
  margin: 0;
}

@media (min-width: 992px) {
  .recruit__slogan {
    margin-block: 72px;
  }
}


/* 求人情報 セクション */

.recruit__section.is-doctorsection,
.recruit__section.is-first-of-type {
  padding-block-end: 40px;
}

.recruit__section.is-accordion {
  margin-block-end: 20px;
}

.recruit__article .is-accordion:not(:has(~ .is-accordion)) {
  margin-block-end: 40px;
}

@media (min-width: 992px) {

  .recruit__section.is-doctorsection,
  .recruit__section.is-first-of-type {
    padding-block-end: 64px;
  }

  .recruit__article .is-accordion:not(:has(~ .is-accordion)) {
    margin-block-end: 64px;
  }

}

.recruit__section .wp-block-table,
.recruit__section--block {
  max-width: 840px;
  width: 100%;
  margin-inline: auto;
}

.recruit__section--block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-size: 1rem;
  line-height: calc(24 / 16);
  font-weight: 500;
}

@media (min-width: 992px) {
  .recruit__section--block {
    line-height: calc(30 / 16);
  }
}


.recruit__section .is-style-tbl-style1 .wp-block-heading {
  margin-block-end: 8px;
}

.recruit__section .is-style-tbl-style1 .wp-block-heading:not(:first-of-type) {
  margin-block-start: 20px;
}

.recruit__section .recruit__section--text {
  font-size: .9375rem;
  line-height: calc(24 / 15);
  font-weight: 400;
}

.recruit__section .recruit__section--text+.recruit__section--text {
  margin-block-start: 20px;
}

.recruit__section--salary {
  width: calc(100vw - 100px - 30px);
  margin-block-start: 5px;
  margin-block-end: 20px;
}

@media (min-width: 375px) {
  .recruit__section--salary {
    width: calc(100vw - 120px - 30px);
  }
}

@media (min-width: 576px) {
  .recruit__section--salary {
    width: auto;
  }
}

.recruit__section--tblwrap {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.recruit__section--tblwrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.recruit__section--tblwrap::-webkit-scrollbar-track {
  background-color: #fff;
}

.recruit__section--tblwrap::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #0882DB;
}

@media (min-width: 992px) {
  .recruit__section--tblwrap table {
    width: 100%;
  }
}

.recruit__section .recruit__section--notice {
  font-size: .875rem;
  font-weight: 400;
  margin-block-start: 5px;
  margin-block-end: 0;
}

.recruit__section--tbl {
  table-layout: auto;
}

.recruit__section--tbl thead {
  border: none;
}

.recruit__section--tbl thead th,
.recruit__section--tbl thead td {
  background-color: #F7F7F7;
  text-align: center;
  min-width: auto;
  font-weight: 500;
  border-bottom: none;
}

.recruit__section--tbl tr th:first-child,
.recruit__section--tbl tr td:first-child {
  min-width: auto;
  font-weight: 400;
}

.recruit__section--tbl tr td:first-child {
  text-align: left;
}

.recruit__section--tbl th:last-child,
.recruit__section--tbl td:last-child {
  width: auto;
}

.recruit__section--tbl tbody tr:last-child th,
.recruit__section--tbl tbody tr:last-child td {
  font-weight: 600;
  background-color: #FBFFD8;
}

.recruit__section--tbl th,
.recruit__section--tbl td {
  padding: 6px 16px !important;
  border: 1px solid #DEDEDE !important;
  font-size: .875rem;
  text-align: center;
  line-height: calc(30 / 14);
  font-weight: 400;
  white-space: nowrap;
}

@media (min-width: 992px) {

  .recruit__section--tbl th,
  .recruit__section--tbl td {
    white-space: normal;
  }
}


.recruit__section--item {
  display: flex;
  flex-wrap: wrap;
  gap: .25em 1em;
  margin: 0;
  padding: 0;
}

.recruit__section--item li {
  display: inline-flex;
  margin: 0;
}

.recruit__section--item li::before {
  content: '・';
}


.recruit__section--time {
  padding-inline-start: 1.25em;
}

.recruit__section--time li {
  margin-top: .25em;
  margin-bottom: .25em;
}


/* 履歴書ダウンロード */
.recruit__document {
  margin-block-start: 20px;
}

.recruit__document--link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-block-end: 10px;
}

.recruit__document--contact {
  font-size: .875rem;
  line-height: calc(22 / 14);
  font-weight: 400;
  margin-block-end: 10px;
}

.recruit__document--footer {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .recruit__document--link {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    gap: 10px 12px;
  }
}


/* 同職種の求人情報 */
.recruit__otherpost {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 50px 30px;
  margin-block-start: 64px;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  padding: 40px 20px 64px;
  background-color: #EFF5F8;
}

@media (min-width: 992px) {
  .recruit__otherpost {
    margin-block-start: 80px;
  }
}

.recruit__otherpost--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-block-end: 0;
}

.recruit__otherpost--title .is-label {
  color: #00021C;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(36 / 24);
}

.recruit__otherpost--title::before {
  display: block;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #0B82DB;
}

.recruit__otherlist {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  gap: 30px;
  margin: 0 auto;
  padding-left: 0;
}

@media (min-width: 992px) {
  .recruit__otherlist {
    display: flex;
  }
}

.recruit__otheritem {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  place-items: center;
  gap: 16px;
  width: 100%;
  max-width: 300px;
  min-height: 140px;
  position: relative;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  .recruit__otheritem {
    margin: 0;
  }
}

.recruit__otheritem .wp-block-button__link::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit__otherblock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  text-align: center;
}

.recruit__otherblock--job {
  color: #00021C;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: calc(28 / 18);
  margin-block-end: 8px;
}

.recruit__otherblock--slogan {
  color: #00021C;
  font-size: .875rem;
  font-weight: 500;
  margin-block-end: 0;
}



/* MARK:医者コンテンツ　アコーディオン */

.recruit__details {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  border-radius: 6px;
}

.recruit__details--summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 48px 16px 20px;
  cursor: pointer;
  position: relative;
}

.recruit__details--summary::before,
.recruit__details--summary::after {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #0882DB;
  position: absolute;
  top: 28px;
  right: 20px;
  transition: rotate .3s ease-out;
}

.recruit__details--summary::after {
  rotate: 90deg;
}

.recruit__details[open] .recruit__details--summary::after {
  rotate: 0deg;
}

.recruit__details--summary .is-label {
  font-size: 18px;
  font-weight: 400;
}

.recruit__details--desc {
  padding: 16px 20px;
  position: relative;
}

.recruit__details--desc::before {
  content: '';
  width: calc(100% - (20px * 2));
  height: 1px;
  background-color: #DEDEDE;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}


@media (min-width: 768px) {
  .recruit__details--summary {
    padding: 25px 64px 25px 30px;
  }

  .recruit__details--summary .is-label {
    font-size: 20px;
  }

  .recruit__details--summary::before,
  .recruit__details--summary::after {
    top: 38px;
    right: 30px;
  }

  .recruit__details--desc {
    padding: 25px 30px;
    position: relative;
  }

  .recruit__details--desc::before {
    width: calc(100% - (30px * 2));
  }
}


/* MARK:Keyフレームアニメーション */

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}