.top-fv-area-inner {
  position: relative;
  z-index: 5;
}
.top-fv-area-inner .fv-catch-text {
  width: 100%;
  max-width: 630px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.top-fv-area-inner .fv-catch-text p {
  font-size: 60px;
  text-shadow: 0 0 10px white, 0 0 25px white, 0 0 40px white;
}
@media screen and (max-width: 767px) {
  .top-fv-area-inner .fv-catch-text p {
    font-size: 35px;
  }
}
.top-fv-area-inner .fv-catch-text span {
  font-size: 25px;
  text-shadow: 0 0 10px white, 0 0 25px white, 0 0 40px white;
}
@media screen and (max-width: 767px) {
  .top-fv-area-inner .fv-catch-text span {
    font-size: 18px;
  }
}

.top-hospital-link-list {
  margin-top: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .top-hospital-link-list {
    padding: 0 20px;
    flex-direction: column;
  }
}
.top-hospital-link-list > li {
  width: calc((100% - 20px) / 2);
  max-width: 420px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-hospital-link-list > li {
    width: 100%;
  }
}
.top-hospital-link-list > li .new-info-text {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  font-size: 25px;
  text-shadow: 0px 0px 5px #ffffff, 0px 0px 20px #ffffff, 0px 0px 40px #ffffff, 0px 0px 60px #ffffff, 0px 0px 80px #ffffff;
}
@media screen and (max-width: 767px) {
  .top-hospital-link-list > li .new-info-text {
    font-size: 20px;
  }
}
.top-hospital-link-list > li .new-info-text span {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .top-hospital-link-list > li .new-info-text span {
    font-size: 15px;
  }
}
.top-hospital-link-list > li + li {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .top-hospital-link-list > li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
.top-hospital-link-list > li a {
  display: block;
  padding: 15px 20px;
  border-top: 3px solid #a4892f;
  background-color: #f2efeb;
}
.top-hospital-link-list > li a:hover {
  color: #000000;
}
.top-hospital-link-list > li .top-hospital-link-logo {
  display: flex;
  align-items: center;
}
.top-hospital-link-list > li .top-hospital-link-logo img {
  max-width: 100px;
  margin-right: 10px;
}
.top-hospital-link-list > li .top-hospital-link-logo .place {
  display: inline-block;
  padding: 2px 5px;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
}
.top-hospital-link-list > li .top-hospital-link-log2 {
  display: flex;
  align-items: center;
}
.top-hospital-link-list > li .top-hospital-link-logo2 img {
  max-width: 200px;
  margin-right: 10px;
}
.top-hospital-link-list > li .top-hospital-link-logo2 .place {
  display: inline-block;
  padding: 2px 5px;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
}
.top-hospital-link-list > li .top-hospital-link-hdg {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  color: #a4892f;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .top-hospital-link-list > li .top-hospital-link-hdg {
    font-size: 25px;
  }
}
.top-hospital-link-list > li .top-hospital-link-body {
  display: flex;
}
.top-hospital-link-list > li .top-hospital-link-body img {
  max-width: 100%;
  margin-right: 10px;
}
.top-hospital-link-list > li .top-hospital-link-features {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-hospital-link-list > li .top-hospital-link-features > span {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  position: relative;
}
.top-hospital-link-list > li .top-hospital-link-features > span:before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background-image: url("../img/check-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-hospital-link-list > li .top-hospital-link-features > span + span {
  margin-top: 10px;
}
.top-hospital-link-list > li .top-hospital-link-btn-wrap {
  display: block;
  text-align: center;
}
.top-hospital-link-list > li .top-hospital-link-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 30px 5px 10px;
  text-align: center;
  font-size: 15px;
  border-radius: 20px;
  background-color: #f2cea2;
  position: relative;
}
.top-hospital-link-list > li .top-hospital-link-btn:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("../img/btn-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.pickup-bnr-area {
  padding: 80px 0;
}
.pickup-bnr-area .pickup-bnr-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pickup-bnr-area .pickup-bnr-wrap {
    flex-direction: column;
  }
}
.pickup-bnr-area h2 {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  margin-right: 50px;
  font-size: 60px;
  color: #9d8121;
  background: none;
}
@media screen and (max-width: 767px) {
  .pickup-bnr-area h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.pickup-bnr-area .pickup-bnr-body {
  position: relative;
}
.pickup-bnr-area .pickup-bnr-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pickup-bnr-area .pickup-bnr-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .pickup-bnr-area .pickup-bnr-list > li {
    width: calc((100% - 20px) / 2);
  }
  .pickup-bnr-area .pickup-bnr-list > li:nth-child(even) {
    margin-left: 20px;
  }
  .pickup-bnr-area .pickup-bnr-list > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.pickup-bnr-area .pickup-bnr-list > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .pickup-bnr-area .pickup-bnr-list > li + li {
    margin-left: 0;
  }
}

