@charset "UTF-8";
.breadcrumb {
  width: 97%;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
.breadcrumb__lists {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.breadcrumb__list {
  font-size: 10px;
  font-weight: 500;
  color: #767B73;
}

.page__fv {
  padding: 100px 40px 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 13.3333333333vw 8vw 37.3333333333vw;
  }
}
.page__fv::after {
  content: "";
  background: url(../img/page/menu-fv.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 97%;
  height: 100%;
  left: 0;
  top: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 768px) {
  .page__fv::after {
    background: url(../img/page/menu-fv-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv--inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page__fv--title {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    font-size: 8.5333333333vw;
  }
}
.page__fv--subTitle {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__fv--subTitle {
    font-size: 4.8vw;
  }
}

.page__sec {
  z-index: 2;
  margin-bottom: 40px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page__sec {
    padding: 0 5.3333333333vw;
  }
}
.page__sec.mt {
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .page__sec.mt {
    margin-top: -60px;
  }
}
.page__sec--inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 80px 5%;
  border-radius: 8px;
}
.page__sec--inner::before {
  content: "";
  width: 83px;
  height: 81px;
  background: url(../img/page/ashirai-page.svg) no-repeat;
  position: absolute;
  left: -40px;
  background-size: contain;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .page__sec--inner::before {
    left: 0;
    top: -20px;
    width: 44px;
    height: 43px;
  }
}
@media screen and (max-width: 768px) {
  .page__sec--inner {
    padding: 9.3333333333vw 5.3333333333vw;
  }
}
.page__sec--inner h2 {
  font-size: 34px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #396FA5;
  margin-bottom: 65px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page__sec--inner h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.page__sec--inner h3 {
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #396FA5;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page__sec--inner h3 {
    font-size: 5.8666666667vw;
  }
}
.page__sec--inner h4 {
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #396FA5;
  margin-bottom: 24px;
  line-height: 1.5;
  padding-left: 50px;
  position: relative;
}
.page__sec--inner h4::before {
  content: "";
  width: 31px;
  height: 1px;
  background: #AAC7E4;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page__sec--inner h4 {
    font-size: 4.8vw;
  }
}
.page__sec--inner p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  color: #61676E;
}
@media screen and (max-width: 768px) {
  .page__sec--inner p {
    font-size: 4vw;
  }
}
.page__sec--inner ul.mt {
  margin-top: 40px;
}
.page__sec--inner ul li {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  color: #61676E;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .page__sec--inner ul li {
    font-size: 4vw;
  }
}
.page__sec--inner ul li::before {
  content: "●";
  color: #AAC7E4;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.page__sec .doctor__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page__sec .doctor__box {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.page__sec .doctor__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page__sec .doctor__img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.page__sec .doctor__img img {
  border-radius: 8px;
}
.page__sec .doctor__img .name {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  color: #61676E;
}
@media screen and (max-width: 768px) {
  .page__sec .doctor__img .name {
    margin-top: 10px;
  }
}
.page__sec .doctor__contents {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .page__sec .doctor__contents {
    width: 100%;
  }
}
.page__sec .doctor__contents .item {
  padding: 40px 0;
  border-top: 1px solid #AAC7E4;
}
.page__sec .clinic__box {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #AAC7E4;
}
@media screen and (max-width: 768px) {
  .page__sec .clinic__box {
    display: block;
    padding: 8.5333333333vw 0;
  }
}
.page__sec .clinic__box:nth-of-type(1) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page__sec .clinic__box:nth-of-type(1) {
    margin-top: 13.3333333333vw;
  }
}
.page__sec .clinic__img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .page__sec .clinic__img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.page__sec .clinic__img img {
  border-radius: 8px;
}
.page__sec .clinic__contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .page__sec .clinic__contents {
    width: 100%;
  }
}
.page__sec ol {
  margin: 50px auto 35px;
}
.page__sec ol li {
  background: #DAE6F1;
  margin-bottom: 10px;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page__sec ol li {
    padding: 20px;
  }
}
.page__sec ol li span {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #6C9FD2;
  color: #F5F8FB;
  border-radius: 50%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page__sec ol li span {
    font-size: 20px;
  }
}
.page__sec ol li p {
  width: 95%;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page__sec ol li p {
    width: 90%;
    font-size: 15px;
  }
}
.page__sec .page__box {
  display: flex;
  justify-content: space-between;
}
.page__sec .page__box.mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page__sec .page__box {
    flex-direction: column-reverse;
  }
  .page__sec .page__box.reverse {
    flex-direction: column;
  }
}
.page__sec .page__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page__sec .page__box:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.page__sec .page__box + .page__box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page__sec .page__box + .page__box {
    margin-top: 16vw;
  }
}
.page__sec .page__box .contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page__sec .page__box .contents {
    width: 100%;
  }
}
.page__sec .page__box .contents h2 {
  margin-bottom: 45px;
}
.page__sec .page__box .img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .page__sec .page__box .img {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.page__sec .page__box .img img {
  border-radius: 8px;
}
.page__sec .page__box .img.main {
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .page__sec .page__box .img.main {
    margin-top: 0;
  }
}
.page__sec .consulting {
  padding: 32px;
  background: #DAE6F1;
  border-radius: 8px;
  margin-bottom: 23px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .page__sec .consulting {
    padding: 5.3333333333vw;
  }
}
.page__sec .consulting h3 {
  text-align: center;
  margin-bottom: 24px;
}
.page__sec .consulting ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page__sec .consulting ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
  }
}
.page__sec .consulting ul li {
  font-size: 18px;
  padding: 5px 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .page__sec .consulting ul li {
    font-size: 3.2vw;
  }
}
.page__sec .consulting ul li::before {
  content: "";
  width: 24px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/page/icon_check.svg) no-repeat;
}
.page__sec .medical {
  padding: 32px;
  background: #DEE3E9;
  border-radius: 8px;
}
.page__sec .medical + .medical {
  margin-top: 16px;
}
.page__sec .medical h3 {
  text-align: center;
  margin-bottom: 24px;
}
.page__sec .medical ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page__sec .medical ul {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
  }
}
.page__sec .medical ul li {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page__sec .medical ul li {
    font-size: 3.2vw;
  }
}
.page__sec .reserve__box {
  padding: 34px 40px;
  background: #F1ECE4;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page__sec .reserve__box {
    display: block;
    padding: 6.4vw 5.3333333333vw;
  }
}
.page__sec .reserve__box .contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .page__sec .reserve__box .contents {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.page__sec .reserve__box .cta {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .page__sec .reserve__box .cta {
    width: 100%;
  }
}
.page__sec .reserve__box .cta .tel {
  display: flex;
  align-items: center;
  color: #766A54;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  gap: 10px;
  margin-bottom: 20px;
}
.page__sec .reserve__box .cta .tel span {
  font-size: 24px;
  font-weight: 500;
  color: #766A54;
}
.page__sec .reserve__box .cta .tel p {
  font-size: 36px;
  font-weight: 500;
  color: #766A54;
}
.page__sec .reserve__box .cta .btn {
  display: block;
  padding: 12px 38px 12px 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(to right, #787063, #48617A);
  position: relative;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .page__sec .reserve__box .cta .btn {
    font-size: 12px;
  }
}
.page__sec .reserve__box .cta .btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
}
.page__sec .flow__box {
  background: #DAE6F1;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .page__sec .flow__box {
    display: block;
    padding: 6.4vw;
  }
}
.page__sec .flow__box + .flow__box {
  margin-top: 40px;
  position: relative;
}
.page__sec .flow__box + .flow__box::after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/page/bottom.svg) no-repeat;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.page__sec .flow__img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .page__sec .flow__img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.page__sec .flow__img img {
  border-radius: 8px;
}
.page__sec .flow__contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .page__sec .flow__contents {
    width: 100%;
  }
}

.news__contents p {
  margin-bottom: 30px;
}
.news__contents img {
  margin-bottom: 30px;
}
.news__contents .btn {
  margin: 50px auto 0;
}
.news__contents .news__list--title {
  margin-bottom: 0;
}

.contact {
  margin-top: 80px;
}

.access {
  padding: 140px 40px;
  background: url(../img/top/ashirai-info.svg), url(../img/top/ashirai-info-02.svg);
  background-repeat: no-repeat;
  background-position: top 80px right 60px, bottom 20px center;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 12vw 8.5333333333vw 5.3333333333vw;
    background: url(../img/top/ashirai-info-sp.svg), url(../img/top/ashirai-info-02-sp.svg);
    background-repeat: no-repeat;
    background-position: top 80px right 20px, bottom 20px left;
  }
}
.access__img {
  max-width: 750px;
  margin: 0 auto 80px;
}
.access__img img {
  border-radius: 8px;
}

.news {
  padding: 80px 40px;
}
.news__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news__title {
    margin-bottom: 9.3333333333vw;
    writing-mode: horizontal-tb;
  }
}
.news__title h2 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 9px;
  color: #396FA5;
}
@media screen and (max-width: 768px) {
  .news__title h2 {
    margin-left: 0;
    font-size: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.news__title .en {
  color: #3EA3DC;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news__title .en {
    font-size: 3.7333333333vw;
  }
}
.news__contents {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__contents {
    width: 100%;
  }
}
.news__list {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #CFDDE5;
}
@media screen and (max-width: 768px) {
  .news__list {
    display: block;
    gap: 16px;
  }
}
.news__list:nth-child(1) {
  padding-top: 0;
}
.news__list--date {
  width: 20%;
  color: #90979F;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 4vw;
    width: 100%;
    margin-bottom: 10px;
  }
}
.news__list--title {
  width: 80%;
  font-size: 15px;
  font-weight: 500;
  color: #61676E;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    width: 100%;
    font-size: 4vw;
  }
}

.pagination {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 21.3333333333vw;
  }
}
.pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pagination__lists {
    gap: 10px;
  }
}
.pagination__list {
  width: 66px;
  height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #CE3C16;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
}
.pagination__list.current {
  background: #CE3C16;
  color: #fff;
}

.sitemap {
  max-width: 700px;
  margin: 80px auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .sitemap {
    padding: 0;
  }
}

.sitemap > li {
  margin-bottom: 40px;
}

.sitemap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
}

.sitemap a {
  color: #61676E;
}
@media screen and (max-width: 768px) {
  .sitemap a {
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=page.css.map */