@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 70.3%;
  }
}
@media screen and (max-width: 440px) {
  html {
    font-size: 3.125vw;
  }
}

body {
  color: #2a2b41;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 440px) {
  body {
    font-size: clamp(14px, 1.4rem, 16px);
  }
}

main {
  width: 100%;
}

img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

img[src$=jpg], img[src$=png] {
  width: 100%;
}

a {
  display: block;
  transition: 0.3s;
  margin-inline: auto;
}

.mar-i-unset {
  margin-inline: unset;
}

.di-b {
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  .sp-none {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 440px) {
  .sp-only {
    display: inline;
  }
}

.tb-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .tb-only {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .tb-none {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1280px) {
  .pc-only {
    display: inline;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.ta-c {
  text-align: center;
}

.colR {
  color: #7e0845;
}

.colB {
  color: #08457e;
}

.textMin {
  font-size: 0.8em;
}

.textBig {
  font-size: 1.2em;
}

.lh {
  line-height: 1.7;
}

.filter--white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(127deg) brightness(103%) contrast(103%);
}
.filter--main {
  filter: brightness(0) saturate(100%) invert(11%) sepia(6%) saturate(4990%) hue-rotate(199deg) brightness(98%) contrast(83%);
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0.5em 1.5em;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #fff;
}
.link:before, .link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.link:before {
  transition: all 0.6s;
  z-index: -1;
  background: #08457e;
  background: linear-gradient(126deg, rgb(8, 69, 126) 0%, rgb(0, 48, 93) 100%);
  color: #fff;
}
.link:after {
  z-index: -2;
  background: linear-gradient(126deg, #0D6FCB 0%, #7C7FC1 100%);
}
.link:hover:before {
  opacity: 0;
}
.link:before, .link:after {
  border-radius: 30px;
}

.link-arrow {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.8em 3em 0.8em 1.5em;
  border-radius: 30px;
  border: 1px solid #08457e;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #fff;
}
.link-arrow:before, .link-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.link-arrow:before {
  transition: all 0.6s;
  z-index: -1;
  background: #08457e;
  background: linear-gradient(126deg, rgb(8, 69, 126) 0%, rgb(0, 48, 93) 100%);
  color: #fff;
}
.link-arrow:after {
  z-index: -2;
  background: linear-gradient(126deg, #0D6FCB 0%, #7C7FC1 100%);
}
.link-arrow:hover:before {
  opacity: 0;
}
.link-arrow {
  transition: 0.3s;
}
.link-arrow:before, .link-arrow:after {
  border-radius: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .link-arrow {
    font-size: 1.3rem;
  }
}
.link-arrow:after {
  position: absolute;
  content: "↑";
  transform: rotate(45deg);
  color: #08457e;
  font-size: 0.8em;
  background: #fff;
  width: 1.7em;
  aspect-ratio: 1;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: unset;
  left: unset;
  right: 1em;
  transition: 0.3s;
  z-index: 0;
  height: auto;
}
.link-arrow:hover {
  color: #08457e;
}
.link-arrow:hover:before {
  opacity: 1;
  background: linear-gradient(126deg, #fff 0%, #f8f8ff 100%);
}
.link-arrow:hover:after {
  content: "";
  transform: scale(0.5) rotate(45deg);
  background: #08457e;
}
.link-arrow--reverse {
  color: #08457e;
  font-weight: 500;
  border: 1px solid #fff;
}
.link-arrow--reverse:before {
  background: #fff;
}
.link-arrow--reverse:after {
  background: #08457e;
  color: #fff;
}
.link-arrow--reverse:hover {
  color: #fff;
}
.link-arrow--reverse:hover::before {
  background: #2a2b41;
}
.link-arrow--reverse:hover::after {
  background: #fff;
}
.link-arrow--mini {
  align-items: center;
  padding: 0.5em 3em 0.5em 1.5em;
  font-size: 0.8em;
}

.textlink {
  color: #08457e;
  text-decoration: underline;
  display: inline;
}
.textlink:hover {
  opacity: 0.7;
}
.textlink--arrow {
  position: relative;
  padding-right: 1.1em;
}
.textlink--arrow:after {
  position: absolute;
  content: "↑";
  transform: rotate(45deg);
}

iframe {
  width: 100%;
}

.disc dd, .disc li {
  position: relative;
  padding-left: 0.9em;
}
.disc dd::before, .disc li::before {
  position: absolute;
  content: "・";
  left: 0;
}
@media screen and (max-width: 440px) {
  .disc--sp-none dd, .disc--sp-none li {
    position: static;
    padding-left: 0;
  }
}
@media screen and (max-width: 440px) {
  .disc--sp-none dd::before, .disc--sp-none li::before {
    display: none;
  }
}

.top-section {
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 440px) {
  .top-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.top-section h2 {
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 4rem;
}
@media screen and (max-width: 440px) {
  .top-section h2 {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
  }
}

.emphasisText {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  .emphasisText {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}

.hero {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 100vh;
    height: 100svh;
    min-height: 700px;
  }
}
.hero_head {
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  .hero_head {
    height: 100%;
  }
}
.hero_text {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 30%;
  right: 5%;
  font-size: 4.5rem;
  font-weight: 600;
  text-shadow: 0px 0px 30px #fff, -1px -1px 10px #fff, 1px 1px 10px #fff;
  background-color: rgba(255, 255, 255, 0.0941176471);
  backdrop-filter: blur(3px);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hero_text {
    line-height: 1.5;
    padding: 0.2em 0.5em;
    bottom: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .hero_text {
    bottom: 10%;
  }
}
@media screen and (max-width: 440px) {
  .hero_text {
    font-size: 9vw;
  }
}
.hero_text--2 {
  background-color: rgba(245, 244, 240, 0.0392156863);
  text-shadow: 0px 0px 30px #F5F4F0, -1px -1px 10px #F5F4F0, 1px 1px 10px #F5F4F0;
}
.hero_info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  top: 15px;
  left: 5%;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .hero_info {
    align-items: center;
    top: 45px;
    left: 1%;
  }
}
@media screen and (min-width: 1280px) {
  .hero_info {
    left: 3%;
  }
}
.hero_logo {
  width: calc(97% - 50px);
  margin-bottom: 5px;
}
.hero_logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero_logo {
    width: 280px;
    margin-bottom: 0;
  }
}
.hero_address {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
  line-height: 1.5;
  text-shadow: 0px 0px 10px #fff, -1px -1px 5px #fff, 1px 1px 5px #fff;
}
@media screen and (max-width: 440px) {
  .hero_address {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .hero_address {
    text-align: center;
  }
}
.hero_linkbox {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 440px) {
  .hero_linkbox {
    flex-direction: column;
  }
}
.hero_link {
  width: 50%;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 10px 1.3em 10px calc(1.5rem + 15px);
  font-size: 1.4rem;
  background-color: #f8f8ff;
  font-weight: 500;
  align-content: center;
}
@media screen and (max-width: 440px) {
  .hero_link {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hero_link {
    display: block;
  }
}
.hero_link a {
  position: relative;
  display: block;
}
.hero_link a::before {
  position: absolute;
  content: "・";
  left: -1.5rem;
}
.hero_link a::after {
  position: absolute;
  content: "↑";
  transform: rotate(45deg);
}
@media screen and (max-width: 440px) {
  .hero_link a {
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .hero_link a span {
    text-decoration: underline;
    display: inline-block; /* または inline-block */
    white-space: nowrap; /* テキストを折り返さない */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* はみ出た部分を「...」で表示 */
    max-width: calc(100% - 2em); /* または XXpx; */ /* ここで最大幅を指定する。重要！ */
    /* 例: 親要素の幅に合わせて適切な値を設定してください */
  }
}

@media screen and (min-width: 768px) {
  .hero-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.hero-cataract {
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero-cataract {
    max-width: 500px;
  }
}
.hero-cataract_ttl {
  background: #2a2b41;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-weight: 600;
  font-size: 1.8rem;
}
.hero-cataract_date {
  text-align: center;
}
.hero-cataract_date dt {
  background: #f5f5f5;
  padding: 0.2em;
  border-top: 1px solid #ccc;
}
.hero-cataract_date dd {
  padding: 0.2em;
  font-weight: 600;
  font-size: 2.4rem;
  border-top: 1px solid #ccc;
  background: #fff;
}
.hero-cataract_info {
  border-top: 1px solid #ccc;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  gap: 1.5vw;
  padding: 0.5em 1em;
}
@media screen and (max-width: 440px) {
  .hero-cataract_info {
    flex-direction: column;
  }
}
.hero-cataract_info a {
  white-space: nowrap;
  font-weight: 600;
}

.swiper {
  z-index: 0;
  top: 95px;
  width: 95%;
  height: calc(100vh - 110px);
  height: calc(100svh - 110px);
  margin-right: unset;
  background-color: #f5f5f5;
}
@media screen and (max-width: 440px) {
  .swiper {
    height: calc(100vh - 120px);
    height: calc(100svh - 120px);
  }
}
@media screen and (min-width: 768px) {
  .swiper {
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.swiper-slide {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; /* 画像の縦横比を保ちつつ、領域を埋める */
  transform: scale(1); /* 初期状態 */
  /* ここが重要：ズームのアニメーションにはtransitionを使う */
  transition: transform 7s linear; /* ズームアニメーションの時間 */
}

.swiper .img {
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .swiper .img {
    aspect-ratio: 1920/1060;
    height: auto;
  }
}

/* このクラスはJavaScriptによってアクティブなスライドの画像に追加されます */
.swiper-slide-active img {
  transform: scale(1.05); /* ズームイン状態 */
}

.aside {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .aside {
    flex-direction: row-reverse;
    position: absolute;
    bottom: unset;
    top: 0;
    left: unset;
    right: 50px;
    width: unset;
    font-size: 1.4rem;
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .aside {
    right: 0;
  }
}
@media screen and (max-width: 440px) {
  .aside {
    font-size: 1.4rem;
  }
}
.aside_link {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 1em 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .aside_link {
    width: unset;
    border: none;
    color: #08457e;
    gap: 10px;
    padding: 1em 2.2em 1em 2em;
  }
}
@media screen and (max-width: 440px) {
  .aside_link {
    width: 50%;
    gap: 5px;
  }
}
.aside_link:nth-child(1) {
  position: relative;
  z-index: 1;
  color: #fff;
}
.aside_link:nth-child(1):before, .aside_link:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.aside_link:nth-child(1):before {
  transition: all 0.6s;
  z-index: -1;
  background: #08457e;
  background: linear-gradient(126deg, rgb(8, 69, 126) 0%, rgb(0, 48, 93) 100%);
  color: #fff;
}
.aside_link:nth-child(1):after {
  z-index: -2;
  background: linear-gradient(126deg, #0D6FCB 0%, #7C7FC1 100%);
}
.aside_link:nth-child(1):hover:before {
  opacity: 0;
}
.aside_link:nth-child(1) {
  border-left: none;
}
@media screen and (min-width: 768px) {
  .aside_link:nth-child(1) {
    border-left: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  .aside_link:nth-child(1) img {
    width: 15px;
  }
}
.aside_link:nth-child(2) {
  background: #fff;
}
@media screen and (max-width: 440px) {
  .aside_link:nth-child(2) {
    display: none;
  }
}
.aside_link:nth-child(2):hover {
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .aside_link:nth-child(2) {
    position: relative;
  }
  .aside_link:nth-child(2):before {
    position: absolute;
    content: "";
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ccc;
  }
}
@media screen and (min-width: 768px) {
  .aside_link:nth-child(2) img {
    filter: invert(10%) sepia(86%) saturate(4495%) hue-rotate(199deg) brightness(93%) contrast(94%);
    width: 10px;
  }
}
.aside_link:nth-child(3) {
  background: #e7e7e7;
}
@media screen and (max-width: 440px) {
  .aside_link:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .aside_link:nth-child(3) {
    background-color: #fff;
    position: relative;
  }
  .aside_link:nth-child(3):before {
    position: absolute;
    content: "";
    left: 0;
    top: 20%;
    background-color: #ccc;
    height: 60%;
    width: 1px;
  }
}
.aside_link:nth-child(3):hover {
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .aside_link:nth-child(3) img {
    filter: invert(10%) sepia(86%) saturate(4495%) hue-rotate(199deg) brightness(93%) contrast(94%);
    width: 12px;
  }
}
.aside_link:nth-child(4) {
  background: #f8f8ff;
}
@media screen and (min-width: 768px) {
  .aside_link:nth-child(4) {
    background: #fff;
  }
}
.aside_link:nth-child(4):hover {
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .aside_link:nth-child(4) img {
    filter: invert(10%) sepia(86%) saturate(4495%) hue-rotate(199deg) brightness(93%) contrast(94%);
    width: 12px;
  }
}

.sidebar-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

#drawer {
  display: none;
}
#drawer:checked + .drawer-btn span {
  border-bottom: solid 1px transparent;
}
#drawer:checked + .drawer-btn span::before {
  transform: rotate(135deg) scaleX(1.2);
  top: 50%;
}
#drawer:checked + .drawer-btn span::after {
  transform: rotate(-135deg) scaleX(1.2);
  top: 50%;
}
#drawer:checked ~ .header {
  right: 0;
}

label {
  position: fixed;
}

label[for] {
  pointer-events: visible;
}

.drawer-btn {
  position: fixed;
  background-color: #f5f5f5;
  border: solid 1px #ccc;
  display: block;
  height: 50px;
  width: 50px;
  transition: transform 0.4s;
  top: 0;
  right: 0;
  z-index: 1001;
}
@media screen and (min-width: 1280px) {
  .drawer-btn {
    pointer-events: none;
  }
}
.drawer-btn span {
  border-bottom: solid 3px #2a2b41;
  display: block;
  position: absolute;
  content: "";
  top: 21.5px;
  left: 25%;
  width: 50%;
  transition: transform 0.4s;
}
.drawer-btn span::before, .drawer-btn span::after {
  border-bottom: solid 3px #2a2b41;
  display: block;
  position: absolute;
  content: "";
  top: calc(50% + 1.5px);
  left: 0;
  width: 100%;
  transition: transform 0.4s;
}
.drawer-btn span::before {
  transform: translateY(-11px);
}
.drawer-btn span::after {
  transform: translateY(9px);
}
@media screen and (min-width: 1280px) {
  .drawer-btn {
    display: none;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -150%;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.6s;
  max-height: calc(100svh - 80px);
  width: 250px;
  border: #ccc 1px solid;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .header {
    max-height: 100vh;
    max-height: 100svh;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    position: sticky;
    right: 0;
    overflow: hidden;
    gap: 1vh;
  }
}
@media screen and (max-height: 770px) and (min-width: 1280px) {
  .header {
    overflow: visible;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.header_logo {
  padding: 2vh 0.5em 0;
  width: 180px;
}
@media screen and (min-width: 1280px) {
  .header_logo {
    width: auto;
  }
}
.header_logo img {
  max-width: 100%;
}
.header_logo:hover {
  opacity: 0.8;
}
.header_hojin {
  width: 60px;
}
@media screen and (min-width: 1280px) {
  .header_hojin {
    width: auto;
  }
}
.header_hojin img {
  max-width: 100%;
}
.header_hojin:hover {
  opacity: 0.8;
}
.header_info {
  background: #f8f8ff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 0.5em;
  font-weight: 600;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
}
.header_tel {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
}
.header_icon {
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
}
.header_footlink {
  padding: 0.5em;
  width: 100%;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #fff;
}
.header_footlink:before, .header_footlink:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.header_footlink:before {
  transition: all 0.6s;
  z-index: -1;
  background: #08457e;
  background: linear-gradient(126deg, rgb(8, 69, 126) 0%, rgb(0, 48, 93) 100%);
  color: #fff;
}
.header_footlink:after {
  z-index: -2;
  background: linear-gradient(126deg, #0D6FCB 0%, #7C7FC1 100%);
}
.header_footlink:hover:before {
  opacity: 0;
}

.nav {
  font-size: 1.6rem;
}
@media screen and (max-width: 440px) {
  .nav {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .nav {
    flex-grow: 1;
    font-size: 1.4rem;
  }
}
.nav ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 600;
}
.nav ul li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1280px) {
  .nav ul li {
    border-bottom: none;
  }
}
.nav ul li:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 1280px) {
  .nav ul li:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 1280px) {
  .nav ul li:not(:last-child) {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .nav ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 0.5vh;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #08457e;
    bottom: 0;
  }
}
.nav_link {
  padding: 1em;
  width: 100%;
  transition: unset;
}
@media screen and (min-width: 1280px) {
  .nav_link {
    padding: 0.5em;
  }
}
.nav_link:after {
  position: absolute;
  content: "↑";
  transform: rotate(45deg);
  color: #fff;
  right: 5px;
  font-size: 0.8em;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .nav_link:after {
    display: none;
  }
}
.nav_link:hover {
  background: #08457e;
  color: #fff;
}
.nav_current {
  color: #08457e;
}

.top-message {
  color: #fff;
  background-image: url(../img/top/top-message.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: -moz-max-content;
  min-height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-shadow: 0 0 20px #2a2b41;
  min-height: 80vh;
}
@media screen and (max-width: 440px) {
  .top-message {
    color: #2a2b41;
    text-shadow: none;
    justify-content: center;
    padding-top: 0;
    background-image: none;
    min-height: unset;
  }
}
.top-message img {
  display: none;
}
@media screen and (max-width: 440px) {
  .top-message img {
    aspect-ratio: 5/4;
    height: auto;
    display: block;
  }
}
.top-message::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 5vw;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 440px) {
  .top-message::before {
    display: none;
  }
}
.top-message_ttl2, .top-message_text {
  padding-left: calc(6vw + 15px);
  text-shadow: 1px 1px 10px #2a2b41;
}
@media screen and (max-width: 440px) {
  .top-message_ttl2, .top-message_text {
    padding: 0 3vw;
    text-shadow: none;
  }
}
.top-message_ttl2 {
  position: relative;
  padding-top: 200px;
}
@media screen and (max-width: 440px) {
  .top-message_ttl2 {
    padding-top: 10px;
  }
}
.top-message_ttl2::after {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 440px) {
  .top-message_ttl2::after {
    display: none;
  }
}

.top-doctor_ttl2 {
  text-align: center;
  width: 98%;
  margin-inline: auto;
}
.top-doctor_ttl2 span:not(.di-b) {
  color: #08457e;
}
.top-doctor_gairai li {
  background: #2a2b41;
  border: 1px solid #ccc;
  border-bottom: none;
}
.top-doctor_gairai li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: rgba(70, 70, 89, 0.5490196078);
  font-weight: 900;
  font-size: 6rem;
}
@media screen and (max-width: 440px) {
  .top-doctor_gairai li a {
    font-size: 3.5rem;
  }
}
.top-doctor_gairai li a:hover {
  background: #08457e;
  background: linear-gradient(126deg, rgb(8, 69, 126) 0%, rgb(0, 48, 93) 100%);
  color: #fff;
}
.top-doctor_gairai li a:hover span {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .top-doctor_gairai li a:hover span {
    opacity: 1;
  }
}
.top-doctor_gairai li span {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .top-doctor_gairai li span {
    position: static;
    width: auto;
  }
}
@media screen and (max-width: 440px) {
  .top-doctor_gairai li span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 440px) {
  .top-doctor_boximg {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 440px) {
  .top-doctor_boximg img {
    height: 100%;
    -o-object-position: 15%;
       object-position: 15%;
  }
}
.top-doctor_box {
  box-shadow: 0px 0px 20px #ccc;
  position: relative;
  z-index: 1;
  margin-top: -5vw;
  margin-bottom: 50px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 1.5em 5%;
  gap: 3vw;
}
@media screen and (max-width: 440px) {
  .top-doctor_box {
    padding: 1em 5%;
  }
}
@media screen and (min-width: 768px) {
  .top-doctor_box {
    flex-direction: row;
    padding: 3em;
  }
}
@media screen and (min-width: 768px) {
  .top-doctor_box > p, .top-doctor_box > div {
    width: 50%;
  }
}
.top-doctor_box dt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 440px) {
  .top-doctor_box dt {
    font-size: 1.6rem;
  }
}
.top-doctor_box dd {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 440px) {
  .top-doctor_box dd {
    font-size: 1.3rem;
  }
}
.top-doctor_linkbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px 1vw;
}
.top-doctor_linkbox > div {
  width: calc(40% - 0.5vw);
  min-width: 210px;
}
.top-doctor_linkbox a {
  width: 100%;
}
.top-doctor_textbox {
  text-align: center;
  border-top: #ccc 1px solid;
}
.top-doctor_text {
  padding: 3em 0;
}
@media screen and (max-width: 440px) {
  .top-doctor_text {
    padding: 1.5em 0;
  }
}
.top-doctor_pickup {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .top-doctor_pickup {
    flex-direction: row;
    gap: 0;
  }
}
.top-doctor_pickup li {
  width: 100%;
  text-align: center;
  position: relative;
}
.top-doctor_pickup li span {
  border: #ccc 1px solid;
  border-right: none;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(231, 231, 231, 0.7803921569);
  height: 60px;
}
@media screen and (min-width: 768px) {
  .top-doctor_pickup li span {
    position: static;
    transform: unset;
    background: #e7e7e7;
    height: 90px;
  }
}
@media screen and (min-width: 768px) {
  .top-doctor_pickup li {
    width: 33.3333333333%;
    position: static;
  }
}
.top-doctor_pickup li img {
  height: 200px;
}
@media screen and (min-width: 768px) {
  .top-doctor_pickup li img {
    height: auto;
  }
}

.top-equipment {
  background: #2a2b41;
  padding-bottom: 150px;
  color: #fff;
  text-align: center;
}
.top-equipment h2 {
  margin-bottom: 0.5em;
  width: 98%;
  margin-inline: auto;
}
.top-equipment p {
  margin-bottom: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 440px) {
  .top-equipment p {
    text-align: left;
  }
}
.top-equipment_imgbox {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 440px) {
  .top-equipment_imgbox {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.top-equipment_imgbox figure:nth-child(1) {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 440px) {
  .top-equipment_imgbox figure:nth-child(1) {
    display: none;
  }
}
.top-equipment_imgbox figure:nth-child(2) {
  grid-area: 2/1/3/2;
  padding-left: 10px;
}
@media screen and (max-width: 440px) {
  .top-equipment_imgbox figure:nth-child(2) {
    display: none;
  }
}
.top-equipment_imgbox figure:nth-child(3) {
  grid-area: 1/2/3/4;
}
@media screen and (max-width: 440px) {
  .top-equipment_imgbox figure:nth-child(3) {
    grid-area: 1/1/3/3;
  }
}
.top-equipment_imgbox figure:nth-child(4) {
  grid-area: 1/4/2/6;
  aspect-ratio: 2/1;
  padding-right: 10px;
}
.top-equipment_imgbox figure:nth-child(4) img {
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 440px) {
  .top-equipment_imgbox figure:nth-child(4) {
    display: none;
  }
}
.top-equipment_imgbox figure:nth-child(5) {
  grid-area: 2/4/3/5;
}
@media screen and (max-width: 440px) {
  .top-equipment_imgbox figure:nth-child(5) {
    grid-area: 3/1/4/2;
  }
}
.top-equipment_imgbox figure:nth-child(6) {
  grid-area: 2/5/3/6;
}
@media screen and (max-width: 440px) {
  .top-equipment_imgbox figure:nth-child(6) {
    grid-area: 3/2/4/3;
  }
}
.top-equipment_imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.top-sanitation {
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  margin-top: -125px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 440px) {
  .top-sanitation {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768px) {
  .top-sanitation {
    display: flex;
    gap: 5vw;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    padding-top: 125px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .top-sanitation::before {
    position: absolute;
    content: "";
    background-color: #ccc;
    top: 0;
    right: 48%;
    width: 1px;
    height: 100%;
  }
}
.top-sanitation > div {
  max-width: 600px;
  margin-inline: auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top-sanitation > div {
    padding-right: 5%;
    width: auto;
  }
}
.top-sanitation h2 {
  text-align: right;
  line-height: 1.5;
  margin-bottom: 3vw;
}
.top-sanitation p {
  line-height: 2;
  margin-bottom: 3vw;
}
.top-sanitation a {
  margin-inline: unset;
  margin-right: auto;
}
.top-sanitation img {
  padding: 0 20px;
  min-height: 500px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
@media screen and (min-width: 768px) {
  .top-sanitation img {
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 440px) {
  .top-sanitation img {
    padding: 0;
  }
}

.top-access {
  position: relative;
  margin-top: -125px;
  padding-bottom: 50pxt;
}
@media screen and (min-width: 768px) {
  .top-access {
    padding-top: 0;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .top-access {
    padding-bottom: 125px;
  }
}
.top-access_backimg {
  background-image: url(../img/top/top-access.jpg);
  background-repeat: no-repeat;
  background-position: left 25% top 10%;
  padding-top: 125px;
}
@media screen and (min-width: 768px) {
  .top-access_backimg {
    padding-bottom: calc(300px + 5vw);
    clip-path: polygon(0 15%, 100% 0, 100% 50%, 0 100%);
    background-position: left top;
  }
}
@media screen and (min-width: 1280px) {
  .top-access_backimg {
    padding-bottom: 400px;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top-access_backimg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 15vw;
    width: 4px;
    height: 100%;
    background-color: #fff;
  }
}
.top-access_backimg > div {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .top-access_backimg > div {
    padding-bottom: 50px;
  }
}
.top-access_backimg a {
  margin-inline: unset;
  margin-left: auto;
  margin-right: 10vw;
}
.top-access_ttl2 {
  text-shadow: 0 0 20px #2a2b41;
  color: #fff;
  position: relative;
  padding: 0 5%;
}
.top-access_ttl2 span {
  font-size: 1.3em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .top-access_ttl2::before {
    position: absolute;
    content: "";
    bottom: -0.5em;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .top-access_ttl2 {
    padding-left: 20vw;
  }
}
.top-access_absolute {
  margin-top: -50px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-access_absolute {
    bottom: 50px;
    right: 3vw;
    width: calc(100% - 3vw);
    transform: none;
    position: absolute;
    bottom: 75px;
    right: 50%;
    transform: translateX(50%);
  }
}
.top-access_absolute > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw;
}
@media screen and (min-width: 768px) {
  .top-access_absolute > div {
    justify-content: flex-end;
  }
}
.top-access_absolute a {
  margin-inline: unset;
}
.top-access_absolute p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  .top-access_absolute p {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 768px) {
  .top-access_absolute p {
    padding-left: 3vw;
    font-size: clamp(3rem, 3vw, 3.5rem);
  }
}
.top-access_pickup {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-access_pickup {
    margin-left: auto;
    flex-wrap: nowrap;
    width: calc(100% - 20vw);
  }
}
@media screen and (min-width: 1280px) {
  .top-access_pickup {
    width: 60%;
    min-width: 800px;
  }
}
.top-access_pickup > li {
  width: calc(50% - 1vw);
  min-width: 280px;
  flex-grow: 1;
  font-size: clamp(3.5rem, 4vw, 4.5rem);
  font-weight: 500;
  text-shadow: 0 0 20px #fff;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff;
}
@media screen and (max-width: 440px) {
  .top-access_pickup > li {
    font-size: 2.4rem;
  }
}
.top-access_pickup > li:nth-child(1) {
  background-image: url(../img/top/top-access_pickup1.jpg);
  background-repeat: no-repeat;
  text-align: right;
  padding-top: 200px;
  padding-right: 0.3em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 440px) {
  .top-access_pickup > li:nth-child(1) {
    padding-top: 100px;
  }
}
.top-access_pickup > li:nth-child(2) {
  background-image: url(../img/top/top-access_pickup2.jpg);
  background-repeat: no-repeat;
  padding-bottom: 200px;
  padding-left: 0.3em;
  padding-top: 0.3em;
}
@media screen and (max-width: 440px) {
  .top-access_pickup > li:nth-child(2) {
    padding-bottom: 100px;
  }
}

.top-treatment {
  padding-top: 50pxt;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-treatment {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.top-treatment > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3vw;
}
@media screen and (min-width: 768px) {
  .top-treatment > div {
    flex-direction: row-reverse;
  }
}
.top-treatment_textbox {
  line-height: 1.5;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-treatment_textbox {
    writing-mode: vertical-rl;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.top-treatment_textbox p {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-treatment_textbox p {
    height: 470px;
    padding: 60px 1em 0;
    line-height: 1.8;
  }
}
.top-treatment h2 {
  position: relative;
  z-index: 1;
  font-size: 3rem;
}
@media screen and (max-width: 440px) {
  .top-treatment h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .top-treatment h2 {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 4rem;
  }
}
.top-treatment_imgbox {
  position: absolute;
  z-index: 0;
  top: -30px;
  right: -50px;
  width: 50%;
  max-width: 400px;
}
.top-treatment_imgbox img {
  width: 100%;
}
.top-treatment_imgback {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-treatment_imgback {
    margin-top: -20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .top-treatment_imgback {
    margin-top: -50px;
  }
}
.top-treatment_ttl3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 20px;
  line-height: 1;
}
.top-treatment_ttl3 a {
  position: relative;
  display: flex;
}
.top-treatment_ttl3 a::after {
  position: absolute;
  content: "↑";
  transform: rotate(45deg);
  background: #08457e;
  background: linear-gradient(126deg, rgb(8, 69, 126) 0%, rgb(0, 48, 93) 100%);
  color: #fff;
  border-radius: 50%;
  width: 1.7em;
  aspect-ratio: 1;
  font-size: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 13.5rem;
  bottom: 0;
  transition: 0.3s;
}
.top-treatment_ttl3 a:hover::after {
  content: "";
  transform: scale(0.5) rotate(45deg);
}
.top-treatment_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #ccc;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .top-treatment_list {
    flex-direction: column;
    border-right: none;
  }
}
.top-treatment_list::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background-color: #2a2b41;
  left: 0;
  top: 0;
}
.top-treatment_list dt {
  background-color: #2a2b41;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  width: 100%;
  padding: 0.7em 1em;
}
.top-treatment_list dd {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 50%;
  border-left: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top-treatment_list dd {
    width: 100%;
    border-left: none;
  }
}
.top-treatment_list dd a {
  margin-inline: unset;
  padding: 0.7em 1em;
  transition: none;
  position: relative;
  height: 100%;
}
.top-treatment_list dd a:after {
  position: absolute;
  content: "↑";
  transform: rotate(45deg);
  color: #fff;
  right: 5px;
  font-size: 0.8em;
  font-weight: 600;
}
.top-treatment_list dd a:hover {
  background: #08457e;
  color: #fff;
}

.top-banner {
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  padding: 75px 0 100px;
}
@media screen and (max-width: 440px) {
  .top-banner {
    padding: 50px 0 100px;
  }
}
.top-banner > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5vw;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top-banner > div {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}
.top-banner a {
  max-width: 300px;
}
.top-banner a:hover img {
  opacity: 0.8;
}

.top-briefing {
  text-align: center;
}
.top-briefing_box {
  border: 1px solid #ccc;
  width: 90%;
  box-shadow: 0px 0px 20px #ccc;
  background-color: #f5f5f5;
  padding: 2.5em 5vw;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.top-briefing_box > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 1vw;
}
@media screen and (max-width: 440px) {
  .top-briefing_box > div {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .top-briefing_box {
    padding: 75px 5vw 100px;
    width: 80%;
  }
}
.top-briefing_imgbox {
  width: 40%;
  max-width: -moz-max-content;
  max-width: max-content;
  flex-grow: 1;
  margin-inline: auto;
}
@media screen and (max-width: 440px) {
  .top-briefing_imgbox {
    width: 100%;
  }
}
.top-briefing_textbox {
  flex-grow: 1;
  width: calc(60% - 1vw);
  min-width: 350px;
}
@media screen and (max-width: 440px) {
  .top-briefing_textbox {
    min-width: unset;
    width: 100%;
  }
}
.top-briefing_ttl3 {
  font-size: 3rem;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 3px;
}
@media screen and (max-width: 440px) {
  .top-briefing_ttl3 {
    font-size: 2rem;
  }
}
.top-briefing_date {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 440px) {
  .top-briefing_date {
    font-size: 2.4rem;
  }
}

.top-wp {
  border-bottom: 1px solid #ccc;
  margin-top: -100px;
  padding-top: 125px;
}
.top-wp > div {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 95%;
  max-width: 1400px;
  margin-inline: auto;
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .top-wp > div {
    flex-direction: row;
  }
}

[class$=_wpttl] {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  gap: 0.5em;
}
@media screen and (max-width: 440px) {
  [class$=_wpttl] {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  [class$=_wpttl] {
    padding: 20px 0 20px 1.5vw;
    width: 20%;
    border-bottom: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: normal;
  }
}
[class$=_wpttl] h2 {
  font-weight: 600;
  font-size: 4rem;
}
@media screen and (max-width: 440px) {
  [class$=_wpttl] h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  [class$=_wpttl] h2 {
    letter-spacing: -0.05em;
    font-size: clamp(3rem, 4vw, 4rem);
  }
}

.top-news_wpttl a, .top-blog_wpttl a {
  margin-inline: unset;
}
@media screen and (min-width: 768px) {
  .top-news_wpttl a, .top-blog_wpttl a {
    font-size: clamp(12px, 1.5vw, 1.5rem);
  }
}

.top-news_postbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .top-news_postbox {
    width: 80%;
  }
}
@media screen and (max-width: 440px) {
  .top-news_postbox {
    display: block;
  }
}
.top-news_link {
  display: flex;
  width: 100%;
  height: 100%;
}
.top-news_link:nth-child(1), .top-news_link:nth-child(2) {
  border-bottom: 1px solid #ccc;
}
.top-news_link:nth-child(even) {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 440px) {
  .top-news_link:nth-child(even) {
    border-left: none;
  }
}
@media screen and (max-width: 440px) {
  .top-news_link:nth-child(3) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  .top-news_link {
    border-left: 1px solid #ccc;
  }
}
.top-news_link:hover {
  opacity: 0.8;
  background-color: #f5f5f5;
}
.top-news_postdate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 5px 5px 15px;
  font-weight: 600;
  line-height: 1.1;
}
.top-news_postdate span:nth-child(1) {
  margin-right: auto;
  font-size: 1.5rem;
}
@media screen and (max-width: 440px) {
  .top-news_postdate span:nth-child(1) {
    font-size: 1.3rem;
  }
}
.top-news_postdate span:nth-child(2) {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .top-news_postdate span:nth-child(2) {
    font-size: 3rem;
  }
}
.top-news_postdate span:nth-child(3) {
  margin-left: auto;
  font-size: 1.5rem;
}
@media screen and (max-width: 440px) {
  .top-news_postdate span:nth-child(3) {
    font-size: 1.3rem;
  }
}
.top-news_postttl {
  padding: 0 10px 1.2em;
  width: 100%;
}
.top-news_postttl span:nth-child(1) {
  background: #2a2b41;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  padding: 5px 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-news_postttl span:nth-child(1) {
    width: 80%;
  }
}
.top-news_postttl span:nth-child(2) {
  color: #08457e;
  border-bottom: 1px solid currentColor;
  position: relative;
  padding-right: 1em;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 440px) {
  .top-news_postttl span:nth-child(2) {
    font-size: 1.3rem;
  }
}
.top-news_postttl span:nth-child(2)::after {
  position: absolute;
  content: "↑";
  transform: rotate(45deg);
  color: #08457e;
  right: 0;
}

@media screen and (min-width: 768px) {
  .top-blog_postbox {
    width: 80%;
    display: flex;
  }
}
.top-blog_link {
  display: flex;
}
@media screen and (min-width: 768px) {
  .top-blog_link {
    width: 33.3333333333%;
    border-left: 1px solid #ccc;
  }
}
.top-blog_link:nth-child(1), .top-blog_link:nth-child(2) {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .top-blog_link:nth-child(1), .top-blog_link:nth-child(2) {
    border-bottom: none;
  }
}
.top-blog_link:hover {
  opacity: 0.8;
  background-color: #f5f5f5;
}
.top-blog_postdate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  padding: 0.5em;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .top-blog_postdate {
    padding: 5px;
  }
}
.top-blog_postdate span:nth-child(1) {
  font-size: 1.3rem;
}
.top-blog_postdate span:nth-child(2) {
  font-size: 3.5rem;
}
@media screen and (min-width: 768px) {
  .top-blog_postdate span:nth-child(2) {
    font-size: 4.5rem;
  }
}
.top-blog_postttl {
  display: flex;
  align-items: center;
  padding: 10px 1.2em 20px 10px;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-blog_postttl {
    padding: 10px 10px 20px;
  }
}
@media screen and (max-width: 440px) {
  .top-blog_postttl {
    font-size: 1.3rem;
  }
}
.top-blog_postttl::after {
  position: absolute;
  content: "";
  background: #2a2b41;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
}
.top-blog_postttl span {
  position: relative;
}
.top-blog_postttl span::after {
  position: absolute;
  content: "↑";
  transform: rotate(45deg);
  color: #08457e;
}

.time {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5vw;
}
.time caption {
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5em 0 0.3em;
  font-weight: 600;
}
.time table {
  background: #f5f5f5;
  border: 1px solid currentColor;
  margin-bottom: 0.5em;
  width: 100%;
}
.time table th, .time table td {
  border: 1px solid currentColor;
  padding: 0.5em 0.7em;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .time table th, .time table td {
    font-size: 1.2rem;
    padding: 0.45em;
  }
}
@media screen and (max-width: 440px) {
  .time table td {
    font-size: 1rem;
  }
}
.time_ophthalmology caption, .time_ophthalmology table {
  color: #08457e;
}
.time_ophthalmology thead th {
  background: #08457e;
  color: #fff;
  border: 1px solid #08457e;
}
.time_dermatology caption, .time_dermatology table {
  color: #7e0845;
}
.time_dermatology thead th {
  background: #7e0845;
  color: #fff;
  border: 1px solid #7e0845;
}
@media screen and (max-width: 440px) {
  .time_dermatology table {
    margin-inline: auto;
  }
}
.time ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.time ul li {
  margin-bottom: 5px;
}

.footer {
  margin-inline: auto;
}
.footer_logo {
  margin-top: -50px;
  margin-inline: auto;
  display: block;
}
.footer_time {
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}
.footer_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5vw;
  padding: 50px 0;
}
.footer_info .link {
  margin-inline: unset;
}
.footer_address {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 440px) {
  .footer_address {
    font-size: 1.8rem;
  }
}
.footer_tel {
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer_tel span {
  font-size: 0.6em;
}
@media screen and (max-width: 440px) {
  .footer_tel {
    font-size: 3.3rem;
  }
}
.footer_access {
  margin-bottom: 30px;
}
.footer_access li {
  margin-bottom: 10px;
}
.footer_map {
  width: 40%;
  height: 350px;
  min-width: 400px;
  flex-grow: 1;
  max-width: 600px;
}
@media screen and (max-width: 440px) {
  .footer_map {
    min-width: unset;
  }
}
.footer_text {
  background: #f8f8ff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2em;
  font-size: 2rem;
  line-height: 1.5;
}
.footer_text p:nth-child(1) {
  text-align: center;
  margin-bottom: 5px;
}
.footer_text p:nth-child(2) {
  font-size: 0.9em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.footer_text .colB {
  font-weight: 600;
  font-size: 1.2em;
  display: block;
  padding: 0 3px;
}
@media screen and (min-width: 768px) {
  .footer_text .colB {
    display: inline-block;
  }
}
@media screen and (max-width: 440px) {
  .footer_text {
    padding: 5% 0.5em;
    font-size: 1.5rem;
  }
}
.footer_clinicnav {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(2, 1fr);
  font-weight: 600;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer_clinicnav {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .footer_clinicnav {
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
    max-width: 1400px;
  }
}
.footer_clinicnav li {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.footer_clinicnav li:nth-child(odd) {
  border-left: none;
}
@media screen and (min-width: 768px) {
  .footer_clinicnav li:nth-child(odd) {
    border-left: 1px solid #ccc;
  }
}
.footer_clinicnav li:nth-child(7) {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .footer_clinicnav li:nth-child(7) {
    border-bottom: 1px solid #ccc;
  }
}
.footer_clinicnav li:nth-child(8) {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .footer_clinicnav li:nth-child(8) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 1280px) {
  .footer_clinicnav li {
    border: none !important;
  }
}
.footer_clinicnav a {
  padding: 1.5em 1em;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .footer_clinicnav a {
    padding: 2em 1em;
  }
}
.footer_clinicnav a:hover {
  background: #08457e;
  color: #fff;
}
.footer_linkbox {
  background-image: url(../img/top/footer-linkbox.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.footer_linkbox > ul {
  display: grid;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_linkbox > ul {
    padding-top: 30vh;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  .footer_linkbox > ul {
    font-size: 1.6rem;
  }
}
.footer_linkbox li {
  background-color: rgba(42, 43, 65, 0.5137254902);
  backdrop-filter: blur(5px) hue-rotate(180deg);
  border-top: 1px solid #fff;
  color: #fff;
  line-height: 1.8;
  transition: 0.3s;
  position: relative;
  text-shadow: 0px 0px 5px #2a2b41;
}
@media screen and (min-width: 768px) {
  .footer_linkbox li {
    border-left: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .footer_linkbox li:nth-child(even) {
    border-right: 1px solid #fff;
  }
}
.footer_linkbox li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footer_linkbox li:hover {
  backdrop-filter: blur(0px) hue-rotate(0deg);
}
.footer_linkimg {
  gap: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .footer_linkimg {
    padding: 50px 30px;
  }
}
.footer_linkimg a {
  margin-inline: unset;
  padding: 0;
}
.footer_linkimg a:hover {
  filter: brightness(1.1);
}
.footer_linkimg--square {
  max-width: 100px;
}
.footer_linkimg--oblong {
  max-width: 250px;
}
.footer_hojin {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 50px 0;
}
.footer_hojin:after {
  position: absolute;
  content: "SEISYU-KAI";
  color: #fff;
  z-index: 1;
  font-size: 16vw;
  font-weight: 900;
  bottom: -5vw;
  left: -2vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .footer_hojin:after {
    font-size: clamp(1rem, 16vw, 20rem);
    bottom: -5rem;
    left: -3rem;
  }
}
@media screen and (max-width: 440px) {
  .footer_hojin:after {
    display: none;
  }
}
.footer_hojin-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .footer_hojin-ttl {
    flex-wrap: nowrap;
    margin-bottom: 75px;
  }
}
.footer_hojin-ttl a {
  width: 120px;
  margin-inline: unset;
}
.footer_hojin-ttl a img {
  width: 100%;
}
.footer_hojin-ttl a:hover {
  opacity: 0.8;
}
.footer_hojin-ttl p {
  font-size: clamp(3.5rem, 4.5vw, 4rem);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .footer_hojin-ttl p {
    font-size: 2.3rem;
  }
}
.footer_hojin-nav {
  width: 85%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
  display: grid;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-column-gap: 5vw;
}
@media screen and (min-width: 768px) {
  .footer_hojin-nav {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 3vw;
    width: 95%;
  }
}
@media screen and (max-width: 440px) {
  .footer_hojin-nav {
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    max-width: unset;
  }
}
.footer_clinic-list {
  max-width: -moz-max-content;
  max-width: max-content;
  grid-area: 6/1/10/3;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer_clinic-list {
    grid-area: 1/3/5/5;
    margin-left: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 440px) {
  .footer_clinic-list {
    width: 90%;
    margin-top: 50px;
    margin-inline: auto;
    max-width: unset;
  }
}
.footer_clinic-list li {
  background: #2a2b41;
  color: #fff;
  margin-bottom: 30px;
  max-width: 500px;
}
.footer_clinic-list a {
  display: flex;
  padding: 10px 10px 15px;
  gap: 15px;
  position: relative;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (max-width: 440px) {
  .footer_clinic-list a {
    flex-direction: column;
    padding: 0;
  }
}
.footer_clinic-list a::after {
  position: absolute;
  content: "↑";
  transform: rotate(45deg);
  color: #fff;
  bottom: 7px;
  right: 7px;
  font-size: 1.2em;
}
.footer_clinic-list a img {
  width: 30%;
}
@media screen and (max-width: 440px) {
  .footer_clinic-list a img {
    width: 100%;
  }
}
.footer_clinic-list a > span {
  min-width: 200px;
  width: 70%;
}
@media screen and (max-width: 440px) {
  .footer_clinic-list a > span {
    padding: 0 10px 15px;
    width: 100%;
  }
}
.footer_clinic-list a:hover {
  opacity: 0.8;
}
.footer_clinic-list b {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 440px) {
  .footer_clinic-list b {
    font-size: 1.8rem;
  }
}
.footer_clinic-ttl {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  font-weight: 600;
  text-align: center;
}
.footer_copy {
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 0.5em;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .footer_copy {
    padding-bottom: 0.5em;
  }
}

.hojin-list:nth-child(1) {
  grid-area: 1/1/2/2;
}
.hojin-list:nth-child(2) {
  grid-area: 1/2/6/3;
}
@media screen and (min-width: 768px) {
  .hojin-list:nth-child(2) {
    grid-area: 1/2/6/3;
    margin-inline: auto;
  }
}
.hojin-list:nth-child(3) {
  grid-area: 2/1/5/2;
}
@media screen and (min-width: 768px) {
  .hojin-list:nth-child(3) {
    grid-area: 2/1/5/2;
  }
}
.hojin-list > li {
  margin-bottom: 30px;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  .hojin-list > li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 440px) {
  .hojin-list > li:hover {
    background: #08457e;
    color: #fff;
  }
}
.hojin-list > li li {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .hojin-list > li li {
    margin-top: 0;
    border-top: 1px solid #ccc;
    background-color: #2a2b41;
    color: #fff;
  }
}
.hojin-list > li li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.hojin-list > li li a:hover {
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 440px) {
  .hojin-list > li li a:hover {
    border-bottom: 1px solid transparent;
  }
}
@media screen and (max-width: 440px) {
  .hojin-list > li a {
    padding: 0.8em 1em !important;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .hojin-list > li a::after {
    position: absolute;
    content: "↑";
    transform: rotate(45deg);
    right: 1rem;
    font-size: 1rem;
    font-weight: 600;
  }
}
.hojin-list > li > a {
  display: flex;
  align-items: center;
}
.hojin-list > li > a:before {
  position: absolute;
  content: "";
  background: #2a2b41;
  width: 0.3em;
  aspect-ratio: 1;
  opacity: 0;
  transition: 0.3s;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 440px) {
  .hojin-list > li > a:before {
    display: none;
  }
}
.hojin-list > li > a:hover {
  padding-left: 0.7em;
  left: 0.9em;
}
@media screen and (max-width: 440px) {
  .hojin-list > li > a:hover {
    padding-left: 1em;
  }
}
.hojin-list > li > a:hover:before {
  opacity: 1;
}

.toggle {
  display: none;
}

.Label { /*タイトル*/
  position: static;
  pointer-events: none !important;
}
@media screen and (max-width: 440px) {
  .Label {
    padding: 0.8em 1em;
    display: block;
    position: relative;
    pointer-events: visible !important;
  }
}

@media screen and (max-width: 440px) {
  .Label::before {
    position: absolute; /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a2b41;
    border-right: 2px solid #2a2b41;
    -webkit-transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 1.5rem;
    transform: rotate(135deg);
  }
}

.accordion:hover .Label::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.Label, .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

@media screen and (max-width: 440px) {
  .content { /*本文*/
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  transition: all 0.3s;
  opacity: 1;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*----------------------------
scroll_up ｜下から上へ出現
scroll_ down｜上から下へ出現
----------------------------*/
.scroll_up {
  transition: 0.6s ease-in-out;
  transform: translateY(5px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .scroll_up--2 {
    transition-delay: 0.1s;
  }
}
@media screen and (min-width: 768px) {
  .scroll_up--3 {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .scroll_up--4 {
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .scroll_up--5 {
    transition-delay: 0.4s;
  }
}

.scroll_up.on, .scroll_down.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_down {
  transition: 0.5s ease-in-out;
  transform: translateY(-5px);
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .scroll_down--2 {
    transition-delay: 0.25s;
  }
}

@media screen and (min-width: 1280px) {
  .scroll_down--3 {
    transition-delay: 0.5s;
  }
}

.sitemap_only {
  display: none;
}/*# sourceMappingURL=top.css.map */