@charset "utf-8";
/*=====================================================================================================
■トップページ用スタイル
トップページは下記2ファイルのcssで構成済
common.css
top.css

※ヘッダー部/フッター部は下記ファイルのcssで構成構成済(下層と共通スタイルとして想定)
common.css
=====================================================================================================*/
.title_bg01 {
  background: rgba(235, 54, 54, 0.87);
}
.title_bg02 {
  background: rgb(64, 166, 224);
}
.fw_400 {
  font-weight: 400;
}
.color_fff {
  color: #fff;
}

.bg_w {
  background: #fff;
}
.bg_blue {
  background: #40a6e0;
}

.section_title {
  text-align: center;
}
/* h1はロゴ要素に使用 */
.section_title h2 {
  font-size: 22px;
  padding: 13.5px 10px;
}
.text-bg_yellow {
  background-image: linear-gradient(rgba(0 0 0 / 0) 10%, #ffff00 10%);
}
.text-head {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 500px) {
  .section_title h2 {
    font-size: 18px;
    padding: 7.5px 10px;
  }
} /* max-width:500px */
/* 色変更 */
body.js_blue .section_title h2 {
  background: #000aff;
  border: 1px solid #fff;
}
body.js_black .section_title h2 {
  background: #000;
  border: 1px solid #fff;
}
/* ====================================================================================================================================================================================
swiper Main Visial部
*/
.swiper_area .top_mv {
  overflow: hidden;
}
.swiper_inner.top_mv {
  margin: auto;
  position: relative;
}
.top_mv_swiper_info_area {
  position: relative;
  margin: auto;
}
.top_mv_swiper .swiper-slide {
  height: 485px;
}
.top_mv_swiper .swiper-slide > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ドットインジケータラッパー(ページネーションラッパー)
*/
.top_mv_swiper .swiper-horizontal > .swiper-pagination-bullets,
.top_mv_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.top_mv_swiper .swiper-pagination-custom,
.top_mv_swiper .swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* ドットインジケータ(ページネーション):選択されてない画像に対応するインジケータ
*/
.top_mv_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
  width: 10px;
  height: 10px;
  background: rgb(149, 149, 149);
  opacity: 0.9;
}

/* ドットインジケータ(ページネーション):選択中のn番目の画像に対応するインジケータ
*/
.top_mv_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: rgb(64, 166, 224);
  opacity: 1;
}

/* ====================================================================================================================================================================================
MV内インフォメーション
*/
/* ラッパー
*/
.top_mv_info_frame {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  flex-direction: column;
}

/* 重要なお知らせ
*/
.top_mv_important_info {
  z-index: 0;
  background: #fff;
  text-align: center;
  padding: 19px 10px 9px;
  border-radius: 10px;
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  color: #333;
  width: 405px;
  margin: 30px clamp(20px, 3.8vw, 73px) 25px auto;
  /* overflow-y: auto; */
}
.top_mv_important_info h2 {
  font-size: inherit;
  color: #fff;
  padding: 8px 0;
  margin: 0 auto 12px;
  background: #ed5050;
  max-width: 300px;
}
.top_mv_important_info a {
  color: #333;
  padding: 6px 0 6px 2em;
  display: block;
  margin: auto;
  line-height: 1;
}
.top_mv_important_info_wrapp {
  margin-bottom: 4px;
  font-feature-settings: normal;
  text-align: left;
  max-width: 352px;
  margin: auto; /* overflow-y: auto; */
  /* height: 80px; */
}
.top_mv_important_info_wrapp li:not(:first-of-type) {
  margin-top: 6px;
}


.top_mv_important_info a.top_mv_important_info_right_triangle {
  position: relative;
}
.top_mv_important_info a.top_mv_important_info_right_triangle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ed5050 url("/wp-content/themes/yonezawa-city-hospital/img/top/list_arrow.png") no-repeat 40% center / 12px;
  margin-top: -12px;
}

/* MV内インフォメーション 重要なお知らせ 色変更時スタイル
 */
body.js_blue .top_mv_important_info {
  background: #000aff;
  color: #fff;
}
body.js_black .top_mv_important_info {
  background: #000;
  color: #fff;
}

body.js_blue .top_mv_important_info a {
  color: #fff;
}
body.js_black .top_mv_important_info a {
  color: #fff;
}

body.js_blue .top_mv_important_info a::after,
body.js_black .top_mv_important_info a::after {
  content: "";
  position: absolute;
  width: 86%;
  background: #fff;
  height: 1px;
  bottom: 15%;
  left: 10%;
}

body.js_blue .top_mv_important_info a:hover,
body.js_black .top_mv_important_info a:hover {
  transition: none;
  opacity: 1;
}
body.js_blue .top_mv_important_info a:hover::after,
body.js_black .top_mv_important_info a:hover::after {
  display: none;
}
/* 外来受付時間
*/
.top_mv_info {
  z-index: 0;
  background: #fff;
  text-align: center;
  padding: 18px 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  color: #333;
  width: 405px;
  margin: 0 clamp(20px, 3.8vw, 73px) 0 auto;
}
.top_mv_info h2 {
  font-size: inherit;
  color: #fff;
  padding: 8px 0;
  margin: 0px auto 5px;
  max-width: 300px;
}

.top_mv_info a {
  position: relative;
  color: #fff;
  padding: 12px 28px;
  display: inline-block;
  /* width: 198px; */
  margin: auto;
  text-indent: -1em;
  line-height: 1;
  border-radius: 5px;
}

.top_mv_info a::after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0px;
  height: 0;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

.top_mv_info_wrapp {
  margin-bottom: 4px;
  font-feature-settings: normal;
  line-height: 1.4;
}
.top_mv_info_wrapp .annotation {
  font-size: 14px;
  padding: 10px 0 16px;
  font-feature-settings: "palt";
}

/* MV内インフォメーション 重要なお知らせ 色変更時スタイル
 */
body.js_blue .top_mv_info,
body.js_blue .top_mv_info h2,
body.js_blue .top_mv_info a {
  background: #000aff;
  color: #fff;
}
body.js_blue .top_mv_info h2,
body.js_blue .top_mv_info a {
  border: 1px solid #fff;
}

body.js_black .top_mv_info,
body.js_black .top_mv_info h2,
body.js_black .top_mv_info a {
  background: #000;
  color: #fff;
}
body.js_black .top_mv_info h2,
body.js_black .top_mv_info a {
  border: 1px solid #fff;
}

@media (max-width: 1280px) {
  .top_mv_important_info {
    margin: 20px 16px 20px auto;
    width: 360px;
  }
  .top_mv_info {
    margin: 0 16px 0 auto;
    width: 360px;
  }
} /* max-width:1280px */

@media (min-width: 768px) and (max-width: 1280px) {
  .top_mv_important_info {
    margin: 20px 16px 10px auto;
  }
}

@media (max-width: 767px) {
  /* mv内お知らせ
  */
  .top_mv_swiper_info_area {
    position: static;
    margin: 0;
    max-width: unset;
  }
  .top_mv_info {
    position: static; /* box-shadow:unset; */
    margin: auto;
    height: auto;
    z-index: unset;
  }
  .top_mv_info_frame {
    display: block;
    position: static;
    transform: unset;
    background: #f3f3f3;
    padding: 10px 10px 10px;
  }

  /* 重要なお知らせ
  */
  .top_mv_important_info {
    margin: 0 auto 20px;
  }
  .top_mv_important_info h2 {
    padding: 8px 0;
    margin: 0 auto 12px;
  }
  .top_mv_important_info a {
    color: #333;
    padding: 12px 0 12px 2em;
    margin: auto;
  }
  .top_mv_important_info a.top_mv_important_info_right_triangle {
    position: relative;
  }
  .top_mv_important_info_wrapp {
    margin-bottom: 4px;
    font-feature-settings: normal;
    text-align: left;
    max-width: 352px;
    margin: auto;
    overflow-y: auto;
    height: 80px;
  }

  /* mv swiper
  */
  .swiper_inner.top_mv {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .top_mv_swiper .swiper-slide {
    height: 356px;
    max-width: unset;
  }
  .top_mv_swiper .swiper-slide > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
} /* max-width:767px */

@media (max-width: 500px) {
  /* ドットインジケータラッパー(ページネーションラッパー)
  */
  .top_mv_swiper .swiper-horizontal > .swiper-pagination-bullets,
  .top_mv_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .top_mv_swiper .swiper-pagination-custom,
  .top_mv_swiper .swiper-pagination-fraction {
    bottom: 3px;
    left: 0;
    width: 100%;
  }

  /* ドットインジケータ(ページネーション):選択されてない画像に対応するインジケータ
  */
  .top_mv_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 5px;
    height: 5px;
    background: rgb(149, 149, 149);
    opacity: 0.9;
  }

  /* ドットインジケータ(ページネーション):選択中のn番目の画像に対応するインジケータ
  */
  .top_mv_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: rgb(64, 166, 224);
    opacity: 1;
  }

  .top_mv_swiper .swiper-slide {
    height: 320px;
  }
  .top_mv_swiper .swiper-slide > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .top_mv_info_frame {
    padding: 31px 10px 34px;
  }
  .top_mv_swiper_info_area {
    position: static;
    margin: 0;
    max-width: unset;
  }

  /* 重要なお知らせ
  */
  .top_mv_important_info {
    margin: 0 auto 22px;
    width: unset;
    max-width: 358px;
    padding: 17px 10px 10px;
  }
  .top_mv_important_info a {
    color: #333;
    padding: 9px 0 12px 2em;
    margin: auto;
  }
  .top_mv_important_info a.top_mv_important_info_right_triangle {
    position: relative;
  }
  .top_mv_important_info a.top_mv_important_info_right_triangle::before {
    left: 0px;
    top: 4px;
  }
  .top_mv_important_info_wrapp {
    margin-bottom: 4px;
    font-feature-settings: normal;
    text-align: left;
    max-width: 352px;
    margin: auto;
    overflow-y: unset;
    height: auto;
  }

  .top_mv_info {
    padding: 17px 10px 16px;
    width: 100%;
    max-width: 358px;
  }
  .top_mv_info h2 {
    font-size: inherit;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 23px;
  }
  .top_mv_info a {
    color: #fff;
    padding: 12px 0;
    display: block;
    width: 198px;
    margin: auto;
    text-indent: -1em;
    line-height: 1;
  }
  .top_mv_info .link_right_triangle {
    position: relative;
  }
  .top_mv_info .link_right_triangle::after {
    position: absolute;
    content: "＞";
    top: 50%;
    right: 39px;
    transform: translateY(-50%);
  }

  .top_mv_info_wrapp {
    margin-bottom: 4px;
    font-feature-settings: normal;
  }
  .top_mv_info_wrapp .annotation {
    font-size: 14px;
    padding: 10px 0 13px;
    font-feature-settings: "palt";
  }
} /* max-width:500px */

@media (max-width: 390px) {
  .swiper_inner.top_mv {
    padding: 0;
  }
} /* max-width:390px */

/* ====================================================================================================================================================================================
令和五年度までに開院エリア
*/
.hospital_opening {
  text-align: center;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.hospital_opening a {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  display: block;
  max-width: 800px;
  /* margin: auto; */
  padding: 15px 60px;
}
.hospital_opening a::after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0px;
  height: 0;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #ffd4d4;
}
@media (min-width: 835px) {
  .hospital_opening a {
    display: inline-block;
  }
  .hospital_opening a:first-child {
    /* margin-right: 30px; */
  }
}
@media (max-width: 834px) {
  .hospital_opening a:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* .hospital_opening{display: none;} */
  .hospital_opening a {
    font-size: 18px;
    padding: 10px;
  }
  .hospital_opening_space {
    display: none;
  }
} /* max-width:767px */

/* ====================================================================================================================================================================================
8つのカードリンクエリア
*/
.link_card_area {
  background: rgba(64, 166, 224, 0.3);
  padding: 80px 10px 46px;
  margin: 0 0 120px 0;
}
.link_card_area .card_wrapp {
  max-width: 1220px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.link_card_area .item {
  display: block;
  background: #fff;
  width: 22.9%;
  margin: 0 2.8% 37px 0;
  padding: 22px 20px 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.link_card_area .item:nth-child(4n) {
  margin: 0 0 37px 0;
}
.link_card_area .item .img_wrapp {
  width: 100%;
  margin: 0 auto 16px;
  max-width: 106px;
  height: auto;
}
.link_card_area .item .text {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

/*8つのカードリンクエリア 色変更用スタイル
*/
body.js_blue .link_card_area,
body.js_blue .link_card_area .item {
  background: #000aff;
}

body.js_black .link_card_area,
body.js_black .link_card_area .item {
  background: #000;
}
body.js_blue .link_card_area,
body.js_black .link_card_area {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.js_blue .link_card_area .item,
body.js_black .link_card_area .item {
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 1280px) {
  .link_card_area {
    margin: 0 0 80px 0;
  }
}

@media (max-width: 767px) {
  .link_card_area {
    background: rgba(64, 166, 224, 0.3);
    padding: 80px 30px 40px;
    margin: 0 0 60px 0;
  }
  .link_card_area .card_wrapp {
    max-width: 1220px;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .link_card_area .item {
    width: 100%;
    max-width: 40%;
    margin: 0 auto 40px;
    padding: 22px 20px;
  }
  .link_card_area .item:nth-child(4n) {
    margin: 0 auto 40px;
  }
} /* max-width:767px */

@media (max-width: 500px) {
  .link_card_area {
    background: rgba(64, 166, 224, 0.3);
    padding: 40px 6px 20px;
    margin: 0 0 40px 0;
  }
  .link_card_area .card_wrapp {
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .link_card_area .item {
    width: 100%;
    max-width: 45%;
    margin: 0 auto 20px;
    padding: 11px 8px 19px;
  }
  .link_card_area .item:nth-child(4n) {
    margin: 0 auto 19px;
  }
  .link_card_area .item .img_wrapp {
    margin: 0 auto 7px;
    max-width: 63px;
  }
  .link_card_area .item .text {
    font-size: 14px;
  }
} /* max-width:500px */

@media (max-width: 360px) {
  .link_card_area .item .text {
    font-size: 12px;
  }
} /* max-width:360px */

/* ====================================================================================================================================================================================
重要なお知らせエリア
*/
.important_notices {
  margin: 0 0 116px;
  padding: 0 10px 0;
}
.important_notices .tag_wrapp {
  margin: 0 0 8px 110px;
  font-size: 0;
}
.important_notices > .inner {
  max-width: 1220px;
  margin: auto;
}
.notices_content_wrapp {
  justify-content: flex-start;
}
/* タブ内共通
*/
.important_notices .content_inner {
  background-image: linear-gradient(to right, rgba(112, 112, 112, 1), rgba(112, 112, 112, 1) 3px, transparent 1px);
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  transition: background-image 0.4s;
}
.important_notices .content_inner:hover {
  background-image: linear-gradient(to right, rgba(112, 112, 112, 0.6), rgba(112, 112, 112, 0.6) 3px, transparent 1px);
}
.important_notices .content_inner a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 22px 0px 12px;
}
.important_notices .content_inner time {
  font-size: 16px;
  margin: 0px 29px 0 0;
}
.important_notices .content_inner span {
  display: inline-block;
  width: fit-content;
  color: #fff;
  text-align: center;
  padding: 1px 17px;
  font-size: 14px;
  border-radius: 3px;
}
.important_notices .content_inner span:not(:last-child) {
  margin: 0 10px 10px 0;
}

.important_notices .content_inner span.all,
#archive span.all {
  background: #eab760;
}
.important_notices .content_inner span.info {
  background: #eab760;
}
.important_notices .content_inner span.event {
  background: #5dbf74;
}
.important_notices .content_inner span.important {
  background: #ed5050;
}
.important_notices .content_inner span.recruit {
  background: #528ddb;
}

/* 各情報の項目
*/
.important_notices .content_wrapp {
  flex-direction: column;
}

/* 重要なお知らせエリア 色変更用スタイル
*/
body.js_blue .important_notices h2,
body.js_black .important_notices h2 {
  background: #ed5050;
  border: none;
}

body.js_blue .important_notices .content_inner,
body.js_black .important_notices .content_inner {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 3px, transparent 1px);
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  transition: none;
}
body.js_blue .important_notices .content_inner a:hover {
  opacity: 1;
}
body.js_black .important_notices .content_inner a:hover {
  opacity: 1;
}

body.js_blue .important_notices .content_inner a p,
body.js_black .important_notices .content_inner a p {
  border-bottom: 1px solid #fff;
}

body.js_blue .important_notices .content_inner a:hover p,
body.js_black .important_notices .content_inner a:hover p {
  border-bottom: none;
}

/* body.js_blue .important_notices .content_inner:hover,
body.js_black .important_notices .content_inner:hover{background-image: linear-gradient(to right, rgba(255,255,255,.6), rgba(255,255,255,.6) 3px, transparent 1px);} */

@media (max-width: 1280px) {
  .important_notices {
    margin: 0 0 80px;
  }
} /* max-width:1280px */

@media (max-width: 767px) {
  .important_notices {
    margin: 0 0 60px;
    padding: 0 10px 0;
  }
  .important_notices .tag_wrapp {
    margin: 0 0 17px 0px; /* font-size: 0; */
    order: 2;
  }
  .important_notices > .inner {
    max-width: 1220px;
    margin: auto;
  }
  .notices_content_wrapp {
    justify-content: flex-start;
    display: contents;
  }

  /* タブ内共通
  */
  .important_notices .content_inner a {
    flex-direction: row;
  }
  .important_notices .content_inner time {
    font-size: 16px;
    margin: 0px 29px 0 0;
    order: 1;
  }
  .important_notices .content_inner p {
    order: 3;
    width: 100%;
  }

  /* 各情報の項目
  */
  .important_notices .content_wrapp {
    flex-direction: column;
  }
} /* max-width:767px */

@media (max-width: 500px) {
  .important_notices {
    margin: 0 0 37px;
    padding: 0 15px 0;
  }
  .important_notices .tag_wrapp {
    margin: 0 0 10px 0px; /* font-size: 0; */
    order: 2;
  }
  .important_notices > .inner {
    max-width: 1220px;
    margin: auto;
  }
  .notices_content_wrapp {
    justify-content: flex-start;
    display: contents;
  }
  /* タブ内共通
  */
  .important_notices .content_inner:first-child {
    margin-top: 4px;
  }
  .important_notices .content_inner a {
    padding: 14px 0px 16px;
  }
  .important_notices .content_inner time {
    font-size: 14px;
    margin: 0px 29px 0 0;
    order: 1;
  }
  .important_notices .content_inner p {
    order: 3;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
  }
  .important_notices .content_inner span {
    /* display: inline-block; */ /* width: fit-content; */ /* color:#fff; */ /* width: 66px; */ /* text-align: center; */ /* padding:2px 0; */ /* font-size: 14px; */
    font-size: 11px;
    padding: 1px 17px;
    margin-right: 7px;
  }
  .important_notices .content_inner span:not(:last-child) {
    margin: 0 7px 7px 0;
  }
  .important_notices .content_inner span.info {
    background: rgb(171, 193, 83); /* font-size: 11px; */ /* padding: 1px 0px; */ /* border-radius: 3px; */
  }
  .important_notices .content_inner span.important {
    background: rgb(203, 75, 40); /* font-size: 11px; */ /* padding: 1px 17px; */
    border-radius: 3px;
  }

  /* 各情報の項目
  */
  .important_notices .content_wrapp {
    flex-direction: column;
  }
} /* max-width:500px */

/* ====================================================================================================================================================================================
新着情報エリア
*/

.whats_new {
  margin: 0px 0 110px;
  padding: 0 10px;
}
.whats_new > .inner {
  max-width: 1220px;
  margin: auto;
}
.whats_new .tab_container {
  margin: 32px 0 0;
}
.whats_new .tab_wrapp {
  display: flex;
  justify-content: space-between;
}

/* タブ共通
*/
.whats_new label {
  cursor: pointer;
  transition: opacity 0.4s;
  width: 24%;
  display: inline-block;
  padding: 15px 0px;
  text-align: center;
  background: rgba(142, 221, 229, 0.3);
  color: #40a6e0;
  font-size: 20px;
}
.whats_new label:hover {
  opacity: 0.6;
  transition: opacity 0.4s;
}
.whats_new input[type="radio"] {
  display: none;
}

.whats_new .tab_content {
  display: none;
  border-top: 5px solid rgba(64, 166, 224, 0.8);
}
.whats_new .tag_wrapp {
  margin: 0 0 6px 110px;
  font-size: 0;
}
/* 色変更
*/
body.js_blue .whats_new .tab_content {
  display: none;
  border-top: 5px solid #fff;
}
body.js_black .whats_new .tab_content {
  display: none;
  border-top: 5px solid #fff;
}

body.js_blue .whats_new .tab_content_inner a:hover {
  opacity: 1;
}
body.js_black .whats_new .tab_content_inner a:hover {
  opacity: 1;
}

body.js_blue .whats_new .tab_content_inner a p,
body.js_black .whats_new .tab_content_inner a p {
  border-bottom: 1px solid #fff;
}

body.js_blue .whats_new .tab_content_inner a:hover p,
body.js_black .whats_new .tab_content_inner a:hover p {
  border-bottom: none;
}
/* 各タブクリック前のスタイル
*/
.whats_new input#all:checked ~ div.tab_wrapp label[for="all"],
.whats_new input#whats_info:checked ~ div.tab_wrapp label[for="whats_info"],
.whats_new input#event_pr:checked ~ div.tab_wrapp label[for="event_pr"],
.whats_new input#recruitment_related:checked ~ div.tab_wrapp label[for="recruitment_related"] {
  background: rgba(64, 166, 224, 0.8);
  color: #fff;
}
/* 色変更 アクティブタブ
*/
body.js_blue .whats_new input#all:checked ~ div.tab_wrapp label[for="all"],
body.js_blue .whats_new input#whats_info:checked ~ div.tab_wrapp label[for="whats_info"],
body.js_blue .whats_new input#event_pr:checked ~ div.tab_wrapp label[for="event_pr"],
body.js_blue .whats_new input#recruitment_related:checked ~ div.tab_wrapp label[for="recruitment_related"] {
  background: #fff;
  color: #000aff;
}

body.js_black .whats_new input#all:checked ~ div.tab_wrapp label[for="all"],
body.js_black .whats_new input#whats_info:checked ~ div.tab_wrapp label[for="whats_info"],
body.js_black .whats_new input#event_pr:checked ~ div.tab_wrapp label[for="event_pr"],
body.js_black .whats_new input#recruitment_related:checked ~ div.tab_wrapp label[for="recruitment_related"] {
  background: #fff;
  color: #000;
}

