@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1415px) {
  html {
    font-size: 1.1307420495vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

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

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.7;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 3.75rem;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size: max(1rem, 10px);
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #2e2e2e;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.is-fixed {
  overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
}

.l-about-section {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-about-section {
    margin-top: 1.875rem;
  }
}

.l-breadcrumb {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    margin-top: 0.75rem;
  }
}

.l-common-contact {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .l-common-contact {
    margin-top: 2.1875rem;
  }
}

.l-common-sub {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .l-common-sub {
    margin-top: 1.25rem;
  }
}

.l-common-sub2 {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .l-common-sub2 {
    margin-top: 3.125rem;
  }
}

.l-company-overview {
  margin-top: 6.25rem;
}

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

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

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

.l-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1001;
  width: 100%;
  height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.75rem;
  }
}

.l-inner {
  margin-inline: auto;
  width: 100%;
  padding-inline: 1.5625rem;
  max-width: 88.4375rem;
}
@media screen and (max-width: 1600px) {
  .l-inner {
    max-width: 78.125rem;
    padding-inline: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 40rem;
    padding-inline: 1.25rem;
  }
}

.l-post-list {
  margin-top: 5rem;
}

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

.l-top-column {
  margin-top: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .l-top-column {
    margin-top: 2.1875rem;
  }
}

.l-top-essence {
  margin-top: 1.875rem;
}

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

.l-top-model-house {
  margin-top: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .l-top-model-house {
    margin-top: 2.1875rem;
  }
}

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

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

.c-anim-popup {
  opacity: 0;
  -webkit-transform: translateY(40px) scale(0.8);
          transform: translateY(40px) scale(0.8);
}

@media screen and (max-width: 767px) {
  .js-anim-pc-only {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.c-anim-popup.is-animated {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.c-arrow-button {
  width: 100%;
  max-width: 26.25rem;
  padding: 1.25rem;
  display: inline-block;
  font-size: max(1.125rem, 10px);
  line-height: 1;
  color: #fff;
  background-color: #DE8430;
  border: 1px solid #DE8430;
  text-align: center;
  border-radius: 1.875rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-arrow-button {
    max-width: 20.625rem;
    font-size: max(0.875rem, 10px);
    padding: 1.375rem;
  }
}

.c-arrow-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.c-arrow-button:hover {
  opacity: 1;
}

.c-arrow-button:hover:after {
  right: 1.25rem;
}

.c-button {
  width: 100%;
  max-width: 26.25rem;
  padding: 1.25rem;
  display: inline-block;
  font-size: max(1.125rem, 10px);
  line-height: 1;
  color: #fff;
  background-color: #152a52;
  border: 1px solid #152a52;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button {
    max-width: 20.625rem;
    font-size: max(0.875rem, 10px);
    padding: 1.375rem;
  }
}

.c-button.c-button--light-navy {
  background-color: #596884;
  border: 1px solid #596884;
}

.c-button:hover {
  color: #152a52;
  background-color: #fff;
  opacity: 1;
}

.c-button.c-button--light-navy:hover {
  color: #596884;
}

.c-dotnav-button {
  width: 100%;
  max-width: 26.25rem;
  padding: 0.9375rem 1.4375rem;
  display: inline-block;
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #152a52;
  background-color: #fff;
  border: 1px solid #152a52;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-dotnav-button {
    max-width: 20.625rem;
    font-size: max(0.875rem, 10px);
    padding: 1.0625rem 1.875rem;
    color: #fff;
    background-color: #152a52;
  }
}

.c-dotnav-button::before {
  position: absolute;
  content: "";
  background-color: #152a52;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.75rem;
  height: 1px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-dotnav-button::before {
    background-color: #fff;
    width: 2.5rem;
  }
}

.c-dotnav-button::after {
  position: absolute;
  content: "";
  background-color: #152a52;
  right: 2.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  -webkit-transition: color 0.3s, right 0.3s, left 0.3s;
  transition: color 0.3s, right 0.3s, left 0.3s;
}
@media screen and (max-width: 767px) {
  .c-dotnav-button::after {
    background-color: #fff;
    right: 2.1875rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media (any-hover: hover) {
  a.c-dotnav-button:hover {
    color: #fff;
    background-color: #152a52;
    opacity: 1;
  }
  a.c-dotnav-button:hover::before {
    background-color: #fff;
  }
  a.c-dotnav-button:hover::after {
    background-color: #fff;
    right: 1.25rem;
  }
  a.c-dotnav-button.c-dotnav-button--reverse:hover::after {
    left: 1.25rem;
  }
}
.c-dotnav-button.c-dotnav-button--reverse {
  text-align: right;
}

.c-dotnav-button.c-dotnav-button--reverse::before {
  left: 1.875rem;
  right: initial;
}

.c-dotnav-button.c-dotnav-button--reverse::after {
  right: initial;
  left: 3.125rem;
}

.c-dotnav {
  position: relative;
}

.c-dotnav::before {
  position: absolute;
  content: "";
  background-color: #152a52;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.75rem;
  height: 1px;
  z-index: 1;
}

.c-dotnav::after {
  position: absolute;
  content: "";
  background-color: #152a52;
  right: 2.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.c-dotnav:hover {
  opacity: 1;
}

.c-dotnav:hover::after {
  right: 1.25rem;
}

.c-dotnav.c-dotnav--none::before,
.c-dotnav.c-dotnav--none::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-dotnav.c-dotnav--none::before,
  .c-dotnav.c-dotnav--none::after {
    display: none;
  }
}

.c-dotnav.c-dotnav--none:hover::before,
.c-dotnav.c-dotnav--none:hover::after {
  opacity: 0;
}

.c-more-link {
  font-size: max(0.75rem, 10px);
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: YakuHanJP_Narrow, "EB Garamond", serif;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid #2e2e2e;
  padding: 0.3125rem 0;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.875rem;
  position: relative;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    bottom: -0.9375rem;
  }
}

.c-page {
  background-color: #ffffff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 5.375rem;
  height: 0.3125rem;
  display: block;
  padding: 0;
}

.c-page.is-active {
  background-color: navy;
}

.c-section-heading {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
}

.c-section-heading span {
  display: block;
  font-size: 2rem;
  font-family: YakuHanJP_Narrow, "EB Garamond", serif;
  letter-spacing: 0.15em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-section-heading span {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
}

.c-sidebar {
  background-color: #dcdfe5;
}

.c-sidebar__title {
  background-color: #152a52;
  padding: 1.25rem;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}

.c-sidebar__list {
  padding: 1.25rem 0;
}

.c-sidebar__list-item a {
  width: 100%;
  display: inline-block;
  padding: 0.625rem 1.25rem;
}

/* スプライド矢印 */
.splide__arrow {
  position: absolute;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 2.375rem;
  height: 2.375rem;
}

.splide__arrow:hover {
  opacity: 0.7;
}

.splide__arrow:disabled {
  opacity: 0;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--next {
  top: 5.625rem;
  right: 0.3125rem;
}

.splide__arrow--prev {
  top: 5.625rem;
  left: 0.3125rem;
}

.splide__arrow--next::after {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../images/common/splide-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.splide__arrow--prev::after {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../images/common/splide-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-stickyScroll {
    overflow-x: clip;
  }
}

.c-stickyScroll__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.75rem;
  width: 100%;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-stickyScroll__container {
    padding-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .c-stickyScroll__textList {
    width: 100%;
  }
}

.c-stickyScroll__textItem + .c-stickyScroll__textItem {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .c-stickyScroll__textItem + .c-stickyScroll__textItem {
    margin-top: 3.125rem;
  }
}

.c-stickyScroll__textItem {
  padding-bottom: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c-stickyScroll__textItem {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-stickyScroll__heading {
    margin-top: 1.25rem;
  }
}

.c-stickyScroll__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-stickyScroll__text {
    margin-top: 1.25rem;
  }
}

.c-stickyScroll__text--large {
  display: block;
  margin-top: 1.25rem;
  font-size: max(1.25rem, 10px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-stickyScroll__text--large {
    margin-top: 0.9375rem;
    font-size: max(1rem, 10px);
  }
}

.c-stickyScroll__imgList {
  position: relative;
}

.c-stickyScroll__imgItem {
  position: sticky;
  top: calc((100vh - 37.5432525952vw) / 2 + 2.5rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-stickyScroll__imgItem {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: static;
    opacity: 1;
  }
}

.c-stickyScroll__imgItem.active {
  opacity: 1;
  z-index: 2;
}

.c-stickyScroll__imgItem img {
  aspect-ratio: 434/578;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-stickyScroll__imgItem img {
    aspect-ratio: 375/280;
  }
}

.c-stickyScroll__subheading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-stickyScroll__subheading {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

.c-stickyScroll__list {
  padding-left: 0.5625rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-stickyScroll__list {
    margin-top: 1.25rem;
  }
}

.c-stickyScroll__listItem {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
}

.c-stickyScroll__listItem + .c-stickyScroll__listItem {
  margin-top: 0.375rem;
}

.c-stickyScroll__listItem::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c0c0c0;
}

.c-table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid black;
}

.c-table th:not(:last-child),
.c-table td:not(:last-child) {
  border-right: 1px solid black;
}

.c-table th,
.c-table tr:not(:last-child) td {
  border-bottom: 1px solid black;
}

.c-table tr > * {
  padding: 0.625rem;
  text-align: center;
}

.c-table tr:has(> th) {
  background-color: #aff9ff;
}

.c-text {
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: max(0.875rem, 10px);
  }
}

/* ----------------------------------------------------------------------------
     TOC+
---------------------------------------------------------------------------- */
div#toc_container {
  background-color: #fff;
  width: 100%;
  margin: 3.125rem auto;
  overflow: hidden;
  border: solid 0.3125rem #c0c0c0;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  div#toc_container {
    margin: 1.875rem auto;
    padding: 1.25rem;
  }
}

#toc_container p.toc_title {
  text-align: center;
  font-size: 1.875rem;
  font-family: YakuHanJP_Narrow, "EB Garamond", serif;
  color: #152a52;
}
@media screen and (max-width: 767px) {
  #toc_container p.toc_title {
    font-size: 1.25rem;
  }
}

#toc_container ul {
  list-style-type: decimal-leading-zero;
}

#toc_container ul > li {
  counter-increment: number;
  color: #152a52;
}

#toc_container ul > li::before {
  content: none;
}

#toc_container a {
  padding-left: 1.25rem;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 500;
  color: #2e2e2e;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #toc_container a {
    font-size: max(1rem, 10px);
    padding-left: 1.25rem;
  }
}

#toc_container .toc_number {
  margin-right: 1.25rem;
  position: relative;
  color: #152a52;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_number {
    margin-right: 0.625rem;
  }
}

#toc_container .toc_number::after {
  content: ".";
  color: currentColor;
}

#toc_container .toc_number.toc_depth_2::after {
  content: none;
}

.p-404__text {
  margin-top: 3.125rem;
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  line-height: 2.1111111111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1rem;
  }
}

.p-404__link {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__link {
    margin-top: 2.5rem;
  }
}

.p-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #c0c0c0;
}

.p-about-list__item {
  border-bottom: 1px solid #c0c0c0;
  overflow: hidden;
}

.p-about-list__item a {
  display: block;
  padding: 3.75rem 8rem 3.75rem 3.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-list__item a {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.p-about-list__item a::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/about/about-design-pc.webp");
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.p-about-list__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 42, 82, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}

.p-about-list__item a:hover::before,
.p-about-list__item a:hover::after {
  opacity: 1;
}

.p-about-list__bg {
  position: absolute;
  inset: 0;
}

.p-about-list__bg::before {
  position: absolute;
  content: "";
  background-color: #152a52;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.75rem;
  height: 1px;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-about-list__bg::before {
    content: none;
  }
}

.p-about-list__bg::after {
  position: absolute;
  content: "";
  background-color: #152a52;
  right: 2.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-about-list__bg::after {
    content: none;
  }
}

.p-about-list__item a:hover .p-about-list__bg::before,
.p-about-list__item a:hover .p-about-list__bg::after {
  opacity: 0;
}

.p-about-list__item--design01 a::before {
  background-image: url("../images/about/about-design-pc.webp");
}

.p-about-list__item--design02 a::before {
  background-image: url("../images/about/about-materials-pc.webp");
}

.p-about-list__item--design03 a::before {
  background-image: url("../images/about/about-performance-pc.webp");
}

.p-about-list__item--design04 a::before {
  background-image: url("../images/about/about-warranty-pc.webp");
}

.p-about-list__item--design05 a::before {
  background-image: url("../images/about/about-community-pc.webp");
}

.p-about-list__item--design06 a::before {
  background-image: url("../images/about/about-renovation-pc.webp");
}

.p-about-list__img {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about-list__img {
    display: block;
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-about-list__img img {
  width: 100%;
  aspect-ratio: 140/100;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-about-list__body {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-list__body {
    width: 60%;
  }
}

.p-about-list__label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #2e2e2e;
  font-family: YakuHanJP_Narrow, "EB Garamond", serif;
  letter-spacing: 0.15em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-about-list__label {
    font-size: 0.625rem;
  }
}

.p-about-list__title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #2e2e2e;
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-about-list__title {
    font-size: 1rem;
  }
}

.p-about-list__title,
.p-about-list__label {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-about-list__item a:hover .p-about-list__title,
.p-about-list__item a:hover .p-about-list__label {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-list__item a:hover .p-about-list__title,
  .p-about-list__item a:hover .p-about-list__label {
    color: #2e2e2e;
  }
}

.p-about-nav {
  width: 100%;
  background-color: #dcdfe5;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-nav {
    padding: 2.8125rem 0;
  }
}

.p-about-section .p-about-nav__inner.l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100rem;
}
@media screen and (max-width: 767px) {
  .p-about-section .p-about-nav__inner.l-inner {
    max-width: 40rem;
  }
}

.p-about-nav__wrap {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-nav__wrap {
    width: 9.375rem;
  }
}

.p-about-nav__center {
  width: 12.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-nav__center {
    width: 3.125rem;
  }
}

.p-about-nav__return,
.p-about-nav__prev,
.p-about-nav__next {
  display: inline-block;
  position: relative;
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 1.875rem 0.625rem 0;
  position: relative;
  color: #152a52;
}
@media screen and (max-width: 767px) {
  .p-about-nav__return,
  .p-about-nav__prev,
  .p-about-nav__next {
    padding: 1.25rem 0.0625rem 0;
  }
}

.-about-nav__center {
  display: inline-block;
  width: 12.5rem;
  position: relative;
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 1.875rem 0.625rem 0;
  position: relative;
}

.p-about-nav__wrap:has(.p-about-nav__prev) {
  text-align: left;
}

.p-about-nav__wrap:has(.p-about-nav__next) {
  text-align: right;
}

a.p-about-nav__prev::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0.625rem;
  width: 3.875rem;
  height: auto;
  aspect-ratio: 62/11;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  a.p-about-nav__prev::before {
    left: 0.0625rem;
  }
}

a.p-about-nav__next::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0.625rem;
  width: 3.875rem;
  height: auto;
  aspect-ratio: 62/11;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  a.p-about-nav__next::before {
    right: 0.0625rem;
  }
}

.p-about-nav__return::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.0625rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../images/common/square-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  pointer-events: auto;
}

.p-about-section {
  overflow-x: clip;
}

.p-about-section .l-inner {
  max-width: 110.625rem;
}
@media screen and (max-width: 1600px) {
  .p-about-section .l-inner {
    max-width: 78.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-section .l-inner {
    max-width: 40rem;
    width: 100%;
  }
}

.p-about-section .c-stickyScroll__container {
  gap: 5rem;
}
@media screen and (max-width: 1600px) {
  .p-about-section .c-stickyScroll__container {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__container {
    padding-top: 0.625rem;
  }
}

.p-about-section .c-stickyScroll__textList {
  max-width: 48.4375rem;
  width: 100%;
}

.p-about-section .c-stickyScroll__textItem {
  padding-top: 3.125rem;
  padding-bottom: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__textItem {
    padding: 0;
    gap: 1.125rem;
  }
}

.p-about-section .c-stickyScroll__textItem:last-child {
  padding-bottom: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__textItem:last-child {
    padding-bottom: 0;
  }
}

.p-about-section .c-stickyScroll__textItem + .c-stickyScroll__textItem {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__textItem + .c-stickyScroll__textItem {
    margin-top: 2.25rem;
  }
}

.p-about-section .c-stickyScroll__heading {
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.7345454545;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__heading {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.p-about-section .c-stickyScroll__text {
  margin-top: 0;
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 2.0714285714;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__text {
    line-height: 1.7142857143;
  }
}

.p-about-section .c-stickyScroll__text + .c-stickyScroll__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__text + .c-stickyScroll__text {
    margin-top: 1.5rem;
  }
}

.p-about-section .c-stickyScroll__imgList {
  margin-left: 0;
  margin-right: calc(-50vw + 50%);
  width: 50vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__imgList {
    margin-inline: auto;
    width: 100%;
  }
}

.p-about-section .c-stickyScroll__imgItem {
  top: calc((100vh - 34.0625vw) / 2 + 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__imgItem {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-about-section .c-stickyScroll__imgItem img {
  aspect-ratio: 960/654;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about-section .c-stickyScroll__imgItem img {
    aspect-ratio: 375/135;
  }
}

.p-about {
  background-color: #fff;
}

.p-about__list {
  max-width: 85.8125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__list {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-anshinnews-list {
  display: grid;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-anshinnews-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.875rem;
  }
}

.p-anshinnews-list__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-anshinnews-list__img img {
  aspect-ratio: 440/302;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-anshinnews-list__title {
  margin-top: 0.625rem;
  font-size: 1.25rem;
}

.p-anshinnews-list__item a:hover {
  opacity: 1;
}

.p-anshinnews-list__item a:hover .p-works-list__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-anshinnews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-anshinnews__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-anshinnews__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-anshinnews__sidebar {
    width: 100%;
  }
}

.p-breadcrumb {
  padding-top: 0.5rem;
}

.p-breadcrumb span {
  font-size: max(0.875rem, 10px);
  text-transform: capitalize;
}

.p-breadcrumb span.current-item {
  color: navy;
}

.p-breadcrumb__between {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: translateY(-30%) rotate(45deg);
          transform: translateY(-30%) rotate(45deg);
  margin-inline: 0.625rem;
}

.p-column-list {
  display: grid;
  gap: 3.125rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-column-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    row-gap: 2.5rem;
  }
}

.p-column-list__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-column-list__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-column-list__img img {
  aspect-ratio: 304/250;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-column-list__img img {
    aspect-ratio: 160/124;
  }
}

.p-column-list__contents {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0.875rem;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-column-list__contents {
    margin-top: 0.1875rem;
    margin-bottom: 0.75rem;
  }
}

.p-column-list__date {
  font-size: max(0.875rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-column-list__date {
    font-size: max(0.75rem, 10px);
  }
}

.p-column-list__title {
  font-size: max(1rem, 10px);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-column-list__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.p-column-list__item a:hover {
  opacity: 1;
}

.p-column-list__item a:hover .p-column-list__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 767px) {
  .p-common-contact {
    overflow-x: clip;
  }
}

.p-common-contact-inner.l-inner {
  max-width: 111.25rem;
}

.p-common-contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 85.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-common-contact__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.25rem;
  }
}

.p-common-contact__lead {
  margin-top: 1.25rem;
  font-size: max(0.875rem, 10px);
  line-height: 2.0714285714;
}
@media screen and (max-width: 767px) {
  .p-common-contact__lead {
    margin-top: 0;
  }
}

.p-common-contact__body {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-common-contact__body {
    margin-top: 0.9375rem;
  }
}

.p-common-contact__items {
  display: grid;
  gap: 2.3125rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-common-contact__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    margin: 0 calc(50% - 50vw);
  }
}

.p-common-contact__item {
  position: relative;
}

.p-common-contact__img {
  width: 100%;
  height: 100%;
}

.p-common-contact__img img {
  aspect-ratio: 844/350;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-common-contact__img img {
    aspect-ratio: 375/190;
  }
}

.p-common-contact__img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(46, 46, 46, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-common-contact__text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 100%;
}

.p-common-contact__title {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-common-contact__title {
    font-size: 1.5rem;
  }
}

.p-common-contact__link {
  margin-top: 1.25rem;
  font-size: max(0.75rem, 10px);
  line-height: 1;
  font-family: YakuHanJP_Narrow, "EB Garamond", serif;
  text-transform: capitalize;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-common-contact__link {
    margin-top: 1.5625rem;
  }
}

.p-common-contact__item a:hover {
  opacity: 1;
}

.p-common-contact__item a:hover .p-common-contact__img::before {
  opacity: 0;
}

.p-company-profile__contents {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.p-company-profile__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company-profile__img {
    width: 100%;
  }
}

.p-company-profile__img img {
  aspect-ratio: 2048/1365;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-company-profile__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.625rem;
  padding-bottom: 0.6875rem;
  background-image: linear-gradient(to right, navy 0px, navy 12.5rem, rgba(0, 0, 128, 0.2) 12.5rem, rgba(0, 0, 128, 0.2) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .p-company-profile__items {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    background-image: linear-gradient(to right, navy 0px, navy 5.625rem, rgba(0, 0, 128, 0.2) 5.625rem, rgba(0, 0, 128, 0.2) 100%);
  }
}

.p-company-profile__heading.c-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-profile__heading.c-text {
    width: 5.625rem;
    line-height: 1.8;
  }
}

.p-company-profile__text.c-text {
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile__text.c-text {
    padding-inline: 0.3125rem;
    line-height: 1.8;
    font-size: max(0.875rem, 10px);
  }
}

.p-company-profile__map {
  margin-top: 1.875rem;
  max-width: 63.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company-profile__map {
    margin-top: 3.125rem;
  }
}

.p-company-profile__map iframe {
  aspect-ratio: 1020/460;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-company-profile__map iframe {
    aspect-ratio: 3/2;
  }
}

.p-contact__inner.l-inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-contact__inner.l-inner {
    max-width: 40rem;
  }
}

.p-contact__attention {
  margin-top: 3.125rem;
  border: 1px solid #2e2e2e;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact__attention {
    margin-top: 1.875rem;
  }
}

.p-contact__attention-heading {
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 1.25rem 1.875rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-contact__attention-heading {
    font-size: max(1.125rem, 10px);
    padding: 0.9375rem;
  }
}

.p-contact__attention-heading::before,
.p-contact__attention-heading::after {
  content: "";
  position: absolute;
  top: 2.1875rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 0.0625rem;
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__attention-heading::before,
  .p-contact__attention-heading::after {
    top: 1.875rem;
    width: 1.25rem;
  }
}

.p-contact__attention-heading::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-contact__attention[open] .p-contact__attention-heading::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-contact__attention-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  margin-top: 0;
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__attention-list {
    padding: 0 0.625rem;
  }
}

.p-contact__attention[open] .p-contact__attention-list {
  max-height: 1000px;
  padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__attention[open] .p-contact__attention-list {
    margin-top: 1.25rem;
    padding: 0.625rem;
  }
}

.p-contact__attention-item {
  padding-left: 1em;
  position: relative;
}

.p-contact__attention-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-contact__information-text + .p-contact__information-text {
  margin-top: 1.25rem;
}

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

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

.p-contact__thanks-title {
  font-size: 1.5625rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-title {
    font-size: 1.25rem;
  }
}

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

.p-contact__thanks-button {
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-button {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

/* （the_content()で出力したものへのスタイル） */
.wp-block-file a,
.p-content p,
.p-content li,
.p-content th,
.p-content td {
  font-size: max(0.875rem, 10px);
  line-height: 1.8571428571;
}

.p-content h2 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.7;
  color: #152a52;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-content h2 {
    font-size: 1.25rem;
  }
}

.p-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  color: #152a52;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-content h3 {
    font-size: max(1.125rem, 10px);
  }
}

