.u-d-none--pc {
  display: none;
}
@media (max-width: 768px) {
  .u-d-none--pc {
    display: inline-block;
  }
}

.u-d-none--sp {
  display: inline-block;
}
@media (max-width: 768px) {
  .u-d-none--sp {
    display: none;
  }
}

html {
  margin-top: 0 !important;
  scroll-behavior: auto;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(16px, 1.6vw);
  color: #000000;
}
@media (max-width: 768px) {
  html {
    font-size: 4.26vw;
  }
}
@media (max-width: 768px) {
  html {
    font-weight: 500;
  }
}

body {
  overflow-x: hidden;
  background-color: #f4efe6;
}
body.is-fixed {
  overflow: hidden;
}

input:focus,
textarea:focus {
  outline: solid 2px #0054fb;
}

::placeholder {
  color: rgb(182, 182, 182);
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

form .wpcf7-response-output {
  border: none !important;
  background-color: rgb(246, 246, 246);
  color: red;
  padding: 20px !important;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin: 0 !important;
}
@media (max-width: 768px) {
  form .wpcf7-response-output {
    grid-template-columns: 1fr;
    padding: 4vw;
    gap: 2vw;
    font-size: min(14px, 1.4vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  form .wpcf7-response-output {
    font-size: 3.73vw;
  }
}
form .wpcf7-response-output::before {
  content: "!";
  font-size: min(20px, 2vw);
  line-height: 1;
  font-weight: bold;
  background-color: red;
  color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  form .wpcf7-response-output::before {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  form .wpcf7-response-output::before {
    width: 10vw;
  }
}
form.sent .wpcf7-response-output {
  color: green;
}
form.sent .wpcf7-response-output::before {
  display: none;
}

.error-message {
  display: none;
  color: red;
  font-size: min(14px, 1.4vw);
}
@media (max-width: 768px) {
  .error-message {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .error-message {
    font-size: min(12px, 1.2vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .error-message {
    font-size: 3.2vw;
  }
}

.swiper-pagination {
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  position: relative !important;
  transition: none !important;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
  margin: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  left: auto;
  bottom: auto;
  right: auto;
  translate: 0 -50%;
  height: fit-content;
  width: fit-content;
  margin-top: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  rotate: 180deg;
}

summary {
  display: flex;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

svg {
  overflow: visible;
}

.js-parallax {
  overflow: clip;
}
.js-parallax img {
  scale: 1.4;
}

.c-heading-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .c-heading-1 {
    gap: 2.4vw;
  }
}
.c-heading-1__en {
  font-family: "Geologica", sans-serif;
  font-size: min(60px, 5vw);
  color: #c7b183;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-heading-1__en {
    font-size: min(30px, 3vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-heading-1__en {
    font-size: 8.26vw;
  }
}
.c-heading-1__ja {
  font-size: min(25px, 2.5vw);
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .c-heading-1__ja {
    font-size: 6.66vw;
  }
}
@media (max-width: 768px) {
  .c-heading-1__ja {
    font-size: 4.66vw;
  }
}

.c-btn-1 {
  padding: 6px 12px 7px;
  border-radius: 5px;
  border: solid 1px #c7b183;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  background-color: #fff;
  color: #c7b183;
  width: fit-content;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn-1 {
    font-size: min(12px, 1.2vw);
    padding: 1vw 3.8vw 1.4vw 5vw;
    border-radius: 1vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-btn-1 {
    font-size: 3.2vw;
  }
}
.c-btn-1 p {
  line-height: 1;
  letter-spacing: 0;
}
.c-btn-1 svg {
  width: 13px;
}
@media (max-width: 768px) {
  .c-btn-1 svg {
    width: 2.6vw;
  }
}
.c-btn-1 svg polygon {
  fill: #c7b183;
  transition: 0.3s ease;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn-1:hover {
    background-color: #c7b183;
    color: #fff;
  }
  .c-btn-1:hover svg polygon {
    fill: #fff;
  }
}

.c-2nd-page-fv {
  width: min(1000px, 90vw);
  padding: 200px 0 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-2nd-page-fv {
    width: 86.6vw;
  }
}
@media (max-width: 768px) {
  .c-2nd-page-fv {
    padding: 40vw 0 10vw;
    text-align: left;
  }
}
.c-2nd-page-fv__en {
  font-family: "Geologica", sans-serif;
  font-size: min(50px, 4.4vw);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-2nd-page-fv__en {
    font-size: 13.3vw;
  }
}
@media (max-width: 768px) {
  .c-2nd-page-fv__en {
    font-size: min(40px, 3.7vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-2nd-page-fv__en {
    font-size: 10.6vw;
  }
}
.c-2nd-page-fv__ja {
  font-size: min(16px, 1.6vw);
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-2nd-page-fv__ja {
    font-size: 4.26vw;
  }
}

.c-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  font-size: min(15px, 1.5vw);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .c-modal {
    font-size: 4vw;
  }
}
.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.c-modal__inner {
  background: #fff;
  width: min(90vw, 720px);
  max-height: 80vh;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.c-modal__inner > * {
  padding: 30px;
}
@media (max-width: 768px) {
  .c-modal__inner > * {
    padding: 6vw;
  }
}
.c-modal__header {
  border-bottom: 1px solid #eee;
}
.c-modal__header p {
  font-size: min(30px, 3vw);
  font-weight: 600;
  line-height: 1;
  color: #c7b183;
}
@media (max-width: 768px) {
  .c-modal__header p {
    font-size: 8.26vw;
  }
}
@media (max-width: 768px) {
  .c-modal__header p {
    font-size: min(20px, 2vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-modal__header p {
    font-size: 5.33vw;
  }
}
.c-modal__footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
@media (max-width: 768px) {
  .c-modal__footer {
    padding: 4vw;
  }
}
.c-modal__footer button {
  appearance: none;
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-modal__footer button:hover {
    background-color: rgb(235, 235, 235);
  }
}
.c-modal__contents {
  border-bottom: 1px solid #eee;
  overflow: scroll;
}
.c-modal__contents__item {
  padding-top: 40px;
}
.c-modal__contents__item > p {
  font-size: min(20px, 2vw);
  font-weight: 600;
  padding-bottom: 10px;
  color: #c7b183;
}
@media (max-width: 768px) {
  .c-modal__contents__item > p {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  .c-modal__contents__item > p {
    font-size: min(18px, 1.8vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-modal__contents__item > p {
    font-size: 4.8vw;
  }
}
.c-modal__contents__item > ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.c-header {
  --color-1:#43567f;
  --color-2:#f4efe6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  mix-blend-mode: difference;
  width: 100vw;
  color: var(--color-2);
}
@media (max-width: 1200px) {
  .c-header {
    mix-blend-mode: unset;
    color: #000000;
  }
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: min(1280px, 90vw);
  padding: 20px 0;
  position: relative;
  z-index: 99999;
}
@media (max-width: 768px) {
  .c-header__inner {
    width: 86.6vw;
  }
}
@media (max-width: 768px) {
  .c-header__inner {
    width: 100vw;
    padding: 0;
  }
}
.c-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .c-header__logo {
    padding-left: 3.73vw;
  }
}
.c-header__logo img {
  width: min(224px, 20vw);
}
@media (max-width: 768px) {
  .c-header__logo img {
    width: 37.3vw;
  }
}
.c-header__right {
  display: flex;
  align-items: stretch;
  gap: min(42px, 4vw);
  height: fit-content;
}
@media (max-width: 768px) {
  .c-header__right {
    display: none;
  }
}
.c-header__right__nav {
  display: flex;
  gap: min(32px, 2vw);
}
.c-header__right__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-header__right__nav a p {
  position: relative;
  overflow: clip;
}
.c-header__right__nav a p::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-1);
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -101% 0;
  transition: 0.4s ease;
}
@media (max-width: 1200px) {
  .c-header__right__nav a p::before {
    background-color: #c7b183;
  }
}
.c-header__right__nav a p span {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.4s ease;
  padding-bottom: 4px;
}
.c-header__right__nav a p span svg {
  width: 13px;
  margin-top: 3px;
}
.c-header__right__nav a p span svg polygon {
  fill: var(--color-2);
}
@media (max-width: 1200px) {
  .c-header__right__nav a p span svg polygon {
    fill: #000000;
  }
}
.c-header__right__nav a p span:nth-of-type(2) {
  position: absolute;
  top: 100%;
  left: 0;
  color: var(--color-1);
}
@media (max-width: 1200px) {
  .c-header__right__nav a p span:nth-of-type(2) {
    color: #c7b183;
  }
}
.c-header__right__nav a p span:nth-of-type(2) polygon {
  fill: var(--color-1);
}
@media (max-width: 1200px) {
  .c-header__right__nav a p span:nth-of-type(2) polygon {
    fill: #c7b183;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-header__right__nav a:hover p::before {
    translate: 0 0;
  }
  .c-header__right__nav a:hover p span {
    translate: 0 100%;
  }
  .c-header__right__nav a:hover p span:nth-of-type(2) {
    translate: 0 -100%;
  }
}
.c-header__right__contact-btn {
  padding: 12px 40px;
  background-color: var(--color-1);
  border: solid 1px var(--color-1);
  color: var(--color-2);
  border-radius: 100vw;
  transition: 0.4s ease;
}
@media (max-width: 1200px) {
  .c-header__right__contact-btn {
    background-color: #c7b183;
    border-color: #c7b183;
  }
}
.c-header__right__contact-btn p {
  position: relative;
  overflow: clip;
}
.c-header__right__contact-btn p span {
  display: flex;
  line-height: 1;
  font-weight: 500;
  transition: 0.4s ease;
  color: black;
}
@media (max-width: 1200px) {
  .c-header__right__contact-btn p span {
    color: #fff;
  }
}
.c-header__right__contact-btn p span:nth-of-type(2) {
  position: absolute;
  top: 100%;
  left: 0;
  color: var(--color-1);
}
@media (max-width: 1200px) {
  .c-header__right__contact-btn p span:nth-of-type(2) {
    color: #c7b183;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-header__right__contact-btn:hover {
    background-color: transparent;
  }
  .c-header__right__contact-btn:hover p span {
    translate: 0 100%;
  }
  .c-header__right__contact-btn:hover p span:nth-of-type(2) {
    translate: 0 -100%;
  }
}
.c-header__hamburger {
  width: 14.6vw;
  height: 100%;
  aspect-ratio: 1/1;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #c7b183;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
@media (max-width: 768px) {
  .c-header__hamburger {
    display: flex;
  }
}
.c-header__hamburger span {
  width: 45%;
  height: 1px;
  background-color: #fff;
  transform-origin: center;
  transition: 0.3s ease;
  position: relative;
}
.c-header__hamburger span::before, .c-header__hamburger span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.c-header__hamburger span::before {
  translate: 0 1.4vw;
}
.c-header__hamburger span::after {
  translate: 0 -1.4vw;
}
.c-header__hamburger.is-active span {
  rotate: 22deg;
}
.c-header__hamburger.is-active span::before {
  opacity: 0;
}
.c-header__hamburger.is-active span::after {
  rotate: 134deg;
  translate: 0 0;
}
.c-header__open-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  display: none;
  flex-direction: column;
  padding: 21vw 6.4vw;
  background-color: #c7b183;
  width: 100vw;
  min-height: 100dvh;
  transition: opacity 0.4s ease;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
}
@media (max-width: 768px) {
  .c-header__open-nav {
    display: flex;
  }
}
.c-header__open-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.c-header__open-nav.is-closing {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.c-header__open-nav::before {
  content: "";
  width: 100%;
  height: 14.6vw;
  background-color: #f4efe6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-header__open-nav__list {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
.c-header__open-nav__list a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: min(15px, 1.5vw);
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-header__open-nav__list a {
    font-size: 4vw;
  }
}
.c-header__open-nav__list a::before {
  content: "";
  width: 4vw;
  height: 2px;
  background-color: #fff;
  margin-right: 3vw;
}
.c-header__open-nav__list a svg {
  width: 3.73vw;
  margin-left: 1.5vw;
}
.c-header__open-nav__contact {
  margin-top: 11vw;
  padding: 2.3vw 4vw;
  min-width: 40vw;
  width: fit-content;
  border-radius: 100vw;
  border: solid 1px #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(16px, 1.6vw);
}
@media (max-width: 768px) {
  .c-header__open-nav__contact {
    font-size: 4.26vw;
  }
}
.c-header__open-nav > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47.2vw;
}

.c-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 42px 40px 30px;
  background-color: #c7b183;
}
@media (max-width: 768px) {
  .c-footer {
    gap: 3vw;
    padding: 4.6vw 5vw 2vw;
  }
}
.c-footer a img {
  width: min(170px, 17vw);
}
@media (max-width: 768px) {
  .c-footer a img {
    width: 26.6vw;
  }
}
.c-footer > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(14px, 1.4vw);
  color: #fff;
}
@media (max-width: 768px) {
  .c-footer > p {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .c-footer > p {
    font-size: min(10px, 1vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-footer > p {
    font-size: 2.6vw;
  }
}

.p-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  overflow: clip;
}
.p-top__section-1 {
  padding-top: 20px;
  width: 100vw;
  display: grid;
  grid-template-columns: 340fr 1100fr;
}
@media (max-width: 768px) {
  .p-top__section-1 {
    padding-top: 14.6vw;
    grid-template-columns: 150fr 600fr;
  }
}
.p-top__section-1__left {
  position: relative;
  padding-left: 5.5vw;
}
@media (max-width: 768px) {
  .p-top__section-1__left {
    padding: 0;
  }
}
.p-top__section-1__left__logo {
  padding-top: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .p-top__section-1__left__logo {
    display: none;
  }
}
.p-top__section-1__left__logo img {
  width: min(150px, 10vw);
}
.p-top__section-1__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.p-top__section-1__right__top {
  display: flex;
  align-items: stretch;
  gap: min(42px, 4vw);
  height: fit-content;
  padding-right: 5.5vw;
}
@media (max-width: 768px) {
  .p-top__section-1__right__top {
    display: none;
  }
}
.p-top__section-1__right__top__nav {
  display: flex;
  gap: min(32px, 2vw);
}
.p-top__section-1__right__top__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-top__section-1__right__top__nav a p {
  position: relative;
  overflow: clip;
}
.p-top__section-1__right__top__nav a p::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c7b183;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -101% 0;
  transition: 0.4s ease;
}
.p-top__section-1__right__top__nav a p span {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.4s ease;
  padding-bottom: 4px;
}
.p-top__section-1__right__top__nav a p span:nth-of-type(2) {
  position: absolute;
  top: 100%;
  left: 0;
  color: #c7b183;
}
.p-top__section-1__right__top__nav a p span:nth-of-type(2) polygon {
  fill: #c7b183;
}
.p-top__section-1__right__top__nav a p span svg {
  width: 13px;
  margin-top: 3px;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top__section-1__right__top__nav a:hover p::before {
    translate: 0 0;
  }
  .p-top__section-1__right__top__nav a:hover p span {
    translate: 0 100%;
  }
  .p-top__section-1__right__top__nav a:hover p span:nth-of-type(2) {
    translate: 0 -100%;
  }
}
.p-top__section-1__right__top__contact-btn {
  padding: 12px 40px;
  background-color: #c7b183;
  border: solid 1px #c7b183;
  color: #fff;
  border-radius: 100vw;
  transition: 0.4s ease;
}
.p-top__section-1__right__top__contact-btn p {
  position: relative;
  overflow: clip;
}
.p-top__section-1__right__top__contact-btn p span {
  display: flex;
  font-family: "Geologica", sans-serif;
  font-size: min(14px, 1.4vw);
  line-height: 1;
  font-weight: 400;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .p-top__section-1__right__top__contact-btn p span {
    font-size: 3.73vw;
  }
}
.p-top__section-1__right__top__contact-btn p span:nth-of-type(2) {
  position: absolute;
  top: 100%;
  left: 0;
  color: #c7b183;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top__section-1__right__top__contact-btn:hover {
    background-color: #fff;
  }
  .p-top__section-1__right__top__contact-btn:hover p span {
    translate: 0 100%;
  }
  .p-top__section-1__right__top__contact-btn:hover p span:nth-of-type(2) {
    translate: 0 -100%;
  }
}
.p-top__section-1__right__slider {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .p-top__section-1__right__slider {
    padding-top: 0;
  }
}
.p-top__section-1__right__slider__text {
  position: absolute;
  top: 64%;
  left: -12.5vw;
  z-index: 2;
  display: flex;
}
@media (max-width: 768px) {
  .p-top__section-1__right__slider__text {
    top: 50%;
    left: -14vw;
    flex-direction: column;
    gap: 4vw;
  }
}
.p-top__section-1__right__slider__text svg {
  background-color: #f4efe6;
}
.p-top__section-1__right__slider__text svg path {
  fill: black;
}
.p-top__section-1__right__slider__text > span {
  display: flex;
}
.p-top__section-1__right__slider__text > span svg:nth-of-type(1) {
  width: 10.18vw;
}
@media (max-width: 768px) {
  .p-top__section-1__right__slider__text > span svg:nth-of-type(1) {
    width: 22.8vw;
  }
}
.p-top__section-1__right__slider__text > span svg:nth-of-type(2) {
  width: 10.55vw;
}
@media (max-width: 768px) {
  .p-top__section-1__right__slider__text > span svg:nth-of-type(2) {
    width: 23.7vw;
  }
}
.p-top__section-1__right__slider__text > svg {
  width: 18.53vw;
}
@media (max-width: 768px) {
  .p-top__section-1__right__slider__text > svg {
    width: 41.46vw;
  }
}
.p-top__section-1__right__slider .swiper {
  width: 76.4vw;
  height: 100%;
  aspect-ratio: 1100/600;
}
@media (max-width: 768px) {
  .p-top__section-1__right__slider .swiper {
    aspect-ratio: 600/800;
    width: 80vw;
  }
}
.p-top__section-1__right__slider .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.p-top__section-1__right__slider .swiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  scale: 1;
  transition: 12s linear;
}
.p-top__section-1__right__slider .swiper .swiper-wrapper .swiper-slide-active img {
  scale: 1.1;
}
.p-top__section-1__right__slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 23px;
  padding-right: 5.5vw;
}
@media (max-width: 768px) {
  .p-top__section-1__right__slider .swiper-pagination {
    padding: 4vw;
    gap: 2vw 2.6vw;
  }
}
.p-top__section-1__right__slider .swiper-pagination-bullet {
  background-color: transparent;
  border: solid 1px #c7b183;
  width: min(50px, 4vw);
  height: 8px;
  border-radius: 0;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .p-top__section-1__right__slider .swiper-pagination-bullet {
    width: 10.6vw;
    height: 1.86vw;
  }
}
.p-top__section-1__right__slider .swiper-pagination-bullet-active {
  background-color: #c7b183;
}
.p-top__section-2 {
  padding: 105px 0 125px;
  width: min(1280px, 90vw);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__section-2 {
    width: 86.6vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-2 {
    padding: 25vw 0 18.8vw;
  }
}
.p-top__section-2__texts {
  width: 80.3%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  writing-mode: vertical-rl;
}
@media (max-width: 1200px) {
  .p-top__section-2__texts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-top__section-2__texts {
    writing-mode: unset;
    align-items: center;
    text-align: center;
  }
}
.p-top__section-2__texts h2 {
  font-family: "Geologica", sans-serif;
  font-size: min(19px, 1.9vw);
  letter-spacing: 0.2em;
  border-left: solid 1px #c7b183;
  color: #c7b183;
  height: fit-content;
  margin-left: min(30px, 3vw);
}
@media (max-width: 768px) {
  .p-top__section-2__texts h2 {
    font-size: 5.06vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-2__texts h2 {
    border: none;
    border-bottom: solid 1px #c7b183;
    margin: 0;
    letter-spacing: 0.05em;
    font-size: min(15px, 1.5vw);
    font-weight: 300;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-2__texts h2 {
    font-size: 4vw;
  }
}
.p-top__section-2__texts > p:nth-of-type(1) {
  font-size: min(30px, 3vw);
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.1em;
  padding-left: min(35px, 3.5vw);
}
@media (max-width: 768px) {
  .p-top__section-2__texts > p:nth-of-type(1) {
    font-size: 8.26vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-2__texts > p:nth-of-type(1) {
    font-size: min(20px, 2vw);
    line-height: 1.7;
    padding: 9.7vw 0 7.8vw;
    font-weight: 600;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-2__texts > p:nth-of-type(1) {
    font-size: 5.33vw;
  }
}
.p-top__section-2__texts > p:nth-of-type(2) {
  line-height: 3.125;
  padding-left: min(100px, 10vw);
}
@media (max-width: 768px) {
  .p-top__section-2__texts > p:nth-of-type(2) {
    font-size: min(14px, 1.4vw);
    line-height: 2.14;
    letter-spacing: 0;
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-2__texts > p:nth-of-type(2) {
    font-size: 3.73vw;
  }
}
.p-top__section-2__texts > p span {
  -webkit-text-combine: horizontal;
  -moz-text-combine-upright: all;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .p-top__section-2__texts > p span {
    padding: 0;
  }
}
.p-top__section-2__texts__btn {
  padding: 14px 21px;
  border: solid 1px #c7b183;
  height: fit-content;
  color: #c7b183;
  font-size: min(15px, 1.5vw);
  line-height: 1;
  letter-spacing: 0;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .p-top__section-2__texts__btn {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-2__texts__btn {
    padding: 3.2vw 5.6vw 3.4vw;
    font-size: min(14px, 1.4vw);
    margin-top: 12vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-2__texts__btn {
    font-size: 3.73vw;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top__section-2__texts__btn:hover {
    background-color: #c7b183;
    color: #fff;
  }
}
.p-top__section-2__imgs {
  display: flex;
  justify-content: center;
  gap: min(37px, 3.7vw);
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-top__section-2__imgs {
    padding: 18.5vw 0.8vw 0;
    flex-direction: column;
    gap: 6vw;
  }
}
.p-top__section-2__imgs__img {
  width: min(370px, 40vw);
  height: 100%;
  aspect-ratio: 5/3;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__section-2__imgs__img {
    width: 80vw;
  }
}
.p-top__section-2__imgs__img:nth-of-type(1) {
  margin-top: 79px;
}
@media (max-width: 768px) {
  .p-top__section-2__imgs__img:nth-of-type(1) {
    margin-top: 0;
    left: -8vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-2__imgs__img:nth-of-type(2) {
    left: 13vw;
  }
}
.p-top__section-2__imgs__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top__section-2__logo {
  position: absolute;
  bottom: -156px;
  right: -287px;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-top__section-2__logo {
    bottom: -10.5vw;
    right: -21vw;
  }
}
.p-top__section-2__logo img {
  width: min(832px, 50vw);
  height: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .p-top__section-2__logo img {
    width: 56.1vw;
  }
}
.p-top__section-2__loop-text {
  width: 100vw;
  overflow: clip;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  translate: -50% 0;
  display: flex;
}
@media (max-width: 768px) {
  .p-top__section-2__loop-text {
    bottom: -1vw;
  }
}
.p-top__section-2__loop-text ul {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-right: 50px;
  animation: loop 200s -100s linear infinite;
}
.p-top__section-2__loop-text ul:nth-of-type(2) {
  animation: loop2 200s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-top__section-2__loop-text ul li img {
  width: 1898px;
}
@media (max-width: 768px) {
  .p-top__section-2__loop-text ul li img {
    width: 253vw;
  }
}
.p-top__section-3 {
  padding: 132px 0 176px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__section-3 {
    padding: 14.2vw 0 12.1vw;
  }
}
.p-top__section-3__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top__section-3__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.p-top__section-3__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top__section-3__inner {
  width: min(1000px, 90vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .p-top__section-3__inner {
    width: 86.6vw;
  }
}
.p-top__section-3 .c-heading-1 > * {
  color: #fff;
}
.p-top__section-3__texts {
  margin-top: 102px;
  width: 100%;
  padding: 50px 50px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__section-3__texts {
    margin-top: 9.7vw;
    padding: 7.5vw 4vw 6.6vw;
  }
}
.p-top__section-3__texts__line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.p-top__section-3__texts__line > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top__section-3__texts__line > span:nth-of-type(1) {
  border-top: solid 1px #fff;
  transform-origin: top right;
}
.p-top__section-3__texts__line > span:nth-of-type(2) {
  border-left: solid 1px #fff;
  transform-origin: top right;
}
.p-top__section-3__texts__line > span:nth-of-type(3) {
  border-bottom: solid 1px #fff;
  transform-origin: bottom left;
}
.p-top__section-3__texts__line > span:nth-of-type(4) {
  border-right: solid 1px #fff;
  transform-origin: bottom left;
}
.p-top__section-3__texts::before {
  border-top: none;
  border-right: solid 1px #fff;
}
.p-top__section-3__texts h3 {
  font-family: "Geologica", sans-serif;
  font-size: min(30px, 3vw);
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top__section-3__texts h3 {
    font-size: 8.26vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-3__texts h3 {
    font-size: min(18px, 1.8vw);
    padding-bottom: 1.8vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-3__texts h3 {
    font-size: 4.8vw;
  }
}
.p-top__section-3__texts h3::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 768px) {
  .p-top__section-3__texts h3::before {
    width: 4.9vw;
  }
}
.p-top__section-3__texts > p {
  font-weight: 500;
  text-align: center;
}
.p-top__section-3__texts > p:nth-of-type(1) {
  font-size: min(50px, 4.4vw);
  padding: 57px 0;
}
@media (max-width: 768px) {
  .p-top__section-3__texts > p:nth-of-type(1) {
    font-size: 13.3vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-3__texts > p:nth-of-type(1) {
    font-size: min(25px, 2.5vw);
    padding: 7.7vw 0 9.3vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-3__texts > p:nth-of-type(1) {
    font-size: 6.66vw;
  }
}
.p-top__section-3__texts > p:nth-of-type(1) span {
  letter-spacing: -0.5em;
}
.p-top__section-3__texts > p:nth-of-type(2) {
  font-size: min(18px, 1.8vw);
  line-height: 2.77;
}
@media (max-width: 768px) {
  .p-top__section-3__texts > p:nth-of-type(2) {
    font-size: 4.8vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-3__texts > p:nth-of-type(2) {
    font-size: min(13px, 1.3vw);
    line-height: 2.3;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-3__texts > p:nth-of-type(2) {
    font-size: 3.46vw;
  }
}
.p-top__section-4 {
  padding: 110px 0 140px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
@media (max-width: 768px) {
  .p-top__section-4 {
    padding: 12.2vw 0 13.3vw;
  }
}
.p-top__section-4__inner {
  width: min(1000px, 90vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .p-top__section-4__inner {
    width: 86.6vw;
  }
}
.p-top__section-4__contents {
  padding-top: 72px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-top__section-4__contents {
    padding-top: 9.3vw;
  }
}
.p-top__section-4__contents ul {
  padding: 45px 0;
  border-top: solid 1px #c7b183;
  border-bottom: solid 1px #c7b183;
  display: grid;
  grid-template-columns: 1fr;
  gap: 37px;
}
@media (max-width: 768px) {
  .p-top__section-4__contents ul {
    gap: 3vw;
    padding: 7.46vw 0;
  }
}
.p-top__section-4__contents ul li {
  display: grid;
  grid-template-columns: 145fr 835fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-top__section-4__contents ul li {
    grid-template-columns: 147fr 502fr;
    gap: 0;
  }
}
.p-top__section-4__contents ul li p {
  line-height: 1.875;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-top__section-4__contents ul li p {
    font-size: min(13px, 1.3vw);
    line-height: 1.54;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-4__contents ul li p {
    font-size: 3.46vw;
  }
}
.p-top__section-4__contents__img {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .p-top__section-4__contents__img {
    padding-top: 7.46vw;
  }
}
.p-top__section-4__contents__img img {
  width: 100%;
}
.p-top__section-5 {
  padding: 140px 0 100px;
  width: min(1000px, 90vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 76px;
}
@media (max-width: 768px) {
  .p-top__section-5 {
    width: 86.6vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-5 {
    padding: 13.3vw 0 10.6vw;
    gap: 8.2vw;
  }
}
.p-top__section-5__contents {
  width: 100%;
}
.p-top__section-5__contents__item {
  padding-bottom: 30px;
  border-top: solid 1px #c7b183;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item {
    padding-bottom: 4vw;
  }
}
.p-top__section-5__contents__item:last-child {
  border-bottom: solid 1px #c7b183;
}
.p-top__section-5__contents__item__heading {
  padding: 5px 18px;
  background-color: #c7b183;
  color: #fff;
  font-size: min(20px, 2vw);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__heading {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__heading {
    padding: 1.3vw 2.6vw;
    font-size: min(14px, 1.4vw);
    margin-top: 8vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-5__contents__item__heading {
    font-size: 3.73vw;
  }
}
.p-top__section-5__contents__item__texts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts {
    margin-top: 5.6vw;
    grid-template-columns: 1fr;
    gap: 3.4vw;
  }
}
.p-top__section-5__contents__item__texts__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__left {
    padding: 0;
  }
}
.p-top__section-5__contents__item__texts__left__name img {
  height: 60px;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__left__name img {
    height: 9.3vw;
  }
}
.p-top__section-5__contents__item__texts__left__name img.is-square {
  height: 90px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__left__name img.is-square {
    height: 14vw;
  }
}
.p-top__section-5__contents__item__texts__left__name > span {
  display: flex;
  font-size: min(20px, 2vw);
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__left__name > span {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__left__name > span {
    padding: 0;
    font-size: min(15px, 1.5vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-5__contents__item__texts__left__name > span {
    font-size: 4vw;
  }
}
.p-top__section-5__contents__item__texts__left > p {
  line-height: 1.4375;
  letter-spacing: 0;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__left > p {
    font-size: min(13px, 1.3vw);
    line-height: 1.5;
    padding-top: 5vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-5__contents__item__texts__left > p {
    font-size: 3.46vw;
  }
}
.p-top__section-5__contents__item__texts__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-top__section-5__contents__item__texts__right__top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__right__top {
    flex-direction: row;
    gap: 6.13vw;
    padding: 0;
  }
}
.p-top__section-5__contents__item__texts__right__top > p {
  letter-spacing: 0;
}
.p-top__section-5__contents__item__texts__right__top > p:nth-of-type(1) {
  color: #c7b183;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__right__top > p:nth-of-type(1) {
    font-size: min(12px, 1.2vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-5__contents__item__texts__right__top > p:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
.p-top__section-5__contents__item__texts__right__top > p:nth-of-type(2) {
  font-size: min(14px, 1.4vw);
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__right__top > p:nth-of-type(2) {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__right__top > p:nth-of-type(2) {
    font-size: min(12px, 1.2vw);
    line-height: 1.45;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-5__contents__item__texts__right__top > p:nth-of-type(2) {
    font-size: 3.2vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__texts__right .c-btn-1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-top__section-5__contents__item__accordion {
  border-radius: 10px;
  position: relative;
  overflow: clip;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion {
    border-radius: 1.33vw;
    margin-top: 3.33vw;
  }
}
.p-top__section-5__contents__item__accordion__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 15px 30px 15px 21px;
  cursor: pointer;
  position: relative;
  user-select: none;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary {
    gap: 3vw;
    padding: 2.1vw 4.2vw 2.1vw 2.9vw;
  }
}
.p-top__section-5__contents__item__accordion__summary::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f8f5ef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease;
}
.p-top__section-5__contents__item__accordion__summary__left {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary__left {
    gap: 4vw;
  }
}
.p-top__section-5__contents__item__accordion__summary__left__title {
  font-size: min(14px, 1.4vw);
  padding-right: 21px;
  border-right: solid 1px #c7b183;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary__left__title {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary__left__title {
    padding-right: 2.1vw;
    font-size: min(12px, 1.2vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary__left__title {
    font-size: 3.2vw;
  }
}
.p-top__section-5__contents__item__accordion__summary__left__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0 35px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary__left__logos {
    gap: 0 2.66vw;
    padding: 1.8vw 0;
  }
}
.p-top__section-5__contents__item__accordion__summary__left__logos.is-narrow {
  gap: 0 20px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary__left__logos.is-narrow {
    gap: 0 2.66vw;
  }
}
.p-top__section-5__contents__item__accordion__summary__left__logos img {
  height: 70px;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary__left__logos img {
    height: 8vw;
  }
}
.p-top__section-5__contents__item__accordion__summary__btn {
  display: flex;
  align-items: center;
  gap: 7px;
}
.p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(1) {
  overflow: clip;
  position: relative;
  min-width: 90px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(1) {
    display: none;
  }
}
.p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(1) span {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.4s ease;
  font-size: min(14px, 1.4vw);
  white-space: nowrap;
  line-height: 1;
  color: #c7b183;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(1) span {
    font-size: 3.73vw;
  }
}
.p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(1) span:nth-of-type(2) {
  position: absolute;
  top: 100%;
  left: 0;
  color: #c7b183;
}
.p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(1) span:nth-of-type(2) polygon {
  fill: #c7b183;
}
.p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(1) span svg {
  width: 13px;
  margin-top: 3px;
}
.p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(2) {
  width: 14px;
  height: 2px;
  background-color: #c7b183;
  position: relative;
  transition: 0.3s ease;
}
.p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c7b183;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  rotate: 90deg;
  transition: 0.3s ease;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top__section-5__contents__item__accordion__summary:hover::before {
    background-color: #fff;
  }
  .p-top__section-5__contents__item__accordion__summary:hover .p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(2) {
    rotate: 0.5turn;
  }
}
.p-top__section-5__contents__item__accordion .js-content {
  overflow: clip;
}
.p-top__section-5__contents__item__accordion__list {
  padding: 40px 46px 51px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(60px, 4vw) min(48px, 2.8vw);
  border-top: solid 1px #c7b183;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list {
    padding: 4.5vw;
    grid-template-columns: 1fr;
    gap: 7.3vw;
  }
}
.p-top__section-5__contents__item__accordion__list::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top__section-5__contents__item__accordion__list__item {
  position: relative;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item {
    display: grid;
    grid-template-columns: 34.6vw 1fr;
    gap: 3vw;
  }
}
.p-top__section-5__contents__item__accordion__list__item__left {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
.p-top__section-5__contents__item__accordion__list__item__left__img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__left__img {
    height: -webkit-fill-available;
    max-height: 17vw;
  }
}
.p-top__section-5__contents__item__accordion__list__item__left__img img {
  height: 80%;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__left__img img {
    height: auto;
    max-width: 80%;
    max-height: 70%;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__left__img img.is-square {
    max-width: 40%;
  }
}
.p-top__section-5__contents__item__accordion__list__item__left .c-btn-1 {
  display: none;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__left .c-btn-1 {
    display: flex;
    width: 100%;
  }
}
.p-top__section-5__contents__item__accordion__list__item__texts {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts {
    padding-top: 0;
  }
}
.p-top__section-5__contents__item__accordion__list__item__texts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts__inner {
    min-height: 22.5vw;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-top__section-5__contents__item__accordion__list__item__texts__inner > p {
  text-align: center;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts__inner > p {
    text-align: left;
  }
}
.p-top__section-5__contents__item__accordion__list__item__texts__inner > p:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(18px, 1.8vw);
  line-height: 1.27;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts__inner > p:nth-of-type(1) {
    font-size: 4.8vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts__inner > p:nth-of-type(1) {
    font-size: min(14px, 1.4vw);
    line-height: 1.35;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts__inner > p:nth-of-type(1) {
    font-size: 3.73vw;
  }
}
.p-top__section-5__contents__item__accordion__list__item__texts__inner > p:nth-of-type(2) {
  font-size: min(15px, 1.5vw);
  letter-spacing: 0;
  line-height: 1.33;
  padding: 8px 0 15px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts__inner > p:nth-of-type(2) {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts__inner > p:nth-of-type(2) {
    font-size: min(12px, 1.2vw);
    padding: 1vw 0 0;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts__inner > p:nth-of-type(2) {
    font-size: 3.2vw;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item__texts__inner .c-btn-1 {
    display: none;
  }
}
.p-top__section-5__contents__item__accordion__list__item.is-2-column {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item.is-2-column {
    grid-column: span 1;
  }
}
.p-top__section-5__contents__item__accordion__list__item.is-2-column .p-top__section-5__contents__item__accordion__list__item__texts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 48px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item.is-2-column .p-top__section-5__contents__item__accordion__list__item__texts {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item__accordion__list__item.is-2-column .p-top__section-5__contents__item__accordion__list__item__texts__inner:last-child {
    display: none;
  }
}
.p-top__section-5__contents__item__accordion.is-opened .p-top__section-5__contents__item__accordion__summary::before {
  background-color: #fff;
}
.p-top__section-5__contents__item__accordion.is-opened .p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(1) span {
  translate: 0 100%;
}
.p-top__section-5__contents__item__accordion.is-opened .p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(1) span:nth-of-type(2) {
  translate: 0 -100%;
}
.p-top__section-5__contents__item__accordion.is-opened .p-top__section-5__contents__item__accordion__summary__btn > span:nth-of-type(2)::before {
  rotate: 1turn;
}
.p-top__section-5__contents__item:nth-of-type(1) .p-top__section-5__contents__item__texts {
  grid-template-columns: 1fr;
}
.p-top__section-5__contents__item:nth-of-type(1) .p-top__section-5__contents__item__texts__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top__section-5__contents__item:nth-of-type(1) .p-top__section-5__contents__item__texts__left__name img {
  height: 70px;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item:nth-of-type(1) .p-top__section-5__contents__item__texts__left__name img {
    height: 10.6vw;
  }
}
.p-top__section-5__contents__item:nth-of-type(1) .p-top__section-5__contents__item__texts__left > p {
  line-height: 1.875;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item:nth-of-type(1) .p-top__section-5__contents__item__texts__left > p {
    padding-top: 2.6vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .p-top__section-5__contents__item:nth-of-type(1) .p-top__section-5__contents__item__accordion__summary__left__logos {
    gap: 0 5.2vw;
  }
}

.p-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact__section-2 {
  width: min(1000px, 90vw);
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-contact__section-2 {
    width: 86.6vw;
  }
}
.p-contact__section-2 > p {
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__section-2 > p {
    font-size: min(14px, 1.4vw);
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-contact__section-2 > p {
    font-size: 3.73vw;
  }
}
.p-contact__section-2__contents {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  padding: 80px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents {
    grid-template-columns: 1fr;
    gap: 4vw;
    margin-top: 12vw;
    padding: 8vw;
  }
}
.p-contact__section-2__contents__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item {
    align-items: flex-start;
  }
}
.p-contact__section-2__contents__item h2 {
  font-size: min(16px, 1.6vw);
  font-weight: 500;
  color: #c7b183;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item h2 {
    font-size: 4.26vw;
  }
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item h2 {
    padding-bottom: 10vw;
  }
}
.p-contact__section-2__contents__item__tel {
  border-bottom: solid 1px #c7b183;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__tel {
    padding-bottom: 10vw;
    margin-bottom: 15vw;
  }
}
.p-contact__section-2__contents__item__tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__tel a {
    gap: 1vw;
    align-items: flex-start;
  }
}
.p-contact__section-2__contents__item__tel a p {
  font-family: "Geologica", sans-serif;
  font-size: min(50px, 5.5vw);
  font-weight: 600;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__tel a p {
    font-size: 10.5vw;
  }
}
.p-contact__section-2__contents__item__tel a > span {
  font-size: min(14px, 1.4vw);
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__tel a > span {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__tel a > span {
    font-size: min(12px, 1.2vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-contact__section-2__contents__item__tel a > span {
    font-size: 3.2vw;
  }
}
.p-contact__section-2__contents__item__form {
  --color-1:rgb(188, 188, 188);
}
.p-contact__section-2__contents__item__form > p {
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form > p {
    font-size: min(13px, 1.3vw);
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-contact__section-2__contents__item__form > p {
    font-size: 3.46vw;
  }
}
.p-contact__section-2__contents__item__form .wpcf7 {
  width: 100%;
}
.p-contact__section-2__contents__item__form form {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form {
    padding-top: 8vw;
  }
}
.p-contact__section-2__contents__item__form form .form {
  display: flex;
  flex-direction: column;
}
.p-contact__section-2__contents__item__form form .form__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .form__list {
    gap: 6vw;
  }
}
.p-contact__section-2__contents__item__form form .form__list__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .form__list__item {
    grid-template-columns: 1fr;
    gap: 1vw;
  }
}
.p-contact__section-2__contents__item__form form .form__list__item label {
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .form__list__item label {
    font-size: min(13px, 1.3vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .form__list__item label {
    font-size: 3.46vw;
  }
}
.p-contact__section-2__contents__item__form form .form__list__item label span {
  color: red;
}
.p-contact__section-2__contents__item__form form .form__list__item .wpcf7-form-control-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
.p-contact__section-2__contents__item__form form .form__list__item .wpcf7-form-control-wrap input,
.p-contact__section-2__contents__item__form form .form__list__item .wpcf7-form-control-wrap select,
.p-contact__section-2__contents__item__form form .form__list__item .wpcf7-form-control-wrap textarea {
  padding: 3px 10px;
  background-color: rgb(246, 246, 246);
  width: 100%;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .form__list__item .wpcf7-form-control-wrap input,
  .p-contact__section-2__contents__item__form form .form__list__item .wpcf7-form-control-wrap select,
  .p-contact__section-2__contents__item__form form .form__list__item .wpcf7-form-control-wrap textarea {
    padding: 2vw 3vw;
  }
}
.p-contact__section-2__contents__item__form form .form__list__item .wpcf7-form-control-wrap textarea {
  resize: vertical;
}
.p-contact__section-2__contents__item__form form .form__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .form__btn {
    gap: 4vw;
    padding-top: 10vw;
  }
}
.p-contact__section-2__contents__item__form form .form__btn > p {
  font-size: min(14px, 1.4vw);
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .form__btn > p {
    font-size: 3.73vw;
  }
}
.p-contact__section-2__contents__item__form form .form__btn > p a {
  text-decoration: underline;
  display: inline-block;
  transition: 0.3s ease;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-contact__section-2__contents__item__form form .form__btn > p a:hover {
    opacity: 0.5;
  }
}
.p-contact__section-2__contents__item__form form .form__btn input {
  width: 100%;
  padding: 20px;
  background-color: #c7b183;
  color: #fff;
  border: solid 1px #c7b183;
  text-align: center;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .form__btn input {
    padding: 4vw;
  }
}
.p-contact__section-2__contents__item__form form .form__btn input[disabled] {
  background-color: var(--color-1);
  pointer-events: none;
  border-color: var(--color-1);
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-contact__section-2__contents__item__form form .form__btn input:hover {
    background-color: #fff;
    color: #c7b183;
  }
}
.p-contact__section-2__contents__item__form form .confirm {
  display: none;
  flex-direction: column;
}
.p-contact__section-2__contents__item__form form .confirm > p {
  font-size: min(20px, 2vw);
  font-weight: 600;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .confirm > p {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .confirm > p {
    padding-bottom: 3vw;
  }
}
.p-contact__section-2__contents__item__form form .confirm__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .confirm__list {
    gap: 4vw;
  }
}
.p-contact__section-2__contents__item__form form .confirm__list__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .confirm__list__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-contact__section-2__contents__item__form form .confirm__list__item p:nth-of-type(1) {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .confirm__list__item p:nth-of-type(1) {
    font-size: min(13px, 1.3vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .confirm__list__item p:nth-of-type(1) {
    font-size: 3.46vw;
  }
}
.p-contact__section-2__contents__item__form form .confirm__btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 30px 0 20px;
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .confirm__btn {
    gap: 4vw;
    padding: 14vw 0 4vw;
  }
}
.p-contact__section-2__contents__item__form form .confirm__btn input {
  padding: 20px;
  text-align: center;
  font-weight: 500;
  background-color: #c7b183;
  color: #fff;
  border: solid 1px #c7b183;
  text-align: center;
  transition: 0.3s ease;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-contact__section-2__contents__item__form form .confirm__btn input:hover {
    background-color: transparent;
    color: #c7b183;
  }
}
@media (max-width: 768px) {
  .p-contact__section-2__contents__item__form form .confirm__btn input {
    padding: 4vw;
  }
}
.p-contact__section-2__contents__item__form form .confirm__btn input:nth-of-type(1) {
  background-color: var(--color-1);
  border-color: var(--color-1);
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-contact__section-2__contents__item__form form .confirm__btn input:nth-of-type(1):hover {
    background-color: transparent;
    color: var(--color-1);
  }
}

.p-contact-thanks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-contact-thanks__section-1 {
  width: min(1000px, 90vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 200px 0;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .p-contact-thanks__section-1 {
    width: 86.6vw;
  }
}
.p-contact-thanks__section-1 h1 {
  font-size: min(25px, 2.5vw);
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-contact-thanks__section-1 h1 {
    font-size: 6.66vw;
  }
}
.p-contact-thanks__section-1 > p {
  padding: 30px 0;
  width: fit-content;
}
.p-contact-thanks__section-1 > a {
  text-decoration: underline;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-contact-thanks__section-1 > a:hover {
    text-decoration: none;
  }
}

.grecaptcha-badge{
    visibility:hidden!important;
}