@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1248px) {
  html {
    font-size: 1.2820512821vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 391px) {
  html {
    font-size: 4.0920716113vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #524B40;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.l-site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.l-afterservice {
  margin-top: 3.125rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-afterservice {
    padding-bottom: 2.625rem;
  }
}

.l-archiburg {
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .l-archiburg {
    margin-top: 3.75rem;
  }
}

.l-column-blog {
  margin-top: 7.125rem;
  padding-bottom: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .l-column-blog {
    margin-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.l-company {
  margin-top: 1.125rem;
  padding-bottom: 10.625rem;
}
@media screen and (max-width: 767px) {
  .l-company {
    margin-top: 2.5rem;
    padding-bottom: 4.375rem;
  }
}

.l-concept-cta {
  margin-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.l-concept {
  margin-top: 8.625rem;
}
@media screen and (max-width: 767px) {
  .l-concept {
    margin-top: 4.375rem;
  }
}

.l-concept02 {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-concept02 {
    margin-top: 5rem;
  }
}

.l-confirm-form {
  margin-top: 1.4375rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-confirm-form {
    margin-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.l-contact-form {
  margin-top: 7.5rem;
}

.l-contact {
  margin-top: 3.5rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    margin-top: 3.375rem;
    padding-bottom: 5rem;
  }
}

.l-event-archive-cta {
  margin-top: 11.1875rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-event-archive-cta {
    margin-top: 2.375rem;
    padding-bottom: 2.625rem;
  }
}

.l-event-archive {
  margin-top: 3.5625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-event-archive {
    margin-top: 2.5rem;
    padding-bottom: 2.625rem;
  }
}

.l-event-info {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .l-event-info {
    margin-top: 3.75rem;
  }
}

.l-event {
  margin-top: 1.4375rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-event {
    margin-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.l-floating-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-43%);
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-floating-btn {
    top: unset;
    bottom: 0;
    transform: none;
  }
}

.l-flow {
  margin-top: 3.125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-flow {
    padding-bottom: 2.625rem;
  }
}

.l-gallery {
  margin-top: 3.625rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-gallery {
    margin-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.l-header {
  position: fixed;
  top: 3.75rem;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
  }
}

.l-inner {
  margin: auto;
  padding: 0 24px;
  max-width: 1248px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 40rem;
    padding: 0 24px;
  }
}

.l-interview-archive {
  margin-top: 3.5625rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-interview-archive {
    margin-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

.l-interview {
  margin-top: 3.5625rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-interview {
    margin-top: 3.375rem;
    padding-bottom: 4.375rem;
  }
}

.l-material {
  margin-top: 3.875rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-material {
    margin-top: 3.125rem;
    padding-bottom: 2.625rem;
  }
}

.l-philosophy {
  margin-top: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .l-philosophy {
    margin-top: 4.6875rem;
  }
}

.l-post {
  margin-top: 3.125rem;
  padding-bottom: 10.625rem;
}
@media screen and (max-width: 767px) {
  .l-post {
    padding-bottom: 5rem;
  }
}

.l-renovation {
  margin-top: -0.5rem;
  padding-bottom: 11.4375rem;
}
@media screen and (max-width: 767px) {
  .l-renovation {
    margin-top: 3.125rem;
    padding-bottom: 2.625rem;
  }
}

.l-spec {
  margin-top: 3.875rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-spec {
    margin-top: 3.25rem;
    padding-bottom: 2.625rem;
  }
}

.l-strengths {
  margin-top: 8.9375rem;
}
@media screen and (max-width: 767px) {
  .l-strengths {
    margin-top: 6.25rem;
  }
}

.l-success {
  margin-top: 3.25rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-success {
    margin-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.l-top-big-image {
  margin-top: 7.375rem;
}
@media screen and (max-width: 767px) {
  .l-top-big-image {
    margin-top: 3.75rem;
  }
}

.l-top-event {
  margin-top: 7.25rem;
}
@media screen and (max-width: 767px) {
  .l-top-event {
    margin-top: 3.75rem;
  }
}

.l-top-interview {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-top-interview {
    margin-top: 3.75rem;
  }
}

.l-top-works {
  margin-top: 7.25rem;
}
@media screen and (max-width: 767px) {
  .l-top-works {
    margin-top: 3.75rem;
  }
}

.l-works-archive {
  margin-top: 3.5625rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-works-archive {
    margin-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.l-works {
  margin-top: 1.0625rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-works {
    margin-top: 3.75rem;
    padding-bottom: 4.375rem;
  }
}

.c-big-btn {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-big-btn {
    flex-direction: column;
    max-width: 18.3125rem;
    width: 100%;
    row-gap: 0.5rem;
  }
}

.c-big-btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #FFF;
  background-color: #AAA;
  border-radius: 0.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  min-width: 17.5rem;
  min-height: 5.5625rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-big-btn a {
    width: 100%;
    min-width: unset;
    font-size: 1rem;
    min-height: 3.875rem;
  }
}

.c-big-btn a span {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-big-btn a span {
    font-weight: 300;
    font-size: 0.8125rem;
  }
}

.c-breadcrumbs {
  font-size: 0.875rem;
  background-color: #D1CDBF;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    display: none;
  }
}

.c-breadcrumbs__inner {
  display: flex;
  gap: 0.4375rem;
  max-width: 107.8125rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}

.c-btn {
  text-align: center;
}

.c-btn a {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #524B40;
  line-height: 1;
  display: inline-block;
  padding: 0.6875rem 2.5rem;
  border-radius: 9999px;
  border: 1px solid #D1CDBF;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-btn a {
    padding: 0.3125rem 1.75rem;
  }
}

.c-btn a:hover {
  background-color: #D1CDBF;
  opacity: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-common-tel {
    max-width: 31.25rem;
    margin-inline: auto;
    padding: 0 24px;
  }
}

.c-common-tel__wrap {
  border: 1px solid #524B40;
  border-radius: 0.25rem;
  text-align: center;
  padding: 2.3125rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-common-tel__wrap {
    padding: 1.75rem 1.5625rem;
  }
}

.c-common-tel__icon {
  width: 2.5rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-common-tel__icon {
    width: 1.25rem;
  }
}

.c-common-tel__icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.c-common-tel__title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-common-tel__title {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 0.25rem;
  }
}

.c-common-tel__main {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-common-tel__main {
    font-size: 2rem;
    margin-top: 0.9375rem;
  }
}

.c-common-tel__note {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .c-common-tel__note {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}

.c-common-tel__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-common-tel__btn {
    margin-top: 1.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .c-common-tel__btn a {
    padding: 0.3125rem 3rem;
  }
}

.c-cta {
  max-width: 63.125rem;
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
}

.c-cta__img {
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 960/327;
}

.c-cta__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.c-cta__body {
  background-color: #524B40;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 2.25rem 3.5625rem;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-cta__body {
    flex-direction: column;
    padding: 0.8125rem 1.5rem 2.125rem;
    gap: 1.25rem;
  }
}

.c-cta__text {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
  max-width: 26.4375rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: 0.875rem;
    line-height: 2;
    max-width: 100%;
  }
}

.c-cta__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  flex: 1;
  padding-right: 3%;
}
@media screen and (max-width: 767px) {
  .c-cta__btns {
    gap: 5%;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 21.25rem;
    padding-right: 0;
  }
}

.c-cta__btn {
  background: url(../images/icon/circle01.webp) no-repeat center center/cover;
  width: 100%;
  max-width: 8.75rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    max-width: 6.8125rem;
  }
}

.c-cta__btn:nth-child(2) {
  background: url(../images/icon/circle02.webp) no-repeat center center/cover;
}

.c-cta__btn-icon {
  max-width: 3rem;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-cta__btn-icon {
    max-width: 2.375rem;
  }
}

.c-cta__btn-icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.c-cta__btn-text {
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .c-cta__btn-text {
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}

@media screen and (max-width: 767px) {
  .c-floating-btn {
    display: flex;
    align-items: end;
  }
}

.c-floating-btn__item {
  box-shadow: 12px 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 0.375rem 0 0 0.375rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-floating-btn__item {
    border-radius: 0.5rem 0.5rem 0 0;
    box-shadow: none;
  }
}

.c-floating-btn__item a {
  min-width: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  padding: 0.625rem 0.875rem;
  width: 100%;
  transition: all 0.3s ease 0s;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c-floating-btn__item a {
    font-size: 0.875rem;
    writing-mode: unset;
    letter-spacing: 0.05em;
    padding: 0.9375rem;
  }
}

.c-floating-btn__item--contact {
  background-color: #524B40;
}

.c-floating-btn__item--contact a {
  flex-direction: row;
}

.c-floating-btn__item--contact a:hover,
.c-floating-btn__item--event a:hover {
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-floating-btn__item--contact a:hover,
  .c-floating-btn__item--event a:hover {
    padding: 0.9375rem 0.9375rem 1.125rem 0.9375rem;
  }
}

.c-floating-btn__item--event {
  background-color: #B1AEA3;
}

.c-floating-btn__item--tel {
  background-color: #524B40;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-floating-btn__item--tel {
    margin-top: 0;
  }
}

.c-floating-btn__item--tel a {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  gap: 0.1875rem;
  padding: 0.625rem 0;
  writing-mode: unset;
}
@media screen and (max-width: 767px) {
  .c-floating-btn__item--tel a {
    padding: 0.625rem 1.3125rem 0.375rem;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.75rem;
  }
}

.c-floating-btn__item--tel a img {
  width: 100%;
  aspect-ratio: 22/37;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-floating-btn__item--tel a img {
    width: 70%;
    aspect-ratio: 1/1;
  }
}

.c-floating-btn__item--tel:hover a {
  padding-right: 0.375rem;
  min-width: 3.375rem;
}
@media screen and (max-width: 767px) {
  .c-floating-btn__item--tel:hover a {
    padding: 0.625rem 1.3125rem 0.625rem;
    min-width: unset;
  }
}

.c-full-width-title {
  width: 100%;
  height: 5.25rem;
  background-color: #F9F8F5;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-full-width-title {
    font-size: 1rem;
    height: 3.125rem;
  }
}

.c-medium-section-title {
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  color: #FFF;
  background-color: #524B40;
  border-radius: 0.125rem;
  padding: 0.5rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-medium-section-title {
    font-size: 1rem;
    padding: 0.3125rem 1rem;
  }
}

.c-mv {
  background: url(../images/common/bg-pc.webp) no-repeat center bottom/cover;
  min-height: 25.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mv {
    min-height: 8rem;
  }
}
@media screen and (max-width: 499px) {
  .c-mv {
    background: url(../images/common/bg-sp.webp) no-repeat center bottom/cover;
  }
}

.c-mv__title-wrap {
  position: absolute;
  text-align: center;
  bottom: 16.3%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-mv__title-wrap {
    bottom: -14%;
  }
}

.c-mv__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
  color: #B1AEA3;
  position: relative;
}

.c-mv__title-en::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1px;
  background-color: #B1AEA3;
}

.c-mv__main-title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2.25rem;
  line-height: 0.8333333333;
  margin-top: 1.125rem;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .c-mv__main-title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 0.1875rem;
  }
}

.c-pagination ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-pagination ul {
    gap: 0.75rem;
  }
}

.c-pagination ul li a,
.c-pagination ul li span {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagination ul li a,
  .c-pagination ul li span {
    font-size: 0.875rem;
  }
}

.c-pagination ul li span.current::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #524B40;
}

.c-pagination a.prev img {
  rotate: 180deg;
}

.c-pagination a.prev,
.c-pagination a.next {
  max-width: 1.1875rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-pagination a.prev,
  .c-pagination a.next {
    max-width: 0.8125rem;
  }
}

.c-pagination a.prev img,
.c-pagination a.next img {
  width: 100%;
  aspect-ratio: 19/14;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-section-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #524B40;
  line-height: 1;
  position: relative;
  padding-left: 3.75rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 0.875rem;
    padding-left: 3rem;
  }
}

.c-section-title::before {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 1px;
  background-color: #524B40;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-section-title::before {
    width: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title--vertical {
    padding-left: 0;
    text-align: center;
    font-size: 1.125rem;
    padding-top: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title--vertical::before {
    width: 1px;
    height: 1.75rem;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    top: 0;
  }
}

.c-tab {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-tab {
    flex-direction: column;
    gap: 0.4375rem;
  }
}

.c-tab__item a {
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.4375rem 2.5rem;
  min-width: 12rem;
  border-radius: 9999px;
  border: 1px solid #D1CDBF;
  text-align: center;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-tab__item a {
    min-width: 12.1875rem;
    font-size: 0.875rem;
    padding: 0.25rem 1rem;
  }
}

.c-tab__item a.is-current {
  background-color: #D1CDBF;
}

.c-tag {
  font-size: 0.8125rem;
  line-height: 1;
  color: #B1AEA3;
}

.c-title {
  text-align: center;
}

.c-title span {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  color: #B1AEA3;
  padding-bottom: 0.25rem;
  position: relative;
}

.c-title span::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #B1AEA3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-title h1 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-title h1 {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

.p-access__map {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 1.5rem;
  }
}

.p-access__map iframe {
  max-width: 100%;
  aspect-ratio: 1200/550;
  height: 100%;
}

.p-access__text-wrap {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-access__text-wrap {
    margin-top: 0.25rem;
  }
}

.p-access__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-afterservice__inner {
  max-width: 93.125rem;
  padding: 0 24px;
  margin: 0 auto;
}

.p-afterservice__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-afterservice__text {
    font-size: 0.875rem;
  }
}

.p-afterservice__tab {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-afterservice__tab {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-afterservice__tab a {
    min-width: 13.4375rem;
  }
}

.p-afterservice__support {
  max-width: 75rem;
  margin: 5rem auto 0;
}

.p-afterservice__maintenance {
  margin-top: 9.375rem;
}

.p-afterservice__big-btn {
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-afterservice__big-btn {
    margin-top: 2.875rem;
  }
}

.p-afterservice__cta {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-afterservice__cta {
    margin-top: 2.375rem;
  }
}

.p-afterservice__area {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-afterservice__area {
    margin-top: 3.125rem;
  }
}

.p-archiburg {
  background-color: #F7F4F2;
  padding: 7.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-archiburg {
    padding: 2.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-archiburg__inner {
    padding: 0 12.5%;
  }
}

.p-archiburg__items {
  display: flex;
  gap: 5%;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-archiburg__items {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-archiburg__item {
  text-align: center;
}

.p-archiburg__item-img {
  max-width: 22.5rem;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.75rem;
  overflow: hidden;
  margin: 0 auto;
}

.p-archiburg__item-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-archiburg__item-text {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.625;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-archiburg__item-text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 0.8125rem;
  }
}

.p-archiburg__item-btn {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-archiburg__item-btn {
    margin-top: 1rem;
  }
}

.p-area {
  display: flex;
  max-width: 75rem;
  width: 100%;
  margin-inline: auto;
  gap: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-area {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}

.p-area__img {
  max-width: 32.8125rem;
  width: 100%;
  aspect-ratio: 525/487;
}

.p-area__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-area__info {
  flex: 1;
}

.p-area__title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .p-area__title {
    font-size: 1.5rem;
  }
}

.p-area__wrap {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-area__wrap {
    margin-top: 1.5rem;
  }
}

.p-area__sub-title {
  position: relative;
  padding-left: 3.75rem;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.0909090909;
}
@media screen and (max-width: 767px) {
  .p-area__sub-title {
    font-size: 1.125rem;
    padding-left: 3.125rem;
  }
}

.p-area__sub-title::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 3.25rem;
  background-color: #414141;
}
@media screen and (max-width: 767px) {
  .p-area__sub-title::before {
    width: 2.875rem;
  }
}

.p-area__text {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-area__text {
    margin-top: 0.625rem;
  }
}

.p-area__note {
  margin-top: 2.9375rem;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .p-area__note {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-column-blog__inner {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  max-width: 99rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .p-column-blog__inner {
    flex-direction: column;
    gap: 3.75rem;
    max-width: 40rem;
    padding: 0 24px;
    align-items: center;
  }
}

.p-column-blog__container {
  max-width: 30rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .p-column-blog__container {
    display: block;
    grid-template-rows: unset;
    grid-row: unset;
  }
}

.p-column-blog__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
  grid-template-rows: inherit;
  grid-row: inherit;
}
@media screen and (max-width: 767px) {
  .p-column-blog__items {
    gap: 6%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-column-blog__items li:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-column-blog__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}

.p-column-blog__item a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-column-blog__item a {
    flex-direction: column;
    gap: 0.25rem;
    display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
  }
}

.p-column-blog__item-img {
  max-width: 12.5rem;
  width: 100%;
  max-height: 130px;
  display: flex;
  justify-content: center;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .p-column-blog__item-img {
    border-radius: 0.75rem;
  }
}

.p-column-blog__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s;
  height: auto;
  max-height: inherit;
}

.p-column-blog__item a:hover .p-column-blog__item-img img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.p-column-blog__item-text {
  flex: 1;
}

.p-column-blog__item-text h3 {
  font-size: 1rem;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-column-blog__item-text h3 {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 0.1875rem;
  }
}

.p-column-blog__item-text time {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-column-blog__item-text time {
    margin-top: 0.375rem;
  }
}

.p-column-blog__item-tag {
  color: #B1AEA3;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-column-blog__item-tag {
    font-size: 0.8125rem;
    margin-top: 0.125rem;
  }
}

.p-column-blog__btn {
  margin-top: 3.125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-column-blog__btn {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.p-commitment__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 6.4%;
}
@media screen and (max-width: 767px) {
  .p-commitment__cards {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}

.p-commitment__item {
  max-width: 35rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-commitment__item {
    max-width: 25rem;
    margin: 0 auto;
  }
}

.p-commitment__item-img {
  max-width: 35rem;
  width: 100%;
  aspect-ratio: 560/300;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-commitment__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-commitment__title {
  margin-top: 1.125rem;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-commitment__title {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-commitment__text {
  line-height: 1.625;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__text {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}

.p-common-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.3%;
}
@media screen and (max-width: 767px) {
  .p-common-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 6%;
  }
}

.p-common-cards__card a:hover .p-common-cards__img img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.p-common-cards__img {
  max-width: 22.5rem;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.75rem;
  overflow: hidden;
}

.p-common-cards__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s;
}

.p-common-cards__event-content {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-common-cards__event-content {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-common-cards__event-title {
  font-size: 1rem;
  line-height: 1.625;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  margin-top: 0.6875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-common-cards__event-title {
    font-size: 0.875rem;
    margin-top: 0.1875rem;
    line-height: 1.4285714286;
  }
}

.p-common-cards__date {
  display: flex;
  align-items: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-common-cards__date {
    margin-top: 0.4375rem;
  }
}

.p-common-cards__date time {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-common-cards__date time {
    font-size: 0.8125rem;
  }
}

.p-common-cards__card-area {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-common-cards__card-area {
    font-size: 0.875rem;
  }
}

.p-company__inner {
  max-width: 78.125rem;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.p-company__greeting {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__greeting {
    margin-top: 3rem;
  }
}

.p-company__info {
  margin-top: 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__info {
    margin-top: 3.8125rem;
  }
}

.p-company__access {
  margin-top: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__access {
    margin-top: 3.75rem;
  }
}

.p-company__cta {
  margin-top: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company__cta {
    margin-top: 2.375rem;
  }
}

.p-concept__inner {
  max-width: 93.125rem;
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-concept__inner {
    max-width: 40.625rem;
  }
}

.p-concept__container {
  display: flex;
  gap: 4%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-concept__container {
    flex-direction: column;
  }
}

.p-concept__img {
  border-radius: 0 0.5rem 0.5rem 0;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  flex: 1;
  aspect-ratio: 1080/680;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    margin-left: auto;
    border-radius: 0.5rem;
  }
}

.p-concept__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.p-concept__content {
  width: 37.6%;
}
@media screen and (max-width: 767px) {
  .p-concept__content {
    width: 100%;
  }
}

.p-concept__title {
  font-size: 2.75rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5909090909;
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    font-size: 1.5rem;
  }
}

.p-concept__text-wrap {
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-concept__text-wrap {
    margin-top: 1.25rem;
  }
}

.p-concept__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    font-size: 0.875rem;
  }
}

.p-concept__text + .p-concept__text {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-concept__text + .p-concept__text {
    margin-top: 1rem;
  }
}

.p-concept02__inner {
  max-width: 70.625rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept02__inner {
    max-width: 40.625rem;
  }
}

.p-concept02__content {
  width: 100%;
}

.p-concept02__img {
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 1080/550;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept02__img {
    border-radius: 0.5rem;
  }
}

.p-concept02__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-concept02__body {
  margin-top: 0.75rem;
}

.p-concept02__title {
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-concept02__title {
    font-size: 1.5rem;
  }
}

.p-concept02__text-wrap {
  margin-top: 0.4375rem;
}

.p-concept02__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-concept02__text {
    font-size: 0.875rem;
  }
}

.p-concept02__text + .p-concept02__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-concept02__text + .p-concept02__text {
    margin-top: 1rem;
  }
}

.p-concept02__big-btn {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept02__big-btn {
    margin-top: 5rem;
  }
}

.p-contact__tel {
  max-width: 63.125rem;
  padding: 0 24px;
  margin: 0 auto;
}

.p-event-archive__inner {
  max-width: 93rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.p-event-archive__container {
  margin-top: 5rem;
  display: grid;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-event-archive__container {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1875rem 1.375rem;
  }
}

.p-event-archive__item {
  margin-inline: auto;
  padding: 0 7.5rem 5rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-event-archive__item {
    padding: 0;
  }
}

.p-event-archive__item::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #808080 2px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-event-archive__item::after {
    display: none;
  }
}

.p-event-archive__item a {
  display: flex;
  gap: 6%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-event-archive__item a {
    flex-direction: column;
    gap: 0.25rem;
  }
}

.p-event-archive__img {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 77%;
  max-width: 33.125rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .p-event-archive__img {
    width: 100%;
    border-radius: 0.75rem;
  }
}

.p-event-archive__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 530/250;
  transition: all 0.3s ease 0s;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.p-event-archive__item a:hover .p-event-archive__img img {
  transform: scale(1.1);
}

.p-event-archive__content {
  max-width: 37.5rem;
  width: 100%;
}

.p-event-archive__event-content {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-event-archive__event-content {
    font-size: 0.75rem;
  }
}

.p-event-archive__event-title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 1.125rem;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-event-archive__event-title {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 0.0625rem;
  }
}

.p-event-archive__excerpt {
  margin-top: 1.3125rem;
  padding-top: 1.25rem;
  border-top: 1px solid #D1CDBF;
  line-height: 1.5555555556;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-event-archive__excerpt {
    display: none;
  }
}

.p-event-archive__date {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
  line-height: 1.625;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-event-archive__date {
    margin-top: 0.3125rem;
  }
}

.p-event-archive__date time {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-event-archive__date time {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-event-archive__area {
    font-size: 0.875rem;
  }
}

.p-event-archive__pagination {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-event-archive__pagination {
    margin-top: 3.125rem;
  }
}

.p-event-archive__big-btn {
  margin-top: 5rem;
}

.p-event-info__title:not(:first-child) {
  margin-top: 2.375rem;
}

.p-event-info__content {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-event-info__content {
    margin-top: 1rem;
  }
}

.p-event-info__item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-event-info__item {
    gap: 0.25rem;
  }
}

.p-event-info__item dt {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-event-info__item dt {
    font-size: 1rem;
  }
}

.p-event-info__item dt span {
  display: inline-block;
  width: 3.375rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 767px) {
  .p-event-info__item dt span {
    width: 3rem;
  }
}

.p-event-info__item dd {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

.p-event-info__item--address dd {
  font-family: "Noto Sans JP", sans-serif;
}

.p-event-info__item:not(:first-child) {
  margin-top: 0.375rem;
}

.p-event-reserve__tel {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-event-reserve__tel {
    margin-top: 1.875rem;
  }
}

.p-event__inner {
  max-width: 63.125rem;
  padding: 0 24px;
  margin: 0 auto;
}

.p-event__head {
  text-align: center;
}

.p-event__content {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-event__content {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.p-event__title {
  font-size: 1.75rem;
  line-height: 1.7857142857;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-event__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-top: 0.25rem;
  }
}

.p-event__date {
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-event__date {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0;
  }
}

.p-event__date time {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.p-event__img {
  margin-top: 2.4375rem;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 960/430;
}
@media screen and (max-width: 767px) {
  .p-event__img {
    aspect-ratio: 342/180;
    margin-top: 1.0625rem;
    border-radius: 0.75rem;
  }
}

.p-event__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-event__excerpt {
  line-height: 1.75;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-event__excerpt {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.125rem;
  }
}

.p-event__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-event__btn {
    margin-top: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-event__btn a {
    padding: 0.3125rem 2.5625rem;
  }
}

.p-event__reserve {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-event__reserve {
    margin-top: 2.375rem;
  }
}

.p-event__form {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-event__form {
    margin-top: 2.5rem;
  }
}

.p-flow-content__titles {
  background-color: #F9F8F5;
  width: 100%;
  height: 8.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-flow-content__titles {
    height: 5rem;
  }
}

.p-flow-content__num {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow-content__num {
    font-size: 1rem;
  }
}

.p-flow-content__title {
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-flow-content__title {
    font-size: 1.25rem;
  }
}

.p-flow-content__items {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow-content__items {
    max-width: 31.25rem;
    margin: 2rem auto 0;
  }
}

.p-flow-content__item + .p-flow-content__item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-content__item + .p-flow-content__item {
    margin-top: 2rem;
  }
}

.p-flow-item {
  display: flex;
  gap: 6.2%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-flow-item {
    flex-direction: column;
  }
}

.p-flow-item__img {
  max-width: 42.5rem;
  width: 100%;
  aspect-ratio: 680/350;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-flow-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-flow-item__content {
  max-width: 38.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow-item__content {
    margin-top: 1.25rem;
  }
}

.p-flow-item__title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow-item__title {
    font-size: 1.125rem;
  }
}

.p-flow-item__text {
  line-height: 1.625;
  margin-top: 0.875rem;
  padding-top: 0.625rem;
  border-top: 1px solid #B1AEA3;
}
@media screen and (max-width: 767px) {
  .p-flow-item__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
  }
}

.p-flow-item__btn {
  text-align: left;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-item__btn {
    text-align: center;
    margin-top: 0.625rem;
  }
}

.p-flow-price__title {
  background-color: #F9F8F5;
  width: 100%;
  height: 8.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-flow-price__title {
    font-size: 1.25rem;
    height: 5rem;
  }
}

.p-flow-price__img {
  width: 100%;
  aspect-ratio: 1440/690;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-price__img {
    margin-top: 2rem;
  }
}

.p-flow-price__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-flow__inner {
  max-width: 93.125rem;
  padding: 0 24px;
  margin: 0 auto;
}

.p-flow__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 0.875rem;
  }
}

.p-flow__tab {
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__tab {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__tab a {
    min-width: 13.4375rem;
  }
}

.p-flow__container {
  margin-top: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__container {
    margin-top: 3.75rem;
  }
}

.p-flow__container + .p-flow__container {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__container + .p-flow__container {
    margin-top: 2.5rem;
  }
}

.p-flow__cta {
  margin-top: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__cta {
    margin-top: 2.375rem;
  }
}

.p-footer {
  background-color: #F7F4F2;
}

.p-footer__inner {
  max-width: 93.125rem;
  padding: 3.4375rem 24px 14.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 2.5rem 1.5rem 7.8125rem;
  }
}

.p-footer__logo {
  max-width: 7.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 9.125rem;
    margin: 0 auto;
  }
}

.p-footer__logo img {
  width: 100%;
  aspect-ratio: 120/22;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__box {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__info {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__company-name {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.p-footer__address {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 0.6875rem;
    line-height: 1;
  }
}

.p-footer__tel {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__tel {
    margin-top: 0.4375rem;
  }
}

.p-footer__sns {
  display: flex;
  margin-top: 0.625rem;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    justify-content: center;
  }
}

.p-footer__sns .fa-brands {
  font-size: 1.5rem;
}

.p-footer__nav {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: 8%;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    display: none;
  }
}

.p-footer__nav-item + .p-footer__nav-item {
  margin-top: 0.75rem;
}

.p-footer__nav-item + .p-footer__nav-item--sub,
.p-footer__nav-item--sub + .p-footer__nav-item--sub {
  margin-top: 0.25rem;
}

.p-footer__nav-item--sub a {
  position: relative;
  font-size: 0.875rem;
  padding-left: 0.9375rem;
}

.p-footer__nav-item--sub a::before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #524B40;
}

.p-footer__btns {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btns {
    margin-top: 1.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-footer__btn {
  display: flex;
  font-size: 1.125rem;
  border-radius: 9999px;
  color: #FFF;
  background-color: #524B40;
  min-width: 14.875rem;
  width: 100%;
  min-height: 3.125rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    font-size: 1rem;
    min-height: 2.375rem;
    max-width: 12.5rem;
    min-width: unset;
  }
}

.p-footer__btn + .p-footer__btn {
  margin-top: 0.875rem;
}

.p-footer__btn--event {
  background-color: #dc6818;
}

.p-footer__copyright {
  background-color: #524B40;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.67;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.625rem;
    line-height: 1.8;
  }
}

.p-form-acceptance label {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form-acceptance label {
    display: inline-block;
  }
}

.p-form-acceptance .wpcf7-list-item {
  margin: 0;
}

.p-form-acceptance input {
  display: none;
}

.p-form-acceptance input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 3rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-form-acceptance input + span {
    font-size: 1rem;
    line-height: 1.875;
    padding: 0 0 0 1.625rem;
  }
}

.p-form-acceptance input + span::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 0;
  background: #FFF;
  border: 1px solid #524B40;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form-acceptance input + span::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.p-form-acceptance input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 15%;
  left: 0;
  transform: rotate(-45deg);
  display: block;
  width: 1.875rem;
  height: 0.9375rem;
  border-bottom: 0.1875rem solid #524B40;
  border-left: 0.1875rem solid #524B40;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-form-acceptance input + span::after {
    width: 1.125rem;
    height: 0.625rem;
  }
}

.p-form-acceptance input:checked + span::after {
  opacity: 1;
}

.p-form-checkbox .wpcf7-checkbox {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox .wpcf7-checkbox {
    flex-direction: column;
    align-items: start;
    gap: 0.3125rem;
  }
}

.p-form-checkbox label {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox label {
    display: inline-block;
  }
}

.p-form-checkbox label:not(:first-of-type) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox label:not(:first-of-type) {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.p-form-checkbox .wpcf7-list-item {
  margin: 0;
}

.p-form-checkbox input {
  display: none;
}

.p-form-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.875rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox input + span {
    font-size: 0.875rem;
    padding: 0 0 0 1.25rem;
  }
}

.p-form-checkbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #1A1A1A;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox input + span::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.p-form-checkbox input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 1.25rem;
  height: 0.625rem;
  border-bottom: 0.1875rem solid #524B40;
  border-left: 0.1875rem solid #524B40;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox input + span::after {
    width: 0.9375rem;
    height: 0.5rem;
  }
}

.p-form-checkbox input:checked + span::after {
  opacity: 1;
}

