@charset "UTF-8";
.mv-area {
  /* ▼ スライド内の画像 scale アニメーション（右上基点） */
}
@media print, screen and (min-width: 768px) {
  .mv-area {
    aspect-ratio: 1600/798;
  }
}
@media only screen and (max-width: 767px) {
  .mv-area {
    overflow: inherit;
  }
}
.mv-area .home-slider-wrap {
  background: #081a3a;
  display: flex;
  gap: 8px;
  align-items: stretch;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mv-area .home-slider-wrap {
    gap: 0.5rem;
    max-height: none;
  }
  .mv-area .home-slider-wrap .mainSwiper {
    height: 57.525rem !important;
    overflow: hidden;
    position: static;
  }
  .mv-area .home-slider-wrap .mainSwiper .custom-pagination .progress-ring {
    width: 4.9rem;
    height: 4.9rem;
  }
  .mv-area .home-slider-wrap .mainSwiper .custom-pagination .progress-ring svg {
    position: relative;
    top: 0;
  }
  .mv-area .home-slider-wrap .mainSwiper .custom-pagination {
    top: 104%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .mv-area .home-slider-wrap .mainSwiper .custom-pagination .dot {
    width: 1.4rem;
    height: 1.4rem;
    background: #808080;
  }
  .mv-area .home-slider-wrap .mainSwiper .custom-pagination .is-thumb .dot {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 2.1rem;
  }
  .mv-area .home-slider-wrap .mainSwiper .custom-pagination .is-current .dot {
    width: 1.4rem;
    height: 1.4rem;
    background: #074097;
  }
  .mv-area .home-slider-wrap .mainSwiper .custom-pagination .progress-ring circle {
    stroke: rgba(7, 64, 151, 0.4);
  }
  .mv-area .home-slider-wrap .mainSwiper .custom-pagination .progress-ring .progress {
    stroke: #074097;
  }
  .mv-area .home-slider-wrap .mainSwiper .custom-pagination .pag-bullet {
    width: 2.1rem;
    height: 2.1rem;
    margin: 0 1.8rem;
  }
  .mv-area .home-slider-wrap .thumbSwiper {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  .mv-area .home-slider-wrap .thumbSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-direction: inherit;
  }
  .mv-area .home-slider-wrap .thumbSwiper .swiper-wrapper .swiper-slide {
    width: 50%;
    height: 28.8rem !important;
  }
}
.mv-area .mainSwiper {
  width: 66.5%;
  overflow: hidden;
  background: #111;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv-area .mainSwiper {
    width: 100%;
  }
}
.mv-area .mainSwiper .swiper-slide {
  overflow: hidden;
}
.mv-area .slide-inner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(0);
  transform-origin: top right;
  opacity: 0;
  transition: transform 1.2s ease-out, opacity 0.8s ease-out;
}
.mv-area .swiper-slide-active .slide-inner {
  transform: scale(1);
  opacity: 1;
}
.mv-area .thumbSwiper {
  width: 33%;
  overflow: hidden;
  background: transparent;
  height: 100%;
}
.mv-area .thumbSwiper .swiper-slide {
  height: 50%;
  cursor: pointer;
  opacity: 1;
  transition: transform 0.25s, opacity 0.25s;
}
.mv-area .thumbSwiper .swiper-slide-thumb-active {
  transform: scale(1.02);
}
.mv-area .custom-pagination {
  position: absolute;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .mv-area .custom-pagination {
    left: 18px;
    bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .mv-area .custom-pagination {
    left: 0;
  }
}

#mv-info-banner {
  width: 110rem;
  margin: 10rem auto;
}
@media only screen and (max-width: 767px) {
  #mv-info-banner {
    width: 68.7rem;
    margin: 12rem auto 10rem;
    padding-bottom: 4rem;
  }
}
#mv-info-banner .slide-wrap {
  margin: 0;
  gap: 0;
}
#mv-info-banner .swiper-horizontal > .swiper-pagination-bullets, #mv-info-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #mv-info-banner .swiper-horizontal > .swiper-pagination-bullets, #mv-info-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    bottom: 0;
  }
}
#mv-info-banner .swiper-horizontal > .swiper-pagination-bullets span, #mv-info-banner .swiper-pagination-bullets.swiper-pagination-horizontal span {
  width: 1rem;
  height: 1rem;
  border: 1px solid #808080;
  border-radius: 1rem;
  margin: 0 1rem !important;
  background: none;
}
#mv-info-banner .swiper-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet-active, #mv-info-banner .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  background: #808080;
}
#mv-info-banner .swiper-pagination {
  margin-top: 10px;
  text-align: center;
}
#mv-info-banner .swiper-pagination-bullet {
  background: #333;
  opacity: 0.5;
}
#mv-info-banner .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

#mv-info-banner .wp-block-columns.swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  margin: 0 !important;
}

#mv-info-banner .wp-block-column.swiper-slide {
  flex: 0 0 auto !important;
  padding: 0 !important;
}

#mv-info-banner .swiper {
  overflow: hidden;
}

.content-wrap {
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .content-wrap {
    padding-top: 18rem;
  }
}

.section-inner {
  width: 120rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .section-inner {
    width: 68.7rem;
  }
}

.information {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .information {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .information--post_list {
    width: 60.7rem;
    margin: auto;
  }
}
.information--post_list .custom-post-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 7rem;
  }
}
.information--post_list .custom-post-cards .custom-post-card {
  background: #fff;
  padding-bottom: 3rem;
}
.information--post_list .custom-post-cards .custom-post-card:hover a i {
  background: #fff;
}
.information--post_list .custom-post-cards .custom-post-card:hover a i::before, .information--post_list .custom-post-cards .custom-post-card:hover a i::after {
  border-top-color: #333;
  border-right-color: #333;
}
.information--post_list .custom-post-cards .custom-post-card:hover a i::before {
  right: -5rem;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .custom-post-card:hover a i::before {
    right: -8rem;
  }
}
.information--post_list .custom-post-cards .custom-post-card:hover a i::after {
  left: 0;
}
.information--post_list .custom-post-cards .custom-post-card a {
  display: block;
}
.information--post_list .custom-post-cards .custom-post-card a:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .custom-post-card:nth-of-type(n + 4) {
    display: none;
  }
}
.information--post_list .custom-post-cards .thumb {
  width: 38.5rem;
  height: 38.5rem;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .thumb {
    width: 100%;
    height: 60.7rem;
  }
}
.information--post_list .custom-post-cards .thumb a {
  height: 100%;
}
.information--post_list .custom-post-cards .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.information--post_list .custom-post-cards .meta {
  padding: 3rem 3rem 0 3rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .meta {
    padding: 5rem 5rem 0 5rem;
    margin-bottom: 3rem;
  }
}
.information--post_list .custom-post-cards .meta .cat {
  background: #074097;
  color: #fff;
  width: 12rem;
  line-height: 2rem;
  display: block;
  margin-right: 2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .meta .cat {
    width: 20rem;
    line-height: 3.3rem;
    font-size: 2rem;
    margin-right: 2.4rem;
  }
}
.information--post_list .custom-post-cards .meta .date {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .meta .date {
    font-size: 2.5rem;
  }
}
.information--post_list .custom-post-cards .title {
  margin: 0 0 0 3rem;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .title {
    margin-left: 5rem;
  }
}
.information--post_list .custom-post-cards .title a {
  display: block;
  padding-right: 8rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.666;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .title a {
    font-size: 3rem;
    padding-right: 17rem;
  }
}
.information--post_list .custom-post-cards .title a i {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  background: #333;
  border: 1px solid #333;
  position: absolute;
  top: 0;
  right: 2rem;
  border-radius: 3.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .title a i {
    right: 5rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}
.information--post_list .custom-post-cards .title a i::before, .information--post_list .custom-post-cards .title a i::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0.4rem;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .title a i::before, .information--post_list .custom-post-cards .title a i::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.information--post_list .custom-post-cards .title a i::after {
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .information--post_list .custom-post-cards .title a i::after {
    left: -8rem;
  }
}

.important-news .important-news-list {
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .important-news .important-news-list {
    width: 100rem;
    margin: 0 auto;
  }
}
.important-news .important-news-list li {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}
.important-news .important-news-list li a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6666;
  padding: 1.8rem 8rem 1.8rem 3rem;
  display: block;
  position: relative;
}
.important-news .important-news-list li a:hover {
  opacity: 1;
}
.important-news .important-news-list li a:hover i {
  background: #fff;
}
.important-news .important-news-list li a:hover i::before, .important-news .important-news-list li a:hover i::after {
  border-top-color: #333;
  border-right-color: #333;
}
.important-news .important-news-list li a:hover i::before {
  right: -5rem;
}
@media only screen and (max-width: 767px) {
  .important-news .important-news-list li a:hover i::before {
    right: -9rem;
  }
}
.important-news .important-news-list li a:hover i::after {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .important-news .important-news-list li a {
    font-size: 3rem;
    padding: 2.3rem 12rem 2rem 3rem;
  }
}
.important-news .important-news-list li a i {
  width: 3.8rem;
  height: 3.8rem;
  background: #333;
  position: absolute;
  border: 1px solid #333;
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 3.8rem;
  transition: 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .important-news .important-news-list li a i {
    width: 6.4rem;
    height: 6.4rem;
    right: 4rem;
  }
}
.important-news .important-news-list li a i::before, .important-news .important-news-list li a i::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0.3rem;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .important-news .important-news-list li a i::before, .important-news .important-news-list li a i::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.important-news .important-news-list li a i::after {
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .important-news .important-news-list li a i::after {
    left: -9rem;
  }
}
.important-news .important-news-list li a span {
  display: block;
}

.youtube-list {
  padding: 10rem 0;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .youtube-list {
    padding: 12rem 0;
  }
}
.youtube-list .youtube-inner {
  width: 120rem;
}
@media only screen and (max-width: 767px) {
  .youtube-list .youtube-inner {
    width: 100%;
  }
  .youtube-list .youtube-inner .section-title .is-layout-flex {
    text-align: center;
  }
  .youtube-list .youtube-inner .section-title .is-layout-flex p {
    text-align: center;
  }
}
.youtube-list .youtube-inner .section-title h2 {
  font-weight: 600;
}
.youtube-list .youtube-popup {
  display: block;
}
.youtube-list .youtube-popup .youtube-thumb {
  overflow: hidden;
  border: 1rem solid #2053a1;
  position: relative;
}
.youtube-list .youtube-popup .youtube-thumb::after {
  content: "";
  width: 6rem;
  height: 4.2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../images/top/youtube-play.svg") no-repeat center/cover;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .youtube-list .youtube-popup .youtube-thumb {
    border-width: 1.4rem;
  }
}
.youtube-list .youtube-popup:hover {
  opacity: 1;
}
.youtube-list .youtube-popup:hover img {
  transform: scale(1.1);
}
.youtube-list .youtube-popup img {
  transition: 0.3s;
}
.youtube-list .swiper-arrows-outer .swiper-button-prev,
.youtube-list .swiper-arrows-outer .swiper-button-next {
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  border-radius: 5rem;
  position: absolute;
  top: 45%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .youtube-list .swiper-arrows-outer .swiper-button-prev,
.youtube-list .swiper-arrows-outer .swiper-button-next {
    width: 8.75rem;
    height: 8.75rem;
    top: 47%;
  }
}
.youtube-list .swiper-arrows-outer .swiper-button-prev::before, .youtube-list .swiper-arrows-outer .swiper-button-prev::after,
.youtube-list .swiper-arrows-outer .swiper-button-next::before,
.youtube-list .swiper-arrows-outer .swiper-button-next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .youtube-list .swiper-arrows-outer .swiper-button-prev::before, .youtube-list .swiper-arrows-outer .swiper-button-prev::after,
.youtube-list .swiper-arrows-outer .swiper-button-next::before,
.youtube-list .swiper-arrows-outer .swiper-button-next::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.youtube-list .swiper-arrows-outer .swiper-button-prev::after,
.youtube-list .swiper-arrows-outer .swiper-button-next::after {
  left: -7rem;
}
@media only screen and (max-width: 767px) {
  .youtube-list .swiper-arrows-outer .swiper-button-prev::after,
.youtube-list .swiper-arrows-outer .swiper-button-next::after {
    left: -11rem;
  }
}
.youtube-list .swiper-arrows-outer .swiper-button-prev:hover,
.youtube-list .swiper-arrows-outer .swiper-button-next:hover {
  background: #fff;
}
.youtube-list .swiper-arrows-outer .swiper-button-prev:hover::before, .youtube-list .swiper-arrows-outer .swiper-button-prev:hover::after,
.youtube-list .swiper-arrows-outer .swiper-button-next:hover::before,
.youtube-list .swiper-arrows-outer .swiper-button-next:hover::after {
  border-top-color: #074097;
  border-left-color: #074097;
}
.youtube-list .swiper-arrows-outer .swiper-button-prev:hover::before,
.youtube-list .swiper-arrows-outer .swiper-button-next:hover::before {
  right: -7rem;
}
@media only screen and (max-width: 767px) {
  .youtube-list .swiper-arrows-outer .swiper-button-prev:hover::before,
.youtube-list .swiper-arrows-outer .swiper-button-next:hover::before {
    right: -11rem;
  }
}
.youtube-list .swiper-arrows-outer .swiper-button-prev:hover::after,
.youtube-list .swiper-arrows-outer .swiper-button-next:hover::after {
  left: 0;
}
.youtube-list .swiper-arrows-outer .swiper-button-prev {
  left: -8rem;
}
.youtube-list .swiper-arrows-outer .swiper-button-prev::before, .youtube-list .swiper-arrows-outer .swiper-button-prev::after {
  transform: rotate(-45deg);
}
.youtube-list .swiper-arrows-outer .swiper-button-next {
  right: -8rem;
}
.youtube-list .swiper-arrows-outer .swiper-button-next::before, .youtube-list .swiper-arrows-outer .swiper-button-next::after {
  transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .youtube-list .swiper-arrows-outer .swiper-button-prev {
    left: 1rem;
  }
  .youtube-list .swiper-arrows-outer .swiper-button-next {
    right: 1rem;
  }
}
.youtube-list .youtube-text {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .youtube-list .youtube-text {
    font-size: 2.8rem;
    margin-top: 2rem;
  }
}
.youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn {
  margin-top: 5rem !important;
}
.youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a {
  border: 1px solid #fff;
}
.youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover {
  color: #e5022c !important;
  background: #fff !important;
}
.youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i {
  background: #e5022c !important;
}
.youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i::before {
  right: -8rem !important;
}
@media only screen and (max-width: 767px) {
  .youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i::before {
    right: -10rem !important;
  }
}
.youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i::after {
  left: 0 !important;
}
.youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::before, .youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after {
  width: 1.35rem !important;
  height: 1.3rem !important;
  border: none !important;
  transform: none !important;
}
@media only screen and (max-width: 767px) {
  .youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::before, .youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after {
    width: 2.36rem !important;
    height: 2.27rem !important;
  }
}
.youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::before {
  background: url("../images/common/blank--icon-red.svg") no-repeat center/cover;
}
.youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after {
  background: url("../images/common/blank--icon-white.svg") no-repeat center/cover;
  left: -8rem;
}
@media only screen and (max-width: 767px) {
  .youtube-list .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after {
    left: -10rem;
  }
}

.home-youtube-slider {
  position: relative;
  overflow: visible;
}
.home-youtube-slider .swiper-slide img {
  width: 100%;
  display: block;
}
.home-youtube-slider .swiper-slide .youtube-text {
  margin-top: 10px;
  text-align: center;
}
.home-youtube-slider .swiper-arrows-outer {
  position: relative;
}
.home-youtube-slider .swiper-arrows-outer .swiper-button-prev,
.home-youtube-slider .swiper-arrows-outer .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  color: #fff;
  z-index: 10;
}
.home-youtube-slider .swiper-arrows-outer .swiper-button-prev {
  left: -50px;
}
.home-youtube-slider .swiper-arrows-outer .swiper-button-next {
  right: -50px;
}
@media (max-width: 767px) {
  .home-youtube-slider .swiper-arrows-outer .swiper-button-prev {
    left: -20px;
  }
  .home-youtube-slider .swiper-arrows-outer .swiper-button-next {
    right: -20px;
  }
}

.youtube-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.youtube-popup-overlay .youtube-popup-content {
  position: relative;
}
.youtube-popup-overlay .youtube-popup-content .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.youtube-popup-overlay .youtube-popup-content iframe {
  max-width: 90vw;
  max-height: 80vh;
}

.banner-list {
  margin-bottom: 6rem;
}
.banner-list .swiper-horizontal > .swiper-pagination-bullets, .banner-list .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-list .swiper-horizontal > .swiper-pagination-bullets span, .banner-list .swiper-pagination-bullets.swiper-pagination-horizontal span {
  width: 1rem;
  height: 1rem;
  border: 1px solid #808080;
  border-radius: 1rem;
  margin: 0 1rem;
  background: none;
}
.banner-list .swiper-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet-active, .banner-list .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  background: #808080;
}
.banner-list .swiper-horizontal {
  padding-bottom: 4rem;
}
.banner-list .section-inner {
  overflow: hidden;
}
.banner-list .banner-sq-slider {
  position: relative;
  overflow: visible;
}
.banner-list .banner-sq-slider .swiper-slide {
  text-align: center;
}
.banner-list .banner-sq-slider .custom-post-card .thumb img {
  width: 100%;
  display: block;
}
.banner-list .banner-sq-slider .swiper-pagination {
  margin-top: 10px;
  text-align: center;
}
.banner-list .banner-sq-slider .swiper-pagination-bullet {
  background: #333;
  opacity: 0.5;
}
.banner-list .banner-sq-slider .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.banner-list .custom-post-card .thumb {
  overflow: hidden;
}
.banner-list .custom-post-card .thumb a {
  opacity: 1;
}
.banner-list .custom-post-card .thumb a img {
  transition: 0.3s;
}
.banner-list .custom-post-card .thumb a:hover img {
  transform: scale(1.1);
}

.shop-list {
  position: relative;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .shop-list {
    margin-bottom: 12rem;
  }
}
.shop-list .shop-list-bg .shop-list-bg {
  gap: 0;
  margin: 0;
}
.shop-list .shop-list-txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.85);
  width: 62rem;
  height: 41.5rem;
  padding: 5rem 4.7rem;
}
@media only screen and (max-width: 767px) {
  .shop-list .shop-list-txt {
    width: 60.6rem;
    height: 68.4rem;
    padding: 0 5rem 7rem;
  }
}
.shop-list .shop-list-txt .shop-list-ttl {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop-list .shop-list-txt .shop-list-ttl {
    top: -5rem;
  }
}
.shop-list .shop-list-txt .shop-list-ttl h2 {
  color: #074097;
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .shop-list .shop-list-txt .shop-list-ttl h2 {
    font-size: 9rem;
    line-height: 1;
  }
}
.shop-list .shop-list-txt .shop-list-ttl p {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.25;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .shop-list .shop-list-txt .shop-list-ttl p {
    font-size: 3.6rem;
    line-height: 1;
    margin-top: 0.5rem;
  }
}
.shop-list .shop-list-txt p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.25;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .shop-list .shop-list-txt p {
    font-size: 2.8rem;
    line-height: 1.928;
  }
}
.shop-list .scroll-loop {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.shop-list .scroll-loop.top, .shop-list .scroll-loop.bottom {
  flex-direction: row;
}
.shop-list .scroll-loop .shop-list-bg {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  row-gap: 0 !important;
  --wp--style--block-gap: 0 !important;
}
.shop-list .scroll-loop .shop-list-bg .wp-block-column {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto;
}
.shop-list .scroll-loop .shop-list-bg figure {
  margin: 0 !important;
  padding: 0 !important;
}
.shop-list .scroll-loop .shop-list-bg img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.shop-list .scroll-loop .shop-list-bg.bg-top {
  -webkit-animation: infinity-scroll-left 68s linear infinite both;
          animation: infinity-scroll-left 68s linear infinite both;
}
.shop-list .scroll-loop .shop-list-bg.bg-top:first-of-type {
  position: relative;
  left: 1.7rem;
}
.shop-list .scroll-loop .shop-list-bg.bg-top .wp-block-column {
  width: 40rem;
}
@media only screen and (max-width: 767px) {
  .shop-list .scroll-loop .shop-list-bg.bg-top .wp-block-column {
    width: 52rem;
  }
}
.shop-list .scroll-loop .shop-list-bg.bg-bottom {
  -webkit-animation: infinity-scroll-right 85s linear infinite both;
          animation: infinity-scroll-right 85s linear infinite both;
}
.shop-list .scroll-loop .shop-list-bg.bg-bottom .wp-block-column {
  width: 66rem;
}
@media only screen and (max-width: 767px) {
  .shop-list .scroll-loop .shop-list-bg.bg-bottom .wp-block-column {
    width: 85.8rem;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 0.3px));
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 0.3px));
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    transform: translateX(calc(-100% + 0.3px));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(calc(-100% + 0.3px));
  }
  to {
    transform: translateX(0);
  }
}

.facility {
  background: #f2f2f2;
  padding: 0 0 10rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .facility {
    padding: 12rem 0;
    height: auto;
    aspect-ratio: 767/2400;
  }
}
.facility .facility-movie {
  background-attachment: fixed;
  width: 93.75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.facility .facility-movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.facility .facility-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .facility .facility-movie {
    background-attachment: fixed;
    height: 100%;
    top: 0rem;
    bottom: 0rem;
    width: 100%;
  }
}
.facility .facility-txt {
  position: relative;
  height: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .facility .facility-txt {
    aspect-ratio: 1500/1100;
  }
}
@media only screen and (max-width: 767px) {
  .facility .facility-txt {
    padding: 10rem 0;
  }
}
.facility .facility-txt-box {
  position: relative;
  width: 80rem;
  display: none;
  top: 12vw;
  right: 0;
  left: 120vw;
  transform: translateY(-50%);
  z-index: 1;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .facility .facility-txt-box {
    position: absolute;
    top: 44vw !important;
    width: 62.5rem;
  }
  .facility .facility-txt-box .is-layout-flex {
    align-items: flex-start;
  }
}
.facility .facility-txt-box .is-layout-flex {
  flex-direction: inherit;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.facility .facility-txt-box h2 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .facility .facility-txt-box h2 {
    font-size: 9rem;
  }
}
.facility .facility-txt-box h2 + p {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .facility .facility-txt-box h2 + p {
    font-size: 3.6rem;
  }
}
.facility .facility-txt-box p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.25;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .facility .facility-txt-box p {
    font-size: 2.8rem;
    line-height: 1.928;
  }
}
.facility .list-wrap {
  width: 120rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .facility .list-wrap {
    display: block;
    width: 60.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .facility .list-wrap.facility-top-list {
    margin-bottom: 5rem;
  }
}
.facility .list-wrap .list-single {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .facility .list-wrap .list-single {
    width: 60.7rem;
    height: 29rem;
    left: 120vw;
  }
  .facility .list-wrap .list-single figure {
    width: 100%;
    height: 100%;
  }
  .facility .list-wrap .list-single img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center;
    border-top: 1px solid #fff;
  }
}
.facility .list-wrap .list-single .position-setting img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -12rem top;
     object-position: -12rem top;
  width: 100%;
  height: 100%;
  aspect-ratio: 380/310;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .facility .list-wrap .list-single .position-setting img {
    -o-object-position: 0rem -3rem;
       object-position: 0rem -3rem;
    aspect-ratio: 606/290;
    border: 1px solid #fff;
  }
}
.facility .list-wrap .list-single .link-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 23rem;
}
@media only screen and (max-width: 767px) {
  .facility .list-wrap .list-single .link-btn {
    width: 38rem;
  }
  .facility .list-wrap .list-single .link-btn a {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.facility #link-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 120rem;
  height: 65rem;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .facility #link-list {
    top: 20vw;
  }
}
@media only screen and (max-width: 767px) {
  .facility #link-list {
    top: 70vw;
    width: 100%;
    height: auto;
    position: relative;
  }
}
.facility #link-list .facility-top-list,
.facility #link-list .facility-bottom-list {
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .facility #link-list .facility-top-list,
.facility #link-list .facility-bottom-list {
    position: absolute;
    left: 120vw;
  }
}
@media only screen and (max-width: 767px) {
  .facility #link-list .facility-top-list,
.facility #link-list .facility-bottom-list {
    position: relative;
  }
}
.facility #link-list .facility-bottom-list {
  bottom: 0;
}

.original-brand {
  position: relative;
  padding: 20rem 0 20rem;
  margin-bottom: 10rem;
}
@media print, screen and (min-width: 768px) {
  .original-brand {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .original-brand {
    padding-top: 45rem;
    height: 100vh;
  }
}
.original-brand .is-layout-flex {
  background: none !important;
}
@media only screen and (max-width: 767px) {
  .original-brand .is-layout-flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
}
.original-brand .scroll-scale {
  display: block;
  margin: 0 auto;
  width: 60rem;
  max-width: 100vw;
  transition: width 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .original-brand .scroll-scale {
    aspect-ratio: 9/16;
  }
}
.original-brand .scroll-scale::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
}
.original-brand .scroll-scale img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.original-brand .scroll-scale video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.original-brand .brand-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; /* 初期は非表示 */
  transition: opacity 0.8s ease-out, top 1s ease-out, transform 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-title {
    left: 8rem;
    width: calc(100% - 8rem);
    transform: none !important;
    margin-bottom: 7rem;
  }
}
.original-brand .brand-title.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.original-brand .brand-title h2 {
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  display: block;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-title h2 {
    font-size: 9rem;
  }
}
.original-brand .brand-title p {
  font-size: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-title p {
    font-size: 3.6rem;
    margin-top: 2rem;
  }
}
.original-brand .brand-slide-wrap {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.original-brand .brand-slide-wrap.fade-in {
  opacity: 1;
}
.original-brand .brand-slide-wrap .brand-btn-list {
  width: 45rem;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list {
    width: 68.7rem;
    margin: auto;
    order: 2;
    display: flex;
    align-items: stretch;
    gap: 1.2rem;
    flex-direction: inherit;
    margin-top: 19rem;
  }
}
.original-brand .brand-slide-wrap .brand-btn-list figure {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list figure {
    width: 22rem;
    height: 18rem;
  }
  .original-brand .brand-slide-wrap .brand-btn-list figure img {
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list .axel a {
    padding-top: 3rem;
  }
}
.original-brand .brand-slide-wrap .brand-btn-list .axel img {
  width: 24.5rem !important;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list .axel img {
    width: 17.1rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list .golden a {
    padding-top: 2rem;
  }
}
.original-brand .brand-slide-wrap .brand-btn-list .golden img {
  width: 19.6rem !important;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list .golden img {
    width: 13.7rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list .onesider a {
    padding-top: 4rem;
  }
}
.original-brand .brand-slide-wrap .brand-btn-list .onesider img {
  width: 25.6rem !important;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list .onesider img {
    width: 18rem !important;
  }
}
.original-brand .brand-slide-wrap .brand-btn-list a {
  background: none;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem 0 0;
  line-height: 14.2rem;
  height: 14.2rem;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list a {
    height: 100%;
    padding: 0;
    display: block;
    line-height: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .original-brand .brand-slide-wrap .brand-btn-list a:hover {
    background: #fff;
    transition: 0.3s;
    opacity: 1;
  }
  .original-brand .brand-slide-wrap .brand-btn-list a:hover::before {
    background: #333;
    transition: 0.3s;
  }
  .original-brand .brand-slide-wrap .brand-btn-list a:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.original-brand .brand-slide-wrap .brand-btn-list a::before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 3.8rem;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list a::before {
    width: 4.9rem;
    height: 4.9rem;
    top: auto;
    right: 0;
    bottom: 2rem;
    left: 0;
    margin: auto;
  }
}
.original-brand .brand-slide-wrap .brand-btn-list a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  top: 0;
  right: 3.6rem;
  bottom: 0;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .original-brand .brand-slide-wrap .brand-btn-list a::after {
    width: 1.1rem;
    height: 1.1rem;
    top: auto;
    left: 0;
    right: 0;
    bottom: 4rem;
  }
}
.original-brand .original-slider a:hover {
  opacity: 1;
}
.original-brand .original-slider-container {
  width: 61.7rem;
  margin-left: auto;
  border: 3rem solid #000;
}
@media only screen and (max-width: 767px) {
  .original-brand .original-slider-container {
    order: 1;
    width: 60.7rem;
    margin: auto;
  }
}
.original-brand .original-slider-container .slider-navigation {
  position: absolute;
  right: 0;
  bottom: -13rem;
  left: 0;
  margin: auto;
}
.original-brand .original-slider-container .slider-navigation button {
  width: 5rem;
  height: 5rem;
  background: none;
  border: 1px solid #fff;
  border-radius: 5rem;
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .original-brand .original-slider-container .slider-navigation button {
    width: 8rem;
    height: 8rem;
  }
}
.original-brand .original-slider-container .slider-navigation button::before, .original-brand .original-slider-container .slider-navigation button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .original-brand .original-slider-container .slider-navigation button::before, .original-brand .original-slider-container .slider-navigation button::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.original-brand .original-slider-container .slider-navigation button.slider-prev::before, .original-brand .original-slider-container .slider-navigation button.slider-prev::after {
  transform: rotate(-135deg);
  left: 0.1rem;
}
.original-brand .original-slider-container .slider-navigation button.slider-prev::after {
  right: -10rem;
}
.original-brand .original-slider-container .slider-navigation button.slider-prev:hover::before {
  left: -10rem;
}
.original-brand .original-slider-container .slider-navigation button.slider-prev:hover::after {
  right: 0;
}
.original-brand .original-slider-container .slider-navigation button.slider-next::before, .original-brand .original-slider-container .slider-navigation button.slider-next::after {
  transform: rotate(45deg);
  right: 0.1rem;
}
.original-brand .original-slider-container .slider-navigation button.slider-next::after {
  left: -10rem;
}
.original-brand .original-slider-container .slider-navigation button.slider-next:hover::before {
  right: -10rem;
}
.original-brand .original-slider-container .slider-navigation button.slider-next:hover::after {
  left: 0;
}
.original-brand .original-slider-container .slider-navigation .slider-counter {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .original-brand .original-slider-container .slider-navigation .slider-counter {
    font-size: 2.6rem;
  }
}
.original-brand .original-slider-container .slider-navigation .slider-counter span {
  font-family: "Outfit", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: #fff;
}
.original-brand .original-slider-container .slider-navigation .slider-counter span.child {
  margin: 0 1.8rem;
}
@media only screen and (max-width: 767px) {
  .original-brand .original-slider-container .slider-navigation .slider-counter span.child {
    margin: 0 2.7rem;
  }
}

.reshafting-repair {
  position: relative;
  padding: 7rem 0 5rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .reshafting-repair {
    padding: 9rem 0;
    margin-bottom: 12rem;
  }
}
.reshafting-repair::before {
  content: "";
  background: url("../images/top/reshafting-bg.jpg") no-repeat top center/cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10rem;
  width: calc(100% - 10rem);
}
@media only screen and (max-width: 767px) {
  .reshafting-repair::before {
    background: url("../images/top/sp/reshafting-bg.jpg") no-repeat top center/cover;
    left: 4rem;
    width: calc(100% - 4rem);
  }
}
@media print, screen and (min-width: 768px) {
  .reshafting-repair .inner {
    width: 120rem;
    margin: auto;
  }
}
.reshafting-repair .reshafting-txt {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  width: 65rem;
  padding: 0 5rem 5rem;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .reshafting-repair .reshafting-txt {
    width: 58rem;
    margin: auto !important;
  }
}
.reshafting-repair .reshafting-txt .section-title {
  position: relative;
  top: -3rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .reshafting-repair .reshafting-txt .section-title {
    top: -5rem;
  }
}
.reshafting-repair .reshafting-txt .section-title h2 {
  margin: 0 0 1rem;
  color: #074097;
}
@media print, screen and (min-width: 768px) {
  .reshafting-repair .reshafting-txt .section-title p {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.reshafting-repair .reshafting-txt .content-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .reshafting-repair .reshafting-txt .content-txt {
    font-size: 2.8rem;
  }
}

.page-list {
  width: 82.8rem;
  margin: 0 auto 8rem;
}
@media only screen and (max-width: 767px) {
  .page-list {
    width: 58.7rem;
    margin-bottom: 12rem;
  }
}
.page-list .page-list-grid {
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-list .page-list-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.page-list--single {
  width: 16.6rem;
  height: 16.2rem;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .page-list--single {
    width: 26rem;
    height: 26rem;
  }
}
.page-list--single figure {
  display: block !important;
  height: 100%;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  transition: color 0.4s;
  overflow: hidden;
  border-radius: 15px;
  padding: 1px;
}
@media print, screen and (min-width: 768px) {
  .page-list--single figure::before, .page-list--single figure::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #074097;
    pointer-events: none;
  }
  .page-list--single figure::before {
    bottom: 0;
    left: 0;
  }
  .page-list--single figure::after {
    top: 0;
    right: 0;
  }
  .page-list--single figure:hover {
    opacity: 1;
  }
  .page-list--single figure:hover::before, .page-list--single figure:hover::after {
    height: 100%;
  }
  .page-list--single figure:hover::before {
    transition: height 0.2s 0.2s linear;
  }
  .page-list--single figure:hover::after {
    transition: height 0.2s linear;
  }
}
.page-list--single a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-color: #e6e6e6;
  border-width: 1px;
  border-radius: 15px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
}
.page-list--single.single1 img {
  width: 3.52rem;
}
@media only screen and (max-width: 767px) {
  .page-list--single.single1 img {
    width: 5.6rem;
  }
}
.page-list--single.single2 img {
  width: 3.18rem;
}
@media only screen and (max-width: 767px) {
  .page-list--single.single2 img {
    width: 5.1rem;
  }
}
.page-list--single.single3 img {
  width: 3.08rem;
}
@media only screen and (max-width: 767px) {
  .page-list--single.single3 img {
    width: 5rem;
  }
}
.page-list--single.single4 img {
  width: 4.608rem;
}
@media only screen and (max-width: 767px) {
  .page-list--single.single4 img {
    width: 7.3rem;
  }
}
.page-list--single.single5 img {
  width: 4.24rem;
}
@media only screen and (max-width: 767px) {
  .page-list--single.single5 img {
    width: 6.8rem;
  }
}
.page-list--single.single6 img {
  width: 7.758rem;
}
@media only screen and (max-width: 767px) {
  .page-list--single.single6 img {
    width: 12.4rem;
  }
}
.page-list--single.single7 img {
  width: 6.225rem;
}
@media only screen and (max-width: 767px) {
  .page-list--single.single7 img {
    width: 10rem;
  }
}
.page-list .content-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .page-list .content-text {
    font-size: 3.2rem;
  }
}

.recruit {
  position: relative;
}
.recruit .section-title {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .recruit .section-title {
    display: flex !important;
  }
}
.recruit .section-title h2 {
  font-family: "Outfit", sans-serif;
  font-size: 7rem;
  font-weight: 500;
  text-shadow: 0 0 5px #fff, 0 0 15px #fff; /* ぼかしの影 */
}
@media only screen and (max-width: 767px) {
  .recruit .section-title h2 {
    font-size: 10.5rem;
    margin: 0 5rem 0 0;
  }
}
.recruit .recruit--content {
  gap: 0;
  margin-top: -0.9rem;
}
@media print, screen and (min-width: 768px) {
  .recruit .recruit--content {
    height: 40.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .recruit--content {
    margin-top: -1.5rem;
  }
  .recruit .recruit--content.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .recruit--content--single {
    flex-basis: auto !important;
  }
}
.recruit .recruit--content--single .is-layout-constrained,
.recruit .recruit--content--single figure {
  height: 100%;
}
.recruit .recruit--content--single .is-layout-constrained img,
.recruit .recruit--content--single figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .recruit--content .recruit-movie {
  height: 42.2rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit--content .recruit-movie {
    height: 53.4rem;
  }
}
.recruit .recruit--content .recruit-movie video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .recruit--content--single--text {
  width: 100%;
  margin: auto;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit--content--single--text {
    width: 48.7rem;
    height: 43.3rem;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3rem 1rem 1rem;
  }
}
.recruit .recruit--content--single--text .link-btn a {
  transition: 0.3s;
}
.recruit .recruit--content--single--text .link-btn a i::before, .recruit .recruit--content--single--text .link-btn a i::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.recruit .recruit--content--single--text .link-btn a:hover {
  opacity: 1;
}
.recruit .recruit--content--single--text.career {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit--content--single--text.career {
    top: 0;
    bottom: auto;
    right: 0;
  }
}
.recruit .recruit--content--single--text .content-title figure {
  width: 2.8rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit--content--single--text .content-title figure {
    width: 4.5rem;
    margin: 0 !important;
  }
}
.recruit .recruit--content--single--text .content-title h2 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit--content--single--text .content-title h2 {
    font-size: 3.2rem;
  }
}
.recruit .recruit--content--single--text .btn-list {
  width: 43.4rem;
  gap: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit--content--single--text .btn-list {
    width: 36.8rem;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit .recruit--content--single--text .btn-list > div {
    width: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .recruit--content--single--text .btn-list > div {
    margin-bottom: 2rem;
  }
}
.recruit .recruit--content--single--text .btn-list > div .link-btn {
  width: 100%;
}
.recruit .recruit-link-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 100rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap {
    width: 60.7rem;
    padding-top: 7.3rem;
    top: 39.5%;
  }
}
.recruit .recruit-link-wrap .is-layout-flex {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .is-layout-flex {
    flex-wrap: wrap;
    gap: 0;
  }
}
.recruit .recruit-link-wrap .is-layout-flex.link-btn {
  width: 27rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .is-layout-flex.link-btn {
    width: 42.8rem;
  }
}
.recruit .recruit-link-wrap .link a {
  padding-right: 5.6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .link a {
    padding-right: 7rem;
    line-height: 10.5rem;
    font-size: 2.8rem !important;
    padding: 0 6.6rem 0 0 !important;
  }
}
.recruit .recruit-link-wrap .link a i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 20rem;
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background: #fff !important;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .link a i {
    width: 6.6rem;
    height: 6.6rem;
    right: 1.4rem;
  }
}
.recruit .recruit-link-wrap .link a i::before, .recruit .recruit-link-wrap .link a i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.56rem;
  height: 0.56rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .link a i::before, .recruit .recruit-link-wrap .link a i::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.recruit .recruit-link-wrap .link a i::after {
  left: -10rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .link a i::after {
    left: -15rem;
  }
}
.recruit .recruit-link-wrap .link a:hover i::before {
  right: -10rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .link a:hover i::before {
    right: -15rem;
  }
}
.recruit .recruit-link-wrap .link a:hover i::after {
  left: 0;
}
.recruit .recruit-link-wrap .link.blank a i::before, .recruit .recruit-link-wrap .link.blank a i::after {
  width: 1rem;
  height: 1rem;
  border: none;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .link.blank a i::before, .recruit .recruit-link-wrap .link.blank a i::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.recruit .recruit-link-wrap .link.blank a i::before {
  background: url("../images/common/blank--icon-white.svg") no-repeat center/cover;
}
.recruit .recruit-link-wrap .link.blank a i::after {
  background: url("../images/common/blank-icon.svg") no-repeat center/cover;
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .link.blank a i::after {
    left: -15rem;
  }
}
.recruit .recruit-link-wrap .link.blank a:hover i::before {
  right: -5rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .link.blank a:hover i::before {
    right: -15rem;
  }
}
.recruit .recruit-link-wrap .link.blank a:hover i::after {
  left: 0;
}
.recruit .recruit-link-wrap .graduate .link a {
  border: 1px solid #fff;
}
.recruit .recruit-link-wrap .graduate .link a i {
  background: #009bdd !important;
}
.recruit .recruit-link-wrap .graduate .link a:hover {
  background: #009bdd !important;
  color: #fff !important;
}
.recruit .recruit-link-wrap .graduate .link a:hover i {
  background: #fff !important;
}
.recruit .recruit-link-wrap .graduate .link a:hover i::before, .recruit .recruit-link-wrap .graduate .link a:hover i::after {
  border-top-color: #009bdd !important;
  border-right-color: #009bdd !important;
}
.recruit .recruit-link-wrap .carrier .link a {
  border: 1px solid #fff;
}
.recruit .recruit-link-wrap .carrier .link a i {
  background: #0377b9 !important;
}
.recruit .recruit-link-wrap .carrier .link a:hover {
  background: #0377b9 !important;
  color: #fff !important;
}
.recruit .recruit-link-wrap .carrier .link a:hover i {
  background: #fff !important;
}
.recruit .recruit-link-wrap .carrier .link a:hover i::before, .recruit .recruit-link-wrap .carrier .link a:hover i::after {
  border-top-color: #0377b9 !important;
  border-right-color: #0377b9 !important;
}
.recruit .recruit-link-wrap .recruit-left,
.recruit .recruit-link-wrap .recruit-right {
  width: 46.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .recruit .recruit-link-wrap .recruit-left,
.recruit .recruit-link-wrap .recruit-right {
    height: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .recruit-left,
.recruit .recruit-link-wrap .recruit-right {
    order: 2;
    width: 100%;
  }
}
.recruit .recruit-link-wrap .recruit-left .link.blank a i::before {
  background: url("../images/common/blank--icon-white.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .recruit-left {
    padding: 3rem 0 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .recruit-right {
    padding: 1rem 0 3rem 0;
  }
}
.recruit .recruit-link-wrap .recruit-center {
  width: calc(100% - 82.8rem);
  margin: auto;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .recruit-center {
    order: 1;
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .recruit .recruit-link-wrap .recruit-center figure {
    margin: 0 3rem 0 0 !important;
  }
}
.recruit .recruit-link-wrap .recruit-center img {
  width: 2.8rem;
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .recruit-center img {
    width: 4.5rem;
  }
}
.recruit .recruit-link-wrap .recruit-center p {
  font-size: 2.2rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit .recruit-link-wrap .recruit-center p {
    font-size: 3.2rem;
    margin: 0 !important;
    width: auto;
  }
}

.onlineshop-wrap .section-ttl {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap .section-ttl {
    overflow: visible;
  }
}
.onlineshop-wrap .section-ttl i {
  display: inline-block;
  opacity: 0;
  transform: translateX(-40px); /* 横スライド用初期値 */
}
.onlineshop-wrap .section-ttl h2 span span,
.onlineshop-wrap .section-ttl p span {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px); /* 下から上に動く初期値 */
}
/*# sourceMappingURL=home.css.map */