body.js_blue .whats_new label {
  background: #000aff;
  color: #fff;
  border: 1px solid #fff;
}
body.js_black .whats_new label {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
/*JS : タブフォーカス＆エンターキーによる操作時用スタイル
*/
.whats_new input#all:checked.js_active ~ div.tab_wrapp label[for="all"],
.whats_new input#whats_info:checked.js_active ~ div.tab_wrapp label[for="whats_info"],
.whats_new input#event_pr:checked.js_active ~ div.tab_wrapp label[for="event_pr"],
.whats_new input#recruitment_related:checked.js_active ~ div.tab_wrapp label[for="recruitment_related"] {
  background: rgba(64, 166, 224, 0.8);
  color: #fff;
}

/* 各タブクリック時のスタイル
*/
.whats_new input#all:checked ~ div#all_content,
.whats_new input#whats_info:checked ~ div#whats_info_content,
.whats_new input#event_pr:checked ~ div#event_pr_content,
.whats_new input#recruitment_related:checked ~ div#recruitment_related_content {
  display: block;
}

/*JS : タブフォーカス＆エンターキーによる操作時
*/
.whats_new input#all:checked.js_active ~ div#all_content,
.whats_new input#whats_info:checked.js_active ~ div#whats_info_content,
.whats_new input#event_pr:checked.js_active ~ div#event_pr_content,
.whats_new input#recruitment_related:checked.js_active ~ div#recruitment_related_content {
  display: block;
}

/* タブ内共通
*/
.whats_new .tab_content_inner a {
  display: flex;
  width: 100%;
  padding: 20px 0px 10px;
  flex-direction: column;
  flex-wrap: wrap;
}
.whats_new .tab_content time {
  font-size: 16px;
  margin: 0px 29px 0 0;
}
.whats_new .tab_content span {
  background: rgb(234, 183, 96);
  display: inline-block;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  padding: 1px 17px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.whats_new .tab_content span.recruit {
  background: #528ddb;
}
.whats_new .tab_content span.recruit {
  background: #528ddb;
}
/* wp用:"すべて"カテゴリ以外で表示されるリンク内のすべてタグは非表示 */
.whats_new .tab_content span.all:not(#all_content span.all) {
  display: none;
}
.whats_new .tab_content span:not(:last-child) {
  margin-right: 10px;
}

/* 各タグの色設定 */

.whats_new .tab_content span.recruitment {
  background: #528ddb;
}
.whats_new .tab_content span.event {
  background: #5dbf74;
}

.whats_new .tab_content_inner {
  background-image: linear-gradient(to right, rgba(112, 112, 112, 1), rgba(112, 112, 112, 1) 3px, transparent 3px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  transition: background-image 0.4s;
}
.tab_content_inner:hover {
  background-image: linear-gradient(to right, rgba(112, 112, 112, 0.6), rgba(112, 112, 112, 0.6) 3px, transparent 1px);
}

/* 新着情報エリア 色変更用スタイル
*/
body.js_blue .whats_new .tab_content_inner,
body.js_black .whats_new .tab_content_inner {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 3px, transparent 3px);
}
/* body.js_blue .tab_content_inner:hover,
body.js_black .tab_content_inner:hover{background-image: linear-gradient(to right, rgba(255,255,255,.6), rgba(255,255,255,.6) 3px, transparent 1px);} */

/* 各情報のラッパー
*/
.whats_new .tab_content_wrapp {
  justify-content: flex-start;
}
.whats_new .tab_content_wrapp p {
  padding: 0;
}

/* 一覧を見る
*/
.whats_new .whats_new_list_link {
  padding: 30px 0px;
}
.whats_new .whats_new_list_link a {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  display: block;
  max-width: 300px;
  margin: auto 0 0 auto;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
}
.whats_new .whats_new_list_link a::after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0px;
  height: 0;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

body.js_blue .whats_new .whats_new_list_link a,
body.js_black .whats_new .whats_new_list_link a {
  border: 1px solid #fff;
}
body.js_blue .whats_new .whats_new_list_link a {
  background: #000aff;
}
body.js_black .whats_new .whats_new_list_link a {
  background: #000;
}

@media (max-width: 1280px) {
  .whats_new {
    margin: 0 0 80px;
  }
} /* max-width:1280px */

@media (max-width: 767px) {
  .whats_new {
    margin: 0 0 60px;
    padding: 0 10px;
  }
  .whats_new label {
    width: 24%;
    padding: 15px 0px;
    font-size: clamp(18px, 3vw, 20px);
  }

  .whats_new > .inner {
    max-width: 1220px;
    margin: auto;
  }
  .whats_new .tab_container {
    margin: 32px 0 0;
  }
  .whats_new .tab_wrapp {
    display: flex;
    justify-content: space-between;
  }

  /* タブ共通
  */
  .whats_new label:hover {
    opacity: 0.6;
    transition: opacity 0.4s;
  }
  .whats_new input[type="radio"] {
    display: none;
  }

  .whats_new .tab_content {
    display: none;
    border-top: 5px solid rgba(64, 166, 224, 0.8);
  }
  .whats_new .tag_wrapp {
    margin: 0 0 16px 0px;
    order: 2;
    width: fit-content;
  }

  /* 各タブクリック前のスタイル
  */
  .whats_new input#all:checked ~ div.tab_wrapp label[for="all"],
  .whats_new input#whats_info:checked ~ div.tab_wrapp label[for="whats_info"],
  .whats_new input#event_pr:checked ~ div.tab_wrapp label[for="event_pr"],
  .whats_new input#recruitment_related:checked ~ div.tab_wrapp label[for="recruitment_related"] {
    background: rgba(64, 166, 224, 0.8);
    color: #fff;
  }

  /* 各タブクリック時のスタイル
  */
  .whats_new input#all:checked ~ div#all_content,
  .whats_new input#whats_info:checked ~ div#whats_info_content,
  .whats_new input#event_pr:checked ~ div#event_pr_content,
  .whats_new input#recruitment_related:checked ~ div#recruitment_related_content {
    display: block;
  }

  /* タブ内共通
  */
  .whats_new .tab_content_inner a {
    flex-direction: row;
  }
  .whats_new .tab_content time {
    font-size: 16px;
    margin: 0px 29px 0 0;
    order: 1;
    width: fit-content;
  }
  .whats_new .tab_content span {
    width: fit-content;
  }

  /* 各情報のラッパー
  */
  .whats_new .tab_content_wrapp {
    display: contents;
  }
  .whats_new .tab_content_wrapp p {
    padding: 0;
    order: 3;
    width: 100%;
  }

  /*  一覧を見る
  */
  .whats_new .whats_new_list_link a {
    margin: 0 0 0 auto;
  }
} /* max-width767px */

@media (max-width: 500px) {
  .whats_new {
    margin: 0px 0 18px;
    padding: 0 15px;
  }
  .whats_new > .inner {
    max-width: unset;
    margin: auto;
  }
  .whats_new .tab_container {
    margin: 11px 0 0;
  }
  .whats_new .tab_wrapp {
    display: flex;
    justify-content: space-between;
  }

  /* タブ共通
  */
  .whats_new label {
    cursor: pointer;
    transition: opacity 0.4s;
    width: 24%;
    display: inline-block;
    padding: 6px 0px;
    text-align: center;
    background: rgba(142, 221, 229, 0.3);
    color: #40a6e0;
    font-size: 12px;
  }
  .whats_new input[type="radio"] {
    display: none;
  }

  .whats_new .tab_content {
    display: none;
    border-top: 3px solid rgba(64, 166, 224, 0.8);
  }
  .whats_new .tag_wrapp {
    margin: 0;
  }

  .whats_new .tab_content_inner a {
    padding: 11px 0px 11px;
  }
  .whats_new .tab_content time {
    font-size: 14px;
    margin: 2px 30px 0 0;
    align-self: center;
  }
  .whats_new .tab_content span {
    font-size: 11px;
    padding: 1px 17px;
  }
  .whats_new .tab_content span:not(:last-child) {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .whats_new .tab_content_inner:first-child {
    margin-top: 3px;
  }

  /* 各情報のラッパー
  */
  .whats_new .tab_content_wrapp p {
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    margin: 14px 0 0 0;
  }

  .whats_new .whats_new_list_link a {
    margin: 0 auto 0;
    max-width: 200px;
    padding: 5px 0;
    font-size: 16px;
  }
  .whats_new .whats_new_list_link a::after {
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
} /* max-width500px */

@media (max-width: 360px) {
  .whats_new label {
    font-size: 11px;
  }
} /* max-width360px */

/* ====================================================================================================================================================================================
診療科のご案内
*/
.department_information {
  background: #fff url(../img/top/department_information_bg_pc.png) center / 1366px;
  padding: 80px 10px 57px;
}
.department_information .inner {
  max-width: 1220px;
  margin: auto;
}
.department_information .section_title {
  margin: 0 0 40px 0;
}

.department_information ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  justify-content: flex-start;
  width: 100%;
}
.department_information ul li {
  width: 180px;
  height: auto;
  margin: 0 2.5% 25px 0;
}
.department_information ul li:nth-of-type(5n) {
  margin: 0 0 25px 0;
}
.department_information ul li a {
  width: 100%;
  font-size: 18px;
  position: relative;
  border: 3px solid #40a6e0;
  color: #006ead;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8f7ff;
  transition: opacity 0.4s;
  padding: 8px;
  min-height: 80px;
}
.department_information ul li a::after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0px;
  height: 0;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #024e79;
}

/* 色変更
*/
body.js_blue .department_information {
  background: #000aff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.js_black .department_information {
  background: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

body.js_blue .department_information ul li a {
  color: #fff;
  border: 3px solid #fff;
  background: #000aff;
}
body.js_black .department_information ul li a {
  color: #fff;
  border: 3px solid #fff;
  background: #000;
}

body.js_black .department_information ul li a::after,
body.js_blue .department_information ul li a::after {
  border-bottom: 14px solid #fff;
}

.btn01 {
  border: 2px solid #40a6e0;
}
.btn01::after {
  bottom: 5px;
  right: 5px;
  width: 0px;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #024e79;
}

@media (max-width: 1280px) {
  .department_information {
    padding: 80px 10px 55px;
  }
  .department_information ul li {
    width: 18%;
    margin: 0 2.5% 25px 0;
  }
  .department_information ul li:nth-of-type(5n) {
    margin: 0 0 25px 0;
  }
} /* max-width1280px */

@media (max-width: 767px) {
  .department_information {
    padding: 60px 10px 35px;
  }
  .department_information .inner {
    max-width: 1220px;
    margin: auto;
  }
  .department_information .section_title {
    margin: 0 0 40px 0;
  }

  .department_information ul {
    flex-wrap: wrap;
    max-width: unset;
    margin: auto;
    justify-content: center;
  }
  .department_information ul li {
    width: 25%;
    margin: 0 2.5% 25px 0;
  }
  .department_information ul li:nth-of-type(5n) {
    margin: 0 2.5% 25px 0;
  }
  .department_information ul li:nth-of-type(3n) {
    margin: 0 0 25px 0;
  }

  .department_information ul li a {
    font-size: 16px;
    border: 2px solid #40a6e0;
  }
  .department_information ul li a::after {
    bottom: 5px;
    right: 5px;
    width: 0px;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #024e79;
  }
} /* max-width767px */

@media (max-width: 500px) {
  .department_information .inner {
    max-width: 1220px;
    margin: auto;
  }
  .department_information {
    background: url(../img/top/department_information_bg_sp.png) center / 390px;
    padding: 18px 14px 11px;
  }
  .department_information ul {
    margin: auto;
    justify-content: flex-start;
  }
  .department_information .section_title {
    margin: 0 0 15px 0;
  }
  .department_information ul li {
    width: 32%; /* height: 50px; */
    margin: 0 2% 8px 0;
  }
  .department_information ul li:nth-of-type(5n) {
    margin: 0 2% 8px 0;
  }
  .department_information ul li:nth-of-type(3n) {
    margin: 0 0 8px 0;
  }
  .department_information ul li a {
    font-size: 12px;
    min-height: 50px;
  }
} /* max-width500px */

/* ====================================================================================================================================================================================
採用情報
*/
.recruitment_information .inner {
  max-width: 1220px;
  margin: auto;
}
.recruitment_information {
  background: #fff url(../img/top/recruitment_bg_pc.png) no-repeat center / cover;
  padding: 80px 10px 64px;
}

.recruitment_information ul {
  margin: 41px 0 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.recruitment_information ul li {
  width: 22%;
  height: 88px;
  margin: 0 4% 16px 0;
}
.recruitment_information ul li:nth-of-type(4n) {
  margin: 0 0 16px 0;
}
.recruitment_information ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 20px;
  border: 3px solid #40a6e0;
  color: #006ead;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: opacity 0.4s;
}
.recruitment_information ul a::after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0px;
  height: 0;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #024e79;
}
.swiper-button-next, .swiper-button-prev {
  z-index: 9 !important;
}

/* 色変更
*/

body.js_blue .recruitment_information {
  background: #000aff;
}
body.js_black .recruitment_information {
  background: #000;
}

body.js_blue .recruitment_information ul li a {
  background: #000aff;
  color: #fff;
  border: 3px solid #fff;
}
body.js_black .recruitment_information ul li a {
  background: #000;
  color: #fff;
  border: 3px solid #fff;
}

body.js_blue .recruitment_information ul li a::after,
body.js_black .recruitment_information ul li a::after {
  border-bottom: 14px solid #fff;
}

.recruitment_information .recruitment_information_list_link a {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  display: block;
  max-width: 300px;
  margin: auto;
  padding: 15px 0;
  border-radius: 5px;
  text-align: center;
  margin-top: 40px;
}

.recruitment_information .recruitment_information_list_link a::after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0px;
  height: 0;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

body.js_blue .recruitment_information .recruitment_information_list_link a,
body.js_black .recruitment_information .recruitment_information_list_link a {
  border: 1px solid #fff;
}
body.js_blue .recruitment_information .recruitment_information_list_link a {
  background: #000aff;
}
body.js_black .recruitment_information .recruitment_information_list_link a {
  background: #000;
}

@media (max-width: 767px) {
  .recruitment_information {
    padding: 60px 10px 44px;
  }
  .recruitment_information ul li a {
    font-size: clamp(16px, 3vw, 18px);
    border: 2px solid #40a6e0;
  }
  .recruitment_information ul li a::after {
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #024e79;
  }
  .recruitment_information .recruitment_information_list_link a {
    margin: 0 auto;
  }
  .recruitment_information ul li {
    width: 49%;
    margin: 0 2% 16px 0;
  }
  .recruitment_information ul li:nth-of-type(2n) {
    margin: 0 0 16px 0;
  }
} /* max-width:767px */

@media (max-width: 500px) {
  .recruitment_information {
    background: url(../img/top/recruitment_bg_sp.png) no-repeat center / cover;
    padding: 15px 15px 9px;
  }
  .recruitment_information ul {
    margin: 15px 0 0;
  }
  .recruitment_information ul li {
    height: 50px;
    margin: 0 2% 6px 0;
  }
  .recruitment_information ul li:nth-of-type(2n) {
    margin: 0 0 6px 0;
  }
  .recruitment_information ul li a {
    font-size: 12px;
  }
  .recruitment_information .recruitment_information_list_link a {
    margin: 10px auto 0;
    max-width: 200px;
    padding: 5px 0;
    font-size: 16px;
  }
  .recruitment_information .recruitment_information_list_link a::after {
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
} /* max-width:500px */

/* ====================================================================================================================================================================================
ページ下部swiper
*/
section.swiper_area.page_bottom {
  display: flex;
  align-items: center;
  background: rgba(64, 166, 224, 0.3);
  height: 160px;
}
/* swiperのスクロールバー非表示 */
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  display: none;
}

.swiper_inner.page_bottom {
  max-width: 85.5%;
  margin: auto;
  padding: 0 10px;
  position: relative;
}
/* plugin提供のrootスタイル(複数swiperを設置する際にはこのclass名を変更し、別途追加する)
*/
.page_bottom_swiper {
  height: 80px;
  width: 100%;
  max-width: 1125px;
  overflow: hidden;
}
.page_bottom_swiper li {
  font-size: 16px;
  border: 3px solid #40a6e0;
  color: #006ead;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
/* 前へ次への矢印カスタマイズ
*/
.swiper_inner.page_bottom .swiper-button-prev:after,
.swiper_inner.page_bottom .swiper-button-next:after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ
*/
.swiper_inner.page_bottom .swiper-button-prev:after {
  border-bottom: 12px solid transparent;
  border-right: 20px solid #024e79;
  border-top: 12px solid transparent;
}
/* 次への矢印カスタマイズ
*/
.swiper_inner.page_bottom .swiper-button-next:after {
  border-bottom: 12px solid transparent;
  border-left: 20px solid #024e79;
  border-top: 12px solid transparent;
}
.swiper_inner.page_bottom .swiper-button-prev {
  left: -3.5%;
  transition: opacity 0.4s;
}
.swiper_inner.page_bottom .swiper-button-next {
  right: -3.5%;
  transition: opacity 0.4s;
}

.swiper_inner.page_bottom .swiper-button-prev:hover,
.swiper_inner.page_bottom .swiper-button-next:hover {
  opacity: 0.6;
}

/* swiperカード内スタイル
*/
 .page_bottom_swiper li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page_bottom_swiper li {
  transition: opacity 0.4s;
}
.page_bottom_swiper li:hover {
  opacity: 0.6;
  cursor: pointer;
}

/* .page_bottom_swiper li {
  font-size: 16px;
  border: 3px solid #40a6e0;
  color: #006ead;
  border-radius: 10px;
  background: #fff;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page_bottom_swiper li a {
  display: block;
  height: 74px;
}
.page_bottom_swiper li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
} */

/* ドットインジケーター
*/
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

/*色変更 トップページ下部スワイパー用
*/
body.js_blue section.swiper_area.page_bottom {
  background: #000aff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.js_black section.swiper_area.page_bottom {
  background: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

body.js_blue .page_bottom_swiper li a,
body.js_black .page_bottom_swiper li a {
  color: #fff;
}

body.js_blue .page_bottom_swiper li {
  background: #000aff;
  border: 3px solid #fff;
}
body.js_black .page_bottom_swiper li {
  background: #000;
  border: 3px solid #fff;
}

body.js_blue .page_bottom_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
body.js_black .page_bottom_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
}

/* 前への矢印カスタマイズ
*/
body.js_blue .swiper_inner.page_bottom .swiper-button-prev:after,
body.js_black .swiper_inner.page_bottom .swiper-button-prev:after {
  border-right: 20px solid #fff;
}
/* 次への矢印カスタマイズ
*/
body.js_blue .swiper_inner.page_bottom .swiper-button-next:after,
body.js_black .swiper_inner.page_bottom .swiper-button-next:after {
  border-left: 20px solid #fff;
}

@media (max-width: 1280px) {
  .page_bottom_swiper li a {
    font-size: clamp(13px, 2vw, 15px);
  }
} /* max-width:1280px */

@media (max-width: 767px) {
  /* sp版390px幅時の各カードがデザイン通りのサイズ(w100px)となるスタイル値
  */
  .swiper_inner.page_bottom {
    max-width: 87.3%;
    margin: auto;
    padding: 0 10px;
  }
  .page_bottom_swiper li {
    font-size: clamp(10px, 3vw, 16px);
    border: 2px solid #40a6e0;
  }
  /* 前への矢印カスタマイズ
  */
  .page_bottom_swiper .swiper-button-prev:after {
    border-bottom: 10px solid transparent;
    border-right: 15px solid #024e79;
    border-top: 10px solid transparent;
  }
  /* 次への矢印カスタマイズ
  */
  .page_bottom_swiper .swiper-button-next:after {
    border-bottom: 10px solid transparent;
    border-left: 15px solid #024e79;
    border-top: 10px solid transparent;
  }
} /* max-width:767px */

@media (max-width: 500px) {
  .swiper_inner.page_bottom {
    max-width: 100%;
    padding: 0 8%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .page_bottom_swiper {
    font-size: 10px;
  }
  section.swiper_area.page_bottom {
    height: 93px;
  }
  .page_bottom_swiper li {
    height: 49px;
    align-self: center;
  }
  .swiper_inner.page_bottom .swiper-horizontal > .swiper-pagination-bullets,
  .swiper_inner.page_bottom .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
  }
  .swiper_inner.page_bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  /* 前への矢印カスタマイズ
  */
  .swiper_inner.page_bottom .swiper-button-prev:after {
    border-bottom: 8px solid transparent;
    border-right: 11px solid #024e79;
    border-top: 8px solid transparent;
  }
  /* 次への矢印カスタマイズ
  */
  .swiper_inner.page_bottom .swiper-button-next:after {
    border-bottom: 8px solid transparent;
    border-left: 11px solid #024e79;
    border-top: 8px solid transparent;
  }
  .swiper_inner.page_bottom .swiper-button-prev {
    left: 0;
  }
  .swiper_inner.page_bottom .swiper-button-next {
    right: 0;
  }
  .page_bottom_swiper li a {
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
    transform: scale(0.9);
    font-size: 10px;
  }
} /* max-width:500px; */

@media (max-width: 390px) {
  .page_bottom_swiper {
    font-size: 10px;
  }
  /* 前への矢印カスタマイズ
  */
  .page_bottom_swiper .swiper-button-prev:after {
    border-bottom: 10px solid transparent;
    border-right: 15px solid #024e79;
    border-top: 10px solid transparent;
  }
  /* 次への矢印カスタマイズ
  */
  .page_bottom_swiper .swiper-button-next:after {
    border-bottom: 10px solid transparent;
    border-left: 15px solid #024e79;
    border-top: 10px solid transparent;
  }
  .page_bottom_swiper .swiper-button-prev {
    left: 0px;
  }
  .page_bottom_swiper .swiper-button-next {
    right: 0px;
  }
} /* max-width:390px */

@media (max-width: 360px) {
  .swiper_inner.page_bottom {
    max-width: 100%;
    padding: 0 5%;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
  .page_bottom_swiper li a br {
    display: none;
  }
  .page_bottom_swiper li a {
    letter-spacing: -0.6px;
  }
} /* max-width:360px */

/* ====================================================================================================================================================================================
bannerエリア
*/
.banner_area {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  padding: 80px 5px 64px;
}
.banner_area_inner {
  width: 100%;
  max-width: 1223px;
}

.banner_area ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.banner_area ul li {
  margin: 0 5% 16px 0;
  width: 30%;
}
.banner_area ul li:nth-of-type(3n) {
  margin: 0 0 16px 0;
}
.banner_area ul li figure,
.banner_area ul li figure a {
  display: block;
}

@media (max-width: 767px) {
  .banner_area {
    padding: 60px 5px 44px;
  }
} /* max-width:767px */

@media (max-width: 500px) {
  .banner_area {
    padding: 18px 5px 8px;
  }
  .banner_area_inner {
    max-width: 94%;
    margin: 0 auto;
  }
  .banner_area ul li {
    width: 32%;
    margin: 0 2% 10px 0;
  }
  .banner_area ul li:nth-of-type(3n) {
    margin: 0 0% 10px 0;
  }
} /* max-width:500px */

/* ====================================================================================================================================================================================
map
*/
.map_area_inner {
  height: 567px;
  background: #fff;
}

@media (max-width: 767px) {
  .map_area_inner {
    height: clamp(460px, 74vw, 567px);
    padding: 0 15px;
  }
} /* max-width:767px */

@media (max-width: 500px) {
  .map_area_inner {
    height: clamp(263px, 66vw, 460px);
  }
} /* max-width:500px */


/* ======================================================================================================================================================================================================
GTranslate
*/

.link_card_area .item font {
  line-height: 1.6;
}

@media (max-width: 1366px) {
  .page_bottom_swiper li font {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .recruitment_information ul li a {
    font-size: 16px;
  }

  footer.common_footer .business_hours_overview {
    gap: 40px;
  }
}