@charset "UTF-8";
/* =============================================
見出し

01.基本設定
02.共通クラス
03.ヘッダー
04.フッター
05.サイドバー
06.コンテンツ

============================================= */
/* =============================================
01.基本設定
============================================= */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

li {
  list-style-type: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  li {
    font-size: 13px;
  }
}

a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
a img {
  margin-bottom: 0;
}
a.no-hover {
  pointer-events: none;
}

p {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

ul.circle li {
  list-style-type: disc;
  margin-left: 30px;
}
ul.number li {
  list-style-type: auto;
  margin-left: 30px;
}
ul.horizen {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
ul.circle {
  margin-bottom: 20px;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

section {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
section .item {
  margin-bottom: 60px;
}

.line-height {
  line-height: 2;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.wide {
  max-width: 1300px;
}

.right {
  text-align: right;
}

.table__scroll {
  overflow-x: scroll;
  margin-bottom: 10px;
}
.table__scroll .table {
  margin-bottom: 0;
}

h3.under-line {
  border-bottom: 1px solid #003f9b;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #003f9b;
}

.table {
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.8);
  margin-top: 20px;
  margin-bottom: 10px;
}
.table td {
  vertical-align: middle;
}
.table .circle {
  margin-bottom: 0;
  padding: 10px 0;
}
.table .circle li:last-of-type {
  margin-bottom: 0;
}
.table.schedule td {
  text-align: center;
  vertical-align: middle;
  width: 200px;
  font-size: 14px;
  padding: 10px;
}
@media (max-width: 767px) {
  .table.schedule td {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table.schedule {
    min-width: 800px;
  }
}
.table.bus {
  background: #f6fbff;
}
.table.bus * {
  border: none;
}
.table.style02 .th {
  background: transparent;
}
.table.style02 tr:nth-of-type(even) {
  background: rgba(41, 155, 226, 0.0666666667);
}
.table.style03 .th {
  background: rgba(24, 42, 135, 0.4666666667);
  color: white;
}
.table.style03 .bg {
  background: rgba(41, 155, 226, 0.0666666667);
}
.table tr {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}
.table li:last-of-type tr {
  border-bottom: none;
}
.table td, .table th {
  padding: 10px 20px;
  border-right: 1px solid rgba(204, 204, 204, 0.8);
}
.table .th {
  background: rgba(130, 196, 255, 0.0901960784);
  color: #182a87;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.table a {
  color: blue;
  text-decoration: underline;
}
.table a:hover {
  text-decoration: none;
}
.table.member {
  max-width: 600px;
}
.table.member .th {
  width: 50% !important;
  text-align: left;
}
.table.member td {
  text-align: center;
}
@media (max-width: 767px) {
  .table th, .table td {
    font-size: 12px;
    padding: 10px;
  }
}

.w100 {
  width: 100%;
}

.w75 {
  width: 75%;
}
@media (max-width: 767px) {
  .w75 {
    width: 100%;
  }
}

.w65 {
  width: 65%;
}
@media (max-width: 767px) {
  .w65 {
    width: 100%;
  }
}

.w60 {
  width: 60%;
}
@media (max-width: 767px) {
  .w60 {
    width: 100%;
  }
}

.w55 {
  width: 55%;
}
@media (max-width: 767px) {
  .w55 {
    width: 100%;
  }
}

.w50 {
  width: 50%;
}
@media (max-width: 767px) {
  .w50 {
    width: 100%;
  }
}

.w48 {
  width: 48%;
}
@media (max-width: 767px) {
  .w48 {
    width: 100%;
  }
}

.w45 {
  width: 45%;
}
@media (max-width: 767px) {
  .w45 {
    width: 100%;
  }
}

.w40 {
  width: 40%;
}
@media (max-width: 767px) {
  .w40 {
    width: 100%;
  }
}

.w35 {
  width: 35%;
}
@media (max-width: 767px) {
  .w35 {
    width: 100%;
  }
}

.w30 {
  width: 30%;
}
@media (max-width: 767px) {
  .w30 {
    width: 100%;
  }
}

.w25 {
  width: 25%;
}
@media (max-width: 767px) {
  .w25 {
    width: 100%;
  }
}

.w20 {
  width: 20%;
}
@media (max-width: 767px) {
  .w20 {
    width: 100%;
  }
}

.header__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .header__wrapper {
    padding: 0;
  }
}

@media (max-width: 1320px) {
  .global {
    display: none !important;
  }
}

.red {
  color: red;
}

.blue {
  color: #003f9b;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media (max-width: 767px) {
  .d-flex {
    row-gap: 20px;
  }
  .d-flex.sp-reverse {
    flex-direction: column-reverse;
  }
}
.d-flex.o-contain img {
  object-fit: contain;
}
.d-flex.a-start {
  align-items: start;
}
.d-flex.a-stretch {
  align-items: stretch;
}
.d-flex.a-center {
  align-items: center;
}
.d-flex.col-1-1 > div {
  width: 47%;
}
@media (max-width: 767px) {
  .d-flex.col-1-1 > div {
    width: 100%;
  }
}
.d-flex.mb {
  margin-bottom: 40px;
}
.d-flex.j-start {
  justify-content: start;
  column-gap: 40px;
}

.underline {
  text-decoration: underline;
}

.shadow {
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.8);
}
.shadow.radius {
  border-radius: 70px;
}
@media (max-width: 767px) {
  .shadow.radius {
    border-radius: 40px;
  }
}
.shadow.radius02 {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .shadow.radius02 {
    border-radius: 20px;
  }
}

.img__wrapper {
  overflow: hidden;
  box-shadow: 0 0 12px rgba(204, 204, 204, 0.8);
  border-radius: 40px;
}
@media (max-width: 767px) {
  .img__wrapper {
    border-radius: 10px;
  }
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
  pointer-events: none;
}

#page-loader.hide {
  opacity: 0;
}

.blue__wrapper {
  background: rgba(130, 196, 255, 0.0901960784);
  padding: 40px;
}
@media (max-width: 767px) {
  .blue__wrapper {
    padding: 30px 20px;
    font-size: 14px;
  }
}
.blue__wrapper.mb {
  margin-bottom: 40px;
}
.blue__wrapper .inner__link {
  margin-bottom: 0;
}

h4.h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

/* =============================================
03.ヘッダー
============================================= */
header {
  z-index: 1000;
  width: 100%;
  padding: 20px;
}
header img {
  margin-bottom: 0;
}
header a {
  display: block;
}
header .header__logo {
  width: 240px;
}
@media (max-width: 767px) {
  header .header__logo {
    width: 200px;
  }
}
header .header__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
header .header__right {
  width: calc(100% - 300px);
  row-gap: 10px;
}
@media (max-width: 1320px) {
  header .header__right {
    display: none;
  }
}
header .info__menu {
  display: flex;
  column-gap: 10px;
  justify-content: end;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
header .info__menu .info__ttl {
  color: #182a87;
}
header .func__menu {
  display: flex;
  column-gap: 15px;
  justify-content: end;
  align-items: center;
  margin-bottom: 20px;
}
header .func__menu .radius a {
  color: #182a87;
  border-radius: 50px;
  border: 1px solid;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}
header .func__menu .radius a:hover {
  background: #182a87;
  color: white;
  transition: 0.3s;
}
header .tel {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
header .tel a {
  color: #182a87;
  font-size: 26px;
  font-weight: bold;
}
header .tel img {
  width: 40px;
}
header .reserve a {
  background: #182a87;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid;
}
header .reserve a:hover {
  background: white;
  color: #182a87;
  transition: 0.3s;
}
header .search img {
  width: 60px;
}
header .gl__menu {
  display: flex;
  column-gap: 10px;
  justify-content: end;
  align-items: center;
  width: 100%;
}
@media (max-width: 1320px) {
  header .gl__menu {
    display: none;
  }
}
header .gl__menu li:first-of-type a {
  border-left: 1px solid;
}
header .gl__menu a {
  font-size: 18px;
  padding: 0 20px;
  border-right: 1px solid;
  font-weight: bold;
}

/* ---------------------------------------------- */
/* ハンバーガーメニュー */
/* ------------------------- */
#header-hamburger {
  /* 見た目のCSS */
  background: #303A58;
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  margin-left: auto;
  /* ボタンがハンバーガーウィンドウの下に隠れないようにする指定 */
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  display: none;
}
@media (max-width: 1320px) {
  #header-hamburger {
    display: block;
  }
}

/* ----------------- */
/* 三本線 */
/* ----------------- */
#header-hamburger span {
  /* 見た目のCSS */
  display: inline-block;
  background: #fff;
  width: 50%;
  height: 2px;
  /* バーガー線の太さ */
  /*アニメーションの設定*/
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  /* バーガー線の位置 */
  transform: translateX(-50%);
}

/* １本目 */
#header-hamburger span:nth-of-type(1) {
  top: 30%;
}

