<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, img, a, table {
  border: 0;
  vertical-align: bottom;
}

span, tr, th, td {
  vertical-align: baseline;
}

div, article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

span {
  display: inline-block;
}

ol, ul, li {
  list-style: none;
  list-style-type: none;
}

p, a, h1, h2, h3, h4, li, div, span, dt, dd, th, td {
  text-align: left;
}

a {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: currentColor;
  font: inherit;
  font-size: 100%;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

:root {
  --header-height: 8rem;
  --side-width: 12rem;
  --side-height: 13rem;
  --vh: 1vh;
  --100vh: calc(var(--vh) * 100);
  --mv-height: calc(var(--100vh) - 8rem - var(--header-height));
  --mv-height: clamp(57rem, calc(var(--100vh) - 8rem - var(--header-height)), 92rem);
}
@media screen and (max-width: 960px) {
  :root {
    --header-height: 10.4rem;
    --mv-height: 84rem;
    --side-width: 100%;
  }
}

html {
  font-size: 10px;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  background: #eff1f2;
  background: repeat center url(../images/bg.jpg);
  color: #3f3b38;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 2.4rem;
  }
}

a {
  color: inherit;
  display: inline-block;
}

a:not([class]) {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  a:not([class]) {
    transition: opacity ease 0.3s;
  }
  a:not([class]):hover {
    opacity: 0.7;
  }
}

picture {
  line-height: 0;
  display: inherit;
}
picture img {
  vertical-align: baseline;
}

img {
  max-width: 100%;
  height: auto;
}

.l-main {
  padding: var(--header-height) 0 0;
}

.l-section {
  position: relative;
}

.l-inner {
  width: 100%;
  max-width: 134rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.l-inner-s {
  width: 100%;
  max-width: 102rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.l-inner-l {
  width: 100%;
  max-width: 176rem;
  padding: 0 4rem;
  margin: 0 auto;
}

.l-header__left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .l-header__left {
    gap: 1.5rem;
  }
}

.l-header__logo {
  width: 28rem;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    width: 34rem;
  }
}

.l-header__logo-asj {
  width: 6.7rem;
}
@media screen and (max-width: 960px) {
  .l-header__logo-asj {
    width: 7.4rem;
  }
}

.l-header__right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
  height: var(--header-height);
  display: flex;
}
@media screen and (max-width: 960px) {
  .l-header__right {
    display: none;
  }
}

