@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
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[role=list],
ol[role=list] {
  list-style: none;
}

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

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

/* 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 {
  max-width: 100%;
  display: block;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*
[href*="./pediatric_ophthalmology.html"] //求人情報,小児眼科
{ pointer-events: none;
 &:focus-visible {
   outline: 1px solid #999;
   opacity: .5;
   color:#999;
 }
}
*/
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(800px) translate3d(0, 0, 0) rotateY(20deg);
            transform: perspective(800px) translate3d(0, 0, 0) rotateY(20deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(800px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(800px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(800px) translate3d(0, 0, 0) rotateY(20deg);
            transform: perspective(800px) translate3d(0, 0, 0) rotateY(20deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(800px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(800px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.line_mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FFD398)) repeat scroll 0 -0.2em;
  background: linear-gradient(transparent 75%, #FFD398 75%) repeat scroll 0 -0.2em;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.mincho {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.mail::before {
  font-family: "fontello";
  content: "\e900";
  margin-right: 0.2rem;
}

.txt_red {
  color: #ff0000;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
}

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt0 {
  margin-top: 0rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .main > section ~ section:not(.disease, .cal), .flex2 > section ~ section:not(.disease, .cal) {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  background: #fff;
  padding: 1rem;
  border-radius: 0.3rem 0.3rem 0 0;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  padding: 0 1rem 1rem;
  background: #fff;
  border-radius: 0 0 0.3rem 0.3rem;
}
.tbl_time caption ul {
  font-size: 90%;
}
.tbl_time caption ul li:not(:last-of-type) {
  margin: 0 0 1rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
}
.tbl_time tr th[scope=col]:last-child {
  width: 16%;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  line-height: 1;
  color: #191970;
  font-size: 105%;
}
.tbl_time tr.am th, .tbl_time tr.am td {
  padding: 1.5rem 0 0.5rem;
}
.tbl_time tr.pm th, .tbl_time tr.pm td {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0 1.5rem;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
    border-radius: 0.6rem 0.6rem 0 0;
    padding: 1rem 2rem 2rem;
  }
  .tbl_time caption {
    border-radius: 0 0 0.6rem 0.6rem;
    padding: 0 2rem 2rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 27%;
  }
  .tbl_time tr.am th, .tbl_time tr.am td {
    padding: 2.6rem 0 0.7rem;
  }
  .tbl_time tr.pm th, .tbl_time tr.pm td {
    padding: 0.7rem 0 2.6rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: #F5F5F9;
  font-size: 2.2rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  position: relative;
}
.tit_01 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 10rem;
  background: url(../img/tit_01_k.svg) no-repeat left center/auto 100%;
}

.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 3rem;
}
.tit_02::after {
  content: "";
  width: 3.5rem;
  height: 0.2rem;
  background: #191970;
  display: block;
  margin: 1rem auto 0;
}

.tit_03 {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0.5rem 1rem;
  background: #191970;
}

.tit_04 {
  font-size: 1.6rem;
  color: #191970;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 2rem;
}
.tit_04::after {
  content: "";
  height: 0.1rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#191970), color-stop(7rem, #191970), color-stop(7rem, #ccc), to(#ccc));
  background: linear-gradient(90deg, #191970 0%, #191970 7rem, #ccc 7rem, #ccc 100%);
  display: block;
  margin: 0.5rem 0 0;
}

.tit_05 {
  font-size: 1.6rem;
  color: #191970;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 2rem;
  padding: 0 0 0 1rem;
  border-left: 3px solid #9393CC;
}

.tit_06 {
  font-size: 1.6rem;
  color: #191970;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0 0 0 1.8rem;
  position: relative;
}
.tit_06::before {
  content: "";
  width: 0.8rem;
  height: 0.2rem;
  background: #9393CC;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
  }
  .tit_01 span {
    min-height: 36rem;
    width: 120rem;
    margin: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 auto 5rem;
  }
  .tit_02::after {
    width: 7rem;
    margin: 2rem auto 0;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 3rem;
    padding: 0.9rem 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04::after {
    margin: 1rem 0 0;
    background: -webkit-gradient(linear, left top, right top, from(#191970), color-stop(10rem, #191970), color-stop(10rem, #ccc), to(#ccc));
    background: linear-gradient(90deg, #191970 0%, #191970 10rem, #ccc 10rem, #ccc 100%);
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0 2rem;
  }
  .tit_06 {
    font-size: 1.8rem;
    margin: 0 0 3rem;
    padding: 0 0 0 2.5rem;
  }
  .tit_06::before {
    width: 1rem;
    height: 0.3rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1.5rem;
}
.lst_ul > li::before {
  content: "●";
  color: #FFE100;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #111111;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: #111111;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #111111;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.lst_dl02 {
  border: 1px solid #CCC;
}
.lst_dl02 dt,
.lst_dl02 dd {
  padding: 1rem;
}
.lst_dl02 dt {
  background: #E2E2ED;
  color: #191970;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.lst_dl02 dd {
  background: #F5F5F9;
}
.lst_dl02 dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl02 dt {
    width: 30%;
    border-bottom: none;
    border-right: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lst_dl02 dt:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
  .lst_dl02 dd {
    width: 70%;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow li {
  background-color: #E2E2ED;
  padding: 2rem;
  position: relative;
}
.lst_flow li:not(:last-of-type) {
  margin-bottom: 5rem;
}
.lst_flow li::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: 2.5rem;
  top: 2.4rem;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lst_flow li:not(:last-of-type)::after {
  content: "";
  border: 1.5rem solid transparent;
  border-top: 2rem solid #191970;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.lst_flow li .tit {
  padding: 0.5rem 1rem 0.5rem 4.5rem;
  background: #191970;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_flow li {
    padding: 3rem;
  }
  .lst_flow li:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  .lst_flow li::before {
    font-size: 2.4rem;
    top: 3.7rem;
    left: 4rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .lst_flow li:not(:last-of-type)::after {
    border: 2.5rem solid transparent;
    border-top: 3rem solid #191970;
    bottom: -8rem;
  }
  .lst_flow li .tit {
    padding: 0.5rem 2rem 0.5rem 5.5rem;
    font-size: 2rem;
  }
}

.lst_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 100vh;
  color: #C63527;
  padding: 0.6rem 3.8rem 0.5rem 3.5rem;
  line-height: 1.6;
  position: relative;
  border: 0.2rem solid #C63527;
  text-decoration: none !important;
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 0.8rem;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lst_anc li a.page::after {
  font-family: "fontello";
  content: "\e4a2";
}
@media screen and (min-width: 48em), print {
  .lst_anc li a {
    padding: 1rem 7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lst_anc li a::after {
    font-size: 90%;
    right: 2rem;
  }
  .lst_anc li a:hover {
    opacity: 1;
    background: #C63527;
    color: #fff;
  }
  .lst_anc li a:hover::after {
    color: #fff;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.tel::before {
  font-family: "fontello";
  content: "\e801";
}
.tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.box_blue,
.box_yellow {
  padding: 2rem 1rem;
}
@media screen and (min-width: 48em), print {
  .box_blue,
  .box_yellow {
    padding: 3rem;
  }
}

.box_blue {
  background: #F5F5F9;
}

.box_yellow {
  background: #FEFCEF;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 100vh;
  color: #fff;
  padding: 1rem 4.5rem;
  line-height: 1.6;
  position: relative;
}
.btn::after {
  font-family: "fontello";
  content: "\e4a2";
  color: #fff;
  position: absolute;
  right: 0.8rem;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.navy {
  background: #191970;
}
.btn.yellow {
  background: #FCCF00;
}
.btn.red {
  background: #C63527;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1rem 7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn::after {
    font-size: 90%;
    right: 2rem;
  }
  .btn.navy {
    border: 0.2rem solid #191970;
  }
  .btn.navy:hover {
    opacity: 1;
    background: #fff;
    color: #191970;
  }
  .btn.navy:hover::after {
    color: #191970;
  }
  .btn.yellow {
    border: 0.2rem solid #FCCF00;
  }
  .btn.yellow:hover {
    opacity: 1;
    background: #fff;
    color: #FFE100;
  }
  .btn.yellow:hover::after {
    color: #FFE100;
  }
  .btn.red {
    border: 0.2rem solid #C63527;
  }
  .btn.red:hover {
    opacity: 1;
    background: #fff;
    color: #C63527;
  }
  .btn.red:hover::after {
    color: #C63527;
  }
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.tbl tr th {
  text-align: center;
  padding: 0.8rem;
  border: 1px solid #CCC;
  background: #E2E2ED;
  color: #191970;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  width: 30%;
}
.tbl tr td {
  text-align: left;
  padding: 0.8rem;
  border: 1px solid #CCC;
  background: #F5F5F9;
  width: 70%;
}

@media screen and (min-width: 48em), print {
  .tbl {
    table-layout: fixed;
  }
  .tbl tr th {
    width: 20%;
    padding: 1.6rem 2rem;
  }
  .tbl tr td {
    width: 80%;
    padding: 1.6rem 2rem;
  }
}
.slick-arrow {
  position: absolute;
  top: 9rem;
  cursor: pointer;
  font-size: 0;
  color: #191970;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 2.5rem;
}
.slick-arrow.slick-prev {
  left: -3.3rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e4a1";
}
.slick-arrow.slick-next {
  right: -3.3rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\e4a2";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    top: 23rem;
  }
  .slick-arrow::before {
    font-size: 5rem;
  }
  .slick-arrow.slick-prev {
    left: -7rem;
  }
  .slick-arrow.slick-next {
    right: -7rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: #9393CC;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #111111;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #111111;
  font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 6rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 8rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 54% 46%;
  grid-template-columns: 54% 46%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.header > .wrap .headR ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.header > .wrap .headR ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.header > .wrap .headR ul li {
  font-size: 1.1rem;
}
.header > .wrap .headR ul li.tel_wrap {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.header > .wrap .headR ul li.tel_wrap .tel {
  font-size: 2rem;
  color: #191970;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.header > .wrap .headR ul li.add {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.header > .wrap .headR ul li.acs {
  background: #F5F5F9;
  text-align: center;
  border-radius: 0.3rem;
  padding: 1rem 0.5rem;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  font-size: 1.3rem;
}
.header > .wrap .headR ul li.acs span {
  font-weight: bold;
}
.header > .wrap .headR ul li.acs .btn {
  margin: 1rem 0 0;
  padding: 0.5rem 3.5rem;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 67%;
    margin: 0;
  }
  .header > .wrap .headR ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-text-size-adjust: none;
  }
  .header > .wrap .headR ul li.tel_wrap .tel {
    font-size: 3rem;
    letter-spacing: 0.025em;
  }
  .header > .wrap .headR ul li.add {
    font-size: 1.8rem;
    padding: 0 0 0 1rem;
    letter-spacing: 0.025em;
    margin: 0 0 0 auto;
  }
  .header > .wrap .headR ul li.acs {
    border-radius: 0.6rem;
    font-size: 1.8rem;
    padding: 1rem;
  }
  .header > .wrap .headR ul li.acs .btn {
    padding: 0.1rem 5.2rem;
  }
  .header > .wrap .headR ul li.acs .btn::after {
    right: 1.2rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: #191970;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu span:nth-of-type(1) {
  top: 1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav #sp_menu span:nth-of-type(2) {
  top: 2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav #sp_menu span:nth-of-type(3) {
  top: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav #sp_menu.close span:nth-of-type(1) {
  -webkit-transform: translate(-1.2rem, 0.9rem) rotate(-405deg);
          transform: translate(-1.2rem, 0.9rem) rotate(-405deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  display: none;
}
#nav #sp_menu.close span:nth-of-type(3) {
  -webkit-transform: translate(-1.2rem, -0.9rem) rotate(405deg);
          transform: translate(-1.2rem, -0.9rem) rotate(405deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 7rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li {
  padding: 1rem 0;
}
#nav .gnav_subnav .gnav > li.disease_wrap {
  display: none;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 0 1rem;
  font-size: 1.4rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  border-left: 3px solid #191970;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\34";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #191970;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\33";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  margin-top: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: rgba(226, 226, 237, 0.9);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  color: #111111;
  position: relative;
  padding: 1rem 1rem 1rem 2.5rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  content: "-";
  position: absolute;
  font-size: 120%;
  left: 1rem;
  top: 0.6rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.refractive_error {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  border: none;
  background: rgba(255, 255, 255, 0.6);
}
#nav .gnav_subnav .gnav > li.header_none {
  display: none;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  background: #E2E2ED;
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
  color: #191970;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 1rem 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 0.5rem 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li .sub::before {
    content: "";
    width: 0;
    height: 0.2rem;
    background-color: #191970;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #nav .gnav_subnav .gnav > li > a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    border-left: none;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current)::before, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::before {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 68rem;
    position: absolute;
    z-index: 100;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    max-height: calc(var(--vh, 1vh) * 100 - 18rem);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    padding: 1rem 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav:not(.no_flex) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav:not(.no_flex) li {
    width: 50%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    width: 100%;
    padding: 2rem 1rem 2rem 2.5rem;
    font-size: 1.8rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    border-left: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
    top: 1.5rem;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  background: #F5F5F9;
  padding: 3rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview > .wrap .overviewL .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 26%;
  color: #111111;
  text-align: center;
  padding: 0 0 0.5rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
}
.overview > .wrap .overviewL .gaiyo dt span {
  display: block;
  background: #E2E2ED;
  padding: 0.5rem;
  border-radius: 0.2rem;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 74%;
  padding: 0.5rem;
}
.overview > .wrap .overviewL .gaiyo dd.add br {
  display: none;
}
.overview > .wrap .overviewL .gaiyo dd:not(:last-of-type) {
  margin: 0 0 0.5rem;
}
.overview > .wrap .overviewL .gaiyo dd .tel::before {
  display: none;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.5rem 0 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 5rem 0;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overviewL {
    width: 47.5%;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 3rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 34rem;
    margin: 0;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    font-size: 1.6rem;
    width: 17.5%;
  }
  .overview > .wrap .overviewL .gaiyo dt span {
    border-radius: 0.3rem;
    padding: 0.6rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 77%;
    line-height: 1.5;
  }
  .overview > .wrap .overviewL .gaiyo dd:not(:last-of-type) {
    margin: 0 0 1.8rem;
  }
  .overview > .wrap .overviewR {
    width: 47.5%;
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 100%;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 1rem rgba(25, 25, 112, 0.1);
          box-shadow: 0 -0.2rem 1rem rgba(25, 25, 112, 0.1);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  height: 100%;
}
#tel_up ul li .tel {
  height: 100%;
  font-size: 2rem;
  color: #191970;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
}
#tel_up ul li .tel a {
  gap: 0 0.4rem;
  height: 100%;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5rem 1rem 1rem;
  line-height: 1;
  background: #E2E2ED;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    background: none;
    width: 6rem;
    height: 6rem;
    padding: 0;
  }
  #tel_up #pageup::before {
    font-family: "fontello";
    content: "\e803";
    color: #E2E2ED;
    font-size: 5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
  }
  #tel_up #pageup:is(:hover, :focus-visible)::before {
    color: #9393CC;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #191970;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .copy {
    margin: 2rem 0 0;
    font-size: 1.8rem;
    padding: 2.7rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul li.footer_none, .footer ul li.surgery_btn, .footer ul li.treatment_btn {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keyvsl > .wrap .catch {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  text-shadow: 0.1rem 0.1rem 0 #fff, 0.1rem 0 0 #fff, 0.1rem -0.1rem 0 #fff, 0 -0.1rem 0 #fff, -0.1rem -0.1rem 0 #fff, -0.1rem 0 0 #fff, -0.1rem 0.1rem 0 #fff, 0 0.1rem 0 #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
}
.keyvsl > .wrap .open {
  position: absolute;
  bottom: -7rem;
  left: 1rem;
  right: 1rem;
}
.keyvsl > .wrap .open li {
  text-align: center;
  padding: 0.3rem;
  border-radius: 0.6rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: bold;
}
.keyvsl > .wrap .open li.newopen {
  background: #191970;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
.keyvsl > .wrap .open li.newopen span {
  border: 1px solid #fff;
}
.keyvsl > .wrap .open li span {
  display: block;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 76rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 76rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 3.6rem;
    margin: 1.5em 0 1em;
    text-shadow: 0.15rem 0.15rem 0 #fff, 0.15rem 0 0 #fff, 0.15rem -0.15rem 0 #fff, 0 -0.15rem 0 #fff, -0.15rem -0.15rem 0 #fff, -0.15rem 0 0 #fff, -0.15rem 0.15rem 0 #fff, 0 0.15rem 0 #fff, 0px 0px 2rem #fff, 0px 0px 2rem #fff, 0px 0px 2rem #fff, 0px 0px 2rem #fff;
    letter-spacing: 0.15em;
  }
  .keyvsl > .wrap .open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1rem;
    left: auto;
    right: 0;
    bottom: -5rem;
  }
  .keyvsl > .wrap .open li {
    width: 27rem;
    height: 27rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .keyvsl > .wrap .open li.newopen {
    font-size: 2.4rem;
  }
  .keyvsl > .wrap .open li span {
    width: 26rem;
    height: 26rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
  }
}
.tit_top01 {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #191970;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}
.tit_top01::before {
  content: attr(data-text);
  display: block;
  text-align: center;
  font-size: 2.2rem;
  color: #111111;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  .tit_top01 {
    font-size: 1.8rem;
    margin: 0 auto 4rem;
  }
  .tit_top01::before {
    font-size: 3.6rem;
  }
}

.tit_top02 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.3rem;
  color: #191970;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.02em;
  z-index: 1;
  line-height: 1.7;
}
.tit_top02::before {
  content: attr(data-text);
  position: absolute;
  top: -4rem;
  font-size: 4.8rem;
  color: #E2E2ED;
  letter-spacing: 0.1em;
  z-index: -1;
}
@media screen and (min-width: 48em), print {
  .tit_top02 {
    font-size: 4.8rem;
    margin-bottom: 3rem;
  }
  .tit_top02::before {
    font-size: 10rem;
    top: -8.5rem;
  }
}

.info {
  margin: 11rem 0 8rem;
  padding: 0 1rem;
  background: url(../img/index_k.svg) no-repeat left 1rem top/70%;
  min-height: 26rem;
}
.info dl {
  border-bottom: 1px solid #ccc;
  padding: 0 0 1.6rem;
}
.info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #191970;
  cursor: pointer;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\34";
}
.info dl dt.close::before {
  font-family: "fontello";
  content: "\33";
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #ccc;
}
.info dl dd {
  margin: 0 0 1.6rem;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 7rem auto 14rem;
    padding: 0 6rem;
    background: url(../img/index_k.svg) no-repeat left top/auto 42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 42rem;
  }
  .info .tit_top01 {
    width: 22rem;
    text-align: left;
  }
  .info .tit_top01::before {
    text-align: left;
  }
  .info dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info dl dt {
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }
  .info dl dt::before {
    margin-right: 1rem;
  }
  .info dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info dl dt:hover {
    opacity: 0.8;
  }
  .info dl dd {
    margin: 0 0 1.6rem;
  }
}
.treatment {
  background: #F5F5F9;
}
.treatment .wrap {
  padding: 0 1rem 30rem;
  position: relative;
}
.treatment .wrap .tit_top02 {
  margin: 0 0 2rem auto;
}
.treatment .wrap .tit_top02::before {
  right: 0;
}
.treatment .wrap .txt_wrap {
  opacity: 0;
}
.treatment .wrap .txt_wrap p {
  line-height: 2.3;
}
.treatment .wrap .txt_wrap p.tit {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.treatment .wrap .txt_wrap.trigger {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
}
.treatment .wrap img {
  width: calc(100% - 2rem);
  position: absolute;
  bottom: -3rem;
  left: 1rem;
  opacity: 0;
}
.treatment .wrap img.trigger {
  -webkit-animation: fadein 1.5s ease 0.5s forwards;
          animation: fadein 1.5s ease 0.5s forwards;
}

@media screen and (min-width: 48em), print {
  .treatment .wrap {
    padding: 0 0 9rem;
  }
  .treatment .wrap .tit_top02 {
    margin: 0 0 3rem auto;
  }
  .treatment .wrap .tit_top02::before {
    text-align: right;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .treatment .wrap .txt_wrap {
    width: 52%;
    padding: 0 6rem;
    margin: 0 0 0 auto;
  }
  .treatment .wrap .txt_wrap p {
    font-size: 1.8rem;
    line-height: 2.65;
    letter-spacing: 0.025em;
  }
  .treatment .wrap .txt_wrap p.tit {
    font-size: 3rem;
    margin: 0 0 3rem;
    line-height: normal;
  }
  .treatment .wrap img {
    width: 57rem;
    left: 0;
    top: 8rem;
  }
}
.out_patient_surgery {
  padding: 4rem 0 0;
}
.out_patient_surgery ul li {
  width: 100%;
  height: 16rem;
  opacity: 0;
}
.out_patient_surgery ul li.cataract_box {
  background: url(../img/index_surgery01.jpg) no-repeat center/auto 100%;
}
.out_patient_surgery ul li.vitreous_box {
  background: url(../img/index_surgery02.jpg) no-repeat center/auto 100%;
}
.out_patient_surgery ul li.injection_box {
  background: url(../img/index_surgery03.jpg) no-repeat center/auto 100%;
}
.out_patient_surgery ul li.lazor_box {
  background: url(../img/index_surgery04.jpg) no-repeat center/auto 100%;
}
.out_patient_surgery ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
  position: relative;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
}
.out_patient_surgery ul li a::after {
  content: "";
  background: url(../img/index_arrow.svg) no-repeat center/100%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.out_patient_surgery ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 0.5rem;
}
.out_patient_surgery ul li.trigger:nth-child(1) {
  -webkit-animation: flip 1s ease forwards;
          animation: flip 1s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.out_patient_surgery ul li.trigger:nth-child(2) {
  -webkit-animation: flip 1s ease forwards;
          animation: flip 1s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.out_patient_surgery ul li.trigger:nth-child(3) {
  -webkit-animation: flip 1s ease forwards;
          animation: flip 1s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.out_patient_surgery ul li.trigger:nth-child(4) {
  -webkit-animation: flip 1s ease forwards;
          animation: flip 1s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media screen and (min-width: 48em), print {
  .out_patient_surgery {
    padding: 5rem 0 0;
  }
  .out_patient_surgery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .out_patient_surgery ul li {
    width: 50%;
    height: 30rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .out_patient_surgery ul li a {
    padding: 2rem;
    font-size: 3rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .out_patient_surgery ul li a::after {
    width: 3.6rem;
    height: 3.6rem;
    right: 4rem;
    bottom: 4rem;
  }
  .out_patient_surgery ul li a span {
    border-radius: 1rem;
    -webkit-transition: 0.55s;
    transition: 0.55s;
  }
  .out_patient_surgery ul li a:focus-visible {
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .out_patient_surgery ul li a:focus-visible::after {
    -webkit-transform: translate(2rem, 2rem) scale(1.2);
            transform: translate(2rem, 2rem) scale(1.2);
  }
  .out_patient_surgery ul li a:focus-visible span {
    border: 1px solid transparent;
    border-radius: 0;
  }
  .out_patient_surgery ul li:hover {
    background-size: auto 110%;
  }
  .out_patient_surgery ul li:hover a {
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .out_patient_surgery ul li:hover a::after {
    -webkit-transform: translate(2rem, 2rem) scale(1.2);
            transform: translate(2rem, 2rem) scale(1.2);
  }
  .out_patient_surgery ul li:hover a span {
    border: 1px solid transparent;
    border-radius: 0;
  }
}
.top_disease {
  padding: 0 2rem 6rem;
}
.top_disease ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.top_disease ul li {
  opacity: 0;
}
.top_disease ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  border: 0.5rem solid #F5F5F9;
  padding: 1rem 1rem 0;
  text-align: center;
  line-height: 1.4;
  text-decoration: none !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  position: relative;
}
.top_disease ul li a::before {
  content: "";
  width: 6rem;
  height: 6rem;
}
.top_disease ul li a.dryeye::before {
  background: url(../img/index_disease01.svg) no-repeat center/100% auto;
}
.top_disease ul li a.eyestrain::before {
  background: url(../img/index_disease02.svg) no-repeat center/100% auto;
}
.top_disease ul li a.allergy::before {
  background: url(../img/index_disease03.svg) no-repeat center/100% auto;
}
.top_disease ul li a.pediatric_ophthalmology::before {
  background: url(../img/index_disease04.svg) no-repeat center/100% auto;
}
.top_disease ul li a.glasses::before {
  background: url(../img/index_disease05.svg) no-repeat center/100% auto;
}
.top_disease ul li a.cataract::before {
  background: url(../img/index_disease06.svg) no-repeat center/100% auto;
}
.top_disease ul li a.glaucoma::before {
  background: url(../img/index_disease07.svg) no-repeat center/100% auto;
}
.top_disease ul li a.diabetic::before {
  background: url(../img/index_disease08.svg) no-repeat center/100% auto;
}
.top_disease ul li a.age_related::before {
  background: url(../img/index_disease09.svg) no-repeat center/100% auto;
}
.top_disease ul li a.vein::before {
  background: url(../img/index_disease12.svg) no-repeat center/100% auto;
}
.top_disease ul li a.detachment::before {
  background: url(../img/index_disease10.svg) no-repeat center/100% auto;
}
.top_disease ul li a.uveitis::before {
  background: url(../img/index_disease11.svg) no-repeat center/100% auto;
}
.top_disease ul li a.refractive_error {
  display: none;
}
.top_disease ul li a::after {
  font-family: "fontello";
  content: "\32";
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 0 0 0.2rem;
  background: #FCCF00;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_disease ul.trigger li:nth-child(1) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.top_disease ul.trigger li:nth-child(2) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.top_disease ul.trigger li:nth-child(3) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top_disease ul.trigger li:nth-child(4) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top_disease ul.trigger li:nth-child(5) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top_disease ul.trigger li:nth-child(6) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.top_disease ul.trigger li:nth-child(7) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.top_disease ul.trigger li:nth-child(8) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.top_disease ul.trigger li:nth-child(9) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.top_disease ul.trigger li:nth-child(10) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.top_disease ul.trigger li:nth-child(11) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.top_disease ul.trigger li:nth-child(12) {
  -webkit-animation: fade_up 1s ease forwards;
          animation: fade_up 1s ease forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

@media screen and (min-width: 48em), print {
  .top_disease {
    padding: 2.5rem 6rem 20rem;
  }
  .top_disease ul {
    gap: 4rem;
  }
  .top_disease ul li a {
    width: 24rem;
    height: 24rem;
    border: 1rem solid #F5F5F9;
    font-size: 2rem;
    gap: 1rem;
    padding: 4rem 4rem 0;
  }
  .top_disease ul li a::before {
    width: 10rem;
    height: 10rem;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .top_disease ul li a::after {
    width: 5.2rem;
    height: 5.2rem;
    bottom: -1rem;
    right: -1rem;
    font-size: 4rem;
    padding: 0 0 0.3rem 0.3rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .top_disease ul li a:hover::before {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .top_disease ul li a:hover::after {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
}
main > .symptoms {
  background: #F5F5F9;
}
main > .symptoms .wrap {
  padding: 0 1rem 40rem;
  position: relative;
}
main > .symptoms .wrap .tit_top02 {
  margin: 0 0 2rem;
}
main > .symptoms .wrap ul {
  opacity: 0;
}
main > .symptoms .wrap ul li {
  padding: 0 0 0 2rem;
  position: relative;
  margin: 0 0 0.5rem;
}
main > .symptoms .wrap ul li::before {
  display: block;
  font-family: "fontello";
  content: "\e4a2";
  color: #FCCF00;
  position: absolute;
  left: 0;
}
main > .symptoms .wrap ul li a {
  text-decoration: none;
  display: block;
}
main > .symptoms .wrap ul.trigger {
  -webkit-animation: fade_left 1s ease forwards;
          animation: fade_left 1s ease forwards;
}
main > .symptoms .wrap img {
  width: calc(100% - 2rem);
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  opacity: 0;
}
main > .symptoms .wrap img.trigger {
  -webkit-animation: fadein 1.5s ease 0.5s forwards;
          animation: fadein 1.5s ease 0.5s forwards;
}

@media screen and (min-width: 48em), print {
  main > .symptoms .wrap {
    padding: 0 0 11rem;
  }
  main > .symptoms .wrap .tit_top02 {
    margin: 0 0 3.5rem;
  }
  main > .symptoms .wrap .tit_top02::before {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  main > .symptoms .wrap ul {
    max-width: 50%;
  }
  main > .symptoms .wrap ul li {
    margin: 0 0 1.1rem;
    padding: 0 0 0 3rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main > .symptoms .wrap ul li::before {
    width: 1.8rem;
    height: 1.8rem;
  }
  main > .symptoms .wrap ul li a {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
  }
  main > .symptoms .wrap ul li a span {
    position: relative;
  }
  main > .symptoms .wrap ul li a span::after {
    content: "";
    width: 0;
    height: 1.5em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(252, 207, 0, 0.3)));
    background: linear-gradient(transparent 60%, rgba(252, 207, 0, 0.3) 60%);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
  }
  main > .symptoms .wrap ul li a:hover span::after {
    width: 95%;
  }
  main > .symptoms .wrap img {
    width: 57rem;
    right: 0;
    left: auto;
    top: -8rem;
  }
}
.feature {
  margin: 25rem 0 0;
  background: #F5F5F9;
  height: 144rem;
}
.feature .wrap {
  position: relative;
  top: -18rem;
  padding: 0 1rem;
  counter-reset: number 0;
}
.feature .wrap ol {
  opacity: 0;
}
.feature .wrap ol li {
  padding: 18rem 1rem 1rem;
  border-radius: 0.3rem;
  position: relative;
}
.feature .wrap ol li.feat01 {
  background: #fff url(../img/index_feature01.jpg) no-repeat top center/100% auto;
}
.feature .wrap ol li.feat02 {
  background: #fff url(../img/index_feature02.jpg) no-repeat top center/100% auto;
}
.feature .wrap ol li.feat03 {
  background: #fff url(../img/index_feature03.jpg) no-repeat top center/100% auto;
}
.feature .wrap ol li.feat04 {
  background: #fff url(../img/index_feature04.jpg) no-repeat top center/100% auto;
}
.feature .wrap ol li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 4rem;
  color: #FCCF00;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.05em;
  text-shadow: 0.1rem 0.1rem 0 #fff, 0.1rem 0 0 #fff, 0.1rem -0.1rem 0 #fff, 0 -0.1rem 0 #fff, -0.1rem -0.1rem 0 #fff, -0.1rem 0 0 #fff, -0.1rem 0.1rem 0 #fff, 0 0.1rem 0 #fff;
}
.feature .wrap ol li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.feature .wrap ol li .tit {
  text-align: center;
  color: #191970;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
}
.feature .wrap ol.trigger {
  -webkit-animation: fade_down 1s ease forwards;
          animation: fade_down 1s ease forwards;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 37rem 0 0;
    height: 111rem;
  }
  .feature .wrap {
    top: -30rem;
    padding: 0;
  }
  .feature .wrap ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6rem 0;
  }
  .feature .wrap ol li {
    border-radius: 0.4rem;
    width: 57rem;
    padding: 33.5rem 3rem 5rem;
  }
  .feature .wrap ol li::before {
    top: 23rem;
    font-size: 7rem;
    text-shadow: 0.15rem 0.15rem 0 #fff, 0.15rem 0 0 #fff, 0.15rem -0.15rem 0 #fff, 0 -0.15rem 0 #fff, -0.15rem -0.15rem 0 #fff, -0.15rem 0 0 #fff, -0.15rem 0.15rem 0 #fff, 0 0.15rem 0 #fff;
  }
  .feature .wrap ol li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .feature .wrap ol li .tit {
    font-size: 3rem;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }
  .feature .wrap ol li p {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
}
.cal {
  padding: 1rem 1rem 5rem;
}
.cal .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2rem;
}
.cal .status li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.cal .status li::before {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  font-size: 120%;
  border: 1px solid #ccc;
}
.cal .status li:not(:last-child) {
  margin-right: 1rem;
}
.cal .status li.open::before {
  background: #fff;
}
.cal .status li.pmclosed::before {
  background: #E2E2ED;
}
.cal .status li.closed::before {
  background: #aaa;
}
.cal .caledit {
  width: 80%;
  margin: 0 auto 2rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .cal {
    padding: 2.5rem 0 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cal .status {
    margin: 0 0 4.5rem;
  }
  .cal .status li {
    font-size: 1.8rem;
  }
  .cal .status li::before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .cal .caledit {
    width: 48%;
    font-size: 1.8rem;
    padding: 0 0 2rem;
    margin: 0;
  }
  .cal .caledit .month th {
    padding: 0.2rem;
  }
  .cal .caledit .week th {
    line-height: 1.5;
  }
  .cal .caledit td {
    padding: 0.8rem 0;
  }
  .cal .status {
    width: 100%;
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
  padding: 2rem 0;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 120rem;
    margin: 0 auto 8rem;
    padding: 3.5rem 0;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 1rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.8rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
body.doctor .clinic_name {
  text-align: right;
  margin-bottom: 0;
}
body.doctor .dr_name {
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.doctor .dr_name span {
  font-size: 120%;
}
body.doctor .img_ryaku ul:not(.lst_ul) li {
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
body.doctor .img_ryaku img {
  width: 60%;
  margin: 1rem auto 2rem;
}

@media screen and (min-width: 48em), print {
  body.doctor .img_ryaku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.doctor .img_ryaku img {
    margin: 0;
    width: 34rem;
  }
  body.doctor .img_ryaku .section_wrap {
    width: 66%;
  }
  body.doctor .img_ryaku .section_wrap .shikaku_gakkai .shikaku {
    width: 55%;
  }
  body.doctor .img_ryaku .section_wrap .shikaku_gakkai .gakkai {
    width: 41%;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #E2E2ED;
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #191970;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
body.visitor .visitor_box {
  padding: 17rem 0 0;
  background: url(../img/visitor01.jpg) no-repeat center top/80% auto;
}

@media screen and (min-width: 48em), print {
  body.visitor .visitor_box {
    padding: 0 55rem 0 0;
    background: url(../img/visitor01.jpg) no-repeat right top/48rem auto;
  }
  body.visitor .lst_flow {
    width: 80%;
    margin: auto;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
}

body.day_surgery .lst_anc,
body.recruit .lst_anc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0;
}

@media screen and (min-width: 48em), print {
  body.day_surgery .lst_anc,
  body.recruit .lst_anc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5rem auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 48em), print {
  body.disease .dryeye .box_blue {
    margin: 0 0 0 auto;
    width: 57.5%;
  }
}
@media screen and (min-width: 48em), print {
  body.refractive_error .lst_flow {
    width: 80%;
    margin: auto;
  }
}
body.symptoms .tit_02 span {
  display: block;
  font-size: 70%;
}

.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: #111111;
  margin-right: 0.4rem;
}
.anc li a {
  color: #111111;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}