body {
  font-family: "YakuHanJP", "Noto Serif", 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;
}

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

.color_white {
  color: #FFF;
}

.color_main {
  color: #4197B8;
}

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

.bg_white {
  color: #4197B8;
  background-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_sans {
  font-family: "Zen Maru Gothic", sans-serif;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 80%;
    max-width: 1366px;
    min-width: 900px;
  }
  .container.__wide {
    width: 90%;
    max-width: 1728px;
    min-width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
  .container.__sp__full {
    width: 100%;
  }
}

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

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

.link_button {
  border-radius: 29px;
  overflow: hidden;
  border-radius: 25px;
  transition: 0.4s;
}
.link_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.link_button .btn_txt {
  font-weight: 500;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .link_button {
    height: 50px;
    width: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    height: 50px;
  }
}
.link_button.btn_blue {
  background-color: #4197B8;
}
.link_button.btn_blue .btn_txt {
  color: #FFF;
}
.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;
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
}
.breadcrumb span[property=itemListElement] a.home {
  color: #4197B8;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb1em {
  margin-bottom: 1em;
}

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

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

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

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

.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;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    width: 90%;
    min-width: 1000px;
    max-width: 1728px;
    height: 120px;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    width: 90%;
    height: 90px;
    align-items: flex-start;
    padding-top: 10px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 256px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: fit-content;
  }
}
.site-header .main-navigation {
  height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
.site-header .main_menu > .menu-item {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.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 .menu-item {
  cursor: pointer;
}
@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: 90px;
  }
}
.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;
}

body.single-message .main_menu > .menu_message > a::before,
body.single-interview .main_menu > .menu_interview > a::before,
.site-header .main_menu > .current-menu-item > a::before,
.site-header .main_menu > .current-menu-ancestor > a::before {
  width: 100%;
}

.home_link__ttl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.home_link__num {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.home_link__txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.26;
}
.home_link__sig {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 1em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home_link__ttl {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .home_link__num {
    font-size: 113px;
  }
  .home_link__txt {
    font-size: 26px;
  }
  .home_link__sig {
    font-size: 13px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link__ttl {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .home_link__num {
    font-size: 80px;
  }
  .home_link__txt {
    font-size: 16px;
  }
  .home_link__sig {
    font-size: 9px;
    line-height: 16px;
  }
}

.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: 122px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 16px 0 110px;
  }
}
.site-footer .footer_container {
  display: flex;
}
.site-footer .footer_signature a {
  display: block;
}
.site-footer .footer_address {
  font-weight: 700;
  letter-spacing: 0;
}
.site-footer .footer_menu {
  display: flex;
}
.site-footer .footer_menu .menu-item {
  line-height: 2.22;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.site-footer .footer_links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.site-footer .footer_btn {
  border: 1px solid #FFF;
  border-radius: 6px;
  position: relative;
}
.site-footer .footer_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.site-footer .footer_copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}
.site-footer .footer_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.site-footer .footer_bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 96px;
  }
  .site-footer .footer_signature {
    width: 300px;
  }
  .site-footer .footer_signature .home_link {
    width: 100%;
    margin-bottom: 45px;
  }
  .site-footer .footer_address {
    font-size: 14px;
  }
  .site-footer .footer_nav {
    flex-basis: 66%;
  }
  .site-footer .footer_menu {
    justify-content: flex-end;
    -moz-column-gap: 3em;
         column-gap: 3em;
    margin-bottom: 37px;
  }
  .site-footer .footer_menu .menu-item {
    font-size: 18px;
  }
  .site-footer .footer_links {
    justify-content: space-between;
    row-gap: 20px;
  }
  .site-footer .footer_btn {
    flex-basis: 48.8%;
    flex-shrink: 0;
    height: 100px;
  }
  .site-footer .footer_btn.btn_fullw {
    flex-basis: 100%;
  }
  .site-footer .footer_btn a {
    padding-inline: 3.6%;
  }
  .site-footer .footer_btn .btn_txt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    margin-bottom: 48px;
  }
  .site-footer .footer_signature {
    flex-basis: 260px;
  }
  .site-footer .footer_signature .home_link {
    width: 100%;
    margin-bottom: 24px;
  }
  .site-footer .footer_address {
    font-size: 12px;
  }
  .site-footer .footer_nav {
    flex-basis: 100%;
  }
  .site-footer .footer_menu {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .site-footer .footer_menu .menu-item {
    min-width: 40%;
    font-size: 16px;
  }
  .site-footer .footer_menu .menu_order_1 {
    order: 1;
  }
  .site-footer .footer_menu .menu_order_2 {
    order: 2;
  }
  .site-footer .footer_menu .menu_order_3 {
    order: 3;
  }
  .site-footer .footer_menu .menu_order_4 {
    order: 4;
  }
  .site-footer .footer_links {
    justify-content: center;
    row-gap: 10px;
  }
  .site-footer .footer_btn {
    flex-basis: 100%;
    height: 70px;
  }
  .site-footer .footer_btn a {
    padding-inline: 3.6%;
  }
  .site-footer .footer_btn .btn_txt {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

.footer_banner {
  position: relative;
  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;
  }
  .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: 10px;
         column-gap: 10px;
    margin-bottom: 78px;
  }
  .footer_banner__r2 .link_button {
    flex-basis: 24.45%;
    min-width: 270px;
  }
}
@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.6vw, 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, 4.266vw, 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;
  }
}

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

.leaflet_bnr {
  height: 100%;
}
.leaflet_bnr__wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #4197B8;
  border-radius: 3px;
}
.leaflet_bnr::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
  background-color: rgba(65, 151, 185, 0.1);
  filter: blur(10px);
  content: "";
}
.leaflet_bnr__img {
  position: absolute;
}
.leaflet_bnr__content {
  position: relative;
  z-index: 1;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
}
.leaflet_bnr .p__60th .__large {
  display: inline-block;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (min-width: 1025px) {
  .leaflet_bnr__img {
    width: 203px;
    top: -25px;
    left: 180px;
  }
  .leaflet_bnr__content {
    padding: 22px 30px;
    font-size: 38px;
  }
  .leaflet_bnr .p__lh13 {
    line-height: 1.33;
  }
  .leaflet_bnr .p__60th {
    font-size: 39px;
  }
  .leaflet_bnr .p__60th .__large {
    font-size: 82px;
  }
}
@media screen and (max-width: 1024px) {
  .leaflet_bnr__img {
    width: 106px;
    bottom: 0;
    right: 2.5%;
  }
  .leaflet_bnr__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 5%;
  }
  .leaflet_bnr__content {
    display: flex;
    align-items: flex-end;
    font-size: 23px;
  }
  .leaflet_bnr .p__60th {
    font-size: 24px;
  }
  .leaflet_bnr .p__60th .__large {
    font-size: 49px;
  }
}

