body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
  height: auto;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
}
.m-plus__medium {
  font-weight: 500;
}
.m-plus__bold {
  font-weight: 700;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 1100px) {
  .pc_br {
    display: none;
  }
}

.m_br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .m_br {
    display: block;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.inner__01 {
  margin: 0 auto;
  max-width: 1940px;
  padding: 0 10px;
}
@media only screen and (max-width: 1100px) {
  .inner__01 {
    max-width: 760px;
  }
}
@media only screen and (max-width: 768px) {
  .inner__01 {
    max-width: 375px;
  }
}

.inner__02 {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 10px;
}
@media only screen and (max-width: 1100px) {
  .inner__02 {
    max-width: 760px;
  }
}
@media only screen and (max-width: 768px) {
  .inner__02 {
    max-width: 375px;
  }
}

.inner__03 {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
}
@media only screen and (max-width: 1100px) {
  .inner__03 {
    max-width: 760px;
  }
}
@media only screen and (max-width: 768px) {
  .inner__03 {
    max-width: 375px;
  }
}

.web_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #3d87ba;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  width: 370px;
  height: 77px;
  border-radius: 38px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.web_btn__02 {
  width: 352px;
}
.web_btn__03 {
  width: 330px;
}
@media screen and (max-width: 1100px) {
  .web_btn {
    width: 259px;
    height: 53.9px;
    font-size: 20px;
    gap: 8px;
    margin: 0 auto;
  }
}
.web_btn .calendar_img {
  width: 37px;
}
@media screen and (max-width: 1100px) {
  .web_btn .calendar_img {
    width: 25.9px;
  }
}
.web_btn__top {
  flex-direction: column;
  gap: 0;
}
.web_btn__top .top_h_btn {
  display: block;
  font-size: 18px;
}

.link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  border-radius: 30px;
  font-size: 24px;
  background-color: #fff;
  border: 1px solid #3e3a39;
  gap: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .link_btn {
    font-size: 18px;
    width: 175px;
    height: 42px;
  }
}
.link_btn .btn_arrow {
  width: 15px;
}
@media screen and (max-width: 768px) {
  .link_btn .btn_arrow {
    width: 10.5px;
  }
}
.link_btn__01 {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .link_btn__01 {
    margin: 0 auto;
  }
}
.link_btn__02 {
  gap: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .link_btn__02 {
    gap: 25px;
  }
}
.link_btn__03 {
  gap: 40px;
  width: 290px;
}
@media screen and (max-width: 1100px) {
  .link_btn__03 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .link_btn__03 {
    width: 203px;
  }
}

main {
  position: relative;
}
main .fix_btn_container {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: 0.4s;
}
@media screen and (max-width: 1100px) {
  main .fix_btn_container {
    display: none;
  }
}
main .fix_btn_container.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
main .sns_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
main .sns_box .sns_img {
  width: 58px;
  height: 58px;
}
main .fix_btn_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: #fff;
  width: 120px;
  height: 440px;
  border-radius: 19px 0 0 19px;
  border: 1px solid #3d87ba;
}
main .fix_btn_box .border {
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #3e3a39;
}
main .fix_btn01_img {
  width: 29px;
}
main .fix_btn02_img {
  width: 23px;
}

.sec_title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .sec_title_box {
    gap: 25px;
  }
}
.sec_title_box .sec_icon {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_icon {
    width: 77px;
  }
}
.sec_title_box .box_icon {
  display: block;
  width: 45px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .box_icon {
    width: 31.5px;
  }
}

.sec_title {
  font-size: 50px;
  text-align: center;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec_title {
    font-size: 24px;
  }
}

.box_title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.box_title {
  text-align: center;
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .box_title {
    font-size: 24px;
  }
}

.box_title_icon {
  width: 55px;
}
@media screen and (max-width: 768px) {
  .box_title_icon {
    width: 38.5px;
  }
}

.text_30 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .text_30 {
    font-size: 20px;
  }
}

.text_33 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .text_33 {
    font-size: 22px;
  }
}

.header {
  background: #fcf9f1;
}
.header .header_inner {
  position: relative;
  max-width: 1718px;
  margin: 0 auto;
}
.header__mv {
  width: 100%;
}
.header__img {
  margin: 0 auto;
  width: 100%;
  max-width: 1718px;
  height: 803px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 24px;
}
@media screen and (max-width: 1100px) {
  .header__img {
    height: 562.1px;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__img {
    height: 240.9px;
    border-radius: 0;
  }
}
.header__card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 480px;
  height: 490px;
  padding: 40px 0 35px;
  background: #fcf9f1;
  border-radius: 60px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .header__card {
    display: none;
  }
}
.header__logo {
  width: 335px;
  margin: 0 auto 30px;
}
.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header__tel .tel_img {
  width: 333px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .header__tel .tel_img {
    width: 233.1px;
    margin: 30px auto 0;
  }
}
.header .web_btn {
  margin: 0 auto 15px;
}

.header .header_inner__page {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.header .header_inner__page .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
.header .header__card__page {
  flex-shrink: 0;
  width: 380px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header .header__card__page {
    display: none;
  }
}
.header .h_logo {
  width: 370px;
}
@media screen and (max-width: 1500px) {
  .header .h_logo {
    width: 296px;
  }
}
.header .title_box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .header .title_box {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header .title_box {
    gap: 5px;
    margin-bottom: 5px;
  }
}
.header .title_box p {
  font-size: 48px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header .title_box p {
    font-size: 20px;
    line-height: 1;
  }
}
.header .title_box .pa_icon {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .header .title_box .pa_icon {
    width: 17.5px;
  }
}
.header .page_title_box_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .header .page_title_box_sp {
    display: block;
    position: absolute;
    top: 70%;
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .header .page_title_box_sp {
    top: 75%;
  }
}
.header .page_clinic_text {
  display: block;
  width: 48px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .header .page_clinic_text {
    margin-top: 0;
    width: 33.6px;
  }
}
.header .page_information_text {
  display: block;
  width: 103px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .header .page_information_text {
    margin-top: 0;
    width: 72.1px;
  }
}
.header .header__mv__page {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  max-width: 1094px;
}
.header .header__mv__page .header__img__page {
  display: block;
  width: 100%;
  max-width: 1094px;
}

.header_02 {
  background-color: #fcf9f1;
}
.header_02 .header_inner__page__02 {
  background-color: #fcf9f1;
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  height: 400px;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .header_02 .header_inner__page__02 {
    height: 200px;
  }
}
.header_02 .header__card__page__02 {
  height: 230px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header_02 .header__card__page__02 {
    height: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .header_02 .header__logo__02 {
    display: none;
  }
}
.header_02 .h_logo__02 {
  width: 300px;
  margin: 0 0 0 100px;
}
@media screen and (max-width: 1500px) {
  .header_02 .h_logo__02 {
    width: 270px;
  }
}
@media screen and (max-width: 1100px) {
  .header_02 .title_box_inner {
    margin: 0 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .header_02 .title_box_inner {
    margin: 0 0 0 20px;
  }
}
.header_02 .title_box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .header_02 .title_box {
    gap: 5px;
  }
}
.header_02 .title_box p {
  font-size: 48px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header_02 .title_box p {
    font-size: 24px;
    line-height: 1;
  }
}
.header_02 .title_box .pa_icon {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .header_02 .title_box .pa_icon {
    width: 17.5px;
  }
}
.header_02 .access_text {
  width: 55px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .header_02 .access_text {
    margin-top: 0;
    width: 38.5px;
  }
}
.header_02 .news_text {
  width: 46px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .header_02 .news_text {
    margin-top: 0;
    width: 32.2px;
  }
}

.header__logo__sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .header__logo__sp {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 130px;
    background-color: #fcf9f1;
    border-radius: 0 0 50% 0;
  }
  .header__logo__sp .h_logo_sp {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo__sp {
    width: 90px;
    height: 80px;
  }
  .header__logo__sp .h_logo_sp {
    width: 75px;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 1100px) {
  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 120px;
    height: 120px;
    border: none;
    background: #3d87ba;
    cursor: pointer;
  }
  .hamburger__lines {
    position: relative;
    display: block;
    width: 60px;
    height: 42px;
  }
  .hamburger__line {
    position: absolute;
    left: 0;
    display: block;
    width: 60px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
    transform-origin: center;
    backface-visibility: hidden;
  }
  .hamburger__line:nth-child(1) {
    top: 0;
  }
  .hamburger__line:nth-child(2) {
    top: 20px;
  }
  .hamburger__line:nth-child(3) {
    top: 40px;
  }
  .hamburger__text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .hamburger.is-active .hamburger__line:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .hamburger.is-active .hamburger__line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .hamburger.is-active .hamburger__line:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    gap: 4px;
    width: 60px;
    height: 60px;
  }
  .hamburger__lines {
    width: 34px;
    height: 20px;
  }
  .hamburger__line {
    width: 34px;
    height: 2px;
  }
  .hamburger__line:nth-child(1) {
    top: 0;
  }
  .hamburger__line:nth-child(2) {
    top: 9px;
  }
  .hamburger__line:nth-child(3) {
    top: 18px;
  }
  .hamburger__text {
    font-size: 10px;
    line-height: 1;
  }
  .hamburger.is-active .hamburger__line:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .hamburger.is-active .hamburger__line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .hamburger.is-active .hamburger__line:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
}

#header__nav {
  padding-top: 60px;
}
#header__nav .nav_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
#header__nav .nav_list__sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  #header__nav .nav_list__sp {
    display: block;
  }
}
#header__nav .nav_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#header__nav .nav_link .medical_text {
  width: 72px;
}
@media screen and (max-width: 1100px) {
  #header__nav .nav_link .medical_text {
    width: 57.6px;
  }
}
#header__nav .nav_link .clinic_text {
  width: 48px;
}
@media screen and (max-width: 1100px) {
  #header__nav .nav_link .clinic_text {
    width: 38.4px;
  }
}
#header__nav .nav_link .starters_text {
  width: 65px;
}
@media screen and (max-width: 1100px) {
  #header__nav .nav_link .starters_text {
    width: 52px;
  }
}
#header__nav .nav_link .access_text {
  width: 55px;
}
@media screen and (max-width: 1100px) {
  #header__nav .nav_link .access_text {
    width: 44px;
  }
}
#header__nav .nav_link .hours_text {
  width: 55px;
}
@media screen and (max-width: 1100px) {
  #header__nav .nav_link .hours_text {
    width: 44px;
  }
}
#header__nav .nav_link .nav_news_text {
  width: 47px;
}
@media screen and (max-width: 1100px) {
  #header__nav .nav_link .nav_news_text {
    width: 37.6px;
  }
}
#header__nav .nav_link .sp_access_text {
  width: 55px;
}
@media screen and (max-width: 1100px) {
  #header__nav .nav_link .sp_access_text {
    width: 44px;
  }
}
#header__nav .nav_link img {
  height: auto;
  display: block;
}
#header__nav .sp_contact {
  display: none;
}
#header__nav .sp_sns_box {
  display: none;
}
@media screen and (max-width: 1100px) {
  #header__nav {
    position: fixed;
    inset: 0;
    z-index: 1000;
    padding-top: 80px;
    background: rgba(245, 242, 235, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
  }
  #header__nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #header__nav .nav_box {
    flex-direction: column;
    gap: 34px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  #header__nav .nav_box {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  #header__nav .nav_link {
    font-size: 24px;
    gap: 8px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  #header__nav .nav_link {
    gap: 0;
  }
}
@media screen and (max-width: 1100px) {
  #header__nav .sp_contact {
    display: block;
    margin-top: 30px;
  }
  #header__nav .sp_sns_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
  }
  #header__nav .sp_sns_box .sns_img {
    width: 40.6px;
  }
}

.nav_list.current .nav_link {
  color: #3d87ba;
}

.header_02 #header__nav {
  background-color: #fff;
}

#footer {
  margin-top: 280px;
  padding: 100px 0 135px;
  background-color: #fcf9f1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 100px;
    padding: 50px 0 50px;
  }
}
#footer .f_img {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #footer .f_img {
    max-width: 195px;
    top: -50px;
  }
}
#footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #footer .container {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
#footer .f_logo {
  width: 295px;
}
@media screen and (max-width: 768px) {
  #footer .f_logo {
    width: 206.5px;
  }
}
#footer .item_box {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1100px) {
  #footer .item_box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#footer .f_tel {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  #footer .f_tel {
    margin: 0 auto 25px;
  }
}
#footer .f_tel_img {
  width: 340px;
  display: block;
}
@media screen and (max-width: 1100px) {
  #footer .f_tel_img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #footer .f_tel_img {
    width: 238px;
  }
}
@media screen and (max-width: 1100px) {
  #footer .text_01 {
    text-align: center;
  }
}
#footer .footer_nav .footer_nav_list {
  display: flex;
  align-items: center;
  gap: 70px;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #footer .footer_nav .footer_nav_list {
    font-size: 16px;
    gap: 25px;
  }
}
#footer .footer_nav a {
  color: #3e3a39;
  transition: 0.3s;
}
#footer .footer_nav .current-menu-item a,
#footer .footer_nav .current_page_parent a,
#footer .footer_nav .current-menu-ancestor a {
  color: #3d87ba;
}

.schedule {
  width: 100%;
  max-width: 1120px;
  padding: 0 10px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .schedule {
    max-width: 375px;
  }
}
.schedule__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #3e3a39;
}
.schedule th,
.schedule td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #3e3a39;
}
.schedule thead th {
  height: 66px;
  background: #aacbeb;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #3e3a39;
}
@media screen and (max-width: 768px) {
  .schedule thead th {
    font-size: 16px;
  }
}
.schedule thead th span {
  color: #3d87ba;
  font-size: 14px;
  vertical-align: top;
}
.schedule thead th:first-child {
  width: 32%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .schedule thead th:first-child {
    width: 25%;
  }
}
.schedule tbody th {
  width: 32%;
  padding: 14px 10px;
  border-right: 1px solid #3e3a39;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .schedule tbody th {
    width: 25%;
    padding: 12px 6px;
  }
}
.schedule tbody td {
  height: 62px;
  padding: 10px 6px;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .schedule tbody td {
    font-size: 14px;
    height: 45px;
    padding: 6px 0;
  }
}
.schedule tbody tr:last-child th,
.schedule tbody tr:last-child td {
  border-bottom: none;
}
.schedule tbody .icon_circle {
  width: 22px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .schedule tbody .icon_circle {
    width: 12px;
  }
}
.schedule tbody .icon_slash {
  width: 18px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .schedule tbody .icon_slash {
    width: 10px;
  }
}
.schedule__time {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .schedule__time {
    font-size: 12px;
  }
}
.schedule__time--gray {
  color: #b5b5b6;
}
.schedule__note {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .schedule__note {
    font-size: 10px;
  }
}
.schedule__center {
  color: #3e3a39;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .schedule__center {
    font-size: 14px;
  }
}
.schedule__center--gray {
  color: #b5b5b6;
  font-size: 20px;
}
.schedule__mark {
  margin-left: 6px;
  color: #3d87ba;
  font-size: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .schedule__mark {
    font-size: 8px;
    margin-left: 0;
  }
}
.schedule__caption {
  margin-top: 15px;
  text-align: right;
  color: #3d87ba;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .schedule__caption {
    font-size: 14px;
    text-align: center;
  }
}

