@charset "UTF-8";
body {
  font-family: "YakuHanJP", "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #2E2E2E;
  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;
}

b, 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: #4197B8;
  word-wrap: break-word;
}

.color_white {
  color: #FFF;
}

.color_main {
  color: #4197B8;
}

.bg_blue {
  background-color: #4197B8;
  color: #FFF;
}

.__bold {
  font-weight: 700;
}

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

.font_en {
  font-family: "Montserrat", sans-serif;
}

.font_gram {
  font-family: "EB Garamond", serif;
}

.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: 80%;
    max-width: 1366px;
    min-width: 960px;
  }
  .container.__wide {
    width: 90%;
    max-width: 1728px;
    min-width: 1000px;
  }
}
@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: #4197B8;
  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;
}
@media screen and (min-width: 1025px) {
  .site-main {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .site-main {
    padding-top: 69px;
  }
}

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

.link_button {
  border-radius: 29px;
  overflow: hidden;
  border-radius: 6px;
  transition: 0.4s;
}
.link_button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .link_button {
    height: 100px;
  }
  .link_button a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    height: 70px;
  }
  .link_button a {
    padding: 0 16px;
  }
}
.link_button .btn_txt {
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .link_button .btn_txt {
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.55;
  }
}
@media screen and (max-width: 1024px) {
  .link_button .btn_txt {
    font-size: 14px;
    line-height: 1.33;
  }
}
.link_button .btn_icon {
  flex-shrink: 0;
}
.link_button.btn_white {
  background-color: #FFF;
}
.link_button.btn_blue {
  background-color: #4197B8;
}
.link_button.btn_blue .btn_txt {
  color: #FFF;
}
.link_button.btn_trans {
  border: 1px solid #FFF;
}
.link_button.btn_trans .btn_txt {
  color: #FFF;
}
.link_button.btn_border {
  border: 1px solid #4197B8;
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button .link_arw {
  flex-shrink: 0;
}

.link_arw {
  display: block;
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .link_arw {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .link_arw {
    width: 20px;
    height: 20px;
  }
}
.link_arw::before {
  display: block;
  position: absolute;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  content: "";
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .link_arw::before {
    width: 9px;
    height: 9px;
    top: calc(50% - 4.5px);
    left: calc(50% - 7px);
  }
}
@media screen and (max-width: 1024px) {
  .link_arw::before {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
  }
}
.link_arw.__blue {
  background-color: #4197B8;
}
.link_arw.__white {
  background-color: #FFF;
}
.link_arw.__white::before {
  border-right-color: #4197B8;
  border-bottom-color: #4197B8;
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding-top: 12px;
  }
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.breadcrumb span {
  font-size: 12px;
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
}
.breadcrumb span[property=itemListElement] a.home {
  color: #4197B8;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.blank_center:first-letter {
  padding-right: 1em;
}

.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: 1.88;
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}
.c-text.__indent {
  padding-left: 1em;
}
.c-text.__note {
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.c-text.__large {
  font-weight: 500;
}
.c-text.__large__em {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .c-text {
    font-size: 18px;
  }
  .c-text.__note {
    font-size: 15px;
  }
  .c-text.__large {
    font-size: 20px;
  }
  .c-text.__large__em {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .c-text {
    font-size: 16px;
  }
  .c-text.__note {
    font-size: 14px;
  }
  .c-text.__large {
    font-size: 18px;
  }
  .c-text.__large__em {
    font-size: 20px;
  }
}

.nowrap {
  white-space: nowrap;
}

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

.aniv_banner {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.aniv_banner__ttl {
  display: flex;
  align-items: flex-end;
  color: #FFF;
}
.aniv_banner__ttl__num {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.aniv_banner__ttl__txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.27;
}
.aniv_banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.aniv_banner__inner {
  display: block;
  position: relative;
  z-index: 1;
}
.aniv_banner__btn {
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
}
.aniv_banner .link_arw {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .aniv_banner__inner {
    padding: 30px;
  }
  .aniv_banner__ttl {
    -moz-column-gap: 6px;
         column-gap: 6px;
    margin-bottom: 20px;
  }
  .aniv_banner__ttl__num {
    font-size: 211px;
  }
  .aniv_banner__ttl__txt {
    font-size: 48px;
  }
  .aniv_banner__btn {
    width: 474px;
    font-size: 24px;
    line-height: 40px;
    border-radius: 20px;
  }
  .aniv_banner .link_arw {
    top: calc(50% - 17px);
    right: 30px;
  }
  .aniv_banner__bg img {
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 1024px) {
  .aniv_banner__inner {
    width: 88%;
    margin-inline: auto;
    padding-bottom: 26px;
  }
  .aniv_banner__ttl {
    margin-bottom: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .aniv_banner__ttl__num {
    font-size: 133px;
  }
  .aniv_banner__ttl__txt {
    font-size: 30px;
    text-shadow: rgba(0, 44, 76, 0.75) 3px 3px 3px;
    padding-top: 25px;
    white-space: nowrap;
  }
  .aniv_banner__btn {
    width: 100%;
    max-width: 474px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 15px;
  }
  .aniv_banner .link_arw {
    right: 0;
    top: 24.44%;
  }
  .aniv_banner__bg img {
    -o-object-position: 30% center;
       object-position: 30% center;
  }
}

.block_shadow {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  background-color: rgba(65, 151, 184, 0.1);
  filter: blur(10px);
}

.mb20 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table td, .c-table th {
  padding-inline: 0.5em;
  padding-block: 0.5em;
  border: 1px solid #4197B8;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.c-table td.__bg_blue, .c-table th.__bg_blue {
  background-color: #F5FAFB;
}
@media screen and (max-width: 1024px) {
  .c-table.__sp_full td, .c-table.__sp_full th {
    display: block;
    width: 100%;
  }
  .c-table.__sp_full th {
    border-top: none;
    border-bottom: none;
  }
  .c-table.__sp_full td {
    padding-left: 1em;
  }
  .c-table.__sp_full tr:first-child {
    border-top: 1px solid #4197B8;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.site-header .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    width: 90%;
    min-width: 1000px;
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    width: 90%;
    height: 69px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 23%;
    min-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-grow: 1;
    padding-right: 20px;
  }
}
.site-header .main-navigation {
  height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .header_contact {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -moz-column-gap: 22px;
       column-gap: 22px;
  height: 50%;
}
.site-header .header_searchbox {
  position: relative;
  width: 373px;
}
@media screen and (max-width: 1024px) {
  .site-header .header_searchbox {
    width: 100%;
    max-width: 373px;
    margin-inline: auto;
  }
}
.site-header .header_searchbox .__search__txt {
  width: 100%;
  height: 50px;
  background-color: #ECF5F8;
  border-radius: 25px;
  line-height: 20px;
  padding-block: 15px;
  padding-left: 20px;
  padding-right: 30px;
}
.site-header .header_searchbox .__search__btn {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/icon_search.svg") center/contain no-repeat;
  position: absolute;
  right: 25px;
  top: calc(50% - 7.5px);
}
.site-header .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2.6vw;
       column-gap: 2.6vw;
  height: 50%;
}
.site-header .main_menu > .menu-item {
  text-align: center;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  letter-spacing: 0;
}
.site-header .main_menu > .menu-item a {
  position: relative;
}
.site-header .main_menu > .menu-item a::before {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4197B8;
  transition: width ease 0.4s;
  content: "";
}
.site-header .main_menu > .menu-item.menu_home {
  display: none;
}
.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: #4197B8;
}
.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 a:hover {
    opacity: 1;
  }
  .site-header .main_menu > .menu-item:hover a::before {
    width: 100%;
  }
}
.site-header .main_menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #4197B8;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_menu_btn {
    flex-basis: 50px;
    height: 50px;
  }
}
.site-header .main_menu_btn ._mobile_menu_btn {
  display: block;
  position: relative;
  width: 26px;
  height: 17px;
  cursor: pointer;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #FFF;
  border-radius: 1px;
  transition: all 0.5s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
  bottom: 100%;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
  top: 8px;
  transition: all 0.5s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar3 {
  top: 100%;
}
.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 (max-width: 1024px) {
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
    transform: translateY(9px) rotate(-45deg);
  }
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar3 {
    transform: translateY(-8px) 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: 120px;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window {
    padding-top: 69px;
  }
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  background-color: #FFF;
}
.site-header .mobile_modal_window .modal_container {
  margin: 0 auto;
  width: 88%;
}
.site-header .mobile_modal_window .modal_nav {
  margin-bottom: 40px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item {
  line-height: 2;
  padding: 0.5em;
  border-bottom: 1px solid #C0C0C0;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item a {
  display: block;
  width: 100%;
}
.site-header .mobile_modal_window .modal_info__tel {
  margin-top: 30px;
}
.site-header .mobile_modal_window .modal_info__tel .tel_contact {
  width: 100%;
  justify-content: center;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}

.main-navigation .main_menu > .current-menu-item > a::before,
.main-navigation .main_menu > .current-page-ancestor > a::before,
body.single-news .main_menu .menu_news > a::before {
  width: 100%;
}

.home_link {
  display: flex;
  align-items: center;
}
.home_link__logo {
  flex-shrink: 0;
  max-width: 300px;
}
.home_link__txt {
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .home_link__logo {
    flex-basis: 100%;
  }
  .home_link__txt {
    font-size: clamp(17px, 1.25vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .home_link__logo {
    flex-basis: 100%;
  }
  .home_link__txt {
    font-size: clamp(14px, 3.73vw, 20px);
  }
}

.tel_contact {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .tel_contact .__tel__icon {
    width: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .tel_contact .__tel__icon {
    width: 28px;
  }
}
.tel_contact .__tel__num {
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .tel_contact .__tel__num {
    font-size: clamp(26px, 1.98vw, 38px);
  }
}
@media screen and (max-width: 1024px) {
  .tel_contact .__tel__num {
    font-size: 30px;
  }
}
.tel_contact .__tel__hour {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .tel_contact .__tel__hour {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .tel_contact .__tel__hour {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .site-footer {
    padding: 66px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 30px 0 185px;
  }
}
.site-footer .footer_container {
  display: flex;
}
.site-footer .footer_address {
  font-weight: 700;
}
.site-footer .footer_note {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.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 {
  line-height: 2.22;
  font-weight: 700;
}
.site-footer .footer_access {
  width: 100%;
}
.site-footer .footer_access iframe {
  width: 100%;
  height: 100%;
}
.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_container {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 42px;
  }
  .site-footer .footer_signature {
    width: 390px;
  }
  .site-footer .footer_signature .home_link {
    width: 100%;
    margin-bottom: 35px;
  }
  .site-footer .footer_signature .tel_contact {
    margin-bottom: 16px;
  }
  .site-footer .footer_address {
    margin-bottom: 36px;
    font-size: 14px;
  }
  .site-footer .footer_note {
    width: 334px;
    height: 76px;
    font-size: 18px;
  }
  .site-footer .footer_nav {
    align-items: flex-start;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .site-footer .footer_menu {
    flex-basis: fit-content;
  }
  .site-footer .footer_menu .menu-item {
    font-size: 18px;
  }
  .site-footer .footer_menu .menu-item.__menu__about {
    font-size: 16px;
    line-height: 2.31;
  }
  .site-footer .footer_access {
    height: 420px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_container {
    flex-wrap: wrap;
    row-gap: 32px;
    margin-bottom: 28px;
  }
  .site-footer .footer_signature {
    width: 100%;
  }
  .site-footer .footer_signature .home_link {
    width: 100%;
    margin-bottom: 10px;
  }
  .site-footer .footer_signature .tel_contact {
    margin-bottom: 10px;
  }
  .site-footer .footer_address {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .site-footer .footer_note {
    width: 100%;
    max-width: 334px;
    height: 56px;
    font-size: 15px;
  }
  .site-footer .footer_nav {
    width: 100%;
    align-items: flex-start;
  }
  .site-footer .footer_menu {
    flex-basis: 50%;
  }
  .site-footer .footer_menu .menu-item {
    font-size: 15px;
  }
  .site-footer .footer_menu .menu-item.__menu__about {
    font-size: 12px;
    line-height: 2.31;
  }
  .site-footer .footer_access {
    width: 100vw;
    height: 77.33vw;
    margin-bottom: 25px;
    margin-inline: calc(50% - 50vw);
  }
}

.footer_banner {
  position: relative;
  z-index: 1;
  background: #4197B8 url("../images/footer_bg.webp") center/cover no-repeat;
  background-blend-mode: multiply;
}
@media screen and (min-width: 1025px) {
  .footer_banner {
    padding-top: 57px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_banner {
    padding-top: 23px;
  }
}
.footer_banner__bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.footer_banner__btns {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer_banner__btns {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .footer_banner__r1 {
    justify-content: space-between;
    margin-bottom: 53px;
  }
  .footer_banner__r1 .link_button {
    flex-basis: 32.3%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_banner__r1 {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 10px;
  }
  .footer_banner__r1 .link_button {
    flex-basis: 100%;
    max-width: 375px;
  }
  .footer_banner__r1::after {
    display: block;
    width: 375px;
    content: "";
  }
}
.footer_banner__r2 {
  flex-wrap: wrap;
  row-gap: 10px;
}
.footer_banner__r2 .link_button {
  flex-shrink: 0;
}
.footer_banner__r2 .btn_icon.icon_w119 {
  width: 119px;
}
@media screen and (max-width: 1024px) {
  .footer_banner__r2 .btn_icon.icon_w119 {
    width: 80px;
  }
}
.footer_banner__r2 .btn_icon.icon_w37 {
  width: 37px;
}
@media screen and (max-width: 1024px) {
  .footer_banner__r2 .btn_icon.icon_w37 {
    width: 30px;
  }
}
.footer_banner__r2 .btn_icon.icon_w40 {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .footer_banner__r2 .btn_icon.icon_w40 {
    width: 30px;
  }
}
.footer_banner__r2 .btn_icon.icon_w44 {
  width: 44px;
}
@media screen and (max-width: 1024px) {
  .footer_banner__r2 .btn_icon.icon_w44 {
    width: 30px;
  }
}
.footer_banner__r2 .btn_icon.icon_w48 {
  width: 48px;
}
@media screen and (max-width: 1024px) {
  .footer_banner__r2 .btn_icon.icon_w48 {
    width: 30px;
  }
}
.footer_banner__r2 .btn_icon.icon_w41 {
  width: 41px;
}
@media screen and (max-width: 1024px) {
  .footer_banner__r2 .btn_icon.icon_w41 {
    width: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .footer_banner__r2 {
    justify-content: flex-start;
    -moz-column-gap: 0.7%;
         column-gap: 0.7%;
    margin-bottom: 78px;
  }
  .footer_banner__r2 .link_button {
    flex-basis: 24.45%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_banner__r2 {
    -moz-column-gap: 1%;
         column-gap: 1%;
    margin-bottom: 43px;
  }
  .footer_banner__r2 .link_button {
    flex-basis: 49.5%;
    height: 120px;
  }
  .footer_banner__r2 .link_button a {
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
  }
  .footer_banner__r2 .link_button .btn_txt {
    flex-grow: 0;
    text-align: center;
    min-height: 2.66em;
    white-space: nowrap;
  }
  .footer_banner__r2::after {
    display: block;
    width: 49.5%;
    content: "";
  }
}
.footer_banner__r3__ttl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .footer_banner__r3 {
    justify-content: space-between;
    margin-bottom: 83px;
  }
  .footer_banner__r3__ttl {
    font-size: 26px;
    margin-bottom: 23px;
  }
  .footer_banner__r3 .link_button {
    flex-basis: 24.45%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_banner__r3 {
    -moz-column-gap: 1%;
         column-gap: 1%;
    margin-bottom: 40px;
  }
  .footer_banner__r3__ttl {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .footer_banner__r3 .link_button {
    flex-basis: 49.5%;
    height: 120px;
  }
  .footer_banner__r3 .link_button a {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    padding-bottom: 20px;
  }
  .footer_banner__r3 .link_button .btn_txt {
    flex-grow: 0;
    width: 100%;
    text-align: center;
    padding-top: 1.33em;
  }
}

.footer_banner__contact {
  position: relative;
}
.footer_banner__contact::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(65, 151, 184, 0.3);
  mix-blend-mode: multiply;
  content: "";
}
.footer_banner__contact__wrap {
  display: flex;
}
.footer_banner__contact__btns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .footer_banner__contact {
    padding: 62px 0 74px;
  }
  .footer_banner__contact__wrap {
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer_banner__contact .tel_contact {
    flex-basis: 39%;
    flex-shrink: 0;
  }
  .footer_banner__contact .tel_contact .__tel__num {
    font-size: clamp(50px, 4.11vw, 70px);
  }
  .footer_banner__contact .tel_contact .__tel__hour {
    font-size: clamp(20px, 1.666vw, 25px);
  }
  .footer_banner__contact .tel_contact .__tel__icon {
    width: clamp(44px, 3.76vw, 64px);
  }
  .footer_banner__contact__btns {
    flex-basis: 57%;
    justify-content: space-between;
  }
  .footer_banner__contact__btns .link_button {
    flex-basis: 48.8%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_banner__contact {
    padding: 25px 0 24px;
  }
  .footer_banner__contact__wrap {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
  }
  .footer_banner__contact .tel_contact {
    flex-basis: 100%;
    justify-content: center;
  }
  .footer_banner__contact .tel_contact .__tel__num {
    font-size: 45px;
  }
  .footer_banner__contact .tel_contact .__tel__hour {
    font-size: 16px;
  }
  .footer_banner__contact .tel_contact .__tel__icon {
    width: 41px;
  }
  .footer_banner__contact__btns {
    flex-basis: 100%;
    justify-content: center;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
  .footer_banner__contact__btns .link_button {
    flex-basis: 49.5%;
    height: 100px;
  }
  .footer_banner__contact__btns .link_button a {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    padding-bottom: 20px;
  }
  .footer_banner__contact__btns .link_button .btn_txt {
    width: 100%;
    text-align: center;
    padding-top: 1.33em;
    font-size: 16px;
  }
}

.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 #2E2E2E;
  border-right: 2px solid #2E2E2E;
  transform: rotate(-45deg);
}

.fixed-banner {
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition: opacity linear 1s;
}
.fixed-banner.is-visible {
  opacity: 1;
  z-index: 999;
}
@media screen and (min-width: 1025px) {
  .fixed-banner {
    right: 2%;
    bottom: 25px;
    width: 360px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-banner {
    left: 0;
    bottom: 75px;
    width: 100%;
  }
}

.bottom_nav {
  display: flex;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
@media screen and (min-width: 1025px) {
  .bottom_nav {
    display: none;
  }
}
.bottom_nav__link {
  flex: 1;
  height: 75px;
  text-align: center;
  padding-block: 8px;
}
.bottom_nav__link.__white {
  background-color: #FFF;
}
.bottom_nav__link.__blue {
  background-color: #ECF5F8;
}
.bottom_nav__link .__link_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
}
.bottom_nav__link .__link_icon {
  display: inline-block;
  max-width: 39px;
}
.bottom_nav__link .__link_icon.__w28 {
  width: 28px;
}
.bottom_nav__link .__link_icon.__w39 {
  width: 39px;
}
.bottom_nav__link .__link_icon.__w32 {
  width: 32px;
}
.bottom_nav__link .__link_icon.__w24 {
  width: 24px;
}
.bottom_nav__link .__link_icon.__w27 {
  width: 27px;
}
.bottom_nav__link:hover {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .top_h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    margin-bottom: 25px;
  }
}
.top_h2__ja, .top_h2__en {
  display: block;
  text-align: center;
}
.top_h2__ja {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .top_h2__ja {
    font-size: 38px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__ja {
    font-size: 22px;
    line-height: 1.33;
    margin-bottom: 10px;
  }
}
.top_h2__en {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .top_h2__en {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__en {
    font-size: 12px;
  }
}

.top_mv {
  position: relative;
}
.top_mv__bg {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.top_mv__slider {
  overflow: hidden;
  height: 100%;
}
.top_mv .splide__track, .top_mv .splide__slide {
  height: 100%;
}
.top_mv__container {
  position: relative;
  z-index: 1;
}
.top_mv__catch {
  position: relative;
  z-index: 1;
}
.top_mv__catch__block {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
  letter-spacing: 0;
}
.top_mv__catch__main {
  font-weight: 400;
}
.top_mv__catch__sub {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .top_mv__bg {
    top: 50%;
    transform: translateY(-50%);
  }
  .top_mv__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 37.5vw;
    max-height: 100vh;
  }
  .top_mv__slider {
    width: 92%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 30px;
  }
  .top_mv__catch__block {
    padding-inline: 19px;
    border-radius: 6px;
  }
  .top_mv__catch__main {
    font-size: clamp(24px, 3.125vw, 50px);
    line-height: 2;
  }
  .top_mv__catch__main .top_mv__catch__block {
    margin-bottom: 22px;
  }
  .top_mv__catch__sub {
    font-size: 18px;
  }
  .top_mv__catch__sub .top_mv__catch__block {
    padding-block: calc((100px - 3.5em) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .top_mv__bg {
    bottom: 0;
    height: 92%;
  }
  .top_mv__container {
    height: 125vw;
    max-height: 70vh;
    margin-bottom: 72px;
  }
  .top_mv__slider {
    width: 100vw;
    max-height: 100vh;
    margin-inline: calc(50% - 50vw);
    position: relative;
    border-radius: 35px;
  }
  .top_mv__catch {
    position: absolute;
    left: 0;
    bottom: -52px;
    z-index: 1;
  }
  .top_mv__catch__block {
    padding-inline: 10px;
    border-radius: 10px;
  }
  .top_mv__catch__main {
    font-size: 24px;
    line-height: 50px;
  }
  .top_mv__catch__main .top_mv__catch__block {
    margin-bottom: 12px;
  }
  .top_mv__catch__sub {
    font-size: 14px;
    line-height: 1.42;
  }
  .top_mv__catch__sub .top_mv__catch__block {
    padding-block: 12px;
  }
}

.top_mv__news {
  position: relative;
  z-index: 1;
}
.top_mv__news__container {
  display: flex;
  background-color: #FFF;
  border-radius: 6px;
}
.top_mv__news__head h2 {
  font-weight: 400;
  text-align: center;
  line-height: 1.42;
}
.top_mv__news__article a {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top_mv__news__container {
    transform: translateY(-47px);
    padding-block: 30px;
  }
  .top_mv__news__empty {
    height: 50px;
  }
  .top_mv__news__head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 15%;
    flex-shrink: 0;
    border-right: 1px solid #C0C0C0;
  }
  .top_mv__news__head h2 {
    font-size: 26px;
  }
  .top_mv__news__archive {
    flex-grow: 1;
    padding-inline: 3.5%;
    padding-block: 16px;
  }
  .top_mv__news__article a {
    overflow: hidden;
    align-items: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
    font-size: 18px;
  }
  .top_mv__news__article a .__article_date {
    flex-shrink: 0;
  }
  .top_mv__news__article a .__article_title {
    white-space: nowrap;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv__news {
    margin-bottom: 20px;
  }
  .top_mv__news__container {
    flex-wrap: wrap;
    padding: 26px 20px;
  }
  .top_mv__news__head {
    flex-basis: 100%;
  }
  .top_mv__news__head h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  .top_mv__news__archive {
    flex-basis: 100%;
  }
  .top_mv__news__article a {
    flex-wrap: wrap;
    border-top: 1px solid #C6E0EA;
    padding-block: 14px;
  }
  .top_mv__news__article a .__article_date {
    font-size: 14px;
  }
  .top_mv__news__article a .__article_title {
    flex-basis: 100%;
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1025px) {
  #top-feature {
    padding-top: 80px;
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 1024px) {
  #top-feature {
    padding-top: 48px;
    padding-bottom: 35px;
  }
}

.top_features {
  display: flex;
}
.top_features__item {
  border: 1px solid #C6E0EA;
  border-radius: 6px;
  background-color: #FFF;
}
.top_features__h3 {
  display: flex;
  align-items: center;
}
.top_features__h3__hd {
  font-weight: 600;
}
.top_features__h3__ttl {
  font-weight: 500;
  line-height: 1.33;
}
.top_features__img {
  width: 100%;
  aspect-ratio: 34/12;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.top_features__txt {
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .top_features {
    justify-content: space-between;
  }
  .top_features__item {
    flex-basis: 24%;
    flex-shrink: 0;
    padding: 40px 2.26%;
  }
  .top_features__h3 {
    margin-bottom: 23px;
  }
  .top_features__h3__hd {
    padding-right: 10%;
    border-right: 1px solid #4197B8;
  }
  .top_features__h3__hd .__hd__txt, .top_features__h3__hd .__hd__num {
    display: block;
    text-align: center;
  }
  .top_features__h3__hd .__hd__txt {
    font-size: clamp(14px, 1.06vw, 17px);
  }
  .top_features__h3__hd .__hd__num {
    font-size: clamp(30px, 3.375vw, 54px);
  }
  .top_features__h3__ttl {
    padding-left: 10%;
    font-size: clamp(20px, 1.875vw, 30px);
  }
  .top_features__txt {
    font-size: 18px;
    line-height: 1.88;
  }
}
@media screen and (max-width: 1024px) {
  .top_features {
    flex-wrap: wrap;
    row-gap: 8px;
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .top_features__item {
    flex-basis: 100%;
    max-width: 417px;
    padding: 20px;
  }
  .top_features__h3 {
    margin-bottom: 10px;
  }
  .top_features__h3__hd .__hd__txt, .top_features__h3__hd .__hd__num {
    vertical-align: middle;
  }
  .top_features__h3__hd .__hd__txt {
    font-size: 12px;
  }
  .top_features__h3__hd .__hd__num {
    font-size: 24px;
    padding-left: 12px;
  }
  .top_features__h3__ttl {
    padding-left: 16px;
    font-size: 20px;
  }
  .top_features__txt {
    font-size: 15px;
    line-height: 1.46;
  }
}

#top-guide {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #top-guide {
    padding-bottom: 80px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  #top-guide {
    padding-bottom: 47px;
    padding-top: 36px;
  }
}

.top_guide {
  display: flex;
  flex-wrap: wrap;
}
.top_guide__item {
  position: relative;
}
.top_guide__item::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(65, 151, 184, 0.1);
  filter: blur(10px);
  content: "";
}
.top_guide__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 6px;
}
.top_guide__h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.top_guide__txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.top_guide__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_guide__bg img {
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 1025px) {
  .top_guide {
    justify-content: space-between;
    row-gap: 20px;
  }
  .top_guide__item {
    flex-basis: 32.3%;
    flex-shrink: 0;
    height: 140px;
  }
  .top_guide__item .link_arw {
    position: absolute;
    right: 20px;
    top: calc(50% - 17px);
  }
  .top_guide__h3 {
    font-size: clamp(18px, 1.6vw, 24px);
    margin-bottom: 10px;
  }
  .top_guide__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .top_guide {
    justify-content: center;
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .top_guide__item {
    flex-basis: 47.7%;
    flex-shrink: 0;
    max-width: 220px;
    height: 100px;
  }
  .top_guide__item .link_arw {
    margin-top: 10px;
  }
  .top_guide__h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .top_guide__txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  #top-information {
    padding-bottom: 215px;
  }
}
@media screen and (max-width: 1024px) {
  #top-information {
    padding-bottom: 60px;
  }
}

.top_information__container {
  position: relative;
}
.top_information__hd {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_information__nav {
  position: relative;
}
.top_information__nav__wrap {
  width: 100%;
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.top_information__nav__wrap.__flex {
  display: flex;
  flex-wrap: wrap;
}
.top_information__nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_information__nav__link .link_arw {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .top_information {
    padding-top: 100px;
  }
  .top_information__img {
    width: 56.25vw;
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
  }
  .top_information__container {
    padding-top: 30px;
  }
  .top_information__container:not(.__reverse) .top_information__img {
    left: calc(50% - 50vw);
    border-radius: 0px 30px 30px 0px;
  }
  .top_information__container:not(.__reverse) .top_information__hd {
    margin-inline: auto;
    padding-left: 63.3%;
  }
  .top_information__container:not(.__reverse) .top_information__nav {
    margin-left: auto;
  }
  .top_information__container.__reverse .top_information__img {
    right: calc(50% - 50vw);
    border-radius: 30px 0 0 30px;
  }
  .top_information__container.__reverse .top_information__content {
    margin-right: auto;
  }
  .top_information__hd {
    margin-bottom: 66px;
    font-size: clamp(20px, 1.625vw, 26px);
    line-height: 1.92;
  }
  .top_information__nav {
    width: 51%;
  }
  .top_information__nav::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: rgba(65, 151, 184, 0.1);
    filter: blur(10px);
    content: "";
  }
  .top_information__nav__wrap {
    padding: 55px 7.9%;
  }
  .top_information__nav__wrap.__flex {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .top_information__nav__wrap.__flex .top_information__nav__link {
    flex-shrink: 0;
    min-width: 200px;
  }
  .top_information__nav__link {
    line-height: 2.8;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_information {
    padding-top: 36px;
  }
  .top_information__img {
    width: 95vw;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
  }
  .top_information__hd {
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.56;
  }
  .top_information__container:not(.__reverse) .top_information__img {
    left: calc(50% - 50vw);
    border-radius: 0px 10px 10px 0px;
  }
  .top_information__container.__reverse .top_information__img {
    left: 0;
    border-radius: 10px 0 0 10px;
  }
  .top_information__nav {
    width: 100%;
  }
  .top_information__nav__wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .top_information__nav__link {
    font-size: 14px;
    flex-basis: 50%;
    flex-shrink: 0;
    line-height: 1.5;
    align-items: flex-start;
  }
  .top_information__nav__link.__order__1 {
    order: 1;
  }
  .top_information__nav__link.__order__2 {
    order: 2;
  }
  .top_information__nav__link.__order__3 {
    order: 3;
  }
  .top_information__nav__link.__order__4 {
    order: 4;
  }
  .top_information__nav__link.__order__5 {
    order: 5;
  }
}

.top_about {
  position: relative;
}
.top_about__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_about__bg::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(65, 151, 184, 0.3);
  mix-blend-mode: multiply;
  content: "";
}
.top_about__bg picture {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top_about__wrap {
  display: flex;
}
.top_about__txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.92;
}
.top_about__btn {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #FFF;
  border-radius: 6px;
}
.top_about__btn .link_arw {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .top_about {
    padding-top: 110px;
    padding-bottom: 70px;
  }
  .top_about__wrap {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .top_about__txt {
    flex-basis: 46%;
    flex-shrink: 0;
    font-size: 26px;
  }
  .top_about__nav {
    flex-basis: 51%;
  }
  .top_about__btn {
    height: 100px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-inline: 3%;
  }
  .top_about__btn .link_arw {
    top: calc(50% - 17px);
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top_about {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .top_about__wrap {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .top_about__txt {
    flex-basis: 100%;
    font-size: 16px;
  }
  .top_about__txt br {
    display: none;
  }
  .top_about__nav {
    flex-basis: 100%;
  }
  .top_about__nav .top_information__nav__wrap {
    padding: 20px;
  }
  .top_about__nav .top_information__nav__link {
    white-space: nowrap;
  }
  .top_about__btn {
    flex-wrap: wrap;
    row-gap: 18px;
    padding: 24px 20px;
  }
  .top_about__btn .link_arw {
    right: 20px;
    top: 30px;
  }
  .top_about__btn__ttl {
    flex-basis: 100%;
    font-size: 18px;
  }
  .top_about__btn__txt {
    flex-basis: 100%;
    font-size: 14px;
  }
  .top_about__btn__txt br {
    display: none;
  }
}

.top_news__container {
  display: flex;
  background-color: #ECF5F8;
  border-radius: 6px;
}
.top_news__h2 {
  font-weight: 400;
}
.top_news__link {
  font-weight: 500;
}
.top_news__link .__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #4197B8;
  border-right: 1px solid #4197B8;
  transform: rotate(-45deg);
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .top_news {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .top_news__container {
    align-items: center;
    padding-block: 30px;
  }
  .top_news__head {
    flex-basis: 19%;
    flex-shrink: 0;
    padding-block: 35px;
    text-align: center;
  }
  .top_news__h2 {
    margin-bottom: 54px;
    font-size: 26px;
  }
  .top_news__archive.news_archive {
    flex-grow: 1;
    border-left: 1px solid #C0C0C0;
    padding-inline: 3.5%;
    padding-block: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .top_news__container {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 26px;
    padding-bottom: 36px;
  }
  .top_news__head {
    flex-basis: 100%;
    text-align: center;
  }
  .top_news__h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .top_news__archive.news_archive {
    flex-basis: 90%;
    margin-bottom: 28px;
  }
  .top_news__link {
    flex-basis: 90%;
    text-align: right;
  }
}

@media screen and (min-width: 1025px) {
  .news_archive_article {
    margin-bottom: 19px;
  }
  .news_archive_article:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive_article {
    border-top: 1px solid #C6E0EA;
    padding-block: 12px;
  }
  .news_archive_article:last-child {
    border-bottom: 1px solid #C6E0EA;
  }
}
.news_archive_article .news_article__link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .news_archive_article .news_article__link {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.news_archive_article .news_article__date {
  flex-shrink: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .news_archive_article .news_article__date {
    flex-basis: 100px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive_article .news_article__date {
    flex-basis: 62px;
    font-size: 14px;
  }
}
.news_archive_article .news_article__cat {
  flex-shrink: 0;
  background-color: #4197B8;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  padding: 0.5em 0.75em;
  margin-right: 7px;
}
@media screen and (min-width: 1025px) {
  .news_archive_article .news_article__cat {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive_article .news_article__cat {
    font-size: 14px;
  }
}
.news_archive_article .news_article__title {
  font-weight: 400;
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .news_archive_article .news_article__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive_article .news_article__title {
    font-size: 16px;
    flex-basis: 100%;
  }
}

.top_bottom {
  margin-bottom: 62px;
}
@media screen and (max-width: 1024px) {
  .top_bottom {
    max-width: 640px;
    margin-inline: auto;
  }
}

.recruit_bnr__wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #439DE1;
  border-radius: 3px;
  overflow: hidden;
}
.recruit_bnr::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
  background-color: rgba(65, 151, 185, 0.6);
  filter: blur(10px);
  content: "";
}
.recruit_bnr__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.recruit_bnr__img picture {
  height: 100%;
}
.recruit_bnr__container {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.recruit_bnr__container .link_arw {
  position: absolute;
}
.recruit_bnr__h2 {
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .recruit_bnr__img {
    width: 136px;
  }
  .recruit_bnr__container {
    padding: 10px 26px;
    font-size: 14px;
  }
  .recruit_bnr__container .link_arw {
    right: 20px;
    top: calc(50% - 17px);
  }
  .recruit_bnr__h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_bnr__img {
    width: 136px;
  }
  .recruit_bnr__container {
    padding: 13px 20px;
    font-size: 14px;
  }
  .recruit_bnr__container .link_arw {
    right: 156px;
    top: calc(50% - 10px);
  }
  .recruit_bnr__h2 {
    font-size: 35px;
  }
  .recruit_bnr::before {
    display: none;
  }
}

.page_header {
  position: relative;
}
.page_header__bg {
  left: 10px;
  top: 10px;
  border-radius: 30px;
}
.page_header__container {
  height: 100%;
}
.page_header__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #FFF;
  border-radius: 30px;
}
.page_header .page_bg {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_header {
    height: 264px;
  }
  .page_header__wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
  .page_header__img {
    width: 52%;
    flex-shrink: 0;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
  .page_header .page_h1 {
    padding-left: 3.8%;
  }
  .page_header .page_bg {
    height: 960px;
    top: 102px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header__wrap {
    height: 50vw;
    max-height: 220px;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .page_header__img {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: -5vw;
    top: 0;
    z-index: 1;
  }
  .page_header .page_h1 {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #FFF;
    flex-basis: 100%;
    padding-block: 20px;
    padding-inline: 16px;
    border-radius: 10px;
  }
  .page_header .page_bg {
    height: 960px;
    top: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .page_content {
    padding: 50px 0 184px;
  }
}
@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 {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.page_h1__en {
  font-weight: 600;
}
.page_h1__en::first-letter {
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .page_h1__ja {
    font-size: 38px;
  }
  .page_h1__en {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1__ja {
    font-size: 20px;
  }
  .page_h1__en {
    font-size: 14px;
  }
}

.page_h2 {
  position: relative;
  border-bottom: 1px solid #D9EAF1;
}
.page_h2__ja, .page_h2__en {
  display: block;
  line-height: 1.33;
}
.page_h2__ja {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page_h2__en {
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .page_h2__ja {
    font-size: 30px;
  }
  .page_h2__en {
    font-size: 15px;
  }
  .page_h2__ja.__large {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .page_h2__ja {
    font-size: 20px;
  }
  .page_h2__en {
    font-size: 12px;
  }
  .page_h2__ja.__large {
    font-size: 28px;
  }
}

.page_h3 {
  position: relative;
  background-color: #F5FAFB;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.33;
  color: #4197B8;
}
.page_h3:first-child {
  margin-top: 0;
}
.page_h3.__large {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    font-size: 22px;
    line-height: 26px;
    padding-left: 1em;
    padding-block: 12px;
    margin-bottom: 18px;
    margin-top: 60px;
  }
  .page_h3.__large {
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    font-size: 18px;
    line-height: 22px;
    padding-left: 0.5em;
    padding-block: 10px;
    margin-bottom: 16px;
    margin-top: 30px;
  }
  .page_h3.__large {
    font-size: 24px;
    line-height: 1.1;
  }
}

.page_h4 {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.66;
}
.page_h4::before {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4197B8;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h4 {
    font-size: 18px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@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 {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .page_2col {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}

.page_side {
  position: relative;
}
.page_side__bg {
  left: 10px;
  top: 10px;
  border-radius: 6px;
}
.page_side__nav {
  position: relative;
}
.page_side__nav__wrap {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 6px;
}
.page_side__head {
  font-weight: 700;
  text-align: center;
}
.page_side__menu__l1 {
  border-top: 1px solid #D9EAF1;
}
.page_side__menu__l1Item {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page_side__menu__l2Item {
  font-size: 14px;
  line-height: 2.14;
}
.page_side__menu__l2Item::before {
  content: "- ";
}
.page_side__btn {
  position: relative;
}
.page_side__btn .link_button {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_side {
    flex-basis: 320px;
    flex-shrink: 0;
  }
  .page_side__nav {
    margin-bottom: 24px;
  }
  .page_side__nav__wrap {
    padding-top: 30px;
    padding-inline: 20px;
  }
  .page_side__head {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .page_side__menu__l1 {
    padding-block: 20px;
  }
  .page_side__menu__l2 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_side {
    flex-basis: 100%;
  }
  .page_side__nav {
    margin-bottom: 16px;
  }
  .page_side__nav__wrap {
    padding-top: 20px;
    padding-inline: 10px;
  }
  .page_side__head {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .page_side__menu__l1 {
    padding-block: 16px;
  }
  .page_side__menu__l2 {
    padding-top: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .page_body {
    flex-grow: 1;
    padding-left: 7%;
  }
}
@media screen and (max-width: 1024px) {
  .page_body {
    flex-basis: 100%;
  }
}

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

/**/
.page_column {
  display: flex;
}
.page_column__pic__caption {
  text-align: right;
  line-height: 1.1;
  margin-top: 8px;
}
.page_column__pic .img_dummy {
  width: 100%;
  height: 100%;
  background-color: #EEE;
}
.page_column__pic.__landscape {
  aspect-ratio: 4/3;
}
.page_column__pic.__landscape img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_column__pic.__flex {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.page_column__pic.__flex img {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .page_column {
    align-items: flex-start;
    justify-content: space-between;
  }
  .page_column.__reverse {
    flex-direction: row-reverse;
  }
  .page_column__pic {
    flex-basis: 44%;
    flex-shrink: 0;
  }
  .page_column__pic__caption {
    font-size: 20px;
  }
  .page_column__pic__caption .__small {
    font-size: 14px;
  }
  .page_column__body {
    flex-basis: 52%;
  }
}
@media screen and (max-width: 1024px) {
  .page_column {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
  .page_column__pic {
    flex-basis: 100%;
    max-width: 600px;
  }
  .page_column__pic__caption {
    font-size: 16px;
  }
  .page_column__pic__caption .__small {
    font-size: 14px;
  }
  .page_column__body {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .page_floatcolumn__pic {
    float: left;
    width: 50%;
    margin-right: 20px;
  }
  .page_floatcolumn__pic.__right {
    float: right;
    margin-left: 20px;
  }
  .page_floatcolumn__body::after {
    clear: both;
  }
}
@media screen and (max-width: 1024px) {
  .page_floatcolumn__pic {
    margin-bottom: 20px;
  }
}

.page_photos {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 4%;
       column-gap: 4%;
  margin-top: 36px;
}
.page_photos img {
  flex-basis: 48%;
  aspect-ratio: 310/223;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.page_flex {
  display: flex;
}
.page_flex .page_flexItem .img_dummy {
  width: 100%;
  height: 100%;
  background-color: #EEE;
}
.page_flex .page_flexItem.__landscape {
  aspect-ratio: 4/3;
}
.page_flex .page_flexItem.__landscape img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_flex .page_flexItem.__portlate {
  aspect-ratio: 9/16;
}
.page_flex .page_flexItem.__portlate img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .page_flex {
    align-items: flex-start;
    justify-content: space-between;
  }
  .page_flex .page_flexItem {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
  .page_flex.__73 .page_flexItem:first-child {
    flex-basis: 27.5%;
  }
  .page_flex.__73 .page_flexItem:last-child {
    flex-basis: 67.5%;
  }
  .page_flex .page_flexItem.__square {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1024px) {
  .page_flex {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
  }
  .page_flex .page_flexItem {
    flex-basis: 100%;
  }
}

/**/
/**/
/**/
.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 #4197B8;
  color: #4197B8;
}
.wp-pagenavi .current {
  background-color: #4197B8;
  color: #FFF;
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_nav .link_button {
  width: 220px;
  height: 70px;
}
.single_nav .single_nav_next a, .single_nav .single_nav_prev a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.single_nav .single_nav_prev .link_arw {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .single_nav .single_nav_prev {
    order: 1;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next {
    order: 2;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next a {
    justify-content: flex-end;
  }
  .single_nav .link_button {
    order: 3;
    flex-basis: 220px;
  }
}

@media screen and (min-width: 1025px) {
  .news_archive {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive {
    margin-bottom: 50px;
  }
}

.news_header .single_meta {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-bottom: 20px;
}
.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 {
  padding: 0.5em 1em;
  line-height: 1;
  background-color: #4197B8;
  border-radius: 6px;
  color: #FFF;
  font-size: 14px;
}
.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;
}
.news_content h2::after {
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #4197B8;
  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: #4197B8;
  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;
  }
}
.news_content p, .news_content ul, .news_content ol {
  margin-bottom: 1em;
}
@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;
  }
}

@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;
}

.search_result__h2 {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.search_result__txt .heighlight {
  color: #4197B8;
}
.search_result .link_button {
  width: 270px;
}
.search_result__list {
  padding-block: 30px;
  padding-left: 20px;
}
.search_result__article {
  margin-bottom: 30px;
}
.search_result__h2 {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .search_result {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .search_result {
    padding-bottom: 50px;
  }
}

.acc-block .jsc-acc-btn {
  position: relative;
  cursor: pointer;
}
.acc-block .jsc-acc-body {
  display: none;
}
.acc-block .acc-spin {
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  border-right: 1px solid #4197B8;
  border-bottom: 1px solid #4197B8;
  transform: rotate(45deg);
  transition: all ease 0.5s;
}
.acc-block.is-open .acc-spin {
  transform: rotate(225deg);
}

.page_ul li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.page_ul li::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: calc((1.5em - 8px) / 2);
  background-color: #4197B8;
  border-radius: 50%;
  content: "";
}

.page_ol {
  counter-reset: ol-count 0;
}
.page_ol li {
  position: relative;
  padding-left: 2em;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page_ol li::before {
  display: block;
  width: 1.5em;
  line-height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4197B8;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  counter-increment: ol-count 1;
  content: counter(ol-count);
}

.page_ul_check li {
  position: relative;
  padding-left: 2em;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page_ul_check li::before {
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4197B8;
  border-radius: 50%;
  content: "";
}
.page_ul_check li::after {
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-40deg);
  content: "";
}

.page_lead {
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_lead {
    font-size: 16px;
  }
}

.page_dl {
  display: flex;
}
.page_dl dt {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .page_dl dt, .page_dl dd {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_dl {
    flex-wrap: wrap;
  }
}

.page_mark {
  background: linear-gradient(transparent 50%, #FF0 100%);
}

.page_imgalt {
  visibility: hidden;
  font-size: 0;
}

.page_reha__vision {
  position: relative;
}
.page_reha__vision__bg {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page_reha__vision__bg img {
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 1025px) {
  .page_reha__vision__bg::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.9) 100%);
    content: "";
  }
}
.page_reha__vision__wrap {
  position: relative;
  z-index: 1;
}
.page_reha__vision__slogan {
  font-weight: 500;
  line-height: 1.43;
}
.page_reha__vision .page_ul {
  margin-bottom: 10px;
}
.page_reha__vision .page_ul + .c-text {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .page_reha__vision__bg {
    height: 320px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .page_reha__vision__wrap {
    padding: 40px 30px;
  }
  .page_reha__vision__slogan {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_reha__vision__bg {
    aspect-ratio: 2/1;
    margin-bottom: 16px;
  }
  .page_reha__vision__slogan {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.page_standard__table th, .page_standard__table td {
  background-color: #FFF;
}
.page_standard__table th {
  color: #4197B8;
}
.page_standard__table td span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .page_standard__table th {
    width: 160px;
  }
}

.page_assess__certificate {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_assess__certificate {
    width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .page_assess__certificate {
    width: 100%;
    max-width: 450px;
  }
}

.page_assess__cert {
  max-width: 199px;
}

.page_floor__gallery {
  display: grid;
  gap: 20px;
  width: 100%;
}
.page_floor__gallery figure {
  position: relative;
  aspect-ratio: 4/3;
}
.page_floor__gallery figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7019607843), rgba(0, 0, 0, 0.3019607843) 70%, rgba(0, 0, 0, 0));
}
@media screen and (min-width: 1025px) {
  .page_floor__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .page_floor__gallery.__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .page_floor__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .page_floor__gallery {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .page_floor__gallery figure {
    max-width: 330px;
  }
}

.page_features__service {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.page_features__service tr {
  border-bottom: 1px solid #D9EAF1;
}
.page_features__service td, .page_features__service th {
  height: 100%;
}
.page_features__service td span, .page_features__service th span {
  display: block;
}
.page_features__service th {
  font-weight: inherit;
}
.page_features__service__ttl .__service__ttl {
  font-weight: 500;
}
.page_features__service__head p {
  height: 100%;
  background-color: #F5FAFB;
  text-align: center;
  line-height: 1;
}
.page_features__service__able p {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #F5FAFB;
}
.page_features__service__able .__service__enable, .page_features__service__able .__service__disable {
  width: 72%;
  border-radius: 3px;
  text-align: center;
}
.page_features__service__able .__service__enable {
  background-color: #4197B8;
  color: #FFF;
}
.page_features__service .__service__disable {
  border: 1px solid #4197B8;
  color: #4197B8;
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .page_features__service__ttl {
    padding-block: 26px;
  }
  .page_features__service__ttl .__service__ttl {
    font-size: clamp(20px, 1.87vw, 24px);
  }
  .page_features__service__head p {
    font-size: 18px;
    padding-block: 25px;
  }
  .page_features__service__head, .page_features__service__able {
    padding-left: 10px;
  }
  .page_features__service .col2 {
    width: 16.8%;
  }
  .page_features__service .__service__enable, .page_features__service .__service__disable {
    line-height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .page_features__service__ttl {
    padding-block: 16px;
    font-size: 14px;
  }
  .page_features__service__ttl .__service__ttl {
    font-size: 16px;
  }
  .page_features__service__head p {
    font-size: 16px;
    padding-block: 12px;
  }
  .page_features__service__head, .page_features__service__able {
    padding-left: 5px;
  }
  .page_features__service .col2 {
    width: 60px;
  }
  .page_features__service .__service__enable, .page_features__service .__service__disable {
    line-height: 30px;
    font-size: 14px;
  }
}

.page_features__btn {
  width: 270px;
  margin-inline: auto;
}

.page_video {
  aspect-ratio: 500/281;
}
.page_video iframe {
  width: 100%;
  height: 100%;
}

.page_features__table th {
  text-align: center;
  border-bottom-width: 2px;
}
.page_features__table tr:nth-child(odd) {
  background-color: #F5FAFB;
}

.page_nursing__table th {
  background-color: #F5FAFB;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .page_nursing__table th {
    width: 88px;
  }
}

.page_nursing__dl {
  display: flex;
}
.page_nursing__dl dt {
  position: relative;
  padding-right: 50px;
  font-weight: 500;
}
.page_nursing__dl dt::before, .page_nursing__dl dt::after {
  display: block;
  position: absolute;
  background-color: #4197B8;
  content: "";
}
.page_nursing__dl dt::after {
  right: 0px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 1025px) {
  .page_nursing__dl {
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .page_nursing__dl dt {
    flex-shrink: 0;
  }
  .page_nursing__dl dt::before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
  }
  .page_nursing__dl dt::after {
    width: 16px;
    height: 32px;
    top: calc(50% - 16px);
  }
  .page_nursing__dl dd {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .page_nursing__dl {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .page_nursing__dl dt::before {
    width: 16px;
    height: 12px;
    top: calc(50% - 6px);
    right: 16px;
  }
  .page_nursing__dl dt::after {
    width: 16px;
    height: 24px;
    top: calc(50% - 12px);
  }
  .page_nursing__dl dd {
    flex-basis: 100%;
    padding-left: 1em;
  }
}

.page_nursing__schedule th {
  text-align: center;
  background-color: #F5FAFB;
}
@media screen and (min-width: 1025px) {
  .page_nursing__schedule {
    table-layout: auto;
  }
  .page_nursing__schedule td:first-child {
    width: 160px;
    vertical-align: middle;
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  .page_nursing__schedule tr:first-child {
    display: none;
  }
  .page_nursing__schedule td:first-child {
    background-color: #F5FAFB;
    font-weight: 500;
  }
}

.page_data__table td:last-child {
  color: #4197B8;
  font-weight: 500;
  width: 80px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .page_data__table {
    table-layout: auto;
  }
}
.page_data__point {
  background-color: #F5FAFB;
}
@media screen and (min-width: 1025px) {
  .page_data__point {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page_data__point {
    padding: 20px;
  }
}

.page_act__h3 {
  font-weight: 500;
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .page_act__h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_act__h3 {
    font-size: 18px;
  }
}

.page_act__table td, .page_act__table th {
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .page_act__table.__full {
    width: 950px;
  }
}

@media screen and (min-width: 1025px) {
  .page_scrollable {
    padding-bottom: 16px;
  }
  .page_scrollable .scroll-hint-icon-wrap {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .page_scrollable {
    padding-bottom: 16px;
  }
  .page_scrollable .scroll-hint-text {
    display: none;
  }
  .page_scrollable .scroll-hint-icon:before {
    height: 30px;
  }
}

.page_midcareer__table td, .page_midcareer__table th {
  line-height: 1.33;
  text-align: center;
}
.page_midcareer__table tr:first-child td, .page_midcareer__table tr:first-child th {
  background-color: #F5FAFB;
}
@media screen and (min-width: 1025px) {
  .page_midcareer__table .col2 {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .page_midcareer__table .col2 {
    width: 60px;
  }
}

.page_leaving__dl {
  margin-bottom: 1em;
}
.page_leaving__dl dt {
  font-weight: 500;
}
.page_leaving__dl dt::before {
  content: "■";
  color: #4197B8;
}
.page_leaving__dl dd {
  padding-left: 1em;
}

.page_kouji__nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.page_kouji__nav .link_button {
  flex-shrink: 0;
}
.page_kouji__nav .link_arw {
  width: 20px;
  height: 20px;
}
.page_kouji__nav .link_arw::before {
  width: 7px;
  height: 7px;
  top: calc(50% - 3.5px);
  left: calc(50% - 5px);
}
@media screen and (min-width: 1025px) {
  .page_kouji__nav {
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .page_kouji__nav .link_button {
    flex-basis: 32%;
    height: auto;
  }
  .page_kouji__nav .link_button a {
    padding-block: 16px;
  }
  .page_kouji__nav .link_button .btn_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page_kouji__nav {
    justify-content: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    margin-bottom: 30px;
  }
  .page_kouji__nav .link_button {
    flex-basis: 100%;
    max-width: 300px;
    height: auto;
  }
  .page_kouji__nav .link_button a {
    padding-block: 10px;
  }
  .page_kouji__nav .link_button .btn_txt {
    font-size: 15px;
  }
}

.page_kouji__poster {
  width: 100%;
  max-width: 500px;
}

.page_kouji__qrcode {
  width: 150px;
}

.page_kouji__map {
  width: 100%;
  max-width: 600px;
}

.page_kouji__guidebook .link_button {
  width: 300px;
  height: 50px;
  margin-top: 30px;
}

.board_arichive {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .board_arichive {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .board_arichive {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 40px;
  }
}
@media screen and (max-width: 520px) {
  .board_arichive {
    grid-template-columns: 1fr;
  }
}

.board_article__h2 {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .board_article__h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .board_article__h2 {
    font-size: 16px;
  }
}

.magazine_arichive {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .magazine_arichive {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .magazine_arichive {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 40px;
  }
}
@media screen and (max-width: 520px) {
  .magazine_arichive {
    grid-template-columns: 1fr;
  }
}

.magazine_article__h2 {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .magazine_article__h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .magazine_article__h2 {
    font-size: 16px;
  }
}

.page_research__table .col1 {
  width: 2em;
}
.page_research__table .col3 {
  width: 160px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page_research__table {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .page_research__table {
    width: 700px;
  }
}

.page_sticker {
  position: relative;
}
.page_sticker__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 6px;
}
.page_sticker__ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_sticker__wrap {
    padding: 30px;
  }
  .page_sticker__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .page_sticker__wrap {
    padding: 20px;
  }
  .page_sticker__ttl {
    font-size: 16px;
  }
}

.page_flow__mynumcd {
  width: 285px;
}

@media screen and (min-width: 1025px) {
  .page_flow__checklist {
    display: flex;
    justify-content: space-between;
  }
  .page_flow__checklist .page_ul_check {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
}

.page_flow__table th p, .page_flow__table td p {
  line-height: 1.75;
}
.page_flow__table th i, .page_flow__table td i {
  display: inline-block;
}
.page_flow__table th {
  font-weight: 500;
}
.page_flow__table.__112 .col1 {
  width: 25%;
}
.page_flow__table.__112 .col2 {
  width: 25%;
}
.page_flow__table.__112 .col3 {
  width: 50%;
}
.page_flow__table.__235 .col1 {
  width: 20%;
}
.page_flow__table.__235 .col2 {
  width: 30%;
}
.page_flow__table.__235 .col3 {
  width: 50%;
}
.page_flow__table.__37 .col1 {
  width: 30%;
}
.page_flow__table.__37 .col2 {
  width: 70%;
}
@media screen and (min-width: 1025px) {
  .page_flow__table {
    width: 100%;
  }
  .page_flow__table.__112 {
    min-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .page_flow__table.__112 {
    width: 800px;
  }
}

.page_life__grid {
  display: grid;
}
.page_life__grid__img {
  aspect-ratio: 4/3;
}
.page_life__grid.__2col .page_life__grid__img {
  aspect-ratio: 1/1;
}
.page_life__grid__ttl {
  font-weight: 500;
  line-height: 1.5;
  margin-block: 0.5em;
}
.page_life__grid .c-text {
  line-height: 1.75;
}
@media screen and (min-width: 1025px) {
  .page_life__grid.__4col {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5%;
  }
  .page_life__grid.__3col {
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
  .page_life__grid.__2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }
  .page_life__grid__ttl {
    font-size: 20px;
  }
  .page_life__grid .c-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page_life__grid.__4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .page_life__grid.__3col {
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
  .page_life__grid.__2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }
  .page_life__grid__ttl {
    font-size: 18px;
  }
  .page_life__grid .c-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  .page_life__grid.__4col {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .page_life__grid.__3col {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .page_life__grid.__2col {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.page_life__flow {
  display: flex;
}
.page_life__flow__block {
  background-color: #F5FAFB;
  border-radius: 6px;
}
.page_life__flow__ttl {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5em;
}
.page_life__flow__sch dt, .page_life__flow__sch dd {
  font-weight: 500;
}
.page_life__flow__sch dt {
  width: -moz-max-content;
  width: max-content;
  padding-inline: 0.5em;
  margin-bottom: 0.5em;
  line-height: 2;
}
.page_life__flow__sch dt.__white {
  background-color: #FFF;
}
.page_life__flow__sch:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_life__flow {
    justify-content: space-between;
    margin-top: 30px;
  }
  .page_life__flow__block {
    flex-basis: 32.8%;
    flex-shrink: 0;
    padding: 30px 20px;
  }
  .page_life__flow__ttl {
    font-size: 22px;
  }
  .page_life__flow__sch {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page_life__flow {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 16px;
  }
  .page_life__flow__block {
    flex-basis: 100%;
    max-width: 500px;
    padding: 20px 16px;
  }
  .page_life__flow__ttl {
    font-size: 18px;
  }
  .page_life__flow__sch {
    margin-bottom: 16px;
  }
}

.page_doctor__dl {
  display: flex;
  border-bottom: 1px solid #C6E0EA;
}
.page_doctor__dl dt, .page_doctor__dl dd {
  font-weight: 500;
  padding: 1em;
}
.page_doctor__dl dt {
  flex-basis: 100px;
  flex-shrink: 0;
}
.page_doctor__dl dd {
  flex-grow: 1;
}

.page_outpatient__table thead th {
  background-color: #F5FAFB;
  color: #4197B8;
}
.page_outpatient__table tbody th {
  text-align: center;
}
.page_outpatient__table.__4col .col1 {
  width: 80px;
}
.page_outpatient__table.__4col .col2 {
  width: 96px;
}
.page_outpatient__table.__4col .col3 {
  width: 180px;
}
.page_outpatient__table.__2col .col1 {
  width: 70%;
}
.page_outpatient__table.__15col .col1 {
  width: 90px;
}
@media screen and (min-width: 1025px) {
  .page_outpatient__table {
    width: 100%;
  }
  .page_outpatient__table td i {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .page_outpatient__table.__4col {
    width: 800px;
  }
  .page_outpatient__table.__2col {
    width: 100%;
  }
  .page_outpatient__table.__15col {
    width: 100%;
  }
}

.page_disease__table .col2 {
  width: 88px;
}
.page_disease__table th:last-child, .page_disease__table td:last-child {
  text-align: center;
}

.page_costs__table .col1 {
  width: 25%;
  min-width: 155px;
}
.page_costs__table .col2 {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .page_costs__table {
    width: 850px;
  }
}

.page_faq__section {
  position: relative;
}
.page_faq__section:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_faq__section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_faq__section {
    margin-bottom: 50px;
  }
}
.page_faq__section__wrap {
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_faq__section__wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_faq__section__wrap {
    padding: 15px;
  }
}

.page_faq__bg {
  left: 10px;
  top: 10px;
  border-radius: 6px;
}

.page_faq__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_faq__block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page_faq__block {
    margin-bottom: 20px;
  }
}
.page_faq__block.is-open .page_faq__spin::before {
  transform: rotate(0deg);
}

.page_faq__q {
  position: relative;
  cursor: pointer;
  line-height: 1.33;
  padding-block: 0.5em;
  padding-right: 1.5em;
}
@media screen and (min-width: 1025px) {
  .page_faq__q {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .page_faq__q {
    font-size: 16px;
  }
}

.page_faq__a {
  padding-left: 1em;
}

.page_faq__spin {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #4197B8;
  position: absolute;
  right: 0;
  top: calc(1.165em - 1px);
}
.page_faq__spin::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4197B8;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  transform: rotate(90deg);
  transition: all ease 0.4s;
}

.page_thanks .link_button {
  width: 270px;
}

.page_block_content p {
  margin-bottom: 1em;
}

.page_kojinou__symptoms {
  display: grid;
}
.page_kojinou__symptoms__item {
  border: 2px solid #4197B8;
  border-radius: 10px;
  background-color: #FFF;
}
.page_kojinou__symptoms p {
  line-height: 1.33;
}
.page_kojinou__symptoms__ttl {
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .page_kojinou__symptoms {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5%;
  }
  .page_kojinou__symptoms__item {
    padding-block: 16px;
    padding-inline: 20px;
  }
  .page_kojinou__symptoms__ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page_kojinou__symptoms {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .page_kojinou__symptoms {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5%;
  }
  .page_kojinou__symptoms__item {
    padding-block: 16px;
    padding-inline: 20px;
  }
  .page_kojinou__symptoms__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .page_kojinou__symptoms {
    display: block;
  }
  .page_kojinou__symptoms__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page_toubu__illust {
  text-align: center;
}

.page_toubu__map {
  width: 100%;
  aspect-ratio: 4/3;
}
.page_toubu__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .page_meal__table .col1 {
    width: 115px;
  }
}
@media screen and (max-width: 1024px) {
  .page_meal__table .col1 {
    width: 100px;
  }
}

.e404 .link_button {
  width: 270px;
}

.page_collab__section {
  position: relative;
}
.page_collab__section::after {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #4197B8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.page_collab__section:last-of-type::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .page_collab__section {
    padding-bottom: 50px;
  }
  .page_collab__section::after {
    width: 100px;
    height: 50px;
    left: calc(50% - 50px);
  }
}
@media screen and (max-width: 1024px) {
  .page_collab__section {
    padding-bottom: 30px;
  }
  .page_collab__section::after {
    width: 60px;
    height: 30px;
    left: calc(50% - 30px);
  }
}

.page_collab__block {
  position: relative;
}
.page_collab__block .page_column__pic {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_collab__block {
    margin-bottom: 30px;
  }
  .page_collab__block .page_column__pic {
    aspect-ratio: 4/3;
  }
  .page_collab__block .page_column__pic .imgauto {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .page_collab__block {
    margin-bottom: 30px;
  }
  .page_collab__block:has(.page_collab__flow) > .page_column__body {
    padding-top: 30px;
    padding-left: 30px;
  }
}

.page_collab__caption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  padding-inline: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.page_collab__flow {
  background-color: #4197B8;
  color: #FFF;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .page_collab__flow {
    top: 0;
    right: calc(100% + 20px);
    width: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .page_collab__flow {
    left: 0;
    top: 0;
    padding-inline: 0.5em;
  }
}

.page_collab__h4 {
  position: relative;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1em;
}
.page_collab__h4::after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #4197B8;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_collab__h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .page_collab__h4 {
    font-size: 16px;
  }
}

.page_collab__signature {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
  .page_cs__button {
    width: 390px;
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .page_cs__button {
    max-width: 360px;
    height: 50px;
  }
}

.page_pulmo__flow li {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4197B8;
  font-weight: 500;
  padding-block: 0.5em;
  padding-inline: 1em;
  margin-bottom: 30px;
  position: relative;
}
.page_pulmo__flow li::before, .page_pulmo__flow li::after {
  display: block;
  background-color: #4197B8;
  position: absolute;
  content: "";
}
.page_pulmo__flow li::before {
  width: 20px;
  height: 10px;
  top: calc(100% + 5px);
  left: 50px;
}
.page_pulmo__flow li::after {
  width: 40px;
  height: 10px;
  top: calc(100% + 15px);
  left: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page_pulmo__flow li:last-child {
  margin-bottom: 0;
}
.page_pulmo__flow li:last-child::before, .page_pulmo__flow li:last-child::after {
  display: none;
}

.page_pulmo__photo {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.tour_top {
  position: relative;
}
.tour_top__bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: 1;
}
.tour_top__container {
  position: relative;
  z-index: 1;
}
.tour_top__lead {
  font-weight: 500;
}
.tour_top__video {
  background-color: #B7B7B7;
  margin-inline: auto;
}
.tour_top__video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .tour_top__container {
    padding-top: 25px;
  }
  .tour_top__lead {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .tour_top__video {
    width: 68%;
    aspect-ratio: 928/484;
    margin-block: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .tour_top__container {
    padding-top: 20px;
  }
  .tour_top__lead {
    font-size: 28px;
    line-height: 1.33;
    margin-bottom: 20px;
  }
  .tour_top__video {
    width: 100%;
    aspect-ratio: 928/484;
    margin-block: 25px;
  }
}

.support_about__ut {
  background-color: #FDFCE7;
}
.support_about__ut__ttl {
  font-weight: 700;
  text-align: center;
  color: #4197B8;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .support_about__ut {
    padding-block: 50px;
    padding-inline: 5%;
    margin-block: 50px;
  }
  .support_about__ut__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .support_about__ut {
    padding-block: 25px;
    padding-inline: 5%;
    margin-block: 25px;
  }
  .support_about__ut__ttl {
    font-size: 22px;
  }
}

.support_effort__item {
  border: 1px solid #4197B8;
}
.support_effort__item:last-child {
  margin-bottom: 0;
}
.support_effort__item .page_ul li {
  font-weight: 500;
}
.support_effort__ttl__main, .support_effort__ttl__sub {
  display: inline-block;
  vertical-align: middle;
}
.support_effort__ttl__main {
  font-weight: 700;
  color: #4197B8;
  line-height: 1.1;
  letter-spacing: 0.1em;
  border-right: 2px solid #4197B8;
  padding-right: 0.5em;
}
.support_effort__ttl__sub {
  font-weight: 500;
  padding-left: 0.5em;
}
@media screen and (min-width: 1025px) {
  .support_effort__item {
    padding-block: 20px;
    padding-inline: 3%;
    margin-bottom: 40px;
  }
  .support_effort__item .page_ul li {
    font-size: 20px;
  }
  .support_effort__ttl {
    margin-bottom: 20px;
  }
  .support_effort__ttl__main {
    font-size: 30px;
  }
  .support_effort__ttl__sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .support_effort__item {
    padding-block: 16px;
    padding-inline: 2.5%;
    margin-bottom: 20px;
  }
  .support_effort__item .page_ul li {
    font-size: 20px;
  }
  .support_effort__ttl {
    margin-bottom: 20px;
  }
  .support_effort__ttl__main {
    font-size: 22px;
  }
  .support_effort__ttl__sub {
    font-size: 18px;
  }
}

.support_service__list {
  display: grid;
}
.support_service__ttl {
  color: #4197B8;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 14px;
}
@media screen and (min-width: 1025px) {
  .support_service__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 44px;
  }
  .support_service__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .support_service__list {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 30px;
  }
  .support_service__ttl {
    font-size: 22px;
  }
}

.support_monitor__h4 {
  font-weight: 500;
  color: #4197B8;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .support_monitor__h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .support_monitor__h4 {
    font-size: 22px;
  }
}

.support_program .page_ol li .c-text {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .support_program .page_ol li::before {
    font-size: 18px;
    top: 10.94px;
  }
}
@media screen and (max-width: 1024px) {
  .support_program .page_ol li::before {
    font-size: 16px;
    top: 6.8px;
  }
}

@media screen and (min-width: 1025px) {
  .support_action .page_ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .support_action .page_ul li {
    font-size: 18px;
  }
}

.support_contact {
  display: flex;
  border: 1px solid #4197B8;
  margin-inline: auto;
}
.support_contact__ttl {
  font-weight: 700;
  color: #4197B8;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .support_contact {
    height: 184px;
    width: 83%;
    max-width: 1130px;
    min-width: 900px;
    align-items: center;
    padding-left: 10%;
    padding-right: 4%;
    margin-bottom: 80px;
  }
  .support_contact__body {
    flex-grow: 1;
  }
  .support_contact__btn {
    flex-basis: 45%;
    flex-shrink: 0;
  }
  .support_contact__btn .link_button .btn_txt {
    font-size: 20px;
  }
  .support_contact__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .support_contact {
    width: 100%;
    max-width: 900px;
    flex-wrap: wrap;
    row-gap: 20px;
    padding-inline: 5%;
    padding-block: 20px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .support_contact__body {
    flex-basis: 100%;
  }
  .support_contact__btn {
    flex-basis: 100%;
    max-width: 400px;
  }
  .support_contact__btn .link_button .btn_txt {
    font-size: 18px;
  }
  .support_contact__ttl {
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  .tour_top__container {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .tour_top__container {
    padding-bottom: 50px;
  }
}

.support_bottom {
  display: grid;
  margin-inline: auto;
}
.support_bottom__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F3F5;
  border: 1px solid #707070;
  border-radius: 26px;
}
.support_bottom__banner .bnr_txt {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .support_bottom {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 30px;
    width: 80%;
    max-width: 1080px;
    min-width: 900px;
  }
  .support_bottom__banner {
    height: 177px;
  }
  .support_bottom__banner .bnr_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .support_bottom {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 30px;
    width: 100%;
    max-width: 400px;
  }
  .support_bottom__banner {
    height: 120px;
  }
  .support_bottom__banner .bnr_txt {
    font-size: 20px;
  }
}

.page_tour_header {
  position: relative;
}
.page_tour_header__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page_tour_header__ttl {
  background-color: #FFF;
  border-radius: 25px;
  position: absolute;
}
.page_tour_header .container {
  height: 100%;
}
.page_tour_header + .page_content {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .page_tour_header {
    height: 40vw;
    max-height: 758px;
  }
  .page_tour_header__ttl {
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 40px;
    padding-inline: 4.28%;
    left: 0;
    bottom: 12%;
  }
}
@media screen and (max-width: 1024px) {
  .page_tour_header {
    height: 75vw;
    max-height: 500px;
  }
  .page_tour_header__ttl {
    width: 100%;
    padding-block: 20px;
    padding-inline: 4.28%;
    left: 0;
    bottom: 5%;
  }
}

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

.contact_caution {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #FFF;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.contact_caution p {
  font-size: 16px;
  line-height: 2;
}
.contact_caution .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #4197B8;
  border-radius: 50%;
}
.contact_caution .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 {
  transform: translateY(-2px) rotate(45deg);
}
.contact_caution.is-open .expand_btn::before {
  transform: translateY(2px) rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .contact_caution {
    padding: 50px 5%;
  }
  .contact_caution a {
    font-size: 24px;
  }
  .contact_caution .expand_btn {
    right: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution {
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution a {
    font-size: 20px;
  }
  .contact_caution .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;
  width: 100%;
  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 {
    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 {
    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: #FFF;
  color: #2E2E2E;
}
.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: #4197B8;
  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: #4197B8;
}
.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 {
    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 #4197B8;
  color: #4197B8;
  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: #4197B8;
  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: #4197B8;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #4197B8;
}
@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 */