@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #231815;
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

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

img.imgauto {
  width: 100%;
}

img.fit_cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
}

h1, h2, h3 {
  line-height: 1;
  font-weight: 500;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

button:focus-visible {
  outline: none;
}

.inline_block {
  display: inline-block;
}

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
._link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #4BADAA;
}

.color_white {
  color: #FFF;
}

.color_green {
  color: #4BADAA;
}

.color_red {
  color: #FF958B;
}

.bg_green {
  background-color: #4BADAA;
  color: #FFF;
}

.__bold {
  font-weight: 700;
}

.first_letter::first-letter {
  text-transform: uppercase;
}

.font_serif {
  font-family: "Noto Serif JP", serif;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 89%;
    max-width: 1366px;
    min-width: 960px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

a {
  transition: all ease 0.5s;
}
a .hover_zoom {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a:hover .hover_zoom {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #4BADAA;
  text-decoration: underline;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
  padding-top: 112px;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.link_button {
  height: 57px;
  border-radius: 29px;
  overflow: hidden;
  border: 1px solid #E0E0E1;
  background-color: #FFF;
  transition: 0.4s;
}
.link_button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 33px;
  position: relative;
  transition: 0s;
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 235px;
  }
}
.link_button .btn_txt {
  flex-grow: 1;
  text-align: center;
}
.link_button .btn_arw {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #4BADAA;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 20px;
}
.link_button .btn_arw svg {
  display: block;
  width: 30%;
  position: absolute;
  inset: 0;
  margin: auto;
  fill: #FFF;
}
@media (hover: hover) {
  .link_button a:hover {
    opacity: 1;
  }
  .link_button:hover {
    background-color: #4BADAA;
    color: #FFF;
  }
  .link_button:hover .btn_arw {
    background-color: #FFF;
  }
  .link_button:hover .btn_arw svg {
    fill: #4BADAA;
  }
}
.link_button.btn_center {
  margin-inline: auto;
}

.link_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .link_arrow {
    width: 26px;
    height: 26px;
  }
}
.link_arrow svg {
  width: 10px;
  height: 14px;
  fill: #FFF;
}
@media screen and (max-width: 1024px) {
  .link_arrow svg {
    width: 9px;
    height: 12px;
  }
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
}
.breadcrumb span[property=itemListElement] a.home {
  color: #4BADAA;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb1em {
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.c-text {
  line-height: 2.18;
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.banner__btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.4%;
       column-gap: 2.4%;
}
@media screen and (max-width: 1024px) {
  .banner__btns {
    flex-wrap: wrap;
    row-gap: 20px;
    max-width: 600px;
    margin-inline: auto;
  }
}

.banner__btn {
  height: 85px;
  color: #FFF;
  border-radius: 9px;
  flex-basis: 276px;
}
.banner__btn a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 4px;
}
@media screen and (min-width: 1025px) {
  .banner__btn .__btn__lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .banner__btn .__btn__lead {
    font-size: 16px;
  }
}
.banner__btn .__btn__content {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 1025px) {
  .banner__btn .__btn__txt {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .banner__btn .__btn__txt {
    font-size: 24px;
  }
}
.banner__btn.btn_web {
  background-color: #1098C7;
}
.banner__btn.btn_web .__btn__icon {
  width: 33px;
}
.banner__btn.btn_online {
  background-color: #4BADAA;
}
.banner__btn.btn_online .__btn__icon {
  width: 36px;
}
.banner__btn.btn_vactin {
  background-color: #4BADAA;
}
.banner__btn.btn_vactin .__btn__icon {
  width: 32px;
}
.banner__btn.btn_dial {
  background-color: #00AD8A;
}
.banner__btn.btn_dial .__btn__icon {
  width: 35px;
}

.business_hour {
  padding: 10px 20px;
  background-color: #FFF;
  box-shadow: 3px 3px 3px #CECFD0;
  margin-bottom: 1em;
}
@media screen and (max-width: 1366px) {
  .business_hour {
    padding: 10px;
  }
}
.business_hour_table {
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .business_hour_table {
    font-size: 15px;
  }
}
.business_hour_table td {
  padding: 20px 10px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .business_hour_table td {
    padding: 10px 10px 10px 0;
  }
}
.business_hour_table td:last-child {
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .business_hour_table td:last-child {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .business_hour_table td .sp_small {
    font-size: 12px;
  }
}
.business_hour_table .border_bottom td {
  border-bottom: 1px solid #231815;
}
.business_hour_table .table_head {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .business_hour_table .table_head {
    width: 21%;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.business_hour_table .open {
  color: #4BADAA;
}
@media screen and (max-width: 1024px) {
  .business_hour_table .__ampm {
    display: none;
  }
  .business_hour_table .__close {
    padding-left: 2em;
  }
  .business_hour_table tr td:first-child {
    width: 80px;
  }
}
.business_hour_note {
  padding-left: 1em;
  text-indent: -1em;
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
}
.site-header .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    height: 112px;
    padding-left: 60px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    height: 85px;
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 15.3%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 208px;
  }
}
.site-header .main-navigation {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  padding: 21px 0;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .header_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 410px;
  flex-shrink: 0;
}
.site-header .header_contact__tel {
  flex-basis: 328px;
}
.site-header .header_contact__tel .__tel__icon {
  width: 34px;
}
.site-header .header_contact__tel .__tel__txt {
  font-size: 26px;
}
.site-header .header_contact__telUpper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .header_contact__telUpper .__tel__hour {
  font-size: 15px;
  line-height: 1.33;
}
.site-header .header_contact__telLower {
  font-size: 15px;
  margin-top: 5px;
}
.site-header .header_contact__sns {
  flex-basis: 33px;
  flex-shrink: 0;
}
.site-header .main_menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .site-header .main_menu {
    display: none;
  }
}
.site-header .main_menu > .menu-item {
  flex-basis: 200px;
  height: 100%;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0;
  border-right: 1px solid #BABBBC;
}
.site-header .main_menu > .menu-item a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  position: relative;
}
.site-header .main_menu > .menu-item a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.site-header .main_menu > .menu-item:last-child {
  border-right: none;
}
.site-header .main_menu > .menu-item.menu_home {
  display: none;
}
.site-header .main_menu > .menu-item.menu_information > a::before {
  width: 40px;
  height: 33px;
  background-image: url("../images/icons/icon_information.webp");
}
.site-header .main_menu > .menu-item.menu_doctors > a::before {
  width: 40px;
  height: 40px;
  background-image: url("../images/icons/icon_doctor.webp");
}
.site-header .main_menu > .menu-item.menu_faq > a::before {
  width: 40px;
  height: 40px;
  background-image: url("../images/icons/icon_qa.webp");
}
.site-header .main_menu > .menu-item.menu_recruit > a::before {
  width: 50px;
  height: 33px;
  background-image: url("../images/icons/icon_hospital.webp");
}
.site-header .main_menu > .menu-item.menu_news > a::before {
  width: 33px;
  height: 33px;
  background-image: url("../images/icons/icon_info.webp");
}
.site-header .main_menu > .menu-item-has-children {
  position: relative;
}
.site-header .main_menu > .menu-item-has-children > .sub-menu {
  position: absolute;
  width: 160px;
  background-color: #FFF;
  top: 100%;
  left: calc(50% - 80px);
  opacity: 0;
  visibility: hidden;
  padding: 1rem;
  transition: opacity 0.5s;
  background-color: #4BADAA;
}
.site-header .main_menu > .menu-item-has-children > .sub-menu .menu-item {
  line-height: 2;
  color: #FFF;
  margin-bottom: 1em;
}
.site-header .menu-item {
  cursor: pointer;
}
.site-header .menu-item.menu_label > a {
  pointer-events: none;
}
@media (hover: hover) {
  .site-header .main_menu > .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .site-header .main_menu .sub-menu .menu-item:hover {
    text-decoration: underline;
  }
}
.site-header .main_menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #4BADAA;
  border-radius: 50%;
}
@media screen and (min-width: 1367px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .site-header .main_menu_btn {
    flex-basis: 57px;
    height: 57px;
    margin-left: 70px;
  }
}
.site-header .main_menu_btn ._mobile_menu_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  left: calc(50% - 11px);
  background-color: #FFF;
  border-radius: 1px;
  transition: all 0.5s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
  top: 14px;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
  top: 20px;
  transition: all 0.5s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar3 {
  top: 26px;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_txt {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_txt.__close {
  display: none;
}
.site-header .main_menu_btn:active {
  border: none;
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar2 {
  left: 50%;
  opacity: 0;
  height: 0;
}
@media screen and (min-width: 1025px) {
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
    transform: translateY(5px) rotate(-45deg);
  }
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar3 {
    transform: translateY(-7px) rotate(45deg);
  }
}
@media screen and (max-width: 1024px) {
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
    transform: translateY(6px) rotate(-45deg);
  }
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar3 {
    transform: translateY(-6px) rotate(45deg);
  }
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_txt.__open {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_txt.__close {
  display: block;
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 100%;
  transition: all ease 0.5s;
  padding-top: 112px;
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window {
    padding-top: 85px;
  }
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  background-color: #DBF9F3;
}
.site-header .mobile_modal_window .modal_container {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .modal_container {
    width: 92%;
    max-width: 1254px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .modal_container {
    width: 88%;
    max-width: 470px;
  }
}
.site-header .mobile_modal_window .modal_nav {
  display: flex;
  padding: 24px 0;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .modal_nav {
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .modal_nav {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .mobile_menu {
    flex-basis: 326px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .mobile_menu {
    flex-basis: 100%;
  }
}
.site-header .mobile_modal_window .mobile_menu .menu-item {
  line-height: 2;
  padding: 0.5em;
  border-bottom: 1px solid #BABBBC;
  position: relative;
  font-size: 18px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item::after {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  content: "";
}
.site-header .mobile_modal_window .mobile_menu .menu-item a {
  display: block;
  width: 100%;
}
.site-header .mobile_modal_window .mobile_menu .menu_label.is-open::after {
  display: none;
}
.site-header .mobile_modal_window .mobile_menu .sub-menu {
  display: none;
  padding: 0 1em;
}
.site-header .mobile_modal_window .mobile_menu .sub-menu .menu-item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .banner__btns {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .banner__btns {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 35px;
  }
}
.site-header .mobile_modal_window .modal_info {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .modal_info {
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 3.9%;
         column-gap: 3.9%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .modal_info {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 35px;
  }
}
.site-header .mobile_modal_window .modal_info__contact .telephone .__tel__icon {
  width: 38px;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .modal_info__contact .telephone .__tel__txt {
    font-size: clamp(26px, 2.5vw, 34px);
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .modal_info__contact .telephone .__tel__txt {
    font-size: 26px;
  }
}
.site-header .mobile_modal_window .modal_info__hour .business_hour .business_hour__title {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 12px;
}
.site-header .mobile_modal_window .modal_info__hour .business_hour .__ampm {
  display: none;
}
.site-header .mobile_modal_window .modal_info__hour .business_hour_table {
  font-size: 15px;
}
.site-header .mobile_modal_window .modal_info__hour .business_hour_table td {
  padding: 15px 5px;
}
.site-header .mobile_modal_window .modal_info__sns {
  background-image: linear-gradient(to right, #F0B253 0%, #E4203E 32%, #A9299A 64%, #5342C8 100%);
  padding: 2px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .modal_info__sns {
    flex-basis: 28%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .modal_info__sns {
    flex-basis: 100%;
  }
}
.site-header .mobile_modal_window .modal_info__sns a {
  display: block;
  padding: 20px 20px 40px;
  text-align: center;
  background-color: #FFF;
  border-radius: 8px;
}
.site-header .mobile_modal_window .modal_info__sns a:hover {
  opacity: 1;
}
.site-header .mobile_modal_window .modal_info__sns__icon {
  display: inline-block;
  width: 37px;
}
.site-header .mobile_modal_window .modal_info__sns__user {
  width: 100%;
  margin: 20px 0 16px;
}
.site-header .mobile_modal_window .modal_info__sns__txt {
  font-size: 15px;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}

.main_menu > .current-menu-item > a,
.main_menu > .current-menu-ancestor > a,
body.single-news .main_menu .menu_news > a {
  color: #4BADAA;
}

.telephone {
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  line-height: 1;
  letter-spacing: 0;
}
.telephone .__tel__txt {
  font-weight: 700;
}

.site-footer {
  background: linear-gradient(150deg, rgb(255, 244, 222) 0%, rgb(217, 244, 246) 39.29%);
}
@media screen and (min-width: 1025px) {
  .site-footer {
    padding: 32px 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 16px 0 30px;
  }
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_nav__title {
  margin-bottom: 1em;
}
.site-footer .footer_menu {
  display: flex;
  flex-direction: column;
}
.site-footer .footer_menu .menu-item {
  letter-spacing: 0.1em;
  line-height: 2.3;
  padding-left: 2.5em;
  border-left: 1px solid;
  position: relative;
}
.site-footer .footer_menu .menu-item::before {
  position: absolute;
  top: 0;
  left: 1.5em;
  content: "-";
}
.site-footer .footer_copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_nav {
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 7.6%;
         column-gap: 7.6%;
    margin-bottom: 60px;
  }
  .site-footer .footer_nav__col {
    flex-basis: 40%;
  }
  .site-footer .footer_nav__title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .site-footer .footer_menu {
    flex-wrap: wrap;
  }
  .site-footer .footer_menu.__menu1 {
    max-height: 160px;
  }
  .site-footer .footer_menu.__menu2 {
    max-height: 140px;
  }
  .site-footer .footer_menu .menu-item {
    font-size: clamp(14px, 1.17vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_nav {
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 34px;
  }
  .site-footer .footer_nav__col {
    flex-basis: 100%;
  }
  .site-footer .footer_nav__title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .site-footer .footer_menu .menu-item {
    font-size: 16px;
  }
}

.footer_banner {
  background-color: #FFF;
  border-top: 1px solid #4BADAA;
  position: relative;
}
.footer_banner__signature {
  display: flex;
}
.footer_banner__info {
  display: flex;
}
.footer_banner__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .footer_banner {
    padding-top: 73px;
    padding-bottom: 47px;
  }
  .footer_banner__signature {
    justify-content: center;
    align-items: center;
    -moz-column-gap: 3.4%;
         column-gap: 3.4%;
    margin-bottom: 54px;
  }
  .footer_banner__logo {
    flex-basis: 27%;
    flex-shrink: 0;
  }
  .footer_banner__address {
    width: -moz-max-content;
    width: max-content;
    flex-shrink: 0;
  }
  .footer_banner__address p {
    font-size: 17px;
    line-height: 1.75;
  }
  .footer_banner__address .__tel {
    padding-left: 1em;
  }
  .footer_banner__sns {
    flex-basis: 37px;
    flex-shrink: 0;
  }
  .footer_banner .banner__btns {
    margin-bottom: 36px;
  }
  .footer_banner__info {
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer_banner__map {
    flex-basis: 44.6%;
    flex-shrink: 0;
    height: 310px;
  }
  .footer_banner__hour {
    flex-basis: 52.2%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_banner {
    padding-top: 78px;
    padding-bottom: 40px;
  }
  .footer_banner__signature {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 23px;
         column-gap: 23px;
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .footer_banner__logo {
    flex-basis: 100%;
    max-width: 370px;
  }
  .footer_banner__address {
    flex-grow: 1;
  }
  .footer_banner__address p {
    font-size: 17px;
    line-height: 1.75;
  }
  .footer_banner__address .__tel {
    display: block;
  }
  .footer_banner__sns {
    flex-basis: 37px;
    flex-shrink: 0;
  }
  .footer_banner .banner__btns {
    margin-bottom: 36px;
  }
  .footer_banner__info {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
  .footer_banner__map {
    flex-basis: 100%;
    max-width: 700px;
    height: 57.33vw;
    max-height: 500px;
  }
  .footer_banner__hour {
    flex-basis: 100%;
    max-width: 700px;
  }
}

.button_totop {
  display: block;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2em;
  background-color: #FFF;
  font-size: 15px;
  line-height: 2;
  cursor: pointer;
}
@media (hover: hover) {
  .button_totop:hover {
    opacity: 1;
  }
}

.button_totop .totop_arrow {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 7px);
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  transform: rotate(-45deg);
}

.fixed-banner {
  position: fixed;
  right: 0;
  top: 112px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .fixed-banner {
    display: none;
  }
}
.fixed-banner .banner__btns {
  flex-direction: column;
  row-gap: 10px;
  height: calc(100vh - 112px);
  min-height: 690px;
}
.fixed-banner .banner__btn {
  flex: 1;
  width: clamp(50px, 4.86vw, 70px);
  max-height: 180px;
  border-radius: 10px 0 0 10px;
}
.fixed-banner .banner__btn .__btn__lead {
  display: none;
}
.fixed-banner .banner__btn a {
  display: block;
}
.fixed-banner .banner__btn .__btn__content {
  flex-direction: column;
  row-gap: 16px;
  height: 100%;
}
.fixed-banner .banner__btn.btn_web .__btn__icon {
  width: 27px;
}
.fixed-banner .banner__btn.btn_online .__btn__icon {
  width: 30px;
}
.fixed-banner .banner__btn.btn_vactin .__btn__icon {
  width: 27px;
}
.fixed-banner .banner__btn.btn_dial .__btn__icon {
  width: 35px;
}
.fixed-banner .banner__btn .__btn__txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  white-space: nowrap;
  font-size: clamp(10px, 1.86vh, 16px);
}

.top_mv {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    height: 37vw;
    max-height: 710px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    height: 125vw;
    z-index: 2;
  }
}
.top_mv .top_mv__slider {
  position: absolute;
  z-index: 1;
  height: 100%;
}
.top_mv .splide__track {
  overflow: visible;
  height: 100%;
}
.top_mv .splide__controls {
  width: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top_mv .splide__controls {
    width: 100px;
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.top_mv .splide__controls .splide__toggle {
  line-height: 0;
}
.top_mv .splide__controls .splide__toggle__play, .top_mv .splide__controls .splide__toggle__pause {
  width: 13px;
  vertical-align: initial;
  fill: #231815;
}
.top_mv .splide__controls .splide__pagination {
  position: static;
  padding: 0;
}
.top_mv .splide__controls .splide__pagination li {
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .top_mv .splide__controls .splide__pagination {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.top_mv .splide__controls .splide__pagination__page {
  width: 13px;
  height: 13px;
  background-color: #A6A6A7;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
  .top_mv .splide__controls .splide__pagination__page {
    margin-bottom: 0;
  }
}
.top_mv .splide__controls .splide__pagination__page.is-active {
  background-color: #4BADAA;
  transform: none;
}
.top_mv .top_mv__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .top_mv .top_mv__container {
    width: 95%;
    height: 100%;
    max-width: 1536px;
    min-width: 960px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv .top_mv__container {
    width: 90%;
  }
}
.top_mv .top_mv__catch1 {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1025px) {
  .top_mv .top_mv__catch1 {
    font-size: 2.8vw;
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv .top_mv__catch1 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 0.75em;
    font-size: clamp(28px, 7.4vw, 55px);
    line-height: 1.33;
  }
  .top_mv .top_mv__catch1 span {
    display: block;
  }
  .top_mv .top_mv__catch1 .__catch1__r1 {
    margin-left: -1em;
  }
  .top_mv .top_mv__catch1 .__catch1__r2 {
    margin-left: 1em;
  }
}
.top_mv .top_mv__catch2 {
  line-height: 1.65;
}
@media screen and (min-width: 1025px) {
  .top_mv .top_mv__catch2 {
    font-size: clamp(20px, 1.9vw, 26px);
  }
  .top_mv .top_mv__catch2 .__em {
    font-size: clamp(28px, 2.48vw, 34px);
  }
}
@media screen and (max-width: 1024px) {
  .top_mv .top_mv__catch2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: clamp(16px, 4.26vw, 20px);
  }
  .top_mv .top_mv__catch2 .__em {
    font-size: clamp(22px, 5.86vw, 28px);
  }
}

.top_nav {
  position: relative;
  z-index: 1;
  background-color: #DBF9F3;
}
@media screen and (min-width: 1025px) {
  .top_nav {
    max-width: 1536px;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    transform: translateY(-43px);
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .top_nav {
    width: 100%;
    padding: 65px 0;
  }
}
.top_nav_container {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .top_nav_container {
    width: 100%;
    transform: translateY(-30px);
  }
}
@media screen and (max-width: 1024px) {
  .top_nav_container {
    width: 88%;
  }
}
.top_nav_wrap {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top_nav_wrap {
    justify-content: center;
    -moz-column-gap: 2.15%;
         column-gap: 2.15%;
  }
}
@media screen and (max-width: 1024px) {
  .top_nav_wrap {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 45px;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
.top_nav_item {
  position: relative;
  background-color: #FFF;
  border-radius: 20px;
}
.top_nav_item a {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top_nav_item {
    flex-basis: 22.1%;
  }
  .top_nav_item a {
    padding: 65px 16px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top_nav_item {
    flex-basis: 100%;
    max-width: 410px;
    min-width: 0;
  }
  .top_nav_item a {
    padding: 66px 0 35px;
  }
}
.top_nav_title {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .top_nav_title {
    font-size: clamp(22px, 1.9vw, 26px);
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .top_nav_title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.top_nav_text {
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .top_nav_text {
    padding: 0 1em;
  }
}
.top_nav_fig {
  width: 100%;
  aspect-ratio: 306/160;
  margin-bottom: 20px;
}
.top_nav_icon {
  width: 68px;
  height: 68px;
  position: absolute;
  top: -25px;
  left: calc(50% - 34px);
  background: center/contain no-repeat;
}

.top_section {
  position: relative;
  z-index: 1;
}

.top_h2__lg {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 18px;
}
.top_h2__sm {
  font-size: 14px;
  font-weight: 500;
}
.top_h2 span {
  display: block;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .top_news {
    padding: 74px 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding: 50px 0;
  }
}
.top_news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 30px 17px 42px;
  border-bottom: 1px solid #4BADAA;
}
@media screen and (max-width: 1024px) {
  .top_news__head {
    display: block;
    padding: 0 0 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_news__head .top_news__h2 {
    display: flex;
    align-items: center;
  }
}
.top_news__head .top_h2__lg {
  display: inline-block;
  font-size: 36px;
  text-align: left;
  vertical-align: middle;
  margin-right: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .top_news__head .top_h2__lg {
    display: block;
    margin-bottom: 10px;
  }
}
.top_news__head .top_h2__sm {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .top_news__head .top_h2__sm {
    display: block;
    margin-bottom: 10px;
  }
}
.top_news__head__btn {
  width: 168px;
  background-color: #E7E7E7;
  border-radius: 15px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top_news__head__btn {
    display: block;
  }
}

.news_archive {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .news_archive {
    width: 100%;
  }
}
.news_archive_article {
  width: 100%;
  height: 75px;
  margin-bottom: 12px;
  background-color: #F7F7F7;
  border-radius: 38px;
  overflow: hidden;
}
.news_archive_article:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .news_archive_article {
    height: 98px;
    border-radius: 49px;
  }
}
.news_archive_article a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 38px;
}
@media screen and (max-width: 1024px) {
  .news_archive_article a {
    display: block;
    padding: 14px 24px;
  }
}
@media (hover: hover) {
  .news_archive_article a:hover {
    opacity: 1;
    background-color: #DBF9F3;
  }
}
.news_archive .news_article_cat {
  width: 128px;
  flex-shrink: 0;
  background-color: #FFF;
  border-radius: 15px;
  color: #4BADAA;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 0;
  margin-right: 2.5%;
}
@media screen and (max-width: 1024px) {
  .news_archive .news_article_cat {
    display: inline-block;
    vertical-align: middle;
  }
}
.news_archive .news_article_date {
  width: 100px;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .news_archive .news_article_date {
    display: inline-block;
    vertical-align: middle;
  }
}
.news_archive .news_article_title {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .news_archive .news_article_title {
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive .news_article_title {
    margin-top: 12px;
  }
}
.news_archive .news_article_title span {
  display: inline-block;
  position: relative;
}
.news_archive .news_article_arrow {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  margin-left: 1em;
  border: 1px solid #231815;
}
@media screen and (max-width: 1024px) {
  .news_archive .news_article_arrow {
    display: none;
  }
}
.news_archive .news_article_arrow svg {
  fill: #231815;
}

.top_guide_top {
  position: relative;
  padding: 40px 0 100px;
}
@media screen and (max-width: 1024px) {
  .top_guide_top {
    padding: 50px 0 48px;
  }
}
.top_guide_top_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/top_guide_bg.webp") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .top_guide_top_bg {
    background-image: url("../images/top_guide_bg_sp.webp");
  }
}

.top_guide_container {
  width: 92%;
  max-width: 1578px;
  min-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .top_guide_container {
    width: 88%;
  }
}
@media screen and (max-width: 1024px) {
  .top_guide_container {
    width: 90%;
    min-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .top_guide_container {
    min-width: 0;
  }
}

.top_guide_wrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1%;
       column-gap: 1%;
  row-gap: 34px;
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .top_guide_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .top_guide_wrap {
    margin-top: 50px;
  }
}

.top_guide {
  flex-basis: 18.7%;
  flex-shrink: 0;
  height: 418px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(155, 155, 155, 0.75);
}
@media screen and (max-width: 1366px) {
  .top_guide {
    min-width: 295px;
  }
}
.top_guide_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  background-color: #FFF;
  padding: 48px 14px 30px;
}
.top_guide_link::before {
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4BADAA;
  content: "";
}
@media (hover: hover) {
  .top_guide_link:hover {
    opacity: 1;
    background-image: linear-gradient(150deg, rgb(255, 246, 237) 0%, rgb(218, 243, 227) 94.2%);
  }
}
.top_guide_title {
  text-align: center;
  white-space: nowrap;
}
.top_guide_title_large {
  display: block;
  font-size: 27px;
  margin-bottom: 1em;
}
.top_guide_title_small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.top_guide_icon {
  flex-grow: 1;
  width: auto;
  transform: scale(0.5);
}
.top_guide_text {
  min-height: 5.4em;
  margin-bottom: 1em;
  padding: 0 0.5em;
  line-height: 1.8;
  letter-spacing: 0;
}
.top_guide_text span {
  display: inline-block;
}
.top_guide_more {
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #CDCECE;
  text-align: center;
}
.top_guide_more p {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.top_guide_more_text {
  font-size: 15px;
}
.top_guide_more_arrow {
  background-color: #4BADAA;
}

.top_guide_gallarey {
  display: flex;
  width: 100%;
  height: 16.4vw;
}
@media screen and (max-width: 1024px) {
  .top_guide_gallarey {
    flex-wrap: wrap;
    height: auto;
  }
}
.top_guide_gallarey img {
  flex-basis: 25%;
  flex-shrink: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top_guide_gallarey img {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 1025px) {
  #top-feature .top_feature_container {
    padding-top: 100px;
    min-width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature_container {
    padding-top: 58px;
  }
}
#top-feature .js-scrollable {
  z-index: 1;
}
#top-feature .top_feature__bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DBF9F3;
  content: "";
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  #top-feature .top_feature__bg {
    height: 524px;
  }
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature__bg {
    height: 340px;
  }
}
@media screen and (min-width: 1025px) {
  #top-feature .top_feature__signature {
    position: absolute;
    z-index: 1;
    right: 2%;
    top: calc(100% - 170px);
  }
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature__signature {
    display: none;
  }
}
#top-feature .top_feature_wrap {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #top-feature .top_feature_wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature_wrap {
    padding-bottom: 62px;
  }
}
#top-feature .top_feature_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 70px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  #top-feature .top_feature_flex {
    justify-content: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature_flex {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
#top-feature .top_feature_flex + .scroll-hint-icon-wrap {
  z-index: 1;
}
#top-feature .top_feature {
  flex-shrink: 0;
  padding-bottom: 2em;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 6px #A7CEC1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  #top-feature .top_feature {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature {
    flex-basis: 330px;
  }
}
#top-feature .top_feature_head {
  position: absolute;
  top: -34px;
  left: 26px;
}
#top-feature .top_feature_head span {
  display: block;
  color: #4BADAA;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}
#top-feature .top_feature_head .feature_num {
  font-size: 53px;
  font-weight: 600;
  font-style: italic;
}
#top-feature .top_feature_fig {
  width: 100%;
  height: 215px;
  margin-bottom: 30px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#top-feature .top_feature_title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1.54;
  margin-bottom: 1em;
  min-height: 3.1em;
}
#top-feature .top_feature_title em {
  color: #4BADAA;
}
#top-feature .top_feature_text {
  width: 81%;
  margin: 0 auto;
  line-height: 1.84;
  letter-spacing: 0;
}
#top-feature .top_feature_logo {
  display: block;
  position: absolute;
  right: 18px;
  bottom: 40px;
  z-index: 1;
}
#top-feature .top_feature_nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.3%;
       column-gap: 2.3%;
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature_nav {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
#top-feature .top_feature_nav .top_feature_link {
  flex-basis: 47.5%;
  flex-shrink: 0;
  position: relative;
  padding: 48px 0 48px 10.3%;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature_nav .top_feature_link {
    flex-basis: 100%;
    max-width: 650px;
  }
}
#top-feature .top_feature_nav .top_feature_link:hover {
  opacity: 0.7;
}
#top-feature .top_feature_nav .top_feature_link a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#top-feature .top_feature_nav .top_feature_link::after {
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 20px;
  content: "";
}
#top-feature .top_feature_nav .top_feature_link_body {
  position: relative;
  z-index: 2;
}
#top-feature .top_feature_nav .top_feature_link_title {
  position: relative;
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
  text-shadow: 3px 3px 3px #2E2B30;
  margin-bottom: 40px;
}
#top-feature .top_feature_nav .top_feature_link_title::after {
  display: block;
  width: 53px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: #FFF;
  content: "";
}
#top-feature .top_feature_nav .top_feature_link_text {
  width: 80%;
  color: #FFF;
  font-size: 15px;
  line-height: 1.72;
  text-shadow: 3px 3px 3px #2E2B30;
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature_nav .top_feature_link_text {
    width: 100%;
    padding-right: 1em;
  }
}
#top-feature .top_feature_nav .top_feature_link_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#top-feature .top_feature_nav .top_feature_link_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-feature .top_feature_nav .top_feature_link::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
}
#top-feature .top_feature_nav .top_feature_link .link_arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 40px;
  background-color: #FFF;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  #top-feature .top_feature_nav .top_feature_link .link_arrow {
    display: none;
  }
}
#top-feature .top_feature_nav .top_feature_link .link_arrow svg {
  width: 8px;
  height: 10px;
  fill: #4BADAA;
}
#top-feature .top_feature_nav .btn_purple::before {
  background-color: rgba(131, 7, 128, 0.8);
}
#top-feature .top_feature_nav .btn_green::before {
  background-color: rgba(0, 117, 136, 0.85);
}

.top_message__h2 {
  margin-bottom: 1.5em;
}
.top_message__lead {
  margin-bottom: 1em;
}
.top_message__txt {
  line-height: 2.46;
}
@media screen and (min-width: 1025px) {
  .top_message .container {
    z-index: 2;
  }
  .top_message__content {
    width: 62%;
    padding: 90px 0 100px;
  }
  .top_message__h2 {
    font-size: 18px;
  }
  .top_message__lead {
    font-size: 48px;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  .top_message__lead span {
    display: inline-block;
  }
  .top_message__txt {
    margin-bottom: 35px;
  }
  .top_message__txt i {
    font-size: 20px;
    line-height: 1;
  }
  .top_message__img {
    bottom: 0;
    right: 0;
    width: 54%;
    height: 100%;
    max-height: 614px;
    position: absolute;
    z-index: 1;
  }
  .top_message__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_message__blur {
    width: 57%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(90deg, #FFF 0%, #FFF 87%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 1024px) {
  .top_message__content {
    width: 100%;
    padding: 54px 0 0px;
  }
  .top_message__h2 {
    font-size: 18px;
  }
  .top_message__lead {
    font-size: 34px;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .top_message__lead span {
    display: block;
  }
  .top_message__lead span:last-child {
    padding-left: 2em;
  }
  .top_message__txt {
    margin-bottom: 35px;
  }
  .top_message__txt i {
    font-size: 20px;
    line-height: 1;
  }
  .top_message__img {
    width: 100%;
  }
  .top_message__blur {
    display: none;
  }
  .top_message .link_button {
    margin-inline: auto;
  }
}

.top_recruit {
  position: relative;
}
.top_recruit__bg {
  height: 100%;
}
.top_recruit__container .top_h2 {
  position: relative;
}
.top_recruit__container .top_h2__lg {
  font-size: 42px;
}
.top_recruit__h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
}
.top_recruit__h2 img {
  width: 100%;
}
.top_recruit__txt {
  line-height: 2.34;
  letter-spacing: 0;
}
.top_recruit .link_button {
  margin-inline: auto;
}
.top_recruit__galleryClip img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .top_recruit__bg {
    width: 57%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(270deg, rgb(219, 251, 243) 0%, rgb(219, 251, 243) 87%, rgba(219, 251, 243, 0) 100%);
  }
  .top_recruit__container {
    position: relative;
    z-index: 2;
    width: 52%;
    margin-left: auto;
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .top_recruit__h2 {
    width: 535px;
    top: -50%;
  }
  .top_recruit__txt {
    width: 85%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-inline: auto;
  }
  .top_recruit__txt span {
    display: inline-block;
  }
  .top_recruit__gallery {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .top_recruit__galleryClip {
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .top_recruit__bg {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #DBF9F3;
  }
  .top_recruit__container {
    width: 90%;
    margin-inline: auto;
    position: relative;
    z-index: 1;
    padding-top: 68px;
  }
  .top_recruit__h2 {
    width: 305px;
    top: -22px;
  }
  .top_recruit__txt {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-inline: auto;
  }
  .top_recruit__gallery {
    position: relative;
    z-index: 1;
    margin-top: 40px;
  }
  .top_recruit__galleryClip {
    width: 100%;
    height: 32.5vw;
  }
}

.top_access {
  background: url("../images/top_access_bg.png") repeat;
}
.top_access__container {
  display: flex;
}
.top_access__signature {
  display: flex;
}
.top_access__call {
  display: flex;
}
.top_access__map iframe {
  width: 100%;
  height: 100%;
}
.top_access__info .link_button {
  width: 266px;
}
@media screen and (min-width: 1025px) {
  .top_access {
    padding: 65px 0;
  }
  .top_access__container {
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 4.6%;
         column-gap: 4.6%;
    margin-block: 40px;
  }
  .top_access__info {
    flex-basis: 38%;
    min-width: 430px;
  }
  .top_access__signature {
    align-items: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-bottom: 16px;
  }
  .top_access__logo {
    flex-basis: 61%;
    flex-shrink: 0;
  }
  .top_access__call {
    align-items: center;
    -moz-column-gap: 3%;
         column-gap: 3%;
    margin-bottom: 30px;
  }
  .top_access__call__tel .__tel__icon {
    width: 16%;
  }
  .top_access__call__tel .__tel__txt {
    font-size: clamp(26px, 2.22vw, 32px);
  }
  .top_access__hours {
    flex-basis: 52.2%;
  }
  .top_access__map {
    height: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .top_access {
    padding: 40px 0 60px;
  }
  .top_access__container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    margin-block: 30px;
  }
  .top_access__info {
    flex-basis: 100%;
    max-width: 520px;
  }
  .top_access__signature {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
  }
  .top_access__logo {
    flex-basis: 100%;
    max-width: 320px;
  }
  .top_access__address {
    flex-basis: 100%;
    text-align: center;
  }
  .top_access__address br {
    display: none;
  }
  .top_access__call {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
  }
  .top_access__call__lead {
    flex-basis: 100%;
    text-align: center;
  }
  .top_access__call__lead br {
    display: none;
  }
  .top_access__call__tel {
    flex-basis: 100%;
    justify-content: center;
  }
  .top_access__call .__tel__icon {
    width: 43px;
  }
  .top_access__call .__tel__txt {
    font-size: 32px;
  }
  .top_access__hours {
    flex-basis: 100%;
  }
  .top_access__map {
    max-width: 520px;
    height: 215px;
    margin-inline: auto;
  }
  .top_access .link_button {
    margin-inline: auto;
  }
}

.top_sns__container {
  margin-inline: auto;
  border-radius: 8px;
  background-image: linear-gradient(to right, #F0B253 0%, #E4203E 32%, #A9299A 64%, #5342C8 100%);
  padding: 2px;
  overflow: hidden;
}
.top_sns__wrap {
  display: flex;
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  overflow: hidden;
}
.top_sns__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_sns__txt {
  text-align: center;
  line-height: 1.5;
}
.top_sns__txt span {
  display: inline-block;
}
.top_sns__img {
  display: flex;
  flex-wrap: wrap;
}
.top_sns__img img {
  flex-basis: 50%;
  aspect-ratio: 133/100;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .top_sns__wrap:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .top_sns {
    padding: 43px 0 84px;
  }
  .top_sns__container {
    width: 741px;
    height: 200px;
  }
  .top_sns__wrap {
    height: 100%;
    flex-direction: row-reverse;
  }
  .top_sns__img {
    flex-basis: 267px;
    flex-shrink: 0;
  }
  .top_sns__content {
    flex-grow: 1;
  }
  .top_sns__icon {
    width: 38px;
    margin-bottom: 18px;
  }
  .top_sns__user {
    width: 332px;
  }
}
@media screen and (max-width: 1024px) {
  .top_sns {
    padding: 30px 0 70px;
  }
  .top_sns__container {
    width: 90%;
    max-width: 740px;
  }
  .top_sns__wrap {
    flex-wrap: wrap;
  }
  .top_sns__img {
    flex-basis: 100%;
  }
  .top_sns__content {
    flex-basis: 100%;
    padding: 20px 0;
  }
  .top_sns__icon {
    width: 38px;
    margin-bottom: 18px;
  }
  .top_sns__user {
    width: 310px;
  }
}

.page_header {
  position: relative;
}
.page_header__container {
  display: flex;
  align-items: center;
  height: 100%;
}
.page_header__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
.page_header__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.page_header__signature {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_header {
    height: 330px;
  }
  .page_header__container {
    padding-left: 10%;
  }
  .page_header__bg {
    width: 38.4%;
  }
  .page_header__signature {
    width: 14%;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    height: 104px;
  }
  .page_header__bg {
    width: 43.4%;
  }
  .page_header__signature {
    width: 26.66%;
    max-width: 192px;
  }
}

@media screen and (min-width: 1025px) {
  .page_content {
    padding: 80px 0 200px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content {
    padding: 40px 0 100px;
  }
}

.page_h1 {
  position: relative;
  z-index: 1;
}
.page_h1__ja, .page_h1__en {
  display: block;
  line-height: 1;
}
.page_h1__ja {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .page_h1__ja {
    font-size: 42px;
  }
  .page_h1__en {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1__ja {
    font-size: 20px;
  }
  .page_h1__en {
    font-size: 14px;
  }
}

.page_h2 {
  position: relative;
  margin-bottom: 1em;
  line-height: 1.32;
}
.page_h2::before {
  display: block;
  height: 6px;
  background-color: #4BADAA;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: calc(0.66em - 1.5px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    font-size: 30px;
    padding-left: 65px;
  }
  .page_h2::before {
    width: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    font-size: 22px;
    padding-left: 50px;
  }
  .page_h2::before {
    width: 25px;
  }
}

.page_h3 {
  position: relative;
  background-color: #DBF9F3;
  overflow: hidden;
}
.page_h3::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/page/h3_icon.png") center/contain no-repeat;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    padding-left: 100px;
    font-size: 22px;
    line-height: 30px;
    padding-block: 30px;
    margin-bottom: 50px;
  }
  .page_h3::before {
    width: 85px;
    height: 87px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    padding-left: 60px;
    font-size: 20px;
    line-height: 24px;
    padding-block: 18px;
    margin-bottom: 25px;
  }
  .page_h3::before {
    width: 55px;
    height: 57px;
  }
}

@media screen and (min-width: 1025px) {
  .page_inner {
    width: 90%;
    margin-inline: auto;
    max-width: 1225px;
    min-width: 940px;
  }
}

@media screen and (min-width: 1025px) {
  .page_indent {
    padding-left: 90px;
  }
}

/**/
.page_2col {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_2col {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .page_2col .main_col {
    flex-grow: 1;
  }
  .page_2col .side_col {
    flex-basis: 35%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_2col {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .page_2col .main_col {
    flex-basis: 100%;
  }
  .page_2col .side_col {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar_container {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1025px) {
  .sidebar_content {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar_content {
    width: 100%;
    max-width: 900px;
    min-width: 340px;
    margin: 0 auto 30px;
  }
}

.sidebar_h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 14px;
  border-bottom: 3px solid #F4F4F4;
}

.sidebar_article {
  border-bottom: 1px solid #F4F4F4;
  padding: 10px 0 16px;
  font-size: 16px;
  padding-bottom: 38px;
}
.sidebar_article:last-child {
  border-bottom: none;
}
.sidebar_article_title {
  font-size: 18px;
  line-height: 1.33;
}
.sidebar_article_date {
  font-weight: 400;
}

.sidebar_category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar_category .news_cat__name {
  background-color: #D5D5D5;
  padding: 0 1em;
  border-radius: 6px;
  font-size: 12px;
  line-height: 2;
}

.sidebar_select {
  width: 100%;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.sidebar_select__wrap {
  border: 1px solid #A9A9A9;
  position: relative;
}
.sidebar_select__wrap::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 14px;
  top: calc(50% - 4px);
  z-index: 1;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  transform: rotate(45deg);
  content: "";
}

/**/
@media screen and (min-width: 1025px) {
  .page_section {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .page_section {
    padding-bottom: 75px;
  }
}

.page_col {
  display: flex;
  align-items: flex-start;
}
.page_col .page_col__fig {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.page_col .page_col__fig img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .page_col .page_col__body {
    flex-grow: 1;
    padding: 0 65px;
  }
  .page_col .page_col__fig {
    flex-basis: 47.2%;
    flex-shrink: 0;
  }
  .page_col + .page_h3 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    flex-wrap: wrap;
    row-gap: 23px;
  }
  .page_col .page_col__txt {
    flex-basis: 100%;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.33;
  }
  .page_col .page_col__img {
    flex-basis: 100vw;
    flex-shrink: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page_col .page_col__img .page_scroll {
    left: calc(50% - 1px);
    top: calc(100% - 31px);
  }
  .page_col + .page_h3 {
    margin-top: 50px;
  }
}

.page_txtcol {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_txtcol {
    justify-content: space-between;
    align-items: flex-start;
  }
  .page_txtcol__block {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_txtcol {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .page_txtcol__block {
    flex-basis: 100%;
    max-width: 700px;
  }
}

/**/
.page-ld__about_diabetes__lead {
  position: relative;
  line-height: 2;
}
.page-ld__about_diabetes__lead::before {
  display: block;
  width: 67px;
  height: 60px;
  position: absolute;
  top: 0;
  background: url("../images/icons/icon_diabetes.webp") center/contain no-repeat;
  content: "";
}
.page-ld__about_diabetes__list {
  background-color: #FFF3F6;
  border-radius: 8px;
  padding: 22px;
  margin-block: 20px;
}
.page-ld__about_diabetes__list li {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  line-height: 2;
}
.page-ld__about_diabetes__list li:first-child {
  margin-bottom: 1em;
}
.page-ld__about_diabetes__list li::before {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(1em - 13px);
  left: 0;
  background: url("../images/icons/icon_check.svg") center/contain no-repeat;
  content: "";
}
.page-ld__element {
  background: linear-gradient(150deg, rgb(255, 244, 230) 0%, rgb(217, 244, 246) 89.73%);
  border-radius: 12px;
}
.page-ld__element__item {
  display: flex;
  background-color: #FFF;
  border-radius: 8px;
}
.page-ld__element__item.--arrow {
  position: relative;
  margin-bottom: 50px;
}
.page-ld__element__item.--arrow::after {
  display: block;
  width: 86px;
  height: 28px;
  position: absolute;
  top: 100%;
  left: calc(50% - 43px);
  background-color: #4BADAA;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.page-ld__element__item__step {
  flex-basis: 55px;
  flex-shrink: 0;
}
.page-ld__element__item__step .__step__txt, .page-ld__element__item__step .__step__num {
  display: block;
  text-align: center;
}
.page-ld__element__item__step .__step__txt {
  line-height: 1;
}
.page-ld__element__item__step .__step__num {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 55px;
  font-size: 26px;
}
.page-ld__element__item__step .__step__num i {
  position: relative;
}
.page-ld__element__item__step .__step__num i::after {
  position: absolute;
  right: -0.25em;
  content: ".";
}
.page-ld__element__item__ttl {
  margin-bottom: 0.5em;
  line-height: 1;
}
.page-ld__feature {
  position: relative;
}
.page-ld__feature__bg {
  width: 100%;
  background-color: #DBF9F3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-ld__feature__sign {
  display: block;
  position: absolute;
}
.page-ld__features {
  display: flex;
}
.page-ld__features__item {
  background-color: #FFF;
  box-shadow: 0 0 6px #A7CEC1;
  border-radius: 20px;
  position: relative;
}
.page-ld__features__item__head {
  position: absolute;
  font-style: italic;
}
.page-ld__features__item__head .__head__num, .page-ld__features__item__head .__head__txt {
  display: block;
  text-align: center;
}
.page-ld__features__item__head .__head__num {
  font-weight: 600;
  line-height: 1;
}
.page-ld__features__item__head .__head__txt {
  font-size: 15px;
}
.page-ld__features__item__h3 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page-ld__conclude {
  display: flex;
}
.page-ld__conclude__fig {
  border-radius: 20px;
  overflow: hidden;
}
.page-ld__conclude__fig img {
  width: 100%;
}
.page-ld__conclude__list li {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0.5em;
}
.page-ld__conclude__list li::before {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(1em - 13px);
  left: 0;
  background: url("../images/icons/icon_check.svg") center/contain no-repeat;
  content: "";
}
.page-ld__about_nephrology {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page-ld__about_diabetes__lead::before {
    left: -90px;
  }
  .page-ld__about_diabetes__list li {
    font-size: 18px;
  }
  .page-ld__element {
    padding: 3.4% 7.5%;
    margin-bottom: 100px;
  }
  .page-ld__element__item {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    padding: 24px 35px;
  }
  .page-ld__element__item__block {
    flex-grow: 1;
  }
  .page-ld__element__item__ttl {
    font-size: 24px;
  }
  .page-ld__feature {
    padding-bottom: 90px;
    margin-bottom: 100px;
  }
  .page-ld__feature__bg {
    height: 310px;
  }
  .page-ld__feature__sign {
    width: 246px;
    right: 4%;
    top: calc(50% - 123px);
  }
  .page-ld__features {
    justify-content: space-between;
    margin-top: 80px;
  }
  .page-ld__features__item {
    flex-basis: 30%;
    flex-shrink: 0;
    padding: 60px 3.6% 30px;
  }
  .page-ld__features__item__h3 {
    font-size: 26px;
    min-height: 3em;
  }
  .page-ld__features__item__head {
    left: 25px;
    top: -34px;
  }
  .page-ld__features__item__head .__head__num {
    font-size: 53px;
  }
  .page-ld__conclude {
    align-items: flex-start;
    -moz-column-gap: 2.7%;
         column-gap: 2.7%;
  }
  .page-ld__conclude__fig {
    flex-basis: 41.7%;
    flex-shrink: 0;
  }
  .page-ld__conclude__content {
    flex-grow: 1;
  }
  .page-ld__conclude__list {
    margin-bottom: 40px;
  }
  .page-ld__conclude__list li {
    font-size: 18px;
  }
  .page-ld__about_nephrology {
    width: 900px;
    min-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .page-ld__about_diabetes__lead {
    padding-left: 74px;
  }
  .page-ld__about_diabetes__lead::before {
    left: 0;
  }
  .page-ld__about_diabetes__list li {
    font-size: 16px;
  }
  .page-ld__element {
    padding: 30px 5%;
    margin-bottom: 50px;
  }
  .page-ld__element__item {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    padding: 20px 20px;
  }
  .page-ld__element__item__block {
    flex-basis: 100%;
  }
  .page-ld__element__item__ttl {
    font-size: 20px;
  }
  .page-ld__feature {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .page-ld__feature__bg {
    height: 50%;
  }
  .page-ld__feature__sign {
    display: none;
  }
  .page-ld__features {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
    margin-top: 60px;
    max-width: 500px;
    margin-inline: auto;
  }
  .page-ld__features__item {
    flex-basis: 100%;
    max-width: 410px;
    padding: 40px 3.6% 20px;
  }
  .page-ld__features__item__h3 {
    font-size: 20px;
  }
  .page-ld__features__item__head {
    left: 20px;
    top: -20px;
  }
  .page-ld__features__item__head .__head__num {
    font-size: 32px;
  }
  .page-ld__conclude {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .page-ld__conclude__fig {
    flex-basis: 100%;
  }
  .page-ld__conclude__content {
    flex-basis: 100%;
  }
  .page-ld__conclude__list {
    margin-bottom: 30px;
  }
  .page-ld__conclude__list li {
    font-size: 16px;
  }
}

.page_dial__about {
  margin-bottom: 50px;
}

.page_cta {
  background-color: #DBF9F3;
  margin-inline: auto;
}
.page_cta__h2 {
  position: relative;
  text-align: center;
}
.page_cta__h2::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #4BADAA;
  content: "";
}
.page_cta__h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #DBF9F3;
}
.page_cta__wrap {
  display: flex;
}
.page_cta__fig img {
  width: 100%;
}
.page_cta__contact {
  display: flex;
}
.page_cta__tel__note {
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .page_cta {
    width: 90%;
    max-width: 1200px;
    border-radius: 73px 0 73px 0;
    padding: 50px 3.38% 60px;
  }
  .page_cta__h2 {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .page_cta__h2 span {
    padding-inline: 2em;
  }
  .page_cta__h2::before {
    top: calc(50% - 0.5px);
  }
  .page_cta__wrap {
    align-items: flex-start;
    -moz-column-gap: 5%;
         column-gap: 5%;
    width: 90%;
    margin-inline: auto;
  }
  .page_cta__fig {
    flex-basis: 27.2%;
    flex-shrink: 0;
  }
  .page_cta__content {
    flex-grow: 1;
  }
  .page_cta__contact {
    -moz-column-gap: 5%;
         column-gap: 5%;
    align-items: center;
    margin-top: 30px;
  }
  .page_cta__call .__tel__icon {
    width: 12.7%;
  }
  .page_cta__call .__tel__txt {
    font-size: 32px;
  }
  .page_cta__btn {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 1024px) {
  .page_cta {
    width: 90%;
    max-width: 900px;
    border-radius: 73px 0 73px 0;
    padding: 40px 5% 20px;
  }
  .page_cta__h2 {
    font-size: 24px;
    padding-bottom: 1em;
    margin-bottom: 30px;
  }
  .page_cta__h2 span {
    padding-inline: 1em;
  }
  .page_cta__h2::before {
    top: 100%;
  }
  .page_cta__wrap {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    width: 100%;
  }
  .page_cta__fig {
    flex-basis: 225px;
  }
  .page_cta__content {
    flex-basis: 100%;
  }
  .page_cta__contact {
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 5%;
         column-gap: 5%;
    justify-content: center;
    margin-top: 20px;
  }
  .page_cta__tel {
    flex-basis: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .page_cta__call .__tel__icon {
    width: 43px;
  }
  .page_cta__call .__tel__txt {
    font-size: 32px;
  }
  .page_cta__tel__note span {
    display: block;
  }
}

/**/
.doctor_col {
  position: relative;
}
.doctor_col__ttl {
  line-height: 1.5;
  letter-spacing: 0;
}
.doctor_col__fig {
  position: relative;
  z-index: 2;
}
.doctor_col__fig figure {
  border-radius: 20px;
  overflow: hidden;
}
.doctor_col__figcaption {
  text-align: right;
}
.doctor_col__figcaption em {
  margin-left: 1em;
}
.doctor_col__content {
  position: relative;
  z-index: 1;
}
.doctor_col__content p {
  line-height: 2.4;
}
.doctor_col__content::before {
  display: block;
  position: absolute;
  z-index: 1;
  background: linear-gradient(150deg, rgb(255, 244, 230) 0%, rgb(217, 244, 246) 89.73%);
  opacity: 0.6;
  content: "";
}
.doctor_col__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .doctor_col {
    margin-bottom: 70px;
  }
  .doctor_col__fig {
    width: 47%;
    position: absolute;
    top: 0;
    right: 3.5%;
  }
  .doctor_col__content {
    width: 50%;
    padding-inline: 2.2%;
  }
  .doctor_col__content::before {
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    border-radius: 12px;
  }
  .doctor_col__ttl {
    padding-inline: 2.2%;
    font-size: 24px;
    margin-bottom: 30px;
    padding-top: 50px;
    width: 50%;
  }
  .doctor_col__ttl span {
    display: inline-block;
  }
  .doctor_col__txt {
    padding: 65px 0 90px;
  }
  .doctor_col__figcaption em {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .doctor_col {
    margin-bottom: 50px;
  }
  .doctor_col__fig {
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .doctor_col__content {
    padding-bottom: 40px;
  }
  .doctor_col__content::before {
    width: 100vw;
    height: 168%;
    bottom: 0;
    left: calc(50% - 50vw);
  }
  .doctor_col__ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .doctor_col__figcaption em {
    font-size: 24px;
  }
}

.doctor_col--2 {
  display: flex;
  position: relative;
}
.doctor_col--2__fig, .doctor_col--2__content {
  position: relative;
  z-index: 1;
}
.doctor_col--2__fig {
  border-radius: 20px;
  overflow: hidden;
}
.doctor_col--2__content p {
  line-height: 2.4;
}
.doctor_col--2__signature {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .doctor_col--2 {
    width: 90%;
    margin-inline: auto;
    -moz-column-gap: 3%;
         column-gap: 3%;
    align-items: flex-start;
  }
  .doctor_col--2__fig {
    flex-basis: 41%;
    flex-shrink: 0;
  }
  .doctor_col--2__content {
    flex-grow: 1;
  }
  .doctor_col--2__signature {
    width: 20%;
    bottom: -90px;
  }
}
@media screen and (max-width: 1024px) {
  .doctor_col--2 {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
  }
  .doctor_col--2__fig, .doctor_col--2__content {
    flex-basis: 100%;
    max-width: 600px;
  }
  .doctor_col--2__signature {
    width: 272px;
    bottom: -74px;
  }
}

.page_separator {
  height: 1px;
  background-color: #CDCECE;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_separator {
    width: 983px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .page_separator {
    width: 75%;
    max-width: 600px;
    margin-bottom: 50px;
  }
}

.doctor_profile {
  display: flex;
  flex-wrap: wrap;
}
.doctor_profile__ttl {
  width: 6em;
  padding-bottom: 1em;
  border-bottom: 2px solid #4BADAA;
  margin-bottom: 2em;
}
.doctor_profile__list {
  padding-left: 1.5em;
}
.doctor_profile__list li span {
  display: inline-block;
  width: 120px;
}
@media screen and (min-width: 1025px) {
  .doctor_profile {
    width: 85%;
    min-width: 900px;
    margin-inline: auto;
    justify-content: space-between;
    row-gap: 70px;
    margin-top: 70px;
  }
  .doctor_profile__block {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .doctor_profile__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .doctor_profile {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    justify-content: center;
    row-gap: 50px;
    margin-top: 50px;
  }
  .doctor_profile__block {
    flex-basis: 100%;
  }
  .doctor_profile__ttl {
    font-size: 16px;
  }
}

/**/
.page_vac__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-inline: auto;
}
.page_vac__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFCE6;
  border-radius: 8px;
}
@media screen and (min-width: 1025px) {
  .page_vac__list {
    width: 840px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 24px;
    margin-block: 50px;
  }
  .page_vac__list li {
    flex-basis: 400px;
    height: 80px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_vac__list {
    width: 100%;
    max-width: 640px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 24px;
    margin-block: 50px;
  }
  .page_vac__list li {
    flex-basis: 300px;
    height: 60px;
    font-size: 16px;
  }
}

.page_vac__caution {
  background-color: #FFFCE6;
}
.page_vac__caution li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.page_vac__caution li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: "◆";
}
@media screen and (min-width: 1025px) {
  .page_vac__caution {
    width: 90%;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page_vac__caution {
    padding: 30px;
  }
}

/**/
.page_check__list {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_check__list {
    width: 730px;
  }
}
@media screen and (max-width: 1024px) {
  .page_check__list {
    width: 100%;
    max-width: 730px;
    margin-top: 70px;
  }
}
.page_check__item {
  border: 1px solid #EF6D63;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .page_check__item {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page_check__item {
    padding: 20px 20px;
  }
}
.page_check__ttl {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.page_check__ttl::before {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(1em - 13px);
  left: 0;
  background: url("../images/icons/icon_check.svg") center/contain no-repeat;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_check__ttl {
    font-size: 18px;
  }
}
.page_check__txt {
  letter-spacing: 0;
}
.page_check__illust {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .page_check__illust {
    bottom: 0;
  }
  .page_check__illust.--left {
    width: 102px;
    right: 105%;
  }
  .page_check__illust.--right {
    width: 140px;
    left: 105%;
  }
}
@media screen and (max-width: 1024px) {
  .page_check__illust {
    height: 70px;
    bottom: 100%;
  }
  .page_check__illust.--left {
    width: 70px;
    left: 0;
  }
  .page_check__illust.--right {
    width: 100px;
    right: 0;
  }
  .page_check__illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

/**/
@media screen and (min-width: 1025px) {
  .page_acc__block {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_acc__block {
    padding-bottom: 50px;
  }
}

.page_acc__address {
  line-height: 2;
}

.page_acc__map {
  margin-inline: auto;
  width: 100%;
}
.page_acc__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .page_acc__map {
    margin-top: 40px;
    max-width: 1200px;
    aspect-ratio: 3/1;
  }
}
@media screen and (max-width: 1024px) {
  .page_acc__map {
    margin-top: 30px;
    aspect-ratio: 1/1;
    max-height: 500px;
  }
}

.page_acc__route {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .page_acc__route {
    row-gap: 35px;
    -moz-column-gap: 4.3%;
         column-gap: 4.3%;
  }
}
@media screen and (max-width: 1024px) {
  .page_acc__route {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.page_acc__route__step {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .page_acc__route__step {
    flex-basis: 40%;
    max-width: 540px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .page_acc__route__step {
    flex-basis: 100%;
    max-width: 540px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.page_acc__route__head {
  width: 67px;
  height: 67px;
  flex-shrink: 0;
  padding-block: 7px;
  background-color: #4BADAA;
  color: #FFF;
  border-radius: 12px;
  text-align: center;
}
.page_acc__route__head .__txt {
  display: block;
  font-size: 14px;
}
.page_acc__route__head .__num {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 1;
}
.page_acc__route__head .__num i {
  position: absolute;
  bottom: 0;
  left: 100%;
}

.page_acc__around {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page_acc__around__pic {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .page_acc__around {
    margin-top: 80px;
    row-gap: 30px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .page_acc__around__pic {
    flex-basis: 36.6%;
  }
}
@media screen and (max-width: 1024px) {
  .page_acc__around {
    margin-top: 40px;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .page_acc__around__pic {
    flex-basis: 100%;
    max-width: 400px;
  }
}

.page_acc__hours {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_acc__hours {
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .page_acc__hours {
    width: 100%;
    max-width: 900px;
  }
}

/**/
.page_faq__container {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_faq__container {
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .page_faq__container {
    max-width: 900px;
  }
}
.page_faq__container .smb-faq {
  background-color: #FFF;
  border-top: none;
  box-shadow: 3px 3px 3px #CCC;
  border-radius: 8px;
}
@media screen and (min-width: 1025px) {
  .page_faq__container .smb-faq {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page_faq__container .smb-faq {
    margin-bottom: 30px;
  }
}
.page_faq__container .smb-faq__item {
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  .page_faq__container .smb-faq__item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_faq__container .smb-faq__item {
    padding: 0 20px;
  }
}
.page_faq__container .smb-faq__item__answer {
  display: none;
}
.page_faq__container .smb-faq__item__answer .smb-faq__item__wrap {
  display: flex;
}
.page_faq__container .smb-faq__item__question,
.page_faq__container .smb-faq__item__answer .smb-faq__item__wrap {
  align-items: flex-start;
  margin: 0;
  font-weight: inherit;
}
@media screen and (min-width: 1025px) {
  .page_faq__container .smb-faq__item__question,
  .page_faq__container .smb-faq__item__answer .smb-faq__item__wrap {
    padding: 30px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_faq__container .smb-faq__item__question,
  .page_faq__container .smb-faq__item__answer .smb-faq__item__wrap {
    padding: 20px 20px;
    font-size: 16px;
  }
}
.page_faq__container .smb-faq__item__question {
  border-bottom: 1px solid #E0E0E1;
  cursor: pointer;
}
.page_faq__container .smb-faq__item.is-open > .smb-faq__item__answer {
  display: block;
}
.page_faq__container .smb-faq__item__question__label,
.page_faq__container .smb-faq__item__answer__label {
  position: relative;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-top: 0;
}
.page_faq__container .smb-faq__item__question__label::after,
.page_faq__container .smb-faq__item__answer__label::after {
  content: ".";
}
.page_faq__container .smb-faq__item__question__label {
  margin-right: 0.5em;
}
.page_faq__container .smb-faq__item__answer__label {
  color: #EF6D63;
}
@media screen and (min-width: 1025px) {
  .page_faq__container .smb-faq__item__answer__label {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .page_faq__container .smb-faq__item__answer__label {
    margin-right: 1em;
  }
}
.page_faq__container .smb-faq__item__question__body,
.page_faq__container .smb-faq__item__answer__body {
  margin-top: 0;
}
.page_faq__container .smb-faq__item__question__body {
  position: relative;
  padding-right: 30px;
}
.page_faq__container .smb-faq__item__question__body::before, .page_faq__container .smb-faq__item__question__body::after {
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  right: 0;
  top: calc(50% - 12.5px);
  background-color: #4BADAA;
  transition: all linear 0.4s;
  content: "";
}
.page_faq__container .smb-faq__item.is-open .smb-faq__item__question__body::after {
  transform: rotate(0deg);
}
.page_faq__container .smb-faq__item:not(.is-open) .smb-faq__item__question__body::after {
  transform: rotate(90deg);
}

/**/
.recruiting_item {
  margin-inline: auto;
}
.recruiting_item__details {
  display: flex;
  border-top: 1px solid #C0C0c0;
}
.recruiting_item__details:last-child {
  border-bottom: 1px solid #C0C0c0;
}
.recruiting_item__details dt, .recruiting_item__details dd {
  padding: 20px;
}
.recruiting_item__details dt {
  border-left: 1px solid #C0C0c0;
}
.recruiting_item__details dd {
  border-right: 1px solid #C0C0c0;
}
.recruiting_item__content {
  margin-bottom: 50px;
}
.recruiting_item .link_button {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .recruiting_item {
    width: 90%;
    max-width: 1200px;
    padding: 80px 50px;
  }
  .recruiting_item__details dt {
    flex-basis: 160px;
    flex-shrink: 0;
  }
  .recruiting_item__details dd {
    flex-grow: 1;
    border-left: 1px solid #C0C0C0;
  }
}
@media screen and (max-width: 1024px) {
  .recruiting_item {
    width: 100%;
    max-width: 900px;
    padding: 50px 0px;
  }
  .recruiting_item__details {
    flex-wrap: wrap;
  }
  .recruiting_item__details dt {
    flex-basis: 100%;
    border-right: 1px solid #C0C0C0;
    padding-bottom: 10px;
  }
  .recruiting_item__details dd {
    flex-basis: 100%;
    border-left: 1px solid #C0C0C0;
    padding-top: 0;
    padding-left: 2em;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  line-height: 2;
  padding: 0 0.5em;
  border: 1px solid #4BADAA;
  color: #4BADAA;
}
.wp-pagenavi .current {
  background-color: #4BADAA;
  color: #FFF;
}

.news_header .single_meta {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.news_header .single_cat {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.news_header .single_cat__name {
  border: 1px solid #707070;
  padding: 0.5em 1em;
  line-height: 1;
}
.news_header .single_h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .news_header .single_h1 {
    margin: 25px 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .news_header .single_h1 {
    margin: 16px 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .news_content {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .news_content {
    padding-bottom: 50px;
  }
}
.news_content h2 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.33;
  padding-bottom: 1.3em;
  position: relative;
  border-bottom: 1px solid #ACACAC;
}
.news_content h2::after {
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #4BADAA;
  content: "";
}
@media screen and (min-width: 1025px) {
  .news_content h2 {
    margin-bottom: 35px;
    margin-top: 60px;
  }
  .news_content h2::after {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .news_content h2 {
    margin-bottom: 30px;
    margin-top: 35px;
  }
  .news_content h2::after {
    width: 150px;
  }
}
.news_content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.news_content h3::before {
  display: block;
  width: 5px;
  height: 2.1em;
  position: absolute;
  left: 0;
  top: -0.3em;
  background-color: #4BADAA;
  border-radius: 5px;
  content: "";
}
@media screen and (min-width: 1025px) {
  .news_content h3 {
    margin-top: 65px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .news_content h3 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
.news_content h4 {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .news_content h4 {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .news_content h4 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .news_content h2, .news_content h3, .news_content h4, .news_content p, .news_content ul, .news_content ol, .news_content div, .news_content figure {
    padding-left: 14px;
  }
  .news_content figure + p, .news_content figure + ul, .news_content figure + ol, .news_content figure + div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news_content h2, .news_content h3, .news_content h4, .news_content p, .news_content ul, .news_content ol, .news_content div, .news_content figure {
    padding-left: 10px;
  }
  .news_content figure + p, .news_content figure + ul, .news_content figure + ol, .news_content figure + div {
    margin-top: 20px;
  }
}

.single_nav {
  display: flex;
  align-items: center;
}
.single_nav_prev a, .single_nav_next a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.single_nav_arw {
  width: 20px;
  height: 16px;
  background-color: #4BADAA;
}
.single_nav_prev .single_nav_arw {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.single_nav_next .single_nav_arw {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.single_nav .nav_home_link {
  padding: 0.5em 1em;
}
@media screen and (min-width: 1025px) {
  .single_nav {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }
  .single_nav_prev {
    order: 1;
  }
  .single_nav_next {
    order: 2;
  }
  .single_nav_home {
    order: 3;
    flex-basis: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .e404 .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .e404 .link_button {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .page_contact__section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_contact__section {
    padding-bottom: 50px;
  }
}
.page_contact__tel {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.page_contact__tel .__tel__icon {
  width: 43px;
}
.page_contact__tel .__tel__txt {
  font-size: 34px;
}

.contact_lead {
  text-align: center;
  margin-bottom: 50px;
}

.contact_caution, .contact_note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a, .contact_note a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.contact_caution p, .contact_note p {
  font-size: 16px;
  line-height: 2;
}
.contact_caution .expand_target, .contact_note .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn, .contact_note .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #4BADAA;
  border-radius: 50%;
}
.contact_caution .expand_btn::before, .contact_note .expand_btn::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin: auto;
  transition: all ease 0.4s;
  content: "";
}
.contact_caution:not(.is-open) .expand_btn::before, .contact_note:not(.is-open) .expand_btn::before {
  transform: translateY(-2px) rotate(45deg);
}
.contact_caution.is-open .expand_btn::before, .contact_note.is-open .expand_btn::before {
  transform: translateY(2px) rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .contact_caution, .contact_note {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution a, .contact_note a {
    font-size: 24px;
  }
  .contact_caution .expand_btn, .contact_note .expand_btn {
    right: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution, .contact_note {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution a, .contact_note a {
    font-size: 20px;
  }
  .contact_caution .expand_btn, .contact_note .expand_btn {
    right: 16px;
    top: 32px;
  }
}

.contact_confirm {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .contact_confirm {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_confirm {
    width: 100%;
    max-width: 900px;
  }
}

.contact_tel {
  text-align: center;
}
.contact_tel_phone {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.contact_tel_phone .phone_icon svg {
  width: 100%;
}
.contact_tel_phone .phone_num {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 1025px) {
  .contact_tel {
    margin-bottom: 70px;
  }
  .contact_tel .phone_icon {
    width: 30px;
  }
  .contact_tel .phone_num {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_tel {
    margin-bottom: 40px;
  }
  .contact_tel .phone_icon {
    width: 22px;
  }
  .contact_tel .phone_num {
    font-size: 24px;
  }
}

.contactform_table {
  table-layout: fixed;
  margin: 0 auto;
}
.contactform_table th {
  font-weight: 500;
  position: relative;
}
.contactform_table .th_wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .contactform_table .th_wrap {
    justify-content: space-between;
  }
  .contactform_table .th_wrap:not(.th_2row) {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .th_wrap {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.contactform_table td {
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
    margin-bottom: 50px;
  }
  .contactform_table th {
    width: 240px;
    padding: 1.5em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table td {
    padding: 1.5em 0;
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .contactform_table th, .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 2em 1em;
    border-bottom: 1px solid;
  }
}
.contactform_table input[type=text], .contactform_table input[type=tel], .contactform_table input[type=email], .contactform_table textarea, .contactform_table select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  background-color: #F4F4F4;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox], .contactform_table select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_note {
  margin-top: 20px;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}
.contactform_table .form_required {
  flex-shrink: 0;
}

.form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #4BADAA;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.form_accept {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}
.form_accept_head {
  margin-bottom: 1.5em;
  padding: 0 1em;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #4BADAA;
}
.form_accept_check {
  position: relative;
  text-align: center;
}
.form_accept_check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_accept_check span[data-name=acceptance] {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form_accept_check label {
  display: inline-block;
}
.form_accept .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .form_accept {
    width: 900px;
    padding: 50px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .form_accept {
    width: 100%;
    max-width: 900px;
    padding: 20px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
}

.contactform_btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_btns {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-top: 40px;
  }
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  border-radius: 2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  border: 2px solid #4BADAA;
  color: #4BADAA;
  transition: all ease 0.3s;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #4BADAA;
  color: #FFF;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover {
    background-color: #FFF;
    color: #4BADAA;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #4BADAA;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    opacity: 0.7;
  }
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.complete_message {
  margin-left: auto;
  margin-right: auto;
}
.complete_message .c-text {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: 900px;
    margin-bottom: 50px;
  }
  .complete_message .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .complete_message .link_button {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */