@charset "UTF-8";
/* ブレイクポイントの定義 */
.footer-nav {
  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;
  width: 108rem;
  margin: 0 auto;
  padding-top: 6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    width: 100%;
    padding-top: 2rem;
  }
}
.footer-nav__ttl {
  font-size: 1.5rem;
  color: #00c0bd;
  margin-bottom: 1.5rem;
  display: block;
}
.footer-nav__ttl--mb {
  margin-bottom: 2.5rem;
}
.footer-nav-main-list {
  width: 72rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-nav-main-list__item:nth-of-type(4n - 3) {
  width: 14rem;
}
.footer-nav-main-list__item:nth-of-type(4n - 2) {
  width: 19.5rem;
}
.footer-nav-main-list__item:nth-of-type(4n - 1) {
  width: 16rem;
}
.footer-nav-main-list__item > a {
  color: #1e2b38;
  font-size: 1.4rem;
  padding-left: 1.7rem;
  position: relative;
}
.footer-nav-main-list__item > a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../../img/icon/ic-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer-nav-sns {
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .footer-nav-sns {
    width: 100%;
    text-align: center;
  }
}
.footer-nav-sns-list {
  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;
}
@media screen and (max-width: 768px) {
  .footer-nav-sns-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.3rem;
  }
}
.footer-nav-sns-list__item {
  width: 5rem;
}

.footer-detail-nav {
  margin-top: 5rem;
}
.footer-detail-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-detail-nav-list__item > a {
  color: #1e2b38;
  font-size: 1.4rem;
  padding-left: 1.7rem;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.footer-detail-nav-list__item > a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../../img/icon/ic-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer-detail-nav--clinic {
  width: 22.2rem;
}
.footer-detail-nav--doctor {
  width: 34rem;
}
.footer-detail-nav--menu {
  width: 49rem;
}
.footer-detail-nav--menu .footer-detail-nav-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  height: 75rem;
}
.footer-detail-nav--menu .footer-detail-nav-list__item {
  width: 45%;
}
.footer-detail-nav--menu .footer-detail-nav-list .footer-detail-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 2rem;
  margin-top: 1.5rem;
}
.footer-detail-nav--menu .footer-detail-nav-list .footer-detail-sub-list__item > a {
  font-size: 1.2rem;
  padding-left: 1.7rem;
  position: relative;
  display: block;
  color: #1e2b38;
}
@media screen and (max-width: 768px) {
  .footer-detail-nav--menu .footer-detail-nav-list .footer-detail-sub-list__item > a {
    padding: 2rem 1.2rem 2rem 4rem;
    border-bottom: solid 1px #e4e4e4;
  }
}
.footer-detail-nav--menu .footer-detail-nav-list .footer-detail-sub-list__item > a::before {
  content: "┗";
  display: block;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #00c0bd;
}
@media screen and (max-width: 768px) {
  .footer-detail-nav--menu .footer-detail-nav-list .footer-detail-sub-list__item > a::before {
    left: 2rem;
  }
}

.footer-address {
  padding-top: 6rem;
  width: 108rem;
  margin: 5rem auto 6.5rem;
  border-top: solid 1px #e4e4e4;
}
@media screen and (max-width: 768px) {
  .footer-address {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border: none;
    margin-top: 3rem;
  }
}
.footer-address__logo {
  width: 28.9rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .footer-address__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 1.2rem;
  }
}
.footer-address__text {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .footer-address__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 1.2rem 2rem;
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 3rem;
  }
}
.footer-address-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-address-map {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.2rem;
    margin-top: 2rem;
  }
}
.footer-address-main {
  width: 41rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #1e2b38;
}
@media screen and (max-width: 768px) {
  .footer-address-main {
    width: 100%;
    padding: 0 1.3rem;
  }
}

