html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #322E2E;
  font-size: 1.5rem;
  line-height: 180%;
  font-weight: 400;
  position: relative;
}

a {
  display: inline-block;
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.l-wrapper {
  padding: 0 16px;
}

.c-note {
  font-size: 1.2rem;
  line-height: 180%;
  text-indent: -1em;
  padding-left: 1em;
}

/* layout */
.l-main {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-main {
    max-width: 375px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}

@media screen and (min-width: 768px) {
  .pcMain {
    background: url("../image/bg-mv.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-left: 12%;
    display: flex;
  }
  .pcMain__right {
    flex: 1;
  }
  .pcMain__right .rightInner {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .pcMain__right .rightInner .nav {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    padding-bottom: 44px;
    padding-left: 56px;
  }
  .pcMain__right .rightInner .nav li a {
    color: #093E85;
    font-weight: 700;
    padding-left: 14px;
    border-left: 2px solid #093E85;
    transition: 0.3s all;
  }
  .pcMain__right .rightInner .nav li a:hover {
    color: #B2CCEE;
    border-left: 2px solid #B2CCEE;
  }
  .pcMain__right .rightInner .nav li a.is-active {
    color: #F4BF33;
    border-left: 2px solid #F4BF33;
  }
  .pcMain__right .rightInner__right {
    display: flex;
    align-items: flex-end;
  }
  .pcMain__right .rightInner__right .logo {
    padding: 24px;
  }
  .pcMain__right .rightInner__right .logo a {
    display: flex;
  }
  .pcMain__right .rightInner__right .logo a:hover img {
    opacity: 0.3;
  }
  .pcMain__right .rightInner__right .logo a img {
    width: 180px;
    opacity: 1;
    transition: 0.3s all;
  }
  .pcMain__right .rightInner__right .comment {
    background-color: #093E85;
    height: 100vh;
    padding: 16px;
    box-sizing: border-box;
  }
}
.footer__logo {
  padding: 40px 0;
}
.footer__logo a {
  display: flex;
  justify-content: center;
}
.footer__logo a:hover img {
  opacity: 0.3;
}
.footer__logo a img {
  width: 180px;
  transition: 0.3s all;
  opacity: 1;
}
.footer__copy {
  background-color: #ECECEC;
  padding: 10px;
  text-align: center;
}
.footer__copy p {
  font-size: 1.4rem;
  line-height: 18px;
}

/* page */
.main__title {
  color: #093E85;
  padding: 40px 16px;
}
.main__title .tag {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid #093E85;
  padding: 4px 0;
}
.main__title h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 35px;
  padding-top: 19px;
}
.main__title h1 span {
  font-size: 1rem;
  vertical-align: top;
  line-height: normal;
}
.main__title .c-note {
  padding-top: 8px;
}

.about {
  padding-top: 64px;
}
.about__inner:not(:first-child) {
  padding-top: 40px;
}
.about__inner .ttl {
  color: #fff;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  background-color: #093E85;
  padding: 6px 8px;
  display: inline-block;
}
.about__inner .txt {
  padding-top: 24px;
}
.about__inner .c-note {
  padding-top: 16px;
}

.movie {
  padding-top: 40px;
}
.movie__mainTtl {
  color: #093E85;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  position: relative;
}
.movie__mainTtl:before, .movie__mainTtl:after {
  content: "";
  position: absolute;
  background-color: #093E85;
  height: 2px;
  width: 40px;
  bottom: 20px;
}
.movie__mainTtl:before {
  left: 10px;
  transform: rotate(80deg);
}
.movie__mainTtl:after {
  right: 10px;
  transform: rotate(-80deg);
}
.movie__inner {
  padding-top: 16px;
}
.movie__inner a {
  display: flex;
  transition: 0.3s all;
  opacity: 1;
}
.movie__inner a:hover {
  opacity: 0.5;
}
.movie__inner iframe {
  width: 100%;
  height: 193px;
}
.movie__ttl {
  font-weight: 500;
  line-height: 170%;
  padding-top: 16px;
}
.movie__about {
  font-size: 1.2rem;
  padding-top: 8px;
  line-height: 180%;
}

.example {
  margin: 40px 0 64px;
  background-color: #FBF1DC;
  border-radius: 8px;
  padding: 24px;
}
.example__ttl {
  color: #093E85;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  position: relative;
}
.example__ttl:before, .example__ttl:after {
  content: "";
  position: absolute;
  background: url("../image/deco-ttl.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.example__ttl:before {
  left: 0;
}
.example__ttl:after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.example__inner .contents {
  padding-top: 24px;
}
.example__inner .contents .num {
  text-align: center;
  display: flex;
  justify-content: center;
}
.example__inner .contents .num span {
  display: block;
  background-color: #093E85;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  width: 30px;
  height: 30px;
}
.example__inner .contents figure {
  padding-top: 8px;
  display: flex;
}
.example__inner .contents .txt {
  padding-top: 16px;
}
.example__inner .contents .txt span {
  background-color: #fff;
  border: 1px solid #093E85;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  width: 26px;
  height: 26px;
  display: inline-block;
  color: #093E85;
  text-align: center;
  margin-right: 4px;
}

.disease {
  padding-bottom: 56px;
  margin: 0 -16px;
  overflow: hidden;
  position: relative;
}
.disease:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 56px solid #CBE4E5;
  border-left: 30vh solid transparent;
  border-right: 30vh solid transparent;
  transform: translateX(-50%);
}
.disease__inner {
  background-color: #CBE4E5;
  padding: 64px 37px;
}
.disease__ttl {
  text-align: center;
  color: #0E9597;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  font-size: 3.2rem;
}
.disease__ttl span {
  font-size: 2.8rem;
  letter-spacing: 1.12px;
}
.disease__list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  text-align: center;
}
.disease__list li {
  background-color: #0E9597;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  padding: 24px 16px;
  border-radius: 8px;
}
.disease__list li.main {
  color: #322E2E;
  background-color: #F4BF33;
}
.disease__list li.main .subTxt {
  font-size: 1.4rem;
  padding-top: 12px;
}
.disease__other {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 16px;
}
.disease__txt {
  padding-top: 16px;
}

.hospital {
  padding: 64px 0;
}
.hospital__formBtn {
  text-align: center;
}
.hospital__formBtn a {
  background-color: #093E85;
  padding: 9px 48px 9px 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  position: relative;
  transition: 0.3s all;
}
.hospital__formBtn a:hover {
  background-color: #B2CCEE;
}
.hospital__formBtn a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
.hospital__list {
  padding-top: 40px;
}
.hospital__list .mainTtl {
  text-align: center;
}
.hospital__list .mainTtl img {
  width: 65px;
}
.hospital__list .mainTtl p {
  color: #093E85;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  padding-top: 8px;
}
.hospital__list .list {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.hospital__list .list li {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding-left: 22px;
  border-left: 2px solid #CBE4E5;
}
.hospital__list .list li .name {
  font-size: 1.6rem;
  line-height: 100%;
}
.hospital__list .list li .info {
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 100%;
  position: relative;
}
.hospital__list .list li .info:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hospital__list .list li .info--address:before {
  background: url("../image/common/ic-address.svg") no-repeat;
  background-size: contain;
}
.hospital__list .list li .info--tel:before {
  background: url("../image/common/ic-tel.svg") no-repeat;
  background-size: contain;
}
.hospital__list .list li .link {
  font-size: 1.4rem;
  line-height: 100%;
}
.hospital__list .list li .link a {
  padding-right: 20px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #093E85;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
  transition: 0.3s all;
}
.hospital__list .list li .link a:hover {
  color: #093E85;
}
.hospital__list .list li .link a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.contact {
  background-color: #FBF1DC;
}
.contact__inner {
  padding: 64px 0;
}
.contact__inner .mainTtl {
  text-align: center;
}
.contact__inner .mainTtl img {
  width: 65px;
}
.contact__inner .mainTtl p {
  padding-top: 8px;
}
.contact__inner .mainTtl p span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  color: #093E85;
  background-color: #fff;
  padding: 8px;
}
.contact__form {
  padding-top: 40px;
}

.error {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
}
.error__ttl {
  text-align: center;
  color: #093E85;
}
.error__ttl h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
}
.error__ttl p {
  font-size: 1.4rem;
  padding-top: 8px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.56px;
}
.error__txt {
  padding-top: 40px;
}
.error__btn {
  padding-top: 40px;
  text-align: center;
}
.error__btn a {
  background-color: #093E85;
  padding: 9px 48px 9px 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  position: relative;
  transition: 0.3s all;
}
.error__btn a:hover {
  background-color: #B2CCEE;
}
.error__btn a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(-90deg);
  filter: brightness(0) invert(1);
}

/* ui */
.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  height: 85vh;
}
.swiper .slide-img figure {
  display: flex;
}
.swiper .slide-img figure img {
  height: 85vh;
  object-fit: cover;
}
.swiper .swiper-slide-active .slide-img,
.swiper .swiper-slide-duplicate-active .slide-img,
.swiper .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}/*# sourceMappingURL=style.css.map */