@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #3d3d3d;
  font-family: "Hina Mincho", serif;
  background: #f2f2f0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
  overflow: hidden;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 43.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-section {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 2.5rem;
  }
}

.l-section-page {
  padding-block: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-section-page {
    padding-block: 6.25rem;
  }
}

.c-btn {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  padding: 0.9375rem 1.875rem;
  background: #d9d9d9;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 0.625rem 1.25rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    background: rgba(61, 61, 61, 0.4);
  }
}

.c-animated__fadeIn {
  translate: 0 1.25rem;
  opacity: 0;
  -webkit-transition: translate 0.5s ease, opacity 1.5s ease;
  transition: translate 0.5s ease, opacity 1.5s ease;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__load-fadeIn {
  -webkit-animation: 1.5s 0.3s ease forwards fv-load-fadIn;
          animation: 1.5s 0.3s ease forwards fv-load-fadIn;
  opacity: 0;
}
@-webkit-keyframes fv-load-fadIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv-load-fadIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-animated__load-fadeIn-delay {
  -webkit-animation: 1.5s 0.8s ease forwards fv-load-fadIn;
          animation: 1.5s 0.8s ease forwards fv-load-fadIn;
  font-family: "Zen Old Mincho", serif;
  opacity: 0;
}
@keyframes fv-load-fadIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-title {
  font-size: max(3rem, 38.4px);
  font-weight: 400;
  line-height: 1.3333333333;
  text-align: center;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: max(2rem, 25.6px);
    font-weight: 300;
    line-height: 1.1875;
    white-space: nowrap;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title {
    font-size: 2rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding-inline: 2.5rem;
  background: transparent;
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 9.375rem 1fr;
  padding-top: 4.375rem;
  padding-left: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-top: 1.25rem;
  }
}

.p-header__logo {
  width: 4.375rem;
  height: auto;
  aspect-ratio: 1;
  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;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 3.125rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: 100%;
}
.p-header__logo .p-header__logo--name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 右から左に縦書き */
  text-orientation: upright;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-header__logo .p-header__logo--name {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* スマホでは横書き */
    text-orientation: mixed;
  }
}

.p-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.p-overlay.js-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 4.375rem;
  right: 1.75rem;
  width: 7.125rem;
  height: 1.9375rem;
  padding: 0.25rem 1.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  border-radius: 1.875rem;
  border: 1px solid #3d3d3d;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    top: 1.875rem;
    padding: 0.125rem 0.9375rem;
    width: auto;
  }
}

.p-drawer__icon--bars {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 0.9375rem;
  height: 0.5625rem;
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 4px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -4px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: min(33.75rem, 100%);
  height: 100vh;
  height: 100svh;
  background: #f2f2f0;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 15.625rem 2.5rem;
  padding-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__body {
    padding-block: 9.375rem 2.5rem;
    padding-left: 6.25rem;
  }
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  margin-bottom: 2.5rem;
}
.p-drawer__list li a {
  font-size: 1.75rem;
  font-weight: 400;
}

.p-footer {
  background: #3d3d3d;
  padding-block: 2.1875rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 0.9375rem 1.875rem;
  }
}

.p-footer__container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.5625rem;
}

.p-footer__icon {
  text-align: center;
  width: 7.9375rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__icon {
    width: 4.375rem;
  }
}
.p-footer__icon img {
  width: 100%;
  height: 100%;
}

.footer__list {
  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;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.footer__list li a {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  color: #f2f2f0;
  padding-inline: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .footer__list li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__list li a {
    padding-inline: 0.625rem;
    font-size: max(1rem, 12.8px);
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__list li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.625rem;
  }
}

.p-fv {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: auto;
  }
}

.p-fv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-fv__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-fv__menu {
  width: 20%;
  height: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__menu {
    display: none;
  }
}

