@charset "UTF-8";
/* ==================================================
  web-font
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* ==================================================
  breakpoint & medea query
================================================== */
/* ==================================================
  cache busting
================================================== */
/* ==================================================
  共通
================================================== */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1099px) {
  html {
    font-size: 50%;
  }
}

body {
  color: #333;
  font-size: 1.6rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 300;
}

img:not([class*=wp-image-]) {
  width: 100%;
  height: auto;
}

.inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .inner {
    width: 90%;
  }
}

.btn_wrapper {
  margin-top: 60px;
}
.btn_wrapper a {
  background: #eee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px 25px 18px;
  color: #015eaf;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_wrapper a::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #015eaf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_wrapper a:hover {
  text-decoration: none;
  background-color: #fff;
}
.btn_wrapper a:hover::before {
  top: 0;
  left: 0;
}

.btn_wrapper2 a {
  background: #eee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px 25px 18px;
  color: #015eaf;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_wrapper2 a::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #015eaf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_wrapper2 a:hover {
  text-decoration: none;
  background-color: #036ec5;
}
.btn_wrapper2 a:hover::before {
  top: 0;
  left: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.underline {
  text-decoration: underline;
}

.sectionSpace {
  padding: 100px 0;
}
@media screen and (max-width: 1099px) {
  .sectionSpace {
    padding: 50px 0;
  }
}

.sectionSpace2 {
  padding: 120px 0;
  background-color: #f8f8f9;
}
@media screen and (max-width: 1099px) {
  .sectionSpace2 {
    padding: 50px 0;
  }
}

.sectionTitle {
  font-size: 3rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #015eaf;
}
.sectionTitle::after {
  content: attr(data-en);
  font-size: 1.4rem;
  font-weight: 500;
  color: #83a0b8;
}

.breadcrumbs {
  margin: 10px 0;
}

.bcn-none {
  display: none;
}

.is-red {
  color: red;
}

.pageTop {
  height: 200px;
  width: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1099px) {
  .pageTop {
    height: 150px;
  }
}

.pageTitle_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media screen and (max-width: 1099px) {
  .pageTitle_inner {
    height: 150px;
  }
}

.pageTitle {
  font-size: 3rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1099px) {
  .pageTitle {
    font-size: 2.3rem;
  }
}

.bg_thumbnails {
  position: absolute;
  left: 0;
  right: 0;
  top: 147.56px;
  display: block;
  /*ブロック要素に変更*/
  height: 100%;
  /*背景画像の高さを指定*/
  width: 100%;
  background-size: cover;
  /*大きさに指定*/
  background-position: center center;
  /*背景として設定する場所を指定*/
}
@media screen and (max-width: 1099px) {
  .bg_thumbnails {
    top: 65px;
  }
}

.is-home .bg_thumbnails {
  background: url(../img/title_bg.webp?ver=u29wb2a) no-repeat center center/cover;
}

.bcn-display {
  margin-top: 20px;
  font-size: 1.4rem;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

@media screen and (min-width: 1100px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .is-pc {
    display: none;
  }
}

.marker {
  background-image: -webkit-gradient(linear, left top, right top, from(#015eaf), to(#f8f8f9));
  background-image: linear-gradient(90deg, #015eaf, #f8f8f9);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
  padding: 0 10px;
}

.is-blue {
  color: dodgerblue;
}

.is-red {
  color: indianred;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(114, 174, 230, 0.3215686275)), to(#fff));
  background: linear-gradient(90deg, rgba(114, 174, 230, 0.3215686275) 0%, #fff 100%);
  background: -webkit-linear-gradient(0deg, rgba(114, 174, 230, 0.3215686275) 0%, #fff 100%);
}

figcaption {
  text-align: center;
}

.bold {
  font-weight: 500;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 1099px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .prev {
  padding-left: 37px;
  background-color: #020644;
  border-radius: 4px;
  color: #fff;
  width: 82px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: left;
  display: inline-block;
  margin-left: 0;
}
.pagination .prev::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow2.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/arrow2.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .prev:hover {
  background-color: #020644;
}
.pagination .prev:hover::before {
  left: 10px;
}
.pagination .next {
  padding-right: 37px;
  background-color: #020644;
  border-radius: 4px;
  color: #fff;
  width: 82px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: right;
  display: inline-block;
  margin-right: 0;
}
.pagination .next::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/arrow.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .next:hover {
  background-color: #020644;
}
.pagination .next:hover::after {
  right: 10px;
}

.page-numbers {
  width: 34px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #020644;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  color: #020644;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers:hover {
  background-color: #020644;
  color: #fff;
}

main {
  margin-top: 80px;
}
@media screen and (max-width: 1099px) {
  main {
    margin-top: 60px;
  }
}

.note {
  font-weight: 700;
  border-bottom: 1px solid darkred;
  color: darkred;
}

@media screen and (min-width: 1122px) {
  .br-sp1 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .br-sp2 {
    display: none;
  }
}
@media screen and (min-width: 683px) {
  .br-sp3 {
    display: none;
  }
}
.lists {
  margin: 30px auto;
}

.list:not(:first-child) {
  margin-top: 15px;
}

.list::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #015eaf;
  display: inline-block;
  margin: 0 8px 2px 0;
}

.blank {
  margin-top: 30px;
}

.fz14 {
  font-size: 1.4rem;
}

.heading-gradient {
  position: relative;
  color: white;
  padding: 0.6em 1em 0.6em 3em;
  background-image: -webkit-gradient(linear, left top, right top, from(#038cc2), to(#015eaf));
  background-image: linear-gradient(to right, #038cc2 0%, #015eaf 100%);
  font-size: 2rem;
  margin-top: 60px;
}
@media screen and (max-width: 1099px) {
  .heading-gradient {
    margin-top: 30px;
  }
}

.heading-gradient::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 4px;
  background-color: white;
}

.heading-gradient2 {
  position: relative;
  color: white;
  padding: 0.6em 1em 0.6em 3em;
  background-image: -webkit-gradient(linear, left top, right top, from(#038cc2), to(#015eaf));
  background-image: linear-gradient(to right, #038cc2 0%, #015eaf 100%);
  font-size: 2rem;
}

.heading-gradient2::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 4px;
  background-color: white;
}

.heading-gradient3 {
  position: relative;
  color: white;
  padding: 0.6em 1em 0.6em 3em;
  background-image: -webkit-gradient(linear, left top, right top, from(#038cc2), to(#015eaf));
  background-image: linear-gradient(to right, #038cc2 0%, #015eaf 100%);
  font-size: 2rem;
  margin-bottom: 30px;
}

.heading-gradient3::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 4px;
  background-color: white;
}

.heading-sub {
  padding: 0.5em;
  /*文字周りの余白*/
  color: #010101;
  /*文字色*/
  background: #f9fcff;
  /*背景色*/
  border-bottom: solid 1px #038cc2;
  /*下線*/
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.heading-sub2 {
  padding: 0.5em;
  /*文字周りの余白*/
  color: #010101;
  /*文字色*/
  background: #f9fcff;
  /*背景色*/
  border-bottom: solid 1px #038cc2;
  /*下線*/
  margin-bottom: 10px;
  font-size: 1.8rem;
}

/* ===============================================
  header-dropdown-menu
=============================================== */
.dropdown__lists {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  /*デフォルトでは非表示の状態にしておく*/
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /*変形を適応する基準をtopとする*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*表示の変化を0.3秒に指定*/
  width: 520px;
  position: absolute;
  top: 84.41px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown__wrapper:not(:first-child) {
  border-left: 1px solid #377197;
}

.gnavi__list:hover .dropdown__lists {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  /*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
  background-color: #004d80;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.3rem;
  position: relative;
  width: 260px;
}

.dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #377197;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown__list:hover {
  background-color: #01416b;
}

.dropdown__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
}

/* ==================================================
  header
================================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1099px) {
  .header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .header_content {
    height: 60px;
    width: 100%;
  }
}

.headerTitle {
  font-size: clamp(2.5rem, 2.2vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  color: #015eaf;
  /*
  span {
    font-size: clamp(1.6rem, 1.8vw, 2rem);
  }*/
}

.headerLogo {
  width: 20%;
  max-width: 350px;
  margin-left: 2%;
}
@media screen and (max-width: 1099px) {
  .headerLogo {
    width: 200px;
    margin-left: 5%;
  }
}

.headerNav {
  margin-left: auto;
}

.headerNav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 84.41px;
}
.headerNav_items > li {
  position: relative;
  height: 100%;
}
.headerNav_items > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.headerNav_items > li a::after {
  content: attr(data-en);
  font-size: 1rem;
  font-weight: 400;
  color: #83a0b8;
}
.headerNav_items > li.current::before {
  position: absolute;
  content: "";
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #83a0b8;
}

.scrollHeader {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: #015eaf;
  color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.scrollHeader_wrapper {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.scrollHeader_wrapper.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1099px) {
  .scrollHeader_wrapper {
    display: none;
  }
}

.tel {
  padding-left: 25px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
.tel::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img//icon/phone.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img//icon/phone.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #333;
}

/* ==================================================
  drawer
================================================== */
.header-button--sp {
  display: none;
}
@media screen and (max-width: 1099px) {
  .header-button--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    height: 100%;
    gap: 5px;
    margin-right: 5px;
  }
}

.tel-icon {
  padding-top: 25px;
  width: 45px;
  height: 45px;
  background-color: #015eaf;
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 5px;
}
.tel-icon::after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask: url(../img/icon/phone.svg?ver=u29wb2a) no-repeat center/contain;
          mask: url(../img/icon/phone.svg?ver=u29wb2a) no-repeat center/contain;
  background-color: #fff;
}

.drawer-icon {
  height: 35px;
  width: 45px;
  position: relative;
  z-index: 300;
}
.drawer-icon::after {
  position: absolute;
  content: "メニュー";
  color: #015eaf;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
}
.drawer-icon span {
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #015eaf;
  border-radius: 1px;
}
.drawer-icon span:nth-child(1) {
  top: 0px;
  width: 20px;
}
.drawer-icon span:nth-child(2) {
  top: 8px;
  width: 28px;
}
.drawer-icon span:nth-child(3) {
  top: 16px;
  width: 20px;
}
.drawer-icon.is-active::after {
  content: "閉じる";
  color: #fff;
}
.drawer-icon.is-active span {
  background-color: #fff;
  left: 50%;
}
.drawer-icon.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 8px;
  width: 28px;
}
.drawer-icon.is-active span:nth-child(2) {
  display: none;
}
.drawer-icon.is-active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 8px;
  width: 28px;
}

.is-fixed body {
  overflow: hidden;
}

.drawer-menu {
  background-color: #015eaf;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  display: none;
}

.drawer-head {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-logo {
  width: 200px;
  display: block;
}

.drawer-menu-scroll {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 0 200px;
  margin-top: 60px;
}

.drawer-menu-content {
  display: block;
  margin: 0 auto;
}
.drawer-menu-content > li:first-child {
  border-top: 1px solid #fffaf1;
}
.drawer-menu-content > li:nth-child(2) {
  border-top: 1px solid #fffaf1;
}
.drawer-menu-content > li:not(:first-child) {
  border-bottom: 1px solid #fffaf1;
}

.drawer-menu_item {
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
}
.drawer-menu_item a {
  padding: 20px;
}

.drawer-menu_tel {
  color: #015eaf;
  text-align: center;
  margin-top: 30px;
}
.drawer-menu_tel a {
  position: relative;
  padding: 20px 20px 20px 50px;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  border-radius: 10px;
  background-color: #ffffff;
}
.drawer-menu_tel a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #015eaf;
  -webkit-mask: url(../img/icon/phone.svg?ver=u29wb2a) no-repeat center/contain;
          mask: url(../img/icon/phone.svg?ver=u29wb2a) no-repeat center/contain;
}

.drawer-menu_itemIcon {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drawer-menu_itemArrow {
  padding-right: 20px;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-menu_itemArrow::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask: url(../img//icon/pagelink_icon.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img//icon/pagelink_icon.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.drawer-menu_itemArrow.selected::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-menu_itemBody {
  display: none;
  padding: 10px 0;
  text-align: center;
  background-color: #004d80;
}
.drawer-menu_itemBody li {
  padding: 10px 0;
  font-size: 1.8rem;
  /*border:1px solid #333;*/
}

.drawer-menu_bodyItem {
  color: #fff;
}

/* ==================================================
  top
================================================== */
.top .swiper {
  width: 100%;
  position: relative;
}
.top .banner img {
  position: absolute;
  top: 70%;
  right: 2%;
  z-index: 100;
  width: 20%;
  border: 2px solid #015eaf;
}
@media screen and (max-width: 1099px) {
  .top .banner img {
    display: none;
  }
}
.top .mvBtn_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.top .mvBtn_content_wrapper span {
  width: 20px;
  display: inline-block;
  background-color: #015eaf;
  position: relative;
}
.top .mvBtn_content_wrapper span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../img/icon/arrow.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/arrow.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #fff;
}
.top .mvBtn_content {
  padding: 30px 0;
  width: 400px;
}
.top .mvBtn_title {
  font-weight: 500;
}
.top .swiper-slide {
  width: 100%;
  position: relative;
  padding-top: 40%;
  min-height: 80vh;
}
@media screen and (max-width: 1099px) {
  .top .swiper-slide {
    padding-top: 40%;
    min-height: 60vh;
  }
}
.top .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom top;
     object-position: bottom top;
}
.top .swiper-slide p {
  position: absolute;
  content: "";
  width: 90%;
  text-align: left;
  color: #f8f8f9;
  z-index: 10;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(2.8rem, 4vw, 5rem);
  line-height: 1.4;
  font-weight: 500;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff;
}

.sub_catch {
  font-size: clamp(1.8rem, 2.3vw, 3rem);
  line-height: 1.4;
  display: inline-block;
}

/* ===============================================
  topContent
=============================================== */
.info {
  padding: 150px 0 100px;
}
@media screen and (max-width: 1099px) {
  .info {
    padding: 100px 0;
  }
}

.info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .info_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news_wrapper {
  width: 48%;
}
@media screen and (max-width: 1099px) {
  .news_wrapper {
    width: 100%;
  }
}

.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.news-head span {
  margin-left: 10px;
}
@media screen and (max-width: 1099px) {
  .news-head {
    margin-top: 20px;
  }
}

.topInfo_titleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.sectionTitle_enFlex {
  margin-left: 10px;
  margin-top: 0;
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-content:hover {
  color: #015eaf;
}
.news-content:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 1099px) {
  .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-title {
  margin-left: 20px;
}
@media screen and (max-width: 1099px) {
  .news-title {
    margin-left: 0;
  }
}

.schedule_wrapper {
  width: 48%;
}
@media screen and (max-width: 1099px) {
  .schedule_wrapper {
    width: 100%;
    margin-top: 50px;
  }
}

.topNews_body,
.schedule_body {
  margin-top: 30px;
}

.topNews_btn {
  font-size: 1.4rem;
  width: 150px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #015eaf;
}

.scheduleClose {
  margin-top: 20px;
  margin-left: 30%;
}
@media screen and (max-width: 1099px) {
  .scheduleClose {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.topContent_wrapper {
  position: absolute;
  z-index: 10;
  bottom: 240px;
  right: 1.2%;
  /*
    @media(min-width:1251px) {
      align-items:center;
    }
  */
}
@media (max-width: 1100px) {
  .topContent_wrapper {
    bottom: 130px;
  }
}
@media screen and (max-width: 1099px) {
  .topContent_wrapper {
    bottom: 50px;
    right: 10px;
    left: auto;
    bottom: 180px;
  }
}
@media (max-width: 330px) {
  .topContent_wrapper {
    bottom: 130px;
    right: 10px;
    left: auto;
  }
}

.topContent_text {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: right;
  line-height: 45px;
}
@media (max-width: 1100px) {
  .topContent_text {
    font-size: max(2.5vw, 1.7rem);
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .topContent_text {
    line-height: 33px;
  }
}
@media (max-width: 330px) {
  .topContent_text {
    line-height: 23px;
  }
}

.marker_topContent {
  background-image: -webkit-gradient(linear, left top, right top, from(#036ec5), to(#038cc2));
  background-image: linear-gradient(90deg, #036ec5, #038cc2);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  padding: 0 10px;
  color: #fff;
  display: inline-block;
}
.marker_topContent:nth-of-type(n + 2) {
  margin-top: 5px;
}

.banner2 {
  max-width: 350px;
  margin: 150px auto 60px;
  width: 80%;
  right: 10%;
}

/* ===============================================
  top-feature
=============================================== */
.topFeature {
  background-color: #f0f7ff;
}

.topFeature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .topFeature_wrapper {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topFeature_item {
  width: calc((100% - 80px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 1099px) {
  .topFeature_item {
    width: 100%;
  }
}

.topFeature_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .topFeature_img {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
    min-width: 300px;
  }
}

.topFeature_body {
  padding-top: 20px;
}
@media screen and (max-width: 1099px) {
  .topFeature_body {
    padding: 20px;
  }
}

.topFeature_title {
  font-weight: 500;
  color: #036ec5;
}

.topFeature_text {
  margin-top: 5px;
}

/* ===============================================
  topNews
=============================================== */
.schedule_wrapper {
  width: 38%;
}
@media screen and (max-width: 1099px) {
  .schedule_wrapper {
    width: 100%;
  }
}
.schedule_wrapper table,
.schedule_wrapper th,
.schedule_wrapper td {
  border: 1px solid #036ec5;
  border-collapse: collapse;
}

.news_wrapper {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .news_wrapper {
    width: 100%;
  }
}

.topSchedule {
  position: relative;
  margin: 0 20px 100px;
}

.topSchedule_wrapper {
  width: 600px;
  background-color: #fff;
  color: #015eaf;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1099px) {
  .topSchedule_wrapper {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .topSchedule_wrapper {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.topSchedule_wrapper .table_time {
  width: 100%;
}
.topSchedule_wrapper .table_time tr:not(:first-child) {
  border-top: 1px solid #015eaf;
}
.topSchedule_wrapper .table_time th,
.topSchedule_wrapper .table_time td {
  text-align: center;
  vertical-align: middle;
}
.topSchedule_wrapper .table_time th {
  padding: 10px 5px;
  font-weight: 500;
}
.topSchedule_wrapper .table_time .table_head {
  text-align: left;
}

.topNews_body {
  margin: 50px 0;
}
@media screen and (max-width: 1099px) {
  .topNews_body {
    margin: 30px 0;
  }
}
.topNews_body li {
  padding: 10px 0;
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding: 10px 50px 10px 5px;
  position: relative;
}
.news-content::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/news_arrow.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/news_arrow.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-content:hover::after {
  right: 5px;
}
@media screen and (max-width: 1099px) {
  .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}

.date-category_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-date {
  color: #999999;
  font-size: 1.4rem;
}

.category-name {
  font-size: 1.2rem;
  display: inline-block;
  color: #fff;
  background-color: #f8f8f9;
  margin: 0 10px;
  width: 65px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}

.news-title {
  position: relative;
  width: 100%;
}

.scheduleClose {
  text-align: center;
  margin-top: 10px;
}

/* ===============================================
  topGreeting
=============================================== */
.topGreeting .btn_wrapper {
  margin-top: 50px;
}

.topGreeting_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 50px 0 0;
  gap: 50px;
}
@media screen and (max-width: 1099px) {
  .topGreeting_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

.topGreeting {
  width: 100%;
}

.topGreeting_title {
  font-weight: 700;
  color: #036ec5;
}

/* ===============================================
  top-medical
=============================================== */
.topMedical {
  background-color: #f8f8f9;
}

.topMedical_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 50px 0;
}
@media screen and (max-width: 1099px) {
  .topMedical_wrapper {
    gap: 15px;
  }
}

.topMedical_wrapper2 {
  padding: 0 0 50px;
}

.topMedical_item {
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topMedical_item:hover {
  background-color: #015eaf;
}
.topMedical_item:hover .topMedical_title {
  color: #fff;
}
.topMedical_item:hover .topMedical_title::before {
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .topMedical_item {
    width: 150px;
    height: 140px;
  }
}

.topMedical_item2 {
  width: 190px;
  height: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topMedical_item2:hover {
  background-color: #015eaf;
}
.topMedical_item2:hover .topMedical_title2 {
  color: #fff;
}
.topMedical_item2:hover .topMedical_title2::before {
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .topMedical_item2 {
    width: 140px;
    height: 40px;
  }
}

.topMedical_title {
  color: #015eaf;
  text-align: center;
  font-weight: 500;
  padding-top: 120px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topMedical_title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #015eaf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .topMedical_title {
    padding-top: 80px;
  }
  .topMedical_title::before {
    width: 70px;
    height: 70px;
  }
}

.topMedical_title2 {
  color: #015eaf;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topMedical_title2::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #015eaf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .topMedical_title2 {
    padding-left: 40px;
  }
  .topMedical_title2::before {
    width: 30px;
    height: 30px;
  }
}

.topMedical_internal::before {
  -webkit-mask: url(../img/icon/medical-icon1.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/medical-icon1.svg?ver=u29wb2a) no-repeat center center/contain;
}

.topMedical_gastroenterology::before {
  -webkit-mask: url(../img/icon/medical-icon2.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/medical-icon2.svg?ver=u29wb2a) no-repeat center center/contain;
}

.topMedical_examination::before {
  -webkit-mask: url(../img/icon/medical-icon3.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/medical-icon3.svg?ver=u29wb2a) no-repeat center center/contain;
}

.topMedical_health-check::before {
  -webkit-mask: url(../img/icon/medical-icon4.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/medical-icon4.svg?ver=u29wb2a) no-repeat center center/contain;
}

.topMedical_day-surgery::before {
  -webkit-mask: url(../img/icon/medical-icon5.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/medical-icon5.svg?ver=u29wb2a) no-repeat center center/contain;
}

.medicalItem_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1099px) {
  .medicalItem_img {
    width: 60px;
    height: 60px;
  }
}

/* ===============================================
  topConcept
=============================================== */
.topFeature {
  background-color: #f8f8f9;
}

.topFeature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .topFeature_wrapper {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topFeature_item {
  width: calc((100% - 80px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 1099px) {
  .topFeature_item {
    width: 100%;
  }
}

.topFeature_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .topFeature_img {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
    min-width: 300px;
  }
}

.topFeature_body {
  padding-top: 20px;
}
@media screen and (max-width: 1099px) {
  .topFeature_body {
    padding: 20px;
  }
}

.topFeature_title {
  font-weight: 500;
  color: #015eaf;
}

.topFeature_text {
  margin-top: 5px;
}

/* ===============================================
  topAccess
=============================================== */
.topAccess {
  background-color: #eaf0f5;
}

.topAccess_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099px) {
  .topAccess_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topAccess_left {
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 1099px) {
  .topAccess_left {
    width: 100%;
    margin: 100px 0 50px;
  }
}

.topAccess_right {
  width: 50%;
}
@media screen and (max-width: 1099px) {
  .topAccess_right {
    width: 100%;
  }
}
.topAccess_right .map {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.topAccess_right .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mapItem {
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .mapItem {
    margin-top: 0;
  }
}

.telContact {
  margin-top: 50px;
  text-align: center;
}

.tel {
  padding-left: 30px;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
}
.tel::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img//icon/phone.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img//icon/phone.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #333;
}

.reception_time {
  font-size: 1.4rem;
}

.topAccess_text {
  margin-top: 30px;
}

.mapImage {
  margin-top: 50px;
}

/* ==================================================
  footer
================================================== */
footer {
  background-color: #015eaf;
  color: #fff;
  padding-bottom: 92px;
}
@media screen and (max-width: 1100px) {
  footer {
    padding-bottom: 92px;
  }
}

.footerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0 0;
}
@media screen and (max-width: 800px) {
  .footerWrapper nav {
    display: none;
  }
}

.footerLeft_head {
  padding-bottom: 5px;
  width: 40%;
  margin: auto;
  /*
  font-size: clamp(3rem, 1.1vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;

  span {
    font-size: clamp(1.6rem, 1.8vw, 2rem);
  }*/
}
@media screen and (max-width: 1099px) {
  .footerLeft_head {
    width: 100%;
    margin: auto;
    max-width: 300px;
  }
}

.footerAddress_wrapper {
  text-align: center;
  margin: 30px auto 0;
}

.footer_info {
  margin-bottom: 50px;
}

.footerNav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.footerNav_items li {
  line-height: 1;
  border-left: 1px solid #fff;
}
.footerNav_items li:last-child {
  border-right: 1px solid #fff;
}
.footerNav_items li a {
  padding: 0 20px;
}

.footerBottom_wrapper {
  text-align: center;
  padding: 10px;
}

.copyright {
  font-size: 1.2rem;
}

.to-top {
  position: fixed;
  bottom: 100px;
  right: -55px;
}
@media screen and (max-width: 1099px) {
  .to-top {
    bottom: 130px;
  }
}

.to-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url(../img/common/to-top.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1099px) {
  .to-top a {
    bottom: 160px;
  }
}

.bottomFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #d0dee9;
}

.bottomFixedWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 12px 30px;
}
@media screen and (max-width: 1099px) {
  .bottomFixedWrapper {
    gap: 10px;
  }
}
.bottomFixedWrapper li {
  width: calc((100% - 30px) / 2);
}

.reception {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #038cc2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding: 15px 10px;
  -webkit-box-shadow: 0 0 10px rgba(14, 26, 51, 0.2);
          box-shadow: 0 0 10px rgba(14, 26, 51, 0.2);
}
.reception:hover {
  background-color: #036ec5;
}
.reception p {
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  position: relative;
  padding-left: 50px;
  vertical-align: middle;
  display: inline-block;
}
.reception p::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/icon/web.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1099px) {
  .reception p {
    letter-spacing: normal;
  }
}

/* ===============================================
  page-about
=============================================== */
.equipmentItems {
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.equipmentItems th {
  border-bottom: solid 1.8px #8c9ab8;
  color: #015eaf;
  text-align: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  padding-top: 20px;
  padding-bottom: 20px;
}
.equipmentItems td {
  border-bottom: solid 1.5px #cbdaeb;
  padding-top: 20px;
  padding-left: 30px;
}
.equipmentItems a {
  -webkit-text-decoration: underline #020644;
          text-decoration: underline #020644;
}

.equipmentItem {
  margin-top: 50px;
}

.equipmentItem_wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099px) {
  .equipmentItem_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.equipmentItem_left {
  width: 40%;
}
@media screen and (max-width: 1099px) {
  .equipmentItem_left {
    width: 100%;
  }
}

.aboutSchedule {
  background-color: #f0f7ff;
}

.aboutSchedule_wrapper {
  width: 600px;
  margin: 0 auto;
  background-color: #36526b;
  color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media screen and (max-width: 1099px) {
  .aboutSchedule_wrapper {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .aboutSchedule_wrapper {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.aboutSchedule_wrapper .table_time {
  width: 100%;
}
.aboutSchedule_wrapper .table_time tr:not(:first-child) {
  border-top: 1px solid #ccc;
}
.aboutSchedule_wrapper .table_time th,
.aboutSchedule_wrapper .table_time td {
  text-align: center;
  vertical-align: middle;
}
.aboutSchedule_wrapper .table_time th {
  padding: 10px 5px;
  font-weight: 500;
}
.aboutSchedule_wrapper .table_time .table_head {
  text-align: left;
}

@media screen and (max-width: 1099px) {
  .doctorItems {
    padding: 50px 0 100px;
  }
}

.doctorItem:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 1099px) {
  .doctorItem:not(:first-child) {
    padding-top: 100px;
  }
}

.sectionTitle_wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.medicalItem_wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 1099px) {
  .medicalItem_wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.facility_standards {
  margin-top: 50px;
}
.facility_standards table {
  background-color: #fff;
}
.facility_standards th,
.facility_standards td {
  border: 1px solid #015eaf;
  border-collapse: collapse;
  padding: 10px;
}
@media screen and (max-width: 1099px) {
  .facility_standards th,
  .facility_standards td {
    display: block;
  }
}
.facility_standards th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #e1edf8;
}
@media screen and (max-width: 1099px) {
  .facility_standards th {
    border-bottom: none;
    white-space: normal;
  }
}
.facility_standards tr:nth-of-type(n + 2) th {
  border-top: none;
}
.facility_standards .list_wrapper {
  list-style: none;
}
.facility_standards .list_wrapper > li {
  position: relative;
  padding-left: 15px;
}
.facility_standards .list_wrapper > li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.facility_standards .list_wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #015eaf;
  border-radius: 50%;
}

/* ===============================================
  page-clinic
=============================================== */
.doctorInfo:nth-child(even) {
  background-color: #f8f8f9;
}

.intro_wrapper {
  margin-top: 50px;
}

.title {
  padding: 5px 10px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1099px) {
  .title {
    text-align: left;
  }
}

.introItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1099px) {
  .introItems {
    gap: 20px;
  }
}

.introItem {
  width: 100%;
}

.introItem_right {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.bio_wrapper,
.performance_wrapper,
.introLink_wrapper {
  margin-top: 50px;
}

.subtitle {
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #036ec5;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.bio_table {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.bio_table tr {
  border-collapse: collapse;
}
.bio_table tr:nth-child(odd) {
  background-color: #edf1f8;
}
.bio_table td {
  padding: 10px 0;
}
.bio_table td:nth-child(1) {
  width: 30%;
  text-align: center;
}
.bio_table td:nth-child(2) {
  width: 70%;
}

.bio_table2 {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.bio_table2 tr {
  border-collapse: collapse;
}
.bio_table2 tr:nth-child(odd) {
  background-color: #ffffff;
}
.bio_table2 td {
  padding: 10px 0;
}
.bio_table2 td:nth-child(1) {
  width: 30%;
  text-align: center;
}
.bio_table2 td:nth-child(2) {
  width: 70%;
}

.performanceBody_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099px) {
  .performanceBody_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.performance_left {
  padding: 20px;
  width: 58%;
}
@media screen and (max-width: 1099px) {
  .performance_left {
    width: 100%;
  }
}
.performance_left li:not(:first-child) {
  margin-top: 10px;
}

.performance_right {
  width: 40%;
}
@media screen and (max-width: 1099px) {
  .performance_right {
    width: 80%;
    margin-top: 20px;
  }
}

.introLink_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.introLink_wrapper img {
  max-width: 500px;
}
@media screen and (max-width: 1099px) {
  .introLink_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.introLink_wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 1099px) {
  .introLink_wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.introLink_itemWrapper {
  width: 40%;
}
@media screen and (max-width: 1099px) {
  .introLink_itemWrapper {
    width: 100%;
  }
  .introLink_itemWrapper figure {
    width: 80%;
    margin: 0 auto;
  }
}
.introLink_itemWrapper figcaption {
  text-align: unset;
}

.staff {
  width: 60%;
  margin: 30px auto 0;
}
@media screen and (max-width: 1099px) {
  .staff {
    width: 100%;
    max-width: 450px;
  }
}

.doctorItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: auto;
}

/* ===============================================
  page-clinic
=============================================== */
.gallery {
  background-color: #f8f8f9;
}

.gallery_wrapper {
  margin-top: 50px;
}

.galleryItems {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1099px) {
  .galleryItems {
    gap: 20px;
  }
}

.galleryItem {
  display: block;
  width: calc((100% - 100px) / 3);
}
.galleryItem img {
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1099px) {
  .galleryItem img {
    max-height: 150px;
  }
}
@media screen and (max-width: 1099px) {
  .galleryItem {
    width: calc((100% - 40px) / 2);
  }
}
.galleryItem figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

.clinic:nth-child(even) {
  background-color: #f8f8f9;
}

.clinicItems {
  margin-top: 50px;
}

.clinicItem {
  margin-top: 50px;
}

.clinicItem_wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099px) {
  .clinicItem_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clinicItem_left {
  width: 40%;
}
@media screen and (max-width: 1099px) {
  .clinicItem_left {
    width: 100%;
    margin: auto;
    max-width: 450px;
  }
}

.clinicItem_right {
  width: 60%;
}
@media screen and (max-width: 1099px) {
  .clinicItem_right {
    width: 100%;
    margin-top: 20px;
  }
}

.system {
  margin-top: 20px;
}
.system table {
  width: 100%;
  background-color: #fff;
}
.system th {
  font-weight: 400;
  background-color: #e1edf8;
}
.system th,
.system td {
  border: 1px solid #015eaf;
  border-collapse: collapse;
  padding: 10px;
  text-align: center;
}

/* ===============================================
  page-access
=============================================== */
.access:nth-child(even) {
  background-color: #f8f8f9;
}

.access_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1099px) {
  .access_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access_left {
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 1099px) {
  .access_left {
    width: 100%;
    margin: 100px 0 50px;
  }
}

.access_right {
  width: 50%;
}
@media screen and (max-width: 1099px) {
  .access_right {
    width: 100%;
  }
}
.access_right .map {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.access_right .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.map {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mapItem {
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .mapItem {
    margin-top: 0;
  }
}

.telContact {
  margin-top: 50px;
  text-align: center;
}

.tel {
  padding-left: 30px;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
}
.tel::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img//icon/phone.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img//icon/phone.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #333;
}

.reception_time {
  font-size: 1.4rem;
}

.topAccess_text {
  margin-top: 30px;
}

.mapImage {
  margin-top: 50px;
}

.btn_access {
  margin-top: 30px;
}

.access-img {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1099px) {
  .access-img {
    width: 100%;
    max-width: 450px;
  }
}

/* ===============================================
  page-scope
=============================================== */
.scope {
  margin-top: 50px;
}
.scope p {
  text-align: center;
}

.colonoscopy {
  background-color: #f8f8f9;
}

.gastroscope .scopeItem:not(:first-child),
.colonoscopy .scopeItem:not(:first-child) {
  margin-top: 80px;
}
.gastroscope .scopeItem_child li:not(:first-child),
.colonoscopy .scopeItem_child li:not(:first-child) {
  margin-top: 30px;
}
.gastroscope .scopeItem_child .before li:not(:first-child),
.gastroscope .scopeItem_child .after li:not(:first-child),
.colonoscopy .scopeItem_child .before li:not(:first-child),
.colonoscopy .scopeItem_child .after li:not(:first-child) {
  margin-top: 10px;
}
.gastroscope .scopeItem_grandChild:not(:first-child),
.colonoscopy .scopeItem_grandChild:not(:first-child) {
  margin-top: 15px;
}
.gastroscope .scopeItem_greatGrandChild:not(:first-child),
.colonoscopy .scopeItem_greatGrandChild:not(:first-child) {
  margin-top: 10px;
}

.scopeItem_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1099px) {
  .scopeItem_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

.scopeItem_wrapper2 figure {
  margin: 50px auto;
  width: 80%;
}
@media screen and (max-width: 1099px) {
  .scopeItem_wrapper2 figure {
    width: 90%;
    margin: 30px auto;
  }
}
.scopeItem_wrapper2 span {
  display: block;
}

.scopeItem_left {
  width: 60%;
}
@media screen and (max-width: 1099px) {
  .scopeItem_left {
    width: 100%;
  }
}

.scopeItem_right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1099px) {
  .scopeItem_right {
    width: 100%;
    margin: auto;
    max-width: 450px;
  }
}
.scopeItem_right img {
  border-radius: 10px;
}

.scopeItem_wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1099px) {
  .scopeItem_wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

.scopeItem_text {
  margin: 30px 0;
}

/* ===============================================
  page-policy
=============================================== */
.pagePolicy_concept {
  padding: 100px 0;
}
@media screen and (max-width: 1099px) {
  .pagePolicy_concept {
    padding: 50px 0 100px;
  }
}

.pagePolicy_conceptLower_text {
  margin-top: 10px;
}

.offer {
  margin-bottom: 100px;
}

.offerItem_wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099px) {
  .offerItem_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}

.offerItem_left {
  width: 68%;
}
@media screen and (max-width: 1099px) {
  .offerItem_left {
    width: 100%;
  }
}

.offerItem_right {
  width: 30%;
}
@media screen and (max-width: 1099px) {
  .offerItem_right {
    width: 100%;
    margin-bottom: 20px;
  }
}

.implant-price {
  margin-bottom: 100px;
}
.implant-price .offerItem_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1099px) {
  .implant-price .offerItem_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .implant-price .offerItem_wrapper .offerItem_right {
    margin-top: 20px;
  }
}

.anesthesia {
  margin-bottom: 100px;
}
.anesthesia .offerItem_wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

.anesthesiaItems {
  margin: 20px 0;
  font-weight: 500;
}

.smile {
  margin-bottom: 100px;
}

.smile_text {
  margin-top: 20px;
}

.smileItem_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .smileItem_wrapper {
    gap: 15px;
  }
}

.smileItem_left {
  width: 40%;
}
@media screen and (max-width: 1099px) {
  .smileItem_left {
    width: 80%;
    margin: 0 auto;
  }
}

.smileItem_right {
  width: 40%;
}
@media screen and (max-width: 1099px) {
  .smileItem_right {
    width: 80%;
    margin: 0 auto;
  }
}

/* ===============================================
  page-orthopedics
=============================================== */
.medicalIBtn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 1099px) {
  .medicalIBtn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.medicalIBtn_wrapper .btn {
  background-color: #015eaf;
  border: 1px solid #015eaf;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  padding: 1.25rem 4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.medicalIBtn_wrapper .btn:hover {
  background-color: #fff;
  color: #015eaf;
}

.medicalItem:nth-child(odd) {
  background-color: #f8f8f9;
}

.medicalItems:not(:first-child) {
  padding-top: 150px;
}
@media screen and (max-width: 1099px) {
  .medicalItems:not(:first-child) {
    padding-top: 100px;
  }
}

.medicalItem_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .medicalItem_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.medicalItem_wrapper .btn_wrapper {
  margin-top: 80px;
}

.medicalItem_wrapperCheckup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.medicalItemImg_wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1099px) {
  .medicalItemImg_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.medicalItemImg_wrapper div {
  width: 33.3333333333%;
}
@media screen and (max-width: 1099px) {
  .medicalItemImg_wrapper div {
    width: 80%;
    margin: 0 auto;
  }
}

.medicalItem_left {
  width: 68%;
}
@media screen and (max-width: 1099px) {
  .medicalItem_left {
    width: 100%;
  }
}

.medicalItem_right {
  width: 30%;
}
@media screen and (max-width: 1099px) {
  .medicalItem_right {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }
}

.medicalItem_right-daycare {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1099px) {
  .medicalItem_right-daycare {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }
}

/* ===============================================
  page-recruit
=============================================== */
.recruitMessage .recruitItem_wrapper {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .recruitMessage .recruitItem_wrapper {
    width: 100%;
  }
}

.recruitVoice {
  background-color: #f8f8f9;
}

.recruitVoice_item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .recruitVoice_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.recruitVoice_left {
  width: 65%;
}
@media screen and (max-width: 1099px) {
  .recruitVoice_left {
    width: 100%;
  }
}

.recruitVoice_right {
  width: 30%;
}
@media screen and (max-width: 1099px) {
  .recruitVoice_right {
    width: 80%;
    margin: 0 auto 30px;
  }
}

.recruitment {
  background-color: #f8f8f9;
}

.recruitItems {
  margin-top: 50px;
}

.recruitItem_wrapper:not(:first-child) {
  margin-top: 30px;
}

.recruitItem_headWrapper {
  position: relative;
  cursor: pointer;
}

.option-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.option-icon.is-open .option-icon_bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.option-icon_bar1 {
  position: absolute;
  width: 16px;
  height: 3px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.option-icon_bar2 {
  position: absolute;
  width: 3px;
  height: 16px;
  background: #fff;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recruitItem {
  padding: 30px;
  background-color: #f8f8f9;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .recruitItem {
    padding: 25px 20px;
  }
}
.recruitItem table,
.recruitItem th,
.recruitItem td {
  border: 2px solid #fff;
  border-collapse: collapse;
}
.recruitItem table {
  width: 100%;
  margin-top: 20px;
}
.recruitItem th,
.recruitItem td {
  padding: 15px;
}
.recruitItem th {
  width: 30%;
  background-color: #928267;
  color: #fff;
}
.recruitItem td {
  width: 70%;
  background-color: #fff7e9;
}

.recruitItem_head {
  text-align: center;
  padding: 10px 0;
  background-color: #015eaf;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

/* ===============================================
  page-information
=============================================== */
.information .btn_wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .information .btn_wrapper {
    padding: 30px 0;
  }
}

.informationItems {
  margin: 30px;
}

.informationItem {
  margin: 30px 0;
}
.informationItem p {
  padding-top: 1.3rem;
  padding-left: 1.3rem;
}

.informationItem-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1099px) {
  .informationItem-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 350px;
  }
}

.informationSchedule {
  margin: 50px 0 0;
}

.informationSchedule_wrapper {
  width: 600px;
  background-color: #015eaf;
  color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: auto;
}
@media screen and (max-width: 1099px) {
  .informationSchedule_wrapper {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .informationSchedule_wrapper {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.informationSchedule_wrapper .table_time {
  width: 100%;
}
.informationSchedule_wrapper .table_time tr:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.informationSchedule_wrapper .table_time th,
.informationSchedule_wrapper .table_time td {
  text-align: center;
  vertical-align: middle;
}
.informationSchedule_wrapper .table_time th {
  padding: 10px 5px;
  font-weight: 500;
}
.informationSchedule_wrapper .table_time .table_head {
  text-align: left;
}

.information-map {
  width: 100%;
  padding-top: 55%;
  position: relative;
}
.information-map iframe {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}

.mapAccessList {
  padding: 10px;
}
.mapAccessList li {
  margin-top: 10px;
}

.mapAccessList_head {
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px dashed #555;
}

.mapItem {
  padding-top: 50px;
}

#parking p {
  padding: 10px;
}

.mapItem_img {
  width: 80%;
  margin: 50px auto 0;
}

.mapLink {
  text-decoration: underline;
}

.mapSchedule .title {
  margin-top: 100px;
}
.mapSchedule table,
.mapSchedule th,
.mapSchedule td {
  border: 1px solid #036ec5;
  border-collapse: collapse;
}

/* ===============================================
  page-news
=============================================== */
.news {
  margin: 100px 0 150px;
}
@media screen and (max-width: 1099px) {
  .news {
    margin: 50px 0 100px;
  }
}

.news_body {
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (max-width: 1099px) {
  .news_body {
    margin: 20px auto 0;
    width: 100%;
  }
}

/* ===============================================
  single
=============================================== */
.single-content {
  margin: 50px 0 150px;
}

.single-title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.single-body {
  margin: 30px 10px 0;
  line-height: 1.5;
}

.single-pagenation {
  margin-top: 80px;
}
@media screen and (max-width: 1099px) {
  .single-pagenation {
    margin-top: 60px;
  }
}

.pagination-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-single .prev a,
.pagination-single .next a {
  font-size: 14px;
  padding: 8px 16px;
  color: #fff;
  background: #020644;
  border-radius: 4px;
}
.pagination-single .prev-single a {
  font-size: 14px;
  padding-left: 38px;
  background-color: #020644;
  border-radius: 4px;
  color: #fff;
  padding: 7px 10px 7px 25px;
  position: relative;
  display: inline-block;
  -moz-text-align-last: left;
       text-align-last: left;
}
.pagination-single .prev-single a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow2.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/arrow2.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1099px) {
  .pagination-single .prev-single a::before {
    left: 14px;
  }
}
.pagination-single .prev-single a:hover::before {
  left: 5px;
}
.pagination-single .next-single a {
  font-size: 14px;
  padding-right: 38px;
  background-color: #020644;
  border-radius: 4px;
  color: #fff;
  padding: 7px 25px 7px 10px;
  position: relative;
  display: inline-block;
  text-align: right;
}
.pagination-single .next-single a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow.svg?ver=u29wb2a) no-repeat center center/contain;
          mask: url(../img/icon/arrow.svg?ver=u29wb2a) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1099px) {
  .pagination-single .next-single a::after {
    right: 14px;
  }
}
.pagination-single .next-single a:hover::after {
  right: 5px;
}

.pagination-lists a {
  padding: 7px 12px;
  line-height: 1.2;
  color: #020644;
  border: 1px solid #020644;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1099px) {
  .pagination-lists a {
    padding: 7px 12px;
    line-height: 1.2;
    margin: 0 12px;
  }
}
.pagination-lists a:hover {
  color: #fff;
  background: #020644;
}

.page-numbers.current {
  background-color: #020644;
  color: #fff;
  border: 1px solid #020644;
}

/* ==================================================
  404.php
================================================== */
.notFound {
  margin-bottom: 200px;
}

.notFound-wrap {
  text-align: center;
}

.notFound-head {
  font-size: 120px;
  font-weight: 500;
  color: #c9bda4;
  margin-bottom: 60px;
}
.notFound-head span::after {
  content: " ";
}

.notFound-lead {
  font-size: 40px;
  color: #999999;
  margin-bottom: 40px;
}

.notFound-content {
  font-size: 20px;
  line-height: 1.5;
  color: #a8a8a8;
  margin-bottom: 100px;
}

.notFound-btn {
  padding: 20px 60px;
  color: #999999;
  background: #eeeeee;
  font-size: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notFound-btn:hover {
  background: #ddd;
}

/* ===============================================
  page-column
=============================================== */
.column {
  padding: 100px 0;
}
@media screen and (max-width: 1099px) {
  .column {
    padding: 50px 0 100px;
  }
}

.columnItems {
  margin-top: 50px;
}

.columnItem .subtitle {
  margin-top: 50px;
  margin-bottom: 10px;
}

/* ===============================================
  工事中
=============================================== */
.construction {
  margin: 100px 0;
}

.construction_title {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 50px;
}

@media screen and (max-width: 1099px) {
  .js-scrollHint {
    overflow-x: scroll;
  }
  .js-scrollHint table {
    white-space: nowrap;
  }
}