.top-news-list-area {
  background: linear-gradient(90deg, #dccfc3 0, #dccfc3 50%, #f2efeb 50%, #f2efeb 100%);
}
@media screen and (max-width: 767px) {
  .top-news-list-area {
    background: none;
  }
}
.top-news-list-area .top-news {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-news-list-area .top-news {
    display: flex;
    flex-direction: column;
    margin: 0 -20px;
  }
}
.top-news-list-area .top-news .top-news-list-hdg {
  padding: 80px 40px 80px 10px;
  background-color: #dccfc3;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .top-news-list-area .top-news .top-news-list-hdg {
    padding: 40px 20px;
  }
}
.top-news-list-area .top-news .top-news-list-hdg h2 {
  padding: 0;
  margin: 0;
  background: none;
  color: #000000;
  font-size: 30px;
}
.top-news-list-area .top-news .top-news-list-hdg span {
  font-size: 20px;
}
.top-news-list-area .top-news .top-news-list-hdg p {
  margin-top: 20px;
  font-size: 15px;
}
.top-news-list-area .top-news .top-news-list-body {
  padding: 80px 20px 80px 80px;
  background-color: #f2efeb;
  flex-shrink: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .top-news-list-area .top-news .top-news-list-body {
    padding: 20px 20px;
  }
}
.top-news-list-area .top-news .top-news-list-body ul > li a {
  display: flex;
  padding: 10px 5px;
  border-bottom: 1px dotted #000000;
  font-size: 15px;
}
.top-news-list-area .top-news .top-news-list-body ul > li a ._date {
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}
.top-news-list-area .top-news .top-news-list-body ul > li:last-child a {
  border-bottom: none;
}

.top-about2-area .top-about2-area-head {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-about2-area .top-about2-area-head h2 {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 40px;
  color: #9d8121;
}
.top-about2-area .top-about2-area-head .logo-l, .top-about2-area .top-about2-area-head .logo-r {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .top-about2-area .top-about2-area-head {
    flex-wrap: wrap;
  }
  .top-about2-area .top-about2-area-head h2 {
    order: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .top-about2-area .top-about2-area-head .logo-l, .top-about2-area .top-about2-area-head .logo-r {
    width: 50%;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-about2-area .top-about2-area-head .logo-l img,
  .top-about2-area .top-about2-area-head .logo-r img {
    max-width: 100%;
    height: auto;
    display: block;
  }

}
.top-about2-area .top-about2-list > li span {
  color: #9d8121;
}

.top-doctor-area .top-doctor-list > li + li {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .top-doctor-area .top-doctor-list > li + li {
    margin-left: 0;
  }
}

.top-doctor-area .top-doctor-list > li:nth-child(even) {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-doctor-area .top-doctor-list > li:nth-child(even) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-reason-area .reason-sub-hdg {
    margin-bottom: 40px;
  }
}
.top-reason-area .reason-list-content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top-reason-area .reason-list-content {
    flex-direction: column-reverse;
  }
}
.top-reason-area .reason-list-content > * {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .top-reason-area .reason-list-content > * {
    width: 100%;
  }
}
.top-reason-area .reason-list-content > * + * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .top-reason-area .reason-list-content > * + * {
    margin-left: 0;
  }
}
.top-reason-area .reason-img img + img {
  margin-top: 50px;
}
.top-reason-area .reason-list-wrap {
  padding: 50px 20px;
  background-color: #f2efeb;
}
@media screen and (max-width: 767px) {
  .top-reason-area .reason-list-wrap {
    padding: 30px 20px;
  }
}
.top-reason-area .reason-list {
  display: block;
}
.top-reason-area .reason-list > li {
  width: 100%;
}
.top-reason-area .reason-list > li + li {
  margin-top: 30px;
}
.top-reason-area .reason-list li:nth-child(even) {
  margin-left: 0;
  transform: translateY(0);
}
.top-reason-area .reason-list .reason-list-item-inner .reason-list-item-num {
  font-size: 50px;
  color: #9d8121;
}

.top-topics-area {
  background-color: #dccfc3;
}
.top-topics-area h2.top-hdg-lv2 {
  color: #9d8121;
}
.top-topics-area .top-square-link > li a p {
  color: #000000;
  text-align: left;
}

.top-info-area {
  background-color: #f2efeb;
}

.top-info .top-info-clinic-name {
  color: #9d8121;
}

footer.top-footer._202502 {
  padding-top: 70px;
  background-color: #dccfc3;
}
@media screen and (max-width: 767px) {
  footer.top-footer._202502 {
    padding: 35px 10px;
  }
}
footer.top-footer._202502 p {
  color: #000000;
}
footer.top-footer._202502 .footer-logo {
  display: flex;
  align-items: flex-end;
}
footer.top-footer._202502 .footer-logo img {
  margin-right: 20px;
}
footer.top-footer._202502 .footer-logo span {
  font-size: 30px;
  font-weight: bold;
}
footer.top-footer._202502 .f-logo-list {
  display: flex;
  margin-bottom: 30px;
}
footer.top-footer._202502 .f-logo-list > li img {
  max-width: 110px;
}
footer.top-footer._202502 .f-logo-list > li + li {
  margin-left: 10px;
}

.fv-fade-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .fv-fade-wrap {
    aspect-ratio: 97/108;
  }
}

.fv-fade-wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s linear;
}

.fv-fade-wrap picture.active {
  opacity: 1;
}

/*# sourceMappingURL=top_202502.css.map */