.footer-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-map {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-map__iframe {
  width: 33.7rem;
  height: 17.8rem;
}
@media screen and (max-width: 768px) {
  .footer-map__iframe {
    width: 100%;
    margin-top: 2rem;
    height: 18.4rem;
  }
}
.footer-map__iframe iframe {
  width: 100%;
  height: 100%;
}
.footer-map__text-wrap {
  width: 25.7rem;
}
@media screen and (max-width: 768px) {
  .footer-map__text-wrap {
    width: 100%;
  }
}
.footer-map__text-wrap p {
  margin-bottom: 0 !important;
  padding-left: 1.8rem;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.67;
}
.footer-map__text-wrap p::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.footer-copyright {
  background-color: #d9eff1;
  height: 4rem;
  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%;
  font-size: 1.2rem;
  color: #606b7a;
}

.footer-sp-nav-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-list {
    padding: 0 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer-sp-nav-list a {
    color: #1e2b38;
  }
}
.footer-sp-nav-list__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-list__item {
    width: 100%;
  }
}
.footer-sp-nav-list__item > a {
  position: relative;
  padding: 0 2rem 1.7rem;
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-list__item > a {
    padding: 2rem 1.2rem;
    border-bottom: solid 1px #e4e4e4;
  }
}
.footer-sp-nav-list__item > a::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.6rem;
  background-color: #d1d1d1;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-list__item > a::after {
    display: none;
  }
}
.footer-sp-nav-list__item:last-of-type > a::after {
  display: none;
}
.footer-sp-nav-list__sub-toggle {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-list__sub-toggle {
    display: block !important;
    position: absolute !important;
    width: 3rem;
    height: 3rem;
    text-decoration: none !important;
    border: none !important;
    top: 1.2rem;
    right: 0;
    padding: 0 !important;
  }
  .footer-sp-nav-list__sub-toggle::before,
  .footer-sp-nav-list__sub-toggle::after {
    content: "";
    display: block !important;
    width: 1.2rem !important;
    height: 2px !important;
    border-radius: 4px;
    background-color: #00c0bd !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
  }
  .footer-sp-nav-list__sub-toggle::before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .footer-sp-nav-list__sub-toggle::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer-sp-nav-list__sub-toggle.is-active::after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
.footer-sp-nav-sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.7rem;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.132);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.132);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-sub-list {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}
.footer-sp-nav-sub-list.is-active {
  opacity: 1;
  visibility: visible;
}
.footer-sp-nav-sub-list__item {
  position: relative;
}
.footer-sp-nav-sub-list__item > a:not(.js-sub-toggle) {
  font-size: 1.4rem;
  padding-left: 1.7rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-sub-list__item > a:not(.js-sub-toggle) {
    padding: 2rem 1.2rem 2rem 2rem;
    border-bottom: solid 1px #e4e4e4;
  }
}
.footer-sp-nav-sub-list__item > a:not(.js-sub-toggle)::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../../img/icon/ic-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-sub-list__item > a:not(.js-sub-toggle)::before {
    display: none;
  }
}
.footer-sp-nav-sub-list--clinic {
  width: 26.2rem;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-sub-list--clinic {
    width: 100%;
  }
}
.footer-sp-nav-sub-list--menu {
  width: 54rem;
  height: 29rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-sub-list--menu {
    width: 100%;
    display: none;
    height: auto;
  }
}
.footer-sp-nav-sub-list--price {
  width: 48.4rem;
  height: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-sub-list--price {
    width: 100%;
    display: none;
    height: auto;
  }
}
.footer-sp-nav-sub-list--doctor {
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-sub-list--doctor {
    width: 100%;
    display: none;
  }
}
.footer-sp-nav-subsub-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-subsub-list {
    gap: 0;
    padding: 0;
    margin: 0;
  }
}
.footer-sp-nav-subsub-list__item > a {
  font-size: 1.2rem;
  padding-left: 1.7rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-subsub-list__item > a {
    padding: 2rem 1.2rem 2rem 4rem;
    border-bottom: solid 1px #e4e4e4;
  }
}
.footer-sp-nav-subsub-list__item > a::before {
  content: "┗";
  display: block;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #00c0bd;
}
@media screen and (max-width: 768px) {
  .footer-sp-nav-subsub-list__item > a::before {
    left: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 7rem;
  }
}