.l-header__reserve {
  width: 24rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3f3b38;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.l-side {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 8000;
  width: var(--side-width);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (max-width: 960px) {
  .l-side {
    left: 0;
  }
}

.l-side__menu {
  display: none;
}
@media screen and (min-width: 961px) {
  .l-side__menu {
    position: fixed;
    top: var(--header-height);
    right: 0;
    width: var(--side-width);
    padding: 0.2rem 0 0;
  }
}
@media screen and (max-width: 960px) {
  .l-side__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    padding: 4.5rem 2rem 19rem 10rem;
    background-color: #6f8ca6;
  }
}

.l-side__menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (max-width: 960px) {
  .l-side__menu-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
}

.l-side__menu-list__item {
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .l-side__menu-list__item {
    width: 50%;
  }
}

.l-side__menu-list__link {
  width: 100%;
  padding: 1rem 0.5rem;
  background-color: #6f8ca6;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.22em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-side__menu-list__link {
    padding: 1.5rem;
    background: none;
    font-size: 3rem;
    line-height: 1.3333333333;
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .l-side__container {
    height: var(--side-height);
    display: flex;
    align-items: flex-end;
    gap: 0.2rem;
  }
}

.l-side__page-top {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3f3b38;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-side__page-top {
    width: 15rem;
    height: 7rem;
  }
}

.l-side__submit {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3f3b38;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.l-side__menu-btn {
  width: 12rem;
  height: 100%;
  padding: 1rem 0 0;
  background-color: #6f8ca6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .l-side__menu-btn {
    width: 14rem;
    gap: 1.5rem;
  }
}

.l-side__menu-btn__bar {
  position: relative;
  width: 3rem;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-side__menu-btn__bar::before, .l-side__menu-btn__bar::after,
.l-side__menu-btn__bar span {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background: currentColor;
  line-height: 0;
}
.l-side__menu-btn__bar::before {
  top: 0;
}
.l-side__menu-btn__bar::after {
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .l-side__menu-btn__bar {
    width: 4.5rem;
    height: 2.8rem;
  }
}

.l-side__menu-btn.is-active .l-side__menu-btn__bar::before {
  top: auto;
  transform: rotate(45deg);
}
.l-side__menu-btn.is-active .l-side__menu-btn__bar span {
  opacity: 0;
}
.l-side__menu-btn.is-active .l-side__menu-btn__bar::after {
  bottom: auto;
  transform: rotate(-45deg);
}

.l-side__menu-btn__text {
  transform: translate(0.14em, 0);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.14em;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 960px) {
  .l-side__menu-btn__text {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 960px) {
  .l-footer {
    padding: 0 0 13rem;
  }
}

.l-footer__body {
  padding: 15rem 0 5rem;
  background: rgba(63, 59, 56, 0.15);
}
@media screen and (max-width: 960px) {
  .l-footer__body {
    padding: 5rem 0 2.5rem;
  }
}

.l-footer__container {
  margin: 0 0 8rem;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 0 1.5rem;
    margin: 0 0 6rem;
    flex-direction: column;
    gap: 7.2rem;
  }
}

.l-footer__container-head {
  width: 60rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container-head {
    width: 100%;
    padding: 0 0 0 1.5rem;
  }
}

.l-footer__container-body {
  width: 60rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container-body {
    width: 100%;
    padding: 0 0 0 1rem;
  }
}

.l-footer__subtitle {
  margin: 0 0 2.5rem;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-footer__subtitle {
    margin: 0 0 3rem;
    font-size: 1.8rem;
  }
}

.l-footer__title {
  margin: 0 0 1.5rem;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer__title {
    margin: 0 0 3rem;
    font-size: 2.8rem;
  }
}

.l-footer__studio-logo {
  width: 35.4rem;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__studio-logo {
    width: 45.6rem;
  }
}

.l-footer__studio-data {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-footer__studio-data {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}

.l-footer__logo {
  width: 21.1rem;
  margin: 0 auto;
  display: block;
}

.l-footer__freedial {
  display: inline-flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 960px) {
  .l-footer__freedial {
    font-size: 3rem;
  }
}

.l-footer__freedial__icon {
  width: 4rem;
  padding: 0.5rem 0 0;
  margin: 0 1rem 0 0;
  line-height: 0;
}

.l-footer__bottom {
  padding: 1.2rem 0;
  background-color: #3f3b38;
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copyright {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}

.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translate(0, 2rem);
  transition: 0.8s cubic-bezier(0.01, 0.55, 0.55, 1);
}
.c-section-title.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

.c-section-title__main {
  font-size: 15rem;
  line-height: 1.1333333333;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
}

.c-section-title__sub {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .c-section-title__sub {
    font-size: 2rem;
  }
}

.c-section-title__sub-l {
  font-size: 3.3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-section-title__sub-l {
    font-size: 4rem;
    line-height: 1.25;
  }
}

.c-section-title__border {
  width: 1px;
  height: 5rem;
  margin: 2rem 0 0;
  background: #3f3b38;
}
@media screen and (max-width: 960px) {
  .c-section-title__border {
    margin: 3rem 0 0;
  }
}

.c-checkbox {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1.5rem 0 0;
  border-radius: 0.5rem;
  border: 1px solid #731f17;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: bottom;
}
.c-checkbox::before {
  content: "";
  width: 1rem;
  height: 0.6rem;
  display: block;
  border-bottom: 2px solid #731f17;
  border-left: 2px solid #731f17;
  transform: rotate(-45deg) translate(0.1rem, -0.1rem);
  opacity: 0;
}
.c-checkbox:checked::before {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .c-checkbox {
    width: 4.1rem;
    height: 4.1rem;
    margin: 0 2.4rem 0 0;
  }
  .c-checkbox::before {
    width: 1.5rem;
    height: 0.9rem;
  }
}

.c-submit {
  position: relative;
  z-index: 1;
  width: 64rem;
  max-width: 100%;
  height: 8rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: color 0.4s cubic-bezier(0.01, 0.55, 0.55, 1);
}
.c-submit::before, .c-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.c-submit::before {
  z-index: -2;
  border: 1px solid #3f3b38;
  transform: translate(-0.5rem, -0.5rem);
  transition: transform 0.4s cubic-bezier(0.01, 0.55, 0.55, 1);
}
.c-submit::after {
  z-index: -1;
  background: #3f3b38;
  transition: opacity 0.4s cubic-bezier(0.01, 0.55, 0.55, 1);
}
@media (hover: hover) {
  .c-submit:hover {
    color: #3f3b38;
  }
  .c-submit:hover::before {
    transform: translate(0, 0);
  }
  .c-submit:hover::after {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .c-submit {
    height: 12rem;
    font-size: 2.8rem;
  }
  .c-submit::before {
    transform: translate(-1.2rem, -0.8rem);
  }
}

.c-submit__arrow {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(0.6rem, -0.5rem);
  transition: 0.4s cubic-bezier(0.01, 0.55, 0.55, 1);
}
@media screen and (max-width: 960px) {
  .c-submit__arrow {
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media (hover: hover) {
  .c-submit:hover .c-submit__arrow {
    border-color: #3f3b38;
    transform: rotate(45deg) translate(1.1rem, -1rem);
  }
}
.c-swiper__pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-swiper__pager__arrow {
  padding: 1.5rem 1rem 2.5rem;
}
.c-swiper__pager__arrow span {
  width: 8.8rem;
  height: 1rem;
  background: no-repeat center/100% url(../images/icon_arrow.png);
}
.c-swiper__pager__arrow.-prev {
  transform: scaleX(-1);
}

.c-swiper__pager__num {
  padding: 1rem;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  font-style: italic;
}

.c-swiper__pager__num-index {
  font-size: 1.9rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-swiper__pager__num-index {
    font-size: 2.8rem;
  }
}

.c-swiper__pager__num-separator {
  font-size: 1.5rem;
  line-height: 1.2666666667;
}
@media screen and (max-width: 960px) {
  .c-swiper__pager__num-separator {
    font-size: 2.4rem;
  }
}

.c-swiper__pager__num-max {
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 960px) {
  .c-swiper__pager__num-max {
    font-size: 2.2rem;
  }
}

.c-fade-up {
  opacity: 0;
  transform: translate(0, 2rem);
  transition: 0.8s cubic-bezier(0.01, 0.55, 0.55, 1);
}
.c-fade-up.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

.p-mv {
  padding: 0 0 6rem;
}
@media screen and (max-width: 960px) {
  .p-mv {
    padding: 0 0 2rem;
  }
}

.p-mv__outer {
  position: relative;
  z-index: 1;
  padding: 0 12rem 1rem;
}
.p-mv__outer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 76rem;
  height: 43rem;
  background: #6f8ca6;
  opacity: 0.34;
}
@media screen and (max-width: 960px) {
  .p-mv__outer {
    padding: 0 0 0rem 6.2rem;
  }
  .p-mv__outer::before {
    width: 25.3rem;
    height: 42rem;
  }
}

.p-mv__inner {
  position: relative;
  opacity: 0;
  animation: enterMv 1s ease forwards;
}

@keyframes enterMv {
  to {
    opacity: 1;
  }
}
.p-mv__bg {
  position: relative;
}

.p-mv__swiper {
  height: 100%;
}

.p-mv__swiper-wrapper {
  height: 84rem;
  height: var(--mv-height);
}

.p-mv__swiper-slide {
  position: relative;
  overflow: hidden;
}
.p-mv__swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2.5s;
}
@media screen and (max-width: 960px) {
  .p-mv__swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 115vw;
    max-width: none !important;
  }
}

@media screen and (min-width: 961px) {
  .p-mv__swiper-slide.swiper-slide[class*=-next] img {
    transform: scale(1.1) translate(-80vw, 0);
    opacity: 0;
  }
  .p-mv__swiper-slide.swiper-slide[class*=-active] img {
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
  .p-mv__swiper-slide.swiper-slide[class*=-prev] img {
    transform: translate(80vw, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-mv__swiper-slide.swiper-slide:not([class*=-next]) img {
    animation: mvSp 5.5s linear forwards;
  }
}

@keyframes mvSp {
  to {
    transform: translate(-15vw);
  }
}
.p-mv__swiper-title {
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 1;
  padding: 1rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-mv__swiper-title {
    bottom: 8rem;
    transform: translate(-100%, 0);
    padding: 0 1.5rem;
    writing-mode: vertical-rl;
  }
}

.p-mv__swiper-title__text {
  display: flex;
  gap: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: opacity 0.3s;
}
.p-mv__swiper-title__text .is-hide {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-mv__swiper-title__text {
    font-size: 2rem;
  }
}

.p-mv__swiper-title.is-leave .p-mv__swiper-title__text {
  opacity: 0;
}

.p-mv__swiper-title__arch,
.p-mv__swiper-title__camera {
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .p-mv__swiper-title__arch,
  .p-mv__swiper-title__camera {
    font-size: 2rem;
  }
}

.p-mv__swiper__pager-wrapper {
  display: flex;
  justify-content: flex-end;
}

.p-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 84rem;
  height: var(--mv-height);
  padding: 0 4rem 4.17%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 0 4rem rgba(53, 46, 47, 0.47);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-mv__content {
    padding: 2rem 4rem 0;
  }
}

.p-mv__title-sub {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 960px) {
  .p-mv__title-sub {
    padding: 0 0 0 0.5rem;
  }
}

.p-mv__title-main {
  font-size: 11.5rem;
  line-height: 1.1739130435;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.p-mv__title-area {
  padding: 0 0 0 1rem;
  margin: 0 0 0.5rem;
  font-size: 4.8rem;
  line-height: 1.5625;
  letter-spacing: 0.26em;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2rem;
}
@media screen and (max-width: 960px) {
  .p-mv__title-area {
    padding: 0 1rem 0 0;
    display: block;
    text-align: right;
  }
}

.p-mv__date {
  margin: 0 0 3.5rem;
  font-size: 4.7rem;
  line-height: 1.2765957447;
  letter-spacing: 0.04em;
  font-family: "EB Garamond", serif;
  font-style: italic;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-mv__date {
    padding: 0 1rem 0 0;
  }
}

.p-mv__date-separator {
  font-size: 1.3rem;
}

.p-mv__date-week {
  font-size: 1.8rem;
}

.p-mv__subtitle {
  text-align: center;
}
.p-mv__subtitle span {
  padding: 0.3rem 0.3rem 0.7rem 0.7rem;
  background: #a66f8d;
  font-size: 3.6rem;
  line-height: 1.1111111111;
  letter-spacing: 0.16em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-mv__subtitle span {
    display: block;
    font-size: 3.6rem;
    line-height: 1.1944444444;
  }
}

.p-summary {
  padding: 9rem 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-summary {
    padding: 4rem 0;
  }
}

.p-summary__intro {
  opacity: 0;
  transform: translate(0, 2rem);
  transition: 0.8s cubic-bezier(0.01, 0.55, 0.55, 1);
}
.p-summary__intro.in-view {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 960px) {
  .p-summary__intro {
    padding: 0 1.5rem;
  }
}

.p-summary__title {
  font-size: 3.7rem;
  line-height: 1.6756756757;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-summary__title {
    margin: 0 0 3.5rem;
    font-size: 4.8rem;
    line-height: 1.4375;
  }
}

.p-summary__lead {
  margin: 0 0 6.5rem;
  font-size: 1.8rem;
  line-height: 2.8888888889;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-summary__lead {
    font-size: 2.8rem;
    line-height: 1.6785714286;
    font-feature-settings: "palt";
  }
}

.p-summary__box {
  padding: 4rem 0;
  display: flex;
  border-top: 1px solid #3f3b38;
  border-bottom: 1px solid #3f3b38;
}
@media screen and (max-width: 960px) {
  .p-summary__box {
    padding: 0;
    flex-direction: column;
  }
}

.p-summary__box-head {
  width: 24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-summary__box-head {
    width: 100%;
    padding: 5rem 0;
  }
}

.p-summary__box__title {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-summary__box__title {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .p-summary__box__title {
    font-size: 3.8rem;
    line-height: 1.6842105263;
  }
}

.p-summary__box-body {
  position: relative;
  padding: 0 0 0 4rem;
  flex: 1;
}
.p-summary__box-body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90%;
  display: block;
  background: #3f3b38;
}
@media screen and (max-width: 960px) {
  .p-summary__box-body {
    padding: 2rem 0 4rem;
  }
  .p-summary__box-body::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translate(0, -50%);
  }
}

.p-summary__box__data {
  width: 100%;
}

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

.p-summary__box__data-head,
.p-summary__box__data-desc {
  padding: 2.5rem 1rem 2.5rem 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  .p-summary__box__data-head,
  .p-summary__box__data-desc {
    padding: 0;
    font-size: 3rem;
    line-height: 1.5666666667;
  }
}

.p-summary__box__data-head {
  width: 16rem;
}
@media screen and (max-width: 960px) {
  .p-summary__box__data-head {
    width: 100%;
    padding: 3rem 1rem 0.2rem;
  }
}

@media screen and (max-width: 960px) {
  .p-summary__box__data-desc {
    padding: 0.2rem 1rem 3rem;
  }
}

.p-photo {
  padding: 17rem 0 7rem;
}
@media screen and (max-width: 960px) {
  .p-photo {
    padding: 3rem 0 7rem;
  }
}

.p-photo__intro {
  max-width: 140rem;
  padding: 0 4rem;
  margin: 0 auto 13rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .p-photo__intro {
    padding: 0;
    margin: 0 auto 8.5rem;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-photo__head {
  margin: 0 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-photo__head {
    margin: 0 0 11rem;
  }
}

.p-photo__title {
  font-size: 3.8rem;
  line-height: 1.5263157895;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-photo__body {
    margin: 0 calc(50% - 50vw);
  }
}

.p-photo__body-container {
  max-width: 100%;
  padding: 0 6rem 0 0;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .p-photo__body-container {
    padding: 0 0 0 1.5rem;
    gap: 2rem;
  }
}
.p-photo__body-container * {
  min-height: 0;
  min-width: 0;
}

.p-photo__subtitle {
  width: 4rem;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 960px) {
  .p-photo__subtitle {
    width: 2.6rem;
  }
}

.p-photo__body-container__main {
  flex: 1;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-photo__body-container__main-inner {
    margin: 0 0 0 -2rem;
  }
}

.p-photo__slider-slide {
  padding: 0 2rem;
}
.p-photo__slider-slide img {
  width: 100%;
}

.p-event {
  padding: 6rem 0;
}
@media screen and (max-width: 960px) {
  .p-event {
    padding: 6rem 0 12rem;
  }
}

.p-event__intro {
  width: calc(50% - 4rem);
  max-width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-event__intro {
    width: 100%;
  }
}

.p-event__list-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0 0 10rem;
  margin: -11rem -4rem 0;
}
@media screen and (max-width: 960px) {
  .p-event__list-wrapper {
    padding: 0 0 12rem;
    margin: 0;
  }
}

.p-event__list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .p-event__list:nth-child(odd) .p-event__item:nth-child(even) {
    display: none;
  }
  .p-event__list:nth-child(even) {
    transform: translate(0, 19rem);
  }
}
@media screen and (max-width: 960px) {
  .p-event__list {
    width: 100%;
  }
  .p-event__list:nth-child(even) {
    display: none;
  }
}

.p-event__item {
  width: 100%;
  padding: 2rem 4rem;
}
@media screen and (max-width: 960px) {
  .p-event__item {
    width: 100%;
    padding: 3.3rem 0;
  }
}

.p-event__item__inner {
  position: relative;
  z-index: 1;
  padding: 4rem;
  display: block;
}
.p-event__item__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  opacity: 0;
  transition: all 0.8s ease;
}
@media screen and (max-width: 960px) {
  .p-event__item__inner {
    padding: 5.5rem 4.5rem 6.5rem;
  }
}

.p-event__item.in-view .p-event__item__inner::before {
  opacity: 1;
}

.p-event__item__num {
  position: absolute;
  top: -2.2rem;
  left: 1.4rem;
  padding: 0 5rem 0 0;
  font-size: 3.6rem;
  line-height: 1.3888888889;
  letter-spacing: 0.02em;
  font-style: italic;
  font-family: "EB Garamond", serif;
}
.p-event__item__num::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10rem;
  height: 1px;
  display: block;
  background-color: #3f3b38;
  transform: rotate(-45deg) translate(20%, 15%);
}
@media screen and (max-width: 960px) {
  .p-event__item__num {
    top: -1.8rem;
    left: -1rem;
    font-size: 3.6rem;
    line-height: 1.3888888889;
  }
  .p-event__item__num::after {
    bottom: -0.5rem;
    right: -0.5rem;
  }
}

.p-event__item__title {
  padding: 0 0 0 1.5rem;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-event__item__title {
    padding: 0;
    font-size: 3.6rem;
    line-height: 1.3888888889;
  }
}

.p-event__item__content {
  padding: 4.4rem 0 2.2rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-event__item__content {
    padding: 2rem 0 8rem;
    flex-direction: column;
    gap: 3.5rem;
  }
}

.p-event__item__content-head {
  width: 38.5%;
}
.p-event__item__content-head img {
  width: 100%;
  opacity: 0;
  transform: translate(-0.5rem, -0.5rem) scale(1.05);
  transition: 0.8s ease;
}
@media screen and (max-width: 960px) {
  .p-event__item__content-head {
    width: 100%;
  }
}

.p-event__item.in-view .p-event__item__content-head img {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.p-event__item__content-body {
  flex: 1;
}

.p-event__item__content-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-event__item__content-text {
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0;
  }
}

.p-event__add-reserve {
  color: #731f17;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-event__add-reserve {
    font-size: 3rem;
    line-height: 1.3666666667;
    text-align: center;
  }
}

.p-corner {
  padding: 5rem 0 7rem;
}
@media screen and (max-width: 960px) {
  .p-corner {
    padding: 12rem 0;
  }
}

.p-corner__intro {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1366px) {
  .p-corner__intro {
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-corner__intro {
    flex-direction: column;
    gap: 4rem;
  }
}

.p-corner__intro-body {
  position: relative;
  width: calc(50% - 4rem);
  padding: 0 12rem 11rem 4rem;
}
@media screen and (max-width: 1366px) {
  .p-corner__intro-body {
    width: 50%;
    padding: 0 6rem 7rem 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-corner__intro-body {
    width: 100%;
    padding: 0 2rem;
  }
}

.p-corner__intro-body__text {
  font-size: 1.8rem;
  line-height: 2.7777777778;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-corner__intro-body__text {
    font-size: 2.8rem;
    line-height: 2.0714285714;
  }
}

.p-corner__add-reserve {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #731f17;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-corner__add-reserve {
    position: static;
    padding: 6rem 0 4rem;
    display: block;
    font-size: 3rem;
    line-height: 1.3666666667;
    text-align: center;
  }
}

.p-corner__intro-foot {
  width: calc(50% - 4rem);
  padding: 12rem 0 0;
}
@media screen and (max-width: 1366px) {
  .p-corner__intro-foot {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .p-corner__intro-foot {
    width: 100%;
    padding: 0 3.7rem;
  }
}

.p-corner__content {
  padding: 8rem 0 0;
  opacity: 0;
  transform: translate(0, 2rem);
  transition: all 0.8s ease;
}
.p-corner__content.in-view {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 960px) {
  .p-corner__content {
    padding: 7.5rem 0 0;
    margin: 0 calc(50% - 50vw);
  }
}

.p-corner__swiper-slide {
  padding: 0 0.4rem;
}

.p-corner__swiper-slide__inner {
  position: relative;
  overflow: hidden;
}
.p-corner__swiper-slide__inner::before {
  content: "";
  padding: 56.27% 0 0;
  display: block;
}
.p-corner__swiper-slide__inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.01, 0.55, 0.55, 1);
}

.p-corner__swiper-slide.swiper-slide-active .p-corner__swiper-slide__inner img {
  transform: scale(1);
}

.p-access {
  padding: 7rem 0 14rem;
}
@media screen and (max-width: 960px) {
  .p-access {
    padding: 8rem 0 13rem;
  }
}

.p-access__container {
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 960px) {
  .p-access__container {
    flex-direction: column;
    gap: 4rem;
  }
}

.p-access__head {
  width: 44rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-access__head {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.75;
  }
}

.p-access__data-head {
  font-weight: 400;
}

.p-access__list__item {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p-access__list__item::before {
  content: "・";
}

.p-access__data-desc {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p-access__data-desc::before {
  content: "：";
}

.p-access__body {
  padding: 7rem 0 0;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-access__body {
    padding: 0;
  }
}

.p-access__map {
  position: relative;
}
.p-access__map::before {
  content: "";
  padding: 56.32% 0 0;
  display: block;
}
.p-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.p-seminar {
  padding: 5rem 0 9rem;
}

.p-seminar__list {
  margin: 0 -4rem 13rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-seminar__list {
    margin: 0 0 8rem;
  }
}

.p-seminar__item {
  width: 50%;
  padding: 4rem;
}
@media screen and (max-width: 960px) {
  .p-seminar__item {
    width: 100%;
    padding: 3.5rem 0;
  }
}

.p-seminar__item__inner {
  position: relative;
  z-index: 1;
  padding: 4rem;
  display: block;
}
.p-seminar__item__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 0.5rem;
  display: block;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: all 0.8s ease;
}
@media screen and (max-width: 960px) {
  .p-seminar__item__inner {
    padding: 5rem 4.5rem 7rem;
  }
}

.p-seminar__item.in-view .p-seminar__item__inner::before {
  opacity: 1;
}

.p-seminar__item__tag {
  position: absolute;
  top: 0.4rem;
  left: -0.6rem;
  display: inline-block;
  padding: 0.3rem 0.6rem;
  background: #731f17;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-seminar__item__tag {
    top: 0.8rem;
    left: -1.5rem;
    font-size: 2.3rem;
  }
}

.p-seminar__item__title {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-seminar__item__title {
    font-size: 3.8rem;
    line-height: 1.3157894737;
  }
}

.p-seminar__item__content {
  padding: 3rem 0 0;
  margin: 0 0 3rem;
  display: grid;
  grid-template-columns: 33rem auto;
  gap: 2.2rem 1rem;
}
@media screen and (max-width: 1366px) {
  .p-seminar__item__content {
    grid-template-columns: 20rem auto;
    gap: 1rem 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar__item__content {
    padding: 5.5rem 0 0;
    margin: 0 0 12rem;
    display: block;
  }
}

.p-seminar__item__content-head {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 960px) {
  .p-seminar__item__content-head {
    margin: 0 0 5rem;
  }
}

.p-seminar__item__thumb {
  width: 28rem;
  max-width: 100%;
  opacity: 0;
  transform: translate(-0.5rem, -0.5rem) scale(1.05);
  transition: all 0.8s ease;
}
@media screen and (max-width: 960px) {
  .p-seminar__item__thumb {
    width: 100%;
  }
}

.p-seminar__item.in-view .p-seminar__item__thumb {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.p-seminar__item__content-body {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 960px) {
  .p-seminar__item__content-body {
    margin: 0 0 7.5rem;
  }
}

.p-seminar__item__date {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .p-seminar__item__date {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-seminar__item__desc {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .p-seminar__item__desc {
    font-size: 2.6rem;
    line-height: 1.8461538462;
  }
}

.p-seminar__item__content-foot {
  grid-row: 2/3;
  grid-column: 1/2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .p-seminar__item__content-foot {
    flex-wrap: wrap;
    gap: 0.6rem 0;
  }
}

.p-seminar__item__content-foot__title {
  margin: 0 2.5rem 0 0;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .p-seminar__item__content-foot__title {
    margin: 0 3.4rem 0 1.2rem;
    font-size: 2.4rem;
  }
}

.p-seminar__item__content-foot__img {
  width: 6rem;
  height: 6rem;
  margin: 0 0.8rem 0 0;
  background: #ac2652;
}
@media screen and (max-width: 1366px) {
  .p-seminar__item__content-foot__img {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar__item__content-foot__img {
    width: 10.8rem;
    height: 10.8rem;
    margin: 0 1.5rem 0 0;
  }
}

.p-seminar__item__content-foot__text {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 1366px) {
  .p-seminar__item__content-foot__text {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar__item__content-foot__text {
    width: auto;
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}

.p-seminar__add-reserve {
  color: #731f17;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-seminar__add-reserve {
    font-size: 3rem;
    line-height: 1.3666666667;
    text-align: center;
  }
}

.p-architect {
  padding: 11rem 0 7rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-architect {
    /* padding: 11rem 14rem 16rem 0; */
    padding: 11rem 0 16rem;
  }
}

.p-architect__inner {
  position: relative;
  max-width: 160rem;
  padding: 0 16rem;
}
@media screen and (max-width: 960px) {
  .p-architect__inner {
    padding: 0 4.5rem;
  }
}

.p-architect__head {
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 960px) {
  .p-architect__head {
    transform: translate(95%, 0);
  }
}

.p-architect__list {
  max-width: 124rem;
  padding: 11rem 4rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
@media screen and (max-width: 960px) {
  .p-architect__list {
    padding: 7rem 0 0;
    gap: 6rem;
  }
}

.p-architect__list-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem 8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-architect__list-item {
    gap: 3.5rem 5rem;
  }
}

.p-architect__list-item__head {
  width: 20rem;
}

.p-architect__list-item__thumb {
  position: relative;
  margin: 0 0 2rem;
  display: block;
  overflow: hidden;
}
.p-architect__list-item__thumb::before {
  content: "";
  padding: 100% 0 0;
  display: block;
}
.p-architect__list-item__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.01, 0.55, 0.55, 1);
}
@media screen and (max-width: 960px) {
  .p-architect__list-item__thumb {
    margin: 0 0 1rem;
  }
}

@media (hover: hover) {
  .p-architect__list-item__head:hover .p-architect__list-item__thumb img {
    transform: scale(1.05);
  }
}
.p-architect__list-item__name {
  position: relative;
  padding: 0 4rem 0 0.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-architect__list-item__name::after {
  content: "";
  top: 0.3rem;
  right: 0.8rem;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  background: no-repeat center/100% url(../images/icon_zoom.svg);
}
.p-architect__list-item__name.-no-icon::after {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-architect__list-item__name {
    padding: 0 5rem 0 0.5rem;
    font-size: 2.8rem;
    line-height: 1.3571428571;
  }
  .p-architect__list-item__name::after {
    top: 0.5rem;
    right: 1.2rem;
  }
}

.p-architect__list-item__date {
  padding: 0 0.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-architect__list-item__date {
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}

.p-architect__list-item__body {
  position: relative;
  padding: 0 0 0 4rem;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-architect__list-item__body {
    padding: 0;
  }
}

.p-architect__list-item__body__title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.32em;
  font-weight: 500;
  writing-mode: vertical-rl;
}

.p-architect__list-item__photo {
  margin: 0 -2rem 0 0;
  overflow: hidden;
}

.p-architect__list-item__photo-inner {
  margin: 0 0 0 -2rem;
}

.p-architect__list-item__slider-slide {
  padding: 0 2rem;
}

.p-architect__list-item__slider-pagenation {
  position: static;
}
.p-architect__list-item__slider-pagenation .swiper-pagination-bullet {
  background-color: #444444;
  opacity: 1;
}
.p-architect__list-item__slider-pagenation .swiper-pagination-bullet-active {
  background-color: #6f8ca6;
}

.p-architect__list-item__more {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.05em;
}
.p-architect__list-item__more::after {
  content: "";
  width: 5.1rem;
  height: 1rem;
  margin: 0 0 0 1rem;
  display: inline-block;
  background: no-repeat center/100% url(../images/icon_arrow.png);
}
@media screen and (max-width: 960px) {
  .p-architect__list-item__more {
    font-size: 2.1rem;
  }
  .p-architect__list-item__more::after {
    width: 7.6rem;
    height: 1.5rem;
  }
}

.p-architect__modal-list__item {
  position: fixed;
  inset: 0;
  z-index: 9500;
  display: none;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item {
    padding: 3rem;
  }
}

.p-architect__modal-list__item-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.p-architect__modal-list__item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120rem;
  max-width: 95%;
  height: 100rem;
  max-height: 95%;
  padding: 5.5rem 8rem 8rem;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-content {
    width: 100%;
    height: 100%;
    padding: 6rem 0 8rem;
  }
}

.p-architect__modal-list__item-content__inner {
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-content__inner {
    padding: 0 3rem 4rem 4.5rem;
  }
}

.p-architect__modal-list__item-head {
  display: grid;
  grid-template-columns: 20rem auto;
  gap: 1.5rem 2rem;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-head {
    grid-template-columns: 23.5rem auto;
    gap: 3.5rem 3rem;
  }
}

.p-architect__modal-list__item-head__thumb {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-head__thumb {
    grid-row: 1/2;
  }
}

.p-architect__modal-list__item-head__profile {
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-head__profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
  }
}

.p-architect__modal-list__item-head__name {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.p-architect__modal-list__item-head__name small {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-head__name {
    font-size: 3.6rem;
  }
  .p-architect__modal-list__item-head__name small {
    display: block;
    font-size: 1.8rem;
  }
}

.p-architect__modal-list__item-head__company {
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-head__company {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.p-architect__modal-list__item-head__content {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-head__content {
    grid-column: 1/3;
  }
}

.p-architect__modal-list__item-head__desc {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-head__desc {
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
}

.p-architect__modal-list__item-body {
  padding: 4.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-body {
    padding: 6.5rem 0 0;
  }
}

.p-architect__modal-list__item-body__inner {
  width: 68rem;
  padding: 0 4rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-body__inner {
    width: 100%;
    padding: 0;
  }
}

.p-architect__modal-list__item-body__title {
  position: relative;
  padding: 0 87% 0 0;
  margin: 0 0 2.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.p-architect__modal-list__item-body__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 87%;
  height: 1px;
  background: #3f3b38;
  opacity: 0.2;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-body__title {
    padding: 0 77% 0 0;
    font-size: 2.8rem;
    line-height: 1.2142857143;
  }
  .p-architect__modal-list__item-body__title::after {
    width: 77%;
  }
}

.p-architect__modal-list__item-body__data {
  width: 100%;
  margin: 0 0 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-body__data {
    margin: 0 0 3rem;
  }
}

.p-architect__modal-list__item-body__data-row {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-body__data-row {
    font-size: 2.2rem;
    line-height: 2;
  }
}

.p-architect__modal-list__item-body__data-head {
  width: 10rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-body__data-head {
    width: 14rem;
  }
}

.p-architect__modal-list__item-body__data-desc {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-body__data-desc {
    padding: 0 0 0 1.5rem;
  }
}

.p-architect__modal-list__item-body__side {
  padding: 1rem 0 0 4rem;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-body__side {
    padding: 4rem 0 0;
  }
}

.p-architect__modal-list__item-body__side-link {
  padding: 0.7rem;
  background-color: #d9d8d7;
  display: block;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
}
.p-architect__modal-list__item-body__side-link::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  transform: translate(0.7rem, 0.1rem);
  display: inline-block;
  background: no-repeat center/100% url(../images/icon_external.svg);
}
@media screen and (max-width: 960px) {
  .p-architect__modal-list__item-body__side-link {
    padding: 1.4rem;
    font-size: 2.6rem;
    line-height: 2;
  }
  .p-architect__modal-list__item-body__side-link::after {
    width: 2.2rem;
    height: 2.2rem;
    transform: translate(1rem, 0.1rem);
  }
}

.p-architect__modal__close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-architect__modal__close::before, .p-architect__modal__close::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: #3f3b38;
  display: block;
}
.p-architect__modal__close::before {
  transform: rotate(45deg);
}
.p-architect__modal__close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .p-architect__modal__close {
    width: 9.5rem;
    height: 10.5rem;
  }
  .p-architect__modal__close::before, .p-architect__modal__close::after {
    width: 3rem;
    height: 2px;
  }
}

.p-form {
  padding: 4rem 0 30rem;
}

.p-form__inner {
  max-width: 98rem;
  padding: 0 3rem;
}

.p-form__head {
  margin: 0 0 11rem;
}

.p-form__item-head {
  padding: 1.2rem 0.2rem;
  border-bottom: 1px solid #3f3b38;
}

.p-form__item-head__inner {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.p-form__item-head__title {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  .p-form__item-head__title {
    font-size: 3rem;
  }
}

.p-form__required {
  transform: translate(0, -0.2rem);
  padding: 0 0.5rem;
  margin: 0 0 0 1rem;
  background-color: #6f8ca6;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-form__required {
    padding: 0.5rem 1.5rem;
    transform: scale(0.9);
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.p-form__item-head__note {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-form__item-head__note {
    width: 100%;
    padding: 1rem 0 0;
    flex: none;
    font-size: 2rem;
  }
}

.p-form__item-body {
  padding: 0.8rem 0 4rem;
}
@media screen and (max-width: 960px) {
  .p-form__item-body {
    padding: 1.5rem 0 6.5rem;
  }
}

.p-form__item-body__inner {
  width: 100%;
  max-width: 41.5rem;
  padding: 1rem 0;
  display: flex;
  gap: 1.6rem;
}
.p-form__item-body__inner.-large {
  max-width: 100%;
}
.p-form__item-body__inner.-hide {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-form__item-body__inner {
    max-width: 100%;
    gap: 2rem;
  }
}

.p-form__item__box-label {
  padding: 0 1.5rem;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-form__item__box-label {
    padding: 1rem 1.5rem;
    font-size: 2.8rem;
  }
}

.p-form__item__box {
  width: 100%;
}

.p-form__item__box-s {
  width: calc(50% - 0.8rem);
}
@media screen and (max-width: 960px) {
  .p-form__item__box-s {
    width: calc(50% - 1rem);
  }
}

.p-form__input-text,
.p-form__textarea {
  width: 100%;
  padding: 1.3rem 2.2rem;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  font-size: min(1.6rem, 16px);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-form__input-text:focus,
.p-form__textarea:focus {
  box-shadow: inset 0 0 0 2px #6f8ca6;
}
.p-form__input-text::placeholder,
.p-form__textarea::placeholder {
  color: #c9c9c9;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-form__input-text,
  .p-form__textarea {
    padding: 2.7rem 3.4rem;
    font-size: 3rem;
  }
}

.p-form__select-label {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: block;
}
.p-form__select-label::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  transform: rotate(45deg) translate(-50%, 50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-form__select-label::after {
    right: 3.5rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.p-form__select {
  width: 100%;
  padding: 1.3rem 2.2rem;
  display: block;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  font-size: min(1.6rem, 16px);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-form__select:focus {
  box-shadow: inset 0 0 0 2px #6f8ca6;
}
.p-form__select.is-empty {
  color: #c9c9c9;
}
@media screen and (max-width: 960px) {
  .p-form__select {
    padding: 2.7rem 3.4rem;
    font-size: 3rem;
  }
}

.p-form__checkbox-label {
  padding: 0.5rem 0;
  display: flex;
  align-items: baseline;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-form__checkbox-label {
    padding: 1rem 0;
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}

.p-form__checkbox-text {
  flex: 1;
}

.p-form__checkbox {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 2.5rem 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #3f3b38;
  vertical-align: baseline;
  transform: translate(0, -0.4rem);
}
.p-form__checkbox::before {
  content: "";
  width: 1.2rem;
  height: 0.6rem;
  display: inline-block;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translate(10%, -15%);
}
.p-form__checkbox:checked {
  background-color: #6f8ca6;
  border-color: #6f8ca6;
}
@media screen and (max-width: 960px) {
  .p-form__checkbox {
    width: 2.9rem;
    height: 2.9rem;
  }
  .p-form__checkbox::before {
    width: 1.8rem;
    height: 1rem;
  }
}

.p-form__radio-label {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-form__radio-label {
    font-size: 2.8rem;
  }
}

.p-form__radio {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
.p-form__radio::before {
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #6f8ca6;
  opacity: 0;
}
.p-form__radio:checked {
  border-color: #6f8ca6;
}
.p-form__radio:checked::before {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-form__radio {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.p-form__bottom__text {
  margin: 0 0 9.5rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-form__bottom__text {
    font-size: 2.4rem;
  }
}

.p-form__bottom__link {
  text-decoration: underline;
}

.p-form__submit {
  width: 64rem;
  max-width: 100%;
  padding: 3.3rem;
  margin: 0 auto;
  display: block;
  background-color: #3f3b38;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.2631578947;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-form__submit {
    padding: 4.2rem 1rem;
    font-size: 2.8rem;
  }
}

.p-form__error {
  margin: 0 0 4rem;
}

.p-form__error__text {
  color: #ac2652;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-form__error__text {
    font-size: 2.6rem;
  }
}

.p-form .formErrorContent {
  padding: 0.3rem 1.5rem;
  background: #ac2652;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

.p-form .formErrorArrow {
  display: none;
}

.p-thanks {
  padding: 14rem 0;
}
@media screen and (max-width: 960px) {
  .p-thanks {
    padding: 8rem 0 19rem;
  }
}

.p-thanks__subtitle {
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-family: "EB Garamond", serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-thanks__subtitle {
    font-size: 6.8rem;
  }
}

.p-thanks__title {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-thanks__title {
    font-size: 4rem;
  }
}

.p-thanks__text {
  padding: 2rem 0;
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 2.3125;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-thanks__text {
    padding: 3rem 0;
    font-size: 2.8rem;
    line-height: 1.8571428571;
  }
}

.p-thanks__top-link {
  width: 32rem;
  max-width: 100%;
  padding: 0.7rem;
  margin: 0 auto;
  display: block;
  background-color: #d9d8d7;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-thanks__top-link {
    padding: 1.8rem;
    width: 59.5rem;
    font-size: 2.6rem;
  }
}

.u-ff-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.u-ff-mincho {
  font-family: "Zen Old Mincho", serif !important;
}

.u-ff-EBGaramond {
  font-family: "EB Garamond", serif !important;
}

.u-fc-red {
  color: #731f17 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-textAlign-right {
  text-align: right;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-mb-1rem {
  margin-bottom: 1rem !important;
}

.u-mb-2rem {
  margin-bottom: 2rem !important;
}

.u-mb-3rem {
  margin-bottom: 3rem !important;
}

.u-mb-4rem {
  margin-bottom: 4rem !important;
}

.u-mb-5rem {
  margin-bottom: 5rem !important;
}

.u-mb-6rem {
  margin-bottom: 6rem !important;
}

.u-w-100 {
  width: 100%;
}

.u-flexDirection-column {
  flex-direction: column !important;
}

@media screen and (min-width: 961px) {
  .u-sp {
    display: none !important;
  }
  .u-pr-4rem-pc {
    padding-right: 4rem !important;
  }
  .u-textAlign-right-pc {
    text-align: right;
  }
  .u-alignItems-flexStart-pc {
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 960px) {
  .u-pc {
    display: none !important;
  }
  .u-mb-2rem-sp {
    margin-bottom: 2rem !important;
  }
  .u-mb-4rem-sp {
    margin-bottom: 4rem !important;
  }
  .u-letterSpacing-0-sp {
    letter-spacing: 0 !important;
  }
  .u-textAlign-left-sp {
    text-align: left !important;
  }
  .u-textAlign-center-sp {
    text-align: center !important;
  }
  .u-alignItems-flexStart-sp {
    align-items: flex-start !important;
  }
}</pre></body></html>