@charset "UTF-8";
@font-face {
  font-family: "GeneralSans-Medium";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GeneralSans-Light";
  src: url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype");
}
.p-home__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.p-home__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 100;
}
.p-home__bg img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.p-home__bg .swiper {
  -webkit-user-select: none;
          user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0px 0px;
}
.p-home__bg .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.p-home__bg .swiper-slide-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 0;
}
.p-home__bg .swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.p-home__bg .swiper-slide-bg-image-bdb6 {
  object-fit: cover;
  border-radius: inherit;
  opacity: 1;
}
.p-home__bg .swiper-slide-content-94be {
  padding: 32px 16px;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-end;
}
.p-home__bg .swiper-slide-text-66a3 {
  color: white;
  text-align: left;
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
}

.p-mainv {
  position: relative;
}

.p-mainv__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  color: #fff;
  height: 100vh;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__inner {
    padding-bottom: 3rem;
    flex-wrap: nowrap;
  }
}

.p-mainv__title {
  font-size: 3.8rem;
  line-height: 1.1;
  letter-spacing: 0.1 0.9rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__title {
    font-size: 5.4rem;
    line-height: 1.14;
    letter-spacing: 0.27rem;
  }
}

.p-mainv__text {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.065rem;
}

.p-mainv__news {
  position: absolute;
  bottom: 4.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__news {
    width: 93.3%;
    bottom: 0;
  }
}
.p-mainv__news a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: #fff;
  padding: 2rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__news a {
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.p-mainv__news .p-news__archive_item_date {
  min-width: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-mainv__news .p-news__archive_item_title {
    width: 100%;
  }
}

.p-about {
  background: rgba(0, 0, 0, 0.6);
  padding: 10rem 0 13rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about {
    padding: 20.4rem 0 18.2rem;
  }
}

.p-about__inner {
  max-width: 62rem;
  margin: 0 auto;
}
.p-about__inner .c-title__main {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__inner .c-title__main {
    margin-bottom: 3.2rem;
  }
}

.p-about__text {
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__text {
    margin-bottom: 7rem;
    font-size: 1.8rem;
    line-height: 2.4;
  }
}

.p-information {
  padding: 9.3rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information {
    padding: 14.1rem 0 7.2rem;
  }
}

.p-information__contents {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-information__contents {
    background: url("../img/common/bg_line.svg") repeat-y top center/contain;
    padding: 0 0 0;
    margin-top: 3.4rem;
  }
}
.p-information__contents .pin-spacer {
  position: relative;
  z-index: 10;
}

.p-information__contents_inner {
  position: relative;
  width: 100%;
  overflow: visible;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-information__contents_sizer {
    height: 100vh;
  }
}

.p-information__item {
  position: relative;
  background: #f3eee5;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-information__item {
    position: absolute;
    left: 0;
    top: 0;
    background: #f3eee5 url("../img/common/bg_line.svg") repeat-y top center/contain;
    width: 100%;
    padding-top: 2rem;
    will-change: top;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item {
    position: absolute;
    top: 0;
    width: 77.7vw;
    /* 1枚 80vw */
    left: 0;
    /* JSで初期leftを上書きします */
    will-change: left;
    border-left: 2rem solid #615B56;
    padding-left: 2rem;
  }
}
.p-information__item.is_active {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item.is_active {
    width: 77.8vw;
  }
}
.p-information__item.is_active .p-information__item_inner {
  opacity: 1;
}
.p-information__item.__03 {
  z-index: 2;
}
.p-information__item.__04 {
  z-index: 3;
}
.p-information__item.__05 {
  z-index: 4;
}
.p-information__item.__06 {
  z-index: 5;
}
.p-information__item.__07 {
  z-index: 6;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item.__07 {
    margin-right: 8rem;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-information__item.__05::after, .p-information__item.__06::after, .p-information__item.__07::after {
    content: "";
    position: absolute;
    bottom: -10rem;
    left: 0;
    width: 100%;
    height: 10rem;
    display: block;
    background: #f3eee5 url("../img/common/bg_line.svg") repeat-y top center/contain;
  }
}
.p-information__item.__border {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item.__border {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: block;
    width: 2rem;
    height: calc(100% - 2px);
    z-index: 0;
  }
}
.p-information__item.__border.__01 {
  right: 0rem;
}
.p-information__item.__border.__02 {
  right: 4rem;
}
.p-information__item.__border.__03 {
  right: 8rem;
}
.p-information__item.__border.__04 {
  right: 12rem;
}
.p-information__item.__border.__05 {
  right: 16rem;
}

.p-information____hover {
  /* &:hover {
    transform: translateX(0);

    .p-information__item_inner {}
  } */
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information____hover {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    width: 77.8vw;
    opacity: 1;
  }
  .p-information____hover.__02 {
    transform: translateX(calc(100% + 4rem));
  }
  .p-information____hover.__03 {
    transform: translateX(calc(100% + 8rem));
  }
  .p-information____hover.__04 {
    transform: translateX(calc(100% + 12rem));
  }
}

.p-information__item_inner {
  display: block;
  background: #fff;
  padding: 2rem 2rem 2.8rem;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    padding: 6rem;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-information__item_detail {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item_detail {
    width: 40.4%;
  }
}

.p-information__item_img {
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item_img {
    margin-top: 0;
    width: 52.1%;
  }
}

.p-information__item_icon {
  width: 4.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item_icon {
    width: 8rem;
  }
}

.p-information__item_title {
  font-size: 2.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item_title {
    font-size: 3.6rem;
    margin: 1.6rem 0 3.2rem;
    gap: 1.6rem;
  }
}
.p-information__item_title svg {
  width: 2rem;
}
.p-information__item_title svg path {
  fill: #333333;
}

.p-information__item_text {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-information__item_text {
    font-size: 1.8rem;
    margin: 0;
  }
}

.p-cta {
  position: relative;
  background: #f3eee5;
}

.p-cta__contents {
  max-width: 92rem;
  width: calc(100% - 2rem);
  background: #fff;
  border-radius: 0.8rem 0 0 0.8rem;
  padding: 5.2rem 3.2rem 4.4rem 3.2rem;
  margin: -8.5rem 0 0 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta__contents {
    max-width: 92rem;
    width: 63.9%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: -8rem;
    right: 0;
    padding: 5.2rem 8rem 7.1rem;
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta__about {
    width: 40.8%;
  }
}

.p-cta__about_logo {
  width: 21.1rem;
}

.p-cta__about_tel {
  margin: 3.6rem 0 2.4rem;
}
.p-cta__about_tel a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.p-cta__about_tel .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #422A08;
  border-radius: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta__about_tel .icon {
    width: 4rem;
    height: 4rem;
  }
}
.p-cta__about_tel .icon svg {
  width: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta__about_tel .icon svg {
    width: 2rem;
  }
}
.p-cta__about_tel .text {
  font-size: 2.8rem;
  color: #422A08;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta__about_tel .text {
    font-size: 3.2rem;
  }
}

.p-cta__about_map {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta__about_map {
    margin-bottom: 3.6rem;
  }
}
.p-cta__about_map a {
  display: inline-flex;
  align-items: center;
}
.p-cta__about_map a .text {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.p-cta__link {
  margin-top: 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta__link {
    width: 47.4%;
    margin-top: 0;
  }
}

.p-news {
  padding: 7.6rem 0 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news {
    padding: 20.6rem 0 15.6rem;
  }
}

.p-news__slide.swiper {
  overflow: visible;
  padding-bottom: 13rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news__slide.swiper {
    padding-bottom: 10rem;
  }
}
.p-news__slide .swiper-wrapper {
  transition: 1650ms cubic-bezier(0.77, 0, 0.175, 1);
}
.p-news__slide .swiper-slide {
  position: relative;
  overflow: hidden;
  padding-right: 1.4rem;
  width: 28rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news__slide .swiper-slide {
    width: 39.3rem !important;
    padding-right: 3rem;
  }
}
.p-news__slide .swiper-pagination {
  display: none !important;
  max-width: 100%;
  width: 18.7rem;
  background: #dcd7cd;
  height: 0.3rem;
  border-radius: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news__slide .swiper-pagination {
    width: 61rem;
  }
}
.p-news__slide .swiper-pagination-bullet {
  margin: 0 !important;
  flex: 1;
  width: 10%;
  border-radius: 0;
  height: 0.3rem;
  margin: 0;
  transform: scaleX(0);
  animation: bullet 1s;
  animation-fill-mode: forwards;
  transform-origin: left top;
}

@keyframes bullet {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(100%);
  }
}