@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
================================================== */
/* ==================================================
  共通
================================================== */
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: 60px 0;
}
.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: #01589b;
  -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 #01589b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_wrapper a:hover {
  text-decoration: none;
  background-color: #eaf0f5;
}
.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: #01589b;
  -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 #01589b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_wrapper2 a:hover {
  text-decoration: none;
  background-color: #eaf0f5;
}
.btn_wrapper2 a:hover::before {
  top: 0;
  left: 0;
}

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

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

.sectionSpace3 {
  padding: 120px 0 0;
}
@media screen and (max-width: 1099px) {
  .sectionSpace3 {
    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: #01589b;
}
.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: #fff;
  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-image: url(../img/title_bg.webp);
}

.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(#4e9ff3), to(#8eefff));
  background-image: linear-gradient(90deg, #4e9ff3, #8eefff);
  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: #ea670f;
  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) no-repeat center center/contain;
          mask: url(../img/icon/arrow2.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .prev:hover {
  background-color: #ea670f;
}
.pagination .prev:hover::before {
  left: 10px;
}
.pagination .next {
  padding-right: 37px;
  background-color: #ea670f;
  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) no-repeat center center/contain;
          mask: url(../img/icon/arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .next:hover {
  background-color: #ea670f;
}
.pagination .next:hover::after {
  right: 10px;
}

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

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

.note {
  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;
  }
}
.list:not(:first-child) {
  margin-top: 30px;
}

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

.text {
  margin-top: 30px;
}

.heading-gradient {
  position: relative;
  color: white;
  padding: 0.6em 1em 0.6em 3em;
  background-image: -webkit-gradient(linear, left top, right top, from(#4092c2), to(#01589b));
  background-image: linear-gradient(to right, #4092c2 0%, #01589b 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(#4092c2), to(#01589b));
  background-image: linear-gradient(to right, #4092c2 0%, #01589b 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-sub {
  padding: 0.5em;
  /*文字周りの余白*/
  color: #010101;
  /*文字色*/
  background: #f9fcff;
  /*背景色*/
  border-bottom: solid 1px #01589b;
  /*下線*/
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.underline {
  text-decoration: underline;
}

/* ===============================================
  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;
  }
}

.headerTitle {
  font-size: clamp(2rem, 2.2vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 10px;
}
.headerTitle span {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

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

.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: #01589b;
  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) no-repeat center center/contain;
          mask: url(../img//icon/phone.svg) no-repeat center center/contain;
  background-color: #333;
}

/* ==================================================
  drawer
================================================== */
.drawer-icon {
  width: 40px;
  height: 35px;
  margin-left: auto;
  position: relative;
  display: none;
}
@media screen and (max-width: 1099px) {
  .drawer-icon {
    display: block;
    z-index: 300;
  }
}
.drawer-icon::after {
  position: absolute;
  content: "メニュー";
  color: #01589b;
  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: #01589b;
  border-radius: 1px;
}
.drawer-icon span:nth-child(1) {
  top: 0;
  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: #01589b;
  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 #cee0f8;
}
.drawer-menu-content > li:nth-child(2) {
  border-top: 1px solid #cee0f8;
}
.drawer-menu-content > li:not(:first-child) {
  border-bottom: 1px solid #cee0f8;
}

.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_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) no-repeat center center/contain;
          mask: url(../img//icon/pagelink_icon.svg) 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 .mainVisual_btn {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 1099px) {
  .top .mainVisual_btn {
    display: none;
  }
}
.top .mainVisual_btn a {
  display: block;
  background-color: #d0dee9;
  color: #01589b;
  border: 2px solid #01589b;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .mainVisual_btn a:hover {
  background-color: #01589b;
  color: #fff;
}
.top .mainVisual_btn a:not(:first-child) {
  margin-top: 30px;
}
.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: #01589b;
  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) no-repeat center center/contain;
          mask: url(../img/icon/arrow.svg) 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: 50% top;
     object-position: 50% 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: #01589b;
}
.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 #01589b;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
}
@media screen and (max-width: 768px) {
  .topContent_wrapper {
    right: 5%;
  }
}

.topContent_text {
  font-size: clamp(2rem, 2.5vw, 4rem);
  font-weight: 700;
  text-align: right;
  line-height: 1.8em;
}

.marker_topContent {
  background-image: -webkit-gradient(linear, left top, right top, from(#0191fc), to(#a6e2fd));
  background-image: linear-gradient(90deg, #0191fc, #a6e2fd);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  padding: 0 10px;
  color: #fff;
}

/* ===============================================
  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: #01589b;
}

.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 #eaf0f5;
  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: #01589b;
  -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 #194677;
}
.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) no-repeat center center/contain;
          mask: url(../img/icon/news_arrow.svg) 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_left {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .topGreeting_left {
    width: 100%;
  }
}

.topGreeting_right {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099px) {
  .topGreeting_right {
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
    min-width: 200px;
  }
}

.topGreeting_title {
  font-weight: 700;
  color: #01589b;
}

/* ===============================================
  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: 30px;
  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: #01589b;
}
.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: #01589b;
}
.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: #01589b;
  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: #01589b;
  -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: #01589b;
  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: #01589b;
  -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-medicine::before {
  -webkit-mask: url(../img/icon/medical1.svg) no-repeat center center/contain;
          mask: url(../img/icon/medical1.svg) no-repeat center center/contain;
}

.topMedical_gastroenterology::before {
  -webkit-mask: url(../img/icon/medical2.svg) no-repeat center center/contain;
          mask: url(../img/icon/medical2.svg) no-repeat center center/contain;
}

.topMedical_gastroscopy::before {
  -webkit-mask: url(../img/icon/medical3.svg) no-repeat center center/contain;
          mask: url(../img/icon/medical3.svg) no-repeat center center/contain;
}

.topMedical_colonoscopy::before {
  -webkit-mask: url(../img/icon/medical4.svg) no-repeat center center/contain;
          mask: url(../img/icon/medical4.svg) no-repeat center center/contain;
}

.topMedical_anal-surgery::before {
  -webkit-mask: url(../img/icon/medical5.svg) no-repeat center center/contain;
          mask: url(../img/icon/medical5.svg) no-repeat center center/contain;
}

.topMedical_pain::before {
  -webkit-mask: url(../img/icon/medical6.svg) no-repeat center center/contain;
          mask: url(../img/icon/medical6.svg) 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;
  }
}

.top_facility_standard {
  padding: 30px;
  border: 1px solid #01589b;
  background-color: #fff;
}

/* ===============================================
  top-nursing
=============================================== */
.topNursing {
  padding: 50px 0;
}
.topNursing a {
  display: block;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .topNursing a {
    width: 100%;
  }
}

/* ===============================================
  topConcept
=============================================== */
.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: #01589b;
}

.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) no-repeat center center/contain;
          mask: url(../img//icon/phone.svg) no-repeat center center/contain;
  background-color: #333;
}

.reception_time {
  font-size: 1.4rem;
}

.topAccess_text {
  margin-top: 30px;
}

.mapImage {
  margin-top: 50px;
}

/* ===============================================
  cashless
=============================================== */
.cashless {
  padding: 50px 0;
}
.cashless .sectionTitle {
  font-size: 2rem;
}

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

.cashless_left {
  width: 80%;
}
@media screen and (max-width: 1099px) {
  .cashless_left {
    width: 100%;
  }
}
.cashless_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.cashless_left ul li {
  width: 60px;
  height: 50px;
  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;
}
.cashless_left ul li figure img {
  display: block;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

/* ==================================================
  footer
================================================== */
footer {
  background-color: #01589b;
  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 {
  width: 60%;
  margin: auto;
  padding-bottom: 5px;
}
@media screen and (max-width: 1099px) {
  .footerLeft_head {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}

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

.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: 160px;
  }
}

.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 0;
}
@media screen and (max-width: 1099px) {
  .bottomFixedWrapper {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bottomFixed_left,
.bottomFixed_right {
  width: 50%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1099px) {
  .bottomFixed_left,
  .bottomFixed_right {
    width: 100%;
  }
}

.reception,
.historyForm {
  width: 100%;
  display: inline-block;
  background-color: #01589b;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding: 5px 10px;
}
.reception:hover,
.historyForm:hover {
  background-color: #001a30;
}

.fz12 {
  font-size: 1.2rem;
}

/* ===============================================
  page-doctor
=============================================== */
.pageLinkItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  gap: 30px;
}
@media screen and (max-width: 1099px) {
  .pageLinkItems {
    gap: 15px;
  }
}
.pageLinkItems li {
  color: #01589b;
  font-size: 1.4rem;
}
.pageLinkItems a {
  display: inline-block;
  padding: 10px 30px 10px 20px;
  border-radius: 5px;
  border: 2px solid #01589b;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageLinkItems a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/pagelink_icon.svg) no-repeat center center/contain;
          mask: url(../img/icon/pagelink_icon.svg) no-repeat center center/contain;
  background-color: #01589b;
}
.pageLinkItems a:hover {
  background-color: #01589b;
  color: #fff;
}
.pageLinkItems a:hover::after {
  background-color: #fff;
}

.doctorInfo:nth-child(even) {
  background-color: #f0f7ff;
}

.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;
}
@media screen and (max-width: 1099px) {
  .introItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

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

.introItem_right {
  width: 30%;
}
@media screen and (max-width: 1099px) {
  .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 #eaf0f5;
  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: #f0f7ff;
}

.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: #f0f7ff;
}

.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;
  }
}

.standards {
  background-color: #f0f7ff;
}
.standards ol li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.standards ol li .list-wrapper {
  margin-left: 1em;
}

.facility_standards {
  margin-top: 50px;
}
.facility_standards table {
  margin-top: 10px;
}
.facility_standards th,
.facility_standards td {
  border: 1px solid #01589b;
  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: #d6eaf8;
}
@media screen and (max-width: 1099px) {
  .facility_standards th {
    border-bottom: none;
    white-space: normal;
  }
}
.facility_standards td {
  background-color: #fff;
}
.facility_standards tr:nth-of-type(n + 2) th {
  border-top: none;
}

.facility_standards_notice {
  padding: clamp(10px, 2vw, 20px);
  background-color: #fff;
  margin-top: 20px;
}

.list-wrapper {
  list-style: none;
}
.list-wrapper > li {
  position: relative;
  padding-left: 12px;
}
.list-wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #01589b;
  border-radius: 50%;
}

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

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

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

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

.table-time {
  border-radius: 15px;
  border: 1px solid #01589b;
  overflow: hidden;
  margin: 60px auto 0;
  /* ===============================================
    page-access
  =============================================== */
}
.table-time table {
  width: 100%;
  background-color: #fff;
}
.table-time table th,
.table-time table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .table-time table th,
  .table-time table td {
    padding: 10px 5px;
  }
}
.table-time table th {
  width: 30%;
  background-color: #276bc4;
  color: #fff;
  border-left: 1px solid #01589b;
}
.table-time table th:not(:first-child) {
  border-bottom: 1px solid #01589b;
}
@media screen and (max-width: 1099px) {
  .table-time table th {
    font-size: 1.3rem;
  }
}
.table-time table td {
  border-left: 1px solid #01589b;
}
.table-time table tr:not(:first-child) {
  border-top: 1px solid #01589b;
}
.table-time table .pale {
  background-color: #3a85e7;
}
.table-time .access:nth-child(even) {
  background-color: #afd4ff;
}
.table-time .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) {
  .table-time .access_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table-time .access_left {
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 1099px) {
  .table-time .access_left {
    width: 100%;
    margin: 100px 0 50px;
  }
}
.table-time .access_right {
  width: 50%;
}
@media screen and (max-width: 1099px) {
  .table-time .access_right {
    width: 100%;
  }
}
.table-time .access_right .map {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.table-time .access_right .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.table-time .map {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.table-time .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) no-repeat center center/contain;
          mask: url(../img//icon/phone.svg) 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;
}

/* ===============================================
  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-price
=============================================== */
.price {
  padding: 100px 0;
}
@media screen and (max-width: 1099px) {
  .price {
    padding: 50px 0 100px;
  }
}

.price_caution {
  font-size: 1.4rem;
}

.tablePrice {
  width: 100%;
  margin-top: 50px;
}
.tablePrice th,
.tablePrice td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaf0f5;
  border-collapse: collapse;
}
.tablePrice th {
  padding: 10px;
  background-color: #f8f8f9;
  color: #fff;
}
.tablePrice td {
  padding: 10px;
}

.tablePrice2 {
  margin-top: 30px;
}
.tablePrice2 th,
.tablePrice2 td {
  color: #f8f8f9;
}
.tablePrice2 th {
  background-color: #fff;
}

.subtitle_price {
  margin-top: 80px;
}

.caseItem {
  padding-top: 100px;
  margin-top: -50px;
}
@media screen and (max-width: 1099px) {
  .caseItem {
    padding-top: 50px;
    margin-top: 0;
  }
}
.caseItem .title {
  text-align: center;
}

.caseItems {
  margin-top: 50px;
}

.caseItem_wrapper {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1099px) {
  .caseItem_wrapper {
    padding: 20px;
  }
}
.caseItem_wrapper:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .caseItem_wrapper:not(:first-child) {
    margin-top: 30px;
  }
}

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

.caseContent_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 30px 0;
}
@media screen and (max-width: 1099px) {
  .caseContent_wrapper {
    gap: 20px;
  }
}
.caseContent_wrapper .arrow_right {
  width: 50px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .caseContent_wrapper .arrow_right {
    width: 30px;
  }
}
.caseContent_wrapper .arrow_right::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../img//icon//arrow_right.svg) no-repeat center center/contain;
          mask: url(../img//icon//arrow_right.svg) no-repeat center center/contain;
  background-color: #01589b;
}
@media screen and (max-width: 1099px) {
  .caseContent_wrapper .arrow_right::after {
    width: 30px;
    height: 30px;
  }
}
.caseContent_wrapper .arrow_bottom {
  width: 30px;
  position: relative;
}
.caseContent_wrapper .arrow_bottom::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../img//icon//arrow_bottom.svg) no-repeat center center/contain;
          mask: url(../img//icon//arrow_bottom.svg) no-repeat center center/contain;
  background-color: #01589b;
}

.caseContent_wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
}

.caseContent_imgWrapper {
  padding: 30px 0;
}
@media screen and (max-width: 1099px) {
  .caseContent_imgWrapper {
    padding: 20px 0;
  }
}

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

.caseContentItem2 {
  width: 40%;
}

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

.arrow_right {
  width: 50px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .arrow_right {
    width: 30px;
  }
}
.arrow_right::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../img//icon//arrow_right.svg) no-repeat center center/contain;
          mask: url(../img//icon//arrow_right.svg) no-repeat center center/contain;
  background-color: #01589b;
}
@media screen and (max-width: 1099px) {
  .arrow_right::after {
    width: 30px;
    height: 30px;
  }
}

.arrow_bottom {
  width: 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .arrow_bottom {
    width: 30px;
  }
}
.arrow_bottom::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../img//icon//arrow_bottom.svg) no-repeat center center/contain;
          mask: url(../img//icon//arrow_bottom.svg) no-repeat center center/contain;
  background-color: #01589b;
}
@media screen and (max-width: 1099px) {
  .arrow_bottom::after {
    width: 30px;
    height: 30px;
  }
}

.arrow_bottom2 {
  width: 50px;
  margin-right: auto;
  position: relative;
  margin-left: 18%;
}
@media screen and (max-width: 1099px) {
  .arrow_bottom2 {
    width: 30px;
  }
}
.arrow_bottom2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../img//icon//arrow_bottom.svg) no-repeat center center/contain;
          mask: url(../img//icon//arrow_bottom.svg) no-repeat center center/contain;
  background-color: #01589b;
}
@media screen and (max-width: 1099px) {
  .arrow_bottom2::after {
    width: 30px;
    height: 30px;
  }
}

.casePrice {
  width: 100%;
  margin-top: 30px;
}
.casePrice th,
.casePrice td {
  vertical-align: middle;
  border: 1px solid #c5dcee;
  border-collapse: collapse;
  padding: 10px;
}
@media screen and (max-width: 1099px) {
  .casePrice th,
  .casePrice td {
    display: block;
  }
}
.casePrice th {
  color: #eaf0f5;
  background-color: #f0f7ff;
}
@media screen and (max-width: 1099px) {
  .casePrice th {
    text-align: center;
  }
}

.caseMore_icon {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1099px) {
  .caseMore_icon {
    right: 10px;
  }
}

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

.caseItem_head {
  text-align: center;
  padding: 15px;
  border: 1px solid #eaf0f5;
  color: #eaf0f5;
  font-weight: 500;
  font-size: 1.8rem;
}

.caseContents {
  padding: 3%;
}

.caseContent {
  margin-top: 100px;
}

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

.actionItems {
  margin-top: 50px;
}

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

.actionItem_img {
  margin: 30px auto;
  width: 80%;
}

.actionItem_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: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1099px) {
  .actionItem_wrapper {
    gap: 20px;
  }
}

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

.lecture {
  padding: 100px 0;
  background-color: #f9f9f9;
}

.lecture_text {
  margin-top: 50px;
}

.lectureTable {
  display: none;
}
.lectureTable table,
.lectureTable th,
.lectureTable td {
  border: 1px solid #eaf0f5;
  border-collapse: collapse;
}
.lectureTable table {
  width: 100%;
  margin-top: 20px;
}
.lectureTable th,
.lectureTable td {
  padding: 15px;
  color: #f8f8f9;
}
.lectureTable th:nth-child(1),
.lectureTable td:nth-child(1) {
  width: 15%;
  text-align: center;
}
.lectureTable th:nth-child(2),
.lectureTable td:nth-child(2) {
  width: 10%;
  text-align: center;
}
.lectureTable th:nth-child(3),
.lectureTable td:nth-child(3) {
  width: 45%;
}
.lectureTable th:nth-child(4),
.lectureTable td:nth-child(4) {
  width: 30%;
}
.lectureTable th {
  background-color: #f5f2e9;
  text-align: center;
}
.lectureLink {
  padding: 50px 0;
}
@media screen and (max-width: 1099px) {
  .lectureLink {
    padding: 30px 0;
  }
}

/* ===============================================
  page-medical
=============================================== */
.medicalItem:nth-child(odd) {
  background-color: #f0f7ff;
}

.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;
  }
}

.medical-questionItems {
  margin-top: 50px;
}

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

.medical-questionItem_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: #01589b;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.medical-questionItem {
  width: 100%;
}
.medical-questionItem table,
.medical-questionItem th,
.medical-questionItem td {
  border: 2px solid #fff;
  border-collapse: collapse;
}
.medical-questionItem table {
  width: 100%;
  margin-top: 20px;
}
.medical-questionItem th,
.medical-questionItem td {
  padding: 15px;
}
.medical-questionItem th {
  width: 30%;
  background-color: #01589b;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .medical-questionItem th {
    display: block;
    width: 100%;
  }
}
.medical-questionItem td {
  width: 70%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1099px) {
  .medical-questionItem td {
    display: block;
    width: 100%;
  }
}

.medical-questionItem_head {
  text-align: center;
  padding: 15px 0;
  background-color: #f4f6f8;
  border: 2px solid #01589b;
  border-radius: 5px;
  color: #01589b;
  font-weight: 700;
  font-size: 1.8rem;
}

.medical_table_list {
  margin-top: 20px;
}
.medical_table_list li:not(:first-child) {
  margin-top: 10px;
}
.medical_table_list li p:first-of-type {
  text-decoration: underline;
}

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

.linkItem {
  margin-top: 50px;
}

.linkItemBody {
  margin-top: 30px;
}
.linkItemBody .subtitle {
  margin-bottom: 10px;
}

.linkItemBody_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) {
  .linkItemBody_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}
.linkItemBody_wrapper li {
  width: 48%;
}
@media screen and (max-width: 1099px) {
  .linkItemBody_wrapper li {
    width: 100%;
  }
}
.linkItemBody_wrapper li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 1099px) {
  .linkItemBody_wrapper li:not(:first-child) {
    margin-top: 0px;
  }
}
.linkItemBody_wrapper a {
  text-decoration: underline;
}

/* ===============================================
  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;
}

.informationSchedule {
  margin: 50px 0 0;
}

.informationSchedule_wrapper {
  width: 600px;
  background-color: #1e5aa8;
  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 #ccc;
}
.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 #eaf0f5;
  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: #ea670f;
  border-radius: 4px;
}
.pagination-single .prev-single a {
  font-size: 14px;
  padding-left: 38px;
  background-color: #ea670f;
  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) no-repeat center center/contain;
          mask: url(../img/icon/arrow2.svg) 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: #ea670f;
  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) no-repeat center center/contain;
          mask: url(../img/icon/arrow.svg) 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;
}

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

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

/* ==================================================
  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;
}

.list-009 {
  list-style-type: disc;
  list-style-position: inside;
  padding: 1em;
  border: 1px solid #01589b;
  margin: 40px auto;
}

.list-009 li {
  padding: 0.5em;
}

.list-009 li:not(:last-child) {
  border-bottom: 1px dashed #01589b;
}

.list-009 li::marker {
  color: #01589b;
  font-size: 1.1em;
}

.btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.button-036 {
  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: 350px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: 1px solid #01589b;
  border-radius: 5px;
  background-color: #fff;
  color: #01589b;
  font-size: 1em;
}
@media screen and (max-width: 1099px) {
  .button-036 {
    padding: 0.5em 2em;
    min-width: 250px;
    width: 100%;
  }
}

.button-036:hover {
  background-color: #01589b;
  color: #fff;
  font-weight: 600;
}

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

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

.checkboxes li {
  padding: 5px 10px;
}
@media screen and (max-width: 1099px) {
  .checkboxes li {
    padding: 2px 10px;
  }
}
.checkboxes label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 2px;
  border: 1px solid #333;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .checkboxes label input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
.checkboxes label input[type=checkbox]::after {
  border-bottom: 4px solid #01589b;
  border-left: 4px solid #01589b;
  content: "";
  position: absolute;
  height: 14px;
  width: 24px;
  margin-top: -0.2em;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: none;
}
@media screen and (max-width: 1099px) {
  .checkboxes label input[type=checkbox]::after {
    height: 10px;
    width: 18px;
    border-bottom: 3px solid #01589b;
    border-left: 3px solid #01589b;
  }
}
.checkboxes label input[type=checkbox]:checked {
  border: 1px solid #01589b;
}
.checkboxes label input[type=checkbox]:checked::after {
  display: block;
}