@charset "UTF-8";
html {
  font-size: 16px;
  font-size: 1vw;
}

body {
  color: #262626;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

h2,
h3,
h4 {
  font-weight: 600;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-container {
  display: flex;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  width: 86.25rem;
}
.l-container.--faq {
  margin-left: 5.875rem;
}
.l-container.--wide {
  max-width: none;
  width: 105rem;
}
.l-container.--slider > * {
  min-height: 0;
  min-width: 0;
}

.l-container__aside {
  width: 13.75rem;
}

.l-container__main {
  flex: 1;
}

.l-footer {
  background-color: #817E78;
}

.l-footer__container {
  display: flex;
  gap: 26.375rem;
  gap: 0;
  justify-content: space-between;
  padding-bottom: 12.5rem;
  padding-top: 5rem;
}

.l-footer__container.l-container {
  width: 86.875rem;
}

.l-footer__logo {
  width: 23.625rem;
}

.l-footer__contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__contentsFlex {
  display: flex;
  gap: 5.5rem;
}

.l-footer__nav {
  width: 19.375rem;
}

.l-footer__navList {
  display: grid;
  gap: 1.5625rem 2.4375rem;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
}

.l-footer__navLink {
  color: #fff;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.l-footer__navLink:hover {
  opacity: 0.7;
}

.l-footer__info {
  display: flex;
  flex-direction: column;
}

.l-footer__sns {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  left: -0.3125rem;
  padding-top: 0.25rem;
  position: relative;
}

.l-footer__snsLink {
  display: block;
  transition: opacity 0.3s;
  width: 1.875rem;
}

.l-footer__snsLink:hover {
  opacity: 0.7;
}

.l-footer__request {
  margin-top: 2.375rem;
}

.l-footer__requestLink {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1.52;
  max-width: 100%;
  transition: all 0.3s;
  width: 19.125rem;
}

.l-footer__requestLink:hover {
  background-color: #fff;
  color: #817E78;
}

.l-footer__banners {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-top: auto;
}

.l-footer__bannerLink {
  display: block;
  transition: opacity 0.3s;
}

.l-footer__bannerLink:hover {
  opacity: 0.7;
}

.l-footer__bannerItem img {
  display: block;
  width: 8.75rem;
}

.l-footer__copyright {
  color: #fff;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 10.25rem;
}

.l-footer__add {
  bottom: 1.0625rem;
  left: 1.25rem;
  position: absolute;
}

.l-footer__addItem + .l-footer__addItem {
  margin-top: 1.3rem;
}

.l-footer__addLink {
  color: #fff;
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1;
  position: relative;
}
.l-footer__addLink::before {
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.is-drawer-active .l-header {
  z-index: 30;
}

.l-header__wrapper {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding-inline: 1.25rem;
  padding-top: 1.25rem;
}

.l-header__logo {
  font-size: 1px;
  line-height: 1;
  z-index: 40;
}

.l-header__logoWrap {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}

.l-header__hamburgerWrap {
  display: contents;
}

.l-header__request {
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 40;
}

.l-header--sub .c-requestBtn {
  border-color: #262626;
  color: #262626;
}

.l-header__hamburger {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s;
  transition-delay: 0.3s;
  visibility: hidden;
}

.l-header--sub .c-hamburger span {
  background-color: #817E78;
}

.l-header__logoLink svg {
  transition: width 1.2s ease;
  width: 21.5rem;
}

.l-header--sub .l-header__logoLink svg {
  width: 13.75rem;
}

.l-header__logoImg path {
  fill: #fff;
  transition-duration: 0.4s;
  transition-property: fill;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-header--sub .l-header__logoImg path {
  fill: #817E78;
}

.l-header:has(.p-drawer.is-open) .l-header__logoImg path {
  fill: #fff;
}

.l-header:has(.p-drawer.is-open) .l-header__request {
  border-color: #fff;
  color: #fff;
}

.l-header--sub:has(.p-drawer.is-open) .c-requestBtn {
  border-color: #fff;
  color: #fff;
}

.is-scrolled .l-header__logoLink svg {
  width: 5.3125rem;
}

.is-scrolled .l-header__hamburger {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.is-mvPassed .l-header__logoImg path {
  fill: #817E78;
}

.is-mvPassed .l-header__request {
  border-color: #262626;
  color: #262626;
}

/* --- ハンバーガーメニューオープン時のスタイル --- */
.l-header:has(.js-hamburger.js-open) .l-header__menu {
  color: #fff;
}

.is-mvPassed .l-header__hamburger .c-hamburger span {
  background-color: #817E78;
}

/* --- ダークセクションでのヘッダースタイル (is-dark) --- */
.l-header.is-dark .l-header__logoImg path {
  fill: #fff;
}

.l-header.is-dark .l-header__gnav__link {
  color: #fff;
}

.l-header.is-dark .l-header__contact {
  color: #fff;
}

.l-header.is-dark .l-header__hamburger .hamburger__bar:before {
  background-color: #fff;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 72.5rem;
}

.l-sec70 {
  padding-top: 4.375rem;
}
.l-sec80 {
  padding-top: 5rem;
}
.l-sec100 {
  padding-top: 6.25rem;
}
.l-sec120 {
  padding-top: 7.5rem;
}
.l-sec130 {
  padding-top: 8.125rem;
}
.l-sec140 {
  padding-top: 8.75rem;
}
.l-sec160 {
  padding-top: 10rem;
}
.l-sec200 {
  padding-top: 12.5rem;
}
.l-sec230 {
  padding-top: 14.375rem;
}
.l-sec280 {
  padding-top: 17.5rem;
}
.l-sec320 {
  padding-top: 20rem;
}

.l-secPb160 {
  padding-bottom: 10rem;
}

.l-section {
  margin-inline: auto;
  max-width: 100%;
  width: 100rem;
}

.c-bg {
  background-color: #D9D4CC;
}

.c-btn {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-size: 1.3125rem;
  height: 3.125rem;
  letter-spacing: 0.0015em;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  transition: all 0.3s;
  width: 21.875rem;
}

.c-btn2 {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
  display: inline-block;
  font-size: 1.3125rem;
  letter-spacing: 0.15em;
  line-height: 1.52;
  min-width: 22.5rem;
  padding: 0.5rem 3.75rem 0.625rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.c-card__img {
  overflow: hidden;
  position: relative;
}
.c-card__img img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-card__img.--blog img {
  aspect-ratio: 516/362;
}
.c-card__img.--blogIndex img {
  aspect-ratio: 516/342;
}
.c-card__body {
  margin-top: 1.5625rem;
}

.c-card__title {
  font-size: 1.625rem;
  line-height: 1.4;
}
.c-card__title span {
  display: inline-block;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  margin-right: 0.9375rem;
  position: relative;
  top: -0.3125rem;
}

.c-card__meta {
  align-items: center;
  display: flex;
  gap: 1.125rem;
  margin-top: 1rem;
}

.c-card__date {
  display: inline-block;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.c-card__date.--mt {
  margin-top: 1.125rem;
}

.c-card__location {
  font-size: 1.3125rem;
  line-height: 1;
  position: relative;
  top: -3px;
}

.c-card__text {
  margin-top: 1rem;
}

.c-cat {
  background-color: #D9D4CC;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: clamp(1.875rem, -17.708rem + 40.799vw, 31.25rem);
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

body.noscroll {
  overflow: hidden;
}

.c-hamburgerOuter {
  align-items: center;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  transition: all 0.5s ease;
  width: 4.0625rem;
}

.c-hamburger {
  cursor: pointer;
  display: block;
  height: 1rem;
  position: relative;
  transition: 0.5s all;
  width: 4.0625rem;
  z-index: 40;
}

.c-hamburger span {
  background-color: #fff;
  border-radius: 1px;
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: calc((100% - 1px) / 2);
  transition: ease 0.5s all;
  transition-duration: 0.4s;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, transform, opacity;
  transition-property: background-color, transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.c-hamburger span:nth-child(2) {
  opacity: 1;
}
.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/*OPEN時の動き*/
.js-open.c-hamburger-outer {
  margin-left: auto;
  transition: all 0.5s ease;
}

.js-open .c-hamburger span {
  background-color: #fff !important;
  transition: ease 0.5s;
}

.is-mvPassed .l-header__hamburger.js-open .c-hamburger span {
  background-color: #fff;
}

.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: rotate(13.241deg);
  transform: rotate(13.241deg);
}

.js-open .c-hamburger span:nth-child(2) {
  opacity: 0;
}

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-13.241deg);
  transform: rotate(-13.241deg);
}

.c-headline1 {
  color: #817E78;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.c-headline1.--white {
  color: #fff;
}

.c-headline2 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 0.9375rem;
  position: relative;
}
.c-headline2::before {
  background-color: #262626;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 0.3125rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #262626, #262626);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #262626;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #262626;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #262626;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-link {
  color: #262626;
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}
.c-loading {
  opacity: 0;
  /* 最初は透明な状態にする */
  transition: opacity 2s;
  /* 2秒かけて透明度を変化させる */
}

.c-loading.on {
  opacity: 1;
  /* .onクラスが付くと、不透明（表示された状態）になる */
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-requestBtn {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 1.3125rem;
  height: 3.25rem;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1.52;
  min-height: 3.25rem;
  min-width: 11.25rem;
  padding-block: 0 0.125rem;
  padding-inline: 0.625rem;
  transition: all 0.3s;
}

.c-tag {
  border: 1px solid #817E78;
  color: #262626;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #817E78;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.c-view {
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-view span {
  align-items: center;
  display: flex;
}
.c-view span::after {
  background: linear-gradient(to right, #817E78 50%, #262626 50%);
  background-position: right;
  background-size: 200% 100%;
  content: "";
  height: 1.25rem;
  margin-left: 0.625rem;
  position: relative;
  top: -2px;
  transition: background-position 0.4s ease;
  width: 5.625rem;
}
.c-view.--reverse span {
  flex-direction: row-reverse;
}
.c-view.--reverse span::after {
  margin-left: 0;
  margin-right: 0.625rem;
}
.c-view.--gray {
  color: #817E78;
}
.c-view.--gray span::after {
  background: linear-gradient(to right, #262626 50%, #817E78 50%);
  background-position: right;
  background-size: 200% 100%;
}
.c-view.--white {
  color: #fff;
}
.c-view.--white span::after {
  background: linear-gradient(to right, #262626 50%, #fff 50%);
  background-position: right;
  background-size: 200% 100%;
}

.p-flow1 {
  margin-top: 5rem;
}

.p-flow2,
.p-flow3,
.p-flow4,
.p-flow5 {
  margin-top: 10rem;
  padding-top: 10rem;
  position: relative;
}
.p-flow2::before,
.p-flow3::before,
.p-flow4::before,
.p-flow5::before {
  -webkit-transform: translateX(-50%);
  background: url(../img/common/arrow_lg.png) center center/cover no-repeat;
  content: "";
  height: 1.375rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.p-flow__thumb.--mt80 {
  margin-top: 5rem;
}

.p-flow__number {
  position: relative;
  top: 0.5rem;
}

.p-flow__head {
  font-size: 1.75rem;
  line-height: 1;
}

.p-flow__items {
  display: grid;
  gap: 5rem 0.375rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5rem;
}

.p-flow__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-flow__item:nth-child(even) .p-flow__body {
  padding-left: 0.9375rem;
}

.p-flow__body {
  margin-top: 3.125rem;
}

.p-flow__subTitle {
  font-size: 1.75rem;
  line-height: 1;
}

.p-flow__text {
  margin-top: 2.375rem;
}

.p-flow__link {
  margin-left: auto;
  margin-top: auto;
  padding-top: 2.375rem;
}

.p-flow__stepWrap {
  margin-top: 6.25rem;
}

.p-flow__step:not(:first-child) {
  margin-top: 5rem;
  padding-top: 4.375rem;
  position: relative;
}
.p-flow__step:not(:first-child)::before {
  -webkit-transform: translateX(-50%);
  background: url(../img/common/arrow_md.png) center center/cover no-repeat;
  content: "";
  height: 1.375rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.p-flow__stepHeader {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-flow__stepTitle {
  font-size: 1.625rem;
  line-height: 1;
}
.p-flow__stepTitle span {
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.0003888889em;
  margin-right: 1.25rem;
  position: relative;
  top: -0.25rem;
}

.p-flow__priceBox {
  border: 1px solid #262626;
  font-size: 1.1875rem;
  line-height: 1;
  padding-block: 0.25rem 0.375rem;
  padding-inline: 2.1875rem;
}

.p-flow__stepText {
  margin-top: 1.875rem;
}

.p-aboutLink {
  margin-top: 4.375rem;
}

.p-access__map {
  overflow: hidden;
  width: 100%;
}

.p-access__map iframe {
  aspect-ratio: 1120/570;
  display: block;
  height: auto;
  width: 100%;
}

.p-access__info {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}

.p-access__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.p-access__text {
  color: #262626;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 1.25rem;
}
.p-access__text a:not([href^="tel:"]):not([href^="mailto:"]) {
  -webkit-text-decoration: none !important;
  color: inherit !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}

.p-blogList {
  margin-bottom: 10rem;
  margin-top: 4.375rem;
}

.p-blogList__inner {
  padding-inline: 1.25rem;
}

.p-blogList__grid {
  display: grid;
  gap: 5rem 0.375rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-blogList__viewWrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

.p-blogLead {
  padding-top: 10rem;
}

.p-blogLead__inner {
  padding-left: 1.25rem;
  padding-right: 4.5rem;
}

.p-blogLead__flex {
  display: flex;
  justify-content: space-between;
}

.p-blogLead__title {
  display: flex;
}

.p-blogLead__title--en {
  width: 12.5rem;
}

.p-blogLead__title--ja {
  position: relative;
  top: -2px;
}

.p-blogLead__filter {
  display: flex;
  gap: 8.125rem;
}

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

.p-blogLead__filterItem {
  align-items: center;
  display: flex;
  gap: 0.9375rem;
}

.p-blogLead__checkbox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.p-blogLead__label {
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  padding-right: 0.9375rem;
  position: relative;
  user-select: none;
}

.p-blogLead__label::before {
  border: 1px solid #969797;
  content: "";
  height: 1.375rem;
  position: absolute;
  right: calc(100% + 0.9375rem);
  top: 0.625rem;
  transition: all 0.3s;
  width: 1.375rem;
}

.p-blogLead__checkbox:checked + .p-blogLead__label::before {
  background-color: #262626;
  border-color: #262626;
}
.p-blogList {
  margin-bottom: 10rem;
  margin-top: 5rem;
}

.p-blogList__inner {
  padding-inline: 1.25rem;
}

.p-blogList__grid {
  display: grid;
  gap: 5rem 0.375rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-blogList__viewWrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

.p-blogList__item .c-card__img img {
  aspect-ratio: 516/342;
}

.p-buildLink {
  margin-top: 4.375rem;
}

/* ===============================================
# カテゴリ
=============================================== */
.p-buildCategory {
  margin-top: 0.375rem;
}

/* ===============================================
# Q&A
=============================================== */
.p-cta__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.p-cta__item {
  overflow: hidden;
  position: relative;
}

.p-cta__link {
  display: block;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}
.p-cta__img {
  overflow: hidden;
}

.p-cta__img img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-cta__overlay {
  background-color: rgba(150, 151, 151, 0.5);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 0;
}

.p-cta__wrap {
  display: flex;
  gap: 8.4375rem;
  left: 1.25rem;
  position: absolute;
  top: 9.375rem;
}

.p-cta__content {
  position: relative;
  width: 24rem;
  z-index: 3;
}

.p-cta__label {
  color: #fff;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-cta__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.p-cta__text {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1.875rem;
}

.p-cta__viewMore {
  display: none;
}

.p-drawer {
  -ms-scroll-chaining: none;
  background-color: #817E78;
  height: 26.875rem;
  height: 35.8125rem;
  left: 0;
  min-height: 35.8125rem;
  overflow-y: scroll;
  overscroll-behavior: none;
  position: fixed;
  scrollbar-width: none;
  top: 0;
  width: 100vw;
  z-index: 30;
}

.p-drawer__wrap {
  height: calc(100% + 1px);
  padding: 1.25rem 0;
  scrollbar-width: none;
  width: 100%;
}

.p-drawer__inner {
  margin-left: auto;
  margin-right: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 32.625rem;
}

.p-drawer__nav {
  width: 19.375rem;
}

.p-drawer__navList {
  display: grid;
  gap: 1.875rem;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
}

.p-drawer__navLink {
  color: #fff;
  display: block;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.p-drawer__navText {
  display: block;
  opacity: 0;
  transition: translate 0.8s cubic-bezier(0.35, 0.02, 0, 0.99), opacity 0.4s;
  translate: 0 101%;
}
.p-drawer__navText.--white {
  color: #fff !important;
}

.js-drawer.is-open .p-drawer__navText {
  opacity: 1;
  transition-delay: calc(var(--num) * 0.03s + 0.05s), calc(var(--num) * 0.03s + 0.13s);
  translate: 0 0;
}

.p-drawer__requestWrap {
  overflow: hidden;
}

.p-drawer__request {
  display: block;
  opacity: 0;
  transition: translate 0.8s cubic-bezier(0.35, 0.02, 0, 0.99), opacity 0.4s;
  translate: 0 101%;
}

.js-drawer.is-open .p-drawer__request {
  opacity: 1;
  transition-delay: calc(var(--num) * 0.03s + 0.05s), calc(var(--num) * 0.03s + 0.13s);
  translate: 0 0;
}

.p-drawer__navLink.is-active {
  color: #969797;
}

.p-drawer__navLink:hover {
  opacity: 0.7;
}

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

.p-drawer__below {
  align-items: center;
  display: flex;
  gap: 4.5625rem;
  justify-content: flex-end;
  margin-top: 10.25rem;
}

.p-drawer__copyright {
  color: #fff;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 2.375rem;
}

.p-drawer__sns {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
  left: 0.0875rem;
  position: relative;
}

.p-drawer__snsLink {
  display: block;
  transition: opacity 0.3s;
  width: 1.875rem;
}

.p-drawer__snsLink:hover {
  opacity: 0.7;
}

.js-drawer {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  opacity: 1;
  transition: clip-path 0.6s cubic-bezier(0.64, 0.03, 0.03, 0.99);
  visibility: visible;
}

.js-drawer.is-open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  visibility: visible;
}

.p-drawer__add {
  bottom: 1.0625rem;
  left: 1.25rem;
  position: absolute;
}

.p-drawer__addItem + .p-drawer__addItem {
  margin-top: 1.3rem;
}

.p-drawer__addLink {
  color: #fff;
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1;
  position: relative;
}
.p-drawer__addLink::before {
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}

.p-entry p {
  font-size: 1.3125rem;
  line-height: 2;
  margin-bottom: 5rem;
}
.p-entry strong {
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 700;
}
.p-entry a {
  color: #817E78;
  text-decoration: underline;
}
.p-entry a.btn {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
  display: block;
  font-size: 1.3125rem;
  letter-spacing: 0.15em;
  line-height: 1.52;
  margin-bottom: 6.25rem;
  margin-inline: auto;
  padding: 0.5625rem 3.75rem 0.6875rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-entry .col1 {
  margin-bottom: 5rem;
}
.p-entry .col2 {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 5rem;
}
.p-entry .col2 img {
  margin-bottom: 0;
}
.p-entry .col2 img.--hidden {
  display: none;
}
.p-entry .col1 p,
.p-entry .col2 p {
  font-size: 1.125rem;
}
.p-entry .col1 > img:has(+ p),
.p-entry .col2 > img:has(+ p),
.p-entry .col1 > iframe:has(+ p),
.p-entry .col2 > iframe:has(+ p) {
  margin-bottom: 0;
}
.p-entry img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  margin-bottom: 5rem;
  max-width: 100%;
  object-fit: cover;
}
.p-entry iframe {
  aspect-ratio: 1120/630;
  display: block;
  height: auto;
  margin-bottom: 5rem;
  max-width: 100%;
  width: 100%;
}
.p-entry img:has(+ img):not(.col2 > img),
.p-entry img:has(+ .col2) {
  margin-bottom: 2.5rem;
}
.p-entry .col2:has(+ .col2),
.p-entry .col2:has(+ img) {
  margin-bottom: 2.5rem;
}
.p-entry > *:last-child {
  margin-bottom: 0;
}
.p-entry.--news img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
}
.p-entry.--news .col2 {
  gap: 0.375rem;
}
.p-entry.--news .col2 img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
}

.l-faq {
  padding-bottom: 10rem;
  padding-top: 10rem;
}

.p-faq__item:not(:first-of-type) .p-faq__question {
  padding-block: 3.125rem;
}
.p-faq__item:first-of-type .p-faq__question {
  padding-bottom: 3.125rem;
}
.p-faq__item:not(:last-of-type) {
  border-bottom: 1px solid #817E78;
}
.p-faq__list.--qa .p-faq__item:first-of-type {
  border-top: 1px solid #817E78;
  padding-top: 3.125rem;
}
.p-faq__list.--qa .p-faq__item:last-of-type {
  border-bottom: 1px solid #817E78;
}

.p-faq__question {
  cursor: pointer;
}

.p-faq__flex {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.p-faq__category {
  color: #817E78;
  padding-right: 0.625rem;
  width: 23.75rem;
}

.p-faq__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  flex: 1;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
  overflow: hidden;
  padding-right: 1.25rem;
}

.p-faq__icon {
  display: none;
  height: 1.25rem;
  position: absolute;
  right: 0;
  top: 0.625rem;
  width: 1.25rem;
}
.p-faq__icon::before, .p-faq__icon::after {
  background-color: #262626;
  content: "";
  position: absolute;
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-faq__icon::before {
  -webkit-transform: translateY(-50%);
  height: 0.125rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}
.p-faq__icon::after {
  -webkit-transform: translateX(-50%);
  height: 1.25rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0.125rem;
}

.p-faq__question.is-open .p-faq__icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-faq__answer {
  display: none;
  padding-left: 23.75rem;
}

.p-faq__text {
  font-size: 1.3125rem;
  line-height: 2;
  padding-bottom: 3.125rem;
}

.p-faq__more {
  margin-left: auto;
  margin-top: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-faq__viewWrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

.p-hoge {
  font-size: 1.25rem;
}

/* ===============================================
# メイン画像
=============================================== */
/* ===============================================
# 導入テキスト
=============================================== */
.p-landIntro {
  background-color: #D9D4CC;
}

.p-landIntro__title {
  color: #262626;
  font-size: 1.75rem;
  line-height: 1;
}

.p-landIntro__text {
  color: #262626;
  font-size: 1.3125rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 2.3125rem;
}

.p-landIntro__text p + p {
  margin-top: 2.375rem;
}

/* ===============================================
# 特徴ポイント
=============================================== */
.p-landFeatures__grid {
  display: grid;
  gap: 4.1875rem 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-landFeatures__itemText {
  color: #262626;
  font-size: 1.3125rem;
  line-height: 2;
  margin-top: 1.75rem;
}

/* ===============================================
# MAI不動産セクション
=============================================== */
.p-landEstate {
  background-color: #D9D4CC;
}

.p-landEstate__wrapper {
  align-items: flex-end;
  display: flex;
  gap: 7.5rem;
}

.p-landEstate__img {
  flex: 1;
}

.p-landEstate__body {
  margin-bottom: -0.1875rem;
  position: relative;
  width: 21.25rem;
}

.p-landEstate__title {
  font-size: 1.75rem;
  line-height: 1.8;
}

.p-landEstate__text {
  font-size: 1.3125rem;
  line-height: 2;
  margin-top: 2.4375rem;
}

.p-landEstate__link {
  margin-left: auto;
  margin-top: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* ===============================================
# リンクコンポーネント
=============================================== */
.c-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.c-link__text {
  color: #817E78;
  display: inline-block;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.25rem;
  line-height: 1;
  padding-right: 0.625rem;
  position: relative;
  text-align: right;
  z-index: 1;
}

.c-link__bar {
  background-color: #817E78;
  height: 1.125rem;
  position: absolute;
  right: 0;
  top: 0.125rem;
  width: 5.625rem;
  z-index: 0;
}

.p-lead__meta {
  align-items: center;
  display: flex;
  gap: 2.1875rem;
}

.p-lead__head {
  position: relative;
  top: 0.625rem;
}

.p-lead__date {
  color: #969797;
}

.p-lead__location {
  color: #969797;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  position: relative;
  top: -0.125rem;
}

.p-lead__title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: 0.25rem;
  top: 0;
  width: 48.6875rem;
}
.p-lead__title.--quality {
  width: 49.375rem;
}
.p-lead__title.--lh18 {
  line-height: 1.8;
}
.p-lead__title.--mt {
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-NewsLead .p-lead__title {
  line-height: 1.8;
  width: 100%;
}

.p-lead__text {
  margin-top: 2.5rem;
}

.p-lead__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-lead__flex {
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -0.3125rem;
}

.p-lead__linkWrap {
  width: 21.25rem;
}
.p-lead__linkWrap.--grid {
  display: grid;
  gap: 2rem 0;
  grid-template-columns: repeat(2, 1fr);
}
.p-lead__linkWrap.--grid .p-lead__link:nth-child(odd) {
  width: 12.5rem;
}

.p-lead__link {
  color: #817E78;
  display: inline-block;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-lead__linkWrap.--adjust .p-lead__link + .p-lead__linkWrap.--adjust .p-lead__link {
  margin-top: 0.9375rem;
}

.p-lead__view {
  margin-top: 2.375rem;
}
.p-lead__view.--right {
  margin-left: auto;
}

/* ===============================================
# 02
=============================================== */

.p-lead2__inner {
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}
.p-lead2__inner.--blog {
  padding-right: 4.8125rem;
}

.p-lead2__flex {
  display: flex;
}

.p-lead2__titleWrap {
  display: flex;
}

.p-lead2__titleEn {
  position: relative;
  top: 0.625rem;
  width: 13.75rem;
}

.p-lead2__titleJa {
  position: relative;
  top: -0.9375rem;
}

.p-lead2__titleBlock {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  width: 48.8125rem;
}

.p-lead2__titleCats {
  display: flex;
  display: none;
  flex-wrap: wrap;
  gap: 0.9375rem;
  margin-top: auto;
}

.p-lead2__titleCat {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.p-lead2__titleCat:not(:last-child)::after {
  bottom: 0;
  content: ",";
  font-size: 1.1875rem;
  position: absolute;
  right: -0.3125rem;
}

.p-lead2__filter {
  display: flex;
}

.p-lead2__filterGroup {
  display: flex;
  flex-direction: column;
}
.p-lead2__filterGroup.--year {
  width: 12.5rem;
}
.p-lead2__filterGroup.--category {
  flex: 1;
}

.p-lead2__filterGroup:not(.--year) {
  max-width: 100%;
}

.p-lead2__filterItem {
  align-items: center;
  display: flex;
}
.p-lead2__filterItem + .p-lead2__filterItem {
  margin-top: 0.25rem;
}

.p-lead2__checkbox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.p-lead2__label {
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  font-size: 1.1875rem;
  padding-left: 2.1875rem;
  position: relative;
  user-select: none;
}

.p-lead2__label::before {
  border: 1px solid #969797;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  transition: all 0.3s;
  width: 1.25rem;
}

.p-lead2__checkbox:checked + .p-lead2__label::before {
  background-color: #262626;
  border-color: #262626;
}

.l-linkBlock {
  margin-top: 10rem;
}

.p-linkBlock__list {
  display: grid;
  gap: 0.3125rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-linkBlock__list.--col4 {
  grid-template-columns: repeat(4, 1fr);
}

.p-linkBlock__item {
  overflow: hidden;
  position: relative;
}

.p-linkBlock__link {
  display: block;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}
.p-linkBlock__overlay {
  background-color: rgba(150, 151, 151, 0.5);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 0;
}

.p-linkBlock__title {
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.75rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-list {
  list-style: none;
  padding: 0;
}

.p-list__item:not(:first-child) {
  margin-top: 1.875rem;
}

.p-list__dl {
  display: flex;
}

.p-list__term {
  color: #969797;
  flex-shrink: 0;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 2;
  min-width: 5.25rem;
  width: 23.75rem;
}

.p-list__desc {
  color: #262626;
  flex: 1;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 2;
}

.p-list__item:not(:last-child) {
  border-bottom: 1px solid #969797;
  padding-bottom: 1.78125rem;
}

.p-list__item.--BorderNone {
  border-bottom: none;
  padding-bottom: 4.375rem;
}

.p-materialsType__container {
  margin-inline: auto;
  max-width: 100%;
  width: 70rem;
}

.p-materialsType__item {
  align-items: flex-end;
  display: flex;
  gap: 7.5rem;
}

.p-materialsType__item:not(:first-child) {
  margin-top: 6.25rem;
}

.p-materialsType__img {
  flex-shrink: 0;
  width: 41.25rem;
}

.p-materialsType__content {
  bottom: -0.3125rem;
  position: relative;
}

.p-materialsType__content.--pr20 {
  padding-right: 1.25rem;
}
.p-materialsType__content.--pl20 {
  padding-left: 0.9375rem;
}
.p-materialsType__content.--mt50 {
  margin-top: 3.125rem;
}

.p-materialsType__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.p-materialsType__text {
  color: #262626;
  line-height: 2;
  margin-top: 2.3125rem;
}

.p-materialsType__grid {
  display: grid;
  gap: 0.375rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
}
.p-materialsType__grid.--mt160 {
  margin-top: 10rem;
}

.p-materialsType__card {
  list-style: none;
}

.p-materialsSection1 {
  margin-top: 2rem;
}

.p-materialsSection2 {
  margin-top: 10rem;
}

.p-media {
  display: flex;
  gap: 7.5rem;
  justify-content: space-between;
}

.p-media__body {
  max-width: 100%;
  width: 41.25rem;
}

.p-media__head {
  font-size: 1.75rem;
  line-height: 1;
}

.p-media__txt {
  margin-top: 2.375rem;
}

.p-media__img {
  flex: 1;
}

.p-media__link {
  color: #817E78;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.p-media__note {
  line-height: 1.8;
  margin-top: 1.25rem;
}

/* ===============================================
# p-media2
=============================================== */
.p-media2 {
  align-items: center;
  display: flex;
  gap: 7.0625rem;
}
.p-media2 + .p-media2 {
  margin-top: 8.75rem;
}
.p-media2:nth-child(even) {
  flex-direction: row-reverse;
}

.p-media2__img {
  max-width: 100%;
  width: 56.25rem;
}

.p-media2__body {
  max-width: 100%;
  width: 21.875rem;
}

.p-media2__headSub {
  color: #969797;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: justify;
}

.p-media2__headMain {
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 2.25rem;
}

.p-media2__txt {
  margin-top: 2.25rem;
}

/* ===============================================
# 03
=============================================== */
.p-media3 {
  align-items: flex-end;
  display: flex;
  gap: 7.5rem;
}

.p-media3__body {
  bottom: -0.75rem;
  position: relative;
}

.p-media3:not(:first-child) {
  margin-top: 6.25rem;
}

.p-media3__img {
  flex-shrink: 0;
  width: 41.25rem;
}

.p-media3__content.--pr20 {
  padding-right: 1.25rem;
}
.p-media3__content.--pl20 {
  padding-left: 1.25rem;
}
.p-media3__content.--mt50 {
  margin-top: 3.125rem;
}

.p-media3__head {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.8;
}

.p-media3__txt {
  color: #262626;
  line-height: 2;
  margin-top: 2.3125rem;
}

.p-media3__view {
  display: block;
  margin-left: auto;
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-modelHouseLeadContent__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-modelHouseMedias,
.p-modelHouseTitle2,
.p-modelHouseTitle3 {
  margin-top: 8.75rem;
}

.p-modelHouseSpec__head {
  position: relative;
  top: 0.75rem;
}

.p-modelHouseAccess {
  padding-block: 10rem;
}

.p-nav {
  z-index: 25;
}

.p-nav__list {
  display: grid;
  gap: 1.875rem;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
}

.p-nav__link {
  display: block;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-weight: 400;
  line-height: 1;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.p-nav__link.is-active span {
  color: #817E78;
}
.p-nav__link.--home.is-active span {
  color: #fff;
}

.p-topMv__nav .p-nav__link {
  color: #fff;
  font-size: 1.75rem;
}

.p-topMv__nav .p-nav__text.--reform {
  color: #fff;
}

.p-subNav .p-nav__text.--reform {
  color: #262626;
}

.p-NewsLead.l-sec320 {
  padding-top: 20.625rem;
}

.p-topNews .p-news__item:not(:last-of-type) {
  border-bottom: 1px solid #969797;
}
.p-topNews .p-news__item:first-child .p-news__link {
  padding-bottom: 3.125rem;
}
.p-topNews .p-news__item:not(:first-child) .p-news__link {
  padding-block: 3.125rem;
}

.p-newsList .p-news__item {
  border-bottom: 1px solid #969797;
}
.p-newsList .p-news__item:first-child {
  border-top: 1px solid #969797;
}
.p-newsList .p-news__link {
  padding-block: 3.125rem;
}

.p-news__link {
  align-items: center;
  display: flex;
  transition: 0.3s opacity;
}

.p-news__meta {
  align-items: center;
  display: flex;
  gap: 2.1875rem;
  padding-right: 20px;
  width: 23.75rem;
}

.p-news__date {
  color: #969797;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
}

.p-news__category {
  color: #969797;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: -0.1875rem;
}

.p-news__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  flex: 1;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
  padding-right: 2.1875rem;
}

.p-news__item[data-icon-type] .p-news__link {
  position: relative;
}
.p-news__item[data-icon-type] .p-news__link::after {
  -webkit-transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.875rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.625rem;
}
.p-news__item[data-icon-type][data-icon-type=pdf] .p-news__link::after {
  background-image: url("../img/common/icon_pdf.svg");
}
.p-news__item[data-icon-type][data-icon-type=word] .p-news__link::after {
  background-image: url("../img/common/icon_word.svg");
}
.p-news__item[data-icon-type][data-icon-type=excel] .p-news__link::after {
  background-image: url("../img/common/icon_excel.svg");
}
.p-news__item[data-icon-type][data-icon-type=ppt] .p-news__link::after {
  background-image: url("../img/common/icon_ppt.svg");
}
.p-news__item[data-icon-type][data-icon-type=external] .p-news__link::after {
  background-image: url("../img/common/icon_external.svg");
  height: 1.75rem;
  right: -0.1875rem;
  width: 1.75rem;
}

.p-topNews__view {
  display: block;
  margin-left: auto;
  margin-top: 1.875rem;
}

.p-newsContent__main {
  border-top: 1px solid #817E78;
  margin-top: 3.9375rem;
  padding-bottom: 10rem;
  padding-top: 5rem;
}

.p-newsContent__viewWrap {
  display: block;
  margin-top: 5rem;
}

.p-newsList {
  margin-bottom: 10rem;
  margin-top: 5rem;
}

.p-newsList__viewWrap {
  margin-top: 5rem;
}

.p-notFoundLead {
  padding-bottom: 10rem;
}

.p-notFound__button {
  display: block;
  margin-top: 5rem;
}

.p-outlineAccess {
  margin-top: 10rem;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-philosophyContent__text {
  display: flex;
  gap: 2.375rem;
}

.p-philosophyContent__left {
  max-width: 100%;
  width: 33.75rem;
}

.p-philosophyContent__right {
  max-width: 100%;
  width: 33.75rem;
}

.p-philosophyContent__right p + p {
  margin-top: 2.625rem;
}

.p-philosophyText {
  margin-top: 8.125rem;
}

.p-philosophyText__content {
  margin-inline: auto;
  max-width: 70rem;
}

.p-philosophyDetail {
  margin-top: 9.1875rem;
}

.p-philosophyDetail__wrapper {
  display: flex;
  gap: 12.5rem;
}

.p-philosophyDetail__img {
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  width: 23.75rem;
}

.p-philosophyDetail__text {
  flex: 1;
  margin-top: 7.4375rem;
  max-width: 100%;
  width: 33.75rem;
}

.p-philosophyDetail2__img {
  margin-inline: auto;
  max-width: 100rem;
  overflow: hidden;
}

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

.p-philosophyDetail3__wrapper {
  display: flex;
  gap: 2.5rem;
}

.p-philosophyDetail3__left {
  max-width: 100%;
  width: 33.75rem;
}

.p-philosophyDetail3__right {
  max-width: 100%;
  width: 33.75rem;
}

.p-philosophyDetail4__img {
  margin-inline: auto;
  max-width: 70rem;
  overflow: hidden;
}

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

.p-philosophyDetail5 {
  padding-bottom: 12.5rem;
}

.p-philosophyDetail5__wrapper {
  display: flex;
  gap: 2.5rem;
}

.p-philosophyDetail5__left {
  max-width: 100%;
  width: 33.75rem;
}

.p-philosophyDetail5__right {
  max-width: 100%;
  width: 33.75rem;
}

.p-privacy {
  padding-block: 6.25rem 10rem;
}

.p-privacy__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-privacy__item:not(:first-of-type) {
  margin-top: 6.25rem;
}

.p-privacy__title {
  color: #262626;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.p-privacy__text {
  margin-top: 2.25rem;
}

.p-qa {
  padding-block: 5rem 10rem;
}

.p-qualitySection1 {
  margin-top: 2.8125rem;
}

.p-qualitySection2,
.p-qualitySection3,
.p-qualitySection4 {
  margin-top: 10rem;
}

.p-qualityContents__item + .p-qualityContents__item {
  margin-top: 6.25rem;
}
.p-qualityContents__item.--border {
  border-top: 1px solid #817E78;
  padding-top: 6.25rem;
}

.p-qualityContents__movie {
  margin-top: 10rem;
}
.p-qualityContents__movie iframe {
  aspect-ratio: 1120/630;
  display: block;
  height: auto;
  width: 100%;
}

.p-recruitLeadContents__apply {
  display: block;
  margin-left: auto;
  margin-top: 2.5rem;
}

.p-recruitLeadContents__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-recruitHeadline {
  font-size: 2.25rem;
  line-height: 1;
  position: relative;
  top: -5px;
}

/* ===============================================
# p-recruitPerson
=============================================== */
.p-recruitPerson__text p + p {
  margin-top: 2.625rem;
}

/* ===============================================
# p-recruitJob
=============================================== */
.p-recruitJob__item {
  align-items: flex-end;
  display: flex;
  gap: 15rem;
}
.p-recruitJob__item + .p-recruitJob__item {
  margin-top: 6.25rem;
}

.p-recruitJob__img {
  flex-shrink: 0;
  width: 33.75rem;
}

.p-recruitJob__info {
  flex: 1;
}

.p-recruitJob__detail {
  margin-top: 5rem;
}
.p-recruitJob__detail:first-of-type {
  margin-top: 4.75rem;
}

.p-recruitJob__detailText {
  margin-top: 1.75rem;
}

.p-recruitJob__listItem {
  display: flex;
}
.p-recruitJob__listItem:not(:first-child), .p-recruitJob__listItem:not(:last-child) {
  padding-block: 1.875rem;
}
.p-recruitJob__listItem:not(:last-child) {
  border-bottom: 1px solid #969797;
}
.p-recruitJob__listItem:first-child {
  padding-bottom: 1.875rem;
  padding-top: 0;
}
.p-recruitJob__listItem:last-child {
  padding-bottom: 0;
  padding-top: 1.875rem;
}

.p-recruitJob__listLabel {
  color: #969797;
  position: relative;
  top: 3px;
  width: 23.75rem;
}

.p-recruitJob__listText {
  flex: 1;
}

/* ===============================================
# p-recruitApply
=============================================== */
.p-recruitApply {
  padding-block: 10rem;
}

.p-recruitApply__content {
  position: relative;
  top: -0.8125rem;
}

.p-recruitApply__title {
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.p-recruitApply__text {
  margin-top: 2.5rem;
}

.p-recruitApply__apply {
  display: block;
  margin-left: auto;
  margin-top: 2.5rem;
}

.p-recruitApply__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-related__inner {
  padding-inline: 1.25rem;
}

.p-related__titleWrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-related__grid {
  display: grid;
  gap: 0.375rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.875rem;
}

.p-requestContent__main {
  padding-block: 10rem;
}

.p-requestForm {
  width: 100%;
}

.p-requestForm__field {
  align-items: start;
  display: grid;
  gap: 1.5625rem;
  grid-template-columns: 22.1875rem 1fr;
}
.p-requestForm__field:not(:first-child) {
  margin-top: 2.8125rem;
  margin-top: 3.125rem;
}
.p-requestForm__field.--xs:not(:first-of-type) {
  margin-top: 2.375rem;
}
.p-requestForm__field:first-child {
  margin-top: 0;
}
.p-requestForm__field.--alignStart {
  align-items: start;
}
.p-requestForm__field.--mt80 {
  margin-top: 5rem;
}
.p-requestForm__field.--mt70 {
  margin-top: 4.375rem;
}

.p-requestForm__field.--xs.--first {
  margin-top: 5rem;
}

.p-requestForm__label {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-requestForm__required {
  color: #969797;
  display: inline-block;
  font-size: 1rem;
}

.p-requestForm__input {
  width: 100%;
}

.p-requestForm__textInput {
  border: 1px solid #969797;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif !important;
  font-size: 1.3125rem;
  line-height: 2;
  padding: 0.25rem 0.9375rem;
  transition: border-color 0.3s;
  width: 100%;
}
.p-requestForm__textInput::-webkit-input-placeholder {
  color: #969797;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif !important;
  line-height: 1.8;
  white-space: pre-line;
}
.p-requestForm__textInput:-ms-input-placeholder {
  color: #969797;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif !important;
  line-height: 1.8;
  white-space: pre-line;
}
.p-requestForm__textInput::-ms-input-placeholder {
  color: #969797;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif !important;
  line-height: 1.8;
  white-space: pre-line;
}
.p-requestForm__textInput::placeholder {
  color: #969797;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif !important;
  line-height: 1.8;
  white-space: pre-line;
}
.p-requestForm__textInput:focus {
  border-color: #262626;
  outline: none;
}
.p-requestForm__textInput.--short {
  width: 10rem;
}
.p-requestForm__textInput.--xs {
  padding-inline: 1.4375rem;
  width: 4.8125rem;
}
.p-requestForm__textInput.--address {
  height: 3.25rem;
  min-height: 3.25rem;
  overflow: hidden;
  resize: none;
}
.p-requestForm__textInput.--school {
  height: 3.25rem;
  min-height: 3.25rem;
  overflow: hidden;
  resize: none;
}

.p-requestForm__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #D9D4CC;
  background-image: url("../img/common/select.png");
  background-position: right 0.9375rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.5rem;
  border: 1px solid #969797;
  color: #262626;
  cursor: pointer;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif !important;
  font-size: 1.3125rem;
  height: 3.25rem;
  line-height: 2;
  max-width: 22.5rem;
  padding: 0.1875rem 2.5rem 0.25rem 0.9375rem;
  transition: border-color 0.3s;
  width: 100%;
}
.p-requestForm__select:focus {
  border-color: #262626;
  outline: none;
}
.p-requestForm__select option[disabled] {
  color: #969797;
}
.p-requestForm__select:invalid {
  color: #969797;
}

.p-requestForm__textarea {
  border: 1px solid #969797;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.8;
  min-height: 13.75rem;
  padding: 0.3125rem 0.9375rem;
  resize: vertical;
  transition: border-color 0.3s;
  width: 100%;
}
.p-requestForm__textarea::-webkit-input-placeholder {
  color: #969797;
}
.p-requestForm__textarea:-ms-input-placeholder {
  color: #969797;
}
.p-requestForm__textarea::-ms-input-placeholder {
  color: #969797;
}
.p-requestForm__textarea::placeholder {
  color: #969797;
}
.p-requestForm__textarea:focus {
  border-color: #262626;
  outline: none;
}

.p-requestForm__inputGroup {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-requestForm__separator {
  color: #969797;
}

.p-requestForm__participantsGroup {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}

.p-requestForm__participantItem {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-requestForm__participantLabel {
  color: #969797;
}

.p-requestForm__dateGroup:not(:first-child) {
  margin-top: 2.8125rem;
}
.p-requestForm__dateGroup.--confirm {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-requestForm__dateGroupWrap {
  align-items: center;
  display: flex;
  gap: 1.125rem;
}

.p-requestForm__dateLabel {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  line-height: 1;
  position: relative;
  top: -0.375rem;
}
.p-requestForm__dateLabel.--02 {
  top: -0.5rem;
}
.p-requestForm__dateLabel.--03 {
  top: -0.625rem;
}

.p-requestForm__dateInputs {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  position: relative;
  top: -0.375rem;
}

.p-requestForm__dateSeparator {
  color: #262626;
}

.p-requestForm__timeCheckboxes {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-requestForm__checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-left: 2.25rem;
}
.p-requestForm__checkbox input[type=checkbox] {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.p-requestForm__checkbox input[type=checkbox]:checked + .p-requestForm__checkboxText::before {
  background-color: #262626;
}

.p-requestForm__checkboxText {
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  font-size: 1.3125rem;
  line-height: 2;
  position: relative;
  user-select: none;
}
.p-requestForm__checkboxText::before {
  border: 1px solid #969797;
  content: "";
  height: 1.375rem;
  left: -2.3125rem;
  position: absolute;
  top: 0.71875rem;
  transition: all 0.3s;
  width: 1.375rem;
}

.p-requestForm__link {
  color: #817E78;
  display: inline-block;
  margin-right: 0.3125rem;
  position: relative;
  transition: opacity 0.3s;
}
.p-requestForm__link::before {
  -webkit-transform: translateX(-50%);
  background-color: #817E78;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.p-requestForm__link:hover {
  opacity: 0.7;
}

.p-requestForm__error {
  color: #262626;
  display: none;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 0.625rem;
}

.p-requestForm.--submitted .p-requestForm__textInput:invalid ~ .p-requestForm__error,
.p-requestForm.--submitted .p-requestForm__select:invalid ~ .p-requestForm__error,
.p-requestForm.--submitted .p-requestForm__textarea:invalid ~ .p-requestForm__error,
.p-requestForm.--submitted .p-requestForm__checkbox input:invalid ~ .p-requestForm__error {
  display: block;
}
.p-requestForm.--submitted .p-requestForm__inputGroup:has(input:invalid) ~ .p-requestForm__error {
  display: block;
}
.p-requestForm.--submitted .p-requestForm__dateGroup:has(input:invalid) .p-requestForm__error {
  display: block;
}
.p-requestForm.--submitted .p-requestForm__participantsGroup:has(input:invalid) ~ .p-requestForm__error {
  display: block;
}
.p-requestForm.--submitted .p-requestForm__checkbox:has(input:invalid) ~ .p-requestForm__error {
  display: block;
}

.p-requestForm__submit {
  margin-top: 10.3125rem;
  text-align: center;
}
.p-requestForm__submit.--mt160 {
  margin-top: 10.3125rem;
}

.p-requestForm__button {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-size: 1.3125rem;
  height: 3.25rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-top: 0.375rem;
  text-align: center;
  transition: all 0.3s;
  width: 22.5rem;
}

.p-requestForm.--confirm .p-requestForm__field.--xs {
  margin-top: 3.125rem;
}
.p-requestForm.--confirm .p-requestForm__field.--mt30 {
  margin-top: 1.875rem;
}
.p-requestForm.--confirm .p-requestForm__field.--mt35 {
  margin-top: 2.1875rem;
}
.p-requestForm.--confirm .p-requestForm__label {
  color: #969797;
}
.p-requestForm.--confirm .p-requestForm__value {
  color: #262626;
  line-height: 2;
  word-break: break-word;
}
.p-requestForm.--confirm .p-requestForm__value.--textarea {
  line-height: 1.8;
  white-space: pre-wrap;
}

.p-requestForm__dateItem {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}
.p-requestForm__dateItem .p-requestForm__dateLabel {
  color: #262626;
  min-width: 6.0625rem;
  position: static;
  top: 0;
}
.p-requestForm__dateItem .p-requestForm__dateLabel.--02, .p-requestForm__dateItem .p-requestForm__dateLabel.--03 {
  top: 0;
}

.p-requestForm__dateValue {
  color: #262626;
}

.p-requestForm__participantsGroup.--confirm .p-requestForm__participantLabel {
  color: #262626;
}
.p-requestForm__participantsGroup.--confirm .p-requestForm__participantValue {
  color: #262626;
}

.p-requestForm__submit.--confirm {
  display: flex;
  gap: 2.4375rem;
  justify-content: center;
}
.p-requestForm__submit.--confirm .p-requestForm__button {
  width: 22.5rem;
}

.p-reserveContent__main {
  padding-block: 10rem;
}

.swiper.--peak {
  clip-path: inset(0% -50vw 0% 0%);
  overflow: unset;
}

.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.p-staffList {
  margin-top: 6.25rem;
}

.p-staffList__list {
  list-style: none;
  padding: 0;
}

.p-staffList__item:not(:first-child) {
  margin-top: 6.25rem;
}

.p-staffList__content {
  align-items: flex-start;
  display: flex;
  gap: 7.5rem;
}

.p-staffList__text {
  flex: 1;
  max-width: 100%;
  width: 41.25rem;
}

.p-staffList__name {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.additional {
  display: none;
}

.p-staffList__wrap {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.p-staffList__nameEn {
  color: #262626;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  top: 0.125rem;
}

.p-staffList__position {
  color: #817E78;
  line-height: 1;
}

.p-staffList__message {
  color: #262626;
  line-height: 2;
  margin-top: 1.875rem;
}

.p-staffList__img {
  flex-shrink: 0;
  width: 21.25rem;
}

.p-subNav {
  left: clamp(63.9rem, 10.868rem + 52.132vw, 126rem);
  max-width: 100%;
  position: absolute;
  top: 1.25rem;
  width: 16.875rem;
  z-index: 30;
}

.p-subNav .p-nav__list {
  gap: 1.375rem 5.3125rem;
}

.p-subNav .p-nav__link {
  font-size: 1.125rem;
}

.p-subNav .p-nav__link.is-active.--home span {
  color: #262626;
}

.p-support.--borderTop {
  padding-top: 10rem;
}

.p-support__head {
  position: relative;
  top: 0.3875rem;
}

.p-supportSection1 {
  margin-top: 2.5rem;
}

.p-supportSection2,
.p-supportSection3,
.p-supportSection4 {
  margin-top: 10rem;
}

.p-support__blockTitle {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -0.3125rem;
}

.p-support__blockLead {
  margin-top: 2.375rem;
}

.p-support__blockItems {
  margin-top: 6.25rem;
  margin-top: 5.3125rem;
}
.p-support__blockItems.--mt160 {
  margin-top: 8.75rem;
}

.p-support__blockItem + .p-support__blockItem {
  margin-top: 4.375rem;
}
.p-support__blockItem.--mt160 {
  margin-top: 10rem;
}

.p-support__blockText {
  margin-top: 1.75rem;
}

.p-support__blockImage {
  margin-top: 5rem;
}

.p-support__container > * {
  min-height: 0;
  min-width: 0;
}

.p-supportSlider {
  overflow-x: clip;
}
.p-supportSlider .swiper-button-next.swiper-button-disabled,
.p-supportSlider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
.p-supportSlider .swiper-button-prev,
.p-supportSlider .swiper-button-next {
  bottom: auto;
  cursor: pointer;
  height: 3.75rem;
  position: absolute;
  top: 9.6875rem;
  width: 3.75rem;
  z-index: 1;
}
.p-supportSlider .swiper-button-prev::after,
.p-supportSlider .swiper-button-next::after {
  background-image: url(../img/common/slider_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
}
.p-supportSlider .swiper-button-prev {
  left: -3.4375rem;
}
.p-supportSlider .swiper-button-next {
  display: none;
  right: 0.625rem;
}
.p-supportSlider .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-support__wrap {
  position: relative;
}

.p-sliderSupport {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-sliderSupport .swiper-slide {
  flex-shrink: 0;
  width: 34.8125rem;
}

/* ===============================================
# p-supportDetail Items
=============================================== */
.p-support__detail {
  display: flex;
  gap: 7.5rem;
  justify-content: space-between;
}
.p-support__detail + .p-support__detail {
  margin-top: 6.25rem;
}

.p-support__detailContent {
  width: 41.25rem;
}

.p-support__detailImg {
  flex: 1;
}

.p-support__detailText {
  margin-top: 1.5625rem;
}

.p-thanks {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.p-thanks__main {
  flex: 1;
}

.p-thanksLead {
  padding-bottom: 10rem;
}

.p-titleSection__item {
  position: relative;
}
.p-titleSection__item + .p-titleSection__item {
  margin-top: 0.375rem;
}

.p-titleSection__info {
  align-items: center;
  bottom: 1.25rem;
  display: flex;
  gap: 0.9375rem;
  position: absolute;
  right: 1.25rem;
}

.p-titleSection__overview {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}

.p-titleSection__footprint {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}
.p-titleSection__overview + .p-titleSection__footprint {
  padding-left: 0.9375rem;
  position: relative;
}
.p-titleSection__overview + .p-titleSection__footprint::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  content: "";
  height: 0.9375rem;
  left: 0;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 1px;
}

.p-titleSection__text {
  color: #fff;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  left: 1.25rem;
  line-height: 1;
  position: absolute;
  top: 1.25rem;
}

.p-titleSection__subtext {
  color: #fff;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  margin-top: 1.25rem;
  position: relative;
  right: -0.25rem;
}

.p-titleSection__link {
  display: block;
}

.p-titleSection__img img {
  -o-object-fit: cover;
  aspect-ratio: 1600/860;
  height: auto;
  object-fit: cover;
}

.p-titleSection__content {
  -webkit-transform: translateY(-50%);
  left: 15rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-titleSection__content.--adjust {
  top: 52%;
}

.p-titleSection__meta {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.p-titleSection__location {
  position: relative;
  top: -3px;
}

.p-titleSection__view {
  bottom: 1.25rem;
  position: absolute;
  right: 1.25rem;
}

/* ===============================================
# 02
=============================================== */
.p-titleSection2__item + .p-titleSection2__item {
  margin-top: 0.375rem;
}
.p-titleSection2__item.--relative {
  position: relative;
}

.p-titleSection2__link {
  display: block;
  position: relative;
}

.p-titleSection2__outer {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 26.125rem;
  transform: translateX(-50%);
}

.p-titleSection2__text {
  left: -0.3125rem;
  position: relative;
  top: -0.9375rem;
}

.p-titleSection2__head {
  position: relative;
  top: 0.1875rem;
}

.p-titleSection2__flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -8px;
}

.p-titleSection2__title {
  flex: 1;
  font-weight: 600;
}

.p-titleSection2__text {
  width: 21.25rem;
}

.p-titleSection2__view {
  bottom: 1.25rem;
  position: absolute;
  right: 1.25rem;
}

/* ===============================================
# --spType2 モディファイアー
=============================================== */

.p-topMv {
  position: relative;
}

.p-topMv__movie {
  height: 100vh;
  height: 100svh;
  position: relative;
  width: 100%;
}
.p-topMv__movie video {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.p-topMv__nav {
  position: absolute;
  right: 16.5625rem;
  top: 1.25rem;
  width: 19.375rem;
}

.p-topMv__content {
  bottom: 1.25rem;
  position: absolute;
  right: 1.25rem;
}

.p-topMv__flex {
  align-items: center;
  display: flex;
  gap: 5rem;
}

.p-topMv__text {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1;
}

.p-topConcept__content {
  align-items: flex-end;
  display: flex;
  gap: 15rem;
}

.p-topConcept__img {
  width: 33.75rem;
}

.p-topConcept__textWrap {
  display: flex;
  flex-direction: column;
  margin-bottom: -0.1875rem;
  max-width: 21.25rem;
  width: 100%;
}

.p-topConcept__lead {
  color: #262626;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-topConcept__lead.--lsMinus {
  letter-spacing: 0.05em;
}

.p-topConcept__description {
  color: #262626;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 3.125rem;
}

.p-topConcept__view {
  margin-left: auto;
  margin-top: 2.5rem;
}

.p-topWorks {
  border-top: 1px solid #817E78;
  margin-top: 10.625rem;
  overflow-x: clip;
  padding-top: 5rem;
}
.p-topWorks .swiper-button-prev,
.p-topWorks .swiper-button-next {
  bottom: 13.4375rem;
  cursor: pointer;
  height: 3.75rem;
  position: absolute;
  top: auto;
  width: 1.875rem;
  z-index: 1;
}
.p-topWorks .swiper-button-prev::after,
.p-topWorks .swiper-button-next::after {
  background-image: url(../img/common/slider_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
}
.p-topWorks .swiper-button-prev {
  left: -3.4375rem;
}
.p-topWorks .swiper-button-next {
  display: none;
  right: 0.625rem;
}
.p-topWorks .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-topWorks .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.p-topWorks .swiper-pagination-bullet {
  background: url(../img/common/bullet.png) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 0.25rem;
  opacity: 1;
  width: 0.25rem;
}
.p-topWorks .swiper-pagination-bullet-active {
  background: url(../img/common/bulletActive.png) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 0.25rem;
  opacity: 1;
  width: 0.25rem;
}

.p-topWorks__title {
  position: relative;
  top: 0.75rem;
}

.p-topWorks__view {
  position: relative;
  top: 1.1875rem;
}

.p-topWorks__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
  top: -0.625rem;
}
.p-topWorks__content + .p-topWorks__content {
  border-top: 1px solid #817E78;
  margin-top: 5rem;
  padding-top: 5rem;
}

.p-topWorks__info {
  display: flex;
  gap: 20.625rem;
}

.p-topWorks__infoWrap {
  max-width: 100%;
  width: 36.25rem;
}

.p-topWorks__projectTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
}

.p-topWorks__meta {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.p-topWorks__year {
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-topWorks__location {
  color: #262626;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: -3px;
}

.p-topWorks__swiper {
  max-width: 100%;
  position: relative;
}
.p-topWorks__swiper.is-single {
  margin-left: 0;
}
.p-topWorks__swiper.is-single .swiper-wrapper {
  display: block;
}
.p-topWorks__swiper.is-single .swiper-slide {
  max-width: 100%;
  width: 46.25rem;
}
.p-topWorks__swiper .swiper-slide {
  max-width: 100%;
  width: 46.25rem;
}
.p-topWorks__swiper .swiper-slide img {
  -o-object-fit: cover;
  aspect-ratio: 740/490;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-topWorks__viewWrap {
  max-width: 100%;
  width: 70rem;
}

.p-topWorks__viewAll {
  display: block;
  margin-left: auto;
  margin-top: 4.375rem;
}

/* ===============================================
# Section
=============================================== */
.p-topSection {
  padding-top: 10rem;
}

.p-topSection__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-topSection__item {
  display: block;
  position: relative;
}

.p-topSection__img {
  position: relative;
}
.p-topSection__img::before {
  background-color: rgba(150, 151, 151, 0.5);
  content: "";
  height: 100%;
  inset: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.5s;
  width: 100%;
}

.p-topSection__titleWrap {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-topSection__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-topSection__description {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 400;
  margin-inline: auto;
  margin-top: 1.875rem;
  max-width: 100%;
  text-align: center;
  width: 31.25rem;
}

.p-topModel__content {
  align-items: flex-end;
  display: flex;
  gap: 15rem;
  margin-top: 2.5rem;
}

.p-topModel__img {
  width: 33.75rem;
}

.p-topModel__textWrap {
  display: flex;
  flex-direction: column;
  margin-bottom: -0.1875rem;
  max-width: 21.25rem;
  width: 100%;
}

.p-topModel__lead {
  color: #262626;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2;
}

.p-topModel__description {
  color: #262626;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 3.125rem;
}

.p-topModel__view {
  margin-left: auto;
  margin-top: 2.5rem;
}

/* ===============================================
# blog Section
=============================================== */
.p-topBlog {
  overflow-x: clip;
  padding-bottom: 10rem;
}
.p-topBlog .swiper-button-next.swiper-button-disabled,
.p-topBlog .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
.p-topBlog .swiper-button-prev,
.p-topBlog .swiper-button-next {
  bottom: auto;
  cursor: pointer;
  height: 3.75rem;
  position: absolute;
  top: 9.6875rem;
  width: 3.75rem;
  z-index: 1;
}
.p-topBlog .swiper-button-prev::after,
.p-topBlog .swiper-button-next::after {
  background-image: url(../img/common/slider_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
}
.p-topBlog .swiper-button-prev {
  left: -3.4375rem;
}
.p-topBlog .swiper-button-next {
  display: none;
  right: 0.625rem;
}
.p-topBlog .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-topBlog__title {
  width: 13.75rem;
}

.p-topBlog__container {
  display: flex;
  padding-left: 1.25rem;
}
.p-topBlog__container > * {
  min-height: 0;
  min-width: 0;
}

.p-topBlog__wrap {
  flex: 1;
  position: relative;
}

.p-sliderBlog {
  position: relative;
}
.p-sliderBlog .swiper-slide {
  width: 32.25rem;
}

.p-topBlog__viewWrap {
  max-width: 100%;
  width: 70rem;
}

.p-topBlog__view {
  display: block;
  margin-left: auto;
  margin-top: 5rem;
}

.p-worksLink {
  margin-top: 5rem;
}

.p-worksList {
  padding-block: 10rem;
}

.p-worksList__inner {
  padding-inline: 1.25rem;
}

.p-worksList__grid {
  display: grid;
  gap: 5rem 0.375rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-worksList__viewWrap {
  margin-top: 5rem;
}

.p-worksList__view {
  display: block;
}

.p-worksDetailContent {
  margin-top: 5rem;
}

.p-worksDetailContent__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 70rem;
}

.p-worksDetailRelated {
  padding-block: 10rem;
}

.p-customSection1 {
  margin-top: 2.5rem;
}

.p-customSection2,
.p-customSection3,
.p-customSection4 {
  margin-top: 10rem;
}

.u-base18Sec {
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-align: justify;
}
.u-base18Sec.--white {
  color: #fff;
}

.u-base21 {
  font-size: 1.3125rem;
  line-height: 1;
}
.u-base21.--white {
  color: #fff;
}
.u-base21.--lh2 {
  line-height: 2;
}

.u-base36 {
  font-size: 2.25rem;
  line-height: 1;
}
.u-base36.--white {
  color: #fff;
}

.p-lead2__titleJa.u-base36 {
  line-height: 1.5;
}

.u-tel-none {
  -webkit-text-decoration: none !important;
  color: inherit !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}

.u-tel-none a {
  -webkit-text-decoration: none !important;
  color: inherit !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}
.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-spaceBetween {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

.u-white {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: min(1vw, 20px);
  }
}

@media screen and (min-width: 1800px) {
  .p-flow2::before,
  .p-flow3::before,
  .p-flow4::before,
  .p-flow5::before {
    height: 1.875rem;
  }
}

@media screen and (max-width: 900px) {
  html {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-container.--faq {
    margin-left: 0;
  }
  .l-container.--wide {
    width: 100%;
  }
  .l-container.--prNone {
    padding-right: 0;
  }
  .l-container.--pa20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-container {
    flex-direction: column;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-footer__container {
    gap: 3.75rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .l-footer__logo {
    width: 11.875rem;
  }
  .l-footer__contentsFlex {
    display: contents;
    gap: 0;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-footer__sns {
    gap: 1.625rem;
    padding-top: 0;
  }
  .l-footer__snsLink {
    width: 1.875rem;
  }
  .l-footer__request {
    display: none;
  }
  .l-footer__banners {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.25rem;
  }
  .l-footer__copyright {
    font-size: 0.75rem;
    margin-top: 1.875rem;
  }
  .l-footer__add {
    display: none;
  }
  .l-header__wrapper {
    padding-inline: 0.625rem;
    padding-top: 0.9375rem;
    width: 100%;
  }
  .l-header__logoWrap {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .l-header__hamburgerWrap {
    align-items: center;
    display: flex;
    gap: 0.625rem;
  }
  .l-header__menu {
    font-family: "AvenirLTPro-Roman", sans-serif;
    font-size: 1rem;
    position: relative;
    top: 2px;
    transition-duration: 0.4s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 40;
  }
  .l-header__request {
    top: 0;
  }
  .l-header__hamburger {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .l-header__logoLink svg {
    width: 11.875rem;
  }
  .is-scrolled .l-header__logoLink svg {
    width: 4.75rem;
  }
  .is-mvPassed .l-header__menu {
    color: #817E78;
  }
  .l-header--sub .l-header__menu {
    color: #817E78;
  }
  .l-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-sec70 {
    padding-top: 2.5rem;
  }
  .l-sec80 {
    padding-top: 2.5rem;
  }
  .l-sec100 {
    padding-top: 2.5rem;
  }
  .l-sec120 {
    padding-top: 6.25rem;
  }
  .l-sec130 {
    padding-top: 6.25rem;
  }
  .l-sec140 {
    padding-top: 6.25rem;
  }
  .l-sec160 {
    padding-top: 6.25rem;
  }
  .l-sec200 {
    padding-top: 6.875rem;
  }
  .l-sec230 {
    padding-top: 5rem;
  }
  .l-sec280 {
    padding-top: 6.875rem;
  }
  .l-sec320 {
    padding-top: 6.875rem;
  }
  .l-secPb160 {
    padding-bottom: 6.875rem;
  }
  .l-secSpPb80 {
    padding-bottom: 5rem;
  }
  .l-secSp35 {
    padding-top: 2.1875rem;
  }
  .l-secSp50 {
    padding-top: 3.125rem;
  }
  .l-secSp60 {
    padding-top: 3.75rem;
  }
  .l-secSp80 {
    padding-top: 5rem;
  }
  .c-btn2 {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    max-width: 100%;
    min-width: unset;
    padding: 0.4375rem 0.625rem 0.625rem;
    width: 23.125rem;
  }
  .c-card__img.--blog img {
    -o-object-fit: cover;
    aspect-ratio: 282/198;
    height: auto;
    object-fit: cover;
  }
  .c-card__img.--blogIndex img {
    aspect-ratio: 370/244;
  }
  .c-card__body {
    margin-top: 1.25rem;
  }
  .c-card__title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .c-card__title.--sp18 {
    font-size: 1.125rem;
  }
  .c-card__title span {
    font-size: 0.75rem;
    margin-right: 0.5rem;
    top: -0.125rem;
  }
  .c-card__meta {
    gap: 0.5rem;
    margin-top: 0.625rem;
  }
  .c-card__date {
    font-size: 1rem;
  }
  .c-card__location {
    font-size: 1rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-hamburgerOuter {
    height: 1rem;
    width: 5rem;
  }
  .c-hamburger {
    height: 1rem;
    width: 5rem;
  }
  .c-hamburger span {
    background-color: #fff;
  }
  .c-hamburger span:nth-child(1) {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .c-hamburger span:nth-child(3) {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  .c-headline1 {
    font-size: 0.75rem;
  }
  .c-headline2 {
    font-size: 1.125rem;
    padding-left: 0.75rem;
  }
  .c-headline2::before {
    top: 0;
    width: 0.25rem;
  }
  .c-headline2.--lhSp18 {
    line-height: 1.8;
  }
  .c-headline2.--lhSp18::before {
    -webkit-transform: translateY(-50%);
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-requestBtn {
    font-size: 1.25rem;
    height: 3.0625rem;
    min-height: 3.0625rem;
  }
  .c-view {
    font-size: 1rem;
  }
  .c-view span::after {
    height: 1.125rem;
    width: 5rem;
  }
  .p-flow1 {
    margin-top: 2.5rem;
  }
  .p-flow2,
  .p-flow3,
  .p-flow4,
  .p-flow5 {
    margin-top: 5rem;
    padding-top: 5.625rem;
  }
  .p-flow2::before,
  .p-flow3::before,
  .p-flow4::before,
  .p-flow5::before {
    background: url(../img/common/arrow.png) center center/cover no-repeat;
    height: 0.875rem;
  }
  .p-flow__number {
    top: 0;
  }
  .p-flow__content {
    margin-top: 2.5rem;
  }
  .p-flow__head {
    font-size: 1.5rem;
  }
  .p-flow__items {
    gap: 5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-flow__item:nth-child(even) .p-flow__body {
    padding-left: 0;
  }
  .p-flow__body {
    margin-top: 2.1875rem;
  }
  .p-flow__subTitle {
    font-size: 1.25rem;
  }
  .p-flow__text {
    margin-top: 1rem;
  }
  .p-flow__link {
    padding-top: 2.125rem;
  }
  .p-flow__stepWrap {
    margin-top: 5rem;
  }
  .p-flow__step:not(:first-child) {
    margin-top: 2.5rem;
    padding-top: 3.125rem;
  }
  .p-flow__step:not(:first-child)::before {
    background: url(../img/common/arrow.png) center center/cover no-repeat;
    height: 0.875rem;
  }
  .p-flow__stepHeader {
    gap: 0.5rem;
  }
  .p-flow__stepTitle {
    font-size: 1.125rem;
  }
  .p-flow__stepTitle span {
    font-size: 0.75rem;
    margin-right: 0.625rem;
    top: -0.125rem;
  }
  .p-flow__priceBox {
    font-size: 0.75rem;
    padding-inline: 1.5rem;
  }
  .p-flow__stepText {
    margin-top: 0.875rem;
  }
  .p-aboutLink {
    margin-top: 2.5rem;
  }
  .p-access__content {
    margin-top: 2.5rem;
  }
  .p-access__info {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .p-access__title {
    font-size: 1.25rem;
  }
  .p-access__text {
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-access__span {
    display: none;
  }
  .p-blogList {
    margin-bottom: 5rem;
    margin-top: 2.1875rem;
  }
  .p-blogList__grid {
    grid-template-columns: 1fr;
  }
  .p-blogLead {
    padding-top: 5rem;
  }
  .p-blogLead__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-blogLead__flex {
    flex-direction: column;
  }
  .p-blogLead__title {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-blogLead__title--en {
    width: 100%;
  }
  .p-blogLead__title--ja {
    left: -2px;
    top: 0;
  }
  .p-blogLead__filter {
    display: none;
  }
  .p-blogLead__label::before {
    top: 0.6875rem;
  }
  .p-blogList {
    margin-bottom: 5rem;
    margin-top: 2.1875rem;
  }
  .p-blogList__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-blogList__grid {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  .p-blogList__item .c-card__img img {
    aspect-ratio: 370/244;
  }
  .p-buildLink {
    margin-top: 2.5rem;
  }
  .p-cta__grid {
    grid-template-columns: 1fr;
  }
  .p-cta__wrap {
    display: block;
    left: 0.625rem;
    top: 2.5rem;
  }
  .p-cta__content {
    margin-top: 2.5rem;
    width: 94.8717948718%;
  }
  .p-cta__label {
    font-size: 0.75rem;
  }
  .p-cta__title {
    font-size: 1.5rem;
  }
  .p-cta__text {
    font-size: 1rem;
    line-height: 2;
  }
  .p-cta__viewMore {
    display: block;
    margin-left: auto;
    margin-right: 0.625rem;
    margin-top: 2.6875rem;
  }
  .p-drawer {
    display: block;
    height: 100vh;
    height: 100svh;
    overflow-y: scroll;
  }
  .p-drawer__wrap {
    overflow-y: scroll;
    padding-block: 0.9375rem 1.875rem;
    padding-inline: 1.25rem;
  }
  .p-drawer__inner {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 10.625rem);
    height: calc(100svh - 10.625rem);
    margin-right: auto;
    margin-top: 7.0625rem;
    width: 100%;
  }
  .p-drawer__nav {
    width: 89.7435897436vw;
  }
  .p-drawer__navList {
    gap: 1.5625rem 1.875rem;
  }
  .p-drawer__navLink {
    font-size: 1.375rem;
  }
  .p-drawer__requestWrap {
    margin-top: 2.375rem;
  }
  .p-drawer__below {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 1.875rem;
    margin-top: auto;
  }
  .p-drawer__copyright {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .p-drawer__sns {
    gap: 2.1875rem;
  }
  .p-drawer__add {
    bottom: 0;
    left: 0;
    margin-top: 2.875rem;
    position: relative;
  }
  .p-drawer__addLink {
    font-size: 1rem;
  }
  .p-entry p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  .p-entry a.btn {
    font-size: 1.25rem;
    max-width: 100%;
    padding: 0.4375rem 0.625rem 0.625rem;
    width: 100%;
  }
  .p-entry .col1 {
    margin-bottom: 2.5rem;
  }
  .p-entry .col2 {
    gap: 0;
    margin-bottom: 2.5rem;
  }
  .p-entry .col1 p,
  .p-entry .col2 p {
    font-size: 0.875rem;
  }
  .p-entry img {
    margin-bottom: 2.5rem;
  }
  .p-entry iframe {
    aspect-ratio: 370/210;
    margin-bottom: 2.5rem;
  }
  .p-entry img:has(+ img):not(.col2 > img),
  .p-entry img:has(+ .col2) {
    margin-bottom: 1.875rem;
  }
  .p-entry .col2:has(+ .col2),
  .p-entry .col2:has(+ img) {
    margin-bottom: 1.875rem;
  }
  .p-entry.--news p {
    margin-bottom: 1.875rem;
  }
  .p-entry.--news .col2 {
    gap: 0;
  }
  .p-entry.--news img:has(+ img):not(.col2 > img),
  .p-entry.--news img:has(+ .col2) {
    margin-bottom: 1.25rem;
  }
  .p-entry.--news .col2:has(+ .col2),
  .p-entry.--news .col2:has(+ img) {
    margin-bottom: 1.25rem;
  }
  .l-faq {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .p-faq__content {
    margin-top: 2.5rem;
  }
  .p-faq__item:not(:first-of-type) .p-faq__question {
    padding-block: 1.25rem 1.5625rem;
  }
  .p-faq__item:first-of-type .p-faq__question {
    padding-bottom: 1.5625rem;
  }
  .p-faq__list.--qa .p-faq__item:first-of-type {
    border-top: none;
    padding-top: 0;
  }
  .p-faq__flex {
    flex-direction: column;
  }
  .p-faq__category {
    padding-right: 0;
    width: 100%;
  }
  .p-faq__title {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
  .p-faq__icon {
    height: 1rem;
    width: 1rem;
  }
  .p-faq__icon::before {
    width: 1rem;
  }
  .p-faq__icon::after {
    height: 1rem;
  }
  .p-faq__answer {
    padding-left: 0;
  }
  .p-faq__text {
    font-size: 1rem;
    padding-bottom: 1.5625rem;
  }
  .p-faq__more {
    margin-top: 1.25rem;
  }
  .p-faq__viewWrap {
    margin-top: 3.4375rem;
  }
  .p-hoge {
    font-size: 1rem;
  }
  .p-landIntro__title {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-landIntro__text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .p-landIntro__text p + p {
    margin-top: 2rem;
  }
  .p-landFeatures__grid {
    gap: 3.125rem;
    grid-template-columns: 1fr;
  }
  .p-landFeatures__itemText {
    font-size: 1rem;
    margin-top: 1.0625rem;
  }
  .p-landEstate__wrapper {
    align-items: stretch;
    flex-direction: column;
    gap: 2rem;
  }
  .p-landEstate__img {
    width: 100%;
  }
  .p-landEstate__body {
    width: 100%;
  }
  .p-landEstate__title {
    font-size: 1.25rem;
    line-height: 1;
  }
  .p-landEstate__text {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .p-landEstate__link {
    margin-top: 2.5rem;
  }
  .c-link__text {
    font-size: 1rem;
  }
  .c-link__bar {
    width: 5rem;
  }
  .p-lead__content {
    margin-top: 2.5rem;
  }
  .p-lead__meta {
    gap: 1rem;
  }
  .p-lead__head {
    top: 0;
  }
  .p-lead__location {
    top: 0;
  }
  .p-lead__title {
    font-size: 1.5rem;
    top: 0;
    width: 100%;
  }
  .p-lead__title.--quality {
    width: 100%;
  }
  .p-lead__title.--lhSp18 {
    line-height: 1.8;
  }
  .p-lead__title.--mt {
    margin-top: 0.625rem;
  }
  .p-lead__text {
    margin-top: 2.1875rem;
  }
  .p-lead__btn {
    margin-top: 2.1875rem;
  }
  .p-lead__flex {
    flex-direction: column;
  }
  .p-lead__linkWrap {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
  .p-lead__linkWrap.--grid {
    gap: 1.25rem 5rem;
    gap: 1.25rem 0;
    width: 100%;
  }
  .p-lead__linkWrap.--grid .p-lead__link:nth-child(odd) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-lead__linkWrap.--adjust .p-lead__link + .p-lead__linkWrap.--adjust .p-lead__link {
    margin-top: 0;
  }
  .p-lead2.--bottom {
    border-top: 1px solid #817E78;
    padding-block: 5rem;
    padding-top: 3.75rem;
  }
  .p-lead2__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-lead2__inner.--bottom {
    padding-inline: 1.25rem;
  }
  .p-lead2__flex {
    flex-direction: column;
  }
  .p-lead2__titleWrap {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-lead2__titleEn {
    top: 0;
    width: 100%;
  }
  .p-lead2__titleJa {
    left: -2px;
    top: -0.3125rem;
  }
  .p-lead2__titleCats {
    display: none;
  }
  .p-lead2__filter {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-lead2__label {
    font-size: 1.1875rem;
  }
  .p-lead2__label::before {
    height: 1.125rem;
    top: 0.6875rem;
    width: 1.125rem;
  }
  .p-lead2__button {
    margin-top: 2.5rem;
  }
  .l-linkBlock {
    margin-top: 5rem;
  }
  .p-linkBlock__list {
    gap: 0.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-linkBlock__list.--spCol2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-linkBlock__list.--col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-linkBlock__title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .p-list__item:not(:first-child) {
    margin-top: 1.125rem;
  }
  .p-list__dl {
    flex-direction: column;
  }
  .p-list__term {
    font-size: 1rem;
    width: 100%;
  }
  .p-list__desc {
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-list__item:not(:last-child) {
    padding-bottom: 1.375rem;
  }
  .p-list__item:last-child {
    border-bottom: 1px solid #969797;
    padding-bottom: 1.25rem;
  }
  .p-list__item.--soBorderNone {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-list__item.--BorderNone {
    padding-bottom: 2.625rem;
  }
  .p-materialsType__container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-materialsType__item {
    flex-direction: column;
    gap: 2.1875rem;
  }
  .p-materialsType__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-materialsType__img {
    width: 100%;
  }
  .p-materialsType__content {
    bottom: 0;
  }
  .p-materialsType__content.--pr20 {
    padding-right: 0;
  }
  .p-materialsType__content.--pl20 {
    padding-left: 0;
  }
  .p-materialsType__content.--mt50 {
    margin-top: 2.1875rem;
  }
  .p-materialsType__title {
    font-size: 1.25rem;
  }
  .p-materialsType__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .p-materialsType__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-materialsType__grid.--mt160 {
    margin-top: 5rem;
  }
  .p-materialsType__card + .p-materialsType__card {
    margin-top: 5rem;
  }
  .p-materialsSection1 {
    margin-top: 1.875rem;
  }
  .p-materialsSection2 {
    margin-top: 5rem;
  }
  .p-media {
    flex-direction: column-reverse;
    gap: 1.5625rem;
  }
  .p-media__body {
    width: 100%;
  }
  .p-media__head {
    font-size: 1.25rem;
  }
  .p-media__txt {
    margin-top: 0.9375rem;
  }
  .p-media__link {
    font-size: 1rem;
  }
  .p-media__note {
    font-size: 0.875rem;
  }
  .p-media2 {
    flex-direction: column;
    gap: 2.1875rem;
  }
  .p-media2 + .p-media2 {
    margin-top: 2.5rem;
  }
  .p-media2:nth-child(even) {
    flex-direction: column;
  }
  .p-media2__img {
    width: 100%;
  }
  .p-media2__body {
    width: 100%;
  }
  .p-media2__headSub {
    display: none;
  }
  .p-media2__headMain {
    font-size: 1.25rem;
    margin-top: 0;
  }
  .p-media2__txt {
    margin-top: 1rem;
  }
  .p-media3 {
    flex-direction: column;
    gap: 2.1875rem;
  }
  .p-media3__body {
    bottom: 0;
  }
  .p-media3:not(:first-child) {
    margin-top: 5rem;
  }
  .p-media3__img {
    width: 100%;
  }
  .p-media3__content.--pr20 {
    padding-right: 0;
  }
  .p-media3__content.--pl20 {
    padding-left: 0;
  }
  .p-media3__content.--mt50 {
    margin-top: 2.1875rem;
  }
  .p-media3__head {
    font-size: 1.25rem;
  }
  .p-media3__txt {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-modelHouseLeadContent__btn {
    margin-top: 2.1875rem;
  }
  .p-modelHouseMedias,
  .p-modelHouseTitle2,
  .p-modelHouseTitle3 {
    margin-top: 2.5rem;
  }
  .p-modelHouseSpec__head {
    top: 0;
  }
  .p-modelHouseMedias {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-modelHouseSpec__content {
    margin-top: 2.5rem;
  }
  .p-modelHouseAccess {
    padding-block: 5rem;
  }
  .p-topNews .p-news__item:first-child .p-news__link {
    padding-bottom: 1.5625rem;
  }
  .p-topNews .p-news__item:not(:first-child) .p-news__link {
    padding-block: 1.25rem 1.5625rem;
  }
  .p-newsList .p-news__item:first-child {
    border-top: none;
  }
  .p-newsList .p-news__item:first-child .p-news__link {
    padding-top: 0;
  }
  .p-newsList .p-news__item:last-child {
    border-bottom: none;
  }
  .p-newsList .p-news__item:last-child .p-news__link {
    padding-bottom: 0;
  }
  .p-newsList .p-news__link {
    padding-block: 1.25rem 1.5625rem;
  }
  .p-news__link {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-news__meta {
    gap: 0.5rem;
    width: 100%;
  }
  .p-news__date {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .p-news__category {
    font-size: 1rem;
  }
  .p-news__title {
    font-size: 1.125rem;
  }
  .p-news__item[data-icon-type] .p-news__link::after {
    -webkit-transform: none;
    bottom: 1.5rem;
    height: 1.25rem;
    top: auto;
    transform: none;
    width: 1.0625rem;
  }
  .p-news__item[data-icon-type][data-icon-type=external] .p-news__link::after {
    height: 1.125rem;
    width: 1.125rem;
  }
  .p-topNews__view {
    margin-right: 0;
  }
  .p-newsContent__main {
    margin-top: 1.5625rem;
    padding-bottom: 5rem;
    padding-top: 1.875rem;
  }
  .p-newsList {
    margin-bottom: 5rem;
    margin-top: 2.5rem;
  }
  .p-notFoundLead {
    padding-bottom: 5rem;
  }
  .p-outlineAccess {
    margin-top: 5rem;
  }
  .p-outlineSpec .p-list__term {
    line-height: 1;
  }
  .p-outlineSpec .p-list__desc {
    line-height: 1;
    margin-top: 0.6875rem;
  }
  .p-outlineSpec .p-list__item:not(:first-child) {
    margin-top: 1.375rem;
  }
  .p-outlineSpec .p-list__item:not(:last-child) {
    padding-bottom: 1.5625rem;
  }
  .p-outlineSpec .p-list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-philosophyContent__text {
    flex-direction: column;
    gap: 2rem;
  }
  .p-philosophyContent__left {
    width: 100%;
  }
  .p-philosophyContent__right {
    width: 100%;
  }
  .p-philosophyContent__right p + p {
    margin-top: 1.875rem;
  }
  .p-philosophyText {
    margin-top: 3.125rem;
  }
  .p-philosophyDetail {
    margin-top: 3.125rem;
  }
  .p-philosophyDetail__wrapper {
    flex-direction: column;
    gap: 3.1875rem;
  }
  .p-philosophyDetail__img {
    width: 100%;
  }
  .p-philosophyDetail__text {
    margin-top: 0;
    width: 100%;
  }
  .p-philosophyDetail2__img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-philosophyDetail3__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .p-philosophyDetail3__left {
    width: 100%;
  }
  .p-philosophyDetail3__right {
    width: 100%;
  }
  .p-philosophyDetail4__img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-philosophyDetail5 {
    padding-bottom: 5rem;
  }
  .p-philosophyDetail5__wrapper {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-philosophyDetail5__left {
    width: 100%;
  }
  .p-philosophyDetail5__right {
    width: 100%;
  }
  .p-privacy {
    padding-block: 2.5rem 5rem;
  }
  .p-privacy__item:not(:first-of-type) {
    margin-top: 2.5rem;
  }
  .p-privacy__title {
    font-size: 1.25rem;
  }
  .p-privacy__text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 1rem;
  }
  .p-privacy__text.u-base21 {
    line-height: 2;
  }
  .p-qa {
    padding-block: 2.1875rem 5rem;
  }
  .p-qualitySection1 {
    margin-top: 2.1875rem;
  }
  .p-qualitySection2,
  .p-qualitySection3,
  .p-qualitySection4 {
    margin-top: 5rem;
  }
  .p-qualityContents__item + .p-qualityContents__item {
    margin-top: 3.75rem;
  }
  .p-qualityContents__item.--border {
    margin-top: 5rem;
    padding-top: 3.75rem;
  }
  .p-qualityContents__movie {
    margin-top: 5rem;
  }
  .p-qualityContents__movie iframe {
    aspect-ratio: 370/210;
  }
  .p-quality__view {
    bottom: 1.25rem;
    position: fixed;
    right: 1.25rem;
  }
  .p-recruitLeadContents__apply {
    margin-top: 2.125rem;
  }
  .p-recruitLeadContents__btn {
    margin-top: 2.1875rem;
  }
  .p-recruitHeadline {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-recruitPerson__text p + p {
    margin-top: 2.1875rem;
  }
  .p-recruitJob__item {
    flex-direction: column;
    gap: 2.1875rem;
  }
  .p-recruitJob__item + .p-recruitJob__item {
    margin-top: 5rem;
  }
  .p-recruitJob__img {
    width: 100%;
  }
  .p-recruitJob__detail {
    margin-top: 2.1875rem;
  }
  .p-recruitJob__detail:first-of-type {
    margin-top: 2.1875rem;
  }
  .p-recruitJob__detailText {
    margin-top: 1.125rem;
  }
  .p-recruitJob__listItem:not(:first-child), .p-recruitJob__listItem:not(:last-child) {
    padding-block: 1.375rem 1.5625rem;
  }
  .p-recruitJob__listItem:first-child {
    padding-bottom: 1.5625rem;
    padding-top: 0;
  }
  .p-recruitJob__listItem:last-child {
    padding-bottom: 0;
    padding-top: 1.5625rem;
  }
  .p-recruitJob__listItem {
    flex-direction: column;
    gap: 0.375rem;
  }
  .p-recruitJob__listLabel {
    top: 0px;
    width: 100%;
  }
  .p-recruitJob__listText {
    font-size: 1rem;
    line-height: 1.6;
  }
  .p-recruitJob__listText.u-base21 {
    line-height: 1.6;
  }
  .p-recruitApply {
    padding-block: 5rem;
  }
  .p-recruitApply__content {
    top: 0;
  }
  .p-recruitApply__title {
    line-height: 1.4;
  }
  .p-recruitApply__text {
    margin-top: 3.125rem;
  }
  .p-recruitApply__btn {
    margin-top: 2.1875rem;
  }
  .p-related__inner {
    overflow: visible;
    padding-inline: 0;
    padding-left: 0.625rem;
  }
  .p-related__titleWrap {
    padding-right: 0.625rem;
  }
  .p-related__grid {
    -ms-scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 0.9375rem;
    margin-top: 1.25rem;
    overflow-x: scroll;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .p-related__grid::-webkit-scrollbar {
    display: none;
  }
  .p-related__item {
    flex: 0 0 calc(100% - 3.75rem);
    min-width: calc(100% - 3.75rem);
    scroll-snap-align: start;
  }
  .p-related__item:last-child {
    margin-right: 0.625rem;
  }
  .p-requestContent__main {
    padding-block: 2.8125rem 5rem;
  }
  .p-requestForm__field {
    gap: 0.9375rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
  .p-requestForm__field:not(:first-child) {
    margin-top: 2.1875rem;
  }
  .p-requestForm__field.--xs:not(:first-of-type) {
    margin-top: 1.25rem;
  }
  .p-requestForm__field.--gapSp0 {
    gap: 0rem;
  }
  .p-requestForm__field.--mt80 {
    margin-top: 2.5rem;
  }
  .p-requestForm__field.--mt70 {
    margin-top: 1.875rem;
  }
  .p-requestForm__field.--mtSp50 {
    margin-top: 3.125rem;
  }
  .p-requestForm__field.--xs.--first {
    margin-top: 3.125rem;
  }
  .p-requestForm__label {
    gap: 0.5rem;
    justify-content: flex-start;
  }
  .p-requestForm__label.u-base21 {
    font-size: 1.125rem;
    line-height: 1;
  }
  .p-requestForm__label.--multiline {
    line-height: 1.6;
  }
  .p-requestForm__input.--mtSp25 {
    margin-top: 0.9375rem;
  }
  .p-requestForm__input:has(textarea:not(.--school, .--address)) {
    height: 15.875rem;
  }
  .p-requestForm__textInput {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
  }
  .p-requestForm__textInput.--short {
    padding: 0.375rem;
    width: 4.5rem;
  }
  .p-requestForm__textInput.--xs {
    padding: 0.375rem 0.625rem;
    width: 2.875rem;
  }
  .p-requestForm__textInput.--address {
    height: 4.5rem;
    min-height: 4.5rem;
    padding: 0.625rem 0.75rem;
  }
  .p-requestForm__textInput.--school {
    height: 4.5rem;
    min-height: 4.5rem;
    padding: 0.625rem 0.75rem;
  }
  .p-requestForm__select {
    background-position: right 0.625rem center;
    background-size: 0.5625rem 0.4375rem;
    font-size: 1rem;
    max-width: 100%;
    padding-block: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 2.1875rem;
  }
  .p-requestForm__textarea {
    font-size: 1rem;
    min-height: 15.875rem;
    padding-inline: 0.625rem;
    padding-top: 0.625rem;
  }
  .p-requestForm__inputGroup {
    gap: 0.3125rem;
  }
  .p-requestForm__participantsGroup {
    gap: 1.25rem;
  }
  .p-requestForm__participantItem {
    gap: 0.3125rem;
  }
  .p-requestForm__dateGroup:not(:first-child) {
    margin-top: 1.875rem;
  }
  .p-requestForm__dateGroup.--confirm {
    gap: 0rem;
  }
  .p-requestForm__dateGroupWrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9375rem;
  }
  .p-requestForm__dateLabel {
    position: static;
    top: 0;
  }
  .p-requestForm__dateInputs {
    gap: 0.625rem;
    top: 0;
  }
  .p-requestForm__timeCheckboxes {
    margin-top: 1.25rem;
  }
  .p-requestForm__timeCheckboxes {
    display: flex;
    flex-direction: column;
  }
  .p-requestForm__checkbox {
    padding-left: 1.75rem;
  }
  .p-requestForm__checkboxText {
    font-size: 1.125rem;
  }
  .p-requestForm__checkboxText::before {
    height: 1.125rem;
    left: -1.75rem;
    top: 0.625rem;
    width: 1.125rem;
  }
  .p-requestForm__error {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .p-requestForm__submit.--mt160 {
    margin-top: 5rem;
  }
  .p-requestForm__submit {
    margin-top: 5rem;
  }
  .p-requestForm__button {
    height: 3.125rem;
    width: 100%;
  }
  .p-requestForm.--confirm .p-requestForm__field {
    gap: 0.5rem;
    grid-template-columns: 1fr;
    margin-top: 1.75rem;
  }
  .p-requestForm.--confirm .p-requestForm__field.--xs {
    margin-top: 1.75rem;
  }
  .p-requestForm.--confirm .p-requestForm__field:first-child {
    margin-top: 0;
  }
  .p-requestForm.--confirm .p-requestForm__label {
    font-size: 1rem;
    justify-content: flex-start;
    line-height: 1;
  }
  .p-requestForm.--confirm .p-requestForm__value {
    font-size: 1rem;
    line-height: 1.6;
  }
  .p-requestForm.--confirm .p-requestForm__value.--textarea {
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-requestForm__dateItem {
    align-items: center;
    flex-direction: row;
    gap: 0.9375rem;
  }
  .p-requestForm__dateItem:first-child {
    margin-top: 0;
  }
  .p-requestForm__dateItem .p-requestForm__dateLabel {
    font-size: 1rem;
    line-height: 1;
    min-width: 4.625rem;
  }
  .p-requestForm__dateValue {
    font-size: 1rem;
    line-height: 1;
  }
  .p-requestForm__participantsGroup.--confirm .p-requestForm__participantLabel {
    font-size: 1rem;
    line-height: 1;
  }
  .p-requestForm__participantsGroup.--confirm .p-requestForm__participantValue {
    font-size: 1rem;
    line-height: 1;
  }
  .p-requestForm__submit.--confirm {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 5rem;
  }
  .p-requestForm__submit.--confirm .p-requestForm__button {
    font-size: 1.3125rem;
    height: 3.125rem;
    width: 100%;
  }
  .p-reserveContent__main {
    padding-block: 2.25rem 5rem;
  }
  .p-staffList {
    margin-top: 2.1875rem;
  }
  .p-staffList__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-staffList__content {
    flex-direction: column-reverse;
    gap: 1.875rem;
  }
  .p-staffList__text {
    width: 100%;
  }
  .p-staffList__name {
    font-size: 1.5rem;
  }
  .additional {
    display: inline-block;
    font-family: "AvenirLTPro-Roman", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin-left: 0.625rem;
    position: relative;
    top: -0.0625rem;
    vertical-align: middle;
  }
  .p-staffList__wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
  .p-staffList__nameEn {
    display: none;
    font-size: 1rem;
    top: 0;
  }
  .p-staffList__message {
    margin-top: 1.875rem;
  }
  .p-staffList__img {
    background-color: #969797;
    width: 100%;
  }
  .p-staffList__img img {
    margin-inline: auto;
    width: 100%;
  }
  .p-subNav {
    display: none;
  }
  .p-support.--borderTop {
    border-top: 1px solid #969797;
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .p-supportSection1 {
    margin-top: 2.1875rem;
  }
  .p-supportSection2,
  .p-supportSection3,
  .p-supportSection4 {
    margin-top: 5rem;
  }
  .p-support__blockTitle {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 2.5rem;
    top: 0;
  }
  .p-support__blockTitle.--mt0 {
    margin-top: 0;
  }
  .p-support__blockItems {
    margin-top: 3.125rem;
  }
  .p-support__blockItems.--mt160 {
    margin-top: 3.125rem;
  }
  .p-support__blockItem + .p-support__blockItem {
    margin-top: 3.125rem;
  }
  .p-support__blockItem.--mt160 {
    margin-top: 3.125rem;
  }
  .p-support__blockText {
    margin-top: 1.125rem;
  }
  .p-support__blockImageWrap {
    overflow-x: scroll;
    padding-bottom: 1.875rem;
  }
  .p-support__blockImage {
    margin-top: 3.125rem;
  }
  .p-support__blockImage.--mt40 {
    margin-top: 2.5rem;
  }
  .p-support__blockImage.--scroll {
    max-width: unset;
    width: 47.5rem;
  }
  .p-support__blockImage.--scroll img {
    max-width: unset;
    width: 47.5rem;
  }
  .p-supportSlider .swiper-button-prev,
  .p-supportSlider .swiper-button-next {
    display: none;
  }
  .p-sliderSupport {
    overflow: visible;
  }
  .p-sliderSupport .swiper-wrapper {
    -webkit-transform: none !important;
    display: flex;
    flex-direction: column;
    gap: 5.75rem;
    transform: none !important;
  }
  .p-sliderSupport .swiper-slide {
    flex-shrink: 1;
    position: relative;
    width: 100%;
  }
  .p-sliderSupport .swiper-slide::after {
    background: url(../img/common/arrow.png) center center/contain no-repeat;
    bottom: -3.25rem;
    content: "";
    height: 0.9375rem;
    left: 0;
    position: absolute;
    width: 23.125rem;
  }
  .p-sliderSupport .swiper-slide:last-child::after {
    display: none;
  }
  .p-support__detail {
    flex-direction: column-reverse;
    gap: 2.1875rem;
  }
  .p-support__detail + .p-support__detail {
    margin-top: 3.125rem;
  }
  .p-support__detailContent {
    width: 100%;
  }
  .p-support__detailImg {
    width: 100%;
  }
  .p-support__detailText {
    margin-top: 1.125rem;
  }
  .p-thanksLead {
    padding-bottom: 5rem;
  }
  .p-titleSection__info {
    bottom: 0.625rem;
    gap: 0.625rem;
    right: 0.3125rem;
  }
  .p-titleSection__overview {
    font-size: 0.875rem;
  }
  .p-titleSection__footprint {
    font-size: 0.875rem;
  }
  .p-titleSection__overview + .p-titleSection__footprint {
    padding-left: 0.625rem;
  }
  .p-titleSection__overview + .p-titleSection__footprint::before {
    top: 52%;
  }
  .p-titleSection__text {
    font-size: 0.75rem;
    left: 0.625rem;
    top: 0.625rem;
  }
  .p-titleSection__subtext {
    font-size: 0.75rem;
    margin-top: 0.9375rem;
  }
  .p-titleSection__img img {
    aspect-ratio: 390/500;
  }
  .p-titleSection__img.--entry img {
    -o-object-fit: cover;
    aspect-ratio: 390/500;
    height: auto;
    object-fit: cover;
  }
  .p-titleSection__content {
    left: 0.625rem;
  }
  .p-titleSection__content.--adjust {
    top: 50%;
  }
  .p-titleSection__meta {
    gap: 0.5rem;
    margin-top: 0.9375rem;
  }
  .p-titleSection__view {
    bottom: 0.625rem;
    right: 0.625rem;
  }
  .p-titleSection2__outer {
    top: 8.75rem;
  }
  .p-titleSection2__outer.--center {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .p-titleSection2__outer.--top160 {
    top: 10rem;
  }
  .p-titleSection2__outer.--viewMore {
    height: 23.75rem;
  }
  .p-titleSection2__outer.--noViewMore {
    height: 25.9375rem;
  }
  .p-titleSection2__outer.--adjust {
    height: 23.75rem;
  }
  .p-titleSection2__outer.--height360 {
    height: 22.5rem;
  }
  .p-titleSection2__text {
    left: 0;
    top: 0;
  }
  .p-titleSection2__container {
    height: 100%;
  }
  .p-titleSection2__head {
    top: 0;
  }
  .p-titleSection2__content {
    height: 100%;
  }
  .p-titleSection2__flex {
    flex-direction: column;
    height: 100%;
    top: 0;
  }
  .p-titleSection2__title {
    margin-top: 2.1875rem;
  }
  .p-titleSection2__title.--mtSp6 {
    line-height: 1.8;
    margin-top: 0.375rem;
  }
  .p-titleSection2__title.u-base36 {
    font-size: 1.25rem;
  }
  .p-titleSection2__text {
    margin-top: auto;
    width: 100%;
  }
  .p-titleSection2__text.--mt150 {
    margin-top: 9.375rem;
  }
  .p-titleSection2__view {
    bottom: 1.25rem;
    right: 0.625rem;
  }
  .p-titleSection2.--spType2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-titleSection2.--spType2 .p-titleSection2__outer {
    -webkit-transform: none !important;
    margin-top: 2.1875rem;
    position: static;
    transform: none !important;
  }
  .p-titleSection2.--spType2 .p-titleSection2__container {
    height: auto;
    padding-inline: 0;
  }
  .p-titleSection2.--spType2 .p-titleSection2__head {
    display: none;
  }
  .p-titleSection2.--spType2 .p-titleSection2__content {
    height: auto;
  }
  .p-titleSection2.--spType2 .p-titleSection2__flex {
    flex-direction: column;
    height: auto;
  }
  .p-titleSection2.--spType2 .p-titleSection2__title {
    color: #262626;
    margin-top: 0;
  }
  .p-titleSection2.--spType2 .p-titleSection2__text {
    color: #262626;
    margin-top: 1rem;
  }
  .p-topMv__nav {
    display: none;
  }
  .p-topMv__content {
    bottom: 1.875rem;
    left: auto;
    right: 1.25rem;
  }
  .p-topMv__flex {
    align-items: flex-end;
    flex-direction: column;
    gap: 1.5625rem;
  }
  .p-topMv__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 1.125rem;
    overflow: hidden;
  }
  .p-topNews__list {
    margin-top: 2.5rem;
  }
  .p-topConcept {
    overflow-x: clip;
  }
  .p-topConcept__content {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
  .p-topConcept__img {
    width: 100%;
  }
  .p-topConcept__textWrap {
    margin-bottom: 0;
    max-width: 100%;
    padding-top: 0;
  }
  .p-topConcept__lead {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-topConcept__description {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
  .p-topConcept__view {
    margin-top: 2.1875rem;
  }
  .p-topWorks {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .p-topWorks .swiper-button-prev,
  .p-topWorks .swiper-button-next {
    display: none;
  }
  .p-topWorks .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 4.375rem;
    display: flex;
    justify-content: flex-start;
    left: 0.625rem;
    position: absolute;
    text-align: center;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
  }
  .p-topWorks__title {
    top: 0;
  }
  .p-topWorks__view {
    top: 0;
  }
  .p-topWorks__wrap {
    margin-top: 2.5rem;
  }
  .p-topWorks__content + .p-topWorks__content {
    border-top: none;
    padding-top: 0;
  }
  .p-topWorks__content {
    gap: 1.25rem;
  }
  .p-topWorks__info {
    display: contents;
    gap: 0;
  }
  .p-topWorks__infoWrap {
    order: 0;
    width: 100%;
  }
  .p-topWorks__projectTitle {
    font-size: 1.25rem;
  }
  .p-topWorks__meta {
    gap: 0.5rem;
    margin-top: 0.9375rem;
  }
  .p-topWorks__year {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-topWorks__location {
    font-size: 1rem;
  }
  .p-topWorks__view {
    margin-left: auto;
    margin-right: 0.625rem;
    order: 2;
  }
  .p-topWorks__swiper .swiper-slide {
    width: 23.75rem;
  }
  .p-topWorks__viewAll {
    margin-right: 0.625rem;
  }
  .p-topSection__grid {
    grid-template-columns: 1fr;
  }
  .p-topSection__title {
    font-size: 1.25rem;
  }
  .p-topSection__description {
    font-size: 1rem;
    margin-top: 0.75rem;
    width: 96.1538461538%;
  }
  .p-topModel {
    overflow-x: clip;
  }
  .p-topModel__thumb {
    margin-top: 2.5rem;
  }
  .p-topModel__content {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
  .p-topModel__img {
    margin-left: calc(50% - 50cqi);
    margin-right: calc(50% - 50cqi);
    width: 100cqi;
  }
  .p-topModel__textWrap {
    max-width: 100%;
    padding-top: 0;
  }
  .p-topModel__lead {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-topModel__description {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
  .p-topModel__view {
    margin-top: 2.1875rem;
  }
  .p-topBlog {
    padding-bottom: 5rem;
  }
  .p-topBlog .swiper-button-prev,
  .p-topBlog .swiper-button-next {
    display: none;
  }
  .p-topBlog__container {
    flex-direction: column;
    gap: 1.25rem;
    padding-left: 0.625rem;
  }
  .p-sliderBlog .swiper-slide {
    width: 17.5rem;
  }
  .p-topBlog__view {
    margin-right: 0.625rem;
    margin-top: 1.875rem;
  }
  .p-worksLink {
    margin-top: 2.1875rem;
  }
  .p-worksList {
    padding-block: 5rem;
  }
  .p-worksList__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-worksList__grid {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  .p-worksDetailContent {
    margin-top: 2.5rem;
  }
  .p-worksDetailContent__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-worksDetailRelated {
    padding-block: 5rem;
  }
  .p-customSection1 {
    margin-top: 2.1875rem;
  }
  .p-customSection2,
  .p-customSection3,
  .p-customSection4 {
    margin-top: 5rem;
  }
  .u-base18Sec {
    font-size: 1rem;
  }
  .u-base21 {
    font-size: 1rem;
  }
  .u-base21.--lhSp16 {
    line-height: 1.6;
  }
  .u-base36 {
    font-size: 1.25rem;
  }
  .u-baseSp26 {
    font-size: 1.5rem;
    line-height: 1;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-sp.--flex {
    display: flex;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media (any-hover: hover) {
  .l-header:has(.p-drawer.is-open) .l-header__request:hover {
    background-color: #fff;
    border-color: #fff;
    color: #817E78;
  }
  .l-header--sub:has(.p-drawer.is-open) .c-requestBtn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #817E78;
  }
  .c-btn:hover {
    background-color: #262626;
    color: #fff;
  }
  .c-btn2:hover {
    background-color: #262626;
    color: #fff;
  }
  .c-card__link:hover .c-card__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .c-requestBtn:hover {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
  }
  .c-view:hover span::after {
    background-position: left;
  }
  .c-view.--gray:hover span::after {
    background-position: left;
  }
  .c-view.--white:hover span::after {
    background-position: left;
  }
  .p-blogLead__label:hover::before {
    border-color: #262626;
  }
  .p-cta__link:hover .p-cta__overlay {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .p-drawer__navLink:hover {
    opacity: 0.7;
  }
  .p-entry a:hover {
    text-decoration: none;
  }
  .p-entry a.btn:hover {
    background-color: #262626;
    color: #fff;
  }
  .p-lead2__label:hover::before {
    border-color: #262626;
  }
  .p-linkBlock__link:hover .p-linkBlock__overlay {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .p-nav__link:hover {
    opacity: 0.7;
  }
  .p-news__link:hover {
    opacity: 0.7;
    transition: 0.3s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .p-requestForm__button:hover {
    background-color: #262626;
    color: #fff;
  }
  .p-topSection__img:hover::before {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .u-hover:hover {
    opacity: 0.6;
    transition: opacity 0.5s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */