body {
  font-family: "YakuHanJP", "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #2E2E2E;
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

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

img.imgauto {
  width: 100%;
}

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

picture {
  display: block;
}

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

em, i {
  font-style: normal;
}

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: #4176CB;
}

.color_white {
  color: #FFF;
}

.color_main {
  color: #4176CB;
}

.bg_main {
  background-color: #4176CB;
  color: #FFF;
}

.color_orange {
  color: #DB5900;
}

.bg_orange {
  background-color: #DB5900;
  color: #FFF;
}

.__bold {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.__sp_only {
  display: none;
}

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

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

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

.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: 7px;
    height: 7px;
    top: calc(50% - 3.5px);
    left: calc(50% - 5px);
  }
}
@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: #4176CB;
}
.link_arw.__white {
  background-color: #FFF;
}
.link_arw.__white::before {
  border-right-color: #4176CB;
  border-bottom-color: #4176CB;
}

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

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb1em {
  margin-bottom: 1em;
}

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

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

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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 {
    margin-block: 50px;
  }
  .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 {
    margin-block: 30px;
  }
  .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;
  }
}

@media screen and (min-width: 1025px) {
  .aniv_short .aniv_banner__ttl__num {
    font-size: 150px;
  }
  .aniv_short .aniv_banner__ttl__txt {
    font-size: 32px;
  }
  .aniv_short .aniv_banner__btn {
    font-size: 20px;
  }
  .aniv_short .aniv_banner__bg img {
    -o-object-position: 10% center;
       object-position: 10% center;
  }
}

.c-block_shadow {
  position: relative;
}
.c-block_shadow__wrap {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 6px;
  padding: 20px;
}

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

.mb20 {
  margin-bottom: 20px;
}

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

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

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table__wrap {
  background-color: #FFF;
  padding: 10px;
}
.c-table th, .c-table td {
  padding-block: 0.75em;
  padding-inline: 0.5em;
  line-height: 1.5;
  font-weight: 500;
  vertical-align: middle;
}
.c-table td {
  border-right: 1px solid #D9EAF1;
  border-bottom: 1px solid #D9EAF1;
}
.c-table td.__border_none {
  border-right: none;
  border-bottom: none;
}
.c-table tr:last-child td {
  border-bottom: none;
}
.c-table td.__bg_blue, .c-table th.__bg_blue {
  background-color: #4176CB;
  color: #FFF;
}

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

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

.home_link {
  display: flex;
  align-items: center;
}
.home_link__logo {
  flex-shrink: 0;
}
.home_link__txt {
  font-weight: 700;
  letter-spacing: 0;
}
.home_link__txt span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .home_link {
    -moz-column-gap: 3.2%;
         column-gap: 3.2%;
  }
  .home_link__logo {
    flex-basis: 14%;
  }
  .home_link__logo.__ginmonkai {
    flex-basis: 100%;
  }
  .home_link__txt {
    font-size: clamp(20px, 1.25vw, 24px);
    line-height: 1.1;
  }
  .home_link__txt .__small {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .home_link__logo {
    flex-basis: 36px;
  }
  .home_link__logo.__ginmonkai {
    flex-basis: 100%;
  }
  .home_link__txt {
    font-size: 17px;
    line-height: 20px;
  }
  .home_link__txt .__small {
    font-size: 12px;
  }
}

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

@media screen and (min-width: 1025px) {
  .site-footer {
    padding: 66px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 30px 0 30px;
  }
}
.site-footer .footer_container {
  display: flex;
}
.site-footer .footer_address {
  font-weight: 700;
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_menu .menu-item {
  line-height: 2.22;
  font-weight: 700;
}
.site-footer .footer_access {
  width: 100%;
}
.site-footer .footer_access iframe {
  width: 100%;
  height: 100%;
}
.site-footer .footer_copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
  }
  .site-footer .footer_signature {
    flex-basis: fit-content;
    flex-shrink: 0;
  }
  .site-footer .footer_signature .home_link {
    width: 100%;
    margin-bottom: 35px;
  }
  .site-footer .footer_signature .tel_contact {
    margin-bottom: 16px;
  }
  .site-footer .footer_address {
    margin-bottom: 36px;
    font-size: 14px;
  }
  .site-footer .footer_nav {
    flex-grow: 1;
    justify-content: flex-end;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .site-footer .footer_menu .menu-item {
    font-size: clamp(16px, 1.31vw, 18px);
  }
  .site-footer .footer_access {
    height: 420px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_container {
    flex-wrap: wrap;
    row-gap: 32px;
    margin-bottom: 28px;
  }
  .site-footer .footer_signature {
    width: 100%;
  }
  .site-footer .footer_signature .home_link {
    width: 100%;
    margin-bottom: 10px;
  }
  .site-footer .footer_signature .tel_contact {
    margin-bottom: 10px;
  }
  .site-footer .footer_address {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .site-footer .footer_nav {
    flex-basis: 100%;
    justify-content: space-between;
  }
  .site-footer .footer_menu {
    flex-basis: max-content;
  }
  .site-footer .footer_menu .menu-item {
    font-size: 15px;
  }
  .site-footer .footer_access {
    width: 100vw;
    height: 77.33vw;
    margin-bottom: 25px;
    margin-inline: calc(50% - 50vw);
  }
}

.footer_banner {
  position: relative;
  background: #66C3EC 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;
  border: 1px solid #B3D5E3;
}
.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;
  }
}
.footer_banner__r2 .btn_icon.icon_w60 {
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .footer_banner__r2 .btn_icon.icon_w60 {
    width: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .footer_banner__r2 {
    justify-content: flex-start;
    -moz-column-gap: 0.7%;
         column-gap: 0.7%;
    margin-bottom: 78px;
  }
  .footer_banner__r2 .link_button {
    flex-basis: 24.45%;
  }
  .footer_banner__r2 .btn_txt .__small {
    font-size: 12px;
  }
  .footer_banner__r2 .btn_txt .__small br {
    display: none;
  }
}
@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 .link_button .btn_txt .__small {
    font-size: 12px;
  }
  .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: 12px;
  }
  .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(0, 155, 224, 0.3);
  mix-blend-mode: multiply;
  content: "";
}
.footer_banner__contact__wrap {
  display: flex;
}
.footer_banner__contact__btns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .footer_banner__contact {
    padding: 62px 0 74px;
  }
  .footer_banner__contact__wrap {
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer_banner__contact .tel_contact {
    flex-basis: 39%;
    flex-shrink: 0;
  }
  .footer_banner__contact .tel_contact .__tel__num {
    font-size: clamp(50px, 4.11vw, 70px);
  }
  .footer_banner__contact .tel_contact .__tel__hour {
    font-size: clamp(20px, 1.666vw, 25px);
  }
  .footer_banner__contact .tel_contact .__tel__icon {
    width: clamp(44px, 3.76vw, 64px);
  }
  .footer_banner__contact__btns {
    flex-basis: 57%;
    justify-content: space-between;
  }
  .footer_banner__contact__btns .link_button {
    flex-basis: 48.8%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_banner__contact {
    padding: 25px 0 24px;
  }
  .footer_banner__contact__wrap {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
  }
  .footer_banner__contact .tel_contact {
    flex-basis: 100%;
    justify-content: center;
  }
  .footer_banner__contact .tel_contact .__tel__num {
    font-size: 40px;
  }
  .footer_banner__contact .tel_contact .__tel__hour {
    font-size: 16px;
  }
  .footer_banner__contact .tel_contact .__tel__icon {
    width: 41px;
  }
  .footer_banner__contact__btns {
    flex-basis: 100%;
    justify-content: center;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
  .footer_banner__contact__btns .link_button {
    flex-basis: 49.5%;
    height: 100px;
  }
  .footer_banner__contact__btns .link_button a {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    padding-bottom: 20px;
  }
  .footer_banner__contact__btns .link_button .btn_txt {
    width: 100%;
    text-align: center;
    padding-top: 1.33em;
    font-size: 16px;
  }
}

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

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

.fixed-banner {
  position: fixed;
  z-index: 999;
}
@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;
  }
}

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

.top_mv {
  position: relative;
}
.top_mv__bg {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #FFF;
}
.top_mv__bg::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  mix-blend-mode: screen;
  content: "";
}
.top_mv__slider {
  height: 100%;
}
.top_mv__slide {
  overflow: hidden;
}
.top_mv__container {
  position: relative;
  z-index: 1;
}
.top_mv__catch {
  position: relative;
  z-index: 1;
}
.top_mv__catch__block {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
  letter-spacing: 0;
}
.top_mv__catch__main {
  font-weight: 400;
}
.top_mv__catch__sub {
  font-weight: 700;
}
.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;
}
@media screen and (min-width: 1025px) {
  .top_mv__bg {
    height: 133%;
    top: 100px;
  }
  .top_mv__bg::after {
    background-color: rgba(0, 0, 255, 0.5);
  }
  .top_mv__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 37.5vw;
    max-height: 100vh;
  }
  .top_mv__slider {
    width: 92%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .top_mv__slide {
    border-radius: 30px;
  }
  .top_mv__catch__block {
    padding-inline: 19px;
    border-radius: 6px;
  }
  .top_mv__catch__main {
    font-size: clamp(24px, 3.125vw, 50px);
    line-height: 2;
  }
  .top_mv__catch__main .top_mv__catch__block {
    margin-bottom: 22px;
  }
  .top_mv__catch__sub {
    font-size: 18px;
  }
  .top_mv__catch__sub .top_mv__catch__block {
    padding-block: calc((100px - 3.5em) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .top_mv__bg {
    top: 9.9%;
    height: 204%;
  }
  .top_mv__bg::after {
    background-color: rgba(0, 0, 255, 0.5);
  }
  .top_mv__slider {
    width: 100vw;
    max-height: 100vh;
    margin-inline: calc(50% - 50vw);
    position: relative;
    border-radius: 35px;
  }
  .top_mv__catch {
    position: absolute;
    left: 0;
    bottom: -52px;
    z-index: 1;
  }
  .top_mv__catch__block {
    padding-inline: 10px;
    border-radius: 10px;
  }
  .top_mv__catch__main {
    font-size: 24px;
    line-height: 50px;
  }
  .top_mv__catch__main .top_mv__catch__block {
    margin-bottom: 12px;
  }
  .top_mv__catch__sub {
    font-size: 14px;
    line-height: 1.42;
  }
  .top_mv__catch__sub .top_mv__catch__block {
    padding-block: 12px;
  }
}

@media screen and (min-width: 1025px) {
  #top-feature {
    padding-top: 76px;
    padding-bottom: 67px;
  }
}
@media screen and (max-width: 1024px) {
  #top-feature {
    padding-top: 70px;
    padding-bottom: 39px;
  }
}

.top_features {
  display: flex;
}
.top_features__lead {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_features__item {
  border: 1px solid #F5D1B8;
  border-radius: 6px;
  background-color: #FFF;
  position: relative;
}
.top_features__item a {
  display: block;
  height: 100%;
}
.top_features__h3 {
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0;
  text-align: center;
}
.top_features__txt {
  text-align: center;
}
.top_features__img {
  width: 100%;
  aspect-ratio: 382/140;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.top_features__img.__flex {
  display: flex;
}
.top_features__img.__flex img {
  flex-basis: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .top_features {
    justify-content: space-between;
  }
  .top_features__lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
  }
  .top_features__lead span {
    display: inline-block;
  }
  .top_features__item {
    flex-basis: 32.3%;
    flex-shrink: 0;
    padding: 37px 2.26%;
  }
  .top_features__h3 {
    margin-bottom: 23px;
    font-size: 24px;
  }
  .top_features__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .top_features {
    flex-wrap: wrap;
    row-gap: 8px;
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .top_features__lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .top_features__lead br {
    display: none;
  }
  .top_features__item {
    flex-basis: 100%;
    max-width: 442px;
    padding: 20px;
  }
  .top_features__h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .top_features__txt {
    font-size: 15px;
    line-height: 1.46;
  }
}

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

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

#top-about {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #top-about {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #top-about {
    padding-top: 47px;
    padding-bottom: 20px;
  }
  #top-about .top_h2__ja span {
    display: inline-block;
  }
}

