body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
  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: 16px;
  }
}
body:has(.site-header #toggle-menu-btn:checked), body:has(.modal_window.is-open) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

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

img.imgauto {
  display: block;
  width: 100%;
}

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

picture {
  display: block;
  height: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.1;
  font-weight: 400;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

button:focus-visible {
  outline: none;
}

.inline_block {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  br.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  br.__pc {
    display: none;
  }
}
.br_clone {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

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

.inline_link {
  text-decoration: underline;
  color: #801F71;
}

.color_white {
  color: #FFF;
}

.bg_gray {
  background-color: #F9F9F3;
}

.color_main {
  color: #801F71;
}

.bg_main {
  background-color: #801F71;
  color: #FFF;
}

.__underline {
  position: relative;
}
.__underline::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #801F71;
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
}

.__bold {
  font-weight: 700;
}

.thin_txt {
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  .thin_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .thin_txt {
    font-size: 12px;
  }
}

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

.fs18 {
  font-size: 18px;
}

@media screen and (min-width: 1025px) {
  .fs20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fs20 {
    font-size: 16px;
  }
}

.ls0 {
  letter-spacing: 0;
}

.marker {
  background: linear-gradient(180deg, transparent 70%, #FBF58D 70%);
}

.fit_center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 80%;
    max-width: 1320px;
    min-width: 900px;
  }
}
@media screen and (max-width: 1320px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
    max-width: 640px;
  }
}

.position_rel {
  position: relative;
}

a {
  transition: all ease 0.5s;
}

a.hover_zoom {
  display: block;
  overflow: hidden;
}
a.hover_zoom img {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.hover_zoom:hover {
    opacity: 1;
  }
  a.hover_zoom:hover img {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #801F71;
  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;
}

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

.link_button {
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 6px;
  padding-inline: 20px;
  transition: all ease 0.5s;
}
.link_button .btn_txt {
  font-weight: 700;
  font-size: 1rem;
}
.link_button .btn_arw {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.link_button .btn_arw svg {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
}
.link_button.btn_white {
  border: 1px solid #FFF;
}
.link_button.btn_white .btn_icon {
  background-color: #FFF;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.link_button.btn_white .btn_icon svg {
  fill: #333333;
}
.link_button.btn_main {
  background-color: #FFF;
  border: 1px solid #801F71;
}
.link_button.btn_main .btn_arw {
  background-color: #801F71;
}
.link_button.btn_main .btn_arw svg {
  stroke: #FFF;
}
.link_button.btn_red {
  background-color: #EC2D24;
}
.link_button.btn_red .btn_icon svg {
  fill: #FFF;
}
.link_button.btn_color {
  background-color: #801F71;
}
.link_button.btn_color .btn_txt {
  color: #FFF;
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button .btn_icon {
  width: var(--icon-width);
  flex-shrink: 0;
  position: relative;
}
.link_button .btn_icon svg {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 360px;
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 100%;
    max-width: 335px;
    height: 70px;
    margin-inline: auto;
  }
}
.link_button:hover {
  opacity: 1;
}
.link_button.btn_main:hover {
  background-color: #801F71;
}
.link_button.btn_main:hover .btn_txt {
  color: #FFF;
}
.link_button.btn_main:hover .btn_arw {
  background-color: #FFF;
}
.link_button.btn_main:hover .btn_arw svg {
  stroke: #801F71;
}

.cta_button {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 10px;
}
.cta_button .btn_txt {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .cta_button .btn_txt {
    font-size: clamp(14px, 1vw, 16px);
  }
}
.cta_button .btn_icon {
  width: var(--icon-width);
  flex-shrink: 0;
}
.cta_button .btn_icon svg {
  display: block;
  width: 100%;
}
.cta_button.btn_white {
  background-color: #FFF;
  border: 2px solid #801F71;
  color: #801F71;
}
.cta_button.btn_white .btn_icon svg {
  fill: #801F71;
}
.cta_button.btn_color {
  color: #FFF;
  background-color: #801F71;
}

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

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

body *.mb0 {
  margin-bottom: 0;
}

.mb1em {
  margin-bottom: 1em;
}

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

.c-text {
  line-height: 2;
}
.c-text + .c-text {
  margin-top: 1em;
}
.c-text span {
  display: inline-block;
}
.c-text.__note {
  font-size: 14px;
}
.c-text.__indent {
  padding-left: 1em;
}
.c-text em {
  font-weight: 700;
  font-size: 1.5em;
}

.c-icon {
  width: var(--icon-width);
}

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

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

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

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

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

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

.pb50 {
  padding-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  .pb80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table th, .c-table td {
  vertical-align: middle;
  border: 1px solid #F9F9F3;
  line-height: 1.5;
}
.c-table th {
  font-weight: 700;
  color: #FFF;
  background-color: #484554;
}
.c-table td {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    padding-block: 26px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    font-size: 15px;
    padding-block: 12px;
  }
  .c-table th, .c-table td {
    padding-inline: 16px;
  }
  .c-table td {
    padding-left: 24px;
  }
}

.site-header {
  position: sticky;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: background-color 0.5s;
}
.site-header .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    height: 116px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    height: 90px;
    padding-inline: 5%;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 9.35%;
    max-width: 172px;
    min-width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 123px;
  }
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 3%;
       column-gap: 3%;
  height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 100%;
  height: 100%;
  position: relative;
}
.site-header .main-navigation .main_menu > .menu-item {
  display: flex;
  align-items: center;
}
.site-header .main-navigation .main_menu > .menu-item > a {
  line-height: 2;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.site-header .main-navigation .main_menu > .menu-item > a::before {
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #801F71;
  transition: width ease 0.4s;
  content: "";
}
.site-header .main-navigation .header_cta {
  display: flex;
  align-items: center;
  height: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-basis: 30%;
  flex-shrink: 0;
  max-width: 500px;
  min-width: 280px;
}
.site-header .main-navigation .cta_button {
  flex-basis: calc(50% - 10px);
  max-width: 240px;
  height: 70px;
  flex-shrink: 0;
}
.site-header .menu-item {
  cursor: pointer;
}
.site-header .header_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.5s;
}
.site-header:not(.header_fv) .header_bg {
  background: rgba(255, 255, 255, 0.7);
  filter: blur(10px);
}
@media (hover: hover) {
  .site-header .main_menu > .menu-item > a:hover {
    opacity: 1;
  }
  .site-header .main_menu > .menu-item:hover > a::before {
    width: 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 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #801F71;
    border-radius: 50%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn {
    display: block;
    position: absolute;
    width: 26px;
    height: 16px;
    inset: 0;
    margin: auto;
    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;
    transition: all 0.5s;
    transform-origin: left;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
    top: 0%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
    top: calc(50% - 0.5px);
  }
  .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 {
  height: 26px;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._menu_bar._bar1 {
  width: 141.4213562373%;
  transform: rotate(45deg);
}
.site-header #toggle-menu-btn:checked ~ .header_container ._menu_bar._bar3 {
  width: 141.4213562373%;
  transform: rotate(-45deg);
}
.site-header #toggle-menu-btn:checked ~ .header_container ._menu_bar._bar2 {
  width: 0;
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 0;
  z-index: -1;
  position: fixed;
  top: 90px;
  left: 0;
  transition: all ease 0.5s;
  background-color: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window {
    display: none;
  }
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.site-header .mobile_modal_window .modal_nav .main_menu {
  margin-bottom: 40px;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item {
  line-height: 2;
  position: relative;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item a {
  display: block;
  width: 100%;
  padding-block: 14px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item {
  border-top: 1px solid #801F71;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item:last-child {
  border-bottom: 1px solid #801F71;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item::after {
  display: block;
  width: 14px;
  height: 10px;
  background: url("../images/arrow.svg") center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
}
.site-header .mobile_modal_window .cta_button {
  width: 300px;
  height: 70px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.site-header #toggle-menu-btn:checked ~ .header_container {
  background-color: #FFF;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  height: calc(100vh - 90px);
}

.menu-btn {
  height: 50px;
  border-radius: 25px;
  text-align: center;
}
.menu-btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.menu-btn.menu_recruit {
  font-weight: 700;
  color: #FFF;
  background: linear-gradient(90deg, rgb(251, 135, 107) 0%, rgb(213, 175, 202) 100%);
}
.menu-btn.menu_contact {
  background-color: #FFF;
  border: 1px solid #801F71;
}

.main-navigation .menu-btn {
  flex: 1;
  min-width: 110px;
  max-width: 170px;
  font-size: clamp(14px, 1vw, 16px);
}

.modal_nav .menu-btn {
  width: 300px;
  text-align: center;
  margin-inline: auto;
}
.modal_nav .menu-btn.menu_recruit {
  margin-block: 50px;
}

body.page-about-us .main-navigation .main_menu .menu_about-us > a::before,
body.post-type-archive-facilities .main-navigation .main_menu .menu_facilities > a::before,
body.post-type-archive-news .main-navigation .main_menu .menu_news > a::before,
body.single-facilities .main-navigation .main_menu .menu_facilities > a::before,
body.single-news .main-navigation .main_menu .menu_news > a::before {
  width: 50%;
}

.home_link {
  display: block;
  width: 100%;
}
.home_link .logo_txt {
  display: block;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home_link .logo_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .logo_txt {
    font-size: 10px;
  }
}

.site-footer {
  position: relative;
}
.site-footer .footer_container {
  display: flex;
}
.site-footer .footer_sns {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.site-footer .footer_sns__item {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_nav__l1 {
  font-weight: 700;
}
.site-footer .footer_nav__l1 .btn_icon {
  display: inline-block;
  width: var(--icon-width);
  margin-left: 10px;
}
.site-footer .footer_nav__l1 .btn_icon svg {
  display: block;
  width: 100%;
  fill: #333333;
}
.site-footer .footer_nav__l2 {
  position: relative;
  font-size: 14px;
  color: #666666;
  margin-bottom: 1em;
}
.site-footer .footer_copyright {
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .site-footer {
    padding-block: 120px;
  }
  .site-footer .footer_container {
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .site-footer .footer_signature {
    flex-shrink: 0;
  }
  .site-footer .home_link {
    width: 172px;
    margin-bottom: 40px;
  }
  .site-footer .footer_nav {
    flex-grow: 1;
    justify-content: flex-end;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .site-footer .footer_nav__l1 {
    margin-bottom: 2em;
  }
  .site-footer .footer_nav__menu:has(.footer_nav__l2) .footer_nav__l1 {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding-block: 50px;
  }
  .site-footer .footer_container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
  .site-footer .footer_signature {
    flex-basis: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #CACACA;
  }
  .site-footer .home_link {
    width: 172px;
    margin-bottom: 30px;
    margin-inline: auto;
  }
  .site-footer .footer_sns {
    justify-content: center;
  }
  .site-footer .footer_nav {
    flex-basis: 100%;
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .site-footer .footer_nav__menu {
    flex-basis: 100%;
  }
  .site-footer .footer_nav__l1 {
    margin-bottom: 1em;
  }
  .site-footer .footer_copyright {
    text-align: center;
  }
}

.footer_banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.footer_banner__link {
  display: block;
  height: 100%;
}
.footer_banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.footer_banner__content {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.footer_banner__ttl {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 1;
  letter-spacing: 0.05em;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.footer_banner__h2 {
  font-weight: 700;
}
.footer_banner.banner_recruit .link_button .btn_icon svg {
  display: block;
  width: 18px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .footer_banner {
    height: 480px;
  }
  .footer_banner:first-child {
    margin-bottom: 60px;
  }
  .footer_banner__content {
    padding-block: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 45%;
  }
  .footer_banner__h2 {
    font-size: 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer_banner__ttl {
    font-size: 84px;
    writing-mode: vertical-rl;
    top: 30px;
  }
  .footer_banner .link_button {
    width: 320px;
  }
  .footer_banner.banner_recruit {
    padding-left: 10%;
  }
  .footer_banner.banner_recruit .footer_banner__ttl {
    left: 0;
  }
  .footer_banner.banner_youtube {
    padding-right: 10%;
  }
  .footer_banner.banner_youtube .footer_banner__content {
    margin-left: auto;
  }
  .footer_banner.banner_youtube .footer_banner__ttl {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer_banner {
    height: 660px;
    max-height: calc(100vh - 90px);
  }
  .footer_banner:first-child {
    margin-bottom: 30px;
  }
  .footer_banner__content {
    padding-top: 80px;
    padding-inline: 20px;
  }
  .footer_banner__h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .footer_banner__ttl {
    font-size: 60px;
    top: 0;
  }
  .footer_banner .link_button {
    width: 295px;
    margin-top: 30px;
  }
  .footer_banner .link_button.btn_white {
    background-color: #FFF;
  }
  .footer_banner .link_button.btn_white .btn_txt {
    color: #333333;
  }
  .footer_banner .link_button.btn_white .btn_icon {
    background-color: #333333;
  }
  .footer_banner .link_button.btn_white .btn_icon svg {
    fill: #FFF;
  }
}
@media (hover: hover) {
  .footer_banner__link:hover {
    opacity: 1;
  }
  .footer_banner__link:hover .btn_white {
    background-color: #FFF;
  }
  .footer_banner__link:hover .btn_white .btn_txt {
    color: #333333;
  }
  .footer_banner__link:hover .btn_white .btn_icon {
    background-color: #333333;
  }
  .footer_banner__link:hover .btn_white .btn_icon svg {
    fill: #FFF;
  }
  .footer_banner__link:hover .btn_red {
    background-color: #FFF;
  }
  .footer_banner__link:hover .btn_red .btn_txt {
    color: #EC2D24;
  }
  .footer_banner__link:hover .btn_red .btn_icon svg {
    fill: #EC2D24;
  }
}

.page_border {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .page_border {
    height: 116px;
  }
}
@media screen and (max-width: 1024px) {
  .page_border {
    height: 90px;
  }
}

.top_h2 {
  position: relative;
}
.top_h2 .h2_txt {
  font-weight: 700;
  line-height: 1;
}
.top_h2 .h2_sub_txt {
  position: relative;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: 1em;
}
.top_h2 .h2_sub_txt::before {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #801F71;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.5em - 5px);
  content: "";
}
.top_h2 .h2_op_txt {
  color: #FFF6FF;
  letter-spacing: 0.05em;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (min-width: 1025px) {
  .top_h2 .h2_txt {
    font-size: 40px;
  }
  .top_h2 .h2_sub_txt {
    font-size: 20px;
  }
  .top_h2 .h2_op_txt {
    font-size: clamp(74px, 5.625vw, 108px);
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 .h2_txt {
    font-size: 32px;
  }
  .top_h2 .h2_sub_txt {
    font-size: 18px;
  }
  .top_h2 .h2_op_txt {
    font-size: 64px;
  }
}

.top_section {
  position: relative;
  z-index: 1;
}
.top_section.pb0 {
  padding-bottom: 0;
}
.top_section.pt0 {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .top_section {
    padding-block: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section {
    padding-block: 50px;
  }
}

.top_mv {
  position: relative;
}
.top_mv__bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.top_mv__slider {
  position: absolute;
  left: 0;
  z-index: 1;
}
.top_mv__picture {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.top_mv__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.top_mv__catch__h2 {
  font-weight: 700;
  line-height: 1;
}
.top_mv__catch__p {
  color: #8079A9;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    max-height: 964px;
  }
  .top_mv__container {
    padding-top: 44px;
    padding-bottom: 8.07vw;
  }
  .top_mv__catch__h2 {
    writing-mode: vertical-rl;
    font-size: clamp(32px, 3.3vw, 64px);
    letter-spacing: 0.2em;
    line-height: 1.75;
    padding-top: 1.125em;
    margin-bottom: 0.6em;
    background: linear-gradient(0deg, #801F71 0%, #BA336B 35%, #AF2F6C 58%, #801F71 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top_mv__catch__p {
    font-size: clamp(16px, 1.25vw, 24px);
  }
  .top_mv__slider {
    top: 0;
    padding-top: 44px;
    padding-inline: calc(5% - 15px);
  }
  .top_mv .splide__track {
    padding: 15px !important;
  }
  .top_mv__picture {
    width: 37%;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  }
  .top_mv__slider.__right .top_mv__picture {
    margin-left: auto;
  }
  .top_mv__bg {
    height: calc(100% + 116px);
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    height: calc(200vw - 90px);
    max-height: 810px;
  }
  .top_mv > .container {
    height: 100%;
  }
  .top_mv__container {
    padding-top: 10px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .top_mv__catch__h2 {
    font-size: 36px;
    letter-spacing: 0.2em;
    line-height: 1.75;
    margin-bottom: 0.1em;
    background: linear-gradient(90deg, #801F71 0%, #BA336B 35%, #801F71 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    --blur: 0.1em;
    --shadow: rgba(255,255,255,0.5);
    filter: drop-shadow(0 0 var(--blur) var(--shadow)) drop-shadow(0 0 var(--blur) var(--shadow)) drop-shadow(0 0 var(--blur) var(--shadow)) drop-shadow(0 0 var(--blur) var(--shadow)) drop-shadow(0 0 var(--blur) var(--shadow)) drop-shadow(0 0 var(--blur) var(--shadow));
  }
  .top_mv__catch__p {
    font-size: 16px;
  }
  .top_mv__slider {
    width: 100%;
  }
  .top_mv__slider.__left {
    padding-top: 10px;
    top: 0;
  }
  .top_mv__slider.__right {
    bottom: 0;
    padding-bottom: 35px;
  }
  .top_mv .splide__track {
    height: 100%;
    padding-inline: 5% !important;
    padding-bottom: 15px;
  }
  .top_mv__picture {
    width: 100%;
    max-width: 436px;
    height: auto;
    margin-inline: auto;
  }
  .top_mv__bg {
    height: calc(100% + 90px);
  }
}

.top_h3__ja, .top_h3__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.top_h3__en {
  color: #801F71;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 1025px) {
  .top_h3__ja {
    font-size: clamp(18px, 1.71vw, 24px);
  }
  .top_h3__en {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h3__ja {
    font-size: 20px;
  }
  .top_h3__en {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.top_news__nav {
  display: flex;
}
.top_news__nav__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F3;
  border-radius: 10px 10px 0 0;
  color: #979797;
  font-weight: 700;
}
.top_news__nav__tab.is-active {
  background-color: #FFF6FF;
  color: #801F71;
  pointer-events: none;
}
.top_news__archive {
  background-color: #FFF6FF;
  border-radius: 10px;
}
@media (hover: hover) {
  .top_news__nav__tab:hover {
    opacity: 1;
  }
  .top_news__nav__tab:not(.is-active):hover {
    color: #801F71;
  }
}
@media screen and (min-width: 1025px) {
  .top_news .top_h2 {
    margin-bottom: 10px;
  }
  .top_news__nav {
    padding-right: 50px;
    justify-content: flex-end;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top_news__nav__tab {
    flex-basis: 180px;
    height: 60px;
  }
  .top_news__archive {
    padding-block: 50px;
  }
  .top_news__archive .news_archive {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top_news .top_h2 {
    margin-bottom: 30px;
  }
  .top_news__nav {
    justify-content: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .top_news__nav__tab {
    flex-basis: 75px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .top_news__archive {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .top_news__archive .news_archive {
    margin-bottom: 40px;
  }
  .top_news__archive .link_button {
    width: 90%;
  }
}

.top_about__container {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_about__container {
    justify-content: space-between;
    align-items: flex-start;
  }
  .top_about__body {
    flex-basis: 50%;
    padding-top: 90px;
  }
  .top_about__body p {
    font-size: 18px;
    line-height: 2.44;
  }
  .top_about .top_h2 {
    margin-bottom: 130px;
  }
  .top_about .link_button.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_about__container {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .top_about__head .link_button {
    display: none;
  }
  .top_about__body {
    flex-basis: 100%;
  }
  .top_about__body p {
    font-size: 18px;
    line-height: 1.75;
  }
}

.top_facility__head {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_facility__head {
    align-items: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 60px;
  }
  .top_facility__head__head {
    flex-grow: 1;
  }
  .top_facility .link_button {
    flex-shrink: 0;
  }
  .top_facility__archive {
    margin-top: 60px;
  }
  .top_facility .link_button.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_facility__head {
    margin-bottom: 40px;
  }
  .top_facility__head .link_button {
    display: none;
  }
  .top_facility__head__head {
    flex-basis: 100%;
  }
  .top_facility__archive {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.top_facility__archive {
  display: grid;
}
@media screen and (min-width: 1280px) {
  .top_facility__archive {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 3%;
         column-gap: 3%;
    row-gap: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .top_facility__archive {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3%;
         column-gap: 3%;
    row-gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top_facility__archive {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}

.top_facility__article {
  background-color: #FFF;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.top_facility__article__title {
  font-weight: 700;
  text-align: center;
  position: relative;
}
.top_facility__article__title::after {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #801F71;
  position: absolute;
  left: calc(50% - 20px);
  content: "";
}
.top_facility__article__desc {
  flex-grow: 1;
  padding-bottom: 20px;
}
.top_facility__article__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 220px;
  height: 50px;
  border: 1px solid #801F71;
  border-radius: 10px;
  background-color: #FFF;
  margin-inline: auto;
}
.top_facility__article__btn .btn_txt {
  color: #801F71;
  font-weight: 700;
}
.top_facility__article__btn .btn_icon {
  width: 14px;
}
.top_facility__article__btn .btn_icon svg {
  display: block;
  fill: #801F71;
}
.top_facility__article__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: background-color 0.5s;
  padding-bottom: 30px;
}
.top_facility__article__link:hover {
  opacity: 1;
  background-color: var(--bg-color);
}
@media screen and (min-width: 1025px) {
  .top_facility__article__img {
    margin-bottom: 30px;
  }
  .top_facility__article__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 50px;
  }
  .top_facility__article__title::after {
    top: calc(100% + 20px);
  }
  .top_facility__article__desc {
    padding-inline: 20px;
  }
  .top_facility__article__btn {
    width: 73%;
  }
}
@media screen and (max-width: 1024px) {
  .top_facility__article__img {
    margin-bottom: 20px;
  }
  .top_facility__article__title {
    font-size: clamp(12px, 2.34vw, 18px);
    line-height: 1.33;
    margin-bottom: 20px;
  }
  .top_facility__article__title::after {
    top: calc(100% + 10px);
  }
  .top_facility__article__desc {
    font-size: clamp(12px, 2.08vw, 16px);
    padding-inline: 5%;
  }
  .top_facility__article__btn {
    width: 90%;
  }
  .top_facility__article__btn .btn_txt {
    font-size: 14px;
  }
}

.top_gallery {
  position: relative;
  z-index: 1;
}
.top_gallery__img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.top_gallery__img img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .top_gallery {
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-bottom: 50px;
    padding-top: 120px;
  }
  .top_gallery .loop_slider__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top_gallery__img {
    width: auto;
    height: 18.75vw;
  }
  .top_gallery__img:nth-child(even) {
    transform: translateY(40px);
  }
}
@media screen and (max-width: 1024px) {
  .top_gallery {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .top_gallery .loop_slider__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .top_gallery__img {
    width: auto;
    height: 180px;
  }
  .top_gallery__img:nth-child(even) {
    transform: translateY(20px);
  }
}

.loop_slider {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.loop_slider__list {
  display: flex;
  flex-shrink: 0;
  animation: scroll-left 60s infinite linear 0.5s both;
}
.loop_slider__list li {
  flex-shrink: 0;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.page_header {
  position: relative;
}
.page_header__bg {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_header .container {
  height: 100%;
}
.page_header__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .page_header__bg {
    height: calc(100% + 116px);
  }
  .page_header__container {
    height: 304px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header__bg {
    height: calc(100% + 90px);
  }
  .page_header__container {
    height: 130px;
  }
}

.page_content.pt0, .page_section.pt0 {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .page_content, .page_section {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content, .page_section {
    padding-top: 50px;
  }
}

.page_section.pb0 {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_section {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .page_section {
    padding-bottom: 50px;
  }
}

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

.page_h1__en {
  text-transform: uppercase;
  margin-bottom: 1em;
  line-height: 1;
}
.page_h1__ja {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .page_h1__en {
    font-size: 24px;
  }
  .page_h1__ja {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1__en {
    font-size: 16px;
  }
  .page_h1__ja {
    font-size: 24px;
  }
}

.page_h2 .h2_txt {
  display: block;
  font-weight: 700;
}
.page_h2 .h2_dot {
  display: inline-block;
  width: 45px;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    margin-bottom: 50px;
  }
  .page_h2 .h2_txt {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    margin-bottom: 30px;
  }
  .page_h2 .h2_txt {
    font-size: 24px;
  }
}

.page_h3 {
  font-weight: 700;
  position: relative;
  padding-left: 10px;
}
.page_h3::after {
  display: block;
  height: 2px;
  background-color: #801F71;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    font-size: 24px;
    line-height: 1;
    padding-block: 28px;
    margin-bottom: 30px;
  }
  .page_h3::after {
    width: 300px;
  }
  .c-text + .page_h3 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    font-size: 20px;
    line-height: 1.1;
    padding-block: 18px;
    margin-bottom: 20px;
  }
  .page_h3::after {
    width: 150px;
  }
  .c-text + .page_h3 {
    margin-top: 40px;
  }
}

.page_h4 {
  position: relative;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 0.5em;
}
.page_h4::before {
  display: block;
  width: 5px;
  background-color: #801F71;
  position: absolute;
  left: 0;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h4 {
    font-size: 20px;
    line-height: 2;
  }
  .page_h4::before {
    height: 40px;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_h4::before {
    height: 30px;
    top: 0;
  }
}

.page_lead {
  line-height: 2;
}
.page_lead + .page_lead {
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  .page_lead {
    max-width: 1000px;
    margin-inline: auto;
  }
}
.page_flex {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_flex {
    align-items: flex-start;
    justify-content: space-between;
  }
  .page_flex__item {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_flex {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_flex__item {
    flex-basis: 100%;
  }
}

.page_col {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_col {
    align-items: flex-start;
    -moz-column-gap: 9%;
         column-gap: 9%;
  }
  .page_col__body {
    flex-grow: 1;
  }
  .page_col__pic {
    flex-basis: 35%;
    flex-shrink: 0;
  }
  .page_col.__reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_col__body {
    flex-basis: 100%;
  }
  .page_col__pic {
    flex-basis: 100%;
  }
}

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

/**/
.page_anchor_nav {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .page_anchor_nav {
    justify-content: center;
  }
}

.page_anchor_link {
  text-align: center;
  line-height: 2;
  padding-block: 0.5em;
  padding-inline: 1em;
  border: 1px solid #801F71;
  border-radius: 6px;
  background-color: #FFF;
  color: #801F71;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_anchor_link {
    min-width: 110px;
  }
}
.page_anchor_link.__current {
  background-color: #801F71;
  color: #FFF;
}
.page_anchor_link .__link__arw {
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #801F71;
  border-bottom: 1px solid #801F71;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  content: "";
}

.page_dl {
  display: flex;
  border-top: 1px solid #CACACA;
}
.page_dl:last-child {
  border-bottom: 1px solid #CACACA;
}
.page_dl dt {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_dl {
    align-items: flex-start;
    padding-block: 20px;
  }
  .page_dl dt, .page_dl dd {
    padding-block: 16px;
  }
  .page_dl dt {
    flex-shrink: 0;
  }
  .page_dl dd {
    flex-grow: 1;
    border-left: 1px solid #801F71;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .page_dl {
    flex-wrap: wrap;
    padding-block: 16px;
  }
  .page_dl dt, .page_dl dd {
    flex-basis: 100%;
  }
  .page_dl dd {
    padding-left: 1em;
  }
}

.page_ul li {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page_ul li::before {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
  content: "";
}

.page_ol {
  list-style: decimal;
  list-style-position: inside;
}
.page_ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.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;
  color: #801F71;
}
.wp-pagenavi .current {
  border: 1px solid #801F71;
}
.wp-pagenavi .previouspostslink .page_nav, .wp-pagenavi .nextpostslink .page_nav {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #801F71;
  border-radius: 50%;
  position: relative;
}
.wp-pagenavi .previouspostslink .page_nav::before, .wp-pagenavi .nextpostslink .page_nav::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  background: url("../images/arrow.svg") center/contain no-repeat;
}
.wp-pagenavi .nextpostslink .page_nav::before {
  transform: rotate(180deg);
}

@media screen and (min-width: 1025px) {
  .news_archive {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive {
    padding-inline: 10px;
  }
}

.news_article {
  display: flex;
  align-items: center;
  border-top: 1px solid #CACACA;
}
.news_article:last-of-type {
  border-bottom: 1px solid #CACACA;
}
.news_article__date {
  flex-shrink: 0;
}
.news_article__title {
  line-height: 1.33;
}
.news_article__cat {
  flex-shrink: 0;
  height: 26px;
}
@media screen and (min-width: 1025px) {
  .news_article {
    padding-block: 35px;
  }
  .news_article__date {
    flex-basis: 130px;
  }
  .news_article__cat {
    flex-basis: 140px;
  }
  .news_article__title {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .news_article {
    padding-block: 20px;
    padding-inline: 10px;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .news_article__date {
    flex-basis: 110px;
  }
  .news_article__cat {
    flex-grow: 1;
  }
  .news_article__title {
    flex-basis: 100%;
    line-height: 1.75;
  }
}

.news_cat {
  display: inline-block;
  min-width: 100px;
  max-width: 120px;
  background-color: #FFF;
  border: 1px solid #801F71;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  padding-block: 5px;
  padding-inline: 4px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.single_h1 {
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .single_h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .single_h1 {
    font-size: 22px;
  }
}

.single_news__meta {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  margin-bottom: 1em;
}
.single_news__cat {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 2.2;
  border-radius: 1.1em;
  padding-inline: 1em;
}
@media screen and (min-width: 1025px) {
  .single_news {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .single_news {
    padding-bottom: 50px;
  }
}

.single_news__content h2 {
  position: relative;
  padding: 0 0.4em 0.6em;
  border-bottom: 1px solid #ACACAC;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .single_news__content h2 {
    font-size: 22px;
  }
}
.single_news__content h2::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(25vw, 10em);
  height: 1px;
  background: #801F71;
  content: "";
}
.single_news__content h3 {
  position: relative;
  padding: 0.2em 0 0.2em 1em;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .single_news__content h3 {
    font-size: 20px;
  }
}
.single_news__content h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #801F71;
  content: "";
}
.single_news__content h4 {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .single_news__content h4 {
    font-size: 18px;
  }
}
.single_news__content h5 {
  font-size: 15px;
}
@media (min-width: 1025px) {
  .single_news__content h5 {
    font-size: 17px;
  }
}
.single_news__content > * + * {
  margin-top: 1.5em;
}
.single_news__content * + h2, .single_news__content * + h3, .single_news__content * + h4, .single_news__content * + h5, .single_news__content * + h6 {
  margin-top: 2em;
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_nav .link_button {
  width: 220px;
}
.single_nav .single_nav_next a, .single_nav .single_nav_prev a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.single_nav .single_nav_prev .single_nav_arw {
  transform: rotate(180deg);
}
.single_nav .single_nav_arw {
  width: 30px;
  height: 30px;
  background-color: #801F71;
  border-radius: 50%;
  position: relative;
}
.single_nav .single_nav_arw svg {
  display: block;
  stroke: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .single_nav .single_nav_next, .single_nav .single_nav_prev {
    min-width: 162px;
  }
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
  }
  .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 .single_nav_home {
    order: 3;
    flex-basis: 100%;
  }
}

body.page-privacy-policy .page_content .page_section {
  padding-bottom: 50px;
  padding-top: 0;
}
body.page-privacy-policy .page_content .page_section:first-of-type {
  padding-top: 50px;
}
body.page-privacy-policy .page_content .c-text + h2 {
  margin-top: 1em;
}
body.page-privacy-policy .page_content .c-text {
  padding-left: 1em;
}

@media screen and (min-width: 1025px) {
  .e404 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .e404 {
    padding-bottom: 55px;
  }
}
.e404 .link_button {
  width: 200px;
}

.facility_article {
  display: flex;
}
.facility_article__img {
  border-radius: 30px;
  overflow: hidden;
}
.facility_article__title {
  font-weight: 700;
  line-height: 2;
  border-bottom: 1px solid #801F71;
}
.facility_article__access {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 10px;
  border-bottom: 1px solid #CACACA;
}
.facility_article__address {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.facility_article__address .address__txt {
  line-height: 2;
}
.facility_article__address .address__marker {
  width: 14px;
  height: 20px;
  flex-shrink: 0;
  background: url("../images/page/marker.svg") center/contain no-repeat;
}
.facility_article__map {
  flex-shrink: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #333333;
  border-radius: 1em;
  line-height: 2;
  padding-inline: 2em;
}
.facility_article__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #801F71;
  width: 320px;
  height: 70px;
  border-radius: 35px;
  padding-inline: 30px;
}
.facility_article__link .btn_txt {
  font-weight: 700;
}
.facility_article__link .btn_icon {
  width: 40px;
  height: 40px;
  background-color: #801F71;
  border-radius: 50%;
  position: relative;
}
.facility_article__link .btn_icon svg {
  display: block;
  width: 14px;
  position: absolute;
  inset: 0;
  margin: auto;
  fill: #FFF;
}
.facility_article:last-child {
  margin-bottom: 0;
}
.facility_article__link:hover {
  background-color: #801F71;
  opacity: 1;
}
.facility_article__link:hover .btn_txt {
  color: #FFF;
}
.facility_article__link:hover .btn_icon {
  background-color: #FFF;
}
.facility_article__link:hover .btn_icon svg {
  fill: #801F71;
}
@media screen and (min-width: 1025px) {
  .facility_article {
    align-items: flex-start;
    -moz-column-gap: 6%;
         column-gap: 6%;
    margin-bottom: 90px;
  }
  .facility_article__img {
    flex-basis: 37%;
    flex-shrink: 0;
  }
  .facility_article__content {
    flex-grow: 1;
  }
  .facility_article__title {
    font-size: 28px;
  }
  .facility_article__desc {
    margin-top: 30px;
    margin-bottom: 56px;
  }
  .facility_article__link {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .facility_article {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 60px;
  }
  .facility_article__img {
    flex-basis: 100%;
  }
  .facility_article__content {
    flex-basis: 100%;
  }
  .facility_article__title {
    font-size: 24px;
  }
  .facility_article__desc {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .facility_article__link {
    margin-inline: auto;
  }
}

@media screen and (max-width: 1024px) {
  .aboutus_message .page_col__pic {
    max-width: 480px;
    aspect-ratio: 1/1;
  }
  .aboutus_message .page_col__pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.aboutus_policy {
  display: grid;
  position: relative;
}
.aboutus_policy__item {
  position: relative;
}
.aboutus_policy__title {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.aboutus_policy__title .h3_num {
  flex-shrink: 0;
}
.aboutus_policy__title .h3_txt {
  flex-grow: 1;
  font-weight: 700;
}
.aboutus_policy__title .h3_txt span {
  display: inline-block;
}
.aboutus_policy__bg {
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #FEF3F9;
  border-radius: 50%;
  filter: blur(150px);
}
@media screen and (min-width: 1025px) {
  .aboutus_policy {
    grid-template-columns: repeat(2, 1fr);
  }
  .aboutus_policy__item {
    padding: 50px;
  }
  .aboutus_policy__item.bd_bottom {
    border-bottom: 1px solid #CACACA;
  }
  .aboutus_policy__item.bd_right {
    border-right: 1px solid #CACACA;
  }
  .aboutus_policy__title {
    margin-bottom: 20px;
    line-height: 30px;
  }
  .aboutus_policy__title .h3_txt {
    font-size: 24px;
  }
  .aboutus_policy__title .h3_num {
    font-size: 20px;
  }
  .aboutus_policy__bg {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus_policy {
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutus_policy__item {
    padding-block: 30px;
    padding-inline: 20px;
    border-bottom: 1px solid #CACACA;
  }
  .aboutus_policy__title {
    margin-bottom: 20px;
    line-height: 30px;
  }
  .aboutus_policy__title .h3_txt {
    font-size: 20px;
  }
  .aboutus_policy__title .h3_num {
    font-size: 16px;
  }
  .aboutus_policy__bg {
    width: 90vw;
    height: 90vw;
  }
}

@media screen and (min-width: 1025px) {
  .aboutus_overview th {
    width: 280px;
  }
}

@media screen and (min-width: 1025px) {
  .aboutus_history .page_dl dt {
    flex-basis: 240px;
  }
}

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

.contact_caution {
  margin-inline: auto;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #801F71;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a {
  font-weight: 700;
  text-align: center;
  display: block;
  color: #801F71;
}
.contact_caution a:hover {
  opacity: 1;
}
.contact_caution p {
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.contact_caution .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #801F71;
  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 {
    width: 900px;
    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 {
    width: 100%;
    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;
  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 .form_title .__note {
  display: inline-block;
  font-size: 12px;
}
.contactform_table td {
  vertical-align: middle;
}
.contactform_table .td__flex {
  display: flex;
}
.contactform_table .td__address__zip {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  margin-bottom: 20px;
}
.contactform_table .td__address__zip span[data-name=your-zip] {
  width: 140px;
}
.contactform_table .td__address__txt .wpcf7-form-control-wrap {
  width: 100%;
}
.contactform_table.confirm .td__address .td__address__zip {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
    margin-bottom: 50px;
  }
  .contactform_table th {
    width: 240px;
    padding: 1.5em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table td {
    padding: 1.5em 0;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .contactform_table .td__flex .wpcf7-form-control-wrap {
    flex: 1;
  }
  .contactform_table.confirm .td__flex {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .contactform_table th, .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 2em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .contactform_table .td__flex .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
}
.contactform_table input[type=text], .contactform_table input[type=tel], .contactform_table input[type=email], .contactform_table textarea, .contactform_table select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  background-color: #F4F4F4;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox], .contactform_table select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_note {
  margin-top: 20px;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}
.contactform_table .form_required {
  flex-shrink: 0;
}

.form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #801F71;
  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: #801F71;
}
.form_accept_check {
  position: relative;
  text-align: center;
}
.form_accept_check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_accept_check span[data-name=acceptance] {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form_accept_check label {
  display: inline-block;
}
.form_accept .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .form_accept {
    width: 900px;
    padding: 50px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .form_accept {
    width: 100%;
    max-width: 900px;
    padding: 20px;
  }
}

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

.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: 50px;
  }
}

.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 #801F71;
  color: #801F71;
  transition: all ease 0.3s;
  width: 160px;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover, .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    background-color: #FFF;
    color: #801F71;
  }
}
.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: #801F71;
  color: #FFF;
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #801F71;
}

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

.complete_message {
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    margin-bottom: 30px;
  }
}

.entry_complete .c-text + .page_h3 {
  margin-top: 50px;
}

@media screen and (min-width: 1025px) {
  .page_thanks {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .page_thanks {
    padding-bottom: 55px;
  }
}
.page_thanks .link_button {
  width: 200px;
}
@media screen and (min-width: 1025px) {
  .page_thanks .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_thanks .link_button {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */