@media screen and (min-width: 821px) {
  .mv-area {
    position: relative;
  }
}

.p-mv {
  position: relative;
  z-index: 10;
}
.p-mv .mv__txt {
  width: 45%;
  position: absolute;
  top: 23%;
  left: 20px;
}
@media screen and (min-width: 821px) {
  .p-mv .mv__txt {
    width: 295px;
    left: 8%;
  }
}
.p-mv .news__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 821px) {
  .p-mv .news__content {
    width: 41.6%;
    left: inherit;
    right: 0;
  }
}
.p-mv .news__content a {
  display: block;
  font-size: 14px;
  position: relative;
  padding: 10px 20px;
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  transition: color 0.3s;
}
@media screen and (min-width: 821px) {
  .p-mv .news__content a:hover {
    color: #ce4170;
  }
}
.p-mv .news__content a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #e04184;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv .news__content a .cate_date {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
  font-size: 13px;
}
.p-mv .news__content a .cate_date div {
  color: #ce4170;
  margin-right: 10px;
  font-family: "Lexend", sans-serif;
}

.p-guide {
  background: #f7e5e0;
  padding: 20px 0 90px;
  margin-top: -1px;
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 821px) {
  .p-guide {
    width: 34%;
    padding: clamp(1.5vw, 5vw - 2.5rem, 3vw);
    border-radius: 10px;
    position: absolute;
    top: 7%;
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .p-guide {
    top: 13%;
  }
}
@media screen and (min-width: 821px) {
  .p-guide .container {
    padding: 0;
  }
}
.p-guide .access_first {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.p-guide .access_first .access_first-content {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 0px 6px 0px 0px #ded9d2;
}
@media screen and (min-width: 821px) {
  .p-guide .access_first .access_first-content:hover {
    transition: color 0.3s;
  }
  .p-guide .access_first .access_first-content:hover p {
    color: #ce4170;
  }
}
.p-guide .access_first .access_first-content img {
  height: 36px;
  display: block;
  width: auto;
  margin: 0 auto 4px;
}
.p-guide .access_first .access_first-content p {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .p-guide .access_first .access_first-content p {
    font-size: clamp(13px, 1.2vw, 17px);
    transition: color 0.3s;
  }
}

.p-about {
  margin-bottom: 70px;
  position: relative;
  z-index: 12;
}
@media screen and (min-width: 821px) {
  .p-about {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 821px) {
  .p-about .container {
    padding: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-about .about__flex {
    display: flex;
    position: relative;
  }
  .p-about .about__flex::before {
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    background: #fcf5f3;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.p-about .about__img {
  margin: -50px calc(50% - 50vw) 10px;
}
@media screen and (min-width: 821px) {
  .p-about .about__img {
    margin: 0;
    width: 46.8%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-about .about__txt-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    background: #fff;
    border-radius: 0 140px 0 0;
    padding: 0 clamp(10px, 10%, 130px) 0 clamp(10px, 10%, 70px);
  }
}
@media screen and (min-width: 821px) {
  .p-about .about__txt {
    width: 100%;
  }
}
.p-about h3 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  color: #d99ca2;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 821px) {
  .p-about h3 {
    font-size: 30px;
    line-height: 1.6666666667;
  }
}
.p-about .c-txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-about .c-txt {
    font-size: clamp(15px, 1.5vw, 22px);
    line-height: 1.9090909091;
    margin-bottom: 1.5em;
  }
}
.p-about .c-btn {
  margin: 0 auto;
}
.p-about .btn-wrapper {
  margin-top: 48px;
}
@media screen and (min-width: 821px) {
  .p-about .btn-wrapper {
    background: #f7e5e0;
    padding: 90px 0;
    margin: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-about .btn-wrapper .btn-inner {
    gap: 50px;
    display: flex;
    justify-content: center;
    max-width: 1296px;
    margin: 0 auto;
  }
}
.p-about .btn-wrapper .btn-with-img {
  margin-bottom: 10px;
}
@media screen and (min-width: 821px) {
  .p-about .btn-wrapper .btn-with-img {
    margin: 0;
    width: 50%;
  }
}
.p-about .about__feature {
  margin-top: 60px;
}
@media screen and (min-width: 821px) {
  .p-about .about__feature {
    margin-top: 90px;
  }
}
.p-about .about__feature .about__feauture-content {
  position: relative;
  width: 93%;
  border-radius: 10px;
  margin-bottom: 28px;
}
@media screen and (min-width: 821px) {
  .p-about .about__feature .about__feauture-content {
    display: flex;
    flex-direction: row-reverse;
    width: 98%;
    margin-bottom: 60px;
  }
  .p-about .about__feature .about__feauture-content:nth-child(2) {
    flex-direction: row;
    margin-left: auto;
  }
  .p-about .about__feature .about__feauture-content:nth-child(2) .about__feature-txt {
    padding: 60px 60px 60px 10%;
    margin-left: -5%;
    margin-right: 0;
  }
  .p-about .about__feature .about__feauture-content:nth-child(2) .about__feature-num {
    right: inherit;
    left: -2%;
  }
}
.p-about .about__feature .about__feauture-content:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 821px) {
  .p-about .about__feature .about__feauture-content figure {
    width: 46.29%;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
  }
}
.p-about .about__feature .about__feauture-content .about__feature-num {
  position: absolute;
  top: 0;
  right: -7%;
  color: #ce4170;
  font-size: 11px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) {
  .p-about .about__feature .about__feauture-content .about__feature-num {
    right: -2%;
    font-size: 15px;
  }
}
.p-about .about__feature .about__feauture-content .about__feature-num::before {
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  background: #ce4170;
  margin-bottom: 10px;
}
.p-about .about__feature .about__feauture-content .about__feature-txt {
  background: #fcf5f3;
  padding: 20px 20px 36px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 821px) {
  .p-about .about__feature .about__feauture-content .about__feature-txt {
    width: 57.8%;
    flex-shrink: 0;
    padding: 60px 10% 60px 60px;
    margin-right: -5%;
    margin-top: 4%;
  }
}
.p-about .about__feature .about__feauture-content .about__feature-txt h3 {
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-about .about__feature .about__feauture-content .about__feature-txt h3 {
    text-align: left;
  }
}
@media screen and (min-width: 821px) {
  .p-about .about__feature .about__feauture-content .about__feature-txt .c-txt {
    font-size: 18px;
  }
}
.p-about .about__feature .about__feauture-content .c-btn {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 821px) {
  .p-about .about__feature .about__feauture-content .c-btn {
    width: 450px;
    margin: 0 0 10px 0;
  }
}
.p-about .about__feature .about__feauture-content .c-btn:last-child {
  margin-bottom: 0;
}

.p-medical-services {
  padding: 70px 0;
  background: #f7e5e0;
}
@media screen and (min-width: 821px) {
  .p-medical-services {
    padding: 100px 0 0;
    background: #f4d9d2;
    background: linear-gradient(to right, #f4d9d2 50%, #f7e5e0 50%);
  }
}
@media screen and (min-width: 821px) {
  .p-medical-services .medical-services__inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    position: relative;
  }
  .p-medical-services .medical-services__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 100px);
    background: #f7e5e0;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 0;
    border-radius: 100px 0 0 0;
  }
  .p-medical-services .medical-services__inner .sec-ttl {
    text-align: left;
    padding-left: 130px;
  }
}
@media screen and (min-width: 821px) {
  .p-medical-services .btn-wrapper {
    padding: 100px 0;
    background: #fbf7f6;
    margin: 0 calc(50% - 50vw);
  }
}
.p-medical-services .btn-wrapper .btn-with-img {
  margin: 0 auto;
}

.p-news figure {
  position: relative;
  z-index: 0;
}
.p-news .news__container {
  padding: 50px 20px 70px;
  background: #fff;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .p-news .news__container {
    padding: 100px 20px 100px;
    margin-top: -170px;
    border-radius: 13% 13% 0 0;
  }
}
@media screen and (min-width: 821px) {
  .p-news .news__container .sec-ttl {
    max-width: 1000px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 821px) {
  .p-news .news__container .news__content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-news .news__container .news__content a {
  display: block;
  font-size: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 821px) {
  .p-news .news__container .news__content a {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.p-news .news__container .news__content a .cate_date {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
  font-size: 13px;
}
@media screen and (min-width: 821px) {
  .p-news .news__container .news__content a .cate_date {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.p-news .news__container .news__content a .cate_date div {
  color: #808080;
  margin-right: 10px;
  font-family: "Lexend", sans-serif;
}
@media screen and (min-width: 821px) {
  .p-news .news__container .news__content a .cate_date div {
    margin-right: 30px;
  }
}
.p-news .news__container .news__content a::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  position: absolute;
  top: 30%;
  right: 0px;
  transform: translateY(-50%) rotate(45deg);
}
.p-news .news__container .news__content a:active {
  border-bottom: 1px solid #ce4170;
}
.p-news .news__container .news__content a:active .cate_date div {
  color: #ce4170;
}
.p-news .news__container .news__content a:active::after {
  border-top: 1px solid #ce4170;
  border-right: 1px solid #ce4170;
}
@media screen and (min-width: 821px) {
  .p-news .news__container .news__content a:hover {
    border-bottom: 1px solid #ce4170;
  }
  .p-news .news__container .news__content a:hover .cate_date div {
    color: #ce4170;
  }
  .p-news .news__container .news__content a:hover::after {
    border-top: 1px solid #ce4170;
    border-right: 1px solid #ce4170;
  }
}
.p-news .news__container .c-btn {
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .p-news .news__container .c-btn {
    width: 450px;
    margin: 60px auto 0;
  }
}

.p-access {
  background: #f7e5e0;
  padding: 70px 0;
}
@media screen and (min-width: 821px) {
  .p-access {
    padding: 100px 0;
  }
}
.p-access .access__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-access .access__container .access__map {
  margin-bottom: 30px;
  width: 100%;
}
.p-access .access__container .access__map iframe {
  height: 280px;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__map iframe {
    height: 390px;
  }
}
.p-access .access__container .access__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__img {
    width: 49.5%;
  }
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info {
    width: 47%;
  }
}
.p-access .access__container .access__info .c-btn {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info .c-btn {
    width: 450px;
  }
}
.p-access .access__container .access__info .access__address {
  margin-bottom: 14px;
  font-size: 16px;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info .access__address {
    font-size: 22px;
    margin-bottom: 0.6em;
  }
}
.p-access .access__container .access__info .access__address p {
  line-height: 2;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info .access__address p {
    line-height: 1.7;
  }
}
.p-access .access__container .access__info .access__address p span {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info .access__address p span {
    font-size: 22px;
  }
}
.p-access .access__container .access__info .access__address .annotation {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info .access__address .annotation {
    font-size: 22px;
  }
}
.p-access .access__container .access__info .accesss__howto {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 1em;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info .accesss__howto {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
.p-access .access__container .access__info .accesss__howto .accesss__howto-title {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info .accesss__howto .accesss__howto-title {
    font-size: 18px;
  }
}
.p-access .access__container .access__info .accesss__howto .accesss__howto-title img {
  width: 22px;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info .accesss__howto .accesss__howto-title img {
    width: 24px;
  }
}
.p-access .access__container .access__info .accesss__howto p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__info .accesss__howto p {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.p-access .access__container .access__btns {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__btns {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    background: #f4d9d2;
    padding: 50px 70px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__btns > div {
    width: 33%;
  }
  .p-access .access__container .access__btns > div div {
    width: 100%;
  }
}
.p-access .access__container .access__btns div {
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__btns div {
    margin-top: 0;
  }
}
.p-access .access__container .access__btns div small {
  font-size: 13px;
  margin-top: 0.3em;
  display: block;
}
@media screen and (min-width: 821px) {
  .p-access .access__container .access__btns div small {
    font-size: 18px;
    margin-top: 0.5em;
  }
}
/*# sourceMappingURL=top.css.map */