body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  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;
}

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

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

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

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

.inner {
  margin: 0 auto;
  padding: 0 10px;
}
.inner__01 {
  max-width: 1940px;
}
.inner__02 {
  max-width: 1120px;
}
@media only screen and (max-width: 1100px) {
  .inner {
    max-width: 640px;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    max-width: 395px;
  }
}

.l_container {
  max-width: 1585px;
  margin: 0 auto;
  border-radius: 41.923px;
}
@media only screen and (max-width: 1585px) {
  .l_container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  .l_container {
    max-width: 620px;
  }
}
@media only screen and (max-width: 768px) {
  .l_container {
    max-width: 375px;
  }
}

.btn_read {
  width: 196px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .btn_read {
    margin: 0 auto;
  }
}

.more_btn {
  margin: 0 auto;
  width: 190px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  background-color: #459fa6;
  color: #fff;
}
.more_btn .arrow {
  width: 15px;
}

.sec_title_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec_title_box {
    gap: 15px;
    align-items: center;
  }
}
.sec_title_box .sec_title .news_text {
  width: 196px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_title .news_text {
    width: 137.2px;
  }
}
.sec_title_box .sec_title .about-us_text {
  width: 378px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_title .about-us_text {
    width: 264.6px;
  }
}
.sec_title_box .sec_title .clinic-hours_text {
  width: 515px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_title .clinic-hours_text {
    width: 309px;
  }
}
.sec_title_box .sec_title .contact_text {
  width: 358px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_title .contact_text {
    width: 250.6px;
  }
}
.sec_title_box .sec_title .message_text {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_title .message_text {
    width: 245px;
  }
}
.sec_title_box .sec_title .gallery_text {
  width: 336px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_title .gallery_text {
    width: 235.2px;
  }
}
.sec_title_box .sec_title .medical_text {
  width: 317px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_title .medical_text {
    width: 221.9px;
  }
}
.sec_title_box .sec_title .service_text {
  width: 318px;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_title .service_text {
    width: 222.6px;
  }
}
.sec_title_box .sec_subtitle {
  font-size: 22px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .sec_title_box .sec_subtitle {
    font-size: 18px;
  }
}

.contents_title_box02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.contents_title_box02 .icon {
  width: 43px;
}
@media screen and (max-width: 768px) {
  .contents_title_box02 .icon {
    width: 34.4px;
  }
}
@media screen and (max-width: 768px) {
  .contents_title_box02 {
    gap: 15px;
  }
}

.contents_title {
  font-size: 44px;
  line-height: 1.5;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contents_title {
    font-size: 26px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.contents_text {
  line-height: 2.2;
}

.mv_title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.mv_title_box .icon {
  width: 43px;
}
@media screen and (max-width: 768px) {
  .mv_title_box .icon {
    width: 30.1px;
  }
}
@media screen and (max-width: 1100px) {
  .mv_title_box {
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mv_title_box {
    top: 100px;
  }
}

.mv_title {
  font-size: 44px;
  line-height: 1.5;
  padding: 20px 0 25px;
}
@media screen and (max-width: 768px) {
  .mv_title {
    font-size: 26px;
    padding-bottom: 10px;
    text-align: center;
    padding: 10px 0 5px;
  }
}

.mv_subtitle {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv_subtitle {
    font-size: 14px;
  }
}

.text_22 {
  font-size: 22px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .text_22 {
    font-size: 18px;
  }
}

.text {
  line-height: 1.8;
}

.under_yellow {
  position: relative;
  display: inline;
  background: linear-gradient(transparent 60%, #f7db78 60%);
}

.hd {
  max-width: 1920px;
  margin: 0 auto;
}

.header_box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header_box__02 {
  background-color: #efefef;
}
@media screen and (max-width: 1100px) {
  .header_box {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .header_box {
    height: 60px;
  }
}
.header_box .h_logo {
  width: 544px;
  margin-left: 120px;
}
@media screen and (max-width: 1400px) {
  .header_box .h_logo {
    width: 380.8px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .header_box .h_logo {
    width: 300px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .header_box .h_logo {
    width: 220px;
    margin-left: 15px;
  }
}
.header_box .inner_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header_box .inner_box {
    position: absolute;
    top: 0;
    right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .header_box .inner_box {
    position: fixed;
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    z-index: 99999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.header_box .tel_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 28px;
}
@media screen and (max-width: 1100px) {
  .header_box .tel_box {
    display: none;
  }
}
.header_box .tel_box .item_box {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #3e3a39;
}
.header_box .tel_box .item_box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 30px;
  border-radius: 4.898px;
  background-color: #459fa6;
  color: #fff;
  font-size: 16px;
}
.header_box .tel_box .h_tel {
  width: 348px;
}
@media screen and (max-width: 1400px) {
  .header_box .tel_box .h_tel {
    width: 243.6px;
  }
}
.header_box .tel_box_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .header_box .tel_box_sp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #95cacc;
    gap: 10px;
    width: 130px;
    height: 80px;
    font-size: 12px;
    color: #fff;
    position: relative;
  }
  .header_box .tel_box_sp::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #fff;
  }
  .header_box .tel_box_sp .tel_sp {
    width: 20px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .header_box .tel_box_sp .tel_sp {
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header_box .tel_box_sp {
    width: auto;
    height: 50px;
    gap: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .header_box .tel_box_sp__02 {
    background-color: #efefef;
    color: #459fa6;
  }
  .header_box .tel_box_sp__02::after {
    background-color: #459fa6;
  }
}
.header_box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 156px;
  height: 130px;
  color: #fff;
  font-size: 19px;
}
@media screen and (max-width: 1100px) {
  .header_box .item {
    flex-direction: row;
    gap: 10px;
    width: 115px;
    height: 80px;
    font-size: 12px;
    position: relative;
  }
  .header_box .item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #fff;
  }
  .header_box .item:last-child::after {
    display: none;
  }
  .header_box .item__02::after {
    background-color: #459fa6;
  }
}
@media screen and (max-width: 768px) {
  .header_box .item {
    width: auto;
    height: 50px;
    gap: 5px;
  }
}
.header_box .item__time_box {
  background-color: #95cacc;
}
@media screen and (max-width: 1100px) {
  .header_box .item__time_box__02 {
    background-color: #efefef;
    color: #459fa6;
  }
}
.header_box .item__time_box .clock_icon {
  width: 36px;
}
@media screen and (max-width: 1100px) {
  .header_box .item__time_box .clock_icon {
    width: 31px;
  }
}
@media screen and (max-width: 768px) {
  .header_box .item__time_box .clock_icon {
    width: 22px;
  }
}
.header_box .item__web_box {
  background-color: #459fa6;
}
@media screen and (max-width: 1100px) {
  .header_box .item__web_box {
    background-color: #95cacc;
  }
}
.header_box .item__web_box .schedule01 {
  width: 40px;
}
@media screen and (max-width: 1100px) {
  .header_box .item__web_box .schedule01 {
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  .header_box .item__web_box .schedule01 {
    width: 24px;
  }
}
.header_box .item__access_box {
  display: none;
}
@media screen and (max-width: 1100px) {
  .header_box .item__access_box {
    display: flex;
  }
  .header_box .item__access_box .nav_05 {
    width: 20px;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 1100px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 80px;
    height: 80px;
    border: none;
    background-color: #459fa6;
    cursor: pointer;
    z-index: 1001;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}
.hamburger span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.nav {
  max-width: 1100px;
  margin: -60px auto 0;
  position: relative;
  z-index: 10;
}
.nav .nav__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav .nav__list {
  width: 164px;
  height: 144px;
  background-color: #95cacc;
  color: #fff;
  border-radius: 10.204px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .nav__list:hover {
  background-color: #459fa6;
}
.nav .nav__list_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .nav .nav__list_sp {
    display: block;
  }
}
.nav .nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav .nav__link .nav_01 {
  width: 43px;
  padding-bottom: 15px;
}
.nav .nav__link .nav_02 {
  width: 49px;
  padding-bottom: 18px;
}
.nav .nav__link .nav_03 {
  width: 41px;
  padding-bottom: 16px;
}
.nav .nav__link .nav_04 {
  width: 47px;
  padding-bottom: 16px;
}
.nav .nav__link .nav_06 {
  width: 61px;
  padding-bottom: 18px;
}
.nav .nav__link .schedule01 {
  width: 40px;
}
.nav .nav__link .h_tel {
  width: 280px;
}
@media screen and (max-width: 1100px) {
  .nav {
    padding: 100px 0;
    display: none;
    max-width: none;
    margin: 0;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #95cacc;
    z-index: 1000;
  }
  .nav .nav__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 60px;
    justify-content: center;
  }
  .nav .nav__list {
    width: 100%;
    height: auto;
  }
  .nav .nav__link {
    width: 100%;
    min-height: 70px;
    gap: 14px;
    font-size: 18px;
    color: #fff;
  }
  .nav .nav__link .nav_01,
  .nav .nav__link .nav_02,
  .nav .nav__link .nav_03,
  .nav .nav__link .nav_04,
  .nav .nav__link .nav_05,
  .nav .nav__link .nav_06 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 60px;
    padding: 15px 15px 20px;
  }
  .nav .nav__box {
    gap: 20px;
  }
  .nav .nav__link {
    min-height: 64px;
    padding: 16px;
    font-size: 16px;
  }
  .nav .nav_01 {
    width: 30px;
  }
  .nav .nav_02 {
    width: 34px;
  }
  .nav .nav_03 {
    width: 30px;
  }
  .nav .nav_04 {
    width: 32px;
  }
  .nav .nav_06 {
    width: 42.7px;
  }
}
@media screen and (max-width: 1100px) {
  .nav.is-open {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.mv_box {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_box .top_mv {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv_box__02 {
  height: 275px;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .mv_box__02 {
    height: 200px;
  }
}

#access {
  margin-top: 150px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #access {
    margin-top: 100px;
  }
}
#access .map {
  display: flex;
  justify-content: center;
}
#access .map iframe {
  pointer-events: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 940px;
  filter: grayscale(100%);
}
@media screen and (max-width: 1100px) {
  #access .map iframe {
    height: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  #access .map iframe {
    height: 1300px;
  }
}
#access .access_box {
  width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px 65px 55px 75px;
}
@media screen and (max-width: 1100px) {
  #access .access_box {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  #access .access_box {
    max-width: 335px;
    padding: 30px 10px;
  }
}
#access .access_box_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #access .access_box_inner {
    flex-direction: column;
  }
}
#access .item_box_01 .access_text {
  width: 254px;
}
@media screen and (max-width: 768px) {
  #access .item_box_01 .access_text {
    width: 177.8px;
  }
}
#access .item_box_01 .title {
  padding: 50px 0 0;
  font-size: 31px;
}
@media only screen and (max-width: 768px) {
  #access .item_box_01 .title {
    font-size: 22px;
  }
}
#access .item_box_01 .text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  #access .item_box_01 .text {
    font-size: 14px;
  }
}
#access .item_box_01 .map_link {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  #access .item_box_01 .map_link {
    margin-top: 35px;
  }
}
#access .item_box_01 .map_link .btn_map {
  width: 192px;
}
@media screen and (max-width: 1100px) {
  #access .item_box_01 .map_link .btn_map {
    display: block;
    margin: 0 auto 35px;
  }
}
#access .item_box_02 ul {
  width: 594px;
  border-top: 1px #3e3a39 solid;
}
@media screen and (max-width: 1100px) {
  #access .item_box_02 ul {
    width: auto;
  }
}
#access .item_box_02 li {
  border-bottom: 1px #3e3a39 solid;
  padding: 30px 0;
}
#access .item_box_02 li .inner_box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #access .item_box_02 li .inner_box {
    flex-direction: column;
    gap: 20px;
  }
}
#access .item_box_02 li .inner_box .box h4, #access .item_box_02 li .inner_box_02 .box h4 {
  font-size: 22px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #access .item_box_02 li .inner_box .box h4, #access .item_box_02 li .inner_box_02 .box h4 {
    font-size: 18px;
    text-align: center;
  }
}
#access .item_box_02 li .inner_box .box p, #access .item_box_02 li .inner_box_02 .box p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #access .item_box_02 li .inner_box .box p, #access .item_box_02 li .inner_box_02 .box p {
    line-height: 1.5;
  }
}
#access .item_box_02 li .inner_box_02 {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #access .item_box_02 li .inner_box_02 {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
#access .item_box_02 li .inner_box_02 .box {
  line-height: 1.5;
}
#access .item_box_02 li .train,
#access .item_box_02 li .car {
  width: 108px;
}
@media only screen and (max-width: 768px) {
  #access .item_box_02 li .train,
  #access .item_box_02 li .car {
    width: 75.6px;
  }
}
#access .item_box_02 li .map_01 {
  width: 280px;
}
@media only screen and (max-width: 768px) {
  #access .item_box_02 li .map_01 {
    width: 260px;
  }
}
#access .item_box_02 li .map_02 {
  width: 116px;
}
@media only screen and (max-width: 768px) {
  #access .item_box_02 li .map_02 {
    width: 81.2px;
  }
}

#info {
  margin: 135px 0 105px;
}
@media only screen and (max-width: 768px) {
  #info {
    margin: 100px 0;
  }
}
#info .contents_title {
  text-align: center;
  padding-bottom: 0;
}
#info .contents_text {
  text-align: center;
}
#info .btn_read__green {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

#contact {
  background-color: #459fa6;
  color: #fff;
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 60px 0;
  }
}
#contact .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #contact .container {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contact .container {
    padding: 0 10px;
  }
}
#contact .box_01 .text {
  line-height: 2.2;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #contact .box_01 .text {
    padding-top: 60px;
    font-size: 15px;
  }
}
#contact .box_02 {
  width: 612px;
  color: #3e3a39;
}
@media screen and (max-width: 1100px) {
  #contact .box_02 {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #contact .box_02 {
    width: 355px;
  }
}
#contact .box_02 .item {
  border-radius: 10.204px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #contact .box_02 .item {
    gap: 10px;
  }
}
#contact .box_02 .item_01 {
  width: 612px;
  padding: 70px 0;
}
#contact .box_02 .item_01__night {
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  #contact .box_02 .item_01__night p {
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  #contact .box_02 .item_01 {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #contact .box_02 .item_01 {
    width: 335px;
    padding: 30px 0;
  }
}
#contact .box_02 .item_02, #contact .box_02 .item_03 {
  width: 293px;
  padding: 40px 0;
}
@media screen and (max-width: 1100px) {
  #contact .box_02 .item_02, #contact .box_02 .item_03 {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  #contact .box_02 .item_02, #contact .box_02 .item_03 {
    width: 160px;
    padding: 20px 0;
  }
}
#contact .box_02 .box_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  #contact .box_02 .box_inner {
    padding-top: 15px;
    width: 335px;
  }
}
#contact .box_02 .c_tel {
  width: 356px;
}
@media screen and (max-width: 768px) {
  #contact .box_02 .c_tel {
    width: 249.2px;
  }
}
#contact .box_02 .schedule02 {
  width: 47px;
}
@media screen and (max-width: 768px) {
  #contact .box_02 .schedule02 {
    width: 32.9px;
  }
}
#contact .box_02 .kobe-night {
  width: 216px;
}
@media screen and (max-width: 768px) {
  #contact .box_02 .kobe-night {
    width: 151.2px;
  }
}
#contact .box_02 .kobe-night_02 {
  width: 356px;
}
@media screen and (max-width: 768px) {
  #contact .box_02 .kobe-night_02 {
    width: 249.2px;
  }
}

.ft {
  padding: 50px 0 40px;
}
@media screen and (max-width: 768px) {
  .ft {
    padding: 50px 0 100px;
  }
}
.ft .container {
  display: flex;
  align-items: center;
  gap: 240px;
}
@media screen and (max-width: 1100px) {
  .ft .container {
    flex-direction: column;
    gap: 50px;
  }
}
.ft .box .f_logo {
  width: 365px;
}
@media screen and (max-width: 768px) {
  .ft .box .f_logo {
    width: 255.5px;
    display: block;
    margin: 0 auto;
  }
}
.ft .box p {
  font-size: 16px;
  padding-top: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ft .box p {
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
    line-height: 1.5;
  }
}
.ft .box .item {
  display: block;
  padding-top: 35px;
}
.ft .box .f_tel {
  width: 378px;
}
@media screen and (max-width: 768px) {
  .ft .box .f_tel {
    width: 264.6px;
  }
}
.ft .f_nav {
  display: flex;
  gap: 175px;
}
@media screen and (max-width: 1100px) {
  .ft .f_nav {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ft .f_nav {
    gap: 10px;
    font-size: 13px;
  }
}
.ft .f_nav ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .ft .f_nav ul {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ft .f_nav ul {
    gap: 10px;
  }
}
.ft .f_nav li a:hover {
  color: #459fa6;
}

#news {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  #news {
    margin-top: 60px;
  }
}
#news .sec_title_box {
  align-items: flex-start;
}
#news .item_container {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #news .item_container {
    flex-direction: column;
    gap: 50px;
  }
}
#news .item_box_01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #news .item_box_01 {
    flex-direction: row;
  }
}
@media screen and (max-width: 1100px) {
  #news .btn_read_link {
    position: absolute;
    bottom: -100px;
    left: 0;
  }
}
#news .border {
  display: block;
  padding: 0 90px;
  position: relative;
}
#news .border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 90px;
  width: 1px;
  height: 210px;
  background-color: #3e3a39;
}
@media screen and (max-width: 1100px) {
  #news .border {
    display: none;
  }
}
#news .news_list_box {
  width: 690px;
}
@media screen and (max-width: 1100px) {
  #news .news_list_box {
    width: 100%;
  }
}
#news .news_list_box .news_list {
  padding: 22px 0;
  border-bottom: 1px #3e3a39 dotted;
}
@media screen and (max-width: 1100px) {
  #news .news_list_box .news_list {
    padding: 15px 0;
  }
}
#news .news_list_box .news_list_link {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  #news .news_list_box .news_list_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
#news .news_list_box .date {
  display: block;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #459fa6;
}
#news .news_list_box .news_title {
  font-size: 19px;
  letter-spacing: 0.025em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #news .news_list_box .news_title {
    width: 335px;
    font-size: 16px;
  }
}

#about {
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #about {
    margin-top: 280px;
  }
}
#about .top_img01 {
  width: 728px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1600px) {
  #about .top_img01 {
    width: 509.6px;
  }
}
@media screen and (max-width: 1400px) {
  #about .top_img01 {
    width: 473.2px;
  }
}
@media screen and (max-width: 1100px) {
  #about .top_img01 {
    width: 580px;
    top: 19%;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  #about .top_img01 {
    width: 335px;
    top: 19%;
  }
}
@media screen and (max-width: 550px) {
  #about .top_img01 {
    top: 22%;
  }
}
#about .about_container {
  margin-right: clamp(0px, 10vw, 200px);
  max-width: 1920px;
  background-color: #cfe5e5;
  border-radius: 15.526px;
  padding-bottom: 105px;
}
@media screen and (max-width: 1100px) {
  #about .about_container {
    margin: 0 auto;
    max-width: 620px;
    padding: 0 10px 60px 10px;
  }
}
@media only screen and (max-width: 768px) {
  #about .about_container {
    border-radius: 0;
  }
}
#about .about_inner {
  max-width: 1100px;
  margin-left: calc((100vw - 1920px) / 2 + 410px);
}
@media only screen and (max-width: 1100px) {
  #about .about_inner {
    margin-left: 0;
  }
}
#about .sec_title_box {
  padding-bottom: 60px;
}
#about .contents_title_box {
  padding: 70px 0 50px;
}
@media screen and (max-width: 1300px) {
  #about .contents_title_box {
    padding: 60px 0 60px 10px;
  }
}
@media screen and (max-width: 1100px) {
  #about .contents_title_box {
    padding: 60px 10px 680px;
  }
}
@media screen and (max-width: 768px) {
  #about .contents_title_box {
    padding: 30px 10px 450px;
  }
}
@media screen and (max-width: 768px) {
  #about .contents_text {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1300px) {
  #about .btn_read {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  #about .btn_read {
    padding: 0;
  }
}
#about .border {
  display: block;
  position: relative;
  padding: 100px 0 65px;
}
#about .border::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
}
@media screen and (max-width: 768px) {
  #about .border::after {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #about .border {
    padding: 50px 0;
  }
}
#about .item_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 55px 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  #about .item_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #about .item_box {
    gap: 30px;
    padding-top: 30px;
  }
}
#about .item {
  background-color: #fff;
  padding: 45px 60px;
  border-radius: 10.204px;
  width: 528px;
  height: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #about .item {
    padding: 30px 15px;
    height: auto;
  }
}
#about .item h4 {
  font-size: 27px;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  #about .item h4 {
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
    padding: 20px 0 15px;
  }
}
#about .item p {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .item {
    width: 335px;
  }
}
#about .img_01 {
  width: 131px;
}
@media screen and (max-width: 768px) {
  #about .img_01 {
    width: 91.7px;
  }
}
#about .img_02 {
  width: 73px;
}
@media screen and (max-width: 768px) {
  #about .img_02 {
    width: 51.1px;
  }
}
#about .img_03 {
  width: 114px;
}
@media screen and (max-width: 768px) {
  #about .img_03 {
    width: 79.8px;
  }
}
#about .img_04 {
  width: 107px;
}
@media screen and (max-width: 768px) {
  #about .img_04 {
    width: 74.9px;
  }
}

#hours {
  margin-top: 240px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #hours {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  #hours {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
