@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 18px;
}

body {
  background-color: #fff;
  color: #5C5C5C;
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  min-height: 100svh;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  overflow: hidden;
}
main {
  flex-grow: 1;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 599.999px;
  max-width: 33.3333333333rem;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.l-pager {
  margin-bottom: 32px;
  margin-bottom: 1.7777777778rem;
  margin-top: 32px;
  margin-top: 1.7777777778rem;
}

.l-post-connect {
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.c-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12.999px;
  gap: 0.7222222222rem;
  padding: 16px 0 16px 19.999px;
  padding: 0.8888888889rem 0 0.8888888889rem 1.1111111111rem;
}

.c-breadcrumb a {
  align-items: center;
  color: #3D78A8;
  display: inline-flex;
}

.c-breadcrumb span {
  align-items: center;
  display: inline-flex;
}

.c-breadcrumb .pager-right {
  height: 10px;
  height: 0.5555555556rem;
  width: 10px;
  width: 0.5555555556rem;
}

.breadcrumb-home {
  align-items: center;
  display: inline-flex;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.breadcrumb-home:hover {
  opacity: 0.8;
}

.breadcrumb-home-icon {
  height: 16px;
  height: 0.8888888889rem;
  width: 16px;
  width: 0.8888888889rem;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.c-btn {
  align-items: center;
  background: linear-gradient(78deg, #FF9436 0%, rgba(232, 192, 60, 0.9) 52%, rgba(255, 216, 138, 0.5) 100%);
  border-radius: 90px;
  color: #fff;
  display: inline-block;
  display: flex;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  justify-content: center;
  min-width: 199.999px;
  min-width: 11.1111111111rem;
  padding: 7.999px 19.999px;
  padding: 0.4444444444rem 1.1111111111rem;
  transition: 0.3s;
  width: 100%;
}

.c-btn::after {
  background-image: url(../../assets/images/common/arrow-g.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 37px;
  height: 2.0555555556rem;
  margin-left: 16px;
  margin-left: 0.8888888889rem;
  transition: opacity 0.3s;
  transition: transform 0.3s;
  width: 37px;
  width: 2.0555555556rem;
}

.c-btn:hover {
  -webkit-text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}

.c-btn:hover::after {
  transform: translateX(5px);
}

.c-btn--blue {
  background: linear-gradient(73deg, #3D78A8 0%, #509C90 100%);
  color: #fff;
  opacity: 0.7;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn--general-green {
  background: linear-gradient(90deg, rgba(0, 177, 0, 0.8) 0%, rgba(217, 255, 183, 0.8) 100%);
}

.c-title {
  color: black;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
}

.page-fv {
  background-image: url(../../assets/images/common/pageFv.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 2%;
  margin-top: 100px;
  margin-top: 5.5555555556rem;
  padding-bottom: 39.999px;
  padding-bottom: 2.2222222222rem;
  padding-top: 39.999px;
  padding-top: 2.2222222222rem;
}

.page-fv__title-text {
  color: #fff;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.page-fv__title-text span {
  display: block;
  font-size: 12px;
  font-size: 0.6666666667rem;
}

.page-news {
  padding-bottom: 39.999px;
  padding-bottom: 2.2222222222rem;
  padding-top: 39.999px;
  padding-top: 2.2222222222rem;
  position: relative;
}

.page-news::after {
  background-color: #f6fafd;
  bottom: 0;
  content: "";
  display: block;
  height: 150%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.page-news__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 0.8888888889rem;
}

.page-news-list__item a {
  background-color: #fff;
  border-radius: 1.6666666667rem;
  display: block;
  flex-direction: column;
  padding: 19.999px 0;
  padding: 1.1111111111rem 0;
  padding-left: 19.999px;
  padding-left: 1.1111111111rem;
}

.page-news-list__item-meta {
  align-items: center;
  display: flex;
}

.page-news-list__item-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 7.999px;
  gap: 0.4444444444rem;
  margin-left: 30px;
  margin-left: 1.6666666667rem;
}

.page-news-list__item-date {
  color: #414845;
  font-size: 14.999px;
  font-size: 0.8333333333rem;
  line-height: 1;
}

.page-news-list__item-category {
  border-radius: 0.5555555556rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1;
  margin-left: 0;
  min-width: 79.999px;
  min-width: 4.4444444444rem;
  padding: 5px;
  padding: 0.2777777778rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.page-news-list__item-title {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.6666666667rem;
}

.page-ophthalmology-faq {
  background-color: #95C8F2;
  padding-bottom: 50px;
  padding-bottom: 2.7777777778rem;
  padding-top: 50px;
  padding-top: 2.7777777778rem;
}

.page-ophthalmology-faq .page-ophthalmology-faq__container {
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
}

.page-ophthalmology-faq .p-faq-list__item {
  border-radius: 3.3333333333rem;
}

.green-bg {
  position: relative;
}

.ophthalmology-contact {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  max-width: 874.999px;
  max-width: 48.6111111111rem;
}

.ophthalmology-contact.ophthalmology-contact--small {
  gap: 19.999px;
  gap: 1.1111111111rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-top: 2.6666666667rem;
  max-width: 80%;
}

.ophthalmology-contact__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ophthalmology-contact--small .ophthalmology-contact__content {
  gap: 30px;
  gap: 1.6666666667rem;
  justify-content: center;
}

.ophthalmology-contact__title {
  color: #0197AE;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  font-weight: 700;
}

.ophthalmology-contact__title--black {
  color: #5C5C5C;
}

.ophthalmology-contact__tel {
  align-items: center;
  background-color: #fff;
  display: flex;
  gap: 16px;
  gap: 0.8888888889rem;
  padding: 16px 34.999px;
  padding: 0.8888888889rem 1.9444444444rem;
}

.ophthalmology-contact__tel--transparent {
  background-color: transparent;
  display: inline-flex;
  gap: 7.999px;
  gap: 0.4444444444rem;
  padding: 0;
}

.ophthalmology-contact__tel-icon {
  height: 23.999px;
  height: 1.3333333333rem;
  width: 23.999px;
  width: 1.3333333333rem;
}

.ophthalmology-contact__tel-icon--small {
  height: 18px;
  height: 1rem;
  width: 18px;
  width: 1rem;
}

.ophthalmology-contact__tel-text {
  color: #ECB24F;
  font-family: "Rounded M+ 1c", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
}

.ophthalmology-contact__tel-text--small {
  font-size: 23.999px;
  font-size: 1.3333333333rem;
}

.p-404 {
  padding-bottom: 100px;
  padding-bottom: 5.5555555556rem;
  padding-top: 100px;
  padding-top: 5.5555555556rem;
}

.p-404__title {
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  text-align: center;
}

.p-404__btn {
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

#gastroenterology,
#general-medicine,
#ophthalmology,
#ophthalmology-visit,
#pharmacy,
#page-ophthalmology-faq,
#top-faq,
#common,
#access,
#illness-types,
#examination-methods,
#endoscope-examination,
#self-pay,
#gastroscopy-camera {
  scroll-margin-top: 2.2222222222rem;
}

.p-anchor-list {
  border: 1px solid #A0A5A4;
  border-radius: 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  max-width: 95%;
}

.p-anchor-list--gastroenterolog {
  grid-template-columns: repeat(5, 1fr);
}

.p-anchor-list--service {
  grid-template-columns: repeat(5, 1fr);
}

.p-anchor-list__item a {
  border: 1px solid transparent;
  color: #A0A5A4;
  display: block;
  font-size: 10px;
  font-size: 0.5555555556rem;
  font-weight: 500;
  padding: 9px 0;
  padding: 0.5rem 0;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.p-anchor-list__item:not(:first-child) a {
  border-left: 1px solid #A0A5A4;
}

.p-anchor-list__item a:hover {
  background-color: #FF9436;
  border: 1px solid #FF9436;
  color: #fff;
}

.p-anchor-list__item:first-child a {
  border-radius: 90px 0 0 90px;
}

.p-anchor-list__item:last-child a {
  border-radius: 0 90px 90px 0;
}

.p-anchor-list__item:first-child a:hover {
  border-radius: 90px 0 0 90px;
}

.p-anchor-list__item:last-child a:hover {
  border-radius: 0 90px 90px 0;
}

.p-contact__head {
  width: 250px;
  width: 13.8888888889rem;
}

.p-contact__item {
  margin-top: 5.999px;
  margin-top: 0.3333333333rem;
}

.p-contact__item-example {
  color: gray;
  margin-top: 5.999px;
  margin-top: 0.3333333333rem;
}

.p-contact__required {
  color: red;
  padding-left: 1em;
}

.p-contact__policy,
.p-contact__content,
.p-contact__btn {
  margin: 23.999px 0;
  margin: 1.3333333333rem 0;
}

.p-contact__policy-link {
  color: blue;
  transition: all 0.3s;
}

.p-contact__btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-contact__btn {
  display: inline-block;
  text-align: center;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea,
.p-contact__item-select {
  background: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin: 0;
  outline: none;
  padding: 0.8em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.p-contact__item-text:focus,
.p-contact__item-tel:focus,
.p-contact__item-email:focus,
.p-contact__item-textarea:focus,
.p-contact__item-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  outline: none;
}

.p-contact__item-textarea {
  height: 200px;
  overflow: auto;
  resize: none;
}

.p-contact__item-message {
  white-space: pre-wrap;
}

.p-contact__item-select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1em;
  color: inherit;
  padding-right: 3em;
}

.p-contact__item-select:invalid {
  color: rgba(0, 0, 0, 0.32);
}

.p-contact__item-select select::-ms-expand {
  display: none;
}

.p-contact__item-radio input[type=radio],
.p-contact__item-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__item-radio input[type=radio] + span,
.p-contact__item-checkbox input[type=checkbox] + span {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 0.8888888889rem;
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
}

.p-contact__item-radio input[type=radio]:focus + span,
.p-contact__item-checkbox input[type=checkbox]:focus + span {
  opacity: 0.7;
}

.p-contact__item-radio input[type=radio] + span::before,
.p-contact__item-checkbox input[type=checkbox] + span::before {
  background: white;
  border: 1px solid black;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::before {
  background: #333;
}

.p-contact__item-radio input[type=radio]:checked + span::before {
  background: white;
}

.p-contact__item-radio input[type=radio] + span::before {
  border-radius: 50%;
}

.p-contact__item-radio input[type=radio] + span::after {
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  padding: 0.125em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 0.5em;
}

.p-contact__item-checkbox input[type=checkbox] + span::after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  content: "";
  display: block;
  height: 0.35em;
  left: 0.15em;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 0.8em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::after,
.p-contact__item-radio input[type=radio]:checked + span::after {
  opacity: 1;
}

/* button */
.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  background: rgba(0, 0, 0, 0.32);
  color: #333;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  font-size: 0.8888888889rem;
  transition: all 0.3s;
}

.p-contact__btn input[type=submit]:hover,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:focus {
  opacity: 0.7;
  outline: none;
}

.p-contact__item,
.p-contact__btn-submit {
  min-width: 149.999px;
  min-width: 8.3333333333rem;
}

.wpcf7-spinner {
  position: absolute;
}

.p-faq-top {
  padding-bottom: 59.999px;
  padding-bottom: 3.3333333333rem;
  padding-top: 59.999px;
  padding-top: 3.3333333333rem;
}

.p-faq__container {
  background-color: #f7f9fb;
  border-radius: 30px;
  box-shadow: 5px 5px 0 0 rgba(132, 150, 165, 0.2);
  margin-top: 59.999px;
  margin-top: 3.3333333333rem;
  padding-bottom: 32px;
  padding-bottom: 1.7777777778rem;
  padding-top: 32px;
  padding-top: 1.7777777778rem;
}

.p-faq__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.p-faq-list__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2.2222222222rem 0 rgba(0, 0, 0, 0.05);
}

.p-faq-list__item + .p-faq-list__item {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}

.p-faq-list__item-question {
  cursor: pointer;
  font-size: 14.999px;
  font-size: 0.8333333333rem;
  font-weight: 500;
  padding: 32px 50px 32px 50px;
  padding: 1.7777777778rem 2.7777777778rem 1.7777777778rem 2.7777777778rem;
  position: relative;
  text-indent: -19.999px;
  text-indent: -1.1111111111rem;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
  background: #58877F;
  content: "";
  height: 1.999px;
  height: 0.1111111111rem;
  position: absolute;
  right: 10px;
  right: 0.5555555556rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 18px;
  width: 1rem;
}

.p-faq-list__item-question::after {
  transform: rotate(90deg);
}

.p-faq-list__item-question.is-open::after {
  transform: rotate(0deg);
}

.p-faq-list__item-question span {
  color: #58877F;
  display: inline-block;
  font-family: "Varela Round", sans-serif;
  margin-right: 19.999px;
  margin-right: 1.1111111111rem;
}

.p-faq-list__item-answer {
  display: none;
  font-size: 14.999px;
  font-size: 0.8333333333rem;
  font-weight: 500;
  padding: 14.999px 30px 14.999px 59.999px;
  padding: 0.8333333333rem 1.6666666667rem 0.8333333333rem 3.3333333333rem;
  position: relative;
  text-indent: -19.999px;
  text-indent: -1.1111111111rem;
}

.p-faq-list__item-answer:before {
  background-color: #999999;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  width: 90%;
}

.p-faq-list__item-answer span {
  color: #58877F;
  display: inline-block;
  font-family: "Varela Round", sans-serif;
  margin-right: 19.999px;
  margin-right: 1.1111111111rem;
}

.p-footer__inner {
  padding-bottom: 59.999px;
  padding-bottom: 3.3333333333rem;
  padding-top: 39.999px;
  padding-top: 2.2222222222rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-footer__logo {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 239.999px;
  max-width: 13.3333333333rem;
  max-width: 318px;
  max-width: 17.6666666667rem;
  text-align: center;
}

.p-footer__logo-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p-footer__logo-link img {
  aspect-ratio: 495/69;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.6666666667rem;
  margin-top: 27px;
  margin-top: 1.5rem;
  padding-bottom: 149.999px;
  padding-bottom: 8.3333333333rem;
  position: relative;
}

.p-footer__content::before {
  background-image: url("../../assets/images/common/illust01.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 174.999px;
  height: 9.7222222222rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 304px;
  width: 16.8888888889rem;
  z-index: 1;
}

.p-footer__nav {
  order: 2;
}

.p-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 7.999px;
  gap: 0.4444444444rem;
}

.p-footer__nav-item a {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-footer__nav-item--has-children .p-footer__nav-toggle {
  color: #5C5C5C;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.p-footer__nav-item--has-children.is-open .p-footer__nav-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-footer__nav-sublist {
  display: none;
  margin-top: 12px;
  margin-top: 0.6666666667rem;
}

.p-footer__nav-item--has-children.is-open .p-footer__nav-sublist {
  display: block;
}

.p-footer__nav-subitem {
  margin-bottom: 7.999px;
  margin-bottom: 0.4444444444rem;
}

.p-footer__nav-subitem:last-child {
  margin-bottom: 0;
}

.p-footer__nav-subitem a {
  color: #5C5C5C;
  -webkit-text-decoration: none;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 1.5;
  text-decoration: none;
}

.p-footer__contact {
  display: flex;
  flex-direction: column;
  line-height: 1;
  order: 1;
  text-align: center;
}

.p-footer__phone {
  align-items: center;
  display: flex;
  font-weight: 800;
  gap: 7.999px;
  gap: 0.4444444444rem;
  justify-content: center;
}

.p-footer__phone-icon {
  height: 19.999px;
  height: 1.1111111111rem;
  width: 19.999px;
  width: 1.1111111111rem;
}

.p-footer__phone-number {
  color: #EAA133;
  font-family: "Rounded M+ 1c", sans-serif;
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 800;
}

.p-footer__hours {
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-footer__hours span {
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin-left: 3.999px;
  margin-left: 0.2222222222rem;
}

.p-footer__copyright {
  padding: 16px 0;
  padding: 0.8888888889rem 0;
  text-align: center;
}

.p-footer__copyright small {
  color: #CACACA;
  font-size: 12.999px;
  font-size: 0.7222222222rem;
}

.p-pagetop {
  align-items: center;
  bottom: 19.999px;
  bottom: 1.1111111111rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 3.999px;
  gap: 0.2222222222rem;
  height: 70px;
  height: 3.8888888889rem;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 19.999px;
  right: 1.1111111111rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 70px;
  width: 3.8888888889rem;
  z-index: 1000;
}

.p-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-pagetop__icon img {
  height: 48px;
  height: 2.6666666667rem;
  width: 48px;
  width: 2.6666666667rem;
}

.p-pagetop__text {
  color: #6FB9AC;
  font-family: "Rounded M+ 1c", sans-serif;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 700;
  line-height: 1;
  line-height: 2;
}

.layout-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.header {
  background-color: #fff;
  height: 100px;
  height: 5.5555555556rem;
  opacity: 0.8;
}

.header.is-open {
  opacity: 1;
}

.header__inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding: 0 14.999px;
  padding: 0 0.8333333333rem;
}

.header__logo {
  height: inherit;
  max-width: 255px;
  max-width: 14.1666666667rem;
  width: 100%;
}

.header__logo a {
  align-items: center;
  display: flex;
  height: inherit;
}

.header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  display: none;
  height: inherit;
}

.header__nav-list {
  display: flex;
  height: 50%;
}

.header__nav-list--above {
  align-items: center;
  justify-content: flex-end;
}

.header__nav-item {
  height: 100%;
}

.header__nav-item--blue {
  background: linear-gradient(73deg, #3D78A8 0%, #509C90 100%);
  border-radius: 90px;
  width: -moz-fit-content;
  width: fit-content;
}

.header__nav-item a {
  align-items: center;
  display: flex;
  font-size: 14.999px;
  font-size: 0.8333333333rem;
  font-weight: 500;
  height: 100%;
  line-height: 1;
  padding: 0 10px;
  padding: 0 0.5555555556rem;
}

.header__nav-item--blue {
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 0;
  padding: 0.5555555556rem 0;
}

.header__nav-item--blue a {
  color: #fff;
  display: grid;
  grid-template-areas: "icon text01" "icon text02";
  grid-column-gap: 1.1111111111rem;
  -moz-column-gap: 1.1111111111rem;
       column-gap: 1.1111111111rem;
  grid-row-gap: 5px;
  grid-template-columns: 0.2fr 1fr;
  padding: 0 39.999px 0px 19.999px;
  padding: 0 2.2222222222rem 0rem 1.1111111111rem;
  row-gap: 5px;
  row-gap: 0.2777777778rem;
  text-align: center;
}

.header__nav-item--ophthalmology a {
  grid-template-areas: "icon text01";
  -moz-column-gap: 0.5555555556rem;
       column-gap: 0.5555555556rem;
}

.header__nav-item--blue a::before {
  border-right: 1.999px solid #fff;
  border-right: 0.1111111111rem solid #fff;
  border-top: 1.999px solid #fff;
  border-top: 0.1111111111rem solid #fff;
  content: "";
  height: 7.999px;
  height: 0.4444444444rem;
  position: absolute;
  right: 19.999px;
  right: 1.1111111111rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 7.999px;
  width: 0.4444444444rem;
}

.header__nav-item--yellow {
  background: #fad02c;
  border-radius: 5rem;
}

.header__nav-item--yellow a::before {
  border-right: 1.999px solid #fff;
  border-right: 0.1111111111rem solid #fff;
  border-top: 1.999px solid #fff;
  border-top: 0.1111111111rem solid #fff;
  content: "";
  height: 7.999px;
  height: 0.4444444444rem;
  position: absolute;
  right: 19.999px;
  right: 1.1111111111rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 7.999px;
  width: 0.4444444444rem;
}

.header__nav-item--yellow a span {
  font-size: 14px;
  font-size: 0.7777777778rem;
}

.header__nav-item--phone a {
  align-items: center;
  color: #ecb24f;
  font-family: "Rounded M+ 1c", sans-serif;
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  gap: 14.999px;
  gap: 0.8333333333rem;
}

.header__nav-item-icon {
  height: 25px;
  height: 1.3888888889rem;
  width: 25px;
  width: 1.3888888889rem;
}

.header__nav-item--blue a span:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: icon;
  height: 25px;
  height: 1.3888888889rem;
  text-align: center;
  width: 25px;
  width: 1.3888888889rem;
}

.header__nav-item--blue a span:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
  grid-area: text01;
}

.header__nav-item--ophthalmology a span:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 400;
  grid-area: text01;
}

.header__nav-item--blue a span:nth-of-type(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  grid-area: text02;
}

.header__hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 39.999px;
  width: 2.2222222222rem;
  z-index: 999;
}

.header__hamburger span {
  background: linear-gradient(73deg, #3D78A8 0%, #509C90 100%);
  border-radius: 90px;
  display: block;
  height: 3px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 28px;
  width: 1.5555555556rem;
}

.header__hamburger span:nth-of-type(1) {
  top: -7.999px;
  top: -0.4444444444rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 7.999px;
  top: 0.4444444444rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -7px;
  top: -0.3888888889rem;
  transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  background-color: #f6f8e3;
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 79.999px 0;
  padding: 4.4444444444rem 0;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-nav {
  margin: auto;
  width: 95%;
}

.header__drawer-item:nth-child(2) {
  margin-top: 61.999px;
  margin-top: 3.4444444444rem;
}

.header__drawer-item a {
  display: block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 14.999px 0;
  padding: 0.8333333333rem 0;
  text-align: center;
}

.header__drawer-item--cta a {
  color: #ecb24f;
  font-family: "Rounded M+ 1c", sans-serif;
  font-size: 32px;
  font-size: 1.7777777778rem;
  font-weight: 700;
}

.header__drawer-item-wrapper {
  align-items: center;
  background-color: #fff8cf;
  border: 1px solid #8ef066;
  border-radius: 0.5555555556rem;
  display: flex;
  flex-direction: column;
  gap: 7.999px;
  gap: 0.4444444444rem;
  justify-content: center;
}

.header__drawer-item-tel {
  align-items: center;
  display: flex;
  gap: 7.999px;
  gap: 0.4444444444rem;
  justify-content: center;
}

.header__drawer-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 225px;
  max-width: 12.5rem;
}

.header__drawer-item-icon {
  display: inline-block;
}

.header__drawer-item-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 225px;
  max-width: 12.5rem;
}

.p-modal {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.p-modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-modal__overlay {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-modal__content {
  position: relative;
  width: 90%;
}

.p-modal__close {
  align-items: center;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  height: 39.999px;
  height: 2.2222222222rem;
  justify-content: center;
  position: absolute;
  right: 14.999px;
  right: 0.8333333333rem;
  top: 14.999px;
  top: 0.8333333333rem;
  width: 39.999px;
  width: 2.2222222222rem;
  z-index: 10;
}
.p-modal__close .p-modal__close-line {
  background-color: #5C5C5C;
  height: 1.999px;
  height: 0.1111111111rem;
  position: absolute;
  transform: rotate(45deg);
  width: 19.999px;
  width: 1.1111111111rem;
}

.p-modal__close-line:nth-child(2) {
  transform: rotate(-45deg);
}

.p-modal__inner {
  background-image: url("../../assets/images/modal/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 59.999px 19.999px 39.999px;
  padding: 3.3333333333rem 1.1111111111rem 2.2222222222rem;
}

.p-modal__logo {
  margin-left: auto;
  margin-right: auto;
  width: 199.999px;
  width: 11.1111111111rem;
}

.p-modal__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 19.999px;
  gap: 19.999px;
  gap: 1.1111111111rem;
}

.p-modal__card-link {
  display: block;
  -webkit-text-decoration: none;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-modal__card-link:hover {
  opacity: 0.8;
}

.p-pager-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 1.7777777778rem;
  max-width: 442px;
  max-width: 24.5555555556rem;
}

.p-pager-list__btn a {
  color: #3D78A8;
  display: inline-block;
  padding: 10px 20px;
}

.p-pager-list__btn img {
  height: 12.999px;
  height: 0.7222222222rem;
  width: 14.999px;
  width: 0.8333333333rem;
}

.p-pager {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-pager__container {
  align-items: center;
  display: flex;
  gap: 7.999px;
  gap: 0.4444444444rem;
}

.p-pager__nav {
  align-items: center;
  background: #fff;
  border: 2px solid transparent;
  border: 1px solid #509C90;
  border-radius: 50%;
  color: #509C90;
  display: flex;
  height: 39.999px;
  height: 2.2222222222rem;
  justify-content: center;
  width: 39.999px;
  width: 2.2222222222rem;
  -webkit-text-decoration: none;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-pager__nav:hover {
  opacity: 0.8;
}
.p-pager__nav span {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1;
}

.p-pager__numbers {
  align-items: center;
  display: flex;
  gap: 7.999px;
  gap: 0.4444444444rem;
}

.p-pager__number {
  align-items: center;
  background: #fff;
  border: 1px solid #509C90;
  border-radius: 50%;
  color: #509C90;
  display: flex;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  height: 39.999px;
  height: 2.2222222222rem;
  justify-content: center;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
  width: 39.999px;
  width: 2.2222222222rem;
}

.p-pager__number:hover {
  opacity: 0.8;
}

.p-pager__number--current {
  background: linear-gradient(73deg, #3D78A8 0%, #509C90 100%);
  color: #fff;
}

.p-pager__dots {
  color: #5C5C5C;
  font-weight: 500;
  padding: 0 3.999px;
  padding: 0 0.2222222222rem;
}

.p-pager__nav-arrow {
  display: inline-block;
  height: 10px;
  position: relative;
  width: 5px;
}

.p-pager__nav-arrow-next::before,
.p-pager__nav-arrow-next::after {
  background-color: #509C90;
  border-radius: 9999px;
  content: "";
  height: 1.5px;
  position: absolute;
  right: -2px;
  top: 50%;
  transform-origin: 100% 50%;
  width: 10px;
}

.p-pager__nav-arrow-next::before {
  transform: rotate(45deg);
}

.p-pager__nav-arrow-next::after {
  transform: rotate(-45deg);
}

.p-pager__nav-arrow-prev::before,
.p-pager__nav-arrow-prev::after {
  background-color: #509C90;
  border-radius: 9999px;
  content: "";
  height: 1.5px;
  left: -2px;
  position: absolute;
  top: 50%;
  transform-origin: 0.5px 50%;
  width: 10px;
}

.p-pager__nav-arrow-prev::before {
  transform: rotate(45deg);
}

.p-pager__nav-arrow-prev::after {
  transform: rotate(-45deg);
}

.p-post-article__wrap {
  margin-left: auto;
  margin-right: auto;
}

.p-post-article__inner.l-inner {
  margin-top: 32px;
  margin-top: 1.7777777778rem;
}

.p-post-article__title {
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  padding-left: 41px;
  padding-left: 2.2777777778rem;
  position: relative;
}

.p-post-article__title::before {
  background: linear-gradient(73deg, #3D78A8 0%, #509C90 100%);
  border-radius: 100%;
  content: "";
  height: 25px;
  height: 1.3888888889rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  width: 1.3888888889rem;
}

.p-post-article__info {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}

.p-post-article__category {
  align-items: center;
  display: flex;
  gap: 5px;
  gap: 0.2777777778rem;
  justify-content: center;
}

.p-post-article__category li {
  border: 1px solid #3D78A8;
  color: #3D78A8;
  padding: 5px;
  padding: 0.2777777778rem;
}

.p-post-article__box {
  margin: 115.2px auto 0;
  margin: 6.4rem auto 0;
}

.p-post-article__content {
  background-color: #fff;
  padding: 19.999px 23px 0;
  padding: 1.1111111111rem 1.2777777778rem 0;
  width: 100%;
}

.p-post-article__content-wrap {
  margin: auto;
  padding-bottom: 30px;
  padding-bottom: 1.6666666667rem;
  width: 100%;
}

.p-post-article__contents {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}

.p-post-article__main-img img {
  border-radius: 1.1111111111rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-article__category {
  letter-spacing: 0;
}

.p-post-article__data {
  font-size: 21px;
  font-size: 1.1666666667rem;
  letter-spacing: 0.05em;
  margin-left: auto;
  text-align: right;
}

.p-post-article__content h2 {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  margin: 30px 0 14.999px;
  margin: 1.6666666667rem 0 0.8333333333rem;
  padding: 5px 10px 5px 0;
  padding: 0.2777777778rem 0.5555555556rem 0.2777777778rem 0;
}

.p-post-article__contents h3 {
  border-left: 0.5em solid #3D78A8;
  color: #3D78A8;
  font-size: 28px;
  font-size: 1.5555555556rem;
  margin: 30px 0 14.999px;
  margin: 1.6666666667rem 0 0.8333333333rem;
  padding-left: 10px;
  padding-left: 0.5555555556rem;
}

.p-post-article__contents h4 {
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  margin: 10px 0;
  margin: 0.5555555556rem 0;
}

.p-post-article__contents h5 {
  border-bottom: 2px solid #3D78A8;
  border-top: 2px solid #3D78A8;
  color: #3D78A8;
  display: inline-block;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  margin: 10px 0;
  margin: 0.5555555556rem 0;
  padding: 1.999px 12.499px;
  padding: 0.1111111111rem 0.6944444444rem;
}

.p-post-article__contents p {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
}

.p-post-article__contents a {
  color: #3D78A8;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-post-article__contents img {
  margin: 10px 0;
  margin: 0.5555555556rem 0;
}

.p-post-article__contents figure {
  margin: 10px 0;
  margin: 0.5555555556rem 0;
}

.p-post-article__contents figcaption {
  font-size: 12px;
  font-size: 0.6666666667rem;
  margin: 10px 0;
  margin: 0.5555555556rem 0;
}

.p-post-card__img {
  aspect-ratio: 400/300;
  width: 100%;
}

.p-post-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-card__body {
  position: relative;
}

.p-post-card__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 7.999px 0;
  padding: 0.4444444444rem 0;
}

.p-post-card__category li {
  border: 1px solid #3D78A8;
  color: #3D78A8;
  padding: 5px;
  padding: 0.2777777778rem;
}

.p-post-card__new {
  background-color: #fff;
  border: 1px solid #3D78A8;
  color: #3D78A8;
  left: 0;
  padding: 5px 10px;
  padding: 0.2777777778rem 0.5555555556rem;
  position: absolute;
  top: 0;
}

.p-post-connect__title {
  color: #3D78A8;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
}

.p-post-connect__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 2.7777777778rem;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.p-post-list {
  position: relative;
}

.p-post-list__wrap {
  margin: 32px 0;
  margin: 1.7777777778rem 0;
}

.p-post-list__title {
  color: #3D78A8;
  font-size: 48px;
  font-size: 2.6666666667rem;
}

.p-post-list__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 2.7777777778rem;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.p-post-list__cards {
  margin-top: 48px;
  margin-top: 2.6666666667rem;
}

.p-post-list__btn {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  text-align: center;
}

.p-top-access-pharmacy__container {
  margin-top: 72px;
  margin-top: 4rem;
  padding-bottom: 43.999px;
  padding-bottom: 2.4444444444rem;
  padding-top: 43.999px;
  padding-top: 2.4444444444rem;
  position: relative;
}

.p-top-access-pharmacy__container::before {
  background-image: url(../../assets/images/top/topBg05SP.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-top-access {
  padding-top: 57px;
  padding-top: 3.1666666667rem;
}

.p-top-access__container {
  display: flex;
  flex-direction: column;
  gap: 14.999px;
  gap: 0.8333333333rem;
  margin-top: 59.999px;
  margin-top: 3.3333333333rem;
}

.p-top-access__info-list {
  background-color: #fff;
  border-radius: 1.1111111111rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 0.6666666667rem;
  padding: 32px 16px;
  padding: 1.7777777778rem 0.8888888889rem;
}

.p-top-access__info-item {
  align-items: baseline;
  display: flex;
  gap: 34.999px;
  gap: 1.9444444444rem;
  gap: 23.999px;
  gap: 1.3333333333rem;
  justify-content: flex-start;
}

.p-top-access__info-item:first-child {
  flex-direction: column;
}

.p-top-access__info-label {
  background-color: #3D78A8;
  border-radius: 5rem;
  color: #fff;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  height: -moz-min-content;
  height: min-content;
  min-width: 79.999px;
  min-width: 4.4444444444rem;
  padding: 3px 10px;
  padding: 0.1666666667rem 0.5555555556rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.p-top-access__info-text {
  font-size: 16px;
  font-size: 0.8888888889rem;
}

.p-top-access__info-figure {
  margin-top: 16px;
  margin-top: 0.8888888889rem;
  width: 100%;
  width: 345.999px;
  width: 19.2222222222rem;
}

.p-top-access__info-figure img {
  aspect-ratio: 346/296;
}

.p-top-access__info-map {
  height: 450px;
  height: 25rem;
  width: 100%;
}

.p-top-access__info-btn a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #54AEA0;
  border-radius: 5rem;
  color: #54AEA0;
  display: flex;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  gap: 7.999px;
  gap: 0.4444444444rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
  padding: 7.999px 39px 7.999px 19px;
  padding: 0.4444444444rem 2.1666666667rem 0.4444444444rem 1.0555555556rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-access__info-btn-icon {
  height: 10.999px;
  height: 0.6111111111rem;
  width: 10.999px;
  width: 0.6111111111rem;
}

.p-top-department {
  padding-bottom: 59.999px;
  padding-bottom: 3.3333333333rem;
  padding-top: 95.999px;
  padding-top: 5.3333333333rem;
}

.p-top-department {
  position: relative;
}

.p-top-department::before {
  background-image: url(../../assets/images/top/topBg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-top-department::after {
  aspect-ratio: 150/461;
  background-image: url(../../assets/images/top/topBg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 91%;
  width: 100%;
  z-index: -1;
}

.p-top-department__main-wrapper {
  margin-top: 48px;
  margin-top: 2.6666666667rem;
}

.p-top-department__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.5555555556rem;
  justify-content: center;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  z-index: 1;
}

.p-top-department__list-item {
  width: calc(50% - 0.2777777778rem);
}

.p-top-department__tab {
  background-color: #C9C9C9;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 5px;
  padding: 0.2777777778rem;
  text-align: center;
  width: 100%;
}

.p-top-department__list .p-top-department__tab[data-department=gastro].is-active,
.p-top-department__list .p-top-department__tab[data-department=gastro][aria-selected=true] {
  background-color: rgba(255, 166, 0, 0.7);
}

.p-top-department__list .p-top-department__tab[data-department=lifestyle].is-active,
.p-top-department__list .p-top-department__tab[data-department=lifestyle][aria-selected=true] {
  background-color: #8EF066;
}

.p-top-department__list .p-top-department__tab[data-department=general].is-active,
.p-top-department__list .p-top-department__tab[data-department=general][aria-selected=true] {
  background-color: #8EF066;
}

.p-top-department__panel[hidden] {
  display: none;
}

.p-top-department__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 23.999px;
  gap: 23.999px;
  gap: 1.3333333333rem;
}

.p-top-department__image {
  display: flex;
  flex-direction: column;
  gap: 19.999px;
  gap: 1.1111111111rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.p-top-department__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 23.999px;
  gap: 1.3333333333rem;
  justify-content: center;
}

.p-top-department__text-title {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.p-top-department__text-title--orange {
  color: #FF9436;
}

.p-top-department__text-description {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-top-department__symptom-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 9px;
  gap: 9px;
  gap: 0.5rem;
  margin-top: 37px;
  margin-top: 2.0555555556rem;
  max-width: 100%;
  min-width: 115px;
  min-width: 6.3888888889rem;
}

.p-top-department__symptom-item {
  align-items: center;
  background-color: #fff;
  border: 3px solid #ffd391;
  border-radius: 0.5555555556rem;
  display: flex;
  display: flex;
  gap: 12.999px;
  gap: 0.7222222222rem;
  min-height: 100px;
  min-height: 5.5555555556rem;
  padding: 10px;
  padding: 0.5555555556rem;
  width: 100%;
}

.p-top-department__symptom-item figure {
  max-width: 66px;
  max-width: 3.6666666667rem;
}

.p-top-department__symptom-text {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
}

.p-top-department__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 23.999px;
  margin-top: 1.3333333333rem;
}

.p-top-fv {
  background-image: url(../../assets/images/top/fvBg.png);
  min-height: 743px;
  min-height: 41.2777777778rem;
  padding: 100px 0;
  padding: 5.5555555556rem 0;
  position: relative;
}

.p-top-fv::before {
  background-image: url(../../assets/images/top/fvBg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 50%;
  position: absolute;
  right: 0;
  width: 50%;
}

.p-top-fv__container {
  align-items: center;
  display: grid;
  grid-template-areas: "title" "main-image" "sub-image" "illustration";
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-top: 2rem;
  max-width: 95%;
}

.p-top-fv__main-image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  align-items: center;
  display: flex;
  grid-area: main-image;
  justify-content: center;
  max-width: 85%;
}

.p-top-fv__text-area {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}

.page-about-doctor__content > .p-top-fv__text-area {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page-recruit__summary > .p-top-fv__text-area {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-top-fv__text {
  color: #5C5C5C;
  font-size: 25px;
  font-size: 1.3888888889rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-top-fv__cta {
  background-color: #fff;
  border: 2px solid #EAA133;
  border-radius: 100px;
  display: inline-block;
  overflow: hidden;
  padding: 0 19.999px;
  padding: 0 1.1111111111rem;
  position: relative;
}

.p-top-fv__cta::before {
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
  /* アニメーションの動作指定 */
  animation-name: shine-run; /* アニメーション名の指定 */
  animation-timing-function: ease-in;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  content: ""; /* 文字は表示しないので中身無しを指定 */
  display: block; /* 形式はblock */
  height: 50px; /* 縦幅 */
  left: -60px; /* ボタン左上を基準に左へ60pxの位置 */
  position: absolute; /* ボタンの位置を基準に絶対値指定する */
  top: -60px; /* ボタン左上を基準に上へ60pxの位置 */
  /* 背景色は透明から白になるグラデーション */
  width: 50px; /* 横幅 */
  /* アニメーションの無限繰り返しの指定 */
}

@keyframes shine-run {
  0% {
    /* アニメ開始時は大きさ0、50度の傾き */
    opacity: 0;
    transform: scale(0) rotate(50deg);
    /* アニメ開始時は全透過 */
  }
  40% {
    /* 40%まで進む間に大きさを等倍に。傾きは50度のまま*/
    opacity: 1;
    transform: scale(1) rotate(50deg);
    /* 透過しない（しっかり表示される）ように1を設定 */
  }
  100% {
    /* 最後は元の大きさの250倍になるようにする。傾きは50度のまま*/
    opacity: 0;
    transform: scale(250) rotate(50deg);
    /* 全透過になるようにして、徐々に消えるような変化を付ける */
  }
}
.p-top-fv__cta-text {
  color: #EAA133;
  font-size: 32px;
  font-size: 1.7777777778rem;
  font-weight: 600;
  padding: 0 10px;
  padding: 0 0.5555555556rem;
}

.p-top-fv__cta-arrow {
  color: #EAA133;
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 700;
}

.p-top-fv__sub-images {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  align-items: baseline;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  gap: 0.5555555556rem;
  grid-area: sub-image;
  justify-content: center;
  margin-left: auto;
  max-width: 50%;
  transform: translateY(-80px);
}

.p-top-fv__sub-image {
  display: inline-block;
}

.p-top-fv__sub-image:nth-child(1) {
  transform: translateY(-20px);
}

.p-top-fv__illustration {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: -79.999px;
  margin-top: -4.4444444444rem;
  text-align: center;
}

.p-top-fv__illustration-image {
  max-width: 100%;
}

.p-top-fv__en {
  bottom: 0;
  color: #fff;
  font-size: clamp(25.884px, 1.44px + 2.83vw, 47.25px);
  font-size: clamp(1.438rem, 0.08rem + 2.83vw, 2.625rem);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-top-contact {
  margin-top: -70px;
  margin-top: -3.8888888889rem;
  position: relative;
  z-index: 10;
}

.p-top-contact a {
  color: #ECB24F;
  font-family: "Rounded M+ 1c", sans-serif;
  font-size: 32px;
  font-size: 1.7777777778rem;
  font-weight: 700;
}

.p-top-contact__wrapper {
  align-items: center;
  background-color: #FFF8CF;
  border: 1px solid #8EF066;
  border-radius: 0.5555555556rem;
  display: flex;
  flex-direction: column;
  gap: 7.999px;
  gap: 0.4444444444rem;
  justify-content: center;
  padding-bottom: 10px;
  padding-bottom: 0.5555555556rem;
}

.p-top-contact__tel {
  align-items: center;
  display: flex;
  gap: 7.999px;
  gap: 0.4444444444rem;
  justify-content: center;
}

.p-top-contact__icon {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 30px;
  max-width: 1.6666666667rem;
}

.p-top-contact__btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 225px;
  max-width: 12.5rem;
}

.p-top-gallery__inner {
  margin: 5% 5% 0 5%;
}

.p-top-gallery .splide__slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-gallery .splide__slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .splide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-gallery .swiper-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery .slick-track {
  display: block;
  width: 100%;
}

.p-top-gallery .slick-slide {
  aspect-ratio: 600/300;
  display: block;
  margin: 0 5px;
  width: 100%;
}

.p-top-gallery .slick-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .slick-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-hours-time-table {
  border-collapse: collapse;
  display: table;
  margin-top: 10.999px;
  margin-top: 0.6111111111rem;
  width: 100%;
}

.p-top-hours-time-table th:first-child,
.p-top-hours-time-table td:first-child {
  min-width: 120px;
  min-width: 6.6666666667rem;
  width: 43%;
}

.p-top-hours-time-table tr {
  border-bottom: 1px solid #9ED4CC;
}

.p-top-hours-time-table th,
.p-top-hours-time-table td {
  border: 1px solid #9ED4CC;
  font-weight: 500;
  line-height: 1;
  padding: 10px 7px;
  padding: 0.5555555556rem 0.3888888889rem;
  text-align: center;
}

.p-top-hours-time-table td {
  background-color: #fff;
}

.p-top-hours-time-table th {
  background-color: #FF9436;
  color: #fff;
  font-size: 12px;
  font-size: 0.6666666667rem;
}

.p-top-hours-time-table-blue th {
  background-color: #3D78A8;
}

.p-top-hours-time-table td {
  color: #FF9436;
  font-size: 12px;
  font-size: 0.6666666667rem;
}

.p-top-hours-time-table-blue td {
  color: #3D78A8;
}

.p-top-hours-time-table .p-top-hours-time-table__detail {
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  letter-spacing: 0;
}

.p-top-hours-time-table-blue .p-top-hours-time-table__detail {
  color: #414845;
}

.p-top-hours {
  padding-bottom: 59.999px;
  padding-bottom: 3.3333333333rem;
}

.p-top-hours__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 0.8888888889rem;
  margin-top: 48px;
  margin-top: 2.6666666667rem;
}

.p-top-hours__Internal,
.p-top-hours__Ophthalmology {
  width: 100%;
}

.p-top-hours__title {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  text-align: center;
}

.p-top-hours__title-orange {
  color: #FF9436;
}

.p-top-hours__title-orange p {
  color: #414845;
  display: block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 700;
}

.p-top-hours__title-orange span {
  display: inline-block;
  font-family: "Varela Round", sans-serif;
}

.p-top-hours__title-blue {
  color: #3D78A8;
}

.p-top-hours__title-blue:not(:first-child) {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}

.p-top-hours__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  gap: 0.2777777778rem;
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}

.p-top-hours__item {
  font-size: 14px;
  font-size: 0.7777777778rem;
}

.p-top-hours__item a {
  display: inline-block;
}

.p-top-hours__item:last-child {
  line-height: 1.7;
  margin-top: 12px;
  margin-top: 0.6666666667rem;
}

.p-top-inspection {
  padding-bottom: 59.999px;
  padding-bottom: 3.3333333333rem;
}

.p-top-inspection__container {
  display: grid;
}

.p-top-inspection__item {
  padding: 39.999px 19.999px;
  padding: 2.2222222222rem 1.1111111111rem;
  position: relative;
}

.p-top-inspection__item--orange {
  background: linear-gradient(78deg, #FF9436 0%, rgba(232, 192, 60, 0.9) 52%, rgba(255, 216, 138, 0.5) 100%);
  border-radius: 1.6666666667rem 1.6666666667rem 0 0;
}

.p-top-inspection__item--orange::before {
  background-image: url("../images/top/topBg03.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 500px;
  height: 27.7777777778rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 270px;
  width: 15rem;
  z-index: 1;
}

.p-top-inspection__item--blue {
  background: linear-gradient(73deg, #e8f4ff 0%, #3d78a8 52%, #3d78a8 100%);
  border-radius: 1.6666666667rem 1.6666666667rem 0 0;
  margin-top: -39.999px;
  margin-top: -2.2222222222rem;
  padding: 39.999px 19.999px 0px 19.999px;
  padding: 2.2222222222rem 1.1111111111rem 0rem 1.1111111111rem;
}

.p-top-inspection__item--blue::before {
  background-image: url("../images/top/topBg04.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  opacity: 0.3;
  position: absolute;
  right: 20%;
  top: 0;
  width: 199.999px;
  width: 11.1111111111rem;
  z-index: 1;
}

.p-top-inspection__item--blue .p-top-inspection__text-area {
  grid-row: 1;
}

.p-top-inspection__item--blue .p-top-inspection__illustration {
  grid-row: 2;
}

.p-top-inspection__content {
  display: grid;
  position: relative;
  z-index: 2;
  grid-gap: 30px;
  gap: 30px;
  gap: 1.6666666667rem;
}

.p-top-inspection__text-area {
  display: grid;
  margin-bottom: auto;
}

.p-top-inspection__subtitle {
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 400;
  opacity: 0.8;
}

.p-top-inspection__title {
  color: #fff;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-top-inspection__description {
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.p-top-inspection__buttons {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  gap: 0.5555555556rem;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-top: 1.3888888889rem;
  width: 80%;
}

.p-top-inspection__button-single {
  display: grid;
}

.p-top-inspection__btn {
  align-items: center;
  border-radius: 1.6666666667rem;
  display: flex;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 500;
  gap: 7.999px;
  gap: 0.4444444444rem;
  justify-content: space-between;
  transition: opacity 0.3s ease;
}

.p-top-inspection__btn-text {
  align-items: center;
  background-color: #fff;
  border: 3px solid #ffa723;
  border-radius: 0 90px 90px 0;
  display: flex;
  justify-content: center;
  margin-left: -19.999px;
  margin-left: -1.1111111111rem;
  margin-left: auto;
  margin-right: auto;
  padding: 7.999px 16px;
  padding: 0.4444444444rem 0.8888888889rem;
  position: relative;
  width: 100%;
  z-index: -1;
}

.p-top-inspection__btn-content {
  align-items: center;
  display: flex;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  width: 100%;
}

.p-top-inspection__btn-content--ophthalmology {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-top: 0.5555555556rem;
  width: 80%;
}

.p-top-inspection__btn-content--gastroscopy .p-top-inspection__btn-text {
  margin-left: -19.999px;
  margin-left: -1.1111111111rem;
}

.p-top-inspection__btn-content--ophthalmology .p-top-inspection__btn-text {
  border: none;
  border-radius: 90px;
  color: #3d78a8;
  padding: 19.999px 16px;
  padding: 1.1111111111rem 0.8888888889rem;
}

.p-top-inspection__btn-arrow {
  align-items: center;
  color: #6FB9AC;
  display: flex;
  font-size: 14px;
  font-size: 0.7777777778rem;
  height: 19.999px;
  height: 1.1111111111rem;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 19.999px;
  width: 1.1111111111rem;
}

.p-top-inspection__btn-icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 68px;
  height: 3.7777777778rem;
  justify-content: center;
  width: 68px;
  width: 3.7777777778rem;
}

.p-top-inspection__illustration {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
  max-width: 10.5555555556rem;
  transform: translateY(0.9444444444rem);
}

.p-top-mv-slick {
  background: black;
}

.p-top-mv-slick__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-slick .slick-track {
  display: block;
  width: 100%;
}

.p-top-mv-slick .slick-slide {
  aspect-ratio: 600/300;
  display: block;
  margin: 0 5px;
  width: 100%;
}

.p-top-mv-slick .slick-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-slick .slick-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-splide__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-splide .splide__slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-mv-splide .splide__slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-splide .splide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-swiper__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-swiper .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-mv-swiper .swiper-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-swiper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-swiper .swiper-button-prev,
.p-top-mv-swiper .swiper-button-next {
  text-rendering: initial;
}

.p-top-news {
  position: relative;
}

.p-top-news .section-title {
  max-width: 1078px;
  max-width: 59.8888888889rem;
  text-align: center;
}

.p-top-news .l-inner {
  padding-bottom: 39.999px;
  padding-bottom: 2.2222222222rem;
  padding-top: 48px;
  padding-top: 2.6666666667rem;
  position: relative;
}

.p-top-news .l-inner::before {
  background-image: url(../../assets/images/top/topBg06.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-top-news__container {
  display: grid;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  grid-gap: 30px;
  gap: 30px;
  gap: 1.6666666667rem;
}

.p-top-news__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7.999px;
  gap: 7.999px;
  gap: 0.4444444444rem;
}

.p-top-news__tab {
  background: #fff;
  border-radius: 90px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 500;
  font-weight: 700;
  line-height: 1;
  min-height: 48.999px;
  min-height: 2.7222222222rem;
  padding: 10px 12px;
  padding: 0.5555555556rem 0.6666666667rem;
  text-align: center;
  transition: all 0.3s ease;
}

.p-top-news__tab:first-child {
  border: 1px solid #54aea0;
  color: #54aea0;
}

.p-top-news__tab:nth-child(2) {
  border: 1px solid #FF9436;
  color: #FF9436;
}

.p-top-news__tab:nth-child(3) {
  border: 1px solid #3D78A8;
  color: #3D78A8;
}

.p-top-news__tab.is-active {
  color: #fff;
}

.p-top-news__tab:first-child.is-active {
  background: #54aea0;
}

.p-top-news__tab:nth-child(2).is-active {
  background: #FF9436;
}

.p-top-news__tab:nth-child(3).is-active {
  background: #3D78A8;
}

.p-top-news__list {
  display: grid;
  grid-gap: 0;
  gap: 0;
}

.p-top-news__item {
  display: grid;
}

.p-top-news__item.is-hidden {
  display: none;
}

.p-top-news__item a {
  align-items: center;
  color: #5C5C5C;
  display: block;
  display: flex;
  gap: 14.999px;
  gap: 0.8333333333rem;
  padding: 5px 0;
  padding: 0.2777777778rem 0;
}

.p-top-news__item-meta {
  align-items: center;
  display: flex;
  gap: 14.999px;
  gap: 0.8333333333rem;
}

.p-top-news__item--important .p-top-news__item-meta {
  justify-content: flex-start;
}

.p-top-news__item-date {
  flex-shrink: 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1;
  min-width: 90px;
  min-width: 5rem;
}

.p-top-news__item-categories {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 7.999px;
  gap: 0.4444444444rem;
  min-width: 90px;
  min-width: 5rem;
}

.p-top-news__item-category {
  background-color: #C9C9C9;
  border-radius: 0.2222222222rem;
  color: #fff;
  font-size: 7.999px;
  font-size: 0.4444444444rem;
  font-weight: 500;
  line-height: 1;
  padding: 3.999px 7.999px;
  padding: 0.2222222222rem 0.4444444444rem;
}

.p-top-news__item-title {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-top-news__no-posts {
  color: #5C5C5C;
  font-size: 16px;
  font-size: 0.8888888889rem;
  padding: 39.999px 0;
  padding: 2.2222222222rem 0;
  text-align: center;
}

.p-top-news__all-posts {
  display: none;
}

.p-top-news__btn {
  margin-top: 50px;
  margin-top: 2.7777777778rem;
}

.p-top-news__btn a {
  font-size: 18px;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.p-top-pharmacy {
  padding-top: 59.999px;
  padding-top: 3.3333333333rem;
}

.p-top-pharmacy__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  gap: 1.7777777778rem;
  justify-content: center;
  margin-top: 32px;
  margin-top: 1.7777777778rem;
}

.p-top-pharmacy__map {
  width: 100%;
}

.p-top-pharmacy__map iframe {
  aspect-ratio: 611/462;
  height: 100%;
  -o-object-fit: cover;
  border-radius: 1.1111111111rem;
     object-fit: cover;
}

.p-top-pharmacy__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 0.8888888889rem;
}

.p-top-pharmacy__list-item {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
}

.p-top-pharmacy__list-item span {
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  text-indent: 1em;
}

.p-top-post__inner {
  margin: 5% 5% 0 5%;
}

.p-top-post .splide__slide {
  display: block;
  width: 100%;
}

.p-top-post .splide__slide a {
  aspect-ratio: 600/400;
  display: block;
}

.p-top-post .splide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .splide__pagination {
  bottom: -2em;
}

.p-top-post .splide__pagination__page.is-active {
  background-color: blue;
}

.p-top-post .swiper {
  padding-bottom: 20px;
}

.p-top-post .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-post .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .swiper-pagination {
  bottom: 0;
}

.p-top-post .swiper-button-prev,
.p-top-post .swiper-button-next {
  text-rendering: initial;
}

.p-top-post .slick-track {
  display: block;
  width: 100%;
}

.p-top-post .slick-slide {
  display: block;
  height: 100%;
  margin: 0 5px;
  width: 100%;
}

.p-top-post .slick-slide img {
  aspect-ratio: 600/300;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .slick-next,
.p-top-post .slick-prev {
  background: gray;
}

.p-top-works {
  padding-bottom: 50px;
  padding-bottom: 2.7777777778rem;
}

.p-top-works__inner {
  margin: 5% 5% 0 5%;
}

.p-top-works .splide__slide {
  display: block;
  width: 100%;
}

.p-top-works .splide__slide a {
  aspect-ratio: 600/400;
  display: block;
}

.p-top-works .splide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .splide__pagination {
  bottom: -2em;
}

.p-top-works .splide__pagination__page.is-active {
  background-color: blue;
}

.p-top-works .swiper {
  padding-bottom: 20px;
}

.p-top-works .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-works .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .swiper-pagination {
  bottom: 0;
}

.p-top-works .swiper-button-prev,
.p-top-works .swiper-button-next {
  text-rendering: initial;
}

.p-top-works .slick-track {
  display: block;
  width: 100%;
}

.p-top-works .slick-slide {
  display: block;
  height: 100%;
  margin: 0 5px;
  width: 100%;
}

.p-top-works .slick-slide img {
  aspect-ratio: 600/300;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .slick-next,
.p-top-works .slick-prev {
  background: gray;
}

.page-about-doctor {
  padding-bottom: 50px;
  padding-bottom: 2.7777777778rem;
  padding-top: 50px;
  padding-top: 2.7777777778rem;
}

.page-about-doctor .l-inner {
  max-width: 1299.999px;
  max-width: 72.2222222222rem;
}

.page-about-doctor .section-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}

.page-about-doctor__content {
  display: grid;
  grid-template-areas: "title" "image" "text";
  grid-row-gap: 30px;
  row-gap: 30px;
  row-gap: 1.6666666667rem;
}

.page-about-doctor__image-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  align-items: center;
  display: flex;
  grid-area: image;
  justify-content: center;
}

.page-recruit__summary > .page-about-doctor__image-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.page-service__content--gastroenterology > .page-about-doctor__image-wrapper, .page-service__content--ophthalmology > .page-about-doctor__image-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--general-medicine > .page-about-doctor__image-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--self-pay > .page-about-doctor__image-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--ophthalmology-visit > .page-about-doctor__image-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-about-doctor__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.page-about-doctor__text-wrapper {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: text;
}

.page-recruit__summary > .page-about-doctor__text-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--gastroenterology > .page-about-doctor__text-wrapper, .page-service__content--ophthalmology > .page-about-doctor__text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content--general-medicine > .page-about-doctor__text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content--self-pay > .page-about-doctor__text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content--ophthalmology-visit > .page-about-doctor__text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-about-doctor__text {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 2;
}

.page-about-history {
  padding-bottom: 59.999px;
  padding-bottom: 3.3333333333rem;
}

.page-about-history .section-title {
  text-align: center;
}

.page-about-history__list {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  max-width: 799.999px;
  max-width: 44.4444444444rem;
}

.page-about-history__list-item {
  border-top: 1px solid #CCF2E4;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  padding: 10px 0px;
  padding: 0.5555555556rem 0rem;
}

.page-about-history__list-item:last-child {
  border-bottom: 1px solid #CCF2E4;
}

.page-about-history__list-item span {
  width: 259.999px;
  width: 14.4444444444rem;
}

.page-about-history__box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 0.8888888889rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
}

.page-about-history__box-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-about-history__list-note-item-label {
  background-color: #FF9436;
  border-radius: 5rem;
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 10px;
  padding: 0.2777777778rem 0.5555555556rem;
  text-align: center;
}

.page-about-history-box__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.5555555556rem;
  margin-top: 14.999px;
  margin-top: 0.8333333333rem;
}

.page-about-history-box__list-item {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
}

.page-about-overview {
  padding-bottom: 59.999px;
  padding-bottom: 3.3333333333rem;
}

.page-about-overview .l-inner {
  max-width: 1072.999px;
  max-width: 59.6111111111rem;
  padding-bottom: 50px;
  padding-bottom: 2.7777777778rem;
  padding-top: 50px;
  padding-top: 2.7777777778rem;
  position: relative;
}

.page-about-overview .l-inner::before {
  background-image: url(../../assets/images/about/aboutBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3.3333333333rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.page-about-overview__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-top: 1rem;
  max-width: 849.999px;
  max-width: 47.2222222222rem;
}

.page-about-overview__info {
  background-color: #fff;
  border-radius: 1.1111111111rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 0.8888888889rem;
  padding: 30px 16px 30px 16px;
  padding: 1.6666666667rem 0.8888888889rem 1.6666666667rem 0.8888888889rem;
}

.page-about-overview__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 286.999px;
  max-width: 15.9444444444rem;
}

.page-about-overview__image img {
  aspect-ratio: 287/268;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about-overview__list-item {
  display: flex;
  gap: 16px;
  gap: 0.8888888889rem;
}

.page-about-overview__list-item-title {
  border-top: 2px solid #5C5C5C;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  padding: 10px 0px;
  padding: 0.5555555556rem 0rem;
  width: 73.999px;
  width: 4.1111111111rem;
}

.page-about-overview__list-item-text {
  border-top: 1px solid #5C5C5C;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  padding: 10px 0px;
  padding: 0.5555555556rem 0rem;
  width: 100%;
}

.page-about-overview__list-item:last-child .page-about-overview__list-item-title {
  border-bottom: 2px solid #5C5C5C;
}

.page-about-overview__list-item:last-child .page-about-overview__list-item-text {
  border-bottom: 1px solid #5C5C5C;
}

.page-about-overview__info-map {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 1.7777777778rem;
  max-width: 849.999px;
  max-width: 47.2222222222rem;
  width: 100%;
}

.page-about-overview__info-map iframe {
  aspect-ratio: 850/580;
  border-radius: 1.1111111111rem;
  width: 100%;
}

.page-about-overview__info-btn a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #54AEA0;
  border-radius: 5rem;
  color: #54AEA0;
  display: flex;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  gap: 7.999px;
  gap: 0.4444444444rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
  padding: 7.999px 39px 7.999px 19px;
  padding: 0.4444444444rem 2.1666666667rem 0.4444444444rem 1.0555555556rem;
  width: -moz-fit-content;
  width: fit-content;
}

.page-about-overview__info-btn-icon {
  height: 10.999px;
  height: 0.6111111111rem;
  width: 10.999px;
  width: 0.6111111111rem;
}

.page-gastroenterology-camera {
  background-color: #FFF8CF;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  padding-bottom: 39.999px;
  padding-bottom: 2.2222222222rem;
  padding-top: 79.999px;
  padding-top: 4.4444444444rem;
}

.page-gastroenterology-camera__title-wrapper {
  background-color: #fff;
  border-radius: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  padding: 0.5555555556rem 0;
}

.page-gastroenterology-camera--endoscope {
  background-color: #fff;
  padding-bottom: 79.999px;
  padding-bottom: 4.4444444444rem;
}

.page-gastroenterology-camera__title-wrapper--endoscope {
  background-color: #F4F7F7;
}

.page-gastroenterology-camera__description {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  letter-spacing: -0.1em;
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  text-align: left;
}

.page-gastroenterology-camera__description span {
  color: #ED1A3D;
}

.page-gastroenterology-common {
  padding-top: 79.999px;
  padding-top: 4.4444444444rem;
  position: relative;
}

.page-gastroenterology-common::before {
  background-image: url(../../assets/images/gastroenterology/bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 140px;
  height: 7.7777777778rem;
  position: absolute;
  right: 19.999px;
  right: 1.1111111111rem;
  top: 154px;
  top: 8.5555555556rem;
  width: 100px;
  width: 5.5555555556rem;
}

.page-gastroenterology-common__image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  max-width: 160px;
  max-width: 8.8888888889rem;
}

.page-gastroenterology-common__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.8888888889rem;
  -moz-column-gap: 0.8888888889rem;
       column-gap: 0.8888888889rem;
  grid-row-gap: 23.999px;
  row-gap: 23.999px;
  row-gap: 1.3333333333rem;
}

.page-gastroenterology-common__list-item {
  align-items: center;
  background-color: #FFD75D;
  border-radius: 0.8888888889rem;
  display: flex;
  gap: 5px;
  gap: 0.2777777778rem;
  padding: 30px 16px;
  padding: 1.6666666667rem 0.8888888889rem;
}

.page-gastroenterology-common__list-item-icon {
  flex-shrink: 0;
  height: 39.999px;
  height: 2.2222222222rem;
  width: 39.999px;
  width: 2.2222222222rem;
}

.page-gastroenterology-common__list-item-text {
  color: #fff;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 700;
}

.page-gastroenterology-echo {
  background-color: #FFD18C;
  border-radius: 5rem 5rem 0 0;
  padding-bottom: 79.999px;
  padding-bottom: 4.4444444444rem;
  padding-top: 79.999px;
  padding-top: 4.4444444444rem;
}

.page-gastroenterology-echo .l-inner {
  position: relative;
}

.page-gastroenterology-echo .l-inner::before {
  background-image: url(../../assets/images/gastroenterology/bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}

.page-gastroenterology-echo__title-wrapper {
  background-color: #fff;
  border-radius: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  padding: 0.5555555556rem 0;
}

.page-gastroenterology-echo__container {
  display: flex;
  flex-direction: column;
  gap: 23.999px;
  gap: 1.3333333333rem;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
}

.page-gastroenterology-echo__image {
  margin-left: auto;
  margin-right: auto;
}

.page-gastroenterology-echo__text {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
}

.page-gastroenterology-echo__text span {
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.page-gastroenterology-flow__inner {
  display: flex;
  gap: 10px;
  gap: 0.5555555556rem;
  justify-content: flex-end;
}

.page-gastroenterology-flow__title {
  background-color: #FFB840;
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 50% 99%, 0% 98%);
  color: #fff;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  padding: 30px 10px 10px 10px;
  padding: 1.6666666667rem 0.5555555556rem 0.5555555556rem 0.5555555556rem;
  text-align: center;
  transform: translateY(1.3888888889rem);
  writing-mode: vertical-rl;
}

.page-gastroenterology-flow-list {
  counter-reset: number;
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}

.page-gastroenterology-flow-list__item {
  background-color: #fff;
  border: 1px solid #54AEA0;
  border: 0.0555555556rem solid #54AEA0;
  border-radius: 0.5555555556rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-gastroenterology-flow-list__item + .page-gastroenterology-flow-list__item {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}

.page-gastroenterology-flow-list__item-number {
  align-items: center;
  background-color: #fff;
  border-radius: 0.5555555556rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-top: 0.5555555556rem;
  position: relative;
  width: 84.999px;
  width: 4.7222222222rem;
}

.page-gastroenterology-flow-list__item-number::before {
  color: #D6D6D6;
  content: "STEP";
  counter-increment: number;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1;
  margin-bottom: 1.999px;
  margin-bottom: 0.1111111111rem;
}

.page-gastroenterology-flow-list__item-number::after {
  color: #D6D6D6;
  content: counter(number, decimal-leading-zero);
  font-family: "Rounded M+ 1c", sans-serif;
  font-size: 32px;
  font-size: 1.7777777778rem;
  font-weight: 700;
  line-height: 1;
}

.page-gastroenterology-flow-list__item-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 10px 19.999px 10px 19.999px;
  padding: 0.5555555556rem 1.1111111111rem 0.5555555556rem 1.1111111111rem;
}

.page-gastroenterology-flow-list__item-title {
  align-items: center;
  border-bottom: 1px solid #54AEA0;
  border-bottom: 0.0555555556rem solid #54AEA0;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.7;
  padding-bottom: 10px;
  padding-bottom: 0.5555555556rem;
  text-align: center;
}

.page-gastroenterology-flow-list__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 7.999px;
  gap: 0.4444444444rem;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.page-gastroenterology-flow-list__item-text {
  border-left: 1px solid #54AEA0;
  border-left: 0.0555555556rem solid #54AEA0;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 16px;
  padding-left: 0.8888888889rem;
}

.page-gastroenterology-flow-list__text {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
}

.page-gastroenterology-flow-list__text--light {
  font-weight: 400;
}

.page-gastroenterology-method {
  padding-top: 79.999px;
  padding-top: 4.4444444444rem;
}

.page-gastroenterology-method__text {
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin-top: 23.999px;
  margin-top: 1.3333333333rem;
  text-align: center;
}

.page-gastroenterology-method__list {
  display: flex;
  gap: 10px;
  gap: 0.5555555556rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  max-width: 80%;
  padding-bottom: 30px;
  padding-bottom: 1.6666666667rem;
  position: relative;
}

.page-gastroenterology-method__list::before {
  background-color: #FFB840;
  border-radius: 0.5555555556rem;
  bottom: 0;
  content: "";
  display: block;
  height: 70%;
  left: 0;
  margin-left: calc(50% - 43vw);
  margin-right: calc(50% - 43vw);
  position: absolute;
  width: 86vw;
  z-index: -1;
}

.page-gastroenterology-method__list-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  gap: 0.8888888889rem;
}

.page-gastroenterology-method__list-item img {
  border-radius: 0.5555555556rem;
}

.page-gastroenterology-method__list-item-text {
  color: #fff;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
  text-align: center;
}

.page-gastroenterology-method__list-item-text span {
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
}

.page-gastroenterology-table__title {
  color: #5C5C5C;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.page-gastroenterology-table__wrapper {
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
}

.page-gastroenterology-table__container {
  margin-top: 16px;
  margin-top: 0.8888888889rem;
  overflow-x: auto;
}

.page-gastroenterology-table {
  border-collapse: separate;
  border-spacing: 5px;
  border-spacing: 0.2777777778rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  table-layout: fixed;
  width: 100%;
}

.page-gastroenterology-table__row--total .page-gastroenterology-table__cell--header {
  background: #FF9436;
  color: #fff;
  font-weight: 700;
}

.page-gastroenterology-table__row--total .page-gastroenterology-table__cell:not(.page-gastroenterology-table__cell--header) {
  background: #fff;
  color: #5C5C5C;
  font-weight: 700;
}

.page-gastroenterology-table__cell {
  background-color: #fff;
  display: table-cell;
  font-weight: 700;
  padding: 12px 16px;
  padding: 0.6666666667rem 0.8888888889rem;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.page-gastroenterology-table__cell--header {
  background-color: #FFB840;
  color: #fff;
  font-weight: 700;
  width: 50%;
}

.page-gastroenterology-table__notes {
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.page-gastroenterology-table__note {
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 700;
  text-align: center;
}

.page-gastroenterology-table__note + .page-gastroenterology-table__note {
  margin-top: 7.999px;
  margin-top: 0.4444444444rem;
}

.page-gastroenterology-table__overview {
  margin-top: 32px;
  margin-top: 1.7777777778rem;
}

.page-gastroenterology-table__overview-title {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.page-gastroenterology-table__overview-list {
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.page-gastroenterology-table__overview-item {
  color: #5C5C5C;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
}

.page-gastroenterology-table__overview-item + .page-gastroenterology-table__overview-item {
  margin-top: 18px;
  margin-top: 1rem;
}

.page-gastroenterology-table--endoscope {
  border-spacing: 0;
}

.page-gastroenterology-table--endoscope .page-gastroenterology-table__cell {
  border: 1px solid #5C5C5C;
}

.page-gastroenterology-type .l-inner {
  background-color: #D9D8D2;
  border-radius: 3.3333333333rem;
  margin-top: -39.999px;
  margin-top: -2.2222222222rem;
  padding-bottom: 79.999px;
  padding-bottom: 4.4444444444rem;
  padding-top: 79.999px;
  padding-top: 4.4444444444rem;
}

.page-gastroenterology-type .section-title {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  padding: 0.5555555556rem 0;
}

.page-gastroenterology-type__text {
  color: #fff;
  margin-top: 21px;
  margin-top: 1.1666666667rem;
  text-align: center;
}

.page-gastroenterology-type__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
  gap: 0.8888888889rem;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
}

.page-gastroenterology-type__list-item {
  background-color: #fff;
  border-radius: 0.5555555556rem;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 700;
  padding: 21.999px 0;
  padding: 1.2222222222rem 0;
  text-align: center;
}

.page-ophthalmology-about {
  padding-bottom: 79.999px;
  padding-bottom: 4.4444444444rem;
  padding-top: 50px;
  padding-top: 2.7777777778rem;
}

.page-ophthalmology-about .l-inner {
  max-width: 1279.999px;
  max-width: 71.1111111111rem;
}

.page-ophthalmology-about__content {
  background: #F0FBFF;
  border-radius: 3.3333333333rem;
  padding: 16px 19.999px 39.999px 19.999px;
  padding: 0.8888888889rem 1.1111111111rem 2.2222222222rem 1.1111111111rem;
  padding-bottom: 30px;
  padding-bottom: 1.6666666667rem;
  padding-top: 30px;
  padding-top: 1.6666666667rem;
  position: relative;
}

.page-ophthalmology-about__content::before {
  background-image: url(../../assets/images/ophthalmology/image03.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 120px;
  height: 6.6666666667rem;
  left: -19.999px;
  left: -1.1111111111rem;
  position: absolute;
  top: -50px;
  top: -2.7777777778rem;
  width: 120px;
  width: 6.6666666667rem;
}

.page-ophthalmology-about__content::after {
  color: #E2ECF4;
  content: "SOMA CLINIC";
  font-size: 41.999px;
  font-size: 2.3333333333rem;
  font-weight: 300;
  position: absolute;
  right: -9px;
  right: -0.5rem;
  text-align: right;
  top: -30px;
  top: -1.6666666667rem;
  width: 100%;
}

.page-ophthalmology-about__text {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 500;
  margin-top: 18px;
  margin-top: 1rem;
  text-align: center;
}

.page-ophthalmology-about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.5555555556rem;
  margin-top: 23.999px;
  margin-top: 1.3333333333rem;
  position: relative;
}

.page-ophthalmology-about__wrapper::before {
  bottom: -109px;
  bottom: -6.0555555556rem;
  color: #E2ECF4;
  content: "Home\aMedical\a Care";
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 300;
  line-height: 1.2;
  position: absolute;
  right: 19.999px;
  right: 1.1111111111rem;
  text-align: left;
  white-space: pre-line;
  width: 100%;
}

.page-ophthalmology-about__wrapper-text {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.7;
}

.page-ophthalmology-about__wrapper-img {
  max-width: 520px;
  max-width: 28.8888888889rem;
  width: 100%;
}

.page-ophthalmology-area {
  background-color: #F7F7F7;
  border-radius: 5.5555555556rem 5.5555555556rem 0 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 88%;
  padding-bottom: 50px;
  padding-bottom: 2.7777777778rem;
  padding-top: 50px;
  padding-top: 2.7777777778rem;
}

.page-ophthalmology-area__title {
  align-items: flex-end;
  color: #6FB9AC;
  display: flex;
  gap: 10px;
  gap: 0.5555555556rem;
  line-height: 1;
  position: absolute;
  writing-mode: vertical-rl;
}

.page-ophthalmology-area__title-en {
  color: #fff;
  font-size: 59.999px;
  font-size: 3.3333333333rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.page-ophthalmology-area__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 694px;
  max-width: 38.5555555556rem;
}

.page-ophthalmology-area__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25.999px;
  gap: 1.4444444444rem;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}

.page-ophthalmology-area__text {
  color: #4B4E4F;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  font-weight: 700;
}

.page-ophthalmology-area__text-notice {
  color: #4B4E4F;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
}

.page-ophthalmology-area__btn-wrapper {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  text-align: center;
}

.page-ophthalmology-area__btn {
  background-color: #00AEDC;
  border-radius: 2.7777777778rem;
  color: #fff;
  display: inline-block;
  font-size: 14.999px;
  font-size: 0.8333333333rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 19.999px 59.999px;
  padding: 1.1111111111rem 3.3333333333rem;
  position: relative;
  text-transform: uppercase;
}

.page-ophthalmology-area__btn::before {
  border-right: 1.999px solid #fff;
  border-right: 0.1111111111rem solid #fff;
  border-top: 1.999px solid #fff;
  border-top: 0.1111111111rem solid #fff;
  content: "";
  height: 7.999px;
  height: 0.4444444444rem;
  position: absolute;
  right: 19.999px;
  right: 1.1111111111rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 7.999px;
  width: 0.4444444444rem;
}

.page-ophthalmology-case {
  margin-top: -30px;
  margin-top: -1.6666666667rem;
}

.page-ophthalmology-case .l-inner {
  border-radius: 0.8888888889rem;
  padding-bottom: 59.999px;
  padding-bottom: 3.3333333333rem;
  padding-top: 59.999px;
  padding-top: 3.3333333333rem;
  position: relative;
}

.page-ophthalmology-case .l-inner::before {
  background-image: url(../../assets/images/ophthalmology/caseBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.7777777778rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.page-ophthalmology-case__content {
  padding-bottom: 30px;
  padding-bottom: 1.6666666667rem;
}

.page-ophthalmology-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 14px;
  gap: 14px;
  gap: 0.7777777778rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  max-width: 700.999px;
  max-width: 38.9444444444rem;
}

.page-ophthalmology-case__list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  max-width: 900px;
  max-width: 50rem;
  row-gap: 7.999px;
  row-gap: 0.4444444444rem;
  -moz-column-gap: 0.1111111111rem;
       column-gap: 0.1111111111rem;
}

.page-ophthalmology-case__list02-item {
  background: #3D78A8;
  border-radius: 3.4444444444rem;
  color: #fff;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  letter-spacing: 0;
  min-width: 59.999px;
  min-width: 3.3333333333rem;
  padding: 7.999px 5.999px;
  padding: 0.4444444444rem 0.3333333333rem;
  text-align: center;
}

.page-ophthalmology-eye {
  padding-bottom: 50px;
  padding-bottom: 2.7777777778rem;
  padding-top: 50px;
  padding-top: 2.7777777778rem;
}

.page-ophthalmology-eye__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  gap: 1.6666666667rem;
  position: relative;
}

.page-ophthalmology-eye__wrapper::before {
  background-image: url(../../assets/images/ophthalmology/icon11.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 230px;
  height: 12.7777777778rem;
  left: 19.999px;
  left: 1.1111111111rem;
  position: absolute;
  top: 180px;
  top: 10rem;
  width: 199.999px;
  width: 11.1111111111rem;
  z-index: -1;
}

.page-ophthalmology-eye__wrapper-text-wrapper {
  max-width: 581px;
  max-width: 32.2777777778rem;
}

.page-ophthalmology-eye__wrapper-text-title {
  color: #3D78A8;
  font-size: 18px;
  font-size: 1rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.page-ophthalmology-eye__wrapper-text-title::before {
  background-color: #CBDBE8;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 120%;
}

.page-ophthalmology-eye__wrapper-text {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.page-ophthalmology-eye__wrapper-text:not(:first-of-type) {
  margin-top: 23.999px;
  margin-top: 1.3333333333rem;
}

.page-ophthalmology-eye__wrapper-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 199.999px;
  max-width: 11.1111111111rem;
  width: 100%;
}

.page-ophthalmology-facility {
  padding-bottom: 50px;
  padding-bottom: 2.7777777778rem;
}

.page-ophthalmology-facility__cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, minmax(2.6666666667rem, auto) auto);
  grid-column-gap: 1.3333333333rem;
  -moz-column-gap: 1.3333333333rem;
       column-gap: 1.3333333333rem;
  grid-row-gap: 48px;
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  row-gap: 48px;
  row-gap: 2.6666666667rem;
}

.page-ophthalmology-facility__cards-item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  grid-gap: 19.999px;
  align-items: stretch;
  gap: 19.999px;
  gap: 1.1111111111rem;
}

.page-ophthalmology-facility__list-item-title {
  color: #3D78A8;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
}

.page-ophthalmology-facility__cards-item-wrapper {
  background: #EDF7FF;
  border-radius: 0.8888888889rem;
  padding: 16px 16px 16px 16px;
  padding: 0.8888888889rem 0.8888888889rem 0.8888888889rem 0.8888888889rem;
}

.page-ophthalmology-facility__cards-item-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  max-width: 13.8888888889rem;
}

.page-ophthalmology-facility__cards-list {
  display: flex;
  flex-direction: column;
  gap: 7.999px;
  gap: 0.4444444444rem;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.page-ophthalmology-facility__cards-list-item {
  display: flex;
}

.page-ophthalmology-facility__cards-list-item-label {
  display: inline-block;
  font-weight: 700;
  min-width: 59.999px;
  min-width: 3.3333333333rem;
}

.page-ophthalmology-feasible__content {
  position: relative;
}

.page-ophthalmology-feasible__content::before {
  background-image: url(../../assets/images/ophthalmology/image04.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 158px;
  height: 8.7777777778rem;
  position: absolute;
  right: 0px;
  right: 0rem;
  top: -140px;
  top: -7.7777777778rem;
  width: 158px;
  width: 8.7777777778rem;
}

.page-ophthalmology-feasible__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, minmax(2.6666666667rem, auto) auto);
  grid-gap: 10px;
  gap: 10px;
  gap: 0.5555555556rem;
  margin-top: 23.999px;
  margin-top: 1.3333333333rem;
}

.page-ophthalmology-feasible__list-item {
  background-color: #e8f4ff;
  border-radius: 1.1111111111rem;
  display: grid;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 14px;
  padding: 0.7777777778rem;
  text-align: center;
  grid-gap: 5.999px;
  align-items: stretch;
  gap: 5.999px;
  gap: 0.3333333333rem;
}

.page-ophthalmology-feasible__list-item-icon {
  align-self: center;
  height: 39.999px;
  height: 2.2222222222rem;
  margin-left: auto;
  margin-right: auto;
  width: 39.999px;
  width: 2.2222222222rem;
}

.page-ophthalmology-feasible__list-item-text {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 48px;
  min-height: 2.6666666667rem;
}

.page-ophthalmology-feature {
  overflow-x: hidden;
  padding-bottom: 39.999px;
  padding-bottom: 2.2222222222rem;
}

.page-ophthalmology-feature__inner {
  margin: auto;
  max-width: 599.999px;
  max-width: 33.3333333333rem;
  padding: 0 19.999px;
  padding: 0 1.1111111111rem;
  width: 100%;
}

.page-ophthalmology-feature__list-item {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}

.page-ophthalmology-feature__list-item + .page-ophthalmology-feature__list-item {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}

.page-ophthalmology-feature__list-item-img img {
  aspect-ratio: 522/386;
  height: auto;
  width: 100%;
}

.page-ophthalmology-feature__list-item-content-bg {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 1.1111111111rem 1.1111111111rem;
  display: flex;
  margin: -19.999px auto 0;
  margin: -1.1111111111rem auto 0;
  min-height: 300px;
  min-height: 16.6666666667rem;
  padding: 79.999px 10px 19.999px;
  padding: 4.4444444444rem 0.5555555556rem 1.1111111111rem;
  position: relative;
  z-index: -1;
}

.page-ophthalmology-feature__list-item:nth-child(1) .page-ophthalmology-feature__list-item-content-bg {
  background-image: url(../../assets/images/ophthalmology/feature01.png);
}

.page-ophthalmology-feature__list-item:nth-child(2) .page-ophthalmology-feature__list-item-content-bg {
  background-image: url(../../assets/images/ophthalmology/feature02.png);
  background-position: center;
}

.page-ophthalmology-feature__list-item:nth-child(3) .page-ophthalmology-feature__list-item-content-bg {
  background-image: url(../../assets/images/ophthalmology/feature03.png);
}

.page-ophthalmology-feature__list-item-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.page-ophthalmology-feature__list-item-content-number {
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-size: 39.999px;
  font-size: 2.2222222222rem;
  font-weight: 500;
  left: 50%;
  position: absolute;
  top: 5%;
  transform: translateX(-50%);
}

.page-ophthalmology-feature__list-item-title {
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.page-ophthalmology-feature__list-item-text {
  color: #fff;
  font-size: 16px;
  font-size: 0.8888888889rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}

.page-ophthalmology-feature__list-item-btn-wrap {
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  text-align: center;
}

.page-ophthalmology-flow {
  background-color: #F7F7F7;
  border-radius: 0 0 5.5555555556rem 5.5555555556rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 88%;
  padding-bottom: 79.999px;
  padding-bottom: 4.4444444444rem;
}

.page-ophthalmology-flow__title {
  background-color: #fff;
  color: #2394B3;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 721px;
  max-width: 40.0555555556rem;
  padding: 10px 0;
  padding: 0.5555555556rem 0;
  text-align: center;
}
.page-ophthalmology-flow__content {
  margin-top: 59.999px;
  margin-top: 3.3333333333rem;
}

.flow-list {
  display: grid;
  grid-gap: 79.999px;
  counter-reset: number;
  gap: 79.999px;
  gap: 4.4444444444rem;
  grid-template-columns: 1fr;
}

.flow-list__item {
  background-color: #fff;
  border: 6px solid #DDE8F2;
  border-radius: 0.8888888889rem;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  justify-items: center;
  position: relative;
  text-align: center;
  grid-gap: 19.999px;
  gap: 19.999px;
  gap: 1.1111111111rem;
}

.flow-list__item-number {
  align-items: center;
  background-color: #3D78A8;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 79.999px;
  height: 4.4444444444rem;
  justify-content: center;
  margin-top: -50px;
  margin-top: -2.7777777778rem;
  position: relative;
  width: 79.999px;
  width: 4.4444444444rem;
}

.flow-list__item-number-step {
  color: #fff;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.flow-list__item-number-digit {
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  line-height: 1;
  margin-top: 5px;
  margin-top: 0.2777777778rem;
  text-align: center;
}

.flow-list__item-img {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  width: 5.5555555556rem;
}

.flow-list__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow-list__item-text-wrap {
  padding: 30px 19.999px;
  padding: 1.6666666667rem 1.1111111111rem;
  width: 100%;
}

.flow-list__item-text {
  color: #3D78A8;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 14.999px;
  margin-top: 0.8333333333rem;
}

.flow-list__item-description {
  color: #5C5C5C;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.6;
  margin-top: 14.999px;
  margin-top: 0.8333333333rem;
  text-align: left;
}

.page-ophthalmology-flow__download {
  margin-top: 79.999px;
  margin-top: 4.4444444444rem;
  text-align: center;
}

.page-ophthalmology-flow__download-text {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
}

.page-ophthalmology-flow__download-btn {
  align-items: center;
  background-color: #3D78A8;
  color: #fff;
  display: inline-flex;
  gap: 30px;
  gap: 1.6666666667rem;
  justify-content: center;
  padding: 14.999px 39.999px;
  padding: 0.8333333333rem 2.2222222222rem;
  -webkit-text-decoration: none;
  border-radius: 3.3333333333rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: bold;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  text-decoration: none;
}

.page-ophthalmology-flow__download-btn-icon {
  width: 25.999px;
  width: 1.4444444444rem;
}

.page-ophthalmology-mv {
  padding-top: 100px;
  padding-top: 5.5555555556rem;
  position: relative;
}

.page-ophthalmology-mv::before {
  background-image: url(../../assets/images/ophthalmology/fvBg.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -334.999px;
  bottom: -18.6111111111rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.page-ophthalmology-mv::after {
  background-image: url(../../assets/images/ophthalmology/fvBg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.page-ophthalmology-mv__inner {
  height: inherit;
  max-height: inherit;
  min-height: inherit;
  position: relative;
}

.page-ophthalmology-mv__title-wrap {
  color: #fff;
  left: 57%;
  left: calc(50% - min(50vw, 10rem));
  position: absolute;
  text-align: center;
  top: 38%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.page-ophthalmology-mv__main-title {
  color: #414845;
  display: flex;
  flex-direction: column;
  font-family: "Zen Old Mincho", serif;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  gap: 10px;
  gap: 0.5555555556rem;
  letter-spacing: 0;
  text-align: left;
}

.page-ophthalmology-mv__main-title p {
  background: #fff;
  padding-right: 19.999px;
  padding-right: 1.1111111111rem;
  width: -moz-fit-content;
  width: fit-content;
}

.page-ophthalmology-mv__main-title-blue {
  color: #3D78A8;
}

.page-ophthalmology-mv__main-title-orange {
  color: #EAA133;
}

.page-ophthalmology-mv__img {
  aspect-ratio: 862/509;
  margin-left: auto;
  max-width: 80%;
}

.page-ophthalmology-mv__img img {
  aspect-ratio: 862/509;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-ophthalmology-mv__img,
.page-ophthalmology-mv__img img {
  min-height: inherit;
}

.page-ophthalmology-mv__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-ophthalmology-mv__list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  gap: 0.5555555556rem;
  grid-template-columns: repeat(3, 1fr);
}

.page-ophthalmology-mv__list-item {
  align-items: center;
  background: linear-gradient(73deg, #3D78A8 0%, #509C90 100%);
  border-radius: 0 50px 0 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.5555555556rem;
  min-height: 120px;
  min-height: 6.6666666667rem;
  opacity: 0.8;
  padding-bottom: 14.999px;
  padding-bottom: 0.8333333333rem;
  padding-top: 14.999px;
  padding-top: 0.8333333333rem;
}

.page-ophthalmology-mv__list-item-icon {
  height: 39.999px;
  height: 2.2222222222rem;
  width: 39.999px;
  width: 2.2222222222rem;
}

.page-ophthalmology-mv__list-item-text {
  color: #fff;
  font-size: clamp(13.5px, -9.648px + 2.68vw, 33.75px);
  font-size: clamp(0.75rem, -0.536rem + 2.68vw, 1.875rem);
  letter-spacing: 0;
  text-align: center;
}

.page-ophthalmology-mv__list-item-text span {
  color: #fff;
  font-size: clamp(11.25px, -1.601px + 1.49vw, 22.5px);
  font-size: clamp(0.625rem, -0.089rem + 1.49vw, 1.25rem);
  letter-spacing: 0;
}

.page-ophthalmology-offer {
  padding-bottom: 79.999px;
  padding-bottom: 4.4444444444rem;
  position: relative;
}

.page-ophthalmology-offer::before {
  background-image: url(../../assets/images/ophthalmology/fvBg.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.page-ophthalmology-offer__title-wrapper {
  align-items: center;
  background: linear-gradient(73deg, #0060AF 0%, rgba(61, 120, 168, 0.8) 52%, rgba(61, 120, 168, 0.4) 100%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
  padding: 4% 16px 4% 16px;
  padding: 4% 0.8888888889rem 4% 0.8888888889rem;
  position: relative;
}

.page-ophthalmology-offer__title {
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
  text-align: center;
}

.page-ophthalmology-offer__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 39.999px;
  gap: 39.999px;
  gap: 2.2222222222rem;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}

.page-ophthalmology-offer__list-item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  grid-gap: 10px;
  gap: 10px;
  gap: 0.5555555556rem;
}

.page-ophthalmology-offer__list-item-icon {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-width: 16.6666666667rem;
  order: 2;
  width: 60%;
}

.page-ophthalmology-offer__list-item-title {
  color: #3D78A8;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  order: 1;
  text-align: center;
}

.page-ophthalmology-offer__list-item-text {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 500;
  order: 3;
}

.page-ophthalmology-price {
  padding-bottom: 50px;
  padding-bottom: 2.7777777778rem;
  padding-top: 50px;
  padding-top: 2.7777777778rem;
  position: relative;
}

.page-ophthalmology-price .section-title {
  font-size: 28px;
  font-size: 1.5555555556rem;
}

.page-ophthalmology-price::after {
  background-image: url(../../assets/images/ophthalmology/fvBg.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 354.999px;
  height: 19.7222222222rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.page-ophthalmology-price__text {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  text-align: center;
}

.page-ophthalmology-price__total {
  background-color: #fff;
  border-radius: 2.2222222222rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 671.999px;
  max-width: 37.3333333333rem;
  padding: 23.999px 41.999px 41.999px 41.999px;
  padding: 1.3333333333rem 2.3333333333rem 2.3333333333rem 2.3333333333rem;
}

.page-ophthalmology-price__total-text {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  text-align: center;
}

.page-ophthalmology-price__total-text span {
  color: #3D78A8;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
}

.page-ophthalmology-price__total-items {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
}

.page-ophthalmology-price__total-item {
  background-color: #FFECEC;
  border-radius: 5rem;
  padding: 10px 19.999px;
  padding: 0.5555555556rem 1.1111111111rem;
}

.page-ophthalmology-price__total-item:first-child {
  background-color: #FFECEC;
}

.page-ophthalmology-price__total-item:last-child {
  background-color: #E5EBF6;
}

.page-ophthalmology-price__total-item-text {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
}

.page-ophthalmology-price__note {
  font-size: 14px;
  font-size: 0.7777777778rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
  max-width: 95%;
}

.page-ophthalmology-table {
  padding: 39.999px 14.999px;
  padding: 2.2222222222rem 0.8333333333rem;
}

.page-ophthalmology-table__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 671.999px;
  max-width: 37.3333333333rem;
}

.page-ophthalmology-table__title {
  color: #3D78A8;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 1.6666666667rem;
  text-align: center;
}

.page-ophthalmology-table__title span {
  color: #5C5C5C;
  display: block;
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin-top: 16px;
  margin-top: 0.8888888889rem;
  text-align: center;
}

.page-ophthalmology-table__sub-title {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
}

.page-ophthalmology-table__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}

.page-ophthalmology-table__table {
  background-color: #fff;
  border-collapse: collapse;
  min-width: 599.999px;
  min-width: 33.3333333333rem;
  width: 100%;
}
.page-ophthalmology-table__table th:first-child,
.page-ophthalmology-table__table td:first-child {
  width: 40%;
}
.page-ophthalmology-table__table th:nth-child(2),
.page-ophthalmology-table__table td:nth-child(2) {
  text-align: center;
  width: 22%;
}
.page-ophthalmology-table__table th:nth-child(3),
.page-ophthalmology-table__table td:nth-child(3) {
  text-align: center;
  width: 38%;
}

.page-ophthalmology-table__header {
  background: #3D78A8;
  color: #fff;
}

.page-ophthalmology-table__header th {
  border: 1px solid #fff;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 7.999px;
  padding: 0.6666666667rem 0.4444444444rem;
  text-align: center;
}

.page-ophthalmology-table__body tr {
  border-bottom: 1px solid #e0e0e0;
}

.page-ophthalmology-table__body tr:nth-child(odd) {
  background-color: #E5EBF6;
}

.page-ophthalmology-table__body tr:nth-child(even) {
  background-color: #fff;
}

.page-ophthalmology-table__body td {
  border: 1px solid #e0e0e0;
  color: #5C5C5C;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
  padding: 12px 7.999px;
  padding: 0.6666666667rem 0.4444444444rem;
  text-align: left;
}

.page-ophthalmology-table__item-name {
  font-size: 25px;
  font-size: 1.3888888889rem;
  font-weight: 500;
  text-align: left;
}

.page-ophthalmology-table__price {
  font-weight: 700;
}

.page-ophthalmology-table__note {
  color: #5C5C5C;
  font-size: 12px;
  font-size: 0.6666666667rem;
}

.page-ophthalmology-table__dash {
  color: #C9C9C9;
  font-size: 18px;
  font-size: 1rem;
}

.page-ophthalmology-table__footer {
  background: #3D78A8;
  color: #fff;
}
.page-ophthalmology-table__footer td {
  border: 1px solid #fff;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  padding: 16px 7.999px;
  padding: 0.8888888889rem 0.4444444444rem;
  text-align: center;
}

.page-recruit {
  padding-top: 39.999px;
  padding-top: 2.2222222222rem;
}

.page-recruit__container {
  background-color: #FFEDD9;
  border-radius: 3.3333333333rem;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  max-width: 1265px;
  max-width: 70.2777777778rem;
  padding-bottom: 39.999px;
  padding-bottom: 2.2222222222rem;
  padding-left: 19.999px;
  padding-left: 1.1111111111rem;
  padding-right: 19.999px;
  padding-right: 1.1111111111rem;
  padding-top: 39.999px;
  padding-top: 2.2222222222rem;
}

.page-recruit__occupation {
  background-color: #fff;
  border-radius: 5rem;
  color: #6FB9AC;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 39.999px;
  padding: 0.5555555556rem 2.2222222222rem;
  width: -moz-fit-content;
  width: fit-content;
}

.page-recruit__summary {
  background: linear-gradient(73deg, #3D78A8 0%, #509C90 100%);
  border-radius: 1.1111111111rem;
  display: grid;
  grid-template-areas: "title" "image" "text";
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  padding-bottom: 19.999px;
  padding-bottom: 1.1111111111rem;
  padding-left: 19.999px;
  padding-left: 1.1111111111rem;
  padding-right: 19.999px;
  padding-right: 1.1111111111rem;
  padding-top: 19.999px;
  padding-top: 1.1111111111rem;
}

.page-recruit__summary-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: image;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  max-width: 199.999px;
  max-width: 11.1111111111rem;
}

.page-recruit__summary > .page-recruit__summary-image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.page-service__content--gastroenterology > .page-recruit__summary-image, .page-service__content--ophthalmology > .page-recruit__summary-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--general-medicine > .page-recruit__summary-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--self-pay > .page-recruit__summary-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--ophthalmology-visit > .page-recruit__summary-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-recruit__summary-image img {
  border-radius: 1.1111111111rem;
}

.page-recruit__summary-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  color: #fff;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  grid-area: title;
  text-align: center;
}

.page-about-doctor__content > .page-recruit__summary-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page-recruit__summary > .page-recruit__summary-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page-recruit__summary-text-wrapper {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.5555555556rem;
  grid-area: text;
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}

.page-recruit__summary > .page-recruit__summary-text-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--gastroenterology > .page-recruit__summary-text-wrapper, .page-service__content--ophthalmology > .page-recruit__summary-text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content--general-medicine > .page-recruit__summary-text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content--self-pay > .page-recruit__summary-text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content--ophthalmology-visit > .page-recruit__summary-text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-recruit__summary-text {
  font-size: 14px;
  font-size: 0.7777777778rem;
}

.page-recruit__detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.5555555556rem;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}

.page-recruit__detail-wrapper {
  gap: 10px;
  gap: 0.5555555556rem;
}

.page-recruit__label {
  background: linear-gradient(73deg, #3D78A8 0%, #509C90 100%);
  border-radius: 0.5555555556rem;
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  padding: 5px 23.999px;
  padding: 0.2777777778rem 1.3333333333rem;
}

.page-recruit__detail-list {
  display: flex;
  flex-direction: column;
  gap: 5.999px;
  gap: 0.3333333333rem;
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}

.page-recruit__detail-item {
  color: #000000;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
}

.page-recruit__detail-images {
  display: flex;
  gap: 10px;
  gap: 0.5555555556rem;
}

.page-recruit-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  row-gap: 39.999px;
  row-gap: 2.2222222222rem;
}

.page-recruit-list__item {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
}

.page-recruit__detail-item span {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
}

.page-service__main {
  padding-bottom: 59.999px;
  padding-bottom: 3.3333333333rem;
  padding-top: 59.999px;
  padding-top: 3.3333333333rem;
}

.page-service__list-wrapper {
  position: relative;
}

.page-service__list-wrapper:not(:first-child):not(:nth-child(4) -child) {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}

.page-service__list-wrapper::before {
  border-radius: 3.3333333333rem 3.3333333333rem 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.page-service__list-wrapper--gastroenterology:before {
  background-color: rgba(255, 135, 0, 0.15);
}

.page-service__list-wrapper--general-medicine:before {
  background-color: #fdffcf;
}

.page-service__list-wrapper--ophthalmology:before {
  background: rgba(0, 123, 255, 0.15);
}

.page-service__list-wrapper--ophthalmology-visit:before {
  background: linear-gradient(73deg, #0060AF 0%, rgba(61, 120, 168, 0.8) 52%, rgba(61, 120, 168, 0.4) 100%);
  left: 0;
}

.page-service__list-wrapper--self-pay:before {
  background: #9ED4CC;
}

.page-service__content {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 1159.999px;
  max-width: 64.4444444444rem;
  padding-bottom: 19.999px;
  padding-bottom: 1.1111111111rem;
  padding-left: 19.999px;
  padding-left: 1.1111111111rem;
  padding-right: 19.999px;
  padding-right: 1.1111111111rem;
  padding-top: 19.999px;
  padding-top: 1.1111111111rem;
  position: relative;
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  grid-row-gap: 30px;
  row-gap: 30px;
  row-gap: 1.6666666667rem;
}

.page-service__content--gastroenterology,
.page-service__content--ophthalmology {
  grid-template-areas: "title-sub" "title-main" "image" "text" "btn";
}

.page-service__content--general-medicine {
  grid-template-areas: "title-sub" "title-main" "image" "text";
}

.page-service__content--self-pay {
  grid-template-areas: "title-sub" "title-main" "image" "text";
  grid-template-rows: auto 3.3333333333rem auto;
}

.page-service__content--ophthalmology-visit {
  grid-template-areas: "title-sub" "title-main" "image" "text" "btn";
}

.page-service__content--gastroenterology::before {
  background-image: url(../../assets/images/service/image05.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 190px;
  height: 10.5555555556rem;
  position: absolute;
  right: 30%;
  top: 599.999px;
  top: 33.3333333333rem;
  width: 149.999px;
  width: 8.3333333333rem;
  z-index: -1;
}

.page-service__content--general-medicine::before {
  background-image: url(../../assets/images/service/image06.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 190px;
  height: 10.5555555556rem;
  height: 190px;
  height: 10.5555555556rem;
  position: absolute;
  right: 30%;
  top: 500px;
  top: 27.7777777778rem;
  width: 149.999px;
  width: 8.3333333333rem;
  z-index: -1;
}

.page-service__content--ophthalmology::before {
  background-image: url(../../assets/images/service/image07.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 190px;
  height: 10.5555555556rem;
  position: absolute;
  right: 30%;
  top: 550px;
  top: 30.5555555556rem;
  width: 149.999px;
  width: 8.3333333333rem;
  z-index: -1;
}

.page-service__content-title-sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  grid-area: title-sub;
}

.page-service__content--general-medicine > .page-service__content-title-sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page-service__content--self-pay > .page-service__content-title-sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page-service__content--ophthalmology-visit > .page-service__content-title-sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page-service__content--gastroenterology .page-service__content-title-sub,
.page-service__content--ophthalmology .page-service__content-title-sub,
.page-service__content--ophthalmology-visit .page-service__content-title-sub {
  text-align: right;
}

.page-service__content--gastroenterology .page-service__content-title-sub {
  color: rgba(255, 255, 255, 0.3);
}

.page-service__content--general-medicine .page-service__content-title-sub {
  color: rgba(254, 241, 187, 0.8);
}

.page-service__content--ophthalmology .page-service__content-title-sub {
  color: rgba(61, 120, 168, 0.3);
}

.page-service__content--ophthalmology-visit .page-service__content-title-sub {
  color: rgba(255, 255, 255, 0.3);
}

.page-service__content--self-pay .page-service__content-title-sub {
  color: #fff;
  opacity: 0.8;
}

.page-service__content-title-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  grid-area: title-main;
  text-align: center;
}

.page-service__content--general-medicine > .page-service__content-title-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.page-service__content--self-pay > .page-service__content-title-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.page-service__content--ophthalmology-visit > .page-service__content-title-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.page-service__content--gastroenterology .page-service__content-title-main {
  color: #FF9436;
}

.page-service__content--ophthalmology .page-service__content-title-main {
  color: #3d78a8;
}

.page-service__content--ophthalmology-visit .page-service__content-title-main,
.page-service__content--self-pay .page-service__content-title-main {
  color: #fff;
  display: flex;
  justify-content: center;
}

.page-service__content-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: image;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  max-width: 27.7777777778rem;
  position: relative;
}

.page-recruit__summary > .page-service__content-image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.page-service__content--gastroenterology > .page-service__content-image, .page-service__content--ophthalmology > .page-service__content-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--general-medicine > .page-service__content-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--self-pay > .page-service__content-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--ophthalmology-visit > .page-service__content-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content-text span {
  color: #ED1A3D;
}

.page-service__content-text strong {
  font-weight: 900;
}

.page-service__content--self-pay .page-service__content-image figcaption {
  bottom: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 0.8888888889rem;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  line-height: 3;
  position: absolute;
  width: 100%;
}

.page-service__content--ophthalmology .page-service__content-image {
  margin-top: auto;
}

.page-service__content-text-wrapper {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 16px;
  gap: 0.8888888889rem;
  grid-area: text;
}

.page-recruit__summary > .page-service__content-text-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-service__content--gastroenterology > .page-service__content-text-wrapper, .page-service__content--ophthalmology > .page-service__content-text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content--general-medicine > .page-service__content-text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content--self-pay > .page-service__content-text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content--ophthalmology-visit > .page-service__content-text-wrapper {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page-service__content-text {
  line-height: 1.8;
}

.page-service__content--ophthalmology-visit .page-service__content-text,
.page-service__content--self-pay .page-service__content-text {
  color: #fff;
}

.page-service__content__btn {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  display: flex;
  grid-area: btn;
  justify-content: flex-end;
}

.page-service__content--ophthalmology-visit > .page-service__content__btn {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.page-service__content__btn-link {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  gap: 7.999px;
  gap: 0.4444444444rem;
  justify-content: flex-end;
}

.page-service__content--ophthalmology-visit .page-service__content__btn-link {
  color: #fff;
}

.page-service__content__btn-link-icon {
  height: 16.999px;
  height: 0.9444444444rem;
  width: 16.999px;
  width: 0.9444444444rem;
}

.section-title {
  color: #FF9436;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  text-align: center;
}

.section-title__en {
  color: #5C5C5C;
  display: block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  text-transform: capitalize;
}

.section-title--white {
  color: #fff;
}

.section-title__en--white {
  color: #fff;
}

.section-title--green {
  color: #6FB9AC;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  text-align: left;
}

.section-title--blue {
  color: #3D78A8;
  font-size: 23.999px;
  font-size: 1.3333333333rem;
  text-align: center;
}

.section-title--stroke {
  -webkit-text-stroke: 1px #fff;
  color: #3D78A8;
  font-weight: 900;
}

.section-title--stroke span {
  -webkit-text-stroke: 0px;
  color: #E2ECF4;
  font-weight: 700;
}

.section-title__en--green {
  color: #6FB9AC;
}

.section-title__en--orange {
  color: #FF9436;
}

.section-title--black {
  color: #5C5C5C;
}

.section-title__en--blue {
  color: #3D78A8;
}

.pagination {
  width: 100%;
}
.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  align-items: center;
  color: #3D78A8;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 0.8888888889rem;
}

.nav-links ul li span.current {
  color: #5C5C5C;
}

.nav-links ul li {
  margin: 0 5px;
  margin: 0 0.2777777778rem;
  position: relative;
}

.nav-links ul li a,
.nav-links ul li span {
  display: block;
  padding: 5px;
  padding: 0.2777777778rem;
  width: 100%;
}

.nav-links ul li .nav-links ul .dots {
  padding-left: 0;
  padding-right: 0;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.5vw;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .l-inner {
    max-width: 1250px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .c-breadcrumb {
    padding: 16px 0 16px 162px;
    padding: 0.8888888889rem 0 0.8888888889rem 9rem;
  }
  .breadcrumb-home-icon {
    height: 18px;
    height: 1rem;
    width: 18px;
    width: 1rem;
  }
  .c-btn {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-title {
    color: red;
  }
  .page-fv {
    margin-left: 64px;
    margin-left: 3.5555555556rem;
    margin-top: 167px;
    margin-top: 9.2777777778rem;
    padding-bottom: 86px;
    padding-bottom: 4.7777777778rem;
    padding-top: 86px;
    padding-top: 4.7777777778rem;
  }
  .page-fv__title-text {
    font-size: 36px;
    font-size: 2rem;
  }
  .page-fv__title-text span {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
  .page-news {
    padding-bottom: 79.999px;
    padding-bottom: 4.4444444444rem;
    padding-top: 79.999px;
    padding-top: 4.4444444444rem;
  }
  .page-news__list {
    gap: 32px;
    gap: 1.7777777778rem;
  }
  .page-news-list__item a {
    align-items: flex-start;
    display: flex;
    padding-left: 48px;
    padding-left: 2.6666666667rem;
  }
  .page-news-list__item-title {
    margin-top: 0;
  }
  .page-ophthalmology-faq {
    padding-bottom: 99px;
    padding-bottom: 5.5rem;
    padding-top: 79.999px;
    padding-top: 4.4444444444rem;
  }
  .page-ophthalmology-faq .page-ophthalmology-faq__container {
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
  }
  .green-bg::before {
    background-image: url(../../assets/images/top/topBg06.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 5.5555555556rem 5.5555555556rem;
    content: "";
    height: 97%;
    left: 50%;
    max-width: 1299.999px;
    max-width: 72.2222222222rem;
    position: absolute;
    top: 100px;
    top: 5.5555555556rem;
    transform: translateX(-50%);
    width: 98%;
    z-index: -1;
  }
  .ophthalmology-contact {
    margin-top: 199.999px;
    margin-top: 11.1111111111rem;
  }
  .ophthalmology-contact__content {
    flex-direction: row;
  }
  .ophthalmology-contact__title {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
  .ophthalmology-contact__title--black {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
  .ophthalmology-contact__tel-icon {
    height: 43px;
    height: 2.3888888889rem;
    width: 43px;
    width: 2.3888888889rem;
  }
  .ophthalmology-contact__tel-icon--small {
    height: 23px;
    height: 1.2777777778rem;
    width: 23px;
    width: 1.2777777778rem;
  }
  .ophthalmology-contact__tel-text {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
  .ophthalmology-contact__tel-text--small {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
  .p-404__title {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
  #gastroenterology,
  #general-medicine,
  #ophthalmology,
  #ophthalmology-visit,
  #pharmacy,
  #page-ophthalmology-faq,
  #top-faq,
  #common,
  #access,
  #illness-types,
  #examination-methods,
  #endoscope-examination,
  #self-pay,
  #gastroscopy-camera {
    scroll-margin-top: 7.2222222222rem;
  }
  .p-anchor-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 79.999px;
    margin-top: 4.4444444444rem;
    max-width: 815.999px;
    max-width: 45.3333333333rem;
  }
  .p-anchor-list__item a {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
  .p-contact__btn-wrap {
    flex-direction: row;
    gap: 39.999px;
    gap: 2.2222222222rem;
  }
  .p-faq-top {
    padding-bottom: 81px;
    padding-bottom: 4.5rem;
    padding-top: 79.999px;
    padding-top: 4.4444444444rem;
  }
  .p-faq__container {
    padding-bottom: 79.999px;
    padding-bottom: 4.4444444444rem;
    padding-top: 79.999px;
    padding-top: 4.4444444444rem;
  }
  .p-faq__list {
    max-width: 840px;
    max-width: 46.6666666667rem;
  }
  .p-faq-list__item-question {
    font-size: 18px;
    font-size: 1rem;
    font-weight: 700;
    padding: 32px 59.999px 32px 79.999px;
    padding: 1.7777777778rem 3.3333333333rem 1.7777777778rem 4.4444444444rem;
  }
  .p-faq-list__item-question::before,
  .p-faq-list__item-question::after {
    right: 39.999px;
    right: 2.2222222222rem;
    top: 32px;
    top: 1.7777777778rem;
    width: 19.999px;
    width: 1.1111111111rem;
  }
  .p-faq-list__item-answer {
    font-size: 18px;
    font-size: 1rem;
    padding: 19.999px 39.999px 14.999px 79.999px;
    padding: 1.1111111111rem 2.2222222222rem 0.8333333333rem 4.4444444444rem;
  }
  .p-footer__inner {
    max-width: 1080px;
    max-width: 60rem;
    padding-bottom: 0;
    padding-top: 59.999px;
    padding-top: 3.3333333333rem;
  }
  .p-footer__logo {
    margin-left: 0;
    margin-right: 0;
  }
  .p-footer__content {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 39.999px;
    align-items: start;
    gap: 39.999px;
    gap: 2.2222222222rem;
    margin-top: 39.999px;
    margin-top: 2.2222222222rem;
    padding-bottom: 0;
  }
  .p-footer__content::before {
    bottom: 0;
    height: 199.999px;
    height: 11.1111111111rem;
    left: 0;
    transform: translateX(0);
    width: 300px;
    width: 16.6666666667rem;
  }
  .p-footer__nav {
    display: block;
    order: 0;
  }
  .p-footer__nav-list {
    flex-direction: row;
    gap: 7.999px;
    gap: 0.4444444444rem;
    gap: 39.999px;
    gap: 2.2222222222rem;
    justify-content: center;
  }
  .p-footer__nav-item a {
    font-size: 18px;
    font-size: 1rem;
  }
  .p-footer__nav-item--has-children .p-footer__nav-toggle {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
  .p-footer__nav-sublist {
    display: block;
    margin-top: 16px;
    margin-top: 0.8888888889rem;
    text-align: left;
  }
  .p-footer__nav-item--has-children.is-open .p-footer__nav-sublist {
    display: block;
  }
  .p-footer__nav-subitem a {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
  .p-footer__contact {
    order: 0;
  }
  .p-footer__phone {
    gap: 12px;
    gap: 0.6666666667rem;
    justify-content: flex-end;
  }
  .p-footer__phone-icon {
    height: 23.999px;
    height: 1.3333333333rem;
    width: 23.999px;
    width: 1.3333333333rem;
  }
  .p-pagetop {
    bottom: 30px;
    bottom: 1.6666666667rem;
    gap: 7.999px;
    gap: 0.4444444444rem;
    height: 79.999px;
    height: 4.4444444444rem;
    right: 30px;
    right: 1.6666666667rem;
    width: 79.999px;
    width: 4.4444444444rem;
  }
  .header {
    height: 129.999px;
    height: 7.2222222222rem;
  }
  .header__logo {
    max-width: 250px;
    max-width: 13.8888888889rem;
  }
  .header__nav {
    display: block;
    height: inherit;
  }
  .header__nav-item--blue a:hover {
    opacity: 1;
  }
  .header__nav-item--blue a:hover::before {
    right: 14.999px;
    right: 0.8333333333rem;
  }
  .header__nav-item--yellow a {
    align-items: center;
    color: #000;
    flex-direction: column;
    font-size: 18px;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    padding: 0 39.999px 0px 19.999px;
    padding: 0 2.2222222222rem 0rem 1.1111111111rem;
    position: relative;
  }
  .header__nav-item--yellow a:hover {
    opacity: 1;
  }
  .header__nav-item--yellow a:hover::before {
    right: 14.999px;
    right: 0.8333333333rem;
  }
  .header__nav-item--ophthalmology a {
    grid-template-areas: "icon text01";
    -moz-column-gap: 0.5555555556rem;
    color: #fff;
         column-gap: 0.5555555556rem;
  }
  .header__nav-item--blue a:hover {
    opacity: 1;
  }
  .header__hamburger {
    display: none;
  }
  .p-modal__content {
    max-width: 1440px;
    max-width: 80rem;
    width: 70%;
  }
  .p-modal__close {
    height: 50px;
    height: 2.7777777778rem;
    right: 0px;
    right: 0rem;
    top: -59.999px;
    top: -3.3333333333rem;
    width: 50px;
    width: 2.7777777778rem;
  }
  .p-modal__close .p-modal__close-line {
    height: 1.999px;
    height: 0.1111111111rem;
    width: 25px;
    width: 1.3888888889rem;
  }
  .p-modal__inner {
    padding: 79.999px 59.999px 59.999px;
    padding: 4.4444444444rem 3.3333333333rem 3.3333333333rem;
  }
  .p-modal__logo {
    width: 379px;
    width: 21.0555555556rem;
  }
  .p-modal__cards {
    gap: 30px;
    gap: 1.6666666667rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-top: 1.5rem;
    max-width: 1072px;
    max-width: 59.5555555556rem;
  }
  .p-pager-list {
    margin-top: 66px;
    margin-top: 3.6666666667rem;
  }
  .p-pager__container {
    gap: 12px;
    gap: 0.6666666667rem;
  }
  .p-pager__nav {
    height: 48px;
    height: 2.6666666667rem;
    width: 48px;
    width: 2.6666666667rem;
  }
  .p-pager__nav span {
    font-size: 18px;
    font-size: 1rem;
  }
  .p-pager__numbers {
    gap: 14.999px;
    gap: 0.8333333333rem;
  }
  .p-pager__number {
    font-size: 18px;
    font-size: 1rem;
    height: 48px;
    height: 2.6666666667rem;
    width: 48px;
    width: 2.6666666667rem;
  }
  .p-post-article__wrap {
    max-width: 813.999px;
    max-width: 45.2222222222rem;
  }
  .p-post-article__title {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .p-post-article__info {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
    margin-top: 32px;
    margin-top: 1.7777777778rem;
  }
  .p-post-article__content h2 {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
  }
  .p-post-connect__items {
    row-gap: 39.999px;
    row-gap: 2.2222222222rem;
    -moz-column-gap: 1.1111111111rem;
         column-gap: 1.1111111111rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-post-list__items {
    row-gap: 39.999px;
    row-gap: 2.2222222222rem;
    -moz-column-gap: 1.1111111111rem;
         column-gap: 1.1111111111rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-post-list__cards {
    margin-top: 100px;
    margin-top: 5.5555555556rem;
  }
  .p-post-list__btn {
    margin: 28px auto 0;
    margin: 1.5555555556rem auto 0;
    max-width: calc(54.4444444444rem + 50px);
    padding: 0 10px;
    padding: 0 0.5555555556rem;
    width: 100%;
  }
  .p-top-access-pharmacy__container {
    margin-top: 79.999px;
    margin-top: 4.4444444444rem;
    padding-bottom: 90px;
    padding-bottom: 5rem;
    padding-top: 79.999px;
    padding-top: 4.4444444444rem;
  }
  .p-top-access-pharmacy__container::before {
    background-image: url(../../assets/images/top/topBg05.png);
  }
  .p-top-access {
    padding-top: 0;
  }
  .p-top-access__container {
    background-color: #fff;
    border-radius: 2.2222222222rem;
    flex-direction: row;
    gap: 59.999px;
    gap: 3.3333333333rem;
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
    padding: 19.999px 19.999px;
    padding: 1.1111111111rem 1.1111111111rem;
    padding: 50px 79.999px;
    padding: 2.7777777778rem 4.4444444444rem;
  }
  .p-top-access__info-list {
    background-color: transparent;
    background-color: initial;
    border-radius: 0;
    gap: 16px;
    gap: 0.8888888889rem;
    padding: 0;
  }
  .p-top-access__info-item {
    gap: 45px;
    gap: 2.5rem;
  }
  .p-top-access__info-item:first-child {
    flex-direction: row;
  }
  .p-top-access__info-label {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
    min-width: 100px;
    min-width: 5.5555555556rem;
  }
  .p-top-access__info-text {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .p-top-access__info-figure {
    margin-top: 75px;
    margin-top: 4.1666666667rem;
    width: 423px;
    width: 23.5rem;
  }
  .p-top-access__info-figure img {
    aspect-ratio: 423/230;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-access__info-btn a {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    margin-top: 19.999px;
    margin-top: 1.1111111111rem;
    padding: 7.999px 39px 7.999px 19px;
    padding: 0.4444444444rem 2.1666666667rem 0.4444444444rem 1.0555555556rem;
  }
  .p-top-access__info-btn-icon {
    height: 19.999px;
    height: 1.1111111111rem;
    width: 16px;
    width: 0.8888888889rem;
  }
  .p-top-department {
    padding-bottom: 100px;
    padding-bottom: 5.5555555556rem;
    padding-top: 100px;
    padding-top: 5.5555555556rem;
  }
  .p-top-department::after {
    top: 75%;
  }
  .p-top-department__main-wrapper {
    margin-top: 27px;
    margin-top: 1.5rem;
    padding-left: 9%;
  }
  .p-top-department__list {
    -moz-column-gap: 0.7222222222rem;
         column-gap: 0.7222222222rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 79.999px;
    margin-top: 4.4444444444rem;
    max-width: 615.999px;
    max-width: 34.2222222222rem;
    row-gap: 9px;
    row-gap: 0.5rem;
  }
  .p-top-department__list-item {
    width: calc(33.3333333333% - 0.7222222222rem);
  }
  .p-top-department__tab {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
  }
  .p-top-department__container {
    gap: 48px;
    gap: 2.6666666667rem;
    grid-template-columns: 0.7fr 1fr;
  }
  .p-top-department__image {
    margin-top: 19.999px;
    margin-top: 1.1111111111rem;
    max-width: 100%;
  }
  .p-top-department__text-title {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    text-align: left;
  }
  .p-top-department__symptom-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0.7222222222rem;
         column-gap: 0.7222222222rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
    max-width: 680.999px;
    max-width: 37.8333333333rem;
    row-gap: 9px;
    row-gap: 0.5rem;
  }
  .p-top-department__btn {
    margin-top: 48px;
    margin-top: 2.6666666667rem;
  }
  .p-top-fv {
    min-height: 903px;
    min-height: 50.1666666667rem;
    padding: 120px 0 0 0;
    padding: 6.6666666667rem 0 0 0;
  }
  .p-top-fv__container {
    grid-template-areas: "main-image title" "main-image sub-image" "main-image .";
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 1fr 16.6666666667rem 1fr;
    margin-top: 54px;
    margin-top: 3rem;
    max-width: 1400px;
    max-width: 77.7777777778rem;
  }
  .p-top-fv__main-image {
    max-width: 100%;
    width: 100%;
  }
  .p-top-fv__text-area {
    align-self: center;
    justify-self: start;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-top: 0.5555555556rem;
    text-align: left;
    width: auto;
  }
  .p-top-fv__text {
    font-size: 39.999px;
    font-size: 2.2222222222rem;
    line-height: 1.5;
  }
  .p-top-fv__cta {
    margin-top: 10px;
    margin-top: 0.5555555556rem;
    padding: 0px 25px;
    padding: 0rem 1.3888888889rem;
  }
  .p-top-fv__cta-text {
    font-size: 59.999px;
    font-size: 3.3333333333rem;
    padding: 0 19.999px;
    padding: 0 1.1111111111rem;
  }
  .p-top-fv__cta-arrow {
    font-size: 59.999px;
    font-size: 3.3333333333rem;
  }
  .p-top-fv__sub-images {
    align-items: flex-start;
    flex-direction: row;
    gap: 5px;
    gap: 0.2777777778rem;
    justify-content: flex-start;
    justify-self: start;
    margin-left: 0;
    margin-left: initial;
    margin-top: auto;
    max-width: none;
    max-width: initial;
    transform: none;
  }
  .p-top-fv__sub-image:nth-child(1) {
    max-width: 264.999px;
    max-width: 14.7222222222rem;
    transform: none;
  }
  .p-top-fv__sub-image:nth-child(2) {
    max-width: 190.999px;
    max-width: 10.6111111111rem;
    transform: translateY(-20px);
  }
  .p-top-fv__illustration {
    bottom: -54px;
    bottom: -3rem;
    height: 100%;
    height: 349px;
    height: 19.3888888889rem;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    width: 707.999px;
    width: 39.3333333333rem;
  }
  .p-top-fv__en {
    bottom: 0;
    left: 7.999px;
    left: 0.4444444444rem;
    left: 19.999px;
    left: 1.1111111111rem;
    position: absolute;
    transform: none;
  }
  .p-top-hours-time-table {
    margin-top: 16px;
    margin-top: 0.8888888889rem;
  }
  .p-top-hours-time-table th:first-child,
  .p-top-hours-time-table td:first-child {
    min-width: 149.999px;
    min-width: 8.3333333333rem;
  }
  .p-top-hours-time-table th,
  .p-top-hours-time-table td {
    padding: 14px 14.999px;
    padding: 0.7777777778rem 0.8333333333rem;
  }
  .p-top-hours-time-table th {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
  .p-top-hours-time-table td {
    font-size: 10px;
    font-size: 0.5555555556rem;
  }
  .p-top-hours-time-table .p-top-hours-time-table__detail {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .p-top-hours {
    padding-bottom: 129.999px;
    padding-bottom: 7.2222222222rem;
  }
  .p-top-hours__container {
    flex-direction: row;
    gap: 84px;
    gap: 4.6666666667rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1078px;
    max-width: 59.8888888889rem;
  }
  .p-top-hours__title {
    font-size: 21.999px;
    font-size: 1.2222222222rem;
    text-align: left;
  }
  .p-top-hours__title-orange p {
    display: inline-block;
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
  .p-top-hours__list {
    margin-top: 16px;
    margin-top: 0.8888888889rem;
  }
  .p-top-hours__item:last-child {
    display: flex;
  }
  .p-top-inspection {
    padding-bottom: 70px;
    padding-bottom: 3.8888888889rem;
  }
  .p-top-inspection__container {
    gap: 59.999px;
    gap: 3.3333333333rem;
  }
  .p-top-inspection__item {
    padding: 32px 59.999px 72px 59.999px;
    padding: 1.7777777778rem 3.3333333333rem 4rem 3.3333333333rem;
  }
  .p-top-inspection__item--orange {
    border-radius: 0 16.6666666667rem 16.6666666667rem 0;
  }
  .p-top-inspection__item--orange::before {
    height: 100%;
    left: 30%;
    top: -20%;
    width: 300px;
    width: 16.6666666667rem;
  }
  .p-top-inspection__item--blue {
    background: linear-gradient(73deg, #0060af 0%, rgba(61, 120, 168, 0.8) 52%, rgba(61, 120, 168, 0.4) 100%);
    border-radius: 16.6666666667rem 0 0 16.6666666667rem;
    padding: 32px 59.999px 72px 59.999px;
    padding: 1.7777777778rem 3.3333333333rem 4rem 3.3333333333rem;
  }
  .p-top-inspection__item--blue::before {
    width: 300px;
    width: 16.6666666667rem;
  }
  .p-top-inspection__item--blue .p-top-inspection__content {
    grid-template-columns: 1fr 2fr;
  }
  .p-top-inspection__item--blue .p-top-inspection__text-area {
    grid-row: auto;
  }
  .p-top-inspection__item--blue .p-top-inspection__illustration {
    grid-row: auto;
  }
  .p-top-inspection__content {
    align-items: center;
    gap: 10px;
    gap: 0.5555555556rem;
    grid-template-columns: 1.4fr 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 1049px;
    max-width: 58.2777777778rem;
  }
  .p-top-inspection__subtitle {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
  .p-top-inspection__title {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
  .p-top-inspection__buttons {
    gap: 25.999px;
    gap: 1.4444444444rem;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-top: 19px;
    margin-top: 1.0555555556rem;
    width: 100%;
  }
  .p-top-inspection__btn {
    font-size: 16px;
    font-size: 0.8888888889rem;
    gap: 10px;
    gap: 0.5555555556rem;
  }
  .p-top-inspection__btn-content {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    margin-left: auto;
  }
  .p-top-inspection__btn-content--ophthalmology {
    margin-top: 48px;
    margin-top: 2.6666666667rem;
    max-width: 293px;
    max-width: 16.2777777778rem;
    width: 100%;
  }
  .p-top-inspection__btn-arrow {
    font-size: 16px;
    font-size: 0.8888888889rem;
    height: 23.999px;
    height: 1.3333333333rem;
    width: 23.999px;
    width: 1.3333333333rem;
  }
  .p-top-inspection__btn-icon {
    height: 84.999px;
    height: 4.7222222222rem;
    width: 84.999px;
    width: 4.7222222222rem;
  }
  .p-top-inspection__illustration {
    max-width: 100%;
    transform: translateY(0);
  }
  .p-top-news .section-title {
    text-align: left;
  }
  .p-top-news .l-inner {
    padding-bottom: 64.999px;
    padding-bottom: 3.6111111111rem;
    padding-top: 0;
  }
  .p-top-news .l-inner::before {
    content: none;
  }
  .p-top-news__container {
    gap: 59.999px;
    gap: 3.3333333333rem;
    grid-template-columns: 11.6666666667rem 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
    max-width: 840px;
    max-width: 46.6666666667rem;
  }
  .p-top-news__tabs {
    gap: 12px;
    gap: 0.6666666667rem;
    grid-template-columns: 1fr;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .p-top-news__tab {
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding: 5px 16px;
    padding: 0.2777777778rem 0.8888888889rem;
  }
  .p-top-news__item a {
    gap: 0px;
    gap: 0rem;
  }
  .p-top-news__item-date {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
    min-width: 100px;
    min-width: 5.5555555556rem;
  }
  .p-top-news__item-categories {
    min-width: 100px;
    min-width: 5.5555555556rem;
  }
  .p-top-news__item-category {
    font-size: 10px;
    font-size: 0.5555555556rem;
    padding: 5.999px 12px;
    padding: 0.3333333333rem 0.6666666667rem;
  }
  .p-top-news__item-title {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
    margin-left: 59.999px;
    margin-left: 3.3333333333rem;
  }
  .p-top-news__btn {
    margin-top: 48px;
    margin-top: 2.6666666667rem;
  }
  .p-top-pharmacy {
    padding-top: 59.999px;
    padding-top: 3.3333333333rem;
  }
  .p-top-pharmacy__container {
    flex-direction: row;
    gap: 48px;
    gap: 2.6666666667rem;
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
  }
  .p-top-pharmacy__map {
    max-width: 610.999px;
    max-width: 33.9444444444rem;
  }
  .p-top-pharmacy__list {
    gap: 3.999px;
    gap: 0.2222222222rem;
  }
  .p-top-pharmacy__list-item {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .p-top-pharmacy__list-item span {
    font-size: 16px;
    font-size: 0.8888888889rem;
    text-indent: 1em;
  }
  .page-about-doctor {
    padding-bottom: 160px;
    padding-bottom: 8.8888888889rem;
    padding-top: 14.999px;
    padding-top: 0.8333333333rem;
  }
  .page-about-doctor .section-title {
    text-align: left;
  }
  .page-about-doctor__content {
    grid-template-areas: ". title" "image text";
    grid-template-columns: 1fr 0.8fr;
    -moz-column-gap: 1.6666666667rem;
         column-gap: 1.6666666667rem;
    row-gap: 48px;
    row-gap: 2.6666666667rem;
  }
  .page-about-doctor__image {
    margin-bottom: auto;
    max-width: 682.999px;
    max-width: 37.9444444444rem;
  }
  .page-about-doctor__text {
    font-size: 18px;
    font-size: 1rem;
  }
  .page-about-history {
    padding-bottom: 79.999px;
    padding-bottom: 4.4444444444rem;
  }
  .page-about-history__list {
    margin-top: 46.999px;
    margin-top: 2.6111111111rem;
  }
  .page-about-history__list-item {
    display: flex;
    font-size: 19.999px;
    font-size: 1.1111111111rem;
    gap: 59.999px;
    gap: 3.3333333333rem;
    padding: 18px 0px;
    padding: 1rem 0rem;
  }
  .page-about-history__box {
    flex-direction: row;
    gap: 59.999px;
    gap: 3.3333333333rem;
    margin-top: 64px;
    margin-top: 3.5555555556rem;
    max-width: 741.999px;
    max-width: 41.2222222222rem;
  }
  .page-about-history__box-item {
    justify-content: flex-start;
    min-height: 235px;
    min-height: 13.0555555556rem;
    width: 50%;
  }
  .page-about-history__list-note-item-label {
    font-size: 28px;
    font-size: 1.5555555556rem;
  }
  .page-about-history-box__list {
    margin-top: 19px;
    margin-top: 1.0555555556rem;
  }
  .page-about-overview {
    padding-bottom: 100px;
    padding-bottom: 5.5555555556rem;
  }
  .page-about-overview .l-inner {
    padding-bottom: 86px;
    padding-bottom: 4.7777777778rem;
    padding-top: 79.999px;
    padding-top: 4.4444444444rem;
  }
  .page-about-overview__content {
    margin-top: 32px;
    margin-top: 1.7777777778rem;
  }
  .page-about-overview__info {
    flex-direction: row;
  }
  .page-about-overview__list-item-title {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .page-about-overview__list-item-text {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .page-about-overview__info-map iframe {
    height: 579.999px;
    height: 32.2222222222rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-about-overview__info-btn a {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    margin-top: 19.999px;
    margin-top: 1.1111111111rem;
    padding: 7.999px 39px 7.999px 19px;
    padding: 0.4444444444rem 2.1666666667rem 0.4444444444rem 1.0555555556rem;
  }
  .page-about-overview__info-btn-icon {
    height: 19.999px;
    height: 1.1111111111rem;
    width: 16px;
    width: 0.8888888889rem;
  }
  .page-gastroenterology-camera {
    margin-top: 90px;
    margin-top: 5rem;
    padding-bottom: 39.999px;
    padding-bottom: 2.2222222222rem;
    padding-top: 149px;
    padding-top: 8.2777777778rem;
  }
  .page-gastroenterology-camera__title-wrapper {
    max-width: 696px;
    max-width: 38.6666666667rem;
  }
  .page-gastroenterology-camera--endoscope {
    padding-bottom: 174.999px;
    padding-bottom: 9.7222222222rem;
  }
  .page-gastroenterology-camera__description {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
    max-width: 696px;
    max-width: 38.6666666667rem;
    text-align: center;
  }
  .page-gastroenterology-common {
    padding-top: 154.999px;
    padding-top: 8.6111111111rem;
  }
  .page-gastroenterology-common::before {
    height: 387px;
    height: 21.5rem;
    right: 199.999px;
    right: 11.1111111111rem;
    top: 100px;
    top: 5.5555555556rem;
    width: 309.999px;
    width: 17.2222222222rem;
  }
  .page-gastroenterology-common__image {
    margin-top: 75px;
    margin-top: 4.1666666667rem;
    max-width: 187px;
    max-width: 10.3888888889rem;
  }
  .page-gastroenterology-common__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 916px;
    max-width: 50.8888888889rem;
  }
  .page-gastroenterology-common__list-item {
    gap: 23.999px;
    gap: 1.3333333333rem;
  }
  .page-gastroenterology-common__list-item-icon {
    height: 120px;
    height: 6.6666666667rem;
    width: 120px;
    width: 6.6666666667rem;
  }
  .page-gastroenterology-common__list-item-text {
    font-size: 18px;
    font-size: 1rem;
  }
  .page-gastroenterology-echo {
    padding-bottom: 120.999px;
    padding-bottom: 6.7222222222rem;
    padding-top: 79.999px;
    padding-top: 4.4444444444rem;
  }
  .page-gastroenterology-echo .l-inner::before {
    bottom: -50px;
    bottom: -2.7777777778rem;
    height: 343px;
    height: 19.0555555556rem;
    right: 19.999px;
    right: 1.1111111111rem;
    width: 300px;
    width: 16.6666666667rem;
  }
  .page-gastroenterology-echo__title-wrapper {
    max-width: 696px;
    max-width: 38.6666666667rem;
  }
  .page-gastroenterology-echo__container {
    flex-direction: row;
    gap: 55px;
    gap: 3.0555555556rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 102px;
    margin-top: 5.6666666667rem;
    max-width: 1017px;
    max-width: 56.5rem;
  }
  .page-gastroenterology-echo__image {
    max-width: 410px;
    max-width: 22.7777777778rem;
  }
  .page-gastroenterology-echo__text {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .page-gastroenterology-echo__text span {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
  .page-gastroenterology-flow__inner {
    gap: 30px;
    gap: 1.6666666667rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1081.999px;
    max-width: 60.1111111111rem;
  }
  .page-gastroenterology-flow__title {
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 98%, 0% 95%);
    font-size: 30px;
    font-size: 1.6666666667rem;
    padding: 0px 34px 0px 34px;
    padding: 0rem 1.8888888889rem 0rem 1.8888888889rem;
    transform: translateY(3.3333333333rem);
  }
  .page-gastroenterology-flow-list {
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
    max-width: 937.999px;
    max-width: 52.1111111111rem;
  }
  .page-gastroenterology-flow-list__item {
    flex-direction: row;
    justify-content: initial;
    min-height: 171px;
    min-height: 9.5rem;
  }
  .page-gastroenterology-flow-list__item-number {
    height: 100%;
    margin: auto;
    width: 100px;
    width: 5.5555555556rem;
  }
  .page-gastroenterology-flow-list__item-number::after {
    font-family: "Rounded M+ 1c", sans-serif;
    font-size: 54px;
    font-size: 3rem;
  }
  .page-gastroenterology-flow-list__item-wrap {
    flex-direction: row;
    justify-content: flex-start;
    padding: 14px 10px;
    padding: 0.7777777778rem 0.5555555556rem;
  }
  .page-gastroenterology-flow-list__item-title {
    border-bottom: none;
    border-right: 1px solid #54AEA0;
    border-right: 0.0555555556rem solid #54AEA0;
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    padding-bottom: 0;
    text-align: left;
    text-align: initial;
    width: 100%;
    width: 32%;
  }
  .page-gastroenterology-flow-list__item-wrapper {
    gap: 16px;
    gap: 0.8888888889rem;
    justify-content: initial;
    margin-top: 0;
    padding-left: 18px;
    padding-left: 1rem;
  }
  .page-gastroenterology-flow-list__item-text {
    font-size: 18px;
    font-size: 1rem;
    padding-left: 19.999px;
    padding-left: 1.1111111111rem;
  }
  .page-gastroenterology-flow-list__text {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
  .page-gastroenterology-method {
    padding-top: 77.999px;
    padding-top: 4.3333333333rem;
  }
  .page-gastroenterology-method__text {
    font-size: 18px;
    font-size: 1rem;
    margin-top: 19.999px;
    margin-top: 1.1111111111rem;
  }
  .page-gastroenterology-method__list {
    gap: 48px;
    gap: 2.6666666667rem;
    margin-top: 39.999px;
    margin-top: 2.2222222222rem;
    max-width: 680px;
    max-width: 37.7777777778rem;
    padding-bottom: 50px;
    padding-bottom: 2.7777777778rem;
  }
  .page-gastroenterology-method__list-item-text {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
  }
  .page-gastroenterology-method__list-item-text span {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
  .page-gastroenterology-table__title {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
  }
  .page-gastroenterology-table__wrapper {
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
  }
  .page-gastroenterology-table__container {
    margin-top: 19.999px;
    margin-top: 1.1111111111rem;
  }
  .page-gastroenterology-table {
    font-size: 16px;
    font-size: 0.8888888889rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 696px;
    max-width: 38.6666666667rem;
  }
  .page-gastroenterology-table__cell {
    padding: 16px 19.999px;
    padding: 0.8888888889rem 1.1111111111rem;
  }
  .page-gastroenterology-table__cell--header {
    width: 43%;
  }
  .page-gastroenterology-table__notes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 23.999px;
    margin-top: 1.3333333333rem;
    max-width: 590px;
    max-width: 32.7777777778rem;
  }
  .page-gastroenterology-table__note {
    font-size: 14px;
    font-size: 0.7777777778rem;
    text-align: left;
  }
  .page-gastroenterology-table__overview {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-top: 1.7777777778rem;
    max-width: 369px;
    max-width: 20.5rem;
  }
  .page-gastroenterology-table__overview-title {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
  .page-gastroenterology-table__overview-list {
    margin-top: 23.999px;
    margin-top: 1.3333333333rem;
  }
  .page-gastroenterology-table__overview-item {
    font-size: 18px;
    font-size: 1rem;
  }
  .page-gastroenterology-type .l-inner {
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    margin-top: -5rem;
    max-width: 1225px;
    max-width: 68.0555555556rem;
    padding-bottom: 79.999px;
    padding-bottom: 4.4444444444rem;
    padding-top: 138px;
    padding-top: 7.6666666667rem;
  }
  .page-gastroenterology-type .section-title {
    max-width: 900px;
    max-width: 50rem;
  }
  .page-gastroenterology-type__text {
    margin-top: 41px;
    margin-top: 2.2777777778rem;
  }
  .page-gastroenterology-type__list {
    grid-template-columns: repeat(4, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 39.999px;
    margin-top: 2.2222222222rem;
    max-width: 900px;
    max-width: 50rem;
  }
  .page-gastroenterology-type__list-item {
    font-size: 18px;
    font-size: 1rem;
  }
  .page-ophthalmology-about {
    padding-bottom: 174.999px;
    padding-bottom: 9.7222222222rem;
    padding-top: 140px;
    padding-top: 7.7777777778rem;
  }
  .page-ophthalmology-about__content {
    padding: 59.999px 100px 59.999px 100px;
    padding: 3.3333333333rem 5.5555555556rem 3.3333333333rem 5.5555555556rem;
    padding-bottom: 54px;
    padding-bottom: 3rem;
    padding-top: 59.999px;
    padding-top: 3.3333333333rem;
  }
  .page-ophthalmology-about__content::before {
    height: 316px;
    height: 17.5555555556rem;
    left: 10px;
    left: 0.5555555556rem;
    top: -129.999px;
    top: -7.2222222222rem;
    width: 316px;
    width: 17.5555555556rem;
  }
  .page-ophthalmology-about__content::after {
    font-size: 84px;
    font-size: 4.6666666667rem;
    right: 19.999px;
    right: 1.1111111111rem;
    top: -70px;
    top: -3.8888888889rem;
  }
  .page-ophthalmology-about__text {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    margin-top: 23.999px;
    margin-top: 1.3333333333rem;
  }
  .page-ophthalmology-about__wrapper {
    flex-direction: row;
    gap: 21.999px;
    gap: 1.2222222222rem;
    margin-top: 48px;
    margin-top: 2.6666666667rem;
  }
  .page-ophthalmology-about__wrapper::before {
    bottom: -250px;
    bottom: -13.8888888889rem;
    font-size: 84px;
    font-size: 4.6666666667rem;
    right: 19.999px;
    right: 1.1111111111rem;
  }
  .page-ophthalmology-about__wrapper-text {
    font-size: 18px;
    font-size: 1rem;
  }
  .page-ophthalmology-area {
    padding-bottom: 113.999px;
    padding-bottom: 6.3333333333rem;
    padding-top: 120.999px;
    padding-top: 6.7222222222rem;
  }
  .page-ophthalmology-area__title {
    gap: 90px;
    gap: 5rem;
  }
  .page-ophthalmology-area__title-en {
    font-size: 129.999px;
    font-size: 7.2222222222rem;
  }
  .page-ophthalmology-area__text-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-top: 2.6666666667rem;
    max-width: 516px;
    max-width: 28.6666666667rem;
  }
  .page-ophthalmology-area__btn-wrapper {
    margin-top: 48px;
    margin-top: 2.6666666667rem;
  }
  .page-ophthalmology-area__btn {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    padding: 25px 79.999px;
    padding: 1.3888888889rem 4.4444444444rem;
  }
  .page-ophthalmology-area__btn:hover {
    opacity: 1;
  }
  .page-ophthalmology-area__btn:hover::before {
    right: 14.999px;
    right: 0.8333333333rem;
  }
  .page-ophthalmology-case {
    margin-top: -88.999px;
    margin-top: -4.9444444444rem;
  }
  .page-ophthalmology-case .l-inner {
    max-width: 1080px;
    max-width: 60rem;
    padding-bottom: 73.999px;
    padding-bottom: 4.1111111111rem;
    padding-top: 169px;
    padding-top: 9.3888888889rem;
  }
  .page-ophthalmology-case__content {
    padding-bottom: 72px;
    padding-bottom: 4rem;
  }
  .page-ophthalmology-case__list {
    gap: 23.999px;
    gap: 1.3333333333rem;
    margin-top: 54px;
    margin-top: 3rem;
  }
  .page-ophthalmology-case__list02 {
    row-gap: 16px;
    row-gap: 0.8888888889rem;
    -moz-column-gap: 0.4444444444rem;
         column-gap: 0.4444444444rem;
    margin-top: 48px;
    margin-top: 2.6666666667rem;
  }
  .page-ophthalmology-case__list02-item {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    min-width: 120px;
    min-width: 6.6666666667rem;
    padding: 0 23.999px;
    padding: 0 1.3333333333rem;
  }
  .page-ophthalmology-eye {
    padding-bottom: 79.999px;
    padding-bottom: 4.4444444444rem;
    padding-top: 73.999px;
    padding-top: 4.1111111111rem;
  }
  .page-ophthalmology-eye__wrapper {
    flex-direction: row;
    gap: 39.999px;
    gap: 2.2222222222rem;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-top: 5rem;
    max-width: 1076px;
    max-width: 59.7777777778rem;
  }
  .page-ophthalmology-eye__wrapper::before {
    height: 417px;
    height: 23.1666666667rem;
    left: -90px;
    left: -5rem;
    top: -140px;
    top: -7.7777777778rem;
    width: 361.999px;
    width: 20.1111111111rem;
  }
  .page-ophthalmology-eye__wrapper-text-title {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
  }
  .page-ophthalmology-eye__wrapper-text {
    font-size: 18px;
    font-size: 1rem;
    margin-top: 41.999px;
    margin-top: 2.3333333333rem;
  }
  .page-ophthalmology-eye__wrapper-text:not(:first-of-type) {
    margin-top: 32px;
    margin-top: 1.7777777778rem;
  }
  .page-ophthalmology-eye__wrapper-img {
    max-width: 430px;
    max-width: 23.8888888889rem;
  }
  .page-ophthalmology-facility {
    padding-bottom: 79.999px;
    padding-bottom: 4.4444444444rem;
  }
  .page-ophthalmology-facility__cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(3.3333333333rem, auto) 1fr);
    -moz-column-gap: 3.3333333333rem;
         column-gap: 3.3333333333rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 79.999px;
    margin-top: 4.4444444444rem;
    max-width: 995.999px;
    max-width: 55.3333333333rem;
    row-gap: 48px;
    row-gap: 2.6666666667rem;
  }
  .page-ophthalmology-facility__list-item-title {
    font-size: 28.999px;
    font-size: 1.6111111111rem;
  }
  .page-ophthalmology-facility__cards-item-wrapper {
    padding: 23.999px 34.999px 16.999px 34.999px;
    padding: 1.3333333333rem 1.9444444444rem 0.9444444444rem 1.9444444444rem;
  }
  .page-ophthalmology-facility__cards-item-image {
    max-width: 397.999px;
    max-width: 22.1111111111rem;
  }
  .page-ophthalmology-feasible .l-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 882px;
    max-width: 49rem;
  }
  .page-ophthalmology-feasible__content::before {
    height: 316px;
    height: 17.5555555556rem;
    right: -77.999px;
    right: -4.3333333333rem;
    top: -129.999px;
    top: -7.2222222222rem;
    width: 316px;
    width: 17.5555555556rem;
  }
  .page-ophthalmology-feasible__list {
    gap: 23.999px;
    gap: 1.3333333333rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, minmax(3.3333333333rem, auto) auto);
    margin-top: 97px;
    margin-top: 5.3888888889rem;
  }
  .page-ophthalmology-feasible__list-item {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .page-ophthalmology-feasible__list-item-icon {
    height: 95.999px;
    height: 5.3333333333rem;
    width: 95.999px;
    width: 5.3333333333rem;
  }
  .page-ophthalmology-feasible__list-item-text {
    min-height: 59.999px;
    min-height: 3.3333333333rem;
  }
  .page-ophthalmology-feature {
    padding-bottom: 79.999px;
    padding-bottom: 4.4444444444rem;
  }
  .page-ophthalmology-feature__inner {
    max-width: 1200px;
    max-width: 66.6666666667rem;
    padding: 0 25px;
    padding: 0 1.3888888889rem;
  }
  .page-ophthalmology-feature__list-item {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
  }
  .page-ophthalmology-feature__list-item:nth-of-type(even) {
    flex-direction: row;
  }
  .page-ophthalmology-feature__list-item + .page-ophthalmology-feature__list-item {
    margin-top: 39.999px;
    margin-top: 2.2222222222rem;
  }
  .page-ophthalmology-feature__list-item-img {
    margin: 0 calc(50% - 50vw);
    margin: 0;
    margin: initial;
    max-width: 522px;
    max-width: 29rem;
    width: 100vw;
    width: 100%;
  }
  .page-ophthalmology-feature__list-item-content-bg {
    background-size: contain;
    border-radius: 0;
    margin-left: -50px;
    margin-left: -2.7777777778rem;
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    min-height: 500px;
    min-height: 27.7777777778rem;
    padding: 50px 309.999px 50px 30px;
    padding: 2.7777777778rem 17.2222222222rem 2.7777777778rem 1.6666666667rem;
    width: 88%;
    width: 100vw;
  }
  .page-ophthalmology-feature__list-item:nth-of-type(even) .page-ophthalmology-feature__list-item-content-bg {
    margin-left: -190px;
    margin-left: -10.5555555556rem;
    padding: 50px 30px 50px 309.999px;
    padding: 2.7777777778rem 1.6666666667rem 2.7777777778rem 17.2222222222rem;
  }
  .page-ophthalmology-feature__list-item:nth-child(2) .page-ophthalmology-feature__list-item-content-bg {
    background-position: right;
  }
  .page-ophthalmology-feature__list-item:nth-of-type(odd) .page-ophthalmology-feature__list-item-content-bg {
    margin-left: calc(50% - 50vw);
    margin-right: -190px;
    margin-right: -10.5555555556rem;
  }
  .page-ophthalmology-feature__list-item-content {
    max-width: 255px;
    max-width: 14.1666666667rem;
    width: 100%;
  }
  .page-ophthalmology-feature__list-item-content-number {
    font-size: 84.999px;
    font-size: 4.7222222222rem;
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-ophthalmology-feature__list-item:nth-of-type(even) .page-ophthalmology-feature__list-item-content-number {
    left: auto;
    left: initial;
    right: 23%;
  }
  .page-ophthalmology-feature__list-item:nth-of-type(odd) .page-ophthalmology-feature__list-item-content {
    margin-left: auto;
  }
  .page-ophthalmology-feature__list-item-title {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
  .page-ophthalmology-feature__list-item-text {
    margin-top: 39.999px;
    margin-top: 2.2222222222rem;
  }
  .page-ophthalmology-feature__list-item-btn-wrap {
    text-align: left;
  }
  .page-ophthalmology-flow {
    padding-bottom: 120px;
    padding-bottom: 6.6666666667rem;
  }
  .page-ophthalmology-flow__title {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
  .page-ophthalmology-flow__title {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
  .page-ophthalmology-flow__content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 79.999px;
    margin-top: 4.4444444444rem;
    max-width: 1081.999px;
    max-width: 60.1111111111rem;
  }
  .flow-list {
    -moz-column-gap: 3.3333333333rem;
         column-gap: 3.3333333333rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
  .flow-list__item:not(:last-of-type):after {
    background: linear-gradient(73deg, #3D78A8 0%, #509C90 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    content: "";
    height: 30px;
    height: 1.6666666667rem;
    position: absolute;
    right: -55px;
    right: -3.0555555556rem;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    width: 1.6666666667rem;
    z-index: 1;
  }
  .flow-list__item-number {
    height: 100px;
    height: 5.5555555556rem;
    width: 100px;
    width: 5.5555555556rem;
  }
  .flow-list__item-number-step {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
  .flow-list__item-number-digit {
    font-size: 43.999px;
    font-size: 2.4444444444rem;
    margin-top: 7.999px;
    margin-top: 0.4444444444rem;
  }
  .flow-list__item-img {
    width: 120px;
    width: 6.6666666667rem;
  }
  .flow-list__item-text-wrap {
    max-width: 349.999px;
    max-width: 19.4444444444rem;
    padding: 0 30.999px 39.999px 30.999px;
    padding: 0 1.7222222222rem 2.2222222222rem 1.7222222222rem;
  }
  .flow-list__item-text {
    font-size: 25px;
    font-size: 1.3888888889rem;
    margin-top: 19.999px;
    margin-top: 1.1111111111rem;
  }
  .flow-list__item-description {
    font-size: 14.999px;
    font-size: 0.8333333333rem;
    line-height: 1.7;
    margin-top: 19.999px;
    margin-top: 1.1111111111rem;
  }
  .page-ophthalmology-flow__download {
    margin-top: 50px;
    margin-top: 2.7777777778rem;
  }
  .page-ophthalmology-flow__download-text {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
  .page-ophthalmology-flow__download-btn {
    font-size: 30px;
    font-size: 1.6666666667rem;
    margin-top: 39.999px;
    margin-top: 2.2222222222rem;
    padding: 10px 70px;
    padding: 0.5555555556rem 3.8888888889rem;
  }
  .page-ophthalmology-mv {
    max-height: 507.999px;
    max-height: 28.2222222222rem;
    padding-top: 167px;
    padding-top: 9.2777777778rem;
  }
  .page-ophthalmology-mv::before {
    top: 86%;
  }
  .page-ophthalmology-mv__inner {
    height: inherit;
    max-height: 507.999px;
    max-height: 28.2222222222rem;
    padding-left: 12%;
    padding-right: 12%;
  }
  .page-ophthalmology-mv__title-wrap {
    left: calc(50% - min(50vw, 29.5555555556rem));
    top: 38%;
    width: auto;
    width: initial;
  }
  .page-ophthalmology-mv__main-title {
    font-size: 41.999px;
    font-size: 2.3333333333rem;
    gap: 19.999px;
    gap: 1.1111111111rem;
  }
  .page-ophthalmology-mv__img {
    max-width: 862px;
    max-width: 47.8888888889rem;
  }
  .page-ophthalmology-mv__list {
    gap: 30px;
    gap: 1.6666666667rem;
    transform: translateY(-114%);
  }
  .page-ophthalmology-mv__list-item {
    flex-direction: row;
    padding-bottom: 14.999px;
    padding-bottom: 0.8333333333rem;
    padding-left: 19.999px;
    padding-left: 1.1111111111rem;
    padding-right: 19.999px;
    padding-right: 1.1111111111rem;
    padding-top: 25px;
    padding-top: 1.3888888889rem;
  }
  .page-ophthalmology-mv__list-item-icon {
    height: 79.999px;
    height: 4.4444444444rem;
    width: 79.999px;
    width: 4.4444444444rem;
  }
  .page-ophthalmology-offer {
    padding-bottom: 149.999px;
    padding-bottom: 8.3333333333rem;
  }
  .page-ophthalmology-offer__title-wrapper {
    max-width: 676px;
    max-width: 37.5555555556rem;
    padding: 6% 0;
  }
  .page-ophthalmology-offer__title {
    font-size: 36px;
    font-size: 2rem;
  }
  .page-ophthalmology-offer__list {
    gap: 32px;
    gap: 1.7777777778rem;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 79.999px;
    margin-top: 4.4444444444rem;
    max-width: 1000px;
    max-width: 55.5555555556rem;
  }
  .page-ophthalmology-offer__list-item {
    gap: 18px;
    gap: 1rem;
  }
  .page-ophthalmology-offer__list-item-icon {
    max-width: 100%;
    order: 1;
    width: 100%;
  }
  .page-ophthalmology-offer__list-item-title {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    order: 2;
    text-align: left;
  }
  .page-ophthalmology-offer__list-item-text {
    font-size: 18px;
    font-size: 1rem;
  }
  .page-ophthalmology-price {
    padding-bottom: 79.999px;
    padding-bottom: 4.4444444444rem;
    padding-top: 95.999px;
    padding-top: 5.3333333333rem;
  }
  .page-ophthalmology-price .section-title {
    font-size: 41.999px;
    font-size: 2.3333333333rem;
  }
  .page-ophthalmology-price__text {
    margin-top: 64.999px;
    margin-top: 3.6111111111rem;
  }
  .page-ophthalmology-price__total-text {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
  .page-ophthalmology-price__total-text span {
    font-size: 50.999px;
    font-size: 2.8333333333rem;
  }
  .page-ophthalmology-price__total-items {
    margin-left: auto;
    margin-right: auto;
    max-width: 531px;
    max-width: 29.5rem;
  }
  .page-ophthalmology-price__total-item {
    padding: 14.999px 19.999px;
    padding: 0.8333333333rem 1.1111111111rem;
  }
  .page-ophthalmology-price__total-item-text {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
  .page-ophthalmology-price__note {
    font-size: 16px;
    font-size: 0.8888888889rem;
    max-width: 671.999px;
    max-width: 37.3333333333rem;
  }
  .page-ophthalmology-table {
    padding: 79.999px 25px 10px 25px;
    padding: 4.4444444444rem 1.3888888889rem 0.5555555556rem 1.3888888889rem;
  }
  .page-ophthalmology-table__title {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    margin-bottom: 50px;
    margin-bottom: 2.7777777778rem;
  }
  .page-ophthalmology-table__title span {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .page-ophthalmology-table__sub-title {
    font-size: 28px;
    font-size: 1.5555555556rem;
  }
  .page-ophthalmology-table__table {
    min-width: auto;
  }
  .page-ophthalmology-table__header th {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    padding: 16px 19.999px;
    padding: 0.8888888889rem 1.1111111111rem;
  }
  .page-ophthalmology-table__body td {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    padding: 10px 10px;
    padding: 0.5555555556rem 0.5555555556rem;
  }
  .page-ophthalmology-table__item-name {
    padding-left: 30px;
    padding-left: 1.6666666667rem;
  }
  .page-ophthalmology-table__price {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
  .page-ophthalmology-table__note {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
  .page-ophthalmology-table__dash {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .page-ophthalmology-table__footer td {
    font-size: 18px;
    font-size: 1rem;
    padding: 19.999px 19.999px;
    padding: 1.1111111111rem 1.1111111111rem;
  }
  .page-recruit {
    padding-top: 59.999px;
    padding-top: 3.3333333333rem;
  }
  .page-recruit__container {
    margin-top: 50px;
    margin-top: 2.7777777778rem;
    padding-bottom: 95.999px;
    padding-bottom: 5.3333333333rem;
    padding-top: 99px;
    padding-top: 5.5rem;
  }
  .page-recruit__occupation {
    font-size: 39.999px;
    font-size: 2.2222222222rem;
    padding: 10px 75.999px;
    padding: 0.5555555556rem 4.2222222222rem;
  }
  .page-recruit__summary {
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-left: 0;
    padding-right: 0;
    padding-right: 3%;
    padding-top: 0px;
    padding-top: 0rem;
    -moz-column-gap: 4.3333333333rem;
         column-gap: 4.3333333333rem;
    grid-template-areas: "image title" "image text";
    margin-left: auto;
    margin-right: auto;
    margin-top: 46.999px;
    margin-top: 2.6111111111rem;
    max-width: 1078.999px;
    max-width: 59.9444444444rem;
  }
  .page-recruit__summary-image {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: 311px;
    max-width: 17.2777777778rem;
  }
  .page-recruit__summary-image img {
    border-radius: 0;
  }
  .page-recruit__summary-title {
    font-size: 34.999px;
    font-size: 1.9444444444rem;
    margin-top: 34px;
    margin-top: 1.8888888889rem;
    text-align: left;
  }
  .page-recruit__summary-text-wrapper {
    gap: 23px;
    gap: 1.2777777778rem;
    margin-top: 0;
  }
  .page-recruit__summary-text {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .page-recruit__detail {
    flex-direction: row;
    gap: 68px;
    gap: 3.7777777778rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
    max-width: 799.999px;
    max-width: 44.4444444444rem;
  }
  .page-recruit__detail-wrapper {
    gap: 37.999px;
    gap: 2.1111111111rem;
  }
  .page-recruit__label {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
  }
  .page-recruit__detail-list {
    gap: 7.999px;
    gap: 0.4444444444rem;
    margin-top: 16px;
    margin-top: 0.8888888889rem;
  }
  .page-recruit__detail-item {
    font-size: 19.999px;
    font-size: 1.1111111111rem;
  }
  .page-recruit__detail-images {
    gap: 16.999px;
    gap: 0.9444444444rem;
  }
  .page-recruit__detail-image {
    max-width: 237px;
    max-width: 13.1666666667rem;
    width: 100%;
  }
  .page-recruit-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55.999px;
    margin-top: 3.1111111111rem;
    max-width: 799.999px;
    max-width: 44.4444444444rem;
    row-gap: 82.999px;
    row-gap: 4.6111111111rem;
  }
  .page-recruit-list__item {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    width: calc(50% - 3.3333333333rem);
  }
  .page-recruit-list__item--big {
    width: 100%;
  }
  .page-recruit-list__item--small {
    font-size: 18px;
    font-size: 1rem;
  }
  .page-recruit__detail-item span {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
  }
  .page-service__main {
    padding-bottom: 111.999px;
    padding-bottom: 6.2222222222rem;
    padding-top: 79.999px;
    padding-top: 4.4444444444rem;
  }
  .page-service__list-wrapper:not(:first-child):not(:nth-child(4) -child) {
    margin-top: 54px;
    margin-top: 3rem;
  }
  .page-service__list-wrapper::before {
    width: 95%;
  }
  .page-service__list-wrapper--gastroenterology:before {
    border-radius: 0 3.3333333333rem 0 0;
    left: 0;
  }
  .page-service__list-wrapper--general-medicine:before {
    border-radius: 3.3333333333rem 0 0 0;
    right: 0;
  }
  .page-service__list-wrapper--ophthalmology:before {
    border-radius: 0 3.3333333333rem 0 0;
    height: 198%;
    left: 0;
  }
  .page-service__list-wrapper--ophthalmology-visit:before {
    border-radius: 0 3.3333333333rem 0 0;
  }
  .page-service__list-wrapper--self-pay:before {
    border-radius: 3.3333333333rem 0 0 0;
    right: 0;
  }
  .page-service__content {
    grid-template-columns: 1fr 1fr;
    row-gap: 0px;
    row-gap: 0rem;
    -moz-column-gap: 3.3333333333rem;
         column-gap: 3.3333333333rem;
    padding-bottom: 57px;
    padding-bottom: 3.1666666667rem;
    padding-left: 39.999px;
    padding-left: 2.2222222222rem;
    padding-right: 39.999px;
    padding-right: 2.2222222222rem;
    padding-top: 46.999px;
    padding-top: 2.6111111111rem;
    width: 90%;
  }
  .page-service__content--gastroenterology,
  .page-service__content--ophthalmology {
    grid-template-areas: "title-sub title-sub" "image title-main" "image text" "image btn";
    grid-template-rows: auto 3.3333333333rem auto;
  }
  .page-service__content--general-medicine {
    grid-template-areas: "title-sub title-sub" "title-main image" "text image";
    grid-template-rows: auto 3.3333333333rem auto;
  }
  .page-service__content--self-pay {
    grid-template-areas: "title-sub title-sub" "title-main title-main" "text image";
    grid-template-rows: auto 5rem auto;
  }
  .page-service__content--ophthalmology-visit {
    grid-template-areas: "title-main title-sub title-sub" "image image text" "image image btn";
    grid-template-columns: 0.6fr 0.4fr 1fr;
    grid-template-rows: 4.8888888889rem auto auto auto;
  }
  .page-service__content--gastroenterology::before {
    height: 289.999px;
    height: 16.1111111111rem;
    right: 199.999px;
    right: 11.1111111111rem;
    top: 60%;
    transform: translateY(-50%);
    width: 232px;
    width: 12.8888888889rem;
    z-index: -1;
  }
  .page-service__content--general-medicine::before {
    height: 367.999px;
    height: 20.4444444444rem;
    left: 100px;
    left: 5.5555555556rem;
    top: 60%;
    transform: translateY(-50%);
    width: 347px;
    width: 19.2777777778rem;
    z-index: -1;
  }
  .page-service__content--ophthalmology::before {
    height: 417px;
    height: 23.1666666667rem;
    right: 50px;
    right: 2.7777777778rem;
    top: 349.999px;
    top: 19.4444444444rem;
    transform: translateY(-50%);
    width: 363px;
    width: 20.1666666667rem;
    z-index: -1;
  }
  .page-service__content-title-sub {
    font-size: 41.999px;
    font-size: 2.3333333333rem;
  }
  .page-service__content-title-main {
    font-size: 30px;
    font-size: 1.6666666667rem;
    text-align: left;
  }
  .page-service__content--ophthalmology .page-service__content-title-main {
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
  }
  .page-service__content--ophthalmology-visit .page-service__content-title-main,
  .page-service__content--self-pay .page-service__content-title-main {
    align-items: center;
    justify-content: flex-start;
  }
  .page-service__content-image {
    max-width: 509.999px;
    max-width: 28.3333333333rem;
  }
  .page-service__content--ophthalmology .page-service__content-text-wrapper {
    margin-top: 59.999px;
    margin-top: 3.3333333333rem;
  }
  .page-service__content-text-wrapper {
    gap: 39.999px;
    gap: 2.2222222222rem;
  }
  .page-service__content__btn-link {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
    gap: 10px;
    gap: 0.5555555556rem;
  }
  .page-service__content__btn-link-icon {
    height: 34.999px;
    height: 1.9444444444rem;
    width: 34.999px;
    width: 1.9444444444rem;
  }
  .section-title {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
  .section-title__en {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
  .section-title--green {
    font-size: 39.999px;
    font-size: 2.2222222222rem;
  }
  .section-title--blue {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: 23.999px;
    font-size: 1.3333333333rem;
  }
  .nav-links ul li {
    margin: 0 10px;
    margin: 0 0.5555555556rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    padding: 10px;
    padding: 0.5555555556rem;
  }
  .header__nav-item--ophthalmology a > span:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .header__nav-item--ophthalmology a > span:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .header__nav-item--ophthalmology a > span:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top-fv__main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-top-fv__text-area {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-about-doctor__content > .p-top-fv__text-area {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-recruit__summary > .p-top-fv__text-area {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top-fv__sub-images {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-about-doctor .section-title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-about-doctor__content > .section-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-recruit__summary > .section-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-about-doctor__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit__summary > .page-about-doctor__image-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .page-service__content--gastroenterology > .page-about-doctor__image-wrapper, .page-service__content--ophthalmology > .page-about-doctor__image-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .page-service__content--general-medicine > .page-about-doctor__image-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .page-service__content--self-pay > .page-about-doctor__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .page-service__content--ophthalmology-visit > .page-about-doctor__image-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-about-doctor__text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-recruit__summary > .page-about-doctor__text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-service__content--gastroenterology > .page-about-doctor__text-wrapper, .page-service__content--ophthalmology > .page-about-doctor__text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-service__content--general-medicine > .page-about-doctor__text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-service__content--self-pay > .page-about-doctor__text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-service__content--ophthalmology-visit > .page-about-doctor__text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-recruit__summary-image {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit__summary > .page-recruit__summary-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .page-service__content--gastroenterology > .page-recruit__summary-image, .page-service__content--ophthalmology > .page-recruit__summary-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .page-service__content--general-medicine > .page-recruit__summary-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .page-service__content--self-pay > .page-recruit__summary-image {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .page-service__content--ophthalmology-visit > .page-recruit__summary-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-recruit__summary-title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-about-doctor__content > .page-recruit__summary-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-recruit__summary > .page-recruit__summary-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-recruit__summary-text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-recruit__summary > .page-recruit__summary-text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-service__content--gastroenterology > .page-recruit__summary-text-wrapper, .page-service__content--ophthalmology > .page-recruit__summary-text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-service__content--general-medicine > .page-recruit__summary-text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-service__content--self-pay > .page-recruit__summary-text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-service__content--ophthalmology-visit > .page-recruit__summary-text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-service__content-title-sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-service__content--general-medicine > .page-service__content-title-sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-service__content--self-pay > .page-service__content-title-sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-service__content--ophthalmology-visit > .page-service__content-title-sub {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .page-service__content-title-main {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page-service__content--general-medicine > .page-service__content-title-main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-service__content--self-pay > .page-service__content-title-main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-service__content--ophthalmology-visit > .page-service__content-title-main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .page-service__content-image {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit__summary > .page-service__content-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .page-service__content--gastroenterology > .page-service__content-image, .page-service__content--ophthalmology > .page-service__content-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .page-service__content--general-medicine > .page-service__content-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .page-service__content--self-pay > .page-service__content-image {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .page-service__content--ophthalmology-visit > .page-service__content-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-service__content-text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-recruit__summary > .page-service__content-text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-service__content--gastroenterology > .page-service__content-text-wrapper, .page-service__content--ophthalmology > .page-service__content-text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page-service__content--general-medicine > .page-service__content-text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-service__content--self-pay > .page-service__content-text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-service__content--ophthalmology-visit > .page-service__content-text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page-service__content__btn {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page-service__content--ophthalmology-visit > .page-service__content__btn {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media (min-width: 1200px){
  html {
    font-size: 18px;
  }
}

@media screen and (hover: hover) and (min-width: 768px){
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media screen and (min-width: 1000px){
  .c-title {
    color: blue;
  }
}

@media screen and (min-width: 1320px){
  .c-title {
    color: green;
  }
  .header__inner {
    padding: 0 30px;
    padding: 0 1.6666666667rem;
  }
  .header__nav-item a {
    font-size: 18px;
    font-size: 1rem;
    padding: 0 14.999px;
    padding: 0 0.8333333333rem;
    padding: 0 14.999px;
    padding: 0 0.8333333333rem;
  }
  .header__nav-item--blue a {
    color: #fff;
    line-height: 1;
    padding: 0 39.999px 0px 19.999px;
    padding: 0 2.2222222222rem 0rem 1.1111111111rem;
    position: relative;
  }
  .header__nav-item--yellow a {
    padding: 0 39.999px 0px 19.999px;
    padding: 0 2.2222222222rem 0rem 1.1111111111rem;
  }
  .header__nav-item--phone a {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
  .page-ophthalmology-feature__list-item-content-bg {
    background-size: cover;
  }
  .page-ophthalmology-feature__list-item:nth-child(2) .page-ophthalmology-feature__list-item-content-bg {
    background-position: inherit;
  }
  .page-ophthalmology-price::after {
    background-size: cover;
    height: 435.999px;
    height: 24.2222222222rem;
  }
}

@media (min-width: 1600px){
  .page-ophthalmology-mv::before {
    background-size: cover;
  }
}

@media screen and (min-width: 400px){
  .page-ophthalmology-mv__list {
    gap: 10px;
    gap: 0.5555555556rem;
  }
}
/*# sourceMappingURL=style.css.map */