.p-fv__list {
  position: absolute;
  bottom: 5.625rem;
  left: 4.375rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1.5rem;
}
.p-fv__list li a {
  position: relative;
}
.p-fv__list li a::after {
  content: "";
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3d3d3d;
  scale: 0;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media (any-hover: hover) {
  .p-fv__list li a:hover::after {
    scale: 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.p-fv__pictures {
  width: 50%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__pictures {
    width: 100%;
    height: auto;
  }
}

.p-fv__swiper-container,
.p-fv__swiper,
.p-fv__swiper-wrapper,
.p-fv__swiper-slide {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper-container,
  .p-fv__swiper,
  .p-fv__swiper-wrapper,
  .p-fv__swiper-slide {
    height: auto;
  }
}

.p-fv__swiper-slide {
  height: inherit;
}

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

.p-fv__title {
  width: 30%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 右から左に縦書き */
  text-orientation: upright;
  text-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* スマホでは横書き */
    text-orientation: mixed;
    width: 100%;
    padding-top: 10.625rem;
    padding-left: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

.p-fv__title--text {
  font-size: max(4rem, 51.2px);
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 8.25rem;
  left: 2.3125rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title--text {
    font-size: 4rem;
  }
}
.p-fv__title--text .char {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__title--text {
    position: static;
    font-size: max(2.375rem, 30.4px);
    font-weight: 400;
    line-height: 1.3157894737;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__title--text {
    font-size: 2.375rem;
  }
}

.p-fv__title--text + .p-fv__title--text {
  padding-left: 0;
  padding-top: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title--text + .p-fv__title--text {
    padding-top: 0;
  }
}

.p-emotion {
  background: #f2f2f0;
  padding-block: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-emotion {
    padding-block: 2.5rem;
  }
}

.p-emotion__container {
  text-align: center;
  position: relative;
}

.p-emotion__title {
  font-size: max(2rem, 25.6px);
  font-weight: 300;
  line-height: 2;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-emotion__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-emotion__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.5833333333;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-emotion__title {
    font-size: 1.5rem;
  }
}

.p-emotion__texts + .p-emotion__texts {
  margin-top: 1.4375rem;
}

.p-emotion__text {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-emotion__text {
    font-size: max(1rem, 12.8px);
    font-weight: 300;
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-emotion__text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .p-emotion__text {
    font-size: max(1.25rem, 16px);
    font-weight: 300;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-emotion__text {
    font-size: 1.25rem;
  }
}
.p-emotion__text span {
  font-weight: 600;
}

.p-business {
  background: #d9d9d9;
}

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

.p-business__container--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-business__bg {
  position: absolute;
  right: 0;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-business__bg {
    width: min(13.75rem, 100%);
    right: -2.8125rem;
    top: 7.5rem;
  }
}
@media (min-width: 640px) {
  .p-business__bg {
    width: min(21.25rem, 100%);
    top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .p-business__bg {
    right: -5rem;
    width: min(25rem, 100%);
    top: -4.375rem;
  }
}
@media (min-width: 1120px) {
  .p-business__bg {
    right: -13.75rem;
    width: min(28.125rem, 100%);
  }
}
.p-business__bg img {
  width: 100%;
  height: 100%;
}

.p-business__title {
  text-align: left;
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-business__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.5833333333;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-business__title {
    font-size: 1.5rem;
  }
}

.p-business__container {
  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: left;
      -ms-flex-align: left;
          align-items: left;
  padding-bottom: 2.5rem;
}

.p-business__text {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 2.6666666667;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-business__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__text {
    font-size: max(1rem, 12.8px);
    font-weight: 300;
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-business__text {
    font-size: 1rem;
  }
}

.p-project {
  background: #f2f2f0;
}

.p-project__container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-project__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-project__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: max(3rem, 38.4px);
  font-weight: 400;
  line-height: 1;
  z-index: 1;
  padding: 0.625rem 1.25rem;
  background: #e8eff2;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-project__title {
    font-size: 3rem;
  }
}

.p-project__box {
  width: 100%;
  height: auto;
  aspect-ratio: 550/400;
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.9375rem;
  position: relative;
  overflow: hidden;
}
.p-project__box::after {
  content: "";
  position: absolute;
  background: rgba(61, 61, 61, 0.4);
  inset: 0;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (any-hover: hover) {
  .p-project__box:hover::after {
    background: rgba(61, 61, 61, 0.8);
  }
}

.p-project__box--img {
  width: 100%;
  height: 103%;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  inset: 0;
}
.p-project__box--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-project__box--title {
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  color: #e8eff2;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-project__box--title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-project__box--title {
    font-size: max(2rem, 25.6px);
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-project__box--title {
    font-size: 2rem;
  }
}

.p-project__box--text {
  color: #e8eff2;
  font-family: "Zen Old Mincho", serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-project__box--text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-project__box--text {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-project__box--text {
    font-size: 1rem;
  }
}

.p-greeting {
  background: #f2f2f0;
}

.p-greeting__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
}

.p-greeting__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-greeting__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-greeting__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9375rem;
  }
}

.p-greeting__item--img {
  width: min(470px, 100%);
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting__item--img {
    width: 100%;
  }
}
.p-greeting__item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-greeting__item--body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-greeting__item--title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.4583333333;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__item--title {
    font-size: 1.5rem;
  }
}

.p-greeting__item--text {
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.4375;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__item--text {
    font-size: 1rem;
  }
}

.p-greeting__item--name {
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-greeting__item--name {
    font-size: 1rem;
  }
}

.p-company {
  background: #f2f2f0;
  position: relative;
}

.p-company__body {
  position: relative;
}

.p-company__bg {
  position: absolute;
  z-index: -1;
  top: -2.8125rem;
  left: 50%;
  translate: -50%;
  width: min(32rem, 100%);
  height: auto;
  aspect-ratio: 1;
}
.p-company__bg img {
  width: 100%;
  height: 100%;
}

.p-company__table {
  width: 100%;
  padding-bottom: 2.5rem;
}

.p-company__table--tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-company__table--th {
  width: 8.125rem;
  text-align: left;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 4;
}
@media screen and (max-width: 767px) {
  .p-company__table--th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__table--th {
    width: 5rem;
  }
}

.p-company__table--td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 3.2;
}
@media screen and (max-width: 767px) {
  .p-company__table--td {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__table--td {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-company__table--td {
    font-size: 1rem;
  }
}

.p-company__map {
  width: 100%;
}
.p-company__map iframe {
  width: 100%;
  aspect-ratio: 620/300;
}
@media screen and (max-width: 767px) {
  .p-company__map iframe {
    aspect-ratio: 1/1;
  }
}

.p-top-contact {
  background: #f2f2f0;
  position: relative;
  margin-top: -2px;
}

.p-top-contact__container {
  text-align: center;
}

.p-top-contact__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 4;
}
@media screen and (max-width: 767px) {
  .p-top-contact__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__text {
    font-size: max(1rem, 12.8px);
    font-weight: 300;
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-contact__text {
    font-size: 1rem;
  }
}
.p-top-contact__text + .p-top-contact__text {
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__text + .p-top-contact__text {
    padding-bottom: 1.25rem;
  }
}

.p-rental {
  width: 100%;
  position: relative;
}

.p-rental__bg {
  position: absolute;
  left: 0;
  bottom: 10rem;
  width: min(32rem, 100%);
  height: auto;
  aspect-ratio: 1;
}
@media (min-width: 1500px) {
  .p-rental__bg {
    width: 43.75rem;
  }
}
.p-rental__bg img {
  width: 100%;
  height: 100%;
}

.p-rental__container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-rental__container {
    margin-top: 1.25rem;
    row-gap: 1.875rem;
  }
}

.p-rental__title {
  font-size: max(2rem, 25.6px);
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-rental__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rental__title {
    font-size: max(1.25rem, 16px);
    font-weight: 300;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-rental__title {
    font-size: 1.25rem;
  }
}

.p-rental__img {
  width: min(43.9375rem, 100%);
  height: 27.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-rental__img {
    height: 18.75rem;
  }
}
.p-rental__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-rental__texts {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-rental__texts {
    row-gap: 1.25rem;
  }
}

.p-rental__text {
  font-size: max(1.25rem, 16px);
  font-weight: 300;
  line-height: 3.2;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-rental__text {
    font-size: 1.25rem;
  }
}
.p-rental__text span {
  font-size: max(1.25rem, 16px);
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-rental__text span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rental__text span {
    font-size: max(1rem, 12.8px);
    font-weight: 600;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-rental__text span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rental__text {
    font-size: max(1rem, 12.8px);
    font-weight: 300;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-rental__text {
    font-size: 1rem;
  }
}

.p-contact {
  position: relative;
}

.p-contact__bg {
  position: absolute;
  left: 0;
  bottom: 10rem;
  width: min(32rem, 100%);
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__bg {
    bottom: 21.875rem;
  }
}
@media (min-width: 1500px) {
  .p-contact__bg {
    width: 43.75rem;
  }
}
.p-contact__bg img {
  width: 100%;
  height: 100%;
}

.p-contact__title--text {
  font-size: max(2rem, 25.6px);
  font-weight: 300;
  line-height: 2;
  text-align: center;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title--text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title--text {
    font-size: max(1.25rem, 16px);
    font-weight: 300;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__title--text {
    font-size: 1.25rem;
  }
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4375rem;
}
.contact__row p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}

.contact__head span {
  font-size: 1.125rem;
}
.contact__head span.--must {
  position: relative;
  display: inline-block;
}
.contact__head span.--must::after {
  content: "*";
  position: absolute;
  top: calc(50% + 0.15625rem);
  translate: 0 -50%;
  left: calc(100% + 0.25rem);
  display: inline-block;
  color: #ff0000;
}

.contact__data span {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #d9d9d9;
  background: #f2f2f0;
  padding: 0.75rem;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.3);
  font-size: 1rem;
  font-weight: 400;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(61, 61, 61, 0.3);
  font-size: 1rem;
  font-weight: 400;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.3);
  font-size: 1rem;
  font-weight: 400;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.3);
  font-size: 1rem;
  font-weight: 400;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(61, 61, 61, 0.3);
  font-size: 1rem;
  font-weight: 400;
}

textarea {
  resize: vertical;
  height: 15rem;
  padding: 0.75rem;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.contact__data-radio {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
.contact__data-radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  padding-block: 0.3125rem;
}
.contact__data-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #3d3d3d;
}
.contact__data-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  translate: 0 -50%;
  left: 0.20625rem;
  border-radius: 50%;
  background: #3d3d3d;
  opacity: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  text-align: center;
}
.contact__submit input[type=submit] {
  display: inline-block;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  padding: 0.9375rem 1.875rem;
  background: #d9d9d9;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media screen and (max-width: 767px) {
  .contact__submit input[type=submit] {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .contact__submit input[type=submit]:hover {
    background: rgba(61, 61, 61, 0.4);
  }
}
@media screen and (max-width: 767px) {
  .contact__submit input[type=submit] {
    padding: 0.625rem 1.25rem;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f0;
  z-index: 1000;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.5rem;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .loading {
    row-gap: 0.9375rem;
  }
}
.loading.js-loading-end {
  opacity: 0;
}

.loading__img {
  width: 12.5rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .loading__img {
    width: 9.375rem;
  }
}
.loading__img img {
  width: 100%;
  height: 100%;
}

.loading__text-img {
  width: 15.625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .loading__text-img {
    width: 15.625rem;
  }
}
.loading__text-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.loading__text span {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .loading__text span {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section {
    height: auto;
    min-height: auto;
  }
}

.u-font {
  font-family: "Hina Mincho", serif;
}
.u-font__jp {
  font-family: "Zen Old Mincho", serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}