@charset "UTF-8";
/************************************
フォント
************************************/
/************************************
色
************************************/
/************************************
アニメーション
************************************/
.backtop {
  margin: 128px 0;
}
@media (max-width: 1048px) {
  .backtop {
    margin: 96px 0;
  }
}
.backtop a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  color: #424747;
}
@media (max-width: 1048px) {
  .backtop a {
    justify-content: center;
  }
}
.backtop a span {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
}

.big__footer {
pointer-events:none;
  position: relative;
  width: 100%;
  height: 600px;
  mask-image: url(../images/schedule_bottom-pc.webp);
  background-image: url(../images/schedule_bottom-pc.webp);	
  mask-size: cover;
  mask-position: center;
  margin-bottom: -100px;
}
@media (min-width: 1700px) {
	.big__footer {
		height: 800px;
	}
}
@media (max-width: 768px) {
  .big__footer {
    height: 270px;
    background-position: center;
  }
}
.big__footer video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 2500px;
  object-fit: cover;
}

footer {
  background: #f0f9f8;
  padding: 200px 0 20px;
}
@media (max-width: 1048px) {
  footer {
    padding: 200px 0 200px;
  }
}
footer .footer__logo {
  margin-bottom: 57px;
}
@media (max-width: 1048px) {
  footer .footer__logo {
    margin: 0 auto 57px;
    width: 100%;
    max-width: 320px;
  }
  footer .footer__logo img {
    width: 100%;
    height: auto;
  }
}
footer .footer__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1048px) {
  footer .footer__content {
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
}
footer .footer__content .footer__clinic-info span,
footer .footer__content .footer__clinic-info span a,
footer .footer__content .footer__clinic-info div {
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 160%;
	text-decoration: none;
	color: #424747;
  letter-spacing: 0.56px;
}
footer .footer__content .footer__clinic-info .footer__info-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
footer .footer__content .footer__clinic-info .footer__info-section .footer__info-item {
  display: flex;
}
footer .footer__content .footer__clinic-info .footer__info-section .footer__info-item .footer__info-label {
  width: 98px;
}
footer .footer__content .footer__map {
  margin-top: 32px;
}
@media (max-width: 1048px) {
  footer .footer__content .footer__map iframe {
    width: 100%;
  }
}
footer .footer__content .footer__content-right .footer__section-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  position: relative;
  padding-left: 16px;
  margin-bottom: 24px;
}
footer .footer__content .footer__content-right .footer__section-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #67c9cb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
footer .footer__content .footer__content-right .footer__language .footer__language-list {
  display: flex;
  gap: 24px;
  list-style: none;
}
@media (max-width: 1048px) {
  footer .footer__content .footer__content-right .footer__language .footer__language-list {
    gap: 16px;
  }
}
footer .footer__content .footer__content-right .footer__language .footer__language-list > li {
  flex: 1;
}
footer .footer__content .footer__content-right .footer__language .footer__language-list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #424747;
  background: #daf1ee;
  border-radius: 5px;
  height: 56px;
  transition: all 0.3s ease;
}
footer .footer__content .footer__content-right .footer__language .footer__language-list > li a:hover {
  opacity: 0.8;
}
footer .footer__content .footer__content-right .footer__access {
  margin: 56px 0;
}
footer .footer__content .footer__content-right .footer__access .footer__access-list .footer__access-item {
  display: flex;
  gap: 14px;
}
footer .footer__content .footer__content-right .footer__access .footer__access-list .footer__access-item .footer__access-type,
footer .footer__content .footer__content-right .footer__access .footer__access-list .footer__access-item .footer__access-detail {
  font-size: 14px;
  font-style: normal;
  font-style: normal;
  font-weight: 250;
  line-height: 180%;
  letter-spacing: 0.56px;
  color: #424747;
  margin-right: 8px;
}
@media (max-width: 550px) {
  footer .footer__content .footer__content-right .footer__access .footer__access-list .footer__access-item .footer__access-type {
    min-width: 30px;
  }
}
footer .footer__content .footer__content-right .footer__nav .footer__navigation ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 485px;
}
@media (max-width: 550px) {
  footer .footer__content .footer__content-right .footer__nav .footer__navigation ul {
    width: 100%;
    max-width: 358px;
    justify-content: center;
    margin: 0 auto;
  }
}
footer .footer__content .footer__content-right .footer__nav .footer__navigation ul li {
  flex: 1 1 50%;
}
footer .footer__content .footer__content-right .footer__nav .footer__navigation ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 220%;
  text-decoration: none;
  color: #424747;
  position: relative;
  padding-left: 18px;
  transition: all 0.3s ease;
}
footer .footer__content .footer__content-right .footer__nav .footer__navigation ul li a:hover {
  color: #67c9cb;
}
footer .footer__content .footer__content-right .footer__nav .footer__navigation ul li a:hover:before {
  transform: translate(4px, -50%);
}
footer .footer__content .footer__content-right .footer__nav .footer__navigation ul li a:before {
  content: "";
  height: 14px;
  width: 8px;
  background-image: url(../images/caret.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all 0.3s ease;
}
footer .footer__social {
  margin-top: 56px;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  justify-content: center;
}
@media (max-width: 1048px) {
  footer .footer__social img {
    width: 40px;
    height: 40px;
  }
}
footer .footer__bottom .footer__links {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 24px;
  gap: 10px;
}
footer .footer__bottom .footer__links a {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-decoration: none;
  display: block;
  color: #424747;
}
footer .footer__bottom .footer__copyright {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 8px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed__cta {
  display: none;
}
@media (max-width: 1048px) {
  .fixed__cta {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
  }
  .fixed__cta__inner {
    display: flex;
    align-items: center;
  }
  .fixed__cta__inner > a {
    height: 56px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #67c9cb;
    text-decoration: none;
    gap: 16px;
  }
 .fixed__cta__inner > a:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
  .fixed__cta__inner > a i svg {
    vertical-align: sub;
  }
  .fixed__cta__inner > a span {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
}

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