.p-form-date input {
  padding: 0.5rem 4.1875rem 0.5rem 0.9375rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #707070;
  background-image: url(../images/icon/select.svg);
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: right 0 top 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form-date input {
    padding: 0.25rem 1.875rem 0.25rem 0.625rem;
    font-size: 1rem;
    background-size: 1.625rem;
  }
}

.p-form-date input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

.p-form__input-wrap {
  flex: 1;
}

.p-form-input input {
  padding: 1.25rem 1.875rem;
  max-width: 33.9375rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #707070;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F6F6F6;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .p-form-input input {
    padding: 0.625rem 0.75rem;
  }
}

.p-form-input input::-moz-placeholder {
  color: #ccc;
}

.p-form-input input::placeholder {
  color: #ccc;
}

.p-form-input input:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.p-form-input--yubin {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form-input--yubin {
    gap: 0.625rem;
  }
}

.p-form-input--yubin span {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-form-input--yubin span {
    font-size: 1rem;
  }
}

.p-form-input--yubin input {
  max-width: 9.125rem;
  padding: 0.5625rem 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-form-input--yubin input {
    padding: 0.625rem 0.75rem;
  }
}

.p-form-prev input {
  color: #524B40;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: none;
  text-decoration: none;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form-prev input {
    font-size: 0.875rem;
  }
}

.p-form-prev input:hover,
.p-form-prev input:focus {
  outline: none;
}

.p-form-prev input:hover {
  opacity: 0.7;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.p-form-prev input:disabled:hover {
  background-color: transparent;
}

.p-form-prev input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.p-form-radio label {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-form-radio label {
    display: block;
  }
}

.p-form-radio label:not(:first-of-type) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-form-radio label:not(:first-of-type) {
    margin-top: 0.625rem;
  }
}

.p-form-radio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-form-radio .wpcf7-radio {
    flex-direction: column;
    gap: 0;
  }
}

.p-form-radio .wpcf7-list-item {
  margin: 0;
}

.p-form-radio input {
  display: none;
}

.p-form-radio input + span {
  padding: 0 0 0 2rem;
  position: relative;
  font-size: 1.125rem;
  display: inline-block;
  line-height: 1.6666666667;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form-radio input + span {
    display: block;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-form-radio input + span::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  background: #FFF;
  border: 1px solid #333;
  border-radius: 50%;
}

.p-form-radio input + span::after {
  content: "";
  padding: 0.125rem;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 54%;
  left: 0.3125rem;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background: #524B40;
  opacity: 0;
  transition: 0.3s;
}

.p-form-radio input:checked + span::after {
  opacity: 1;
}

.p-form-select {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-select {
    gap: 1rem;
  }
}

.p-form-select select {
  padding: 0.625rem 4.1875rem 0.625rem 0.9375rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #707070;
  background-image: url(../images/icon/select.svg);
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: right 0 top 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form-select select {
    padding: 0.3125rem 1.875rem 0.3125rem 0.625rem;
    font-size: 1rem;
    background-size: 1.625rem;
  }
}

.p-form-select select::-ms-expand {
  display: none;
}

.p-form-select select:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.p-form-submit input {
  padding: 0.6875rem 2.5rem;
  color: #524B40;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  background-color: transparent;
  background-image: none;
  border: 1px solid #D1CDBF;
  border-radius: 9999px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form-submit input {
    font-size: 0.875rem;
    padding: 0.5rem 1.875rem;
    min-width: 12.1875rem;
  }
}

.p-form-submit input:hover,
.p-form-submit input:focus {
  outline: none;
}

.p-form-submit input:hover {
  background-color: #D1CDBF;
  opacity: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.p-form-submit input:disabled:hover {
  background-color: transparent;
}

.p-form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.p-form-textarea textarea {
  padding: 1.25rem 1.875rem;
  max-width: 33.9375rem;
  width: 100%;
  height: 12.25rem;
  font-size: 1rem;
  border-radius: 0;
  border: 1px solid #707070;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F6F6F6;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .p-form-textarea textarea {
    padding: 0.625rem 0.75rem;
  }
}

.p-form-textarea textarea:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.p-form-textarea textarea::-moz-placeholder {
  color: #ccc;
}

.p-form-textarea textarea::placeholder {
  color: #ccc;
}

.p-form__inner {
  max-width: 78.125rem;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    max-width: 31.25rem;
  }
}

.p-form__head {
  text-align: center;
}

.p-form__icon {
  width: 3rem;
  aspect-ratio: 48/40;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form__icon {
    width: 1.875rem;
    aspect-ratio: 30/25;
  }
}

.p-form__icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-form__head-title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__head-title {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 0.25rem;
  }
}

.p-form__container {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-form__container {
    margin-top: 2.25rem;
  }
}

.p-form__item {
  display: flex;
}

.p-form__item:not(:first-child) {
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-form__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-form__item:not(:last-of-type) {
  padding-bottom: 1.9375rem;
  border-bottom: 1px dotted #707070;
}
@media screen and (max-width: 767px) {
  .p-form__item:not(:last-of-type) {
    padding-bottom: 1.25rem;
  }
}

.p-form__item dl {
  display: flex;
  max-width: 63.125rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__item dl {
    flex-direction: column;
    gap: 0.625rem;
    padding: 0 0.75rem;
  }
}

.p-form__item .p-form__align {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form__item .p-form__align {
    align-items: start;
  }
}

.p-form__label {
  display: flex;
  width: 15.4375rem;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.25rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-form__label p {
  display: flex;
  flex-direction: column;
}

.p-form__label p span {
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-form__label p span {
    font-size: 0.75rem;
  }
}

.p-form__required {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.125rem 0.75rem;
  border-radius: 0.3125rem;
  background: #D80000;
  color: #FFF;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0.5rem;
}

.p-form__required--not {
  background: #acacac;
}

.p-form__input,
.p-form__radio,
.p-form__textarea {
  flex: 1;
}

.p-form__select-label {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-form__select-label {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.p-form__privacy {
  max-width: 63.125rem;
  padding: 0 24px;
  margin: 1.6875rem auto 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    margin: 0.625rem auto 0;
    line-height: 2;
    font-size: 0.875rem;
    padding: 0;
  }
}

.p-form__privacy-list {
  list-style: inside;
}

.p-form__privacy-list li::marker {
  content: "・";
}

.p-form__privacy-list li a {
  font-weight: 700;
  text-decoration: underline;
}

.p-form__privacy-list li a {
  cursor: pointer;
}

.p-form__acceptance {
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__acceptance {
    text-align: left;
    margin-top: 0.25rem;
  }
}

.p-form__submit {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__submit {
    margin-top: 2.125rem;
  }
}

.p-form__submit .wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .p-form .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}

.p-form__prev {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__prev {
    margin-top: 2.25rem;
  }
}

.p-form__input-wrap--address dd:nth-child(2) {
  margin-top: 1rem;
}

.p-form__input-wrap--address dd:nth-child(3) {
  margin-top: 0.5rem;
}

.p-form__input-wrap--people,
.p-form__input-wrap--date {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__input-wrap--people,
  .p-form__input-wrap--date {
    gap: 1rem;
  }
}

.p-form__input-wrap--date {
  align-items: center;
}

.p-form__input-wrap--topic .p-form__input {
  margin-top: 0.8125rem;
}

.p-gallery__inner {
  max-width: 100.625rem;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-gallery__inner {
    display: flex;
    flex-direction: column;
  }
}

.p-gallery__content {
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .p-gallery__content {
    display: contents;
  }
}

.p-gallery__list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5625rem 4.8%;
}
@media screen and (max-width: 767px) {
  .p-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    gap: 1.25rem 5%;
  }
}

.p-gallery__item a {
  display: block;
}

.p-gallery__img {
  aspect-ratio: 380/280;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__img {
    border-radius: 0.75rem;
  }
}

.p-gallery__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/280;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.p-gallery__item a:hover .p-gallery__img img {
  transform: scale(1.1);
}

.p-gallery__body {
  text-align: center;
  margin-top: 0.625rem;
}

.p-gallery__cat {
  display: flex;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1;
  color: #B1AEA3;
  justify-content: center;
}

.p-gallery__title {
  margin-top: 0.3125rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-gallery__title {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    -webkit-line-clamp: 2;
  }
}

.p-gallery__pagination {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__pagination {
    order: 2;
    margin-top: 3.0625rem;
  }
}

.p-gallery__big-btn {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__big-btn {
    margin-top: 2.9375rem;
  }
}

.p-gallery__cta {
  margin-top: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__cta {
    margin-top: 2.375rem;
  }
}

.p-greeting__container {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 7%;
}
@media screen and (max-width: 767px) {
  .p-greeting__container {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 24px;
    margin-top: 1.5rem;
  }
}

.p-greeting__img {
  border-radius: 0.5rem;
  max-width: 30rem;
  width: 100%;
  aspect-ratio: 480/498;
  overflow: hidden;
}

.p-greeting__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-greeting__content {
  flex: 1;
}

.p-greeting__text {
  font-size: 1.125rem;
  line-height: 1.9444444444;
}
@media screen and (max-width: 767px) {
  .p-greeting__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-greeting__text + .p-greeting__text {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__text + .p-greeting__text {
    margin-top: 1.75rem;
  }
}

.p-greeting__sign {
  margin-top: 1.25rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-greeting__sign {
    margin-top: 0.1875rem;
  }
}

.p-greeting__position {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-greeting__position {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-greeting__name {
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting__name {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header {
    padding-top: 0.625rem;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
}

.p-header__logo {
  max-width: 12.5rem;
  width: 100%;
  margin-left: 6.25%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 7.5rem;
    margin-left: 1.5rem;
  }
}

.p-header__logo img {
  width: 100%;
  aspect-ratio: 200/37;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__nav {
  background-color: #524B40;
  height: 3.5rem;
  border-radius: 1.875rem 0 0 1.875rem;
  display: flex;
  align-items: center;
  gap: 2.6875rem;
  padding: 0 2.5rem 0 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    background-color: transparent;
    height: 3rem;
    padding: 0;
    margin-top: -0.625rem;
  }
}

.p-header__nav-list {
  display: flex;
  gap: 2.5rem;
  height: inherit;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__nav-list {
    display: none;
  }
}

.p-header__nav-item {
  color: #FFF;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  height: inherit;
}

.p-header__nav-item a {
  display: flex;
  align-items: center;
  height: inherit;
}

.p-header__menu {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 1.875rem;
  height: inherit;
  background-color: #524B40;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-header__menu {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0 0 0 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__menu.is-open {
    background-color: transparent;
  }
}

.p-header__menu-line {
  height: 1px;
  position: absolute;
  background-color: #FFF;
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__menu-line {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-header__menu.is-open .p-header__menu-line {
  background-color: #FFF;
}

.p-header__menu-line:nth-of-type(1) {
  top: 1.1875rem;
  width: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__menu-line:nth-of-type(1) {
    width: 1.875rem;
    top: 1.125rem;
  }
}

.p-header__menu-line:nth-of-type(2) {
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__menu-line:nth-of-type(2) {
    width: 1.875rem;
  }
}

.p-header__menu-line:nth-of-type(3) {
  bottom: 1.1875rem;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__menu-line:nth-of-type(3) {
    bottom: 1.0625rem;
  }
}

.p-header__menu.is-open .p-header__menu-line:nth-of-type(1) {
  width: 1.875rem;
  transform: rotate(-45deg);
  top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__menu.is-open .p-header__menu-line:nth-of-type(1) {
    transform: translateX(-50%) rotate(-45deg);
  }
}

.p-header__menu.is-open .p-header__menu-line:nth-of-type(2) {
  opacity: 0;
}

.p-header__menu.is-open .p-header__menu-line:nth-of-type(3) {
  transform: rotate(45deg);
  width: 1.875rem;
  bottom: unset;
  top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__menu.is-open .p-header__menu-line:nth-of-type(3) {
    transform: translateX(-50%) rotate(45deg);
  }
}

.p-header__drawer {
  padding: 14.25rem 0;
  position: absolute;
  z-index: 900;
  top: 0;
  right: -120%;
  max-width: 31.25rem;
  width: 100%;
  height: 100vh;
  background-color: rgba(82, 75, 64, 0.95);
  overflow-y: scroll;
  scrollbar-width: none;
  transition: 0.6s;
}

.p-header__drawer.is-open {
  right: 0;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-list {
  padding: 0 1.25rem;
}

.p-header__drawer-item a {
  padding: 0.9375rem 0;
  display: block;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #B1AEA3;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-item a {
    font-size: 1.125rem;
  }
}

.p-info__container {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-info__container {
    margin-top: 2.1875rem;
  }
}

.p-info__list {
  padding-bottom: 0.9375rem;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.9444444444;
  letter-spacing: 0.08em;
  border-bottom: 1px dotted #B1AEA3;
  gap: 5%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-info__list {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    gap: 1.5%;
    padding-bottom: 0.6875rem;
  }
}

.p-info__list + .p-info__list {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-info__list + .p-info__list {
    margin-top: 0.6875rem;
  }
}

.p-info__term {
  max-width: 18.75rem;
  width: 100%;
  flex-shrink: 0;
  padding-left: 8.6%;
}
@media screen and (max-width: 767px) {
  .p-info__term {
    padding-left: 1.5rem;
    max-width: 6.3125rem;
  }
}

.p-interview-archive__inner {
  max-width: 93rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.p-interview-archive__container {
  margin-top: 5rem;
  display: grid;
  gap: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__container {
    max-width: 25rem;
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.1875rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 399px) {
  .p-interview-archive__container {
    max-width: 18.375rem;
  }
}

.p-interview-archive__item {
  margin-inline: auto;
  padding: 0 7.5rem 3.875rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__item {
    padding: 0;
  }
}

.p-interview-archive__item::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #808080 2px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-interview-archive__item::after {
    display: none;
  }
}

.p-interview-archive__item a {
  display: flex;
  gap: 6%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__item a {
    flex-direction: column;
    gap: 0.5625rem;
  }
}

.p-interview-archive__img {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 77%;
  max-width: 33.125rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__img {
    width: 100%;
    border-radius: 0.75rem;
  }
}

.p-interview-archive__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 530/250;
  transition: all 0.3s ease 0s;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.p-interview-archive__item a:hover .p-interview-archive__img img {
  transform: scale(1.1);
}

.p-interview-archive__content {
  max-width: 37.5rem;
  width: 100%;
}

.p-interview-archive__interview-title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 1.125rem;
  margin-top: 0.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__interview-title {
    font-size: 1rem;
    line-height: 1.4285714286;
    margin-top: 0.75rem;
  }
}

.p-interview-archive__excerpt {
  margin-top: 0.75rem;
  padding-top: 0.625rem;
  border-top: 1px solid #D1CDBF;
  line-height: 1.6428571429;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__excerpt {
    display: none;
  }
}

.p-interview-archive__date {
  display: flex;
  align-items: center;
}

.p-interview-archive__date time {
  line-height: 1.8571428571;
  font-weight: 300;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__date time {
    font-size: 0.8125rem;
  }
}

.p-interview-archive__date time span {
  margin-left: 0.25rem;
}

.p-interview-archive__area {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__area {
    font-size: 0.75rem;
  }
}

.p-interview-archive__cat {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  color: #B1AEA3;
  display: flex;
  gap: 0.5rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__cat {
    margin-top: 0.3125rem;
  }
}

.p-interview-archive__pagination {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__pagination {
    margin-top: 3rem;
  }
}

.p-interview-archive__big-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__big-btn {
    margin-top: 3.5625rem;
  }
}

.p-interview-archive__cta {
  margin-top: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-interview-archive__cta {
    margin-top: 2.375rem;
  }
}

.p-interview__inner {
  max-width: 78.125rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}

.p-interview__head {
  text-align: center;
}

.p-interview__cat {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #B1AEA3;
  justify-content: center;
}

.p-interview__title {
  margin-top: 0.1875rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
  .p-interview__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-top: 0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__area {
    font-size: 0.875rem;
    margin-top: 0.1875rem;
  }
}

.p-interview__image {
  margin: 2.5rem auto 0;
  aspect-ratio: 960/430;
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-interview__image {
    margin: 1.4375rem auto 0;
    border-radius: 0.75rem;
    aspect-ratio: 342/180;
  }
}

.p-interview__image img {
  width: 100%;
  aspect-ratio: 960/430;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview__excerpt {
  max-width: 63.125rem;
  padding: 0 24px;
  line-height: 1.75;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-interview__excerpt {
    padding: 0;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-interview__qa {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__qa {
    margin-top: 3.375rem;
  }
}

.p-interview__navigation {
  margin: 7.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-interview__navigation {
    margin-top: 1.6875rem;
  }
}

.p-interview__cta {
  margin-top: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__cta {
    margin-top: 2.375rem;
  }
}

.p-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow: hidden;
}

.p-loader__text {
  position: relative;
  opacity: 0;
  max-width: 31.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-loader__text {
    max-width: 18.75rem;
    width: 90%;
  }
}

.p-loader__text img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/93;
  height: 100%;
}

.p-loader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #1a1a1a;
  z-index: -1;
}

.p-maintenance-item {
  display: flex;
  gap: 6.2%;
}
@media screen and (max-width: 767px) {
  .p-maintenance-item {
    flex-direction: column;
  }
}

.p-maintenance-item__img {
  max-width: 42.5rem;
  width: 100%;
  aspect-ratio: 680/350;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-maintenance-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-maintenance-item__content {
  max-width: 38.6875rem;
  width: 100%;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-maintenance-item__content {
    margin-top: 1.25rem;
  }
}

.p-maintenance-item__title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-maintenance-item__title {
    font-size: 1.125rem;
  }
}

.p-maintenance-item__text {
  line-height: 1.625;
  margin-top: 0.875rem;
  padding-top: 0.625rem;
  border-top: 1px solid #B1AEA3;
}
@media screen and (max-width: 767px) {
  .p-maintenance-item__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
  }
}

.p-maintenance-item__btn {
  text-align: left;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-maintenance-item__btn {
    text-align: center;
    margin-top: 0.625rem;
  }
}

.p-maintenance__items {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-maintenance__items {
    max-width: 31.25rem;
    margin: 2rem auto 0;
  }
}

.p-maintenance__item + .p-maintenance__item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-maintenance__item + .p-maintenance__item {
    margin-top: 2rem;
  }
}

.p-material__inner {
  max-width: 78.125rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-material__inner {
    max-width: 37.5rem;
  }
}

.p-material__concept {
  display: flex;
  gap: 3%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-material__concept {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.p-material__concept-content {
  max-width: 34.375rem;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-material__concept-content {
    margin-top: 1.125rem;
  }
}

.p-material__concept-title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-material__concept-title {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-material__concept-text-wrap {
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-material__concept-text-wrap {
    margin-top: 2rem;
  }
}

.p-material__concept-text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-material__concept-text {
    font-size: 0.875rem;
  }
}

.p-material__concept-text + .p-material__concept-text {
  margin-top: 1.875rem;
}

.p-material__concept-img {
  max-width: 30rem;
  aspect-ratio: 1/1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-material__concept-img {
    max-width: 18.75rem;
  }
}

.p-material__concept-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-material__commitment {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-material__commitment {
    margin-top: 3.125rem;
  }
}

.p-material__reason {
  margin-top: 7.25rem;
  margin-top: 3.125rem;
}

.p-material__big-btn {
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-material__big-btn {
    margin-top: 2.875rem;
  }
}

.p-material__cta {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-material__cta {
    margin-top: 2.375rem;
  }
}

.p-material__area {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-material__area {
    margin-top: 3.125rem;
  }
}

.p-mv {
  position: relative;
  height: 100svh;
  min-height: 25rem;
  overflow: hidden;
}

.p-mv__inner {
  height: inherit;
  min-height: inherit;
}

.p-mv__title {
  position: absolute;
  bottom: 12%;
  right: 4%;
  transform: translateY(-50%);
  width: initial;
  color: #fff;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    width: 100%;
    right: unset;
    left: 12%;
    bottom: 6%;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.6666666667;
  }
}

.p-mv__img,
.p-mv__img video {
  height: inherit;
  min-height: inherit;
}

.p-mv__img video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-philosophy__inner {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  align-items: start;
  max-width: 81.25rem;
  padding: 0 3.125rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-philosophy__inner {
    flex-direction: column-reverse;
    padding: 0 3rem;
    gap: 2.375rem;
    align-items: center;
  }
}

.p-philosophy__content {
  max-width: 34.375rem;
}

.p-philosophy__main-title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__main-title {
    font-size: 1.5rem;
    margin-top: 0.5625rem;
    line-height: 1.4583333333;
  }
}

.p-philosophy__text-wrap {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text-wrap {
    margin-top: 1.875rem;
  }
}

.p-philosophy__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.p-philosophy__text:not(:first-child) {
  margin-top: 1.75rem;
}

.p-philosophy__img {
  max-width: 30rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.p-philosophy__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-navigation {
  display: flex;
  max-width: 59.75rem;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  border-radius: 0.25rem;
  border: 1px solid #efefef;
}

.p-post-navigation__text--prev,
.p-post-navigation__text--next {
  position: relative;
}

.p-post-navigation__text--prev {
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-post-navigation__text--prev {
    padding-left: 0.8125rem;
  }
}

.p-post-navigation__text--next {
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-post-navigation__text--next {
    padding-right: 0.8125rem;
  }
}

.p-post-navigation__text--prev::after,
.p-post-navigation__text--next::after {
  position: absolute;
  content: "";
  background: url(../images/icon/small-arrow.svg) no-repeat center center/contain;
  width: 0.375rem;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.p-post-navigation__text--prev::after {
  left: 0;
}

.p-post-navigation__text--next::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.p-post-navigation__text--archive {
  align-items: center;
}

.p-post-navigation__prev a,
.p-post-navigation__archive a,
.p-post-navigation__next a {
  display: flex;
  height: 9.375rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-post-navigation__prev a,
  .p-post-navigation__archive a,
  .p-post-navigation__next a {
    flex-direction: column;
    height: 100%;
    padding: 0.875rem 1rem;
    gap: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-post-navigation__prev a {
    flex-direction: column-reverse;
    max-width: 8.75rem;
    align-items: start;
  }
}

.p-post-navigation__next a {
  border-left: 1px solid #efefef;
}
@media screen and (max-width: 767px) {
  .p-post-navigation__next a {
    max-width: 8.75rem;
    align-items: end;
  }
}

.p-post-navigation__archive a {
  min-width: 15.625rem;
  border-left: 1px solid #efefef;
}
@media screen and (max-width: 767px) {
  .p-post-navigation__archive a {
    width: 5.0625rem;
    min-width: unset;
    padding: 0.875rem 0.375rem;
  }
}

.p-post-navigation__img {
  max-width: 10rem;
  width: 100%;
  aspect-ratio: 160/110;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-post-navigation__img {
    aspect-ratio: 100/60;
  }
}

.p-post-navigation__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-navigation__text {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-post-navigation__text {
    font-size: 0.8125rem;
    line-height: 1;
  }
}

.p-post-navigation__text-en {
  font-family: "Roboto", sans-serif;
  line-height: 1.625;
  font-size: 1rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-post-navigation__text-en {
    font-size: 0.8125rem;
    line-height: 1;
  }
}

.p-post-navigation__text--archive .p-post-navigation__text-en {
  text-align: center;
}

.p-post__inner {
  max-width: 93.125rem;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-post__inner {
    display: flex;
    flex-direction: column;
    max-width: 37.5rem;
  }
}

.p-post__content {
  display: flex;
  gap: 8.3%;
}
@media screen and (max-width: 767px) {
  .p-post__content {
    display: contents;
  }
}

.p-post__main {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-post__main {
    order: 1;
  }
}

.p-post__title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-post__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-post__cat {
  display: flex;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1;
  color: #B1AEA3;
  margin-top: 1rem;
}

.p-post__main-content > :first-child {
  margin-top: 1.5625rem;
}

.p-post__main-content figure {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-post__main-content figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-post__main-content figure:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-post__main-content figure:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-post__main-content p:not(:first-child) {
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-post__main-content p:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.p-post__main-content p {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-post__main-content p {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-post__main-content h2:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-post__main-content h2:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-post__main-content h2 {
  line-height: 1.6;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  color: #FFF;
  background-color: #524B40;
  border-radius: 0.125rem;
  padding: 0.375rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-post__main-content h2 {
    font-size: 1rem;
    padding: 0.3125rem 1rem;
  }
}

.p-post__main-content h3:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-post__main-content h3:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-post__main-content h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  line-height: 1.6666666667;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-post__main-content h3 {
    line-height: 1.875;
    font-size: 1rem;
  }
}

.p-post__main-content h4:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-post__main-content h4:not(:first-child) {
    margin-top: 1rem;
  }
}

.p-post__main-content h4 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.875;
  font-size: 1rem;
  display: inline-block;
  border-bottom: 1px solid #524B40;
}

.p-post__main-content ul:not(:first-child) {
  margin-top: 1.5rem;
  list-style: inside;
  text-indent: -1.4em;
  margin-left: 1.875rem;
  list-style-type: disc;
}

.p-post__main-content ul li {
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-post__main-content ul li {
    font-size: 0.875rem;
  }
}

.p-post__main-content ul li + li {
  margin-top: 0.25rem;
}

.p-post__main-content a {
  font-weight: 700;
  text-decoration: underline;
}

.p-post__sidebar {
  margin-top: 0.5rem;
}

.p-post__navigation {
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-post__navigation {
    order: 2;
    margin: 3.75rem auto 0;
  }
}

.p-post__related {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-post__related {
    margin-top: 5rem;
  }
}

.p-post__related-inner {
  max-width: 93.125rem;
  padding: 0 24px;
  margin: 0 auto;
  border-top: 1px solid #B1AEA3;
}
@media screen and (max-width: 767px) {
  .p-post__related-inner {
    max-width: 37.5rem;
  }
}

.p-post__related-title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-post__related-title {
    font-size: 1.125rem;
  }
}

.p-post__related-content {
  display: flex;
  gap: 4%;
  max-width: 77.5rem;
  margin: 2.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-post__related-content {
    flex-direction: column;
    margin: 2rem auto 0;
    gap: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-post__related-content .p-gallery__item a {
    display: flex;
    gap: 7%;
    align-items: center;
  }
}

.p-post__related-content .p-gallery__body {
  text-align: start;
}

.p-post__related-content .p-gallery__cat {
  justify-content: start;
}

@media screen and (max-width: 767px) {
  .p-post__related-content .p-gallery__title {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-post__related-content .p-gallery__img {
  max-width: 23.75rem;
}
@media screen and (max-width: 767px) {
  .p-post__related-content .p-gallery__img {
    aspect-ratio: 121/101;
    max-width: 9.375rem;
  }
}

.p-post__cta {
  margin-top: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-post__cta {
    margin-top: 2.375rem;
  }
}

.p-qa__item {
  display: flex;
  justify-content: center;
  gap: 6vw;
}
@media screen and (max-width: 767px) {
  .p-qa__item {
    flex-direction: column-reverse;
    gap: 0.625rem;
  }
}

.p-qa__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-qa__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.p-qa__item + .p-qa__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-qa__item + .p-qa__item {
    margin-top: 2.25rem;
  }
}

.p-qa__content {
  flex: 1;
  max-width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .p-qa__content {
    max-width: 100%;
  }
}

.p-qa__item:nth-of-type(odd) .p-qa__content {
  padding-right: 1.5625rem;
}

.p-qa__item:nth-of-type(even) .p-qa__content {
  padding-left: 1.5625rem;
}

.p-qa__question {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (max-width: 767px) {
  .p-qa__question {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-qa__answer {
  line-height: 1.875;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-qa__answer {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-qa__image {
  max-width: 32.5rem;
  aspect-ratio: 520/280;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-qa__image {
    width: 85%;
    aspect-ratio: 292/163;
    border-radius: 0 0.5rem 0.5rem 0;
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  .p-qa__item:nth-of-type(even) .p-qa__image {
    border-radius: 0.5rem 0 0 0.5rem;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}

.p-qa__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-reason__blocks {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reason__blocks {
    margin: 2rem auto 0;
    max-width: 31.25rem;
  }
}

.p-reason__item {
  display: flex;
  gap: 3%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    flex-direction: column-reverse;
  }
}

.p-reason__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.p-reason__item + .p-reason__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item + .p-reason__item {
    margin-top: 1.5rem;
  }
}

.p-reason__content {
  max-width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__content {
    margin-top: 0.5rem;
    margin-left: 7%;
  }
}

.p-reason__content-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.0833333333;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__content-title {
    font-size: 1.125rem;
  }
}

.p-reason__text {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-reason__item-img {
  max-width: 32.5rem;
  width: 100%;
  aspect-ratio: 520/280;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reason__item-img {
    width: 88%;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}

.p-reason__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-reason__item:nth-child(even) .p-reason__item-img {
  margin-right: auto;
  border-radius: 0 0.5rem 0.5rem 0;
}

.p-reason__item:nth-child(even) .p-reason__content {
  margin-left: unset;
  margin-right: 7%;
}

.p-recommend-event {
  border-top: 1px solid #D1CDBF;
}

.p-recommend-event__inner {
  max-width: 78.125rem;
  padding: 0 24px;
  margin: 0 auto;
}

.p-recommend-event__title {
  margin-top: 2.5rem;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-recommend-event__cards {
  margin-top: 2.5rem;
}

.p-recommend-event__btn {
  margin-top: 3.8125rem;
}

.p-renovation-commitment__inner {
  max-width: 93rem;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.p-renovation-commitment__title {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}

.p-renovation-commitment__cards {
  margin-top: 3.6875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 1.4%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-renovation-commitment__cards {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-renovation-commitment__img {
  aspect-ratio: 345/185;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.p-renovation-commitment__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-renovation-commitment__text {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.625;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-commitment__text {
    font-size: 0.875rem;
  }
}

.p-renovation-concept {
  padding: 5rem 0;
  background-color: #F7F4F2;
}
@media screen and (max-width: 767px) {
  .p-renovation-concept {
    padding: 2.5rem 0;
  }
}

.p-renovation-concept__block {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .p-renovation-concept__block {
    flex-direction: column;
  }
}

.p-renovation-concept__block:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-renovation-concept__block:nth-child(even) {
    flex-direction: column;
  }
}

.p-renovation-concept__block + .p-renovation-concept__block {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-concept__block + .p-renovation-concept__block {
    margin-top: 1.25rem;
  }
}

.p-renovation-concept__img {
  aspect-ratio: 520/280;
  overflow: hidden;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-concept__img {
    width: 88%;
    margin-left: calc(50% - 50vw);
    margin-right: auto;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

.p-renovation-concept__block:nth-child(even) .p-renovation-concept__img {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  border-radius: 0.5rem 0 0 0.5rem;
}

.p-renovation-concept__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-renovation-concept__content {
  flex: 1;
  max-width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-concept__content {
    margin-right: 7%;
  }
}

.p-renovation-concept__title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (max-width: 767px) {
  .p-renovation-concept__title {
    font-size: 1.125rem;
  }
}

.p-renovation-concept__text {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-renovation-concept__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-renovation-works__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 2.875rem 2%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-works__cards {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    max-width: 25rem;
    margin-inline: auto;
    gap: 1.25rem;
  }
}

.p-renovation-works__card {
  max-width: 35rem;
  width: 100%;
}

.p-renovation-works__card:nth-child(even) {
  justify-self: end;
}

.p-renovation-works__card-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.p-renovation-works__before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 2px solid #FFF;
  aspect-ratio: 560/300;
}

.p-renovation-works__before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.p-renovation-works__before::before {
  content: "";
  background: url(../images/icon/slide-arrow.png) no-repeat center center/cover;
  z-index: 1;
  position: absolute;
  top: 0;
  right: -0.75rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
}

.p-renovation-works__after {
  width: 100%;
  aspect-ratio: 560/300;
}

.p-renovation-works__after img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-renovation-works__range {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}

.p-renovation-works__label {
  position: absolute;
  bottom: 0;
  color: #524B40;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  background-color: #FFF;
  width: 3.75rem;
  height: 1.25rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-renovation-works__label-before {
  left: 0;
}

.p-renovation-works__label-after {
  right: 0;
}

.p-renovation-works__card-text {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.625;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-works__card-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-renovation__text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-renovation__text {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-renovation__images-container {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-renovation__images-container {
    margin-top: 1.875rem;
  }
}

.p-renovation__images {
  display: grid;
  grid-template-columns: repeat(4, minmax(6.25rem, 18.1875rem));
  padding: 0 24px;
  justify-content: center;
  gap: 1.4%;
}
@media screen and (max-width: 767px) {
  .p-renovation__images {
    grid-template-columns: repeat(2, minmax(6.25rem, 18.1875rem));
    row-gap: 0;
  }
}

.p-renovation__img {
  aspect-ratio: 291/592;
  max-width: 18.1875rem;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-renovation__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-renovation__img:nth-child(even) {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-renovation__img:nth-child(even) {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-renovation__img:nth-child(n+3) {
    margin-top: -0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-renovation__img:nth-child(even):nth-child(n+3) {
    margin-top: 0.375rem;
  }
}

.p-renovation__concept {
  margin-top: 9.875rem;
}
@media screen and (max-width: 767px) {
  .p-renovation__concept {
    margin-top: 5rem;
  }
}

.p-renovation__commitment {
  margin-top: 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-renovation__commitment {
    margin-top: 3.75rem;
  }
}

.p-renovation__works {
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-renovation__works {
    margin-top: 5rem;
  }
}

.p-renovation__wrap {
  margin-top: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .p-renovation__wrap {
    margin-top: 3.25rem;
  }
}

.p-renovation__cta {
  margin-top: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-renovation__cta {
    margin-top: 5.0625rem;
  }
}

.p-renovation__area {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-renovation__area {
    margin-top: 3.125rem;
  }
}

.p-room-movie__inner {
  max-width: 63.125rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-room-movie__inner {
    padding: 0;
  }
}

.p-room-movie__container {
  margin-top: 2.5rem;
  aspect-ratio: 960/430;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-room-movie__container {
    margin-top: 1.125rem;
  }
}

.p-room-movie__container iframe {
  height: 100%;
  max-width: 100%;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.p-secret__blocks {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-secret__blocks {
    margin-top: 1.375rem;
  }
}

.p-secret__item {
  display: flex;
  gap: 3%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-secret__item {
    flex-direction: column-reverse;
  }
}

.p-secret__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-secret__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.p-secret__item + .p-secret__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-secret__item + .p-secret__item {
    margin-top: 2.25rem;
  }
}

.p-secret__content {
  max-width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .p-secret__content {
    margin-top: 0.5rem;
    margin-left: 7%;
  }
}

.p-secret__content-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.0833333333;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-secret__content-title {
    font-size: 1.125rem;
  }
}

.p-secret__content-text {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-secret__content-text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-secret__item-img {
  max-width: 32.5rem;
  width: 100%;
  aspect-ratio: 520/280;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-secret__item-img {
    width: 88%;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}

.p-secret__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-secret__item:nth-child(even) .p-secret__item-img {
    margin-left: calc(50% - 50vw);
    margin-right: auto;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-secret__item:nth-child(even) .p-secret__content {
    margin-left: unset;
    margin-right: 7%;
  }
}

.p-sidebar {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-sidebar {
    margin: 2rem auto;
    max-width: 15rem;
    width: 100%;
    order: 3;
  }
}

.p-sidebar__title {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.07em;
  line-height: 1;
  padding: 0.9375rem 1.25rem;
  background-color: #524B40;
  color: #FFF;
  text-transform: uppercase;
}

.p-sidebar__category-list {
  margin-top: 0.3125rem;
}

.p-sidebar__category-list .cat-item a {
  display: block;
  padding: 1.25rem 0 0.4375rem;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}

.p-slider .splide__slide {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-slider .splide__slide {
    border-radius: 0.75rem;
  }
}

.p-slider .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-slider .splide__arrow {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-slider .splide__arrow {
    display: none;
  }
}

.p-slider .splide__arrow--prev {
  left: -2.625rem;
}

.p-slider .splide__arrow--next {
  right: -2.625rem;
}

.p-slider .splide__arrow svg {
  fill: #B1AEA3;
}

.p-spec__inner {
  max-width: 78.125rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-spec__inner {
    max-width: 37.5rem;
  }
}

.p-spec__concept {
  display: flex;
  gap: 3%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-spec__concept {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.p-spec__concept-content {
  max-width: 34.375rem;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-spec__concept-content {
    margin-top: 1.0625rem;
    padding: 0 1.375rem;
  }
}

.p-spec__concept-title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-spec__concept-title {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.p-spec__concept-text-wrap {
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-spec__concept-text-wrap {
    margin-top: 1.0625rem;
  }
}

.p-spec__concept-text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-spec__concept-text {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.p-spec__concept-text + .p-spec__concept-text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-spec__concept-text + .p-spec__concept-text {
    margin-top: 1.6875rem;
  }
}

.p-spec__concept-img {
  max-width: 30rem;
  aspect-ratio: 1/1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-spec__concept-img {
    max-width: 18.75rem;
  }
}

.p-spec__concept-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-spec__list {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-spec__list {
    flex-direction: column;
    align-items: center;
    gap: 1.625rem;
    margin-top: 2.5rem;
  }
}

.p-spec__list-item {
  max-width: 20.625rem;
  width: 100%;
  background-color: #F9F8F5;
  text-align: center;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-spec__list-item {
    max-width: 21.375rem;
  }
}

.p-spec__list-title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  background-color: #524B40;
  color: #FFF;
  padding: 0.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-spec__list-title {
    font-size: 1.125rem;
  }
}

.p-spec__list-num {
  font-size: 3.125rem;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-spec__list-num {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
}

.p-spec__list-num-small {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-spec__list-num-small {
    font-size: 1.5rem;
  }
}

.p-spec__list-text {
  line-height: 1.75;
  padding: 0.75rem 1.5625rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-spec__list-text {
    font-size: 0.875rem;
    text-align: left;
    padding: 0.625rem 1.5625rem 0.8125rem;
  }
}

.p-spec__secret {
  margin-top: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-spec__secret {
    margin-top: 5.0625rem;
  }
}

.p-spec__big-btn {
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-spec__big-btn {
    margin-top: 3.25rem;
  }
}

.p-spec__cta {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-spec__cta {
    margin-top: 5.0625rem;
  }
}

.p-spec__area {
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-spec__area {
    margin-top: 3.125rem;
  }
}

.p-strengths__title-wrap {
  text-align: center;
}

.p-strengths__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
  color: #B1AEA3;
  position: relative;
}

.p-strengths__title-en::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1px;
  background-color: #B1AEA3;
}

.p-strengths__title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2.25rem;
  line-height: 0.8333333333;
  margin-top: 1.125rem;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .p-strengths__title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 0.1875rem;
  }
}

.p-strengths__lists {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__lists {
    margin-top: 3.125rem;
  }
}

.p-strengths__item {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__item {
    padding: 2rem 24px 3.125rem;
  }
}

.p-strengths__item:nth-of-type(odd) {
  background-color: #F7F4F2;
}

.p-strengths__main {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-strengths__main {
    flex-direction: column;
  }
}

.p-strengths__img {
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  flex: 1;
  aspect-ratio: 960/454;
  display: flex;
  align-items: start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-strengths__img {
    margin-left: auto;
    border-radius: 0.5rem;
  }
}

.p-strengths__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}

.p-strengths__main-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-strengths__main-content {
    width: 100%;
  }
}

.p-strengths__item-titles {
  padding: 2.9375rem 8% 2.5rem;
  border-bottom: 1px solid #B1AEA3;
}
@media screen and (max-width: 767px) {
  .p-strengths__item-titles {
    padding: 1.25rem 5% 1.25rem;
  }
}

.p-strengths__point {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #B1AEA3;
}

.p-strengths__point span {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}

.p-strengths__item-title {
  font-size: 2.25rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-strengths__item-title {
    font-size: 1.5rem;
  }
}

.p-strengths__main-text-wrap {
  padding: 0 24px 0 8%;
  margin-top: 2rem;
  max-width: 46.4375rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__main-text-wrap {
    margin-top: 1.25rem;
    max-width: 100%;
    padding: 0;
  }
}

.p-strengths__main-text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-strengths__main-text {
    font-size: 0.875rem;
  }
}

.p-strengths__main-text + .p-strengths__main-text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__main-text + .p-strengths__main-text {
    margin-top: 1rem;
  }
}

.p-strengths__more-btn {
  margin-top: 2.6875rem;
  padding: 0 24px 0 8%;
}

.p-strengths__more-btn button,
.p-strengths__close-btn button {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #B1AEA3;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  max-width: 18.75rem;
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #524B40;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-strengths__more-btn button,
  .p-strengths__close-btn button {
    margin-inline: auto;
  }
}

.p-strengths__more-btn button::before,
.p-strengths__close-btn button::before {
  position: absolute;
  content: "";
  background: url(../images/icon/simple-arrow.svg) no-repeat center center/contain;
  width: 0.875rem;
  aspect-ratio: 8/4;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 2.0625rem;
  transition: all 0.3s ease 0s;
}

.p-strengths__close-btn button::before {
  transform: rotate(180deg);
}

.p-strengths__more-btn button:hover,
.p-strengths__close-btn button:hover {
  opacity: 0.7;
}

.p-strengths__more-btn button.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}

.p-strengths__toggle-content {
  margin-top: 5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-strengths__toggle-content {
    margin-top: 2rem;
  }
}

.p-strengths__toggle-inner {
  max-width: 93.125rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-strengths__toggle-inner {
    max-width: 40.625rem;
    padding: 0;
  }
}

.p-strengths__toggle-item {
  padding: 5rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-strengths__toggle-item {
    padding: 2rem 1.25rem;
  }
}

.p-strengths__item:nth-of-type(even) .p-strengths__toggle-item {
  background-color: #F7F4F2;
}

.p-strengths__toggle-container {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .p-strengths__toggle-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

.p-strengths__toggle-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-strengths__toggle-list {
    max-width: 34.375rem;
    width: 100%;
  }
}

.p-strengths__toggle-img {
  aspect-ratio: 600/300;
}
@media screen and (max-width: 767px) {
  .p-strengths__toggle-img {
    overflow: hidden;
    border-radius: 0.5rem;
  }
}

.p-strengths__toggle-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-strengths__toggle-body {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__toggle-body {
    margin-top: 1.25rem;
  }
}

.p-strengths__toggle-text {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-strengths__toggle-text {
    font-size: 0.875rem;
  }
}

.p-strengths__toggle-text + .p-strengths__toggle-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__toggle-text + .p-strengths__toggle-text {
    margin-top: 1rem;
  }
}

.p-strengths__close-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-strengths__close-btn {
    margin-top: 2rem;
  }
}

.p-strengths__close-btn button {
  margin: 0 auto;
}

.p-success__inner {
  max-width: 93.125rem;
  padding: 0 24px;
  margin: 0 auto;
}

.p-success__content {
  max-width: 63.125rem;
  padding: 0 24px;
  margin: 0 auto;
}

.p-success__content p {
  line-height: 1.75;
}

.p-success__content p + p {
  margin-top: 1.5625rem;
}

.p-success__tel {
  margin-top: 3.75rem;
}

.p-success__recommend {
  margin-top: 7.5rem;
}

.p-support__blocks {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-support__blocks {
    margin: 2rem auto 0;
    max-width: 31.25rem;
  }
}

.p-support__item {
  display: flex;
  gap: 3%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-support__item {
    flex-direction: column-reverse;
  }
}

.p-support__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-support__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.p-support__item + .p-support__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-support__item + .p-support__item {
    margin-top: 1.5rem;
  }
}

.p-support__content {
  max-width: 35.625rem;
}

.p-support__content-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.0833333333;
  font-weight: 500;
  font-size: 1.25rem;
}

.p-support__content-text {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-support__content-text {
    font-size: 0.875rem;
  }
}

.p-support__item-img {
  max-width: 32.5rem;
  width: 100%;
  aspect-ratio: 520/280;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-support__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-top-big-image {
  width: 100vw;
}

.p-top-big-image img {
  width: 100%;
  height: 14.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-big-image img {
    height: 5rem;
  }
}

.p-top-event__cards {
  margin-top: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-event__cards {
    margin-top: 1.5rem;
  }
}

.p-top-event__btn {
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-event__btn {
    margin-top: 2.5rem;
  }
}

.p-top-interview {
  background-color: #F7F4F2;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-interview {
    padding: 3.75rem 0;
  }
}

.p-top-interview__container {
  max-width: 63rem;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-interview__container {
    flex-direction: column;
  }
}

.p-top-interview__img {
  width: 37.5%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-interview__img {
    order: 2;
    margin-top: 1.5625rem;
    max-width: 15.25rem;
    width: 100%;
  }
}

.p-top-interview__img img {
  aspect-ratio: 360/700;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 767px) {
  .p-top-interview__img img {
    aspect-ratio: 244/330;
  }
}

.p-top-interview__content {
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-interview__content {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-top-interview__title {
    order: 1;
    margin-right: auto;
    margin-left: 7%;
  }
}

.p-top-interview__items {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-interview__items {
    order: 3;
    gap: 1.0625rem;
  }
}

.p-top-interview__item a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.p-top-interview__item-img {
  max-width: 12.5rem;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-interview__item-img {
    width: 35.4%;
  }
}

.p-top-interview__item-img img {
  aspect-ratio: 200/160;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-top-interview__item-img img {
    aspect-ratio: 121/101;
  }
}

.p-top-interview__item a:hover .p-top-interview__item-img img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.p-top-interview__item-text {
  flex: 1;
}

.p-top-interview__item-text p {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-interview__item-text p {
    font-size: 0.75rem;
  }
}

.p-top-interview__item-text h3 {
  font-size: 1rem;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-interview__item-text h3 {
    font-size: 0.875rem;
  }
}

.p-top-interview__item-text time {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-interview__item-text time {
    margin-top: 0.375rem;
  }
}

.p-top-interview__item-text time span {
  font-family: "Noto Sans JP", sans-serif;
}

.p-top-interview__btn {
  margin-top: 3.125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-interview__btn {
    order: 4;
    margin-top: 2.375rem;
  }
}

.p-top-works__cards {
  margin-top: 3.5625rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.3%;
}
@media screen and (max-width: 767px) {
  .p-top-works__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
    gap: 1.25rem 6%;
  }
}

.p-top-works__card a:hover .p-top-works__img img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.p-top-works__img {
  max-width: 22.5rem;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.75rem;
  overflow: hidden;
}

.p-top-works__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s;
}

.p-top-works__works-title {
  font-size: 1rem;
  line-height: 1.625;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  margin-top: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-works__works-title {
    font-size: 0.875rem;
    margin-top: 0.25rem;
    line-height: 1.4285714286;
  }
}

.p-top-works__area {
  font-size: 0.875rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__area {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-top-works__btn {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__btn {
    margin-top: 2.5rem;
  }
}

.p-works-archive__inner {
  max-width: 88.125rem;
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
}

.p-works-archive__container {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6875rem 5.6%;
}
@media screen and (max-width: 767px) {
  .p-works-archive__container {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1875rem 5.6%;
  }
}

.p-works-archive__item {
  max-width: 25rem;
  width: 100%;
}

.p-works-archive__img {
  aspect-ratio: 400/500;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-works-archive__img {
    aspect-ratio: 160/218;
    border-radius: 0.75rem;
  }
}

.p-works-archive__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.p-works-archive__item a:hover .p-works-archive__img img {
  transform: scale(1.1);
}

.p-works-archive__content {
  text-align: center;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-works-archive__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    margin-top: 0.375rem;
  }
}

.p-works-archive__cat {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  color: #B1AEA3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-works-archive__cat {
    display: none;
  }
}

.p-works-archive__works-title {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.4444444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-works-archive__works-title {
    order: 2;
    font-size: 0.875rem;
    line-height: 1.6666666667;
    margin-top: 0.125rem;
  }
}

.p-works-archive__area {
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
  .p-works-archive__area {
    order: 1;
    font-size: 0.75rem;
    line-height: 1;
  }
}

.p-works-archive__pagination {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-works-archive__pagination {
    margin-top: 2.9375rem;
  }
}

.p-works-archive__big-btn {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-works-archive__big-btn {
    margin-top: 4.875rem;
  }
}

.p-works-archive__cta {
  margin-top: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-works-archive__cta {
    margin-top: 2.375rem;
  }
}

.p-works__inner {
  max-width: 78.125rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}

.p-works__head {
  text-align: center;
}

.p-works__cat {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #B1AEA3;
  justify-content: center;
}

.p-works__title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
  .p-works__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-top: 0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-works__area {
    font-size: 0.875rem;
    margin-top: 0.1875rem;
  }
}

.p-works__slider {
  margin: 2.5rem auto 0;
  max-width: 60rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-works__slider {
    margin: 1.25rem auto 0;
  }
}

.p-works__excerpt {
  max-width: 63.125rem;
  padding: 0 24px;
  line-height: 1.75;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-works__excerpt {
    padding: 0;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-works__qa {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-works__qa {
    margin-top: 3.375rem;
  }
}

.p-works__movie {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-works__movie {
    margin-top: 3.5625rem;
  }
}

.p-works__navigation {
  margin: 7.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-works__navigation {
    margin-top: 3.625rem;
  }
}

.p-works__cta {
  margin-top: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-works__cta {
    margin-top: 2.375rem;
  }
}

.u-500 {
  display: none;
}
@media screen and (max-width: 499px) {
  .u-500 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-md-hidden {
    display: none;
  }
}

.u-md {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-md {
    display: block;
  }
}

.u-sm {
  display: none;
}
@media screen and (max-width: 399px) {
  .u-sm {
    display: block;
  }
}
.l-concept-cta{
  display: none;
}
/*# sourceMappingURL=style.css.map */

/* 20250411 神蔵追記*/
.p-renovation-concept__block:nth-child(even) .p-renovation-concept__img {
  margin-right: 0; 
}
@media screen and (max-width: 767px) {
  .p-renovation-concept__block:nth-child(even) .p-renovation-concept__img {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px){
  .p-renovation-commitment__cards{
    grid-template-columns: repeat(2, 1fr);
    max-width: 75rem;
    margin: 3.6875rem auto 0;
  }
}
.l-concept-cta{
  display: block;
  padding-bottom: 0;
}
.p-concept__area{
  margin-top: 7.5rem;
  margin-bottom: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-concept__area{
    margin-top: 3.125rem;
    margin-bottom: 5rem;
  }
}
.p-area--common{
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-area--common{
    margin-top: 3.125rem;
    padding: 0 24px;
  }
}

.p-cta--common{
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta--common{
    margin-top: 3.125rem;
  }
}
.p-catalog__area{
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-catalog__area{
    margin-bottom: 3.125rem;
  }
}

.l-concept-cta{
  display: flex;
}

.p-reason__item:nth-child(even) .p-reason__item-img,
.p-renovation-concept__block:nth-child(even) .p-renovation-concept__img{
  border-radius: 0.5rem;
}

@media screen and (min-width: 768px){
  .p-archiburg__item-text{
    max-width: 22.5rem;
  }
}
.p-renovation-commitment__title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.625;
  margin-top: 0.625rem;
}
.p-renovation-commitment__text {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-commitment__title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-renovation-commitment__cards {
    display: block;
  }
  .p-renovation-commitment__card{
    margin-top: 2rem;
  }
}

.p-renovation__img{
  aspect-ratio: unset;
}
@media screen and (min-width: 768px){
  .p-renovation__concept{
    margin-top: 19.5rem;
  }
  .p-renovation__img:nth-child(odd) {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px){
  .p-renovation__images {
    align-items: start;
  }
  .p-renovation__img:nth-child(odd) {
    margin-bottom: 1rem;
  }
  .p-renovation__img:nth-child(odd) {
    margin-bottom: 9.5rem;
  }
}

/* 20250423 神蔵追記*/
.p-mv__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