#top_news {
  background-color: #fcf9f1;
  padding: 75px 0 115px;
}
@media screen and (max-width: 768px) {
  #top_news {
    padding: 50px 0 60px;
  }
}
#top_news .news_container {
  background-color: #fff;
  border-radius: 27px;
  padding: 55px 0 44px;
}
#top_news .news_container_inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #top_news .news_container_inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .news_container_inner {
    max-width: 335px;
  }
}
#top_news .top_news_text {
  width: 46px;
}
#top_news .top_news_box {
  margin: 30px 0 40px;
}
#top_news .top_news_list {
  border-bottom: 1px dotted #3e3a39;
  padding: 20px 0;
}
#top_news .new_link {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  #top_news .new_link {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .new_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
#top_news .new_link .date {
  display: block;
  color: #3d87ba;
  flex-shrink: 0;
}
#top_news .new_link p {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  #top_news .new_link p {
    max-width: 335px;
  }
}

#top_about {
  padding: 105px 0 95px;
}
@media screen and (max-width: 768px) {
  #top_about {
    padding: 50px 0 60px;
  }
}
#top_about .text_01 {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top_about .text_01 {
    font-size: 16px;
  }
}
#top_about .top_img01 {
  display: block;
  margin: 45px auto 20px;
  max-width: 1305px;
}
@media screen and (max-width: 1100px) {
  #top_about .top_img01 {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_img01 {
    max-width: 240px;
    padding-right: 40px;
  }
}

#top_point {
  padding: 145px 0 140px;
  background-color: #aacbeb;
  background-image: url("../img/point_back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}
@media screen and (max-width: 1100px) {
  #top_point {
    background-size: 100%;
    background-repeat: repeat;
  }
}
@media screen and (max-width: 768px) {
  #top_point {
    padding: 50px 0 60px;
    background-image: none;
  }
}
#top_point .top_point__box {
  margin: 0 auto;
  padding: 80px 10px 110px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_point .top_point__box {
    padding: 50px 10px 60px;
  }
}
#top_point .top_point__title {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: 700;
}
#top_point .top_point__list {
  margin: 150px 0 65px;
  display: flex;
  justify-content: center;
  gap: 33px;
}
@media screen and (max-width: 1100px) {
  #top_point .top_point__list {
    flex-direction: column;
    align-items: center;
    gap: 120px;
  }
}
@media screen and (max-width: 768px) {
  #top_point .top_point__list {
    margin: 90px 0 50px;
    gap: 100px;
  }
}
#top_point .top_point__item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fcf9f1;
  border-radius: 26px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #top_point .top_point__item {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #top_point .top_point__item {
    width: 100%;
  }
}
#top_point .top_point__item .top_no {
  width: 130px;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  #top_point .top_point__item .top_no {
    width: 91px;
    top: -45px;
  }
}
#top_point .top_point__item .top_point__icon {
  margin: 90px 0 20px;
  width: 86px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top_point .top_point__item .top_point__icon {
    margin: 70px 0 20px;
    width: 60.2px;
    height: 68.6px;
  }
}
#top_point .top_point__item .top_point__icon .point_icon01 {
  width: 87px;
}
@media screen and (max-width: 768px) {
  #top_point .top_point__item .top_point__icon .point_icon01 {
    width: 60.9px;
  }
}
#top_point .top_point__item .top_point__icon .point_icon02 {
  width: 72px;
}
@media screen and (max-width: 768px) {
  #top_point .top_point__item .top_point__icon .point_icon02 {
    width: 50.4px;
  }
}
#top_point .top_point__item .top_point__icon .point_icon03 {
  width: 68px;
}
@media screen and (max-width: 768px) {
  #top_point .top_point__item .top_point__icon .point_icon03 {
    width: 47.6px;
  }
}
#top_point .top_point__item .text_30 {
  padding-bottom: 40px;
}

#top_hours {
  padding: 110px 0 80px;
}
@media screen and (max-width: 768px) {
  #top_hours {
    padding: 50px 0 60px;
  }
}
#top_hours .hours_text {
  width: 55px;
}
@media screen and (max-width: 768px) {
  #top_hours .hours_text {
    width: 38.5px;
  }
}

#top_contact .container {
  padding: 60px 0;
  background-color: #fcf9f1;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  #top_contact .container {
    padding: 50px 0;
  }
}
#top_contact .box_title_box {
  gap: 35px;
}
@media screen and (max-width: 768px) {
  #top_contact .box_title_box {
    gap: 20px;
  }
}
#top_contact .text_01 {
  text-align: center;
  line-height: 2;
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  #top_contact .text_01 {
    padding: 20px 0 30px;
  }
}
#top_contact .contact_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  #top_contact .contact_box {
    flex-direction: column;
    gap: 30px;
  }
}
#top_contact .contact_box .tel_img {
  width: 338px;
}
@media screen and (max-width: 768px) {
  #top_contact .contact_box .tel_img {
    width: 236.6px;
  }
}

#top_access {
  padding-top: 110px;
}
#top_access .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  #top_access .container {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }
}
#top_access .box_01 {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1100px) {
  #top_access .box_01 {
    max-width: 100%;
  }
}
#top_access .box_01 h3 {
  font-size: 44px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_access .box_01 h3 {
    font-size: 26px;
  }
}
#top_access .box_01 .text_01 {
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  #top_access .box_01 .text_01 {
    padding: 20px 0 30px;
  }
}
#top_access .box_01 .text_02 {
  margin: 25px 0;
  border: 1px solid #3e3a39;
  border-radius: 7px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top_access .box_01 ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  border-top: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
}
#top_access .box_01 ul li:nth-child(2) {
  border-top: none;
}
#top_access .box_01 ul li .access_icon {
  width: 60px;
}
#top_access .box_01 .item {
  display: flex;
  gap: 15px;
}
#top_access .box_01 .item .anicom {
  width: 155px;
}
@media screen and (max-width: 768px) {
  #top_access .box_01 .item .anicom {
    width: 108.5px;
  }
}
#top_access .box_01 .item .ipet {
  width: 260px;
}
@media screen and (max-width: 768px) {
  #top_access .box_01 .item .ipet {
    width: 182px;
  }
}
#top_access .box_02 {
  width: 100%;
  max-width: 530px;
  height: 530px;
}
@media screen and (max-width: 1100px) {
  #top_access .box_02 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_access .box_02 {
    height: 250px;
  }
}
#top_access .box_02 iframe {
  width: 100%;
  height: 100%;
}

#post-container {
  margin: 160px 0 150px;
}
@media screen and (max-width: 768px) {
  #post-container {
    margin: 50px 0;
  }
}
#post-container .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #post-container .container {
    flex-direction: column;
    gap: 100px;
    justify-content: center;
  }
}
#post-container .post_box {
  width: 735px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  #post-container .post_box {
    width: 100%;
  }
}
#post-container .post_box_item {
  padding: 50px 60px;
  background-color: #fcf9f1;
}
@media screen and (max-width: 768px) {
  #post-container .post_box_item {
    padding: 30px 10px;
  }
}
#post-container .post_box_item .post_title {
  font-size: 30px;
  padding-bottom: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #post-container .post_box_item .post_title {
    font-size: 26px;
  }
}
#post-container .post_box_item .date {
  font-size: 14px;
  display: flex;
  gap: 16px;
}
#post-container .post_box_item .date .category {
  display: block;
  position: relative;
}
#post-container .post_box_item .date .category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #3e3a39;
}
#post-container .post_box_item .text_box {
  margin-bottom: 50px;
  padding: 45px 0 60px;
  line-height: 1.8;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-height: 3.6em;
}
#post-container .single_post_box .post_box_item .text_box {
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
#post-container .pager {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#post-container .pager__item {
  width: 37px;
  height: 37px;
  border: 1px solid #3e3a39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #3e3a39;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
}
#post-container .pager__item:hover {
  opacity: 0.7;
}
#post-container .pager__item.is-current {
  background: #3d87ba;
  border-color: #3d87ba;
  color: #fff;
  pointer-events: none;
}
#post-container .sidebar_box {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  #post-container .sidebar_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #post-container .sidebar_box {
    gap: 50px;
    padding: 0 10px;
  }
}
#post-container .s_item_box ul {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#post-container .s_title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#post-container .s_title h3 .latest-post {
  width: 213px;
}
@media screen and (max-width: 768px) {
  #post-container .s_title h3 .latest-post {
    width: 170.4px;
  }
}
#post-container .s_title h3 .category_text {
  width: 174px;
}
@media screen and (max-width: 768px) {
  #post-container .s_title h3 .category_text {
    width: 139.2px;
  }
}
#post-container .s_title h3 .archive_text {
  width: 141px;
}
@media screen and (max-width: 768px) {
  #post-container .s_title h3 .archive_text {
    width: 112.8px;
  }
}
@media screen and (max-width: 768px) {
  #post-container .s_title p {
    font-size: 14px;
  }
}

.post_img {
  width: 484px;
  height: 319px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 50px;
}
.single_pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .single_pager {
    gap: 60px;
  }
}
.single_pager .s_link {
  position: relative;
}
.single_pager .s_link__before {
  padding-left: 100px;
}
.single_pager .s_link__before::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  background-image: url(../img/s_arrow.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .single_pager .s_link__before {
    padding-left: 35px;
  }
  .single_pager .s_link__before::before {
    width: 15.4px;
    height: 29.4px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.single_pager .s_link__after {
  padding-right: 100px;
}
.single_pager .s_link__after::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  background-image: url(../img/s_arrow.svg);
  transform: scaleX(-1);
  background-repeat: no-repeat;
  width: 22px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .single_pager .s_link__after {
    padding-right: 35px;
  }
  .single_pager .s_link__after::after {
    width: 15.4px;
    height: 29.4px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
  }
}
.single_pager .border {
  display: block;
  position: relative;
}
.single_pager .border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 1px;
  background-color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .single_pager .border::after {
    width: 50px;
  }
}

.p_link {
  text-decoration: underline;
  color: blue;
}

.wp-block-image img {
  margin: 30px 0;
}

#director {
  padding: 100px 0 150px;
  background-color: #fcf9f1;
}
@media screen and (max-width: 768px) {
  #director {
    padding: 50px 0;
  }
}
#director .container {
  margin: 60px 0 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #director .container {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #director .container {
    margin: 50px 0 0;
  }
}
#director .item_box {
  width: 100%;
  max-width: 690px;
}
@media screen and (max-width: 1100px) {
  #director .item_box {
    order: 2;
  }
}
#director .item_box .name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #3e3a39;
  padding-bottom: 10px;
}
#director .item_box .name__02 {
  color: #3d87ba;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #director .item_box .name__02 {
    font-size: 16px;
  }
}
#director .item_box .text_01 {
  line-height: 2.2;
  padding: 45px 0 50px;
}
@media screen and (max-width: 1100px) {
  #director .item_box .text_01 {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #director .item_box .text_01 {
    letter-spacing: -0.03em;
  }
}
#director .director_img {
  width: 277px;
  height: 329px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 1100px) {
  #director .director_img {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #director .director_img {
    width: 355px;
    height: 422px;
  }
}
#director .career-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  width: 100%;
  padding: 34px 44px;
  border: 1px solid #3d87ba;
  border-radius: 9px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #director .career-box {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 28px 20px;
  }
}
#director .career-box__block {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 1100px) {
  #director .career-box__block {
    flex-direction: column;
    gap: 12px;
  }
}
#director .career-box__title {
  flex-shrink: 0;
  color: #3d87ba;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #director .career-box__title {
    font-size: 18px;
  }
}
#director .career-box__list {
  margin: 0;
}
#director .career-box__row {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #director .career-box__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#director .career-box__row dt,
#director .career-box__row dd {
  font-weight: 400;
  margin: 0;
}
#director .career-box__row__02 {
  grid-template-columns: 1fr;
}

#equipment {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  #equipment {
    padding: 60px 0 0;
  }
}
#equipment .dc_img {
  display: block;
  margin: 45px auto 50px;
  width: 285px;
}
@media screen and (max-width: 768px) {
  #equipment .dc_img {
    width: 171px;
  }
}
#equipment .facility-slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#equipment .facility-slider__main {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
}
#equipment .facility-slider__image {
  aspect-ratio: 916/600;
  border-radius: 20px;
  overflow: hidden;
}
#equipment .facility-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#equipment .facility-slider__content {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #equipment .facility-slider__content {
    margin-top: 25px;
  }
}
#equipment .facility-slider__title {
  color: #3d87ba;
  font-size: 33px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #equipment .facility-slider__title {
    font-size: 22px;
  }
}
#equipment .facility-slider__text {
  line-height: 1.6;
  margin: 0;
}
#equipment .facility-slider__bottom {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 0 70px;
  box-sizing: border-box;
}
#equipment .facility-slider__thumb {
  width: 916px;
  max-width: 100%;
  margin: 0 auto;
}
#equipment .facility-slider__thumb .swiper-slide {
  aspect-ratio: 280/216;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#equipment .facility-slider__thumb .swiper-slide-thumb-active {
  opacity: 1;
}
#equipment .facility-slider__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#equipment .facility-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  border: none;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  background: transparent;
  cursor: pointer;
}
#equipment .facility-slider__arrow--prev {
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}
#equipment .facility-slider__arrow--next {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1100px) {
  #equipment .facility-slider__bottom {
    max-width: 100%;
    padding: 0 60px;
  }
  #equipment .facility-slider__thumb {
    width: 100%;
  }
  #equipment .facility-slider__arrow--prev {
    left: 20px;
  }
  #equipment .facility-slider__arrow--next {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #equipment .facility-slider__bottom {
    margin-top: 30px;
    padding: 0 40px;
  }
  #equipment .facility-slider__thumb {
    width: 100%;
  }
  #equipment .facility-slider__arrow {
    width: 16px;
    height: 16px;
  }
  #equipment .facility-slider__arrow--prev {
    left: 8px;
  }
  #equipment .facility-slider__arrow--next {
    right: 8px;
  }
}

#about_top {
  padding: 110px 0 65px;
  background-color: #fcf9f1;
}
@media screen and (max-width: 768px) {
  #about_top {
    padding: 50px 0;
  }
}
#about_top .text_01 {
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
  padding: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  #about_top .text_01 {
    font-size: 16px;
    padding: 0 0 30px;
  }
}
#about_top .m_img01 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 547px;
}
#about_top .medical_container {
  padding: 125px 0 0 0;
}
@media screen and (max-width: 768px) {
  #about_top .medical_container {
    padding: 50px 0 0 0;
  }
}
#about_top .medical_table {
  display: grid;
  grid-template-columns: 360px 1fr;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
#about_top .medical_table__label {
  background: #aacbeb;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #about_top .medical_table__label {
    font-size: 18px;
  }
}
#about_top .medical_table__label--animal {
  min-height: 110px;
  border-bottom: 1px solid #fff;
}
#about_top .medical_table__label--detail {
  min-height: 230px;
}
#about_top .medical_table__content {
  padding: 24px 44px;
}
#about_top .medical_table__content--animal {
  min-height: 110px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 1100px) {
  #about_top .medical_table__content--animal {
    border-bottom: none;
  }
}
#about_top .medical_table__content--detail {
  padding-top: 22px;
  padding-bottom: 22px;
}
#about_top .medical_animal {
  display: flex;
  align-items: center;
  gap: 14px;
}
#about_top .medical_animal__img {
  width: 147px;
}
@media screen and (max-width: 768px) {
  #about_top .medical_animal__img {
    width: 102.9px;
  }
}
#about_top .medical_animal__text {
  margin-left: 30px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #about_top .medical_animal__text {
    font-size: 18px;
  }
}
#about_top .medical_list {
  margin: 0;
}
#about_top .medical_list__item {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: start;
  gap: 20px;
}
#about_top .medical_list__item:not(:last-child) {
  margin-bottom: 20px;
}
#about_top .medical_list__item dt {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 7px;
  color: #3d87ba;
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  #about_top .medical_list__item dt {
    gap: 26px;
  }
}
@media screen and (max-width: 768px) {
  #about_top .medical_list__item dt {
    font-size: 18px;
  }
}
#about_top .medical_list__item dt::after {
  content: "";
  display: block;
  height: 9px;
  background-image: url(../img/box_icon.svg);
  background-repeat: repeat-x;
  background-size: 20px 10px;
  background-position: center;
}
#about_top .medical_list__item dd {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  #about_top .medical_table {
    grid-template-columns: 1fr;
  }
  #about_top .medical_table__label {
    min-height: auto;
    padding: 16px;
    border-bottom: none;
  }
  #about_top .medical_table__content {
    border-left: none;
    padding: 24px 20px;
  }
  #about_top .medical_table__content--animal {
    min-height: auto;
    justify-content: center;
  }
  #about_top .medical_list__item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #about_top .medical_list__item dt {
    grid-template-columns: auto 1fr;
  }
}

#about_hour {
  background-color: #fcf9f1;
  padding-bottom: 105px;
}
@media screen and (max-width: 768px) {
  #about_hour {
    padding-bottom: 50px;
  }
}
#about_hour .schedule {
  margin: 0 auto;
}
#about_hour .schedule .schedule__table {
  background-color: #fff;
}

#about_point {
  padding: 150px 0 130px;
  background-color: #aacbeb;
}
@media screen and (max-width: 768px) {
  #about_point {
    padding: 50px 0 60px;
  }
}
#about_point .container {
  padding: 85px 0 100px;
  border-radius: 75px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  #about_point .container {
    padding: 85px 10px 50px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #about_point .container {
    padding: 30px 10px 40px;
  }
}
#about_point .text_01 {
  padding: 35px 0 0 0;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about_point .text_01 {
    padding: 20px 0 0;
  }
}
#about_point .point_box {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 100px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
#about_point .point_list {
  position: relative;
  background-color: #fcf9f1;
  border-radius: 18px;
  padding: 50px 0;
}
@media screen and (max-width: 1100px) {
  #about_point .point_list {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #about_point .point_list {
    padding: 70px 0 30px;
  }
}
#about_point .list_item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
#about_point .list_item__02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  #about_point .list_item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #about_point .list_item {
    gap: 30px;
  }
}
#about_point .item {
  width: 550px;
}
@media screen and (max-width: 1100px) {
  #about_point .item {
    width: auto;
    padding: 0 10px;
  }
}
#about_point .item h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 33px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #about_point .item h4 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #about_point .item h4 {
    font-size: 22px;
  }
}
#about_point .item p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about_point .item .text_02 {
    letter-spacing: -0.01em;
  }
}
#about_point .ap_img {
  display: block;
  max-width: 330px;
}
@media screen and (max-width: 1100px) {
  #about_point .ap_img {
    max-width: 100%;
    padding: 0 10px;
  }
}
#about_point .no {
  position: absolute;
  width: 145px;
  top: -80px;
}
@media screen and (max-width: 1100px) {
  #about_point .no {
    width: 116px;
    top: -55px;
  }
}
@media screen and (max-width: 768px) {
  #about_point .no {
    width: 101.5px;
  }
}
#about_point .no__left {
  left: -80px;
}
@media screen and (max-width: 1200px) {
  #about_point .no__left {
    left: -60px;
  }
}
@media screen and (max-width: 1100px) {
  #about_point .no__left {
    left: 50%;
    transform: translateX(-50%);
  }
}
#about_point .no__right {
  right: -80px;
}
@media screen and (max-width: 1200px) {
  #about_point .no__right {
    right: -30px;
  }
}
@media screen and (max-width: 1100px) {
  #about_point .no__right {
    right: 50%;
    transform: translateX(50%);
  }
}

#about_first {
  padding: 60px 0 0 0;
}
#about_first .text_01 {
  text-align: center;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  #about_first .text_01 {
    line-height: 2;
  }
}
#about_first .text_02 {
  padding: 10px 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#about_first .text_02 .af_03 {
  display: block;
  width: 25px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  #about_first .text_02 .af_03 {
    width: 20px;
  }
}
#about_first .dc_img02 {
  display: block;
  margin: 90px auto 80px;
  max-width: 567px;
}
@media screen and (max-width: 768px) {
  #about_first .dc_img02 {
    margin: 50px auto;
    max-width: 300px;
  }
}
#about_first .first_box {
  border-top: 1px dotted #3e3a39;
}
#about_first .first_list {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px dotted #3e3a39;
}
@media screen and (max-width: 768px) {
  #about_first .first_list {
    padding: 30px 0;
    flex-direction: column;
    gap: 20px;
  }
}
#about_first .first_list .f_no {
  width: 130px;
}
@media screen and (max-width: 768px) {
  #about_first .first_list .f_no {
    width: 78px;
  }
}
#about_first .item_box .text_30 {
  color: #3d87ba;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #about_first .item_box .text_30 {
    font-size: 19px;
    text-align: center;
  }
}
#about_first .item_box .text_03 {
  line-height: 2;
}

#access_page {
  padding: 125px 0 0;
}
@media screen and (max-width: 768px) {
  #access_page {
    padding: 50px 0 0;
  }
}
#access_page .container_01 {
  background-color: #fcf9f1;
  padding: 55px 0;
  display: flex;
}
@media screen and (max-width: 1100px) {
  #access_page .container_01 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
#access_page .container_01 .box {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #access_page .container_01 .box {
    width: 580px;
  }
}
@media screen and (max-width: 768px) {
  #access_page .container_01 .box {
    width: 335px;
  }
}
#access_page .container_01 .box__01 {
  border-right: 1px solid #3e3a39;
}
@media screen and (max-width: 1100px) {
  #access_page .container_01 .box__01 {
    padding-bottom: 50px;
    border-right: none;
    border-bottom: 1px solid #3e3a39;
  }
}
#access_page .container_01 .box .access_icon {
  width: 90px;
}
@media screen and (max-width: 768px) {
  #access_page .container_01 .box .access_icon {
    width: 63px;
  }
}
#access_page .container_01 .box h2 {
  margin: 20px 0 20px 0;
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #access_page .container_01 .box h2 {
    font-size: 22px;
  }
}
#access_page .container_01 .box .text_01 {
  font-size: 25px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 400;
}
#access_page .container_01 .box .text_01__blue {
  color: #3d87ba;
}
@media screen and (max-width: 768px) {
  #access_page .container_01 .box .text_01 {
    font-size: 18px;
  }
}
#access_page .container_01 .box .text_02 {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #access_page .container_01 .box .text_02 {
    text-align: center;
    font-size: 16px;
  }
}
#access_page .access_map {
  display: block;
  margin: 80px auto 110px;
  width: 100%;
  max-width: 858px;
}
@media screen and (max-width: 1100px) {
  #access_page .access_map {
    width: 600.6px;
  }
}
@media screen and (max-width: 768px) {
  #access_page .access_map {
    width: 355px;
    margin: 40px auto 60px;
  }
}
#access_page .container_02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  #access_page .container_02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#access_page .container_02 iframe {
  width: 560px;
  height: 445px;
}
@media screen and (max-width: 1100px) {
  #access_page .container_02 iframe {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #access_page .container_02 iframe {
    width: 355px;
    height: 250px;
  }
}
#access_page .container_02 .text_03 {
  margin: 25px 0 0 0;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  #access_page .container_02 .text_03 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #access_page .container_02 .text_03 {
    font-size: 16px;
  }
}
#access_page .container_02 .access_tel {
  display: block;
  margin: 45px 0 55px;
}
@media screen and (max-width: 1100px) {
  #access_page .container_02 .access_tel {
    margin: 45px auto 55px;
  }
}
@media screen and (max-width: 768px) {
  #access_page .container_02 .access_tel {
    margin: 20px auto 30px;
  }
}
#access_page .container_02 .access_tel .tel_img {
  display: block;
  width: 340px;
}
@media screen and (max-width: 1100px) {
  #access_page .container_02 .access_tel .tel_img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #access_page .container_02 .access_tel .tel_img {
    width: 170px;
  }
}/*# sourceMappingURL=style.css.map */