#hours .top_img02 {
  width: 728px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1600px) {
  #hours .top_img02 {
    width: 509.6px;
  }
}
@media screen and (max-width: 1100px) {
  #hours .top_img02 {
    top: unset;
    bottom: -26%;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  #hours .top_img02 {
    width: 335px;
    bottom: 8%;
  }
}
#hours .hours_container {
  margin-left: clamp(0px, 10vw, 200px);
  max-width: 1920px;
  background-color: #cfe5e5;
  border-radius: 15.526px;
}
@media screen and (max-width: 1100px) {
  #hours .hours_container {
    margin: 0 auto;
    max-width: 620px;
  }
}
@media only screen and (max-width: 768px) {
  #hours .hours_container {
    border-radius: 0;
  }
}
#hours .hours_box {
  margin-top: 60px;
  padding: 45px 0 85px max(20px, (100vw - 1920px) / 2 + 211px);
}
@media screen and (max-width: 1100px) {
  #hours .hours_box {
    padding: 45px 20px 85px;
  }
}
@media screen and (max-width: 768px) {
  #hours .hours_box {
    padding: 30px 20px 50px;
  }
}
#hours .hours_box .tit_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 50px;
  background-color: #459fa6;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  border-radius: 4.898px;
}
@media screen and (max-width: 768px) {
  #hours .hours_box .tit_01 {
    font-size: 18px;
    width: 138.6px;
    height: 35px;
  }
}
#hours .hours_box .tit_01__cash {
  width: 335px;
  margin: 80px 0 20px;
}
@media screen and (max-width: 1100px) {
  #hours .hours_box .tit_01__cash {
    margin: 80px auto 50px;
  }
}
@media screen and (max-width: 768px) {
  #hours .hours_box .tit_01__cash {
    width: 255px;
  }
}
#hours .hours_box .tit_02 {
  font-size: 22px;
  letter-spacing: 0.025em;
  padding: 25px 0 14px 0;
}
@media screen and (max-width: 768px) {
  #hours .hours_box .tit_02 {
    font-size: 18px;
  }
}
#hours .hours_box .text_01 {
  font-size: 14px;
  line-height: 1.5;
}
#hours .hours_box .hour_img {
  display: block;
  width: 1100px;
  padding: 35px 0 25px;
}
@media screen and (max-width: 1520px) {
  #hours .hours_box .hour_img {
    width: 880px;
  }
}
@media screen and (max-width: 1100px) {
  #hours .hours_box .hour_img {
    width: 100%;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  #hours .hours_box .hour_img {
    max-width: 335px;
  }
}
#hours .hours_box .item_box {
  display: flex;
  align-items: flex-end;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  #hours .hours_box .item_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
#hours .hours_box .item_box .item_01 {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
#hours .hours_box .item_box .item_02 {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  #hours .hours_box .item_box .item_02 {
    gap: 10px;
  }
}
#hours .hours_box .item_box_02 {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
}
@media screen and (max-width: 1520px) {
  #hours .hours_box .item_box_02 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
  }
}
@media screen and (max-width: 1100px) {
  #hours .hours_box .item_box_02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #hours .hours_box .item_box_02 {
    gap: 20px;
  }
}
#hours .hours_box .item_box_02 .item {
  background-color: #fff;
  border-radius: 16.203px;
  width: 356px;
  height: 374px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #hours .hours_box .item_box_02 .item {
    width: 335px;
    height: auto;
  }
}
#hours .hours_box .item_box_02 .item .text_22 {
  color: #459fa6;
  padding-bottom: 25px;
}

#message {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  #message {
    padding: 0 10px;
  }
}
#message .l_container {
  margin-top: 50px;
  background-color: #cfe5e5;
  padding: 110px 0 85px;
}
@media screen and (max-width: 1585px) {
  #message .l_container {
    padding: 110px 50px 85px;
  }
}
@media screen and (max-width: 768px) {
  #message .l_container {
    padding: 60px 10px;
  }
}
#message .box_01 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #message .box_01 {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 1100px) {
  #message .text_22 {
    display: block;
    text-align: center;
  }
}
#message .name {
  padding: 30px 0 50px;
  display: flex;
  align-items: flex-end;
  gap: 25px;
  font-size: 39px;
  color: #459fa6;
}
@media screen and (max-width: 1100px) {
  #message .name {
    justify-content: center;
    padding: 500px 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  #message .name {
    flex-direction: column;
    align-items: center;
    font-size: 26px;
    padding: 430px 0 25px;
    gap: 5px;
  }
}
#message .name_02 {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #message .name_02 {
    font-size: 16px;
  }
}
#message .a_01 {
  width: 344px;
}
@media screen and (max-width: 1100px) {
  #message .a_01 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #message .a_01 {
    width: 315px;
    top: 30px;
  }
}
#message .border {
  display: block;
  position: relative;
  padding: 60px 0 30px;
}
#message .border::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
}
@media screen and (max-width: 768px) {
  #message .border::after {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #message .border {
    padding: 50px 0;
  }
}
#message .box_02 {
  display: flex;
  gap: 130px;
}
@media screen and (max-width: 1100px) {
  #message .box_02 {
    flex-direction: column;
    gap: 50px;
  }
}
#message .box_02 .item_box .text_22 {
  color: #459fa6;
  padding-bottom: 30px;
}
#message .box_02 ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#message .box_02 ul li {
  line-height: 1.5;
}

#first-info {
  margin-top: 120px;
}
#first-info .contents_title {
  padding-bottom: 15px;
}
#first-info .contents_text {
  text-align: center;
}
#first-info .item_box {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #first-info .item_box {
    width: 290px;
    margin: 50px auto 0;
  }
}
#first-info .item_box .item {
  font-size: 31px;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  #first-info .item_box .item {
    font-size: 18px;
    padding-left: 15px;
  }
}
#first-info .item_box .item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  background-image: url(../img/icon_02.svg);
  background-size: contain;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1100px) {
  #first-info .item_box .item::before {
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #first-info .item_box .item::before {
    width: 29.4px;
    height: 29.4px;
    left: -22px;
    top: 15px;
  }
}
#first-info .a_02 {
  display: block;
  margin: 125px auto 0;
  max-width: 1260px;
}
@media only screen and (max-width: 768px) {
  #first-info .a_02 {
    margin: 60px auto 0;
  }
}