/* ２本目 */
#header-hamburger span:nth-of-type(2) {
  top: 50%;
}

/* ３本目 */
#header-hamburger span:nth-of-type(3) {
  top: 70%;
}

/* ------------------ */
/* ×印 */
/* ------------------ */
/*activeクラスが付与されると線が回転して×になる*/
#header-hamburger.active span:nth-of-type(1) {
  top: 50%;
  left: 25%;
  transform: rotate(-45deg);
  width: 50%;
}

#header-hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

#header-hamburger.active span:nth-of-type(3) {
  top: 50%;
  left: 25%;
  transform: rotate(45deg);
  width: 50%;
}

/* ----------------------------------------------- */
/* メニューウィンドウ */
/* -------------------------- */
#hamburger-window {
  transition: 0.3s;
  text-align: center;
  /* 初期状態は非表示 */
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: -100vw;
  z-index: 1;
  /* 画面いっぱいに表示されるサイズに設定 */
  width: 100%;
  height: 100vh;
  /* 画面からはみ出したらスクロール可能にする */
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #EFEEEA;
  padding: 80px 30px;
  box-sizing: border-box;
}

/*スクロールバー非表示（Chrome・Safari）*/
.content::-webkit-scrollbar {
  display: none;
}

#hamburger-window.open {
  visibility: visible;
  right: 0;
}