.top_about {
  display: flex;
}
.top_about__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_about__bg picture {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top_about__bg img {
  -o-object-position: top;
     object-position: top;
}
.top_about__item {
  position: relative;
}
.top_about__item::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(10px);
  content: "";
}
.top_about__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
.top_about__img {
  width: 100%;
}
.top_about__h3 {
  position: absolute;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .top_about {
    justify-content: space-between;
  }
  .top_about__item {
    flex-basis: 32%;
    flex-shrink: 0;
  }
  .top_about__h3 {
    left: 30px;
    bottom: 30px;
    font-size: clamp(20px, 1.39vw, 24px);
    line-height: 2;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top_about {
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .top_about__item {
    flex-basis: 100%;
    flex-shrink: 0;
    max-width: 442px;
    aspect-ratio: 335/150;
  }
  .top_about__img {
    width: 100%;
    height: 100%;
  }
  .top_about__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_about__h3 {
    left: 0px;
    bottom: 0px;
    font-size: 16px;
    line-height: 2;
    padding-inline: 8px;
  }
}

.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__img img {
  -o-object-position: right;
     object-position: right;
}
.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, 0, 255, 0.5);
  mix-blend-mode: screen;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_header {
    height: 264px;
  }
  .page_header__wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .page_header__img {
    width: 52%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
  .page_header .page_h1 {
    padding-left: 3.8%;
  }
  .page_header .page_bg {
    height: 960px;
    top: 102px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header__wrap {
    height: 50vw;
    max-height: 220px;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .page_header__img {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: -5vw;
    top: 0;
    z-index: 1;
  }
  .page_header .page_h1 {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #FFF;
    flex-basis: 100%;
    padding-block: 20px;
    padding-inline: 16px;
    border-radius: 10px;
  }
  .page_header .page_bg {
    height: 960px;
    top: 50%;
  }
}

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

.page_h1 {
  position: relative;
  z-index: 1;
}
.page_h1__ja, .page_h1__en {
  display: block;
  line-height: 1;
}
.page_h1__ja {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.page_h1__en {
  font-weight: 600;
}
.page_h1__en:first-letter {
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .page_h1__ja {
    font-size: 38px;
  }
  .page_h1__en {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1__ja {
    font-size: 20px;
  }
  .page_h1__en {
    font-size: 14px;
  }
}

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

.page_h3 {
  position: relative;
  background-color: #F5FAFB;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4176CB;
}
.page_h3:first-of-type {
  margin-top: 0;
}
.page_h3 i {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    font-size: 22px;
    line-height: 24px;
    padding-left: 1em;
    padding-block: 13px;
    margin-bottom: 18px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    font-size: 18px;
    line-height: 22px;
    padding-left: 0.5em;
    padding-block: 10px;
    margin-bottom: 16px;
    margin-top: 30px;
  }
}

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

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

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

/**/
.page_2col {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_2col {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .page_2col {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}

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

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

/**/
@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;
}
.page_column__pic.__dummy {
  aspect-ratio: 4/3;
  background-color: #E0E0E0;
}
@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_photos {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 4%;
       column-gap: 4%;
  margin-top: 36px;
}
.page_photos img {
  flex-basis: 48%;
  aspect-ratio: 310/223;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.page_flex {
  display: flex;
}
.page_flex.__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;
  }
}

@media screen and (min-width: 1025px) {
  .page_float_left {
    float: left;
    width: 50%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .page_float_left {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 25px;
  }
}

.clearfix::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

.page_ol {
  counter-reset: ol-count 0;
}
.page_ol li {
  position: relative;
  padding-left: 2em;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 1em;
}
.page_ol li::before {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  color: #4176CB;
  text-align: center;
  counter-increment: ol-count 1;
  content: counter(ol-count, decimal-leading-zero) ".";
}

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

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

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

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

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

.page_policy__catch {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page_policy__catch {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page_policy__catch {
    font-size: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .page_about__outline {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .page_about__outline br {
    display: none;
  }
}

.page_policy__nav__btns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_policy__nav__btns {
    justify-content: space-between;
    margin-bottom: 46px;
  }
  .page_policy__nav__btns .link_button {
    flex-basis: 32%;
    flex-shrink: 0;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_policy__nav__btns {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 30px;
  }
  .page_policy__nav__btns .link_button {
    flex-basis: 100%;
    max-width: 220px;
    height: 50px;
  }
}
.page_policy__nav__links {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_policy__nav__links {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .page_policy__nav__links {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 30px;
  }
}
.page_policy__nav__site a {
  display: block;
  height: 100%;
}
.page_policy__nav__siteImg {
  border: 1px solid #B3C8EA;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 460/233;
  margin-bottom: 10px;
}
.page_policy__nav__siteTtl {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page_policy__nav__siteTtl .link_arw {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .page_policy__nav__site {
    flex-basis: 48.5%;
    flex-shrink: 0;
  }
  .page_policy__nav__siteTtl {
    font-size: 18px;
    padding-right: 40px;
  }
  .page_policy__nav__siteTtl .link_arw {
    top: calc(50% - 17px);
  }
}
@media screen and (max-width: 1024px) {
  .page_policy__nav__site {
    flex-basis: 100%;
    max-width: 460px;
  }
  .page_policy__nav__siteTtl {
    font-size: 18px;
    padding-right: 40px;
  }
  .page_policy__nav__siteTtl .link_arw {
    top: calc(50% - 10px);
  }
}

body.page-policy .page_policy__nav .link_button.__policy,
body.page-ginmonkai .page_policy__nav .link_button.__policy,
body.page-greeting .page_policy__nav .link_button.__greeting,
body.page-organization .page_policy__nav .link_button.__organization,
body.page-history .page_policy__nav .link_button.__history {
  display: none;
}

.page_history__nav {
  display: flex;
}
.page_history__nav .link_button {
  overflow: visible;
}
.page_history__nav .link_button .btn_txt {
  font-size: 16px;
}
.page_history__nav .link_button .btn_txt i {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .page_history__nav {
    justify-content: space-between;
    margin-bottom: 65px;
  }
  .page_history__nav .link_button {
    flex-basis: 32%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_history__nav {
    justify-content: center;
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .page_history__nav .link_button {
    flex-basis: 100%;
    max-width: 270px;
  }
}

.page_history__h2 {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.page_history__h2 span {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page_history__h2 {
    font-size: 24px;
    margin-bottom: 64px;
  }
  .page_history__h2 .__h2__large {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page_history__h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .page_history__h2 .__h2__large {
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .page_history__section {
    padding-bottom: 100px;
  }
  .page_history__section:last-of-type {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_history__section {
    padding-bottom: 50px;
  }
  .page_history__section:last-of-type {
    margin-bottom: 50px;
  }
}

.page_history__block {
  position: relative;
}
.page_history__block__bar {
  width: 3px;
  background-color: #4176CB;
  position: absolute;
  left: calc(50% - 1.5px);
  z-index: 1;
}
.page_history__block__bar::before, .page_history__block__bar::after {
  display: block;
  background-color: #4176CB;
  position: absolute;
  z-index: 1;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: calc(50% - 7px);
}
.page_history__block__bar::before {
  top: 0;
}
.page_history__block__bar::after {
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_history__block__bar {
    top: -50px;
    height: calc(100% + 150px);
  }
}
@media screen and (max-width: 1024px) {
  .page_history__block__bar {
    top: -30px;
    height: calc(100% + 80px);
  }
}

.page_history__history {
  position: relative;
  z-index: 1;
}
.page_history__history:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_history__history {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_history__history {
    margin-bottom: 40px;
  }
}

.page_history__img {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .page_history__img {
    position: absolute;
    right: 0;
    top: -23px;
    z-index: 1;
    width: 44%;
    aspect-ratio: 42/32;
  }
}
@media screen and (max-width: 1024px) {
  .page_history__img {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .page_history__history.__2002 {
    margin-bottom: 10vw;
  }
  .page_history__history.__2002 .page_history__img {
    aspect-ratio: 3/4;
    max-height: 150%;
  }
  .page_history__history.__2011 {
    margin-bottom: 16vw;
  }
  .page_history__history.__2011 .page_history__img {
    aspect-ratio: 9/16;
    max-height: 200%;
  }
  .page_history__history.__1965,
  .page_history__history.__2000 {
    margin-bottom: 10vw;
  }
  .page_history__history.__1965 .page_history__img,
  .page_history__history.__2000 .page_history__img {
    aspect-ratio: auto;
    height: 150%;
  }
  .page_history__history.__1965 .page_history__img img,
  .page_history__history.__2000 .page_history__img img {
    display: block;
    max-height: 50%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_history__history.__2020 .page_history__content {
    position: absolute;
    top: 23px;
    right: 0;
  }
  .page_history__history.__2020 .page_history__img {
    position: relative;
    top: 0;
    aspect-ratio: auto;
    height: 250%;
  }
  .page_history__history.__2020 .page_history__img img {
    display: block;
  }
}
.page_history__content {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  border: 1px solid #B3C8EA;
  border-radius: 6px;
}
@media screen and (min-width: 1025px) {
  .page_history__content {
    width: 60%;
    padding-block: 30px;
    padding-inline: 3.15%;
  }
}
@media screen and (max-width: 1024px) {
  .page_history__content {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    padding-block: 20px;
    padding-inline: 5%;
  }
}

@media screen and (min-width: 1025px) {
  .page_history__history.__reverse .page_history__content {
    margin-left: auto;
  }
  .page_history__history.__reverse .page_history__img {
    right: unset;
    left: 0;
  }
}

.page_history__h3 {
  font-weight: 500;
}
.page_history__h3 .__h3__large {
  font-weight: 600;
  margin-right: 0.25em;
}
@media screen and (min-width: 1025px) {
  .page_history__h3 {
    margin-bottom: 16px;
  }
  .page_history__h3 .__h3__large {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page_history__h3 {
    margin-bottom: 10px;
  }
  .page_history__h3 .__h3__large {
    font-size: 24px;
  }
}

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

.page_history__detail {
  margin-top: 20px;
  border-top: 1px solid #B3C8EA;
  padding-top: 20px;
}

.page_history__item {
  font-size: 14px;
}

.page_thanks .link_button {
  width: 270px;
}

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

.e404 .link_button {
  width: 270px;
}

.page_outline__info .page_dl dd {
  flex-shrink: 1;
}
.page_outline__info .page_dl dd i {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .page_outline__info .page_dl dt {
    flex-basis: 90px;
  }
  .page_outline__info .link_button {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .page_outline__info .page_dl dt {
    flex-basis: 100%;
  }
  .page_outline__info .page_dl dd {
    padding-left: 1em;
  }
  .page_outline__info .link_button {
    height: 50px;
  }
}

.ginmonkai_logo {
  width: 300px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.ginmonkai_logo span {
  visibility: hidden;
}
.ginmonkai_logo__desc {
  font-weight: 500;
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */