body {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

figure img, picture img {
  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;
}

.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: #D00012;
}

.color_blue {
  color: #D00012;
}

.color_red {
  color: #D00012;
}

.bg_grad {
  background: linear-gradient(90deg, rgb(157, 0, 17) 1.21%, rgb(208, 25, 40) 50.95%, rgb(255, 47, 60) 100%);
  color: #FFF;
}

.bg_pink {
  background-color: #FFF6F0;
}

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.font_en {
  font-family: "Cormorant", serif;
  font-style: italic;
}

.font_bodoni {
  font-family: "Bodoni Moda", serif;
}

.__bold {
  font-weight: 700;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1366px;
  min-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    min-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .container {
    min-width: 335px;
  }
}

.wide_container {
  position: relative;
  width: 90%;
  max-width: 1484px;
  min-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .wide_container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .wide_container {
    min-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .wide_container {
    min-width: 335px;
  }
}

a {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
a.text_link {
  color: #D00012;
  text-decoration: underline;
}

button a {
  display: block;
}

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

.__sp_only {
  display: none;
}

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

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

.link_button {
  display: flex;
  justify-content: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(157, 0, 17) 1.21%, rgb(208, 25, 40) 50.95%, rgb(255, 47, 60) 100%);
}
.link_button .btn_arw {
  width: 26px;
  height: 10px;
  background: url("../images/btn_arrow.svg") center/contain no-repeat;
  position: relative;
  z-index: 1;
}
.link_button .btn_txt {
  color: #FFF;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.link_button::before {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #9d0011;
  transition: width linear 0.4s;
  content: "";
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 224px;
    height: 52px;
  }
  .link_button .btn_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 100%;
    max-width: 300px;
    height: 52px;
  }
  .link_button .btn_txt br {
    display: none;
  }
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
  .link_button:hover::before {
    width: 100%;
  }
}
.link_button.btn_center {
  margin-left: auto;
  margin-right: auto;
}
.link_button.btn_mt50 {
  margin-top: 50px;
}

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

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    height: 40px;
  }
}
.breadcrumb span {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb span a {
  display: inline-block;
  position: relative;
}
.breadcrumb span a::after {
  display: block;
  width: 0;
  height: 1px;
  background-color: #D00012;
  transition: all ease 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.breadcrumb span a:hover {
  opacity: 1;
}
.breadcrumb span a:hover::after {
  width: 100%;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

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

.section_h2 {
  position: relative;
}
.section_h2 span {
  display: block;
  letter-spacing: 0;
}
.section_h2 .h2_ja {
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 0.2em;
}
.section_h2::before {
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(5.74deg, rgb(157, 0, 17) 1.21%, rgb(208, 25, 40) 50.95%, rgb(255, 47, 60) 100%);
  content: "";
}
.section_h2._center {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .section_h2 {
    margin-bottom: 40px;
    padding-left: 37px;
  }
  .section_h2 .h2_ja {
    font-size: clamp(32px, 3.22vw, 49px);
  }
  .section_h2 .h2_ja small {
    font-size: clamp(22px, 2.3vw, 35px);
  }
  .section_h2 .h2_en {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .section_h2 {
    margin-bottom: 20px;
    padding-left: 18px;
  }
  .section_h2._align_center {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_h2 .h2_ja {
    font-size: 24px;
  }
  .section_h2 .h2_ja small {
    font-size: 18px;
  }
  .section_h2 .h2_en {
    font-size: 18px;
  }
}

.section_h3 {
  position: relative;
  letter-spacing: 0;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.section_h3::before {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  background: linear-gradient(90deg, rgb(157, 0, 17) 1.21%, rgb(208, 25, 40) 50.95%, rgb(255, 47, 60) 100%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .section_h3 {
    margin-bottom: 40px;
    padding-left: 34px;
    font-size: 30px;
  }
  .section_h3::before {
    width: 22px;
    height: 22px;
    top: calc(0.75em - 11px);
  }
}
@media screen and (max-width: 1024px) {
  .section_h3 {
    margin-bottom: 20px;
    padding-left: 18px;
    font-size: 20px;
  }
  .section_h3::before {
    width: 14px;
    height: 14px;
    top: calc(0.75em - 7px);
  }
}

.c-text {
  line-height: 2.375;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
}
.site-header .header_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    height: 133px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    height: 90px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 439px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 235px;
  }
}
.site-header .main-navigation {
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  flex-grow: 1;
  color: #FFF;
}
.site-header .main-navigation .main_nav_wrap {
  display: flex;
  flex-shrink: 0;
  height: 100%;
  background: linear-gradient(253.92deg, rgb(157, 0, 17) 1.21%, rgb(208, 25, 40) 50.95%, rgb(255, 47, 60) 100%);
}
@media screen and (min-width: 1025px) {
  .site-header .main-navigation .main_nav_wrap {
    flex-basis: 522px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation .main_nav_wrap {
    flex-basis: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_contact {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .header_contact {
    width: 216px;
    flex-shrink: 0;
    height: 100%;
    padding: 35px 24px 17px 24px;
    border-right: 1px solid #D4D4D4;
  }
  .site-header .header_contact_arw {
    display: block;
    width: 11px;
    margin-left: auto;
  }
  .site-header .header_contact_txt_ja {
    display: block;
    font-size: 16px;
    margin-bottom: 26px;
  }
  .site-header .header_contact_txt_en {
    display: block;
    font-size: 12px;
  }
}
.site-header .header_mobile_btn {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-header .header_mobile_btn ._mobile_menu_btn {
  display: block;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.site-header .header_mobile_btn ._mobile_menu_btn ._menu_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #FFF;
  transition: all 0.5s;
}
.site-header .header_mobile_btn ._mobile_menu_btn ._menu_bar._bar1 {
  top: 0;
}
.site-header .header_mobile_btn ._mobile_menu_btn ._menu_bar._bar2 {
  top: calc(50% - 1px);
}
.site-header .header_mobile_btn ._mobile_menu_btn ._menu_bar._bar3 {
  bottom: 0;
}
.site-header .header_mobile_btn ._menu_txt {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 14px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .site-header .header_mobile_btn {
    flex-basis: 90px;
  }
  .site-header .header_mobile_btn ._mobile_menu_btn {
    width: 30px;
    height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_mobile_btn {
    flex-basis: 60px;
  }
  .site-header .header_mobile_btn ._mobile_menu_btn {
    width: 20px;
    height: 12px;
  }
}
.site-header #toggle-menu-btn {
  display: none;
}
@media screen and (min-width: 1025px) {
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
    transform: translateY(8px) rotate(-45deg);
  }
}
@media screen and (max-width: 1024px) {
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
    transform: translateY(5.5px) rotate(-45deg);
  }
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar2 {
  transform: rotate(45deg);
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar3 {
  transform: scale(0);
}
.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;
  background-color: transparent;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window {
    padding-top: 133px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window {
    padding-top: 90px;
  }
}
.site-header .mobile_modal_window .modal_inner {
  width: 100%;
  max-width: 522px;
  height: 100%;
  margin-left: auto;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  background-color: #FFF;
}
.site-header .mobile_modal_window .mobile_menu {
  margin-bottom: 30px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item {
  position: relative;
  border-top: 1px solid #CFCFCF;
  font-size: 16px;
  line-height: 73px;
  margin-bottom: 11px;
  padding-left: 52px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item:last-child {
  border-bottom: 1px solid #CFCFCF;
}
.site-header .mobile_modal_window .mobile_menu .menu-item a {
  display: block;
  position: relative;
  padding-left: 26px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item a::before, .site-header .mobile_modal_window .mobile_menu .menu-item a::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.site-header .mobile_modal_window .mobile_menu .menu-item a::before {
  width: 17px;
  height: 17px;
  background-color: #D00012;
  border-radius: 50%;
  left: 0;
}
.site-header .mobile_modal_window .mobile_menu .menu-item a::after {
  width: 7px;
  height: 7px;
  left: 5px;
  background: url("../images/arrow.svg") center/contain no-repeat;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .mobile_menu .menu-item.pc_none {
    display: none;
  }
}
.site-header .mobile_modal_window .modal_contact {
  display: block;
  width: 278px;
  height: 110px;
  margin: 0 auto;
  padding: 26px 20px;
  background: linear-gradient(253.92deg, rgb(157, 0, 17) 1.21%, rgb(208, 25, 40) 50.95%, rgb(255, 47, 60) 100%);
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .modal_contact {
    display: none;
  }
}
.site-header .mobile_modal_window .modal_contact_arw {
  display: block;
  width: 11px;
  margin-left: auto;
}
.site-header .mobile_modal_window .modal_contact_txt_ja {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.site-header .mobile_modal_window .modal_contact_txt_en {
  display: block;
  font-size: 12px;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}

.home_link {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .home_link {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .home_link .home_logo {
    width: 74px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .home_logo {
    width: 50px;
  }
}
.home_link .home_title span {
  display: block;
  text-align: center;
}
.home_link .home_title .title_prfx {
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .home_link .home_title .title_prfx {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .home_title .title_prfx {
    font-size: 6px;
  }
}
.home_link .home_title .title_main {
  letter-spacing: 0.32em;
  line-height: 1.75;
  letter-spacing: 0.32em;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (min-width: 1025px) {
  .home_link .home_title .title_main {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .home_title .title_main {
    font-size: 12px;
  }
}
.home_link .home_title .title_sfx {
  letter-spacing: 0.16em;
  line-height: 1.69;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (min-width: 1025px) {
  .home_link .home_title .title_sfx {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .home_title .title_sfx {
    font-size: 8px;
  }
}

.site-footer {
  background-color: #FFF;
}
.site-footer .footer_access {
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_access {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_access {
    padding-top: 60px;
  }
}
.site-footer .footer_access_h2 {
  text-align: center;
  position: relative;
}
.site-footer .footer_access_h2 .access_en {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #E1E1E1;
}
.site-footer .footer_access_h2 .access_ja {
  display: block;
  position: relative;
  z-index: 1;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_access_h2 {
    margin-bottom: 35px;
  }
  .site-footer .footer_access_h2 .access_en {
    font-size: 122px;
  }
  .site-footer .footer_access_h2 .access_ja {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_access_h2 {
    margin-bottom: 35px;
  }
  .site-footer .footer_access_h2 .access_en {
    font-size: 60px;
  }
  .site-footer .footer_access_h2 .access_ja {
    font-size: 20px;
  }
}
.site-footer .footer_access_container {
  position: relative;
}
.site-footer .footer_access_body .access_map {
  filter: grayscale(100%);
}
.site-footer .footer_access_body .access_map iframe {
  width: 100%;
  height: 100%;
}
.site-footer .footer_access_body .access_info {
  font-size: 14px;
  letter-spacing: 0;
}
.site-footer .footer_access_body .access_address {
  line-height: 38px;
}
.site-footer .footer_access_body .access_address span {
  display: inline-block;
  margin-right: 1em;
}
.site-footer .footer_access_body .access_transport .transport_head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.site-footer .footer_access_body .access_transport .transport_head_icon {
  width: 34px;
  margin-right: 11px;
}
.site-footer .footer_access_body .access_transport .transport_head_txt {
  font-size: 18px;
  margin-right: 1em;
}
.site-footer .footer_access_body .access_transport .transport_head_line {
  flex-grow: 1;
  height: 1px;
  background-color: #CFCFCF;
}
.site-footer .footer_access_body .access_transport .transport_upper_wrap {
  display: flex;
}
.site-footer .footer_access_body .access_transport .transport_lower_wrap {
  display: flex;
}
.site-footer .footer_access_body .access_transport .transport_bus {
  font-size: 18px;
  margin-bottom: 16px;
}
.site-footer .footer_access_body .access_transport .transport_bus span {
  display: inline-block;
}
.site-footer .footer_access_body .access_transport .transport_txt {
  font-weight: 400;
  line-height: 23px;
}
.site-footer .footer_access_body .access_transport .transport_pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 41px;
  background-color: #F2F2F2;
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 0 13px;
}
.site-footer .footer_access_body .access_transport .transport_pdf_icon {
  width: 15px;
  margin-right: 9px;
}
.site-footer .footer_access_body .access_transport .transport_pdf_arrow {
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #464646;
  border-right: 1.5px solid #464646;
  transform: rotate(45deg);
}
.site-footer .footer_access_body .access_transport .transport_pdf_txt {
  flex-grow: 1;
  font-size: 12px;
}
.site-footer .footer_access_body .access_transport .link_button {
  width: 100%;
  max-width: 258px;
  height: 41px;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_access_body .access_map {
    width: 50vw;
    height: 100%;
    max-height: 617px;
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
  }
  .site-footer .footer_access_body .access_info {
    width: 50%;
    margin-left: auto;
    padding-left: 6%;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .site-footer .footer_access_body .access_address {
    margin-bottom: 45px;
  }
  .site-footer .footer_access_body .access_transport .transport_upper {
    margin-bottom: 45px;
  }
  .site-footer .footer_access_body .access_transport .transport_body {
    flex-basis: 50%;
  }
  .site-footer .footer_access_body .access_transport .transport_body.body_left {
    border-right: 1px solid #CFCFCF;
    padding-right: 4%;
  }
  .site-footer .footer_access_body .access_transport .transport_body.body_right {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_access_body .access_map {
    width: 100%;
    height: 75vw;
    max-height: 500px;
  }
  .site-footer .footer_access_body .access_info {
    width: 100%;
    padding-left: 4%;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .site-footer .footer_access_body .access_address {
    margin-bottom: 20px;
  }
  .site-footer .footer_access_body .access_transport .transport_upper {
    margin-bottom: 22px;
  }
  .site-footer .footer_access_body .access_transport .transport_upper_wrap {
    flex-wrap: wrap;
    row-gap: 16px;
    padding-left: 20px;
  }
  .site-footer .footer_access_body .access_transport .transport_lower_wrap {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .site-footer .footer_access_body .access_transport .transport_body {
    flex-basis: 100%;
  }
  .site-footer .footer_access_body .access_transport .transport_txt {
    padding-left: 14px;
  }
  .site-footer .footer_access_body .access_transport .transport_pdf {
    max-width: 220px;
  }
  .site-footer .footer_access_body .access_transport .transport_shuttle_link {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer .footer_nav {
  width: 100%;
  border-top: 1px solid #CFCFCF;
}
@media screen and (min-width: 1367px) {
  .site-footer .footer_nav {
    height: 340px;
  }
}
.site-footer .footer_nav_container {
  display: flex;
  width: 100%;
}
.site-footer .footer_nav_container .footer_nav_menu {
  display: flex;
}
.site-footer .footer_nav_container .footer_nav_menu .footer_menu .menu-item {
  position: relative;
}
.site-footer .footer_nav_container .footer_nav_menu .footer_menu .menu-item::before {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -24px;
  top: calc(50% - 8.5px);
  background: url("../images/footer_menu_arrow.png") center/contain no-repeat;
  content: "";
}
.site-footer .footer_nav_container .footer_nav_contact .footer_contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 90%;
  max-width: 263px;
  height: 64px;
  border: 1px solid #000;
  margin-bottom: 25px;
}
.site-footer .footer_nav_container .footer_nav_contact .footer_contact_btn .btn_icon {
  width: 22px;
}
.site-footer .footer_nav_container .footer_nav_contact .footer_contact_btn .btn_txt {
  font-size: 18px;
}
.site-footer .footer_nav_container .footer_nav_contact .footer_contact_txt {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_nav_container {
    justify-content: space-between;
    height: 100%;
  }
  .site-footer .footer_nav_container .footer_nav_home {
    padding-top: 95px;
  }
  .site-footer .footer_nav_container .footer_nav_home .home_link {
    justify-content: center;
  }
  .site-footer .footer_nav_container .footer_nav_menu {
    flex-grow: 1;
  }
  .site-footer .footer_nav_container .footer_nav_contact {
    padding-top: 95px;
    padding-left: 2.5%;
  }
}
@media screen and (min-width: 1367px) {
  .site-footer .footer_nav_container .footer_nav_home {
    flex-basis: 29.3%;
  }
  .site-footer .footer_nav_container .footer_menu {
    flex: 1;
    padding-top: 95px;
    padding-left: 5%;
    border-left: 1px solid #CFCFCF;
  }
  .site-footer .footer_nav_container .footer_menu:last-child {
    border-right: 1px solid #CFCFCF;
  }
  .site-footer .footer_nav_container .footer_menu .menu-item {
    margin-bottom: 44px;
  }
  .site-footer .footer_nav_container .footer_menu .menu-item:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer_nav_container .footer_nav_contact {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1366px) {
  .site-footer .footer_nav_container .footer_nav_home {
    flex-basis: 34%;
  }
  .site-footer .footer_nav_container .footer_nav_menu {
    flex-wrap: wrap;
    padding-top: 95px;
  }
  .site-footer .footer_nav_container .footer_menu {
    flex-basis: 100%;
    padding-left: 10%;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
  }
  .site-footer .footer_nav_container .footer_menu .menu-item {
    margin-bottom: 24px;
  }
  .site-footer .footer_nav_container .footer_nav_contact {
    flex-basis: 34%;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_nav_container {
    flex-wrap: wrap;
  }
  .site-footer .footer_nav_container .footer_nav_home {
    flex-basis: 100%;
    padding: 40px 0;
  }
  .site-footer .footer_nav_container .footer_nav_home .home_link {
    justify-content: center;
  }
  .site-footer .footer_nav_container .footer_nav_menu {
    padding: 40px 5%;
    border-top: 1px solid #CFCFCF;
  }
  .site-footer .footer_nav_container .footer_menu {
    flex-basis: 100%;
    padding-left: 10%;
    border-left: none;
    border-right: none;
  }
  .site-footer .footer_nav_container .footer_menu .menu-item {
    margin-bottom: 24px;
  }
  .site-footer .footer_nav_container .footer_nav_contact {
    flex-basis: 100%;
    padding: 40px 5%;
    border-top: 1px solid #CFCFCF;
  }
  .site-footer .footer_nav_container .footer_nav_contact .footer_contact_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer .footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  font-size: 12px;
  font-weight: 400;
}

/**/
.button_totop {
  display: block;
  position: fixed;
  z-index: 999;
  cursor: pointer;
  transition: all ease 0.5s;
  visibility: hidden;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1025px) {
  .button_totop {
    bottom: 59px;
    right: 2.1%;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .button_totop {
    bottom: 56px;
    right: 5%;
    font-size: 16px;
  }
}
.button_totop::before {
  display: block;
  width: 2px;
  position: absolute;
  left: calc(50% - 1px);
  bottom: calc(100% + 15px);
  background-color: #D00012;
  content: "";
}
@media screen and (min-width: 1025px) {
  .button_totop::before {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .button_totop::before {
    height: 64px;
  }
}
.button_totop.__visible {
  visibility: visible;
}
@media (hover: hover) {
  .button_totop.__visible:hover {
    opacity: 0.7;
  }
}

.top_kv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .top_kv {
    min-height: 660px;
  }
}
@media screen and (max-width: 1024px) {
  .top_kv {
    max-height: 1000px;
    min-height: 600px;
  }
}
.top_kv .top_kv_container {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_kv .top_kv_catch {
  height: -moz-max-content;
  height: max-content;
  color: #FFF;
}
.top_kv .top_kv_catch .catch_txt {
  display: block;
}
.top_kv .top_kv_catch .catch_txt.catch_2 {
  margin-top: 1em;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .top_kv .top_kv_catch .catch_1 {
    font-size: 54px;
    line-height: 84px;
    letter-spacing: 0.08em;
  }
  .top_kv .top_kv_catch .catch_2 {
    font-size: 27px;
    line-height: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .top_kv .top_kv_catch .catch_1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.08em;
  }
  .top_kv .top_kv_catch .catch_2 {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}
.top_kv .top_kv_bg picture {
  height: 100%;
}
.top_kv .top_kv_curtain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF;
  transition: opacity linear 1s;
  content: "";
}
.top_kv .top_kv_curtain.is-animated {
  opacity: 0;
}
.top_kv .top_kv_nav {
  width: 100%;
  position: absolute;
  z-index: 2;
  transition: all ease 2s;
}
.top_kv .top_kv_nav_wrap {
  display: flex;
  justify-content: center;
}
.top_kv .top_kv_nav .kv_nav_btn {
  position: relative;
  background-color: #FFF6F0;
  transition: all ease 0.4s;
}
@media (hover: hover) {
  .top_kv .top_kv_nav .kv_nav_btn:hover {
    opacity: 1;
    transform: translateY(-20px);
  }
}
.top_kv .top_kv_nav .kv_nav_border {
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.top_kv .top_kv_nav .kv_nav_title {
  display: block;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
.top_kv .top_kv_nav .kv_nav_title::before {
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #231815;
  content: "";
}
.top_kv .top_kv_nav .kv_nav_en {
  display: block;
  padding-top: 16px;
  font-size: 12px;
}
.top_kv .top_kv_nav .kv_nav_arw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_kv .top_kv_nav .kv_nav_arw img {
  width: 13px;
}
@media screen and (min-width: 1025px) {
  .top_kv .top_kv_nav {
    left: 0;
    top: 100%;
  }
  .top_kv .top_kv_nav.is-animated {
    top: calc(100% - 200px);
  }
  .top_kv .top_kv_nav_wrap {
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    width: 90%;
    margin: 0 auto;
  }
  .top_kv .top_kv_nav .kv_nav_btn {
    flex-basis: 317px;
    height: 275px;
    padding: 42px 18px;
  }
  .top_kv .top_kv_nav .kv_nav_title {
    font-size: 18px;
    line-height: 25px;
    min-height: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .top_kv .top_kv_nav {
    left: 0;
    top: 100%;
  }
  .top_kv .top_kv_nav.is-animated {
    top: calc(100% - 38px);
  }
  .top_kv .top_kv_nav_wrap {
    flex-wrap: wrap;
    gap: 9px;
    width: 90%;
    min-width: 355px;
    margin: 0 auto;
  }
  .top_kv .top_kv_nav .kv_nav_btn {
    flex-basis: 48.5%;
    min-width: 173px;
    max-width: 317px;
    min-height: 126px;
    padding: 30px 18px;
  }
  .top_kv .top_kv_nav .kv_nav_title {
    font-size: 14px;
    line-height: 17px;
    min-height: 43px;
  }
}

.top_section {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_section {
    padding-top: 133px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section {
    padding-top: 60px;
  }
}

.top_section_2col {
  display: flex;
}
.top_section_2col .section_col_img {
  width: 100%;
}
.top_section_2col .section_col_img img {
  width: 100%;
}
.top_section_2col .section_col_body {
  position: relative;
}
.top_section_2col .section_col_title {
  position: absolute;
  background-color: #FFF6F0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.top_section_2col .section_col_title::before, .top_section_2col .section_col_title::after {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top_section_2col .section_col {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .top_section_2col .section_col_body {
    padding-top: 130px;
    padding-bottom: 64px;
  }
  .top_section_2col .section_col_body._border::after {
    display: block;
    width: 1px;
    height: 325px;
    position: absolute;
    right: 0;
    top: calc(50% - 162.5px);
    background-color: #939393;
    content: "";
  }
  .top_section_2col .section_col_title {
    width: 46%;
    top: -45px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section_2col {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
  }
  .top_section_2col .section_col {
    flex-basis: 100%;
    max-width: 600px;
  }
  .top_section_2col .section_col_body {
    padding: 90px 5% 50px;
  }
  .top_section_2col .section_col_title {
    width: 75%;
    top: -25px;
  }
}

.top_h2 {
  position: relative;
  text-align: center;
}
.top_h2 span {
  display: block;
}
.top_h2_ja {
  margin-bottom: 0.5em;
  letter-spacing: 0.14em;
}
.top_h2_en {
  letter-spacing: 0.16em;
}
.top_h2::before, .top_h2::after {
  display: block;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: calc(50% - 0.5px);
  content: "";
}
.top_h2::before {
  top: 0;
}
@media screen and (min-width: 1025px) {
  .top_h2 {
    padding-top: 68px;
  }
  .top_h2._large {
    margin-bottom: 110px;
  }
  .top_h2._large .top_h2_en {
    font-size: 21px;
  }
  .top_h2._large .top_h2_ja {
    font-size: clamp(24px, 1.97vw, 30px);
  }
  .top_h2._large::before, .top_h2._large::after {
    height: 42px;
  }
  .top_h2._large::after {
    top: calc(100% + 26px);
  }
  .top_h2._small::before, .top_h2._small::after {
    height: 14px;
  }
  .top_h2._small::before {
    top: 34px;
  }
  .top_h2._small::after {
    top: calc(100% + 16px);
  }
  .top_h2._small .top_h2_ja {
    font-size: 23px;
  }
  .top_h2._small .top_h2_en {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    padding-top: 34px;
  }
  .top_h2._large {
    margin-bottom: 60px;
  }
  .top_h2._large .top_h2_en {
    font-size: 18px;
  }
  .top_h2._large .top_h2_ja {
    font-size: 24px;
  }
  .top_h2._large::before, .top_h2._large::after {
    height: 22px;
  }
  .top_h2._large::after {
    top: calc(100% + 12px);
  }
  .top_h2._small::before, .top_h2._small::after {
    height: 14px;
  }
  .top_h2._small::before {
    top: 16px;
  }
  .top_h2._small::after {
    top: calc(100% + 8px);
  }
  .top_h2._small .top_h2_ja {
    font-size: 22px;
  }
  .top_h2._small .top_h2_en {
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .top_introduction {
    padding-top: 233px;
  }
}
@media screen and (max-width: 1024px) {
  .top_introduction {
    padding-top: 280px;
  }
}
.top_introduction_container {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_introduction_container {
    margin-right: calc(50% - 50vw);
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .top_introduction_container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .top_introduction_body {
    flex-basis: 48%;
    max-width: 586px;
    flex-shrink: 0;
  }
  .top_introduction_body .section_h2 {
    margin-bottom: 80px;
  }
  .top_introduction_body .link_button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top_introduction_body {
    flex-basis: 100%;
    max-width: 586px;
    flex-shrink: 0;
  }
  .top_introduction_body .link_button {
    margin-top: 25px;
  }
}
.top_introduction_visual {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top_introduction_visual {
    flex-basis: 100%;
    max-width: 600px;
  }
}
.top_introduction_catch {
  position: absolute;
  left: 0;
  top: -1em;
}
.top_introduction_catch span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  line-height: 2.06;
}
@media screen and (min-width: 1025px) {
  .top_introduction_catch {
    font-size: clamp(20px, 2.14vw, 33px);
  }
  .top_introduction_catch span {
    margin-bottom: 14px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_introduction_catch {
    font-size: 16px;
  }
  .top_introduction_catch span {
    margin-bottom: 5px;
    padding: 0 8px;
  }
}
.top_introduction_slider .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #FFF;
  counter-reset: pagination-num;
}
.top_introduction_slider .splide__pagination__page {
  margin: 0;
  opacity: 1;
  background: none;
}
.top_introduction_slider .splide__pagination__page::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-size: 13px;
  counter-increment: pagination-num;
  content: "0" counter(pagination-num);
}
.top_introduction_slider .splide__pagination__page.is-active {
  transform: none;
  border: 1px solid #D00012;
}
.top_introduction_slider .splide__pagination__page.is-active::before {
  color: #D00012;
}
@media screen and (min-width: 1025px) {
  .top_introduction_slider {
    padding-left: 48px;
  }
  .top_introduction_slider .splide__pagination {
    width: 50%;
    max-width: 360px;
    height: 122px;
    bottom: -26px;
  }
  .top_introduction_slider .splide__pagination__page {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .top_introduction_slider {
    padding-left: 24px;
  }
  .top_introduction_slider .splide__pagination {
    width: 50%;
    max-width: 360px;
    height: 60px;
    bottom: -26px;
  }
  .top_introduction_slider .splide__pagination__page {
    width: 28px;
    height: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .top_message {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .top_message {
    padding-bottom: 60px;
  }
}
.top_message_bg {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
}
.top_message_bg img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top_message_bg {
    height: 100vw;
    max-height: 500px;
  }
  .top_message_bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_message_body {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .top_message_body {
    transform: translateY(-18.8vw);
  }
}
.top_message_container_bg {
  width: calc(100% + 50vw - 50%);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_message_container {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_message_container {
    padding: 133px 4.6% 90px;
    -moz-column-gap: 12%;
         column-gap: 12%;
  }
}
@media screen and (max-width: 1024px) {
  .top_message_container {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    padding: 60px 4.6% 60px;
  }
}
@media screen and (min-width: 1025px) {
  .top_message_visual {
    flex-basis: 40%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_message_visual {
    flex-basis: 100%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1025px) {
  .top_message_txt {
    flex-grow: 1;
  }
  .top_message_txt .section_h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top_message_txt {
    flex-basis: 100%;
    max-width: 600px;
  }
}
.top_message_pic {
  width: 100%;
}
.top_message_pic img {
  width: 100%;
}

.top_tour {
  z-index: 2;
}
.top_tour_bg {
  width: 100%;
}
.top_tour_bg img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top_tour_body {
    position: absolute;
    right: 0;
    width: 73%;
    bottom: -98px;
  }
}
.top_tour_container {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .top_tour_container {
    padding: 108px 6.4%;
    -moz-column-gap: 5.48%;
         column-gap: 5.48%;
  }
  .top_tour_container .top_h2, .top_tour_container .c-text, .top_tour_container .link_button {
    flex-shrink: 0;
  }
  .top_tour_container .top_h2 {
    margin-top: -68px;
  }
}
@media screen and (max-width: 1024px) {
  .top_tour_container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 5% 50px;
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 25px;
  }
  .top_tour_container .top_h2, .top_tour_container .c-text, .top_tour_container .link_button {
    flex-shrink: 0;
  }
  .top_tour_container .top_h2 {
    margin-top: -34px;
    flex-basis: 40%;
  }
  .top_tour_container .c-text {
    flex-basis: 55%;
  }
}

.news_article {
  display: flex;
  align-items: center;
  border-top: 1px solid #CFCFCF;
}
.news_article:last-child {
  border-bottom: 1px solid #CFCFCF;
}
.news_article .news_date {
  font-size: 12px;
}
.news_article .news_title {
  line-height: 1.2;
}
.news_article .news_title a {
  display: block;
}
.news_article .news_cat {
  color: #D00012;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #D00012;
  border-radius: 2em;
  padding: 2px 14px;
}
@media screen and (min-width: 1025px) {
  .news_article {
    padding: 20px 0;
  }
  .news_article .news_date {
    flex-basis: 76px;
    flex-shrink: 0;
  }
  .news_article .news_cat_col {
    flex-basis: 125px;
    flex-shrink: 0;
  }
  .news_article .news_title {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .news_article {
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 20px 0;
  }
  .news_article .news_date {
    flex-basis: 76px;
    flex-shrink: 0;
  }
  .news_article .news_cat_col {
    flex-grow: 1;
  }
  .news_article .news_title {
    flex-basis: 100%;
  }
}

.top_news {
  background-color: #F5F3F2;
  z-index: 1;
}
.top_news_container {
  display: flex;
}
.top_news_head .top_h2_vert {
  margin-left: auto;
  margin-right: auto;
  writing-mode: vertical-rl;
  align-self: stretch;
}
.top_news_head .top_h2_vert span {
  display: block;
}
.top_news_head .top_h2_vert .top_h2_en {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-left: 16px;
  font-style: italic;
}
.top_news_head .top_h2_vert .top_h2_en .h2_en_innerLine {
  flex-grow: 1;
  width: 1px;
  background-color: #CFCFCF;
}
.top_news_head .top_h2_vert .top_h2_ja {
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top_news_head .top_h2_vert {
    margin-bottom: 115px;
  }
  .top_news_head .top_h2_vert .top_h2_en {
    font-size: 19px;
  }
  .top_news_head .top_h2_vert .top_h2_ja {
    font-size: 38px;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 1024px) {
  .top_news_head .top_h2_vert {
    margin-bottom: 72px;
  }
  .top_news_head .top_h2_vert .top_h2_en {
    font-size: 14px;
  }
  .top_news_head .top_h2_vert .top_h2_ja {
    font-size: 23px;
    letter-spacing: 0.14em;
  }
}
@media screen and (min-width: 1025px) {
  .top_news {
    padding-top: 244px;
    padding-bottom: 105px;
  }
  .top_news_container {
    width: 100%;
    max-width: 1206px;
    margin: 0 auto;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .top_news_head {
    flex-basis: 276px;
    flex-shrink: 0;
  }
  .top_news_head .top_h2 {
    margin-bottom: 72px;
  }
  .top_news_head .link_button {
    width: 196px;
    height: 55px;
  }
  .top_news_head .link_button .btn_txt {
    font-size: 15px;
  }
  .top_news_head .link_button .btn_arrow {
    width: 28px;
  }
  .top_news_body {
    flex-grow: 1;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding-bottom: 60px;
  }
  .top_news_head {
    flex-basis: 133px;
    flex-shrink: 0;
  }
  .top_news_head .link_button {
    width: 100%;
    height: 46px;
  }
  .top_news_head .link_button .btn_txt {
    font-size: 15px;
  }
  .top_news_head .link_button .btn_arw {
    display: none;
  }
  .top_news_body {
    flex-grow: 1;
    padding-left: 20px;
  }
}

.sns_section {
  padding-bottom: 57px;
  background-color: #F5F3F2;
  position: relative;
}
.sns_section.notready {
  display: none;
}
.sns_section .sns_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .sns_section .sns_container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .sns_section .sns_container {
    min-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .sns_section .sns_container {
    min-width: 335px;
  }
}
.sns_section .sns_h2 {
  display: flex;
  align-items: center;
}
.sns_section .sns_h2 .h2_txt {
  letter-spacing: 0.14em;
  margin-right: 1em;
}
.sns_section .sns_h2 .h2_line {
  flex-grow: 1;
  height: 1px;
  background-color: #CFCFCF;
}
@media screen and (min-width: 1025px) {
  .sns_section .sns_h2 {
    margin-bottom: 30px;
  }
  .sns_section .sns_h2 .h2_txt {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .sns_section .sns_h2 {
    margin-bottom: 20px;
  }
  .sns_section .sns_h2 .h2_txt {
    font-size: 28px;
  }
}
.sns_section .sns_col {
  display: flex;
}
.sns_section .sns_head {
  height: 60px;
}
.sns_section .sns_head_wrap {
  display: flex;
  align-items: center;
}
.sns_section .sns_head_thumb {
  width: 60px;
  border-radius: 50%;
  margin-right: 22px;
}
.sns_section .sns_head_title .title_s {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.sns_section .sns_head_title .title_l {
  display: block;
  font-size: 16px;
}
.sns_section .sns_instagram {
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
}
.sns_section .sns_instagram_pic {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  overflow: hidden;
}
.sns_section .sns_instagram_pic img {
  width: 100%;
}
.sns_section .sns_youtube iframe {
  width: 100%;
  height: 100%;
}
.sns_section .sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  width: 267px;
  height: 72px;
  margin: 27px auto 0;
  border: 1px solid #000;
  font-size: 14px;
}
.sns_section .sns_link_arrow {
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .sns_section .sns_col {
    justify-content: space-between;
  }
  .sns_section .sns_block {
    flex-basis: 48%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }
  .sns_section .sns_head {
    margin-bottom: 30px;
  }
  .sns_section .sns_body {
    flex-grow: 1;
  }
  .sns_section .sns_instagram {
    justify-content: space-between;
  }
  .sns_section .sns_instagram_pic {
    flex-basis: 30%;
  }
  .sns_section .sns_youtube {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sns_section .sns_col {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .sns_section .sns_block {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .sns_section .sns_head {
    margin-bottom: 20px;
  }
  .sns_section .sns_instagram {
    justify-content: center;
    -moz-column-gap: 22px;
         column-gap: 22px;
    max-width: 600px;
    margin: 0 auto;
  }
  .sns_section .sns_instagram_pic {
    flex-basis: 47.5%;
    max-width: 176px;
  }
  .sns_section .sns_youtube {
    aspect-ratio: 16/9;
  }
}

.top_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #FFF;
  transition: opacity linear 2s;
  transition-delay: 2.5s;
}
.top_loading_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.top_loading_logo {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all linear 1.3s;
  transition-delay: 0.5s;
}
.top_loading.is-loaded {
  opacity: 0;
}
.top_loading.is-loaded .top_loading_logo {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.top_loading.is-behind {
  z-index: -1;
}

.page_header {
  display: flex;
  justify-content: center;
  position: relative;
}
.page_header_h1 {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.page_header_h1 span {
  display: block;
}
.page_header_h1 .title_ja {
  letter-spacing: 0.14em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .page_header {
    align-items: center;
    width: 100%;
    height: 392px;
    padding-top: 133px;
  }
  .page_header .title_ja {
    font-size: 40px;
  }
  .page_header .title_en {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    align-items: flex-end;
    width: 100%;
    height: 50vw;
    max-height: 240px;
    padding-bottom: 20px;
    padding-top: 90px;
  }
  .page_header .title_ja {
    font-size: 24px;
  }
  .page_header .title_en {
    font-size: 16px;
  }
}

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

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

.page_catch {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_catch {
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .page_catch_pic {
    flex-basis: 60%;
    max-width: 829px;
    aspect-ratio: 829/482;
    flex-shrink: 0;
  }
  .page_catch_body {
    flex-basis: 37.5%;
    padding-top: 10%;
  }
  .page_catch_h2 {
    width: -moz-max-content;
    width: max-content;
    font-size: 33px;
    line-height: 2;
    padding: 0 23px;
    margin-bottom: 30px;
    transform: translateX(-80px);
  }
}
@media screen and (max-width: 1024px) {
  .page_catch {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-bottom: 50px;
  }
  .page_catch_pic {
    flex-basis: 100%;
    max-width: 600px;
    aspect-ratio: 829/482;
  }
  .page_catch_body {
    flex-basis: 100%;
    max-width: 600px;
  }
  .page_catch_h2 {
    width: -moz-max-content;
    width: max-content;
    font-size: 24px;
    line-height: 2;
    padding: 0 18px;
    margin-bottom: 30px;
  }
}

.page_ul li {
  line-height: 2.5;
  padding-left: 10px;
  position: relative;
}
.page_ul li::before {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 17.5px;
  background-color: #D00012;
  border-radius: 50%;
  content: "";
}

.page_introduction_work {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}
.page_introduction_work .introduction_work_h3 {
  line-height: 2.5;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.page_introduction_work .page_ul, .page_introduction_work .introduction_work_note {
  padding-left: 1em;
}
@media screen and (min-width: 1025px) {
  .page_introduction_work {
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .page_introduction_work .introduction_work_block {
    flex-basis: 47.5%;
  }
  .page_introduction_work .introduction_work_h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_introduction_work {
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 50px;
  }
  .page_introduction_work .introduction_work_block {
    flex-basis: 100%;
    max-width: 350px;
  }
  .page_introduction_work .introduction_work_h3 {
    font-size: 20px;
  }
}

.page_message_head {
  display: flex;
}
.page_message_head .message_head_pic img {
  width: 100%;
}
.page_message_head .message_head_sign {
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .page_message_head {
    justify-content: space-between;
    align-items: flex-start;
  }
  .page_message_head .message_head_txt {
    flex-basis: 58.5%;
  }
  .page_message_head .message_head_pic {
    flex-basis: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .page_message_head {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 25px;
  }
  .page_message_head .message_head_txt, .page_message_head .message_head_pic {
    flex-basis: 100%;
    max-width: 600px;
  }
}

.page_message_2col {
  display: flex;
}
.page_message_2col .message_2col_pic {
  aspect-ratio: 1/1;
  background-color: #CFCFCF;
}
.page_message_2col .message_2col_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_message_2col .message_2col_content:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_message_2col {
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .page_message_2col:not(._reverse) {
    margin-right: calc(50% - 50vw);
  }
  .page_message_2col._reverse {
    margin-left: calc(50% - 50vw);
    flex-direction: row-reverse;
  }
  .page_message_2col .message_2col_body {
    flex-basis: 660px;
    flex-shrink: 0;
  }
  .page_message_2col .message_2col_pic {
    flex-grow: 1;
  }
  .page_message_2col .message_2col_content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page_message_2col {
    justify-content: center;
    flex-wrap: wrap;
  }
  .page_message_2col .message_2col_body {
    flex-basis: 100%;
    max-width: 600px;
  }
  .page_message_2col .message_2col_pic {
    flex-basis: 100%;
    max-width: 600px;
  }
  .page_message_2col .message_2col_content {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .page_operation_work {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page_operation_work {
    margin-bottom: 30px;
  }
}
.page_operation_work .operation_work_h3 {
  background-color: #FFF6F0;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 1025px) {
  .page_operation_work .operation_work_h3 {
    padding-left: 30px;
    font-size: 24px;
    line-height: 64px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .page_operation_work .operation_work_h3 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 22px;
  }
}
.page_operation_work .operation_work_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.page_operation_work .operation_work_wrap + p {
  margin: 20px auto 0;
  width: 95%;
}
@media screen and (min-width: 1025px) {
  .page_operation_work .operation_work_wrap {
    row-gap: 40px;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .page_operation_work .operation_work_wrap::after {
    width: 45%;
    display: block;
    content: "";
  }
}
@media screen and (max-width: 1024px) {
  .page_operation_work .operation_work_wrap {
    row-gap: 25px;
  }
}

.operation_work_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.5;
  border-style: solid;
  border-color: #FFF6F0;
}
@media screen and (min-width: 1025px) {
  .operation_work_item {
    flex-basis: 45%;
    height: 125px;
    border-width: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .operation_work_item {
    flex-basis: 100%;
    max-width: 600px;
    border-width: 5px;
    font-size: 14px;
    padding: 1em;
  }
}

.page_operation_team {
  position: relative;
}
.page_operation_team .operation_team_pic {
  position: relative;
  z-index: 1;
}
.page_operation_team .operation_team_pic img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .page_operation_team .operation_team_pic {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .page_operation_team .operation_team_pic {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .page_operation_team .operation_team_body {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 1;
    padding: 40px;
    width: 50%;
  }
  .page_operation_team .operation_team_body .section_h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .page_operation_team .operation_team_body .section_h3::before {
    width: 12px;
    height: 12px;
    top: calc(0.75em - 6px);
  }
}
@media screen and (max-width: 1024px) {
  .page_operation_team .operation_team_body {
    padding: 25px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .page_operation_team .operation_team_body .section_h3 {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 16px;
  }
  .page_operation_team .operation_team_body .section_h3::before {
    width: 10px;
    height: 10px;
    top: calc(0.75em - 5px);
  }
}

.page_2col {
  display: flex;
}
.page_2col ._2col_pic {
  aspect-ratio: 1/1;
  background-color: #CFCFCF;
}
.page_2col ._2col_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .page_2col {
    justify-content: space-between;
    align-items: flex-start;
  }
  .page_2col ._2col_txt {
    flex-basis: 47.5%;
    padding-left: 40px;
  }
  .page_2col ._2col_pic {
    flex-basis: 47.5%;
  }
}
@media screen and (max-width: 1024px) {
  .page_2col {
    justify-content: center;
    flex-wrap: wrap;
  }
  .page_2col ._2col_txt, .page_2col ._2col_pic {
    flex-basis: 100%;
    max-width: 600px;
  }
}

.page_operation_environment {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
  position: relative;
}
.page_operation_environment .operation_work_item {
  flex-direction: column;
}
.page_operation_environment .operation_work_item .c-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.page_operation_environment .environment_h3 {
  position: relative;
}
.page_operation_environment .environment_h3::before {
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: -1em;
  top: 0.25em;
  background-color: #D00012;
  content: "";
}
@media screen and (max-width: 1024px) {
  .page_operation_environment .environment_h3 {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_operation_environment {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}

.page_operation_recruit .operation_recruit_h2 {
  text-align: center;
  position: relative;
  letter-spacing: 0.14em;
}
.page_operation_recruit .operation_recruit_h2::before {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF6F0;
  border-radius: 10px 10px 0 0;
  content: "";
}
.page_operation_recruit .operation_recruit_h2 .h2_inner {
  display: inline-block;
  position: relative;
}
.page_operation_recruit .operation_recruit_h2 .h2_inner::before, .page_operation_recruit .operation_recruit_h2 .h2_inner::after {
  display: block;
  width: 1px;
  position: absolute;
  left: calc(50% - 0.5px);
  background-color: #000;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_operation_recruit {
    width: 895px;
    margin: 0 auto;
    padding-top: 43px;
  }
  .page_operation_recruit .operation_recruit_h2 {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .page_operation_recruit .operation_recruit_h2::before {
    width: 650px;
    height: 45px;
    bottom: calc(100% + 43px);
  }
  .page_operation_recruit .operation_recruit_h2 .h2_inner::before, .page_operation_recruit .operation_recruit_h2 .h2_inner::after {
    height: 23px;
  }
  .page_operation_recruit .operation_recruit_h2 .h2_inner::before {
    bottom: calc(100% + 20px);
  }
  .page_operation_recruit .operation_recruit_h2 .h2_inner::after {
    top: calc(100% + 20px);
  }
}
@media screen and (max-width: 1024px) {
  .page_operation_recruit {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 26px 1em 0;
  }
  .page_operation_recruit .operation_recruit_h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .page_operation_recruit .operation_recruit_h2::before {
    width: 65%;
    height: 25px;
    bottom: calc(100% + 26px);
  }
  .page_operation_recruit .operation_recruit_h2 .h2_inner::before, .page_operation_recruit .operation_recruit_h2 .h2_inner::after {
    height: 16px;
  }
  .page_operation_recruit .operation_recruit_h2 .h2_inner::before {
    bottom: calc(100% + 10px);
  }
  .page_operation_recruit .operation_recruit_h2 .h2_inner::after {
    top: calc(100% + 10px);
  }
}

.page_tour_schedule {
  margin-bottom: 20px;
}
.page_tour_schedule .tour_schedule_inner {
  position: relative;
}
.page_tour_schedule .tour_schedule_inner::before {
  display: block;
  width: 1px;
  height: calc(100% - 20px - 24px - 14px - 16px);
  position: absolute;
  left: 0;
  top: 16px;
  background-color: #000;
  content: "";
}
.page_tour_schedule .tour_schedule {
  position: relative;
}
.page_tour_schedule .tour_schedule_time {
  width: 100px;
  margin-bottom: 1em;
  color: #D00012;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #D00012;
  border-radius: 1.5em;
  text-align: center;
}
.page_tour_schedule .tour_schedule::before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  border: 6px solid #D00012;
  border-radius: 50%;
  background-color: #FFF6F0;
  content: "";
}
.page_tour_schedule .tour_schedule:last-child {
  margin-bottom: 0;
}
.page_tour_schedule .tour_schedule_note {
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .page_tour_schedule {
    padding: 50px 80px;
  }
  .page_tour_schedule .tour_schedule_inner {
    padding-left: 50px;
  }
  .page_tour_schedule .tour_schedule {
    margin-bottom: 50px;
  }
  .page_tour_schedule .tour_schedule::before {
    left: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .page_tour_schedule {
    padding: 40px 40px;
  }
  .page_tour_schedule .tour_schedule_inner {
    padding-left: 20px;
  }
  .page_tour_schedule .tour_schedule {
    margin-bottom: 25px;
  }
  .page_tour_schedule .tour_schedule::before {
    left: -30px;
  }
}

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

.page_tour_accomm {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .page_tour_accomm {
    width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .page_tour_accomm {
    width: 100%;
    max-width: 600px;
  }
}

.page_contact_lead {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 900px;
}

.contact_caution, .contact_note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 50px;
}
.contact_caution h3, .contact_note h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.contact_caution p, .contact_note p {
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .contact_caution, .contact_note {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution h3, .contact_note h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution, .contact_note {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution h3, .contact_note h3 {
    font-size: 20px;
  }
}

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

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

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

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

.contactform_btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}

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

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

.complete_message {
  margin-left: auto;
  margin-right: auto;
}
.complete_message .c-text {
  text-align: center;
}
.complete_message .link_button {
  margin: 80px auto 0;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: 900px;
    margin-bottom: 50px;
  }
  .complete_message .page_section_h2 br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
}

.page_2col {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_2col {
    justify-content: space-between;
  }
  .page_2col .main_col {
    flex-basis: 70%;
  }
  .page_2col .side_col {
    flex-basis: 25%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_2col {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .page_2col .main_col {
    flex-basis: 100%;
  }
  .page_2col .side_col {
    flex-basis: 100%;
  }
}

.news_archive {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .news_archive .news_article {
    padding: 20px;
  }
  .news_archive .news_article .news_date {
    margin-right: 16px;
  }
}

.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 #D00012;
  color: #D00012;
  font-family: "Noto Sans JP", sans-serif;
}
.wp-pagenavi .current {
  background-color: #D00012;
  color: #FFF;
}

.news_single .post-thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 600px;
  margin-bottom: 50px;
}
.news_single .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .news_single .news_content {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content {
    margin-bottom: 50px;
  }
}
.news_single .news_content h2, .news_single .news_content h3, .news_single .news_content h4 {
  margin-bottom: 1em;
}
.news_single .news_content h2 {
  position: relative;
  padding-left: 1.5em;
}
.news_single .news_content h2::before {
  display: block;
  position: absolute;
  left: 0;
  background: linear-gradient(90deg, rgb(157, 0, 17) 1.21%, rgb(208, 25, 40) 50.95%, rgb(255, 47, 60) 100%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .news_single .news_content h2 {
    font-size: 22px;
  }
  .news_single .news_content h2::before {
    width: 22px;
    height: 22px;
    top: calc(0.5em - 11px);
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content h2 {
    font-size: 20px;
  }
  .news_single .news_content h2::before {
    width: 16px;
    height: 16px;
    top: calc(0.5em - 8px);
  }
}
@media screen and (min-width: 1025px) {
  .news_single .news_content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .news_single .news_content h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content h4 {
    font-size: 16px;
  }
}
.news_single .news_content p + h2, .news_single .news_content p + h3, .news_single .news_content p + h4,
.news_single .news_content ul + h2, .news_single .news_content ul + h3, .news_single .news_content ul + h4,
.news_single .news_content div + h2, .news_single .news_content div + h3, .news_single .news_content div + h4,
.news_single .news_content figure + p, .news_single .news_content figure + h2, .news_single .news_content figure + h3, .news_single .news_content figure + h4 {
  margin-top: 2em;
}

.post_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .post_nav_link {
    flex-basis: 200px;
  }
  .post_nav_link .link_button {
    width: 100%;
    height: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .post_nav_link {
    flex-basis: 30%;
  }
  .post_nav_link .link_button {
    width: 100%;
    height: 36px;
  }
}

.page_privacy_policy .privacy_h2 {
  position: relative;
  margin-bottom: 1em;
}
.page_privacy_policy .privacy_h2::before {
  display: block;
  aspect-ratio: 1/1;
  background-color: #D00012;
  border-radius: 50%;
  position: absolute;
  left: 0;
  content: "";
}
.page_privacy_policy .privacy_txt {
  margin-bottom: 1em;
}
.page_privacy_policy .privacy_txt + .privacy_h2 {
  margin-top: 2em;
}
@media screen and (min-width: 1025px) {
  .page_privacy_policy {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .page_privacy_policy .privacy_h2 {
    font-size: 22px;
    padding-left: 24px;
  }
  .page_privacy_policy .privacy_h2::before {
    width: 20px;
    top: calc(50% - 10px);
  }
}

.page_404_txt {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page_404_txt {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_404_txt {
    margin-bottom: 50px;
  }
}
.page_404 .link_button {
  margin-left: auto;
  margin-right: auto;
}

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

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

.sidebar_h2 {
  color: #D00012;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .sidebar_h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar_h2 {
    font-size: 18px;
  }
}

.sidebar_article {
  border-top: 1px solid #CFCFCF;
  padding: 10px 0 16px;
}
.sidebar_article:last-child {
  border-bottom: 1px solid #CFCFCF;
}
.sidebar_article_title {
  line-height: 1.2;
}

.sidebar_select {
  width: 100%;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid #CFCFCF;
  padding: 5px 10px;
}

/**//*# sourceMappingURL=style.css.map */