@charset "UTF-8";
/* ==================================================
  web-font
================================================== */
/* ==================================================
  breakpoint & medea query
================================================== */
/* ==================================================
  共通
================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  background-color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

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

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

.list-8 {
  position: relative;
  padding: 1.5em 1em 1em 2.5em;
  border: 2px solid #31019c;
}

.list-8 > div {
  position: absolute;
  top: -0.75em;
  left: 1em;
  padding: 0 0.5em;
  background-color: #fff;
  color: #31019c;
  font-weight: 600;
}

.list-8 ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

.list-8 li {
  padding: 0.3em 0.3em 0.3em 0;
}

.list-8 li::marker {
  color: #31019c;
  font-size: 1.1em;
}

.mt10 {
  margin-top: 10px;
}

.underline {
  text-decoration: underline;
}

.btn_wrapper {
  text-align: center;
}

.btn {
  display: inline-block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #31019c;
  background-color: #31019c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border-radius: 50px;
}
.btn:hover {
  background-color: #fff;
  color: #31019c;
}

.btn_rev {
  background-color: #fff;
  color: #31019c;
}
.btn_rev:hover {
  background-color: #31019c;
  color: #fff;
}

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

.sectionTitle {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sectionTitle_en {
  color: #31019c;
  font-size: 1.4rem;
  margin-top: 5px;
}

.subTitle {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.subTitle::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #31019c;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.breadcrumbs {
  margin: 10px 0;
}

.bcn-none {
  display: none;
}

.is-red {
  color: red;
}

.pageTop {
  height: 200px;
  width: 100%;
  position: relative;
  margin-bottom: 107px;
}
@media screen and (max-width: 1024px) {
  .pageTop {
    height: 150px;
    margin-bottom: 80px;
  }
}
.pageTop .container {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  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;
  margin-top: 87px;
}
@media screen and (max-width: 1024px) {
  .pageTop .container {
    margin-top: 60px;
  }
}

.pageTitle {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .pageTitle {
    font-size: 2rem;
  }
}

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

.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: 1025px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .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;
}

/* ==================================================
  header
================================================== */
header {
  width: 100%;
}

.header-container {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header-container {
    height: 60px;
    position: fixed;
    z-index: 999;
  }
}

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

.headerTop_wrapperEx {
  height: auto;
  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);
}
@media screen and (max-width: 1024px) {
  .headerTop_wrapperEx {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headerTop_wrapperEx2 {
  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(-150px);
          transform: translateY(-150px);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.headerTop_wrapperEx2.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .headerTop_wrapperEx2 {
    display: none;
  }
}

.headerTop_wrapperEx_container {
  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: 1024px) {
  .headerTop_wrapperEx_container {
    height: 60px;
  }
}

.header-top__left {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .header-top__left {
    width: 200px;
  }
}

.header-logo {
  width: 100%;
  height: auto;
}
.header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .header-logo {
    width: 80%;
  }
}

.headerLogo_text {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .headerLogo_text {
    font-size: 2rem;
  }
}

.header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .header-top__right {
    display: none;
  }
}

.header-text {
  font-size: 1.2rem;
}

.header-text__underlayer {
  margin-top: 5px;
  margin-right: 10px;
  font-size: 1.2rem;
  text-align: right;
}

.headerPickup {
  margin-left: 10px;
  background-color: #31019c;
  color: #fff;
  padding: 2px 5px;
}

.headerPickup_underlayer {
  border: 1px solid #31019c;
  color: #31019c;
  padding: 0 5px;
}

.header-top__right-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-top__right-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-top__right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.header-top__right-nav li:not(:first-child) {
  margin-left: 30px;
}

.tel {
  font-size: 3rem;
  font-weight: 700;
  color: #31019c;
}

.tel_exceptTop {
  background-color: #31019c;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 0 0 10px 10px;
  font-size: 2.2rem;
}
.tel_exceptTop .tel-icon {
  padding-left: 25px;
}
.tel_exceptTop .tel-icon::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.header-nav__wrapper {
  position: relative;
}

.header-nav__list {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 90px;
  max-width: 1024px;
  background-color: #fff;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .header-nav {
    display: none;
  }
}
.header-nav li {
  font-weight: 700;
  padding-top: 40px;
  width: 180px;
  text-align: center;
  font-size: 1.4rem;
}
.header-nav li:not(:first-child) {
  border-left: 1px dotted #888;
}
@media screen and (max-width: 1024px) {
  .header-nav li {
    display: none;
  }
}

.topContent {
  height: 500px;
  background: url(../img/top_image.webp) no-repeat center 73%/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .topContent {
    height: 500px;
    padding-top: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 250px;
}
@media screen and (max-width: 1024px) {
  .topContent_wrapper {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.topContent_text {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .topContent_text {
    font-size: clamp(1.8rem, 5vw, 3rem);
    margin-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .sp-br {
    display: none;
    line-height: 1.5;
  }
}
.marker_topContent {
  background-image: -webkit-gradient(linear, left top, right top, from(#ba75d9), to(#e5adc7));
  background-image: linear-gradient(90deg, #ba75d9, #e5adc7);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  padding: 0 10px;
  color: #fff;
  display: inline;
}

/* ==================================================
  drawer
================================================== */
.drawer-icon {
  width: 40px;
  height: 35px;
  margin-left: auto;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  .drawer-icon {
    display: block;
    z-index: 300;
  }
}
.drawer-icon::after {
  position: absolute;
  content: "メニュー";
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
}
.drawer-icon span {
  width: 28px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333;
  border-radius: 1px;
}
.drawer-icon span:nth-child(1) {
  top: 0;
}
.drawer-icon span:nth-child(2) {
  top: 8px;
}
.drawer-icon span:nth-child(3) {
  top: 16px;
}
.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;
}
.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;
}

.is-fixed body {
  overflow: hidden;
}

.drawer-menu {
  background-color: #31019c;
  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: 40px 0 100px;
  margin-top: 60px;
}

.drawer-menu-content {
  display: block;
  margin: 0 auto;
}
.drawer-menu-content li {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
}

/* ==================================================
  top
================================================== */
.top {
  width: 100%;
  background: transparent url(../img/top_header.webp) no-repeat center right/cover;
  height: 600px;
  background-color: #e9ecef;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.top-content {
  height: 600px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
}
.top-content h2 {
  font-size: 5.5rem;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media screen and (max-width: 1024px) {
  .top-content h2 {
    font-size: 4rem;
  }
}
.top-content p {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.belonging {
  margin-bottom: 100px;
}

/* ===============================================
  top-news
=============================================== */
.info {
  padding: 150px 0 100px;
}
@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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;
}
.news-head span {
  margin-left: 10px;
}

.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: #31019c;
}
.news-content:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .news-title {
    margin-left: 0;
  }
}

.schedule_wrapper {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .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 #31019c;
}

.table-time {
  width: 100%;
}
.table-time th,
.table-time td {
  border-right: 1px solid #ddd;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.table-time th {
  padding: 10px 5px;
  font-weight: 500;
}

.table-left__head {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .table-left__head {
    width: 20%;
  }
}

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

/* ===============================================
  top-greeting
=============================================== */
.top-greeting {
  background: url(../img/top/message_bg.webp) no-repeat bottom center/cover;
  background-position: center;
  height: 500px;
}

.top-greeting__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
}

.top-greeting__content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .top-greeting__content {
    width: 100%;
  }
}

.top-greeting__title {
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-greeting__title {
    font-size: 2.5rem;
  }
}

.top-greeting__text {
  margin-top: 20px;
  line-height: 1.5;
}

.topGreeting_btnWrapper {
  margin-top: 50px;
}

/* ===============================================
  top-medical
=============================================== */
.top-medical {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .top-medical {
    padding: 100px 0;
  }
}

.medicalItems {
  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: 1024px) {
  .medicalItems {
    gap: 15px;
  }
}
.medicalItems .medicalItem {
  width: calc((100% - 60px) / 3);
  height: 180px;
  border-radius: 20px;
  border: 2px solid #31019c;
  background-color: #fdf7ff;
  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;
}
@media screen and (max-width: 1024px) {
  .medicalItems .medicalItem {
    width: calc((100% - 15px) / 2);
    height: 150px;
    font-size: 1.3rem;
  }
}

.medicalInfo_title {
  color: #333;
  font-weight: 700;
  text-align: center;
  padding-top: 60px;
  position: relative;
}
.medicalInfo_title::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.medicalInfo_cataract::before {
  -webkit-mask: url(../img//icon/cataract.svg) no-repeat center center/contain;
          mask: url(../img//icon/cataract.svg) no-repeat center center/contain;
  background-color: #31019c;
}

.medicalInfo_glaucoma::before {
  background: transparent url(../img/icon/glaucoma.svg) no-repeat center center/contain;
}

.medicalInfo_floaters::before {
  background: transparent url(../img/icon/floaters.svg) no-repeat center center/contain;
}

.medicalInfo_diabeticRetinopathy::before {
  background: transparent url(../img/icon/diabeticRetinopathy.svg) no-repeat center center/contain;
}

.medicalInfo_macularDegeneration::before {
  background: transparent url(../img/icon/macularDegeneration.svg) no-repeat center center/contain;
}

.medicalInfo_myopia::before {
  -webkit-mask: url(../img//icon/myopia.svg) no-repeat center center/contain;
          mask: url(../img//icon/myopia.svg) no-repeat center center/contain;
  background-color: #31019c;
}

.medicalInfo_amblyopia::before {
  background: transparent url(../img/icon/amblyopia.svg) no-repeat center center/contain;
}

.medicalInfo_dryeye::before {
  background: transparent url(../img/icon/dryeye.svg) no-repeat center center/contain;
}

/* ===============================================
  top-pickup
=============================================== */
.pickUp {
  padding: 150px 0;
  background-color: #e9e3eb;
}
@media screen and (max-width: 1024px) {
  .pickUp {
    padding: 100px 0;
  }
}

.pickupItems {
  margin-top: 50px;
}

.pickupItem_worries {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 10px;
}
.pickupItem_worries ul {
  margin-top: 30px;
}
.pickupItem_worries li {
  padding: 10px 0 10px 40px;
  position: relative;
  font-size: 1.8rem;
}
.pickupItem_worries li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img//icon//checkbox-icon.svg) no-repeat center center/contain;
          mask: url(../img//icon//checkbox-icon.svg) no-repeat center center/contain;
  background-color: #31019c;
}

.pickupItem_worriesHead {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

.marker_pickup {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, powderblue));
  background: linear-gradient(transparent 60%, powderblue 60%);
}

.pickupItem_lead {
  margin-top: 50px;
}
.pickupItem_lead p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8;
}

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

.pickupItem_detail1,
.pickupItem_detail2 {
  background-color: #fff;
  padding: 40px 35px 30px 35px;
  position: relative;
  border: 4px solid #00bfff;
  -o-border-image: linear-gradient(to right, #4e9ff3 0%, #8eefff 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#4e9ff3), to(#8eefff));
     border-image: linear-gradient(to right, #4e9ff3 0%, #8eefff 100%);
  border-image-slice: 1;
}
.pickupItem_detail1 p,
.pickupItem_detail2 p {
  font-weight: 700;
  font-size: 1.8rem;
}
.pickupItem_detail1::before,
.pickupItem_detail2::before {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: 2rem;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: darkturquoise;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
}

.pickupItem_detail1 {
  width: 40%;
}
.pickupItem_detail1::before {
  content: "1";
}
@media screen and (max-width: 1024px) {
  .pickupItem_detail1 {
    width: 100%;
  }
}

.pickupItem_detail2 {
  width: 40%;
  margin-left: 30px;
}
.pickupItem_detail2::before {
  content: "2";
}
@media screen and (max-width: 1024px) {
  .pickupItem_detail2 {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}

.arrowImage {
  width: 50px;
  height: 50px;
  -webkit-mask: url(../img//icon/pagelink_icon.svg) no-repeat center center/cover;
          mask: url(../img//icon/pagelink_icon.svg) no-repeat center center/cover;
  background-color: #31019c;
  margin: 50px auto;
}

.marker_pickupLead {
  padding: 10px;
  background-color: #f8e58c;
}

.marker_pickupDetail {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f8e58c));
  background: linear-gradient(transparent 60%, #f8e58c 60%);
}

/* ===============================================
  top-surgery_contact-lens
=============================================== */
.surgery-contact-lens_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: 1024px) {
  .surgery-contact-lens_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topSurgery_wrapper,
.topContact-lens_wrapper {
  width: 50%;
  height: 400px;
  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;
}
@media screen and (max-width: 1024px) {
  .topSurgery_wrapper,
  .topContact-lens_wrapper {
    width: 100%;
    height: 200px;
  }
}

.topSurgery_wrapper {
  background: url(../img/top/surgery_bg.webp) no-repeat center center/cover;
}

.topContact-lens_wrapper {
  background: url(../img/top/contact_bg.webp) no-repeat center center/cover;
}

.topSurgery,
.topContact-lens {
  color: #fff;
}
.topSurgery h2,
.topContact-lens h2 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .topSurgery h2,
  .topContact-lens h2 {
    font-size: 2.5rem;
  }
}
.topSurgery span,
.topContact-lens span {
  margin-top: 5px;
  display: inline-block;
}

.contact-lensItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-lensItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.contact-lensItem-left {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .contact-lensItem-left {
    width: 100%;
  }
}

.contact-lensItem-right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .contact-lensItem-right {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

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

.contact-lensItem-left2 {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .contact-lensItem-left2 {
    width: 100%;
  }
}

.contact-lensItem-right2 {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .contact-lensItem-right2 {
    width: 100%;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

/* ===============================================
  top-access
=============================================== */
.topAccess {
  padding: 150px 0 0;
}
@media screen and (max-width: 1024px) {
  .topAccess {
    padding: 100px 0 0;
  }
}

.topAccess_map {
  margin-top: 50px;
  width: 100%;
}
.topAccess_map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1024px) {
  .topAccess_map iframe {
    height: 200px;
  }
}

/* ==================================================
  footer
================================================== */
footer {
  background-color: #f5f5f5;
}

.footer-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0 50px;
}
@media screen and (max-width: 1024px) {
  .footer-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-left {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-logo {
  width: 150px;
  max-width: 100%;
}

.footerInfo {
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .footerInfo {
    margin-top: 30px;
    margin-left: 0;
  }
}

.footerInfo_head {
  margin-bottom: 10px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .footerInfo_head {
    margin: 0 auto 30px;
  }
}

.footerInfo_text1 {
  margin-bottom: 10px;
}

.footerInfo_text2 {
  margin-bottom: 10px;
}

.footer_btnWrapper {
  margin: 10px 0;
  text-align: unset;
}
.footer_btnWrapper .btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
}

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

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

.footer-bottom__wrapper {
  text-align: center;
  padding-bottom: 50px;
}

.copyright {
  font-size: 1.2rem;
}

.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  -webkit-mask: url(../img/icon/to-top.svg) no-repeat center center/contain;
          mask: url(../img/icon/to-top.svg) no-repeat center center/contain;
  background-color: #31019c;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .to-top {
    width: 40px;
    height: 40px;
  }
}

/* ===============================================
  page-about
=============================================== */
.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: 1024px) {
  .pageLinkItems {
    gap: 15px;
  }
}
.pageLinkItems li {
  color: #31019c;
  font-size: 1.4rem;
}
.pageLinkItems a {
  display: inline-block;
  padding: 10px 30px 10px 20px;
  border-radius: 5px;
  border: 2px solid #31019c;
  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: #31019c;
}
.pageLinkItems a:hover {
  background-color: #31019c;
  color: #fff;
}
.pageLinkItems a:hover::after {
  background-color: #fff;
}

.history {
  padding: 150px 0 170px;
}
@media screen and (max-width: 1024px) {
  .history {
    padding: 100px 0 100px;
  }
}

.historyContent {
  height: 690px;
  margin-top: 150px;
}
@media screen and (min-width: 1025px) {
  .historyContent {
    background-color: #e9e3eb;
  }
}
@media screen and (max-width: 1024px) {
  .historyContent {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .historyContent_wrapper {
    position: relative;
    height: 400px;
  }
  .historyContent_wrapper figure {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    width: 55%;
    z-index: 10;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .historyContent_wrapper figure {
    width: 80%;
  }
}

.historyContent_left {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .historyContent_left {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .historyContent_right {
    width: 50%;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 80px 30px 65px 90px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 1024px) {
  .historyContent_right {
    margin-top: 30px;
  }
}

.staff {
  padding: 200px 0 250px;
  background-color: #e9e3eb;
  -webkit-clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 calc(100% - 8vw));
          clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 calc(100% - 8vw));
}
@media screen and (max-width: 1024px) {
  .staff {
    padding: 150px 0 180px;
  }
}

.staffContent_wrapper {
  margin-top: 100px;
  padding: 80px 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .staffContent_wrapper {
    padding: 50px 30px;
    margin-top: 50px;
  }
}

.staffContent_centerItem:not(:first-child) {
  margin-top: 20px;
}

.staffContent_head {
  padding-bottom: 5px;
  border-bottom: 1px solid #31019c;
  font-weight: 700;
  font-size: 2rem;
  color: #31019c;
  margin-bottom: 10px;
}

.staffTitle_wrapper {
  background-color: #31019c;
  border-radius: 5px;
}

.staffTitle {
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

.historyContent_center {
  width: 100%;
  position: absolute;
  content: "";
  bottom: -340px;
  background-color: #fff;
  padding: 80px 30px 65px 90px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1100px) {
  .historyContent_center {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .historyContent_center {
    position: initial;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    margin: 50px 0;
  }
}

.historyContent_center table {
  width: 100%;
}

.staffContent_centerItem table {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  margin: 10px 0;
}

.historyContent_center table tr:nth-child(odd),
.staffContent_centerItem table tr:nth-child(odd) {
  background-color: #fdf7ff;
}

.historyContent_center table td,
.staffContent_centerItem table td {
  padding: 4px 4px 4px 0;
}

.historyContent_center table td:nth-child(2n),
.staffContent_centerItem table td:nth-child(2n) {
  padding-left: 20px;
}

.overview {
  padding: 100px 0;
}

.overview_wrapper {
  margin: 30px;
}

.facilityTable {
  margin-top: 50px;
}

.table_facility {
  width: 100%;
}
.table_facility:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .table_facility {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.table_facility table,
.table_facility th,
.table_facility td {
  border: 1px solid #8e9eb8;
  border-collapse: collapse;
}
.table_facility th,
.table_facility td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
  .table_facility th,
  .table_facility td {
    padding: 10px 5px;
  }
}
.table_facility th {
  font-weight: 500;
  color: #31019c;
  width: 30%;
}

.gallery {
  padding: 100px 0;
  background-color: #e9e3eb;
}

.gallery2 {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .gallery2 {
    padding: 0 0 100px;
  }
}

.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: 1024px) {
  .galleryItems {
    gap: 20px;
  }
}

.galleryItem1 {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1024px) {
  .galleryItem1 {
    width: calc((100% - 30px) / 2);
  }
}
.galleryItem1 figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

.galleryItem {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1024px) {
  .galleryItem {
    width: calc((100% - 30px) / 2);
  }
}
.galleryItem figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

.rl-basicgrid-gallery {
  gap: 50px;
}

.rl-gallery-item {
  width: calc((100% - 100px) / 3) !important;
}

.rl-gallery-caption {
  padding: 10px 20px !important;
  background-color: unset !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#4e9ff3), to(#8eefff));
  background-image: linear-gradient(90deg, #4e9ff3, #8eefff);
}

.facility-standards {
  padding: 100px 0;
}
.facility-standards p {
  margin-bottom: 10px;
  margin-top: 50px;
}
.facility-standards__table table {
  background: #fff;
}
.facility-standards__table th,
.facility-standards__table td {
  border: 1px solid #31019c;
  border-collapse: collapse;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .facility-standards__table th,
  .facility-standards__table td {
    display: block;
  }
}
.facility-standards__table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #fdf7ff;
}
@media screen and (max-width: 1024px) {
  .facility-standards__table th {
    border-bottom: none;
    white-space: normal;
  }
}
.facility-standards__table tr:nth-of-type(n + 2) th {
  border-top: none;
}
.facility-standards__table .list-wrapper {
  list-style: none;
}
.facility-standards__table .list-wrapper > li {
  position: relative;
  padding-left: 12px;
}
.facility-standards__table .list-wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #31019c;
  border-radius: 50%;
}
.facility-standards__table td dl {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
  margin-bottom: 10px;
}
.facility-standards__table td dl dt {
  font-weight: 500;
}

/* ===============================================
  page-medical
=============================================== */
.medicalContents {
  margin: 100px 0;
}
@media screen and (max-width: 1024px) {
  .medicalContents {
    margin: 50px 0;
  }
}

.medicalContent_wrapper {
  padding: 50px 0;
}

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

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

.medicalItem_head {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
  background-color: #31019c;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.cataract_btnWrapper {
  margin-top: 50px;
}

.medicalItem_right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .medicalItem_right {
    margin: 20px auto 50px;
    width: 80%;
  }
}

.medicalItem_detail {
  margin-top: 20px;
}

.medicalItem_detail table {
  width: 100%;
  margin: 10px 0;
}

.medicalItem_detail table td {
  background-color: #ede3f0;
  border: solid 1px #fff;
  padding: 4px;
}

.medicalItem_detailHead {
  padding-bottom: 5px;
  border-bottom: 1px solid #31019c;
  margin-bottom: 10px;
}

.symptoms_title {
  color: #31019c;
  font-weight: 700;
}

.newLine {
  padding-top: 10px;
}

.medicalItem_faqHead {
  border-bottom: 1px solid #31019c;
  text-align: center;
}

.medicalItem_faq {
  margin-top: 20px;
}
.medicalItem_faq span {
  font-weight: 700;
}

.medicalItem_faqbody {
  margin-top: 10px;
}

.generalPractice_text {
  position: relative;
  padding-left: 15px;
}
.generalPractice_text::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #31019c;
  border-radius: 50%;
}

/* ===============================================
  page-surgery
=============================================== */
.text {
  text-align: center;
  margin-bottom: 20px;
}

.surgeryContents {
  margin: 100px 0;
}
@media screen and (max-width: 1024px) {
  .surgeryContents {
    margin: 50px 0;
  }
}

.surgeryContent_wrapper {
  padding: 50px 0;
}

.surgeryItem_wrapper {
  display: block;
  margin-top: 50px;
}

.surgeryItem_head {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
  background-color: #31019c;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.surgery_img1 img {
  width: auto;
  display: block;
}

.surgery_img2 img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.surgery_img3 li {
  display: inline-block;
  text-align: center;
}

.surgery_img3 li figure {
  display: inline-block;
  padding-top: 10px;
}

.surgeryItem_detail {
  margin-top: 20px;
}

.surgeryItem_detailHead {
  padding-bottom: 5px;
  border-bottom: 1px solid #31019c;
  margin-bottom: 10px;
}

.surgeryItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .surgeryItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ===============================================
  page-contact-lens
=============================================== */
.contact-lens {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .contact-lens {
    padding: 100px 0;
  }
}

.contact-lens_wrapper {
  display: block;
  margin-top: 50px;
}

.contact-lens_head {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
  background-color: #31019c;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.contact-lensContent {
  padding: 100px 0;
  background-color: #e9e3eb;
  margin-right: 5%;
  margin-top: 100px;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 1024px) {
  .contact-lensContent {
    margin-right: 3%;
    padding: 80px 0;
    margin-top: 50px;
  }
}

.contact-lensContent_wrapper {
  margin-left: 7%;
}
@media screen and (max-width: 1024px) {
  .contact-lensContent_wrapper {
    margin-left: 3%;
  }
}

.contact-lensItems-logo {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .contact-lensItems-logo {
    width: 100%;
  }
}

.contact-lensItem_right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .contact-lensItem_right {
    margin: 20px auto 50px;
    width: 80%;
  }
}

.contact-lensContent_text {
  margin-top: 10px;
}

.eyecan_detail {
  width: auto;
  border: solid 3px #31019c;
  padding: 10px;
  margin-top: 20px;
}

.contact-lensItem_wrapper:not(:first-child) {
  margin-top: 50px;
}

.contact-lensItem_head {
  padding: 0 0 5px 20px;
  color: #31019c;
  font-weight: 700;
  border-bottom: 1px solid #31019c;
}

.contact-lens_detail table {
  border-radius: 10px;
  background-color: #fff;
  margin: 10px 0;
}

.contact-lens_detail table td {
  padding: 15px;
}

/* ===============================================
  page-access
=============================================== */
.access {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .access {
    padding: 100px 0;
  }
}

.accessContent {
  margin-top: 150px;
  margin-right: 0;
  margin-left: 5%;
  padding: 100px 0;
  border-radius: 15px 0 0 15px;
  background-color: #e9e3eb;
}
@media screen and (max-width: 1024px) {
  .accessContent {
    margin-left: 3%;
    margin-top: 100px;
  }
}

.accessContent .accessContent_wrapper:nth-child(2) {
  margin-top: 50px;
}

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

.accessContent_Item {
  width: 100%;
}

.photoText {
  text-align: center;
}

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

/* ===============================================
  page-daycare
=============================================== */
.daycareContent {
  padding: 200px 0 150px;
  border-bottom: 4px solid #00bfff;
  -o-border-image: linear-gradient(to right, #4e9ff3, #8eefff);
     border-image: -webkit-gradient(linear, left top, right top, from(#4e9ff3), to(#8eefff));
     border-image: linear-gradient(to right, #4e9ff3, #8eefff);
  border-image-slice: 1;
}
.daycareContent .sectionTitle {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .daycareContent {
    padding: 100px 0;
  }
}

.daycareFeature {
  background: transparent url(../img//cl_4.webp) no-repeat left top/cover;
}

.daycareTitle_fontSmall {
  font-size: 2rem;
}

.daycareItem_wrapper {
  margin-top: 100px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .daycareItem_wrapper {
    padding: 30px;
    margin-top: 50px;
  }
}

.daycareItem_head {
  text-align: center;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #31019c;
  font-size: 2rem;
  margin-bottom: 40px;
}

.dayCareFeature_bodyWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dayCareFeature_text {
  position: relative;
  padding: 20px 0 20px 80px;
}
.dayCareFeature_text::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dcf_text1::before {
  background: transparent url(../img/icon//no1.webp) no-repeat center center/contain;
}

.dcf_text2::before {
  background: transparent url(../img/icon//no2.webp) no-repeat center center/contain;
}

.dcf_text3::before {
  background: transparent url(../img/icon//no3.webp) no-repeat center center/contain;
}

.daycarePoint {
  background: transparent url(../img//cl_11.webp) no-repeat left top/cover;
}

.daycareDetail {
  padding: 100px 0 0;
  border-bottom: unset;
}

.daycareDetailItem {
  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;
  padding: 50px 0 100px;
}
@media screen and (max-width: 1024px) {
  .daycareDetailItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 50px;
  }
}

.daycareDetailItem_left {
  width: 280px;
  text-align: right;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .daycareDetailItem_left {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.daycareDetailItem_right {
  padding: 20px 0 20px 50px;
  width: 420px;
  border-left: 2px solid #31019c;
}
@media screen and (max-width: 1024px) {
  .daycareDetailItem_right {
    border-top: 2px solid #31019c;
    border-left: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 50px;
  }
}

.daycareContact {
  padding: 150px 0;
  background: url(../img/cl_1.webp) no-repeat top center/cover;
}

.daycareContact_wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .daycareContact_wrapper {
    padding: 30px;
  }
}

.daycareContact_sectionTitle {
  font-size: min(6vw, 3rem);
}

.daycareDetailItem_title {
  font-size: 2.2rem;
}

.daycareTel {
  text-align: center;
  margin-top: 20px;
  font-size: min(7vw, 3rem);
}

.daycareDate table,
.daycareDate th,
.daycareDate td {
  border: 1px solid #333;
  border-collapse: collapse;
}
.daycareDate th,
.daycareDate td {
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .daycareDate th,
  .daycareDate td {
    padding: 1.5vw 3vw;
  }
}
.daycareDate th {
  background-color: #eef4f7;
}

.daycareSchedule th,
.daycareSchedule td {
  padding: 10px 0;
}
.daycareSchedule th {
  text-align: center;
  display: inline-block;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .daycareSchedule th {
    margin-right: 30px;
  }
}

/* ===============================================
  page-patient
=============================================== */
.visitor {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .visitor {
    padding: 100px 0;
  }
}

.visitorContent {
  padding: 100px 0;
  background-color: #e9e3eb;
  margin-right: 5%;
  margin-top: 100px;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 1024px) {
  .visitorContent {
    margin-right: 3%;
    padding: 80px 0;
    margin-top: 50px;
  }
}

.visitorContent2 {
  margin-top: 150px;
  margin-right: 0;
  margin-left: 5%;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 1024px) {
  .visitorContent2 {
    margin-left: 3%;
    margin-top: 100px;
  }
}

.visitorContent_wrapper {
  margin-left: 7%;
}
@media screen and (max-width: 1024px) {
  .visitorContent_wrapper {
    margin-left: 3%;
  }
}

.visitorContent_wrapper2 {
  margin-left: 0;
  margin-right: 7%;
}
@media screen and (max-width: 1024px) {
  .visitorContent_wrapper2 {
    margin-right: 3%;
  }
}

.visitorItems {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .visitorItems {
    margin-top: 50px;
  }
}

.visitorItem_wrapper:not(:first-child) {
  margin-top: 50px;
}

.visitorContent_left {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .visitorContent_left {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .visitorContent_right {
    width: 50%;
    position: absolute;
    content: "";
    right: 0;
    bottom: -50px;
    background-color: #fff;
    padding: 80px 30px 65px 90px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
}

.visitorContent_title {
  text-align: center;
  padding: 10px 0;
  background-color: #31019c;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.visitorContent_text {
  margin-top: 50px;
}

.visitorItem_head {
  padding: 0 0 5px 20px;
  color: #31019c;
  font-weight: 700;
  border-bottom: 1px solid #31019c;
}

.visitorItem_body {
  padding: 10px 0 0 20px;
}

.visitorItem_wrapper text {
  padding-top: 20px;
}

.visitorItemBelongings_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .visitorItemBelongings_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;
  }
}

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

.visitorItem_right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .visitorItem_right {
    width: 80%;
    margin-top: 30px;
  }
}

.belongings_head {
  padding: 10px 0;
  border: 1px solid deepskyblue;
  color: deepskyblue;
}

.belongings_required {
  border: 1px solid orangered;
  color: orangered;
}

.plusImage {
  height: 50px;
  width: 50px;
  padding: 50px 0;
  margin: 50px auto 0;
  background: transparent url(../img/icon/plus-icon.webp) no-repeat center center/contain;
}

.belongings_body {
  margin-top: 20px;
}
.belongings_body li {
  font-size: 1.8rem;
  font-weight: 700;
}

.belongings_bodyText {
  font-size: 1.8rem;
  font-weight: 700;
}

/* ===============================================
  page-recruit
=============================================== */
.recruitMessage,
.recruitVoice {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .recruitMessage,
  .recruitVoice {
    padding: 100px 0;
  }
}

.recruitMessage .recruitItem_wrapper {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .recruitMessage .recruitItem_wrapper {
    width: 100%;
  }
}

.recruitVoice {
  background-color: #e9e3eb;
}

.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: 1024px) {
  .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: 1024px) {
  .recruitVoice_left {
    width: 100%;
  }
}

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

.recruitment {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .recruitment {
    padding: 100px 0;
  }
}

.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: #e9e3eb;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .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: #ede3f0;
}
.recruitItem td {
  width: 70%;
  background-color: #f8f8f8;
}

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

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

.news-body {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .news-body {
    margin-top: 50px;
  }
}

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

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

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

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

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

.notFound-head {
  font-size: 120px;
  font-weight: 700;
  color: #dff1fd;
  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;
}

/* ===============================================
  icon
=============================================== */
.tel-icon {
  position: relative;
  padding-left: 35px;
}
.tel-icon::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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: #31019c;
}

.header-icon {
  position: relative;
  padding-top: 35px;
}
.header-icon::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-icon::after {
  background: transparent url(../img/icon/about.svg) no-repeat center center/contain;
}

.medical-icon::after {
  background: transparent url(../img/icon/medical.svg) no-repeat center center/contain;
}

.surgery-icon::after {
  background: transparent url(../img/icon/surgery.svg) no-repeat center center/contain;
}

.contact-lens-icon::after {
  background: transparent url(../img/icon/contact-lens.svg) no-repeat center center/contain;
}

.access-icon::after {
  background: transparent url(../img/icon/access.svg) no-repeat center center/contain;
}

.news-icon::after {
  background: transparent url(../img/icon/news.svg) no-repeat center center/contain;
}

.section-title_icon {
  position: relative;
  padding-top: 60px;
}
.section-title_icon::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}