.hamburger-window__link {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.hamburger-window__link p {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 3.6vw;
  font-weight: bold;
}

.hamburger-window__link:first-child .acordion-btn {
  border-top: 1px solid #ccc;
}

/* ----------------------------------
アコーディオン部分
--------------------- */
.acordion-btn {
  display: flex;
  align-items: center;
  padding-left: 5%;
  position: relative;
}

.acordion-btn::after {
  /* fontawesomeアイコンを表示 */
  content: "+";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  position: absolute;
  right: 5%;
  width: 10px;
  aspect-ratio: 1/1;
  color: #303A58;
  font-size: 3vw;
}

.acordion-btn.is-open::after {
  /* fontawesomeアイコンを表示 */
  content: "\f068";
}

.hamburger-window__link {
  border-bottom: 1px solid #303A58;
}

.hamburger-window__title,
.hamburger-window__link > a {
  color: #303A58;
}

.hamburger-window__link > a {
  display: block;
  text-align: left;
  padding-left: 5%;
  position: relative;
}

.hamburger-window__link > a::after {
  /* fontawesomeアイコンを表示 */
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 10px;
  aspect-ratio: 1/1;
  color: #303A58;
  font-size: 3vw;
}

.acordion > .acordion__item {
  position: relative;
  text-align: left;
  width: 100%;
  /* 閉じている状態 */
  border-top: 0 #ccc solid;
  line-height: 0;
  /* 閉じるアニメーション */
  transition: border-top 0.1s ease-out;
}

.acordion.is-open > .acordion__item {
  /* 開いている状態 */
  border-top: 1px #ccc solid;
  /* 開くアニメーション */
  transition: border-top 0.1s ease-out;
}

.acordion.is-open > .acordion__item:first-child {
  border-top: none;
}

.acordion.is-open > .acordion__item::after {
  /* fontawesomeアイコンを表示 */
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 10px;
  aspect-ratio: 1/1;
  color: #303A58;
  font-size: 3vw;
}

.acordion > .acordion__item > .acordion__link {
  color: #303A58;
  display: block;
  padding-left: 7%;
  /* 閉じている状態 */
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
  font-size: 3.4vw;
  font-weight: bold;
}

.acordion.is-open > .acordion__item > .acordion__link {
  display: block;
  padding-left: 7%;
  /* 開いている状態 */
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
}

#hamburger-window .header__search {
  margin-top: 4vw;
  margin-bottom: 4vw;
  width: 100%;
}
#hamburger-window .header__search input {
  width: 100%;
  font-size: 3.4vw;
  padding: 3vw;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#hamburger-window .header__search button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#hamburger-window .header__search img {
  width: 6vw;
  padding: 10px;
}
#hamburger-window .ham__btns {
  display: flex;
  justify-content: space-between;
}
#hamburger-window .ham__btns a {
  width: 48%;
  background: white;
  box-sizing: border-box;
  padding: 3vw;
  font-size: 3.4vw;
  font-weight: bold;
}
#hamburger-window .ham__btns a::before {
  width: 6vw;
  height: 6vw;
  margin-left: 4vw;
}

/* メガメニューは最初は非表示 */
.mega-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100vw;
  background: #fff;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  z-index: 100 !important;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1300px;
  border-radius: 20px;
}
.mega-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: 60px solid #ffffff;
  border-top: 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  position: absolute;
}
.mega-menu a {
  border-right: none !important;
  padding: 20px !important;
}
.mega-menu li:first-of-type a {
  border-left: none !important;
}
.mega-menu .link-lists {
  row-gap: 0;
  margin-bottom: 0 !important;
}
.mega-menu .link-lists a:hover {
  background: white;
}
.mega-menu li {
  width: 23% !important;
}
.mega-menu .page__ttl {
  font-size: 24px;
  margin-bottom: 20px;
}

/* hover でメガメニュー表示 */
.has-megamenu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

/* メガメニュー内のレイアウト */
.mega-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}

.mega-inner ul {
  list-style: none;
  padding: 0;
}

.mega-inner li {
  margin-bottom: 12px;
}

.mega-inner a {
  color: #003f9b; /* 病院ブルーに合わせる例 */
  text-decoration: none;
  transition: 0.2s;
}

.mega-inner a:hover {
  opacity: 0.7;
}

/* =============================================
04.フッター
============================================= */
footer a:hover {
  text-decoration: underline;
}
footer .footer__info {
  width: 47%;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .footer__info {
    width: 100%;
  }
}
footer .footer__menu {
  width: 47%;
}
@media (max-width: 767px) {
  footer .footer__menu {
    width: 100%;
  }
}
footer .tel {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #182a87;
  margin-top: 20px;
}
@media (max-width: 767px) {
  footer .tel {
    font-size: 24px;
  }
}
footer .tel img {
  width: 40px;
}
@media (max-width: 767px) {
  footer .tel img {
    width: 32px;
  }
}
footer h3 {
  padding: 10px 0;
  border-bottom: 1px solid #182a87;
  margin-bottom: 20px;
  font-size: 20px;
  color: #182a87;
}
footer .label {
  background: #182a87;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 3px;
}
footer .time {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
footer .label02 {
  font-size: 12px;
}
footer .menu__wrapper {
  display: flex;
  justify-content: space-between;
}
footer .menu__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .menu__item {
  margin-bottom: 40px;
}
footer .menu__item ul {
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  footer .menu__item ul {
    padding-left: 10px;
  }
}
footer .menu__item li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .menu__item a {
    display: block;
    font-size: 12px;
  }
}
footer .footer__sub-menu {
  display: flex;
  margin-top: 230px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer__sub-menu {
    margin-top: 60px;
  }
}
footer .footer__sub-menu a {
  font-weight: 400;
  font-size: 12px;
  padding: 0 10px;
  border-left: 1px solid rgba(204, 204, 204, 0.8);
}
footer .footer__sub-menu li:last-of-type a {
  border-right: 1px solid rgba(204, 204, 204, 0.8);
}
footer .copyright {
  font-size: 12px;
}
footer .google__map {
  height: 240px;
}

/* =============================================
05.サイドバー
============================================= */
.link-arrow {
  position: relative;
  padding-right: 80px !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .link-arrow {
    padding-right: 20px !important;
  }
}
.link-arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/dist/img/common/arrow01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .link-arrow::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
.link-arrow:hover::after {
  right: 10px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .link-arrow:hover::after {
    right: 0;
  }
}

/* =============================================
06.コンテンツ
============================================= */
.section__fv .fv {
  border-radius: 20px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .section__fv .fv img {
    height: 70vh;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .section__fv .fv-copy-space {
    margin-left: 10px;
  }
}
.section__fv h2 {
  font-size: 40px;
  color: #182a87;
  margin-bottom: 20px;
}

.section__fv .label-wh { 
    background: rgb(255, 255, 255);
  padding: 0 10px; 
  border-radius: 5px; 
}
@media (max-width: 767px) {
  .section__fv .label-wh {
    font-size: 24px;
    padding: 0 3px 0 10px;
    border-radius: 3px;
  }
}
.section__fv .label-blue {
  background: #182a87;
  padding: 0 10px;
  border-radius: 5px;
}
.section__fv h1 {
  font-size: 24px;
  line-height: 1.8;
  color: white;
}
@media (max-width: 767px) {
  .section__fv h1 {
    font-size: 16px;
  }
}
.section__fv .fv__wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (max-width: 767px) {
  .section__fv .fv__wrapper {
    top: auto;
    transform: translateY(0);
    bottom: 40px;
  }
}

.section__ttl {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
  font-size: 28px;
}
.section__ttl img {
  width: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section__ttl img {
    width: 20px;
  }
}
.section__ttl.sm {
  font-size: 20px;
}
.section__ttl.sm img {
  width: 20px;
}
.section__ttl.border {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .section__ttl {
    font-size: 16px !important;
  }
}

.page__ttl {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 40px;
  font-size: 40px;
  color: #182a87;
}
@media (max-width: 767px) {
  .page__ttl {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.page__ttl img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 0;
}

.tab-switch.shinryou-tab label {
  color: #182a87 !important;
  background: rgba(24, 42, 135, 0.1333333333);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab-switch.shinryou-tab input:checked + label {
  color: white !important;
  background: #182a87 !important;
}
.tab-switch label {
  font-weight: bold;
}
.tab-switch label[for=tab1] {
  color: #182a87;
}
.tab-switch label[for=tab2] {
  color: #e62733;
}
.tab-switch label[for=tab3] {
  color: #f77f00;
}
.tab-switch label[for=tab4] {
  color: #2aaa74;
}
.tab-switch label[for=tab5] {
  color: #9a2faa;
}
.tab-switch label[for=tab6] {
  color: #f74085;
}
.tab-switch label[for=tab7] {
  color: #299ae2;
}
.tab-switch label[for=tab8] {
  color: #666666;
}

.tab-switch input:checked + label[for=tab1] {
  background: #182a87;
}

.tab-switch input:checked + label[for=tab2] {
  background: #e62733;
}

.tab-switch input:checked + label[for=tab3] {
  background: #f77f00;
}

.tab-switch input:checked + label[for=tab4] {
  background: #2aaa74;
}

.tab-switch input:checked + label[for=tab5] {
  background: #9a2faa;
}

.tab-switch input:checked + label[for=tab6] {
  background: #f74085;
}

.tab-switch input:checked + label[for=tab7] {
  background: #299ae2;
}

.tab-switch input:checked + label[for=tab8] {
  background: #666666;
}

input:checked + .tab-content {
  display: block;
}

.bosyuu-switch {
  min-height: 260px;
  /* 左メニュー */
  /* 右コンテンツは grid から除外 */
  /* 表示中のコンテンツだけ表示 */
}
.bosyuu-switch .tab-switch {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  align-items: start;
  column-gap: 100px;
}
@media (max-width: 767px) {
  .bosyuu-switch .tab-switch {
    display: block;
  }
}
.bosyuu-switch .tab-switch:has(#doctor1:checked) .bosyuu__btns label[for=doctor1],
.bosyuu-switch .tab-switch:has(#doctor2:checked) .bosyuu__btns label[for=doctor2],
.bosyuu-switch .tab-switch:has(#nurse1:checked) .bosyuu__btns label[for=nurse1],
.bosyuu-switch .tab-switch:has(#nurse2:checked) .bosyuu__btns label[for=nurse2],
.bosyuu-switch .tab-switch:has(#nurse3:checked) .bosyuu__btns label[for=nurse3],
.bosyuu-switch .tab-switch:has(#nurse4:checked) .bosyuu__btns label[for=nurse4] {
  background: #182a87 !important;
  color: white;
  padding: 5px 20px !important;
}
.bosyuu-switch .tab-switch label {
  color: #182a87;
  text-align: left;
}
.bosyuu-switch .tab-switch .tab__btn {
  grid-column: 1;
  border-radius: 50px !important;
  margin-left: 0;
  text-align: left;
  width: 280px;
}
.bosyuu-switch .tab-switch .tab__btn label {
  border-radius: 50px;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 0;
  padding: 5px 0px !important;
}
.bosyuu-switch .tab-content {
  grid-column: 2;
  position: relative;
  top: 0;
  right: 0;
  display: none;
  padding: 0;
  padding-left: 60px;
  border-left: 1px solid #182a87;
  position: absolute;
}
@media (max-width: 767px) {
  .bosyuu-switch .tab-content {
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
  }
}
.bosyuu-switch .tab-switch input:checked + div + .tab-content {
  display: block;
}
.bosyuu-switch .tab-switch::before {
  display: none;
}

.news li {
  margin-bottom: 0;
}
.news a {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  display: flex;
  padding: 30px;
  column-gap: 20px;
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  position: relative;
  padding-left: 100px;
  flex-wrap: nowrap;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .news a {
    padding: 20px 0 20px 50px;
    flex-wrap: wrap;
    font-size: 14px;
  }
}
.news a:hover {
  background: #f6fbff;
  transition: 0.5s;
}
.news.no-tag a {
  padding-left: 20px;
}
.news .date {
  font-size: 15px;
  font-weight: 500;
}
.news .cat {
  color: #182a87;
  border: 1px solid;
  font-size: 12px;
  min-width: 180px;
  text-align: center;
  padding: 5px;
  display: block;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .news .cat {
    min-width: 140px;
    font-size: 10px;
    padding: 2px;
  }
}
.news .cat.cat01 {
  color: #e62733;
}
.news .cat.cat02 {
  color: #f77f00;
}
.news .cat.cat03 {
  color: #2aaa74;
}
.news .cat.cat04 {
  color: #9a2faa;
}
.news .cat.cat05 {
  color: #f74085;
}
.news .cat.cat06 {
  color: #299ae2;
}
.news .cat.cat07 {
  color: #666666;
}
.news li:last-of-type a {
  border-bottom: none;
}
.news img {
  width: 60px;
  position: absolute;
  left: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .news img {
    width: 40px;
    left: 0;
  }
}

.section__menu.bg01 {
  background: url(/dist/img/top/bg01.webp) no-repeat;
  background-size: cover;
}
.section__menu .menu__items {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
@media (max-width: 767px) {
  .section__menu .menu__items {
    width: 100%;
  }
}
.section__menu .menu__items li > a:hover {
  text-decoration: underline;
}
.section__menu .menu__items .menu__item {
  width: 47%;
}
.section__menu .menu__items .menu__item h3 {
  padding: 20px 0;
  border-bottom: 1px solid #182a87;
  margin-bottom: 20px;
  font-size: 20px;
  color: #182a87;
}
@media (max-width: 767px) {
  .section__menu .menu__items .menu__item h3 {
    padding: 5px 0 5px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.section__menu .menu__items .menu__item:hover .img__wrapper img {
  transform: scale(1.05);
  transition: 0.5s;
}
.section__menu .menu__items li {
  font-weight: bold;
}
.section__menu .menu__items.w100 {
  width: 100%;
}
.section__menu .menu__items.w100 .menu__item {
  width: 30%;
}
@media (max-width: 767px) {
  .section__menu .menu__items.w100 .menu__item {
    width: 47%;
  }
}
.section__menu .menu__items .img__wrapper {
  height: 200px;
}
@media (max-width: 767px) {
  .section__menu .menu__items .img__wrapper {
    height: 120px;
    margin-bottom: 10px;
  }
}
.section__menu .menu__items .img__wrapper img {
  height: 200px;
}
@media (max-width: 767px) {
  .section__menu .menu__items .img__wrapper img {
    height: 120px;
  }
}
.section__menu .menu__items p {
  font-weight: normal;
}
@media (max-width: 767px) {
  .section__menu .menu__items li {
    margin-bottom: 5px;
  }
}
.section__menu .menu__items a {
  display: block;
}
@media (max-width: 767px) {
  .section__menu .menu__items a {
    font-size: 12px;
  }
}
.section__menu .info {
  width: 35%;
}
@media (max-width: 767px) {
  .section__menu .info {
    width: 100%;
  }
}
.section__menu .info .time {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.section__menu .info .label {
  background: #182a87;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 3px;
}
.section__menu .info .label.sm {
  font-size: 12px;
}
.section__menu .info h3 {
  padding: 10px 0;
  border-bottom: 1px solid #182a87;
  margin-bottom: 20px;
  font-size: 20px;
  color: #182a87;
}
.section__menu .info .info__item {
  margin-bottom: 30px;
}
.section__menu .info .info__item .tel {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section__menu .info .info__item .tel img {
  width: 30px;
}
@media (max-width: 767px) {
  .section__menu .info p {
    font-size: 14px;
  }
}

.btn {
  background: white;
  display: flex;
  padding: 10px 30px;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  color: #182a87;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid;
  margin: 20px 0;
  width: fit-content;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding-right: 30px !important;
    margin: 10px 0;
  }
}
.btn.right {
  margin-left: auto;
}
.btn img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.tab-switch {
  --tab-color:#92bac2;
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  gap: 0 5px;
  justify-content: start;
}
.tab-switch .tab__labels {
  display: flex;
  width: 100%;
  border-bottom: 3px solid #182a87;
  min-width: max-content;
}

/* ラジオ非表示 */
.tab-switch input {
  display: none;
}

/* タブボタン */
.tab-switch label {
  padding: 0.7em 1em;
  cursor: pointer;
  order: -1;
  text-align: center;
  margin-left: 10px;
}

/* コンテンツ非表示 */
.tab-content {
  display: none;
  width: 100%;
  padding: 40px 0;
}
.tab-content.career .th {
  width: 200px;
}
@media (max-width: 767px) {
  .tab-content.career .th {
    width: 100px;
  }
}

.scroll {
  overflow: auto;
  width: 100%;
}

/* 選択されたタブ＋コンテンツ表示 */
.tab-switch label {
  background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .tab-switch label {
    font-size: 12px;
  }
}

.tab-switch input:checked + label + .tab-content {
  display: block;
}

.tab-switch:has(#tab1:checked) label[for=tab1] {
  background: #182a87;
  color: #fff !important;
}

.tab-switch:has(#tab2:checked) label[for=tab2] {
  background: #182a87;
  color: #fff !important;
}

.tab-switch:has(#tab3:checked) label[for=tab3] {
  background: #182a87;
  color: #fff !important;
}

.tab-switch:has(#tab4:checked) label[for=tab4] {
  background: #182a87;
  color: #fff !important;
}

.tab-switch:has(#tab5:checked) label[for=tab5] {
  background: #182a87;
  color: #fff !important;
}

.tab-switch:has(#tab6:checked) label[for=tab6] {
  background: #182a87;
  color: #fff !important;
}

.tab-switch:has(#tab7:checked) label[for=tab7] {
  background: #182a87;
  color: #fff !important;
}

.tab-switch:has(#tab8:checked) label[for=tab8] {
  background: #182a87;
  color: #fff !important;
}

.shinryou-tab .tab-switch:has(#tab1:checked) label[for=tab1] {
  background: #182a87 !important;
  color: #fff !important;
}
.shinryou-tab .tab-switch:has(#tab2:checked) label[for=tab2] {
  background: #e62733;
  color: #fff;
}
.shinryou-tab .tab-switch:has(#tab3:checked) label[for=tab3] {
  background: #f77f00;
  color: #fff;
}
.shinryou-tab .tab-switch:has(#tab4:checked) label[for=tab4] {
  background: #2aaa74;
  color: #fff;
}
.shinryou-tab .tab-switch:has(#tab5:checked) label[for=tab5] {
  background: #9a2faa;
  color: #fff;
}
.shinryou-tab .tab-switch:has(#tab6:checked) label[for=tab6] {
  background: #f74085;
  color: #fff;
}
.shinryou-tab .tab-switch:has(#tab7:checked) label[for=tab7] {
  background: #299ae2;
  color: #fff;
}
.shinryou-tab .tab-switch:has(#tab8:checked) label[for=tab8] {
  background: #666666;
  color: #fff;
}

.section__activity {
  background: url(/dist/img/top/bg03.webp) no-repeat;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}
.section__activity .activity__ttl {
  position: absolute;
  top: 0;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 60px;
  font-size: 28px;
  color: #182a87;
  font-weight: bold;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 767px) {
  .section__activity .activity__ttl {
    font-size: 16px !important;
    padding: 15px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 70%;
    text-align: center;
  }
}
.section__activity .content_area {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section__activity .content_area {
    padding: 0 !important;
  }
}
.section__activity .slick-item p {
  font-size: 18px;
  line-height: 100px;
  text-align: center;
  margin: 10px;
  padding: 2%;
  background: white;
  position: relative;
}
.section__activity .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 0;
  position: absolute;
  top: 40px;
  right: 30px;
}
@media (max-width: 767px) {
  .section__activity .arrow_box {
    top: auto;
    right: 20px;
    bottom: 20px;
  }
}
.section__activity .prev-arrow,
.section__activity .next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  border: 1px solid #182a87;
}
.section__activity .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
.section__activity .prev-arrow::before,
.section__activity .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #182a87;
  border-top: 2px solid #182a87;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .section__activity .prev-arrow::before,
  .section__activity .next-arrow::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 560px) {
  .section__activity .content_area {
    padding: 0 30px;
  }
  .section__activity .slick-item p {
    font-size: 15px;
    line-height: 80px;
    margin: 5px;
    padding: 1.5%;
  }
  .section__activity .arrow_box {
    margin: 10px 0 0;
  }
  .section__activity .prev-arrow,
  .section__activity .next-arrow {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 560px) and (max-width: 767px) {
  .section__activity .prev-arrow,
  .section__activity .next-arrow {
    width: 30px;
    height: 30px;
  }
}
.section__activity #wrapper {
  width: 100vw;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section__activity #wrapper {
    margin-top: 30px;
  }
}
.section__activity .activity__wrapper {
  background: white;
  padding: 20px;
}
@media (max-width: 767px) {
  .section__activity .activity__wrapper {
    padding: 14px 14px 30px;
  }
}
@media (max-width: 767px) {
  .section__activity .activity__wrapper h3 {
    font-size: 12px;
  }
}
.section__activity .slick-item {
  border-radius: 30px;
  overflow: hidden;
  margin: 20px;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.8);
}
@media (max-width: 767px) {
  .section__activity .slick-item {
    margin: 0px;
    margin-left: 20px;
    border-radius: 20px;
  }
}

.section__recruit .recruit__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: 80px;
}
.section__recruit .recruit__items::after {
  content: "";
  width: 30%;
}
@media (max-width: 767px) {
  .section__recruit .recruit__items h3 {
    font-size: 14px;
  }
}
.section__recruit .recruit__items .img__wrapper {
  height: 200px;
}
@media (max-width: 767px) {
  .section__recruit .recruit__items .img__wrapper {
    height: 120px;
  }
}
.section__recruit .recruit__items .img__wrapper img {
  height: 200px;
}
@media (max-width: 767px) {
  .section__recruit .recruit__items .img__wrapper img {
    height: 120px;
  }
}
.section__recruit .recruit__item {
  width: 30%;
}
@media (max-width: 767px) {
  .section__recruit .recruit__item {
    width: 47%;
  }
}
.section__recruit .recruit__item:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}
.section__recruit .recruit__item h3 {
  margin-top: 10px;
}
.section__recruit .link__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section__recruit .link__item {
  width: 48%;
  padding: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .section__recruit .link__item {
    width: 100%;
    border-bottom: 1px solid #182a87;
  }
}
.section__recruit .link__item.border-bottom {
  border-bottom: 1px solid #182a87;
}
.section__recruit .link__item.border-right::after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background: #182a87;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4%;
}
@media (max-width: 767px) {
  .section__recruit .link__item.border-right::after {
    display: none;
  }
}
.section__recruit .link__item h3 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section__recruit .link__item h3 {
    font-size: 16px;
  }
}
.section__recruit .link__item img {
  width: 30px;
}
@media (max-width: 767px) {
  .section__recruit .link__item img {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .section__recruit .link__item p {
    margin-bottom: 0;
  }
}

footer {
  background: url(/dist/img/top/bg02.webp) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer .footer__logo {
  width: 270px;
  display: block;
}
@media (max-width: 767px) {
  footer .footer__logo {
    width: 200px;
  }
}

.page__top {
  background: url(/dist/img/common/bg-ttl.webp) no-repeat;
  background-size: cover;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .page__top {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.page__top.recruit {
  background: url(/dist/img/recruit/page-recruit.webp) no-repeat;
  background-size: cover;
  height: 46vw;
}
@media (max-width: 767px) {
  .page__top.recruit {
    height: 80vw;
    background-position: center;
  }
}
.page__top .page__ttl-text {
  width: 60%;
}
@media (max-width: 767px) {
  .page__top .page__ttl-text {
    width: 100%;
  }
}
.page__top .page__img {
  width: 30%;
}
@media (max-width: 767px) {
  .page__top .page__img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.page__top .name1 {
  text-align: right;
  display: block;
  font-size: 20px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .page__top .name1 {
    font-size: 14px;
    margin-top: 40px;
  }
}
.page__top .name02 {
  text-align: right;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page__top .name02 {
    font-size: 14px;
  }
}
.page__top .name02 span {
  font-size: 30px;
}
@media (max-width: 767px) {
  .page__top .name02 span {
    font-size: 20px;
  }
}

#bread {
  display: flex;
  column-gap: 10px;
  margin: 0 auto 40px;
  max-width: 1400px;
  padding: 0 20px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  #bread {
    font-size: 12px;
  }
}
#bread a {
  text-decoration: underline;
  font-size: 14px;
}
@media (max-width: 767px) {
  #bread a {
    font-size: 10px;
  }
}
#bread li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #bread li {
    margin-bottom: 0;
  }
}

.section__wrapper {
  margin-bottom: 80px;
}

.section__guide .guide__img {
  width: 40%;
}
@media (max-width: 767px) {
  .section__guide .guide__img {
    width: 100%;
  }
}
.section__guide .guide__list {
  width: 55%;
}
@media (max-width: 767px) {
  .section__guide .guide__list {
    width: 100%;
  }
}
.section__guide .guide__list a {
  padding: 20px;
  display: block;
  border-bottom: 2px solid #182a87;
  font-weight: bold;
}
.section__guide .guide__wrapper {
  margin-top: 40px;
}

.inner__link {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  z-index: 10;
  position: relative;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.inner__link.recruit__anc {
  justify-content: start;
  margin-top: -25px;
}
@media (max-width: 767px) {
  .inner__link.recruit__anc {
    margin-top: 20px;
  }
}
.inner__link.left {
  justify-content: start;
}
.inner__link a {
  border: 1px solid #182a87;
  color: #182a87;
  padding: 10px 20px;
  width: 240px;
  display: block;
  border-radius: 50px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  text-decoration: none !important;
}
.inner__link a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/dist/img/common/icon-arrow02.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.link-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  align-items: end;
  margin-bottom: 40px;
}
.link-lists.no-color a:hover {
  background: none;
}
.link-lists.wide {
  row-gap: 0;
}
.link-lists.wide li {
  width: 100%;
  margin-bottom: 0;
}
.link-lists.wide a {
  padding: 30px;
}
@media (max-width: 767px) {
  .link-lists.wide a {
    padding: 20px;
  }
}
.link-lists::after {
  content: "";
  width: 30%;
}
.link-lists img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.link-lists li {
  width: 30%;
}
@media (max-width: 767px) {
  .link-lists li {
    width: 48%;
  }
}
.link-lists a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-bottom: 1px solid #182a87;
  padding: 10px;
}

.recruit {
  position: relative;
}
.recruit .recruit__copy-wrapper {
  position: absolute;
  bottom: 4vw;
}
.recruit .recruit__copy {
  margin: 10px 0;
}
.recruit .recruit__copy.text02 {
  margin-left: 60px;
  margin-bottom: 4vw;
}
@media (max-width: 767px) {
  .recruit .recruit__copy.text02 {
    margin-left: 0px;
  }
}
.recruit .recruit__copy span {
  background: white;
  padding: 5px 20px;
  display: inline-block;
  font-size: 1.6vw;
  color: #182a87;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.8);
}
@media (max-width: 767px) {
  .recruit .recruit__copy span {
    font-size: 4vw;
  }
}

.ttl-center {
  text-align: center;
  font-size: 28px;
  color: #182a87;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ttl-center {
    font-size: 18px;
  }
}
.ttl-center .line {
  border-bottom: 1px solid;
  padding: 10px;
}

.section__target .recruit__target {
  border-right: 1px solid #182a87;
  width: 30%;
}
.section__target .recruit__content {
  display: flex;
  justify-content: space-between;
}
.section__target .recruit__content .link {
  max-width: 300px;
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section__target .recruit__content .link {
    font-size: 13px;
  }
}
.section__target .badge {
  background: #182a87;
  color: white;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.section__target h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section__target h3 {
    font-size: 16px;
  }
}
.section__target .recruit__text {
  width: 60%;
}
.section__target .target__img {
  width: 32%;
}
.section__target.nurse .link {
  max-width: 30%;
  margin-left: auto;
}
.section__target .youkou {
  margin-top: 40px;
}

.content__ttl {
  color: #182a87;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content__ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.content__ttl.border {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.link {
  padding: 10px;
  border-bottom: 1px solid #182a87;
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #182a87;
}
@media (max-width: 767px) {
  .link {
    font-size: 13px;
  }
}

.a-link {
  color: #182a87;
  text-decoration: underline;
  word-break: break-all;
}
.a-link:hover {
  text-decoration: none;
}

.blue__container {
  background: rgba(130, 197, 255, 0.0901960784);
  padding: 30px;
  margin-bottom: 40px;
}

.mb0 {
  margin-bottom: 0;
}

.item .em {
  font-size: 20px;
  color: #182a87;
  font-weight: bold;
}

#page__top h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  #page__top h2 {
    font-size: 20px;
  }
}

.mt0 {
  margin-top: 0;
}

.section__event .event__wrapper {
  background: rgba(130, 197, 255, 0.0980392157);
  padding: 40px;
}
@media (max-width: 767px) {
  .section__event .event__wrapper {
    padding: 30px 20px;
  }
}
.section__event .event__wrapper h3 {
  color: #182a87;
  font-size: 32px;
}
@media (max-width: 767px) {
  .section__event .event__wrapper h3 {
    font-size: 20px;
  }
}
.section__event .event__wrapper .link__year {
  color: #182a87;
  font-size: 24px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section__event .event__wrapper .link__year {
    font-size: 18px;
  }
}
.section__event .event__wrapper .year {
  color: #182a87;
  font-weight: bold;
  min-width: 80px;
  display: inline-block;
}
@media (max-width: 767px) {
  .section__event .event__wrapper .year {
    min-width: 40px;
  }
}
.section__event .event__wrapper .date {
  min-width: 100px;
  display: inline-block;
}
.section__event .event__wrapper .events__lists li {
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .section__event .event__wrapper .events__lists li {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section__event .event__wrapper .events__lists p {
    padding-left: 40px;
  }
}

.rinen02 h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .rinen02 h3 {
    font-size: 14px;
  }
}

.left-border {
  border-left: 1px solid #182a87;
  color: #182a87;
  padding-left: 20px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .left-border {
    font-size: 16px;
  }
}

.ayumi__wrapper h3 {
  text-align: center;
  border-bottom: 4px solid rgba(204, 204, 204, 0.8);
  padding: 20px;
  color: #182a87;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ayumi__wrapper h3 {
    padding: 10px;
    font-size: 24px;
  }
}
.ayumi__wrapper img {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .ayumi__wrapper img {
    padding: 0;
  }
}

.feature__item {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  margin-bottom: 30px;
}
.feature__item h3 {
  color: #182a87;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .feature__item h3 {
    font-size: 18px;
  }
}
.feature__item p {
  margin-bottom: 30px;
}

.school h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.img__caption {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .img__caption {
    font-size: 12px;
  }
}

.section__nintei img {
  max-width: 400px;
}

.shojo {
  text-align: center;
}
.shojo img {
  height: 400px;
  object-fit: contain;
}
.shojo h2 img {
  height: auto;
}

.kensyu-gallery img {
  height: 300px;
}

.renkei__link {
  position: relative;
}
.renkei__link img {
  border: 1px solid #ccc;
  border-radius: 40px;
  margin-bottom: 10px;
}
.renkei__link a {
  border-bottom: 1px solid;
  display: block;
  padding-bottom: 10px;
}

.circle-arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  border: 1px solid #182a87;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.circle-arrow::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #182a87;
  border-top: 2px solid #182a87;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.using-flow .flow__item {
  display: flex;
  align-items: center;
}
.using-flow ul {
  margin-bottom: 0;
}
.using-flow .flow__ttl {
  min-width: 100px;
  min-height: 100px;
  background: url(../img/common/flow-arrow.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  text-align: center;
}
@media (max-width: 767px) {
  .using-flow .flow__ttl {
    min-width: 80px;
    min-height: 60px;
    font-size: 16px;
  }
}

.update-date {
  color: red;
  position: absolute;
  top: 0;
}
.link-lists.update a {
  margin-top: 20px;
}

.youtube__wrapper {
  height: 500px;
  margin-bottom: 20px;
}

.header-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header-list {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 100;
  width: 100%;
}

.header-item {
  transition: background-color 0.3s;
}
.header-item:first-of-type > a {
  border-left: 1px solid;
}

.header-item:hover {
  background-color: white;
}
.header-item:hover a {
  color: #182a87;
}

.header-item > a {
  display: block;
  padding: 0 20px;
  text-align: left;
  font-size: 18px;
  border-right: 1px solid;
}

.megaMenu {
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 1200px;
  background: white;
  padding: 40px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(204, 204, 204, 0.4117647059);
  top: 25px;
}
.megaMenu .page__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.megaMenu-list {
  padding-bottom: 30px;
  padding-top: 30px;
  background: white;
}

.megaMenu-item {
  display: inline-block;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

.mega-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.mega-lists li {
  width: 23%;
}
.mega-lists a {
  color: #003f9b;
  border-bottom: 1px solid;
  padding: 20px 0 !important;
  text-align: left;
}

/* ハンバーガー */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 6px;
}

/* メニュー本体 */
.sp-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000;
}

.sp-menu__list {
  background: #fff;
  height: 100%;
  padding: 20px 20px;
  overflow: scroll;
}
.sp-menu__list li {
  margin-bottom: 0;
}

.ham-logo img {
  width: 200px;
}
.ham-logo a {
  border-bottom: none !important;
  padding: 0 !important;
}

.sp-menu__list a {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding: 20px;
}

/* アコーディオン */
.child-menu {
  display: flex;
}
.child-menu li {
  margin-bottom: 0;
}
.child-menu a {
  border-bottom: none;
  padding: 10px;
}

.accordion-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger {
  background: #182a87;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 10px;
  display: none;
}
@media (max-width: 1320px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}

/* 初期位置 */
.hamburger span:nth-child(1) {
  top: 20px;
}

.hamburger span:nth-child(2) {
  top: 30px;
}

.hamburger span:nth-child(3) {
  top: 40px;
}

/* OPEN時（×） */
.hamburger.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 30px;
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: auto;
  top: 30px;
}

.accordion-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* ＋／− アイコン */
.accordion-btn .icon {
  position: relative;
  width: 16px;
  height: 16px;
}

/* 横線（−のベース） */
.accordion-btn .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
}

/* 縦線（＋の縦棒） */
.accordion-btn .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
}

/* OPEN時：− にする */
.accordion-btn.is-open .icon::after {
  opacity: 0;
}

/* 子メニュー */
.child-menu {
  display: none;
  padding-left: 10px;
}

.func__menu {
  display: flex;
  align-items: center;
}

.func__menu .search {
  position: relative;
  cursor: pointer;
}

/* 検索フォーム */
.search-form {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}

/* 入力欄 */
.search-input {
  width: 0;
  opacity: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* 表示状態 */
.search.active .search-input {
  width: 180px;
  opacity: 1;
  padding: 6px 12px;
}

.search {
  display: flex;
  align-items: center;
}
.search input {
  height: 50px;
}