.p-content h4 {
  font-size: max(1.125rem, 10px);
  font-weight: 600;
  line-height: 1.8888888889;
  color: #152a52;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-content h4 {
    font-size: max(1rem, 10px);
  }
}

.p-content h5 {
  font-size: max(1rem, 10px);
  font-weight: 600;
  line-height: 1.8888888889;
  color: #152a52;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-content h5 {
    font-size: max(1rem, 10px);
  }
}

.p-content h2:nth-of-type(1) {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-content h2:nth-of-type(1) {
    margin-top: 2.125rem;
  }
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-content h2:nth-of-type(n + 2) {
    margin-top: 3.125rem;
  }
}

.p-content h3:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-content h3:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-content figure:nth-child(n+2) {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-content figure:nth-child(n+2) {
    margin-top: 2.375rem;
  }
}

.p-content p:nth-child(n+2) {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-content p:nth-child(n+2) {
    margin-top: 0.9375rem;
  }
}

.wp-block-file,
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .wp-block-file,
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 0.9375rem;
  }
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content figure.wp-block-table {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-content figure.wp-block-table {
    display: block;
  }
}

.p-content table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #dcdfe5;
}

.p-content table th:not(:last-child),
.p-content table td:not(:last-child) {
  border-right: 1px solid #dcdfe5;
}

.p-content table th,
.p-content table tr:not(:last-child) td {
  border-bottom: 1px solid #dcdfe5;
}

.p-content table tr > * {
  padding: 1.25rem;
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-content table tr > * {
    display: block;
    width: 100%;
  }
}

.p-content table td:first-child {
  background-color: #152a52;
  color: #fff;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .p-content table td:first-child {
    display: block;
    width: 100%;
  }
}

.wp-block-table td, .wp-block-table th {
  border: none;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  text-indent: -1rem;
  padding-left: 1.5rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  text-indent: -1rem;
  padding-left: 1.5rem;
}

.p-content > ol > li > ol > li::before {
  counter-increment: number 1;
  content: counter(number, lower-alpha) ". ";
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  counter-increment: number 1;
  content: counter(number, lower-roman) ". ";
}

.p-content ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  text-indent: -2em;
  padding-left: 2em;
}

.p-content ul > li ol > li::before {
  counter-increment: number 1;
  content: "(" counter(number) ") ";
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
  float: none;
}

.p-content a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-decoration: underline;
}

.p-content .wp-block-group {
  padding: 1.5rem;
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: max(1rem, 10px);
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-content .wp-block-group {
    padding: 1.5rem 1.875rem;
  }
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  margin-top: 0.5rem;
  margin-right: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  display: inline-block;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .wp-block-file:not(.wp-element-button) a::before {
    margin-top: 1rem;
    margin-right: 0.5rem;
    width: 2rem;
  }
}

.p-event-list {
  display: grid;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  row-gap: 5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-event-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

.p-event-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-event-list__item a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-event-list__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-event-list__img img {
  aspect-ratio: 422/281;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-event-list__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4375rem;
  font-size: max(0.75rem, 10px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-event-list__label-wrap {
    margin-top: 0.8125rem;
  }
}

.p-event-list__label {
  padding: 0.25rem 1.0625rem;
  background-color: #152a52;
}

.p-event-list__status {
  padding: 0.25rem 1.375rem;
  background-color: #2e2e2e;
}

.p-event-list__status--ended {
  background-color: #c0c0c0;
}

.p-event-list__info {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-event-list__info {
    margin: 1.25rem 0 0.9375rem;
  }
}

.p-event-list__date {
  font-size: max(0.875rem, 10px);
  line-height: 1.8;
}

.p-event-list__title {
  margin-top: 0.1875rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-event-list__link {
  margin-top: auto;
}

.p-event-list__item a:hover {
  opacity: 1;
}

.p-event-list__item a:hover .p-event-list__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-event-list__item a:hover .p-event-list__link {
  color: #fff;
  background-color: #152a52;
  opacity: 1;
}

.p-event-list__item a:hover .p-event-list__link::before {
  background-color: #fff;
}

.p-event-list__item a:hover .p-event-list__link::after {
  background-color: #fff;
  right: 1.25rem;
}

.p-event__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-event__tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-event__tab-item {
  width: 100%;
  max-width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-event__tab-item {
    max-width: 10rem;
  }
}

.p-event__tab-item a {
  width: 100%;
  padding: 1.25rem;
  display: inline-block;
  font-size: max(1.125rem, 10px);
  line-height: 1;
  color: #fff;
  background-color: #152a52;
  border: 1px solid #152a52;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-event__tab-item a {
    font-size: max(0.875rem, 10px);
    padding: 0.625rem 0.125rem;
  }
}

.p-event__tab-item.is-active a {
  color: #152a52;
  background-color: #fff;
  pointer-events: none;
  cursor: default;
}

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

.p-footer {
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
  background-color: #152a52;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 1.75rem;
  }
}

.p-footer__logo {
  width: 18.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 13.125rem;
    margin-left: initial;
  }
}

.p-footer__logo a {
  padding: 0.625rem 0;
  display: block;
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__wrap {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    margin-top: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.p-footer__nav {
  display: grid;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-footer__nav-item a {
  padding: 0.75rem 0.625rem;
  display: block;
  font-size: max(1rem, 10px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item a {
    font-size: max(0.875rem, 10px);
    padding: 0.84375rem 0.625rem;
  }
}

.p-footer__sub-item a {
  padding: 0.5rem 0.625rem 0.5rem 1.875rem;
  display: block;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-item a {
    font-size: max(0.875rem, 10px);
  }
}

.p-footer__sub-item a::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  left: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer__right {
  border-left: 1px solid #585858;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    border-left: none;
    border-bottom: 1px solid #585858;
    padding-left: 0;
    padding-bottom: 3.125rem;
  }
}

.p-footer__address {
  font-style: normal;
  font-size: max(0.875rem, 10px);
  line-height: 1.8571428571;
}

.p-footer__company {
  font-size: max(1.125rem, 10px);
}

.p-footer__address-text,
.p-footer__address-tel {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__address-text,
  .p-footer__address-tel {
    margin-top: 0.6875rem;
  }
}

/*.p-footer__sns {
    margin-top: rem(40);
    display: flex;
    justify-content: left;
    align-items: center;

    @include mq(md) {
        margin-top: rem(25);
        justify-content: center;
    }
}

.p-footer__sns-icon {
    display: block;
    max-width: rem(30);
    width: 100%;
}

.p-footer__sns-icon+.p-footer__sns-icon {
    margin-left: rem(30);
}

.p-footer__sns-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}*/
.p-footer__bottom {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-top: 2.5rem;
  }
}

.p-footer__copyright {
  display: block;
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.p-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #152a52;
  padding: 1.25rem 0.625rem;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.9375rem 0.625rem;
    gap: 0.625rem;
  }
}

.p-form__wrap:first-child {
  border-top: 1px solid #152a52;
}

.p-form__wrap.p-form__wrap--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__label {
  max-width: 15.625rem;
  width: 100%;
  font-size: max(0.9375rem, 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    max-width: initial;
  }
}

.p-form__wrap.p-form__wrap--textarea .p-form__label {
  margin-top: 0.625rem;
}

.u-required {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  color: #FF003D;
  padding: 0.3125rem 0.5rem;
  border: 1px solid #FF003D;
  font-size: max(0.75rem, 10px);
  line-height: 1;
}

.p-form__input,
.p-form__textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  border-radius: 0.375rem;
  word-break: break-word;
}

.p-form__input input[name=date],
.p-form__select,
.p-form__input input[name=adult-number],
.p-form__input input[name=child-number],
.p-form__input input.p-postal-code {
  width: 12.5rem;
}

@media screen and (max-width: 767px) {
  .p-form__input {
    min-height: 2.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-form__input input {
    min-height: 2.4375rem;
    color: #2e2e2e;
  }
}

.p-form__input span + span {
  margin-top: 1.25rem;
  display: block;
}

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

.p-form__input input {
  padding: 0.5rem 0.9375rem;
  width: 100%;
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.p-form__input input:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__textarea textarea {
  padding: 0.5rem 0.9375rem;
  width: 100%;
  height: 15.625rem;
  font-size: max(0.9375rem, 10px);
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.p-form__textarea textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__select {
  position: relative;
}

.p-form__select::after {
  content: "";
  position: absolute;
  top: 0.9375rem;
  bottom: 0;
  right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-form__select select {
  padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
  width: 100%;
  font-size: max(0.9375rem, 10px);
  color: #2e2e2e;
  line-height: 1;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

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

.p-form__select select:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.p-form__radio .wpcf7-list-item:not(:first-of-type) {
  margin-top: 0.625rem;
}

.p-form__radio input {
  display: none;
}

.p-form__radio input + span {
  padding: 0 0 0 1.5625rem;
  position: relative;
  display: block;
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__radio input + span {
    display: inline-block;
  }
}

.p-form__radio input + span::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.p-form__radio input + span::after {
  content: "";
  padding: 0.125rem;
  width: 0.4375rem;
  height: 0.4375rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.p-form__checkbox .wpcf7-list-item {
  margin-left: 0;
}

.p-form__checkbox .wpcf7-form-control-wrap .wpcf7-form-control {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__checkbox .wpcf7-form-control-wrap[data-name=know] .wpcf7-form-control {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-form__checkbox input {
  display: none;
}

.p-form__checkbox input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.5625rem;
  position: relative;
  font-size: max(0.9375rem, 10px);
  line-height: 1;
}

.p-form__checkbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
}

.p-form__checkbox input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #000;
  border-left: 0.1875rem solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

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

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

.p-contact__form-checkbox-title {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-checkbox-title {
    font-size: 1.25rem;
  }
}

.p-contact__form-checkbox-text {
  margin-top: 1.25rem;
}

.p-contact__form-checkbox-text a {
  text-decoration: underline;
  text-decoration-color: #2e2e2e;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.p-contact__form-privacy label {
  margin-top: 1.25rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form-privacy label {
    margin-top: 0.625rem;
  }
}

.p-contact__form-privacy input + span {
  position: relative;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-privacy input + span {
    font-size: max(0.8125rem, 10px);
    padding-left: 1.5625rem;
    margin-left: 0.625rem;
  }
}

.p-contact__form-privacy input + span::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 1px solid #2e2e2e;
}
@media screen and (max-width: 767px) {
  .p-contact__form-privacy input + span::before {
    top: 55%;
  }
}

.p-contact__form-privacy input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 60%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.8125rem;
  height: 0.4375rem;
  border-bottom: 2px solid #2e2e2e;
  border-left: 2px solid #2e2e2e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.p-contact__form-privacy input:checked + span::after {
  opacity: 1;
}

.p-form__submit input {
  width: 100%;
  max-width: 26.25rem;
  padding: 1.25rem 1.4375rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #152a52;
  background-color: #fff;
  border: 1px solid #152a52;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form__submit input {
    max-width: 20.625rem;
    font-size: max(0.875rem, 10px);
    padding: 1.0625rem 1.875rem;
    color: #fff;
    background-color: #152a52;
  }
}

.p-form__submit input:hover {
  color: #fff;
  background-color: #152a52;
  opacity: 1;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #FF003D;
  border-radius: 0.625rem;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1.875rem;
  text-align: center;
  font-size: max(1.25rem, 10px);
  color: #FF003D;
  margin: 3.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    padding: 1.25rem 0.625rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-header {
  height: 10.625rem;
  -webkit-transition: background-color 0.3s, height 0.3s;
  transition: background-color 0.3s, height 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-header {
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4.375rem;
  }
}

.p-header-sub {
  background-color: #fff;
  height: 10.625rem;
  border-bottom: 1px solid #dcdfe5;
  -webkit-transition: background-color 0.3s, height 0.3s;
  transition: background-color 0.3s, height 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-header-sub {
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header-sub {
    height: 4.375rem;
  }
}

.p-header.is-scrolled,
.p-header-sub.is-scrolled {
  background-color: #fff;
  height: 5rem;
  border-bottom: 1px solid #dcdfe5;
}
@media screen and (max-width: 767px) {
  .p-header.is-scrolled,
  .p-header-sub.is-scrolled {
    height: 4.375rem;
  }
}

.p-header-sub .p-header__nav-item:not(.p-header__nav-item--contact) a,
.p-header-sub .p-header__nav-modal-trigger,
.p-header.is-scrolled .p-header__nav-item:not(.p-header__nav-item--contact) a,
.p-header.is-scrolled .p-header__nav-modal-trigger {
  color: #152a52;
}

.p-header__inner {
  padding-inline: clamp(20px, 8.92857vw - 71.42857px, 100px);
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-header__inner {
    padding: 0 0 0 0.9375rem;
  }
}

.p-header__logo {
  max-width: clamp(180px, 15.625vw, 295px);
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 13.0625rem;
  }
}

.js-logo.is-hidden {
  display: none !important;
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  display: block;
  height: inherit;
}
@media screen and (max-width: 1023px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__nav-item,
.p-header__nav-modal-wrap {
  height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
  margin-left: clamp(11.25px, 0.78125vw, 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav-item.p-header__nav-item--contact + .p-header__nav-item--contact {
  margin-left: clamp(18.75px, 1.3020833333vw, 25px);
}

.p-header__nav-item a,
.p-header__nav-modal-trigger {
  padding: clamp(2px, 0.868vw, 17px);
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(11.25px, 0.78125vw, 15px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.p-header__nav-item:not(.p-header__nav-item--contact) a.is-current {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.p-header__nav-item.p-header__nav-item--contact a.c-button {
  height: initial;
  padding: 0.625rem;
  width: clamp(80px, 7.8125vw, 160px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.01em;
}

.p-header__nav-modal-wrap {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__nav-modal {
  padding: 1.875rem 1.875rem;
  position: absolute;
  top: 8.125rem;
  left: -18.75rem;
  width: 75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
}

.p-header__nav-modal-wrap::after {
  position: absolute;
  content: "";
  bottom: 3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 0.9375rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header.is-scrolled .p-header__nav-modal-wrap::after {
  background-color: #152a52;
  bottom: 0.625rem;
}

.p-header__nav-modal-wrap:hover::after {
  opacity: 1;
  visibility: visible;
}

.p-header.is-scrolled .p-header__nav-modal {
  top: 5rem;
  -webkit-box-shadow: 0 0.25rem 0.625rem -0.25rem rgba(21, 42, 82, 0.2);
          box-shadow: 0 0.25rem 0.625rem -0.25rem rgba(21, 42, 82, 0.2);
}

.p-header__nav-modal-wrap:hover .p-header__nav-modal {
  opacity: 1;
  visibility: visible;
}

.p-header__nav-modal-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
}

.p-header__nav-modal-heading {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
}

.p-header__nav-modal-head-link {
  margin-top: 3.125rem;
}

.p-header__nav-modal-heading span {
  display: block;
  font-size: max(2.0625rem, 10px);
  font-family: YakuHanJP_Narrow, "EB Garamond", serif;
  text-transform: capitalize;
}

.p-header__nav-modal-list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-header__nav-modal-item a {
  display: block;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
}

.p-header__nav-modal-item-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-header__nav-modal-item-img img {
  aspect-ratio: 262/170;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-header__nav-modal-item-text {
  margin-top: 0.625rem;
  text-align: center;
}

.p-header__nav-modal-item a:hover {
  opacity: 1;
}

.p-header__nav-modal-item a:hover .p-header__nav-modal-item-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.p-header__hamburger {
  display: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #152a52;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__hamburger.is-open {
  background-color: transparent;
}

.p-header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1.875rem;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -0.625rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 0.625rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

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

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
  background-image: url(../images/about/about-warranty-pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-header__drawer-inner {
  width: 100%;
  height: inherit;
  position: relative;
  padding: 1.25rem 0.9375rem 3.125rem;
}

.p-header__drawer-inner::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  background-color: rgba(21, 42, 82, 0.7);
  z-index: -1;
}

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

.p-header__drawer-logo {
  width: 100%;
  max-width: 13.0625rem;
  height: auto;
}

.p-header__drawer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__drawer-body {
  max-width: 50rem;
  margin-inline: auto;
  width: 100%;
}

.p-header__drawer-list {
  margin-top: 1.875rem;
  display: grid;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 599px) {
  .p-header__drawer-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-header__drawer-item a {
  padding: 0.9375rem 0;
  display: block;
  font-size: max(1.125rem, 10px);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .p-header__drawer-item a {
    font-size: max(1rem, 10px);
    padding: 0.625rem 0;
  }
}

.p-header__drawer-item.has-sub {
  position: relative;
  margin-top: 3.125rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.p-header__drawer-button {
  width: 100%;
  padding: 0.9375rem 0;
  display: block;
  font-size: max(1.125rem, 10px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-header__drawer-button {
    font-size: max(1rem, 10px);
  }
}

.p-header__drawer-item.has-sub::after {
  content: "";
  position: absolute;
  top: 1.375rem;
  bottom: 0;
  right: 1.875rem;
  font-size: 90%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-header__drawer-item.has-sub.is-open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__drawer-nav-modal-item a {
  padding: 0.9375rem 0;
  display: block;
  font-size: max(1rem, 10px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-header__drawer-nav-modal-item a {
    font-size: max(0.875rem, 10px);
    padding: 0.625rem 0;
  }
}

.p-header__drawer-nav-modal-sub {
  display: none;
}

.p-modelhouse__img {
  width: 100%;
  height: auto;
  position: relative;
}

.p-modelhouse__img img {
  aspect-ratio: 1920/300;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__img img {
    aspect-ratio: 400/150;
  }
}

.p-modelhouse__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__title {
    font-size: 1.375rem;
  }
}

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

.p-modelhouse__lead {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__lead {
    font-size: max(1.125rem, 10px);
  }
}

.p-modelhouse__content {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__content {
    margin-top: 1.875rem;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-modelhouse__info-wrap {
  width: 42.4028268551%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__info-wrap {
    width: 100%;
  }
}

.p-modelhouse__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #dcdfe5;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__info-item {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.p-modelhouse__info-item > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__info-item > dt {
    width: 5.3125rem;
    font-size: max(0.875rem, 10px);
  }
}

.p-modelhouse__info-item > dd {
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__info-item > dd {
    padding-inline: 0.3125rem;
    font-size: max(0.875rem, 10px);
  }
}

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

body:has(.p-mv) {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}
body:has(.p-mv).show {
  opacity: 1;
}

.p-mv {
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  height: 200vh;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.p-mv.show {
  opacity: 1;
}

.p-mv__video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-mv__parallax {
  color: #fff;
  position: relative;
}

.p-mv__dark-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.p-mv__main-wrap {
  height: 100vh;
}

.p-mv__main-wrap-inner.l-inner {
  max-width: 102.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-mv__main-wrap-inner.l-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9375rem;
  }
}

.p-mv__main-heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-mv__main-heading {
    font-size: 1.5rem;
    letter-spacing: 0.3em;
    line-height: 2;
  }
}

.p-mv__main-heading span {
  opacity: 0;
  display: inline-block;
}

.p-mv__main-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.2em;
  margin-right: 2.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__main-text {
    margin-right: 0;
    font-size: max(0.9375rem, 10px);
    letter-spacing: 0.3em;
    line-height: 2.4;
  }
}

.p-mv__sub-wrap {
  position: relative;
  height: 100vh;
}

.p-mv__sub-inner.l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-inner.l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.125rem;
    padding-inline: 0.9375rem;
  }
}

.p-mv__sub-right {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-combine-upright: none;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-right {
    margin-left: auto;
  }
}

.p-mv__sub-heading {
  text-orientation: upright;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-heading {
    margin-right: 2.4375rem;
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.3em;
  }
}

.p-mv__sub-heading-sub {
  margin-right: 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-heading-sub {
    margin-right: 0.625rem;
    font-size: max(1.125rem, 10px);
    line-height: 2.2;
    letter-spacing: 0.3em;
  }
}

.p-mv__sub-left {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

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

.p-mv__sub-text {
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  line-height: 2.3333333333;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-text {
    font-size: max(0.875rem, 10px);
    line-height: 1.5714285714;
    letter-spacing: 0.12em;
  }
}

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

.p-mv__sub-link .c-dotnav-button {
  max-width: 25rem;
  font-size: max(1.125rem, 10px);
  padding: 1.5625rem;
}

.punct {
  display: inline-block;
  -webkit-transform: translate(15%, -30%);
          transform: translate(15%, -30%);
}

.p-news-list__item a {
  padding: 2.0625rem 6.25rem 2.0625rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-list__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0;
    gap: 0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news .p-news-list__item:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-news-list__item a.c-dotnav::before,
  .p-news-list__item a.c-dotnav::after {
    content: none;
  }
}

.p-news-list__item:not(:first-child) {
  border-top: 1px solid #c0c0c0;
}

.p-news-list__meta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__meta {
    gap: 0.75rem;
  }
}

.p-news-list__label {
  min-width: 7.5rem;
  padding: 0.3125rem;
  text-align: center;
  display: inline-block;
  background-color: #152a52;
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news-list__label {
    padding: 0.4375rem;
  }
}

.p-news-list__date {
  font-size: max(0.875rem, 10px);
  line-height: 1;
}

.p-news-list__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 0.1em;
  font-size: max(0.875rem, 10px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news-list__title {
    -webkit-line-clamp: 2;
  }
}

.p-news-list__pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.p-pagenavi a,
.p-pagenavi span {
  margin: 0 0.625rem;
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pagenavi a,
  .p-pagenavi span {
    font-size: 0.875rem;
    margin: 0 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.page-numbers.current {
  background-color: #152a52;
  color: #fff;
  border-radius: 50%;
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-privacy__inner.l-inner {
  max-width: 68.75rem;
}

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

.p-privacy__contents-heading {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__contents-heading {
    font-size: 1.125rem;
  }
}

.p-privacy__contents-description {
  margin-top: 1.25rem;
}

.p-single-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-single-head__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  font-size: max(0.75rem, 10px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-single-head__label-wrap {
    margin-top: 0.8125rem;
  }
}

.p-single-head__title {
  margin-top: 0.625rem;
  font-size: 2.104375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-single-head__title {
    font-size: 1.25rem;
  }
}

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

.p-single-head__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  border-top: 1px solid #dcdfe5;
  padding: 1.4375rem 0;
}
@media screen and (max-width: 767px) {
  .p-single-head__info-item {
    padding: 0.625rem 0;
    gap: 0.625rem;
  }
}

.p-single-head__info-term {
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-single-head__info-term {
    width: 5.625rem;
    font-size: max(0.75rem, 10px);
  }
}

.p-single-head__info-desc {
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-single-head__info-desc {
    font-size: max(0.75rem, 10px);
  }
}

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

.p-single-head__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-single-head__img {
    width: 100%;
  }
}

.p-single-head__img img {
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-single-nav {
  margin-top: 9.375rem;
  width: 100%;
  background-color: #dcdfe5;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-single-nav {
    margin-top: 3.125rem;
    padding: 1.875rem 0;
  }
}

.p-single-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single-nav__wrap {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-nav__wrap {
    width: 8.125rem;
  }
}

.p-single-nav__return,
.p-single-nav__prev,
.p-single-nav__next {
  display: inline-block;
  width: 12.5rem;
  position: relative;
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 1.875rem 0.625rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-nav__return,
  .p-single-nav__prev,
  .p-single-nav__next {
    font-size: 10px;
    padding: 1.25rem 0.0625rem 0;
    width: 8.125rem;
  }
}

.p-single-nav__return {
  text-align: center;
}

.p-single-nav__next {
  text-align: right;
}

a.p-single-nav__prev::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0.625rem;
  width: 3.875rem;
  height: auto;
  aspect-ratio: 62/11;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  a.p-single-nav__prev::before {
    left: 0.0625rem;
  }
}

a.p-single-nav__next::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0.625rem;
  width: 3.875rem;
  height: auto;
  aspect-ratio: 62/11;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  a.p-single-nav__next::before {
    right: 0.0625rem;
  }
}

.p-single-nav__return::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.0625rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../images/common/square-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  pointer-events: auto;
}

.p-single__inner.l-inner {
  max-width: 63.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner.l-inner {
    max-width: 40rem;
    width: 100%;
  }
}

.p-single__title {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.25rem;
  }
}

.p-sub-mv {
  width: 100%;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-mv {
    height: 6.5625rem;
  }
}

.p-sub-mv__inner.l-inner {
  height: inherit;
  border-bottom: 1px solid #dcdfe5;
}

.page-id-12 .p-sub-mv__inner.l-inner {
  border-bottom: none;
}

.p-sub-mv__title-wrap {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-sub-mv__text {
  margin-bottom: 2.1875rem;
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #152a52;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__text {
    display: none;
  }
}

.p-sub-mv__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #152a52;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__title {
    font-size: 1.25rem;
  }
}

.p-sub-mv__title-en {
  margin-top: 0.9375rem;
  font-size: max(1rem, 10px);
  font-family: YakuHanJP_Narrow, "EB Garamond", serif;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.15em;
  color: #152a52;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__title-en {
    margin-top: 0.625rem;
    font-size: max(0.875rem, 10px);
  }
}

.p-sub-mv__link {
  position: absolute;
  right: 1.875rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-sub-mv__link {
    display: none;
  }
}

.p-sub-mv__link a {
  display: inline-block;
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 1.875rem 0.625rem 0;
}

.p-sub-mv__link a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.0625rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../images/common/square-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  pointer-events: auto;
}

.p-top-column__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-column__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.25rem;
  }
}

.p-top-column__lead-wrap {
  margin-top: 0.3125rem;
}

.p-top-column__lead {
  font-size: max(1.25rem, 10px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-column__lead {
    font-size: max(1rem, 10px);
  }
}

.p-top-column__lead-sub {
  margin-top: 0.3125rem;
  font-size: max(0.875rem, 10px);
  line-height: 2.0714285714;
}
@media screen and (max-width: 767px) {
  .p-top-column__lead-sub {
    font-size: max(0.75rem, 10px);
    line-height: 1.8333333333;
  }
}

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

.p-top-essence {
  padding: 5.625rem 0;
  background-color: #dcdfe5;
}
@media screen and (max-width: 767px) {
  .p-top-essence {
    padding: 2.1875rem 0 2.8125rem;
  }
}

.p-top-essence__list {
  margin-top: 2.5rem;
  display: grid;
  gap: 3.125rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .p-top-essence__list {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-essence__list {
    margin-top: 1.4375rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.625rem;
  }
}

.p-top-essence__img {
  width: 100%;
  height: auto;
}

.p-top-essence__img img {
  aspect-ratio: 422/300;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-essence__img img {
    aspect-ratio: 335/158;
  }
}

.p-top-essence__label {
  width: 100%;
  padding: 0.6875rem 0.3125rem;
  text-align: center;
  background-color: #152a52;
  color: #fff;
  font-size: max(1rem, 10px);
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (max-width: 1023px) {
  .p-top-essence__label {
    padding: 0.5625rem 0.125rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .p-top-essence__label {
    padding: 0.5625rem;
    font-size: max(0.875rem, 10px);
  }
}

.p-top-essence__title {
  margin-top: 0.9375rem;
  font-size: max(1.25rem, 10px);
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-essence__title {
    text-align: left;
    font-size: max(1rem, 10px);
    line-height: 2.125;
  }
}

.p-top-essence__text {
  margin-top: 1.0625rem;
  font-size: max(0.875rem, 10px);
  line-height: 2.0714285714;
}
@media screen and (max-width: 767px) {
  .p-top-essence__text {
    margin-top: 0.4375rem;
    line-height: 1.7142857143;
  }
}

.p-top-event__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-top-event__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.p-top-model-house {
  padding-top: 5.9375rem;
  position: relative;
  z-index: 0;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-top-model-house {
    padding-top: 0;
  }
}

.p-top-model-house__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 88%;
  background-color: #dcdfe5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-model-house__inner::before {
    content: none;
  }
}

.p-top-model-house__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-model-house__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-top-model-house__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 10;
  background-color: transparent;
  width: 59.2592592593%;
}
@media screen and (max-width: 767px) {
  .p-top-model-house__body {
    width: 100%;
  }
}

.p-top-model-house__img {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-model-house__img {
    margin-top: 1.375rem;
  }
}

.p-top-model-house__img img {
  aspect-ratio: 800/530;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-top-model-house__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31.8518518519%;
  position: relative;
  z-index: 0;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-model-house__content {
    width: 100%;
  }
}

.p-top-model-house__content::after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 4.0625rem;
  right: -5.3125rem;
  background-image: url(../images/top/top-model-house-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 135%;
  height: auto;
  aspect-ratio: 596/375;
}
@media screen and (max-width: 767px) {
  .p-top-model-house__content::after {
    width: 100%;
    right: 0;
    bottom: 3.4375rem;
  }
}

.p-top-model-house__title {
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.7272727273;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-model-house__title {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}

.p-top-model-house__text {
  margin-top: 2.5rem;
  font-size: max(0.875rem, 10px);
  line-height: 2.0714285714;
}
@media screen and (max-width: 767px) {
  .p-top-model-house__text {
    margin-top: 0.75rem;
    line-height: 1.7857142857;
  }
}

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

.p-top-news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}

.p-top-news__head {
  margin-top: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14%;
}
@media screen and (max-width: 767px) {
  .p-top-news__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.p-top-news__contents {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-top-works__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-works__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.9375rem;
  }
}

.p-top-works__lead-wrap {
  margin-top: 0.3125rem;
}

.p-top-works__lead {
  font-size: max(1.25rem, 10px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-works__lead {
    font-size: max(1rem, 10px);
  }
}

.p-top-works__lead-sub {
  margin-top: 0.625rem;
  font-size: max(0.875rem, 10px);
  line-height: 2.0714285714;
}
@media screen and (max-width: 767px) {
  .p-top-works__lead-sub {
    font-size: max(0.75rem, 10px);
    line-height: 1.8333333333;
    letter-spacing: 0.07em;
  }
}

.p-top-works__slider {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__slider {
    margin-top: 0.9375rem;
    padding-inline: 1.25rem;
    max-width: 39.375rem;
    margin-inline: auto;
  }
}

.p-top-works__more {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-works__more {
    text-align: left;
    max-width: 40rem;
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.p-works-list__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-works-list__img img {
  aspect-ratio: 576/350;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-works-list__title {
  margin-top: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-works-list__title {
    margin-top: 1.125rem;
    font-size: max(1.125rem, 10px);
    line-height: 1.7222222222;
  }
}

.p-works-list__link {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-works-list__link {
    margin-top: 0.875rem;
  }
}

.p-works-list__item a:hover {
  opacity: 1;
}

.p-works-list__item a:hover .p-works-list__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-works .p-works-list {
  display: grid;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  row-gap: 5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-works .p-works-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

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