@media screen and (min-width: 1025px) {
  .top_h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    margin-bottom: 30px;
  }
}
.top_h2__ja, .top_h2__en {
  display: block;
}
.top_h2__ja {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .top_h2__ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__ja {
    font-size: 16px;
  }
}
.top_h2__en {
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .top_h2__en {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__en {
    font-size: 50px;
    margin-bottom: 8px;
  }
}

.top_mv {
  position: relative;
  z-index: 2;
}
.top_mv__slider {
  height: 100%;
}
.top_mv__slider picture {
  height: 100%;
}
.top_mv__container {
  position: relative;
  z-index: 1;
}
.top_mv__catch {
  position: relative;
  z-index: 1;
}
.top_mv__catch__main, .top_mv__catch__sub {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_mv__signature {
  font-weight: 500;
  line-height: 1;
}
.top_mv__signature .__sign__num, .top_mv__signature .__sign__sfx, .top_mv__signature .__sign__txt {
  display: inline-block;
  text-shadow: 1px 1px 4px #888;
}
.top_mv__signature .__sign__num, .top_mv__signature .__sign__sfx {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.top_mv .splide__track, .top_mv .splide__slide {
  height: 100%;
}
.top_mv .splide__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  .top_mv .splide__controls {
    margin-top: 0;
  }
}
.top_mv .splide__controls .splide__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 18px;
  height: 18px;
  padding: 3px;
}
.top_mv .splide__controls .splide__toggle__play, .top_mv .splide__controls .splide__toggle__pause {
  width: 12px;
  vertical-align: initial;
  fill: #2E2E2E;
}
.top_mv .splide__controls .splide__pagination {
  position: static;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 520px) {
  .top_mv .splide__controls .splide__pagination {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.top_mv .splide__controls .splide__pagination__page {
  width: 12px;
  height: 12px;
  background-color: #2E2E2E;
  border-radius: 0;
}
.top_mv .splide__controls .splide__pagination__page.is-active {
  background-color: #848485;
  transform: none;
}
.top_mv__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.25) 90%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 1025px) {
  .top_mv__bg {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv__bg {
    width: 90%;
    height: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .top_mv__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 1728px;
    min-width: 1000px;
    height: 37.5vw;
    max-height: 100vh;
    margin-inline: auto;
  }
  .top_mv__slider {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 30px;
  }
  .top_mv__catch {
    padding-left: 5.5%;
  }
  .top_mv__catch__main {
    font-size: clamp(40px, 2.4vw, 46px);
    line-height: 1.76;
  }
  .top_mv__catch__sub {
    font-size: clamp(16px, 1vw, 19px);
    line-height: 1.1;
    margin-bottom: 1em;
  }
  .top_mv__signature .__sign__num {
    font-size: 12.86vw;
  }
  .top_mv__signature .__sign__sfx {
    font-size: 6.19vw;
  }
  .top_mv__signature .__sign__txt {
    font-size: 4vw;
  }
  .top_mv .splide__track {
    border-radius: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv__container {
    width: 100%;
    height: 128vw;
    max-height: calc(100vh - 90px);
  }
  .top_mv__slider {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .top_mv__catch {
    width: 90%;
    height: 100%;
    margin-inline: auto;
    padding-top: 17px;
  }
  .top_mv__catch__main {
    font-size: 25px;
    line-height: 1.56;
  }
  .top_mv__catch__sub {
    font-size: 13px;
    line-height: 1.1;
    margin-top: 1em;
  }
  .top_mv__signature {
    position: absolute;
    left: 0;
    bottom: 12px;
  }
  .top_mv__signature .__sign__num {
    font-size: 161px;
  }
  .top_mv__signature .__sign__sfx {
    font-size: 77px;
  }
  .top_mv__signature .__sign__txt {
    font-size: 50px;
  }
}

.top_greeting {
  position: relative;
}
.top_greeting__container {
  display: flex;
}
.top_greeting__pic {
  border-radius: 10px;
  overflow: hidden;
}
.top_greeting__p {
  line-height: 2.3;
  margin-bottom: 1em;
}
.top_greeting__signature {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_greeting__bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.top_greeting__bg picture {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .top_greeting {
    padding-top: 90px;
    padding-bottom: 140px;
  }
  .top_greeting__container {
    align-items: flex-start;
    -moz-column-gap: 7%;
         column-gap: 7%;
  }
  .top_greeting__body {
    flex-grow: 1;
  }
  .top_greeting__pic {
    flex-basis: 42.4%;
    flex-shrink: 0;
  }
  .top_greeting__signature .__post {
    font-size: 14px;
  }
  .top_greeting__signature .__name {
    font-size: 30px;
  }
  .top_greeting__bg {
    height: 116%;
    top: -5.6%;
  }
}
@media screen and (max-width: 1024px) {
  .top_greeting {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top_greeting__container {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .top_greeting__body {
    flex-basis: 100%;
  }
  .top_greeting__pic {
    flex-basis: 100%;
  }
  .top_greeting__signature {
    text-align: right;
  }
  .top_greeting__signature .__post {
    font-size: 12px;
  }
  .top_greeting__signature .__name {
    font-size: 18px;
  }
  .top_greeting__bg {
    height: 108%;
    top: -21%;
  }
}

.top_movie__container {
  display: flex;
}
.top_movie__movie {
  aspect-ratio: 16/9;
  background-color: #ECECEC;
}
.top_movie__movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .top_movie {
    padding-bottom: 87px;
  }
  .top_movie__container {
    align-items: flex-start;
  }
  .top_movie__movie {
    flex-basis: 70%;
    flex-shrink: 0;
  }
  .top_movie .top_h2 {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .top_movie {
    padding-bottom: 52px;
  }
  .top_movie__container {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .top_movie__movie {
    flex-basis: 100%;
  }
  .top_movie .top_h2 {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}

.top_history {
  position: relative;
}
.top_history__bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_history__bg picture {
  width: 100%;
  height: 100%;
}
.top_history__bg img {
  -o-object-position: top;
     object-position: top;
}
.top_history__container {
  display: flex;
}
.top_history__lead {
  font-size: 14px;
  margin-bottom: 30px;
}
.top_history__item {
  position: relative;
}
.top_history__item::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 72, 106, 0.3);
  content: "";
}
.top_history__item__wrap {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
}
.top_history__h3 {
  font-weight: 500;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.top_history__era {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_history__txt {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .top_history {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .top_history__bg {
    height: 100%;
  }
  .top_history__container {
    justify-content: space-between;
    margin-top: 93px;
  }
  .top_history__item {
    flex-basis: 29.3%;
    flex-shrink: 0;
  }
  .top_history__item::before {
    left: 15px;
    top: 15px;
    filter: blur(40px);
  }
  .top_history__item::after {
    --r: calc(100% + (100% / 29.3 * 6.05));
    --s: atan2(124, var(--r));
    --t: cos(var(--s));
  }
  .top_history__line {
    width: 0;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    background-color: #4197B8;
    transform-origin: left;
    transition: width linear 1s;
  }
  .top_history__item__wrap {
    padding: 70px 20px 35px;
  }
  .top_history__item__wrap::before {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    z-index: 1;
    background-color: #4197B8;
    border-radius: 50%;
    content: "";
  }
  .top_history #top-history-1 {
    z-index: 3;
  }
  .top_history #top-history-2 {
    z-index: 2;
    transform: translateY(-124px);
  }
  .top_history #top-history-3 {
    z-index: 1;
    transform: translateY(-248px);
  }
  .top_history__h3 {
    font-size: 30px;
  }
  .top_history__era {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top_history {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .top_history__bg {
    height: 77%;
  }
  .top_history__container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
    margin-bottom: 26px;
  }
  .top_history__item {
    flex-basis: 100%;
    max-width: 600px;
  }
  .top_history__item::before {
    left: 5px;
    top: 5px;
    filter: blur(10px);
  }
  .top_history__line {
    display: none;
  }
  .top_history__item__wrap {
    padding: 20px 20px 30px;
  }
  .top_history__h3 {
    font-size: 20px;
  }
  .top_history__era {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .top_history__txt {
    font-size: 12px;
  }
  .top_history .link_button {
    width: 230px;
  }
}

.top_interview .top_interview__slider.splide .splide__track {
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .top_interview {
    padding-top: 109px;
    padding-bottom: 116px;
  }
  .top_interview .top_interview__slider.splide .splide__track {
    overflow: visible;
  }
  .top_interview .top_interview__slider.splide .interview_archive.splide__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 75px;
  }
  .top_interview .top_interview__slider__ctrl {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_interview {
    padding-bottom: 35px;
  }
  .top_interview .top_interview__slider__ctrl {
    position: relative;
    width: 90%;
    height: 40px;
    margin-inline: auto;
  }
  .top_interview .top_interview__slider__ctrl .splide__arrow {
    width: 40px;
    height: 40px;
    background-color: #2E2E2E;
  }
  .top_interview .top_interview__slider__ctrl .splide__arrow span {
    width: 6px;
    height: 10px;
    background-color: #FFF;
  }
  .top_interview .top_interview__slider__ctrl .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .top_interview .top_interview__slider__ctrl .splide__arrow.splide__arrow--prev span {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  .top_interview .top_interview__slider__ctrl .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .top_interview .top_interview__slider__ctrl .splide__arrow.splide__arrow--next span {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .top_interview .top_interview__slider__ctrl .splide__pagination__page {
    width: 14px;
    height: 14px;
    background-color: #EAEAEA;
  }
  .top_interview .top_interview__slider__ctrl .splide__pagination__page.is-active {
    background-color: #4197B8;
    transform: none;
  }
}

.top_wish {
  position: relative;
}
.top_wish__bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_wish__bg picture {
  width: 100%;
  height: 100%;
}
.top_wish__bg img {
  -o-object-position: top;
     object-position: top;
}
.top_wish__slider {
  z-index: 1;
}
.top_wish .top_wish__slider.splide .splide__track {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 1025px) {
  .top_wish {
    padding-top: 74px;
    padding-bottom: 89px;
  }
  .top_wish__bg {
    height: 75%;
  }
  .top_wish__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  .top_wish__head .top_h2 {
    margin-bottom: 0;
  }
  .top_wish__head .link_button {
    width: 190px;
  }
  .top_wish .top_interview__slider__ctrl {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_wish {
    padding-top: 47px;
    padding-bottom: 40px;
  }
  .top_wish__bg {
    height: 100%;
  }
  .top_wish__head {
    margin-bottom: 40px;
  }
  .top_wish__head .top_h2 {
    margin-bottom: 0;
  }
  .top_wish__head .link_button {
    width: 190px;
  }
  .top_wish__slider {
    margin-bottom: 60px;
  }
  .top_wish .top_interview__slider__ctrl {
    position: relative;
    width: 90%;
    height: 40px;
    margin-inline: auto;
  }
  .top_wish .top_interview__slider__ctrl .splide__arrow {
    width: 40px;
    height: 40px;
    background-color: #2E2E2E;
  }
  .top_wish .top_interview__slider__ctrl .splide__arrow span {
    width: 6px;
    height: 10px;
    background-color: #FFF;
  }
  .top_wish .top_interview__slider__ctrl .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .top_wish .top_interview__slider__ctrl .splide__arrow.splide__arrow--prev span {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  .top_wish .top_interview__slider__ctrl .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .top_wish .top_interview__slider__ctrl .splide__arrow.splide__arrow--next span {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .top_wish .top_interview__slider__ctrl .splide__pagination__page {
    width: 14px;
    height: 14px;
    background-color: #EAEAEA;
  }
  .top_wish .top_interview__slider__ctrl .splide__pagination__page.is-active {
    background-color: #4197B8;
    transform: none;
  }
  .top_wish .link_button {
    position: relative;
    z-index: 1;
    width: 190px;
  }
}

.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;
  background-color: #FFF;
}
.page_header .page_bg::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 247, 255, 0.5);
  mix-blend-mode: screen;
  content: "";
}
.page_header__img {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .page_header {
    height: 264px;
  }
  .page_header__img {
    left: 0;
    width: 100%;
  }
  .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;
    left: -5vw;
  }
  .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: 80px 0 200px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content {
    padding: 40px 0 100px;
  }
}

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

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

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

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

.page_column {
  display: flex;
}
.page_column__pic__caption {
  text-align: right;
  line-height: 1.1;
  margin-top: 8px;
}
@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%;
  }
}

.page_flex {
  display: flex;
}
.page_flex.__4col .page_flexItem {
  aspect-ratio: 3/4;
}
@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 .page_flexItem.__landscape {
    aspect-ratio: 4/3;
  }
  .page_flex .page_flexItem.__landscape .imgauto {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_flex .page_flexItem.__portlate {
    aspect-ratio: 3/4;
  }
  .page_flex .page_flexItem.__portlate .imgauto {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_flex.__73 .page_flexItem:first-child {
    flex-basis: 27.5%;
  }
  .page_flex.__73 .page_flexItem:last-child {
    flex-basis: 67.5%;
  }
  .page_flex.__46 .page_flexItem:first-child {
    flex-basis: 33%;
  }
  .page_flex.__46 .page_flexItem:last-child {
    flex-basis: 62%;
  }
  .page_flex.__3col .page_flexItem {
    flex-basis: 32%;
  }
  .page_flex.__4col .page_flexItem {
    flex-basis: 24%;
  }
  .page_flex .page_flexItem.__square {
    aspect-ratio: 1/1;
  }
  .page_flex.__center {
    justify-content: center;
  }
  .page_flex.__center .page_flexItem {
    flex-basis: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .page_flex {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
  }
  .page_flex .page_flexItem {
    flex-basis: 100%;
    max-width: 600px;
  }
}

/**/
.interview_article {
  position: relative;
}
.interview_article__wrap {
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
.interview_article__post {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.interview_article__sub {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.interview_article__title {
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 1em;
}
.interview_article::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  background-color: rgba(65, 151, 184, 0.1);
  filter: blur(10px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .interview_article__wrap {
    padding-inline: 7%;
    padding-block: 40px;
  }
  .interview_article__body {
    padding-right: 40%;
  }
  .interview_article__post {
    font-size: 28px;
  }
  .interview_article__sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .interview_article__title {
    font-size: 20px;
  }
  .interview_article .link_button {
    width: 190px;
    margin-top: 43px;
  }
  .interview_article__pic {
    width: 41%;
    aspect-ratio: 262/370;
    position: absolute;
    right: -40px;
    top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_article__wrap {
    padding-inline: 20px;
    padding-block: 22px;
  }
  .interview_article__body {
    text-align: center;
  }
  .interview_article__post {
    font-size: 20px;
  }
  .interview_article__sub {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .interview_article__title {
    font-size: 16px;
  }
  .interview_article__txt {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .interview_article .link_button {
    width: 190px;
    margin-top: 12px;
  }
  .interview_article__pic {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .interview_article__pic img {
    -o-object-position: top;
       object-position: top;
  }
}

.post-type-archive-interview .interview_archive {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-interview .interview_archive {
    row-gap: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .interview_archive {
    row-gap: 75px;
    justify-content: space-between;
  }
  .interview_archive .interview_article {
    flex-basis: 46.7%;
    flex-shrink: 0;
  }
}

.interview_single .interview__head {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .interview_single .interview__head {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_single .interview__head {
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .interview_single .interview__summary {
    flex-basis: 58%;
  }
}
@media screen and (max-width: 1024px) {
  .interview_single .interview__summary {
    flex-basis: 100%;
  }
}
.interview_single .interview__top {
  position: relative;
}
.interview_single .interview__top span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.interview_single .interview__top::before {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4197B8;
  content: "";
}
@media screen and (min-width: 1025px) {
  .interview_single .interview__top {
    padding-left: 18px;
    line-height: 1.33;
    margin-bottom: 30px;
  }
  .interview_single .interview__top .interview__top__term {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_single .interview__top {
    padding-left: 10px;
    line-height: 1.33;
    margin-bottom: 20px;
  }
  .interview_single .interview__top .interview__top__term {
    font-size: 22px;
  }
}
.interview_single .interview__title {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .interview_single .interview__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_single .interview__title {
    font-size: 28px;
  }
}
.interview_single .interview__person {
  font-weight: 500;
}
.interview_single .interview__person__name {
  margin-right: 1em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .interview_single .interview__person__name {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_single .interview__person__name {
    display: block;
    font-size: 22px;
  }
}
.interview_single .interview__profile {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .interview_single .interview__profile {
    padding: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_single .interview__profile {
    padding: 20px;
  }
}
.interview_single .interview__img {
  position: relative;
}
.interview_single .interview__img::before {
  display: block;
  width: 85%;
  aspect-ratio: 1/1;
  background-color: #4197B8;
  position: absolute;
  z-index: 1;
  content: "";
}
.interview_single .interview__img img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .interview_single .interview__img {
    flex-basis: 36%;
    flex-shrink: 0;
  }
  .interview_single .interview__img::before {
    left: -25px;
    bottom: -25px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_single .interview__img {
    flex-basis: 100%;
    max-width: 600px;
  }
  .interview_single .interview__img::before {
    left: -5%;
    bottom: -5%;
  }
}

.interview__body {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .interview__body {
    justify-content: flex-start;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .interview__body {
    justify-content: center;
  }
}
.interview__body .interview__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .interview__body .interview__block {
    margin-bottom: 80px;
  }
  .interview__body .interview__block.__single {
    flex-basis: 47.5%;
  }
  .interview__body .interview__block.__column {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .interview__body .interview__block {
    margin-bottom: 50px;
    flex-basis: 100%;
  }
}
.interview__body .page_column__pic {
  aspect-ratio: 4/3;
  background-color: #ECECEC;
}
.interview__body .interview__hd {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #4197B8;
  color: #FFF;
  text-align: center;
  padding-inline: 1em;
}
@media screen and (min-width: 1025px) {
  .interview__body .interview__hd {
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .interview__body .interview__hd {
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.interview__body .interview__q {
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .interview__body .interview__q {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .interview__body .interview__q {
    font-size: 22px;
  }
}

.interview_related {
  position: relative;
}
.interview_related__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.interview_related__bg img {
  -o-object-position: top;
     object-position: top;
}
.interview_related__inner {
  position: relative;
  z-index: 1;
}
.interview_related__h2 {
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .interview_related {
    padding-top: 87px;
    padding-bottom: 116px;
  }
  .interview_related__h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_related {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .interview_related__h2 {
    font-size: 22px;
  }
}

.interview_related__slider__ctrl {
  width: 90%;
  height: 40px;
  margin-inline: auto;
}
.interview_related__slider__ctrl .splide__arrow {
  width: 40px;
  height: 40px;
  background-color: #2E2E2E;
}
.interview_related__slider__ctrl .splide__arrow span {
  width: 6px;
  height: 10px;
  background-color: #FFF;
}
.interview_related__slider__ctrl .splide__arrow.splide__arrow--prev {
  left: 0;
}
.interview_related__slider__ctrl .splide__arrow.splide__arrow--prev span {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.interview_related__slider__ctrl .splide__arrow.splide__arrow--next {
  right: 0;
}
.interview_related__slider__ctrl .splide__arrow.splide__arrow--next span {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.interview_related__slider__ctrl .splide__pagination__page {
  width: 14px;
  height: 14px;
  background-color: #EAEAEA;
}
.interview_related__slider__ctrl .splide__pagination__page.is-active {
  background-color: #4197B8;
  transform: none;
}

.message_article {
  position: relative;
}
.message_article__wrap {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
}
.message_article__title, .message_article__type {
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.message_article::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  background-color: rgba(65, 151, 184, 0.1);
  filter: blur(10px);
  content: "";
}
.message_article__num {
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .message_article__wrap {
    padding-inline: 7%;
    padding-block: 40px;
  }
  .message_article__title {
    font-size: 22px;
  }
  .message_article__num {
    width: 110px;
    font-size: 15px;
    line-height: 32px;
    top: -16px;
    left: calc(50% - 55px);
  }
}
@media screen and (max-width: 1024px) {
  .message_article__wrap {
    padding-inline: 5%;
    padding-block: 40px;
  }
  .message_article__title {
    font-size: 20px;
  }
  .message_article__type {
    font-size: 16px;
  }
  .message_article__txt {
    font-size: 12px;
  }
  .message_article__num {
    width: 110px;
    font-size: 15px;
    line-height: 32px;
    top: -16px;
    left: calc(50% - 55px);
  }
}

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

.message__content p {
  margin-bottom: 1em;
}
.message__content .wp-block-media-text {
  -moz-column-gap: 8%;
       column-gap: 8%;
  margin-bottom: 30px;
}
.message__content .wp-block-media-text > .wp-block-media-text__content {
  padding-inline: 0;
}
@media (max-width: 600px) {
  .message__content .wp-block-media-text.is-stacked-on-mobile {
    row-gap: 20px;
  }
}

.message__h1 {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .message__h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .message__h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .message__meta {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .message__meta {
    margin-bottom: 50px;
  }
}
.message__meta .message__name {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .message__meta .message__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .message__meta .message__name {
    font-size: 18px;
  }
}

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

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