#gallery {
  margin-top: 105px;
  background-color: #cfe5e5;
  padding: 150px 0 200px;
}
@media screen and (max-width: 768px) {
  #gallery {
    padding: 60px 10px;
  }
}
#gallery .item_box {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px 60px;
}
#gallery .item_box .item .g_img {
  width: 518px;
  height: 379px;
  border-radius: 9.96px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #gallery .item_box .item .g_img {
    width: 335px;
    height: 245px;
  }
}
#gallery .item_box .item p {
  color: #459fa6;
  font-size: 31px;
  padding-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #gallery .item_box .item p {
    font-size: 22px;
    padding-top: 20px;
  }
}

#medical_area {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #medical_area {
    margin-top: 110px;
    padding: 0 10px;
  }
}
#medical_area .a_container {
  margin-top: 140px;
}
@media screen and (max-width: 1100px) {
  #medical_area .a_container {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #medical_area .a_container {
    margin-top: 60px;
  }
}
#medical_area .m_02 {
  position: absolute;
  top: 285px;
  right: 0;
  width: 504px;
  z-index: 999;
}
@media screen and (max-width: 1590px) {
  #medical_area .m_02 {
    width: 352.8px;
    top: 345px;
  }
}
@media screen and (max-width: 1100px) {
  #medical_area .m_02 {
    display: none;
  }
}
#medical_area .border {
  display: block;
  position: relative;
  padding: 40px 0 45px;
}
#medical_area .border::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
}
@media screen and (max-width: 768px) {
  #medical_area .border::after {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #medical_area .border {
    padding: 50px 0;
  }
}
#medical_area .item_container {
  display: flex;
  align-items: flex-start;
  gap: 170px;
}
@media screen and (max-width: 1100px) {
  #medical_area .item_container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
#medical_area .item_box {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  #medical_area .item_box {
    align-items: center;
  }
}
#medical_area .item_box .g_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 50px;
  background-color: #459fa6;
  color: #fff;
  border-radius: 4.898px;
}
#medical_area .item_box_01 {
  align-items: center;
  justify-content: center;
}
#medical_area .item_box_01 .m_01 {
  display: block;
  padding: 44px 0 22px;
  width: 131px;
}
@media only screen and (max-width: 768px) {
  #medical_area .item_box_01 .m_01 {
    width: 91.7px;
  }
}
#medical_area .item_box_01 p {
  font-size: 31px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #medical_area .item_box_01 p {
    font-size: 22px;
  }
}
#medical_area .item_box_02 .medical-list {
  margin: 0;
  padding-top: 30px;
  list-style: none;
}
#medical_area .item_box_02 .medical-list__item {
  display: grid;
  grid-template-columns: 100px 40px 1fr;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#medical_area .item_box_02 .medical-list__item:not(:first-child) {
  margin-top: 14px;
}
#medical_area .item_box_02 .medical-list__title,
#medical_area .item_box_02 .medical-list__text {
  margin: 0;
  line-height: 1.6;
}
#medical_area .item_box_02 .medical-list__title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#medical_area .item_box_02 .medical-list__line {
  display: block;
  width: 40px;
  height: 1px;
  background: #3e3a39;
}
#medical_area .item_box_02 .medical-list__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #medical_area .item_box_02 .medical-list__item {
    grid-template-columns: 70px 20px 1fr;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #medical_area .item_box_02 .medical-list__item:not(:first-child) {
    margin-top: 10px;
  }
  #medical_area .item_box_02 .medical-list__title {
    font-size: 16px;
  }
  #medical_area .item_box_02 .medical-list__line {
    width: 12px;
  }
  #medical_area .item_box_02 .medical-list__text {
    font-size: 14px;
  }
}
#medical_area .hour_img {
  display: block;
  width: 1100px;
  padding: 95px 0 0;
}
@media screen and (max-width: 1520px) {
  #medical_area .hour_img {
    width: 770px;
  }
}
@media screen and (max-width: 1100px) {
  #medical_area .hour_img {
    width: 100%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #medical_area .hour_img {
    max-width: 335px;
  }
}

#service {
  margin-top: 285px;
  background-color: #cfe5e5;
  padding: 120px 0 160px;
}
@media screen and (max-width: 1100px) {
  #service {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #service {
    padding: 100px 10px;
    margin-top: 50px;
  }
}
#service .l_container {
  margin-top: 110px;
  background-color: #fff;
  padding: 130px 0 70px;
}
@media screen and (max-width: 1550px) {
  #service .l_container {
    padding: 130px 40px 70px;
  }
}
@media screen and (max-width: 768px) {
  #service .l_container {
    padding: 60px 10px;
    margin-top: 130px;
  }
}
#service .contents_title_box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1550px) {
  #service .contents_title_box {
    gap: 15px;
  }
}
@media screen and (max-width: 1100px) {
  #service .contents_title_box {
    flex-direction: column;
  }
}
#service .contents_title_box .contents_title {
  color: #459fa6;
  padding: 0;
}
#service .contents_title_box .text_22 {
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  #service .contents_title_box .text_22 {
    text-align: center;
    line-height: 1.5;
  }
}
#service .contents_title_box .text_22::before, #service .contents_title_box .text_22::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 28px;
  background-image: url(../img/title_line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
#service .contents_title_box .text_22::before {
  left: 0;
}
#service .contents_title_box .text_22::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 768px) {
  #service .contents_title_box .text_22::before, #service .contents_title_box .text_22::after {
    width: 8px;
    height: 70px;
    background-image: url(../img/title_line_sp.svg);
    background-size: 100% 100%;
  }
}
#service .m_icon {
  width: 164px;
  position: absolute;
  top: -180px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #service .m_icon {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #service .m_icon {
    width: 114.8px;
    top: -120px;
  }
}
#service .contents_box {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #service .contents_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
#service .contents_box .item_box_01 .item_img {
  width: 500px;
}
@media screen and (max-width: 1550px) {
  #service .contents_box .item_box_01 .item_img {
    width: 400px;
  }
}
@media screen and (max-width: 1100px) {
  #service .contents_box .item_box_01 .item_img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #service .contents_box .item_box_01 .item_img {
    width: 335px;
  }
}
#service .contents_box .item_box_01 .item {
  width: 500px;
  padding-top: 84px;
}
@media screen and (max-width: 1550px) {
  #service .contents_box .item_box_01 .item {
    width: 400px;
  }
}
@media screen and (max-width: 1100px) {
  #service .contents_box .item_box_01 .item {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #service .contents_box .item_box_01 .item {
    width: 335px;
  }
}
#service .contents_box .item_box_01 .item .g_box {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #459fa6;
  width: 100%;
  height: 36px;
  padding-left: 40px;
}
@media screen and (max-width: 1100px) {
  #service .contents_box .item_box_01 .item .g_box {
    justify-content: center;
    padding: 0;
  }
}
#service .contents_box .item_box_01 .item p {
  padding: 25px 0;
  line-height: 1.5;
}
#service .contents_box .item_box_01 .item .box {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1550px) {
  #service .contents_box .item_box_01 .item .box {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #service .contents_box .item_box_01 .item .box {
    gap: 0;
    justify-content: space-between;
  }
}
#service .contents_box .item_box_01 .item ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#service .contents_box .item_box_01 .item .border {
  display: block;
  position: relative;
  padding: 36px 0 0 0;
}
#service .contents_box .item_box_01 .item .border::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
}
@media screen and (max-width: 768px) {
  #service .contents_box .item_box_01 .item .border::after {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #service .contents_box .item_box_01 .item .border {
    padding: 30px 0 0 0;
  }
}
#service .contents_box .item_box_02 {
  width: 567px;
}
@media screen and (max-width: 768px) {
  #service .contents_box .item_box_02 {
    width: 335px;
  }
}
#service .contents_box .item_box_02 .t_list_container {
  padding: 40px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  #service .contents_box .item_box_02 .t_list_container {
    flex-direction: column;
    gap: 15px;
  }
}
#service .contents_box .item_box_02 .t_list_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#service .contents_box .item_box_02 .t_list {
  font-size: 18px;
  color: #459fa6;
}
#service .contents_box .item_box_02 .item {
  padding: 65px 0 60px;
}
#service .contents_box .item_box_02 .item .title_box {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 15px;
}
#service .contents_box .item_box_02 .item .title_box .cat {
  width: 31px;
}
#service .contents_box .item_box_02 .item .title_box .text_22 {
  color: #459fa6;
}
#service .contents_box .tel_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  width: 538px;
  padding: 20px 0 20px 75px;
  background-color: #459fa6;
  border-radius: 7.548px;
}
@media screen and (max-width: 1100px) {
  #service .contents_box .tel_box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #service .contents_box .tel_box {
    width: 335px;
    padding: 20px 0;
    font-size: 16px;
    align-items: center;
  }
}
#service .contents_box .tel_box .tel_white {
  width: 356px;
}
@media screen and (max-width: 768px) {
  #service .contents_box .tel_box .tel_white {
    width: 249.2px;
  }
}
#service .text_01 {
  line-height: 1.8;
  letter-spacing: -0.01em;
}
#service .text_02 {
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  #service .text_02 {
    display: block;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #service .text_02 {
    font-size: 16px;
  }
}
#service .text_03 {
  color: #459fa6;
  line-height: 1.7;
  padding: 60px 0 50px;
}
#service .p_item_01 {
  padding-bottom: 40px;
}
#service .p_title_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
#service .p_title_box .icon_02 {
  width: 35px;
}
#service .p_title_box__02 {
  padding-bottom: 30px;
}
#service .price_table {
  margin-top: 10px;
  width: 100%;
  max-width: 538px;
  border-collapse: collapse;
  border: 1px solid #3e3a39;
  table-layout: fixed;
  background: #fff;
}
#service .price_table th,
#service .price_table td {
  border: 1px solid #3e3a39;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #service .price_table th,
  #service .price_table td {
    height: 45px;
  }
}
#service .price_table th {
  width: 44%;
  background: #95cacc;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #service .price_table th {
    font-size: 18px;
  }
}
#service .price_table td {
  width: 56%;
  background: #fff;
  font-size: 18px;
  letter-spacing: 0.04em;
}
#service .price_table td span {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 0.95em;
}
@media screen and (max-width: 768px) {
  #service .price_table td {
    font-size: 16px;
  }
}
#service .p_item_02 {
  padding-bottom: 35px;
}
#service .p_item_02 .bling_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 25px 20px;
  position: relative;
}
#service .p_item_02 .bling_list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #95cacc;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #service .p_item_02 .bling_list::before {
    top: 5px;
    left: 4px;
  }
}
#service .p_item_02 .bling_list h4 {
  font-weight: 500;
}
#service .p_item_02 .bling_list p {
  line-height: 1.8;
}

#slider {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  #slider {
    margin-top: 80px;
  }
}
#slider .pet_slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
#slider .pet_slider__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
#slider .petSwiper {
  width: 100%;
  overflow: visible;
}
#slider .petSwiper .swiper-wrapper {
  align-items: center;
}
#slider .petSwiper .swiper-slide {
  width: 523px !important;
  height: auto !important;
}
#slider .petSwiper .swiper-slide img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #slider .petSwiper .swiper-slide {
    width: 210px !important;
  }
  #slider .petSwiper .swiper-slide img {
    height: 158px;
  }
}
@media screen and (max-width: 768px) {
  #slider .petSwiper .swiper-slide {
    width: 160px !important;
  }
  #slider .petSwiper .swiper-slide img {
    height: 120px;
  }
}

#orthopedics-about {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #orthopedics-about {
    margin-top: 100px;
  }
}
#orthopedics-about .o_01 {
  width: 323px;
  display: block;
  margin: 0 auto;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #orthopedics-about .o_01 {
    width: 226.1px;
    padding-bottom: 40px;
  }
}
#orthopedics-about .contents_title, #orthopedics-about .contents_text {
  text-align: center;
}
#orthopedics-about .contents_box {
  margin: 60px auto 0;
  max-width: 1000px;
  background-color: #efefef;
  border-radius: 21.154px;
  padding: 50px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #orthopedics-about .contents_box {
    margin: 100px auto 0;
    padding: 30px 10px;
  }
}
#orthopedics-about .contents_box .item {
  display: flex;
  align-items: center;
  gap: 35px;
}
#orthopedics-about .contents_box .item__02 {
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  #orthopedics-about .contents_box .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #orthopedics-about .contents_box .item {
    gap: 15px;
  }
}
#orthopedics-about .contents_box .item .text_22 {
  color: #459fa6;
}
#orthopedics-about .contents_box .item ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#orthopedics-about .contents_box .item ul li {
  line-height: 1.5;
}
#orthopedics-about .contents_box .o_02 {
  position: absolute;
  width: 154px;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #orthopedics-about .contents_box .o_02 {
    top: -70px;
    right: 10px;
  }
}
#orthopedics-about .border {
  display: block;
  position: relative;
  padding: 30px 0;
}
#orthopedics-about .border::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
}
@media screen and (max-width: 768px) {
  #orthopedics-about .border::after {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #orthopedics-about .border {
    padding: 20px 0;
  }
}

#orthopedics-tplo {
  margin: 145px 0 160px;
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo {
    padding: 0 10px;
    margin: 120px 0 100px;
  }
}
#orthopedics-tplo .l_container {
  background-color: #efefef;
  padding: 150px 0 100px;
  position: relative;
}
@media screen and (max-width: 1585px) {
  #orthopedics-tplo .l_container {
    padding: 150px 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .l_container {
    padding: 70px 0 50px;
  }
}
#orthopedics-tplo .o_03 {
  width: 165px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .o_03 {
    width: 115.5px;
  }
}
@media screen and (max-width: 1585px) {
  #orthopedics-tplo .contents_title {
    text-align: center;
  }
}
#orthopedics-tplo .o_br {
  display: none;
}
@media screen and (max-width: 1585px) {
  #orthopedics-tplo .o_br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .contents_box {
    padding-top: 30px;
  }
}
#orthopedics-tplo .contents_box__02 {
  padding-top: 75px;
}
#orthopedics-tplo .contents_box .title_box {
  display: flex;
  align-items: center;
  gap: 15px;
}
#orthopedics-tplo .contents_box .title_box .icon {
  width: 43px;
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .contents_box .title_box .icon {
    width: 30.1px;
  }
}
#orthopedics-tplo .contents_box .title_box h4 {
  font-size: 31px;
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .contents_box .title_box h4 {
    font-size: 22px;
  }
}
#orthopedics-tplo .contents_box .border {
  display: block;
  position: relative;
  padding: 20px 0;
}
#orthopedics-tplo .contents_box .border::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .contents_box .border::after {
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .contents_box .border {
    padding: 15px 0;
  }
}
#orthopedics-tplo .contents_box .text_box {
  line-height: 1.8;
}
#orthopedics-tplo .contents_box .item_box {
  padding: 40px 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
#orthopedics-tplo .contents_box .item_box__02 {
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  #orthopedics-tplo .contents_box .item_box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .contents_box .item_box {
    gap: 20px;
  }
}
#orthopedics-tplo .contents_box .item_box .g_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 49px;
  background-color: #459fa6;
  color: #fff;
  border-radius: 4.898px;
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .contents_box .item_box .g_box {
    width: 158.4px;
    height: 39.2px;
  }
}
#orthopedics-tplo .contents_box .item_box .text_p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .contents_box .item_box .text_p {
    font-size: 17px;
  }
}
#orthopedics-tplo .contents_box .p_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #orthopedics-tplo .contents_box .p_box {
    flex-direction: column;
    gap: 30px;
  }
}
#orthopedics-tplo .contents_box .p_box .tplo_img {
  width: 518px;
  height: 378px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1585px) {
  #orthopedics-tplo .contents_box .p_box .tplo_img {
    width: 466.2px;
    height: 340.2px;
  }
}
@media screen and (max-width: 1100px) {
  #orthopedics-tplo .contents_box .p_box .tplo_img {
    width: 100%;
    height: 100%;
  }
}
#orthopedics-tplo .contents_box .item_text {
  margin-top: 80px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #orthopedics-tplo .contents_box .item_text {
    font-size: 17px;
  }
}

#post-container {
  margin: 160px 0 150px;
}
@media screen and (max-width: 768px) {
  #post-container {
    margin: 100px 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: #efefef;
}
@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 {
  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 .post_box_item .post_link {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 70px;
  width: 295px;
  height: 40px;
  background-color: #459fa6;
  border-radius: 20px;
  color: #fff;
  padding-left: 45px;
}
#post-container .post_box_item .post_link .p_arrow {
  width: 49px;
}
#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: #cfe5e5;
  border-color: #cfe5e5;
  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;
}
.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;
}
.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;
}
.single_pager .border {
  display: block;
  position: relative;
}
.single_pager .border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -65px;
  width: 122px;
  height: 1px;
  background-color: #3e3a39;
}/*# sourceMappingURL=style.css.map */