@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  position: relative;
  font-style: normal;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  overflow-x: clip;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
}

span {
  padding: 0;
  margin: 0;
}

.js-target {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: opacity 0.8s ease, transform 0.5s ease;
}
.js-target.visible {
  opacity: 1;
  transform: translateY(0);
}

.js-target-fade {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.js-target-fade.visible {
  opacity: 1;
}

.c-hover-white {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-hover-white:hover {
    color: #fff;
    background: #242E2D;
  }
  .c-hover-white:hover::before {
    background: url(../img/top/arrow-right-white.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.fade-target {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(10px);
}

.fade-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-top__about__right__explain__img img {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(10px);
}
.p-top__about__right__explain__img img.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

body {
  background: #F2F0EF;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  color: #242E2D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.15em;
}

p {
  letter-spacing: 0.05em;
}

.l-inner {
  max-width: 66rem;
  margin-inline: auto;
}

.p-header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: #F2F0EF;
}
@media screen and (max-width: 767px) {
  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 5.5rem;
  }
}

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

.p-header__logo {
  display: block;
  width: 8.4375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 6.3125rem;
    z-index: 102;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-header__logo img {
  object-fit: contain;
}

.p-header__nav {
  border-top: 0.0625rem solid #707070;
  border-bottom: 0.0625rem solid #707070;
  padding-block: 0.75rem 0.6875rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-header__item {
  text-align: center;
}
.p-header__item a {
  display: block;
  color: #242E2D;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: opacity 0.3s ease;
  line-height: 1.25rem;
  font-size: 0.9375rem;
  font-size: clamp(12px, 0.9375rem, 100vw);
}
.p-header__item a span {
  display: block;
  position: relative;
  font-size: clamp(8px, 0.75rem, 100vw);
}
.p-header__item a span::before {
  content: "";
  position: absolute;
  height: 0.0625rem;
  width: 0.21875rem;
  background: #242E2D;
  left: -0.375rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-header__item a span::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  width: 0.21875rem;
  background: #242E2D;
  right: -0.375rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .p-header__item a:hover {
    opacity: 0.7;
  }
}
.p-header__item:nth-child(2) {
  margin-left: 3.25rem;
}
.p-header__item:nth-child(3) {
  margin-left: 2.5625rem;
}
.p-header__item:nth-child(4) {
  margin-left: 2.5625rem;
}
.p-header__item:nth-child(5) {
  margin-left: 3.1875rem;
}
.p-header__item:nth-child(6) {
  margin-left: 3.9375rem;
}

.p-drawer {
  cursor: pointer;
  background: #fff;
  position: absolute;
  right: 1.3125rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100vw;
  width: 2.8125rem;
  height: 2.8125rem;
  z-index: 102;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
  }
}
.p-drawer__bars {
  height: 2.8125rem;
  position: relative;
}
.p-drawer__bar {
  width: 0.875rem;
  height: 0.0625rem;
  min-height: 0.0625rem;
  max-height: 0.0625rem;
  background: #fff;
  background: #000;
  position: absolute;
  transition: all 0.3s ease;
}
.p-drawer__bar:nth-child(1) {
  top: 1.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-drawer__bar:nth-child(1).js-drawerOpen {
  rotate: 45deg;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -0.39rem;
}
.p-drawer__bar:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-drawer__bar:nth-child(2).js-drawerOpen {
  opacity: 0;
  transition: all 0.3s ease;
}
.p-drawer__bar:nth-child(3) {
  top: 1.65rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-drawer__bar:nth-child(3).js-drawerOpen {
  rotate: -45deg;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -0.39rem;
}
.p-drawer__content {
  position: fixed;
  top: 0;
  left: 0;
  background: #F2F0EF;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100dvh;
  transition: all 0.3s ease;
}
.p-drawer__content.js-drawerOpen {
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 101;
  visibility: visible;
}
.p-drawer__content__inner {
  padding: 5.625rem 2.5rem;
}
.p-drawer__item {
  position: relative;
}
.p-drawer__item:last-child a {
  border-top: 0.0635rem solid #000;
}
.p-drawer__item a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1rem;
  padding-block: 1.25rem;
  border-bottom: 0.0635rem solid #000;
}
.p-drawer__item a span {
  font-size: 0.625rem;
  display: block;
  margin-left: 1.25rem;
  position: relative;
}
.p-drawer__item a span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  background: #000;
  width: 0.3125rem;
  height: 0.0625rem;
}
.p-drawer__item a span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.625rem;
  background: #000;
  width: 0.3125rem;
  height: 0.0625rem;
}
.p-drawer__item::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  margin-top: -0.25rem;
  background: #707070;
  width: 0.875rem;
  height: 0.0625rem;
  rotate: 45deg;
}
.p-drawer__item::after {
  content: "";
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  background: #707070;
  width: 0.875rem;
  height: 0.0625rem;
  rotate: -45deg;
  margin-top: 0.375rem;
}

.p-dropdown__wrapper {
  position: relative;
  font-size: clamp(12px, 0.75rem, 100vw);
}
@media (any-hover: hover) {
  .p-dropdown__wrapper:hover .p-dropdown {
    opacity: 1;
    visibility: visible;
  }
}

.p-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 15rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #F2F0EF;
  padding: 0.6875rem 1.6875rem;
  transition: all 0.3s ease;
}
.p-dropdown li:not(:first-child) {
  margin-top: 1rem;
}

.p-drawer__item--drop {
  position: relative;
  display: grid;
  place-items: center;
}
.p-drawer__item--drop::before {
  content: "";
  position: absolute;
  right: 0;
  top: 1.875rem;
  background: #707070;
  width: 0.875rem;
  height: 0.0625rem;
  rotate: 0deg;
  pointer-events: none;
}
.p-drawer__item--drop::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.25rem;
  background: #707070;
  width: 0.875rem;
  height: 0.0625rem;
  rotate: 90deg;
  pointer-events: none;
}

.p-drawer__submenu li a {
  padding-block: 0.625rem;
}

.p-drawer__submenu {
  opacity: 0;
  visibility: hidden;
  padding-left: 1em;
  height: 0;
  margin-top: -0.875rem;
  transition: all 0.3s ease;
}

.js-dropdown.open .p-drawer__submenu {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.p-drawer__toggle {
  cursor: pointer;
  border: none;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  background: none;
  color: #000;
  width: 100%;
  padding-block: 1rem;
  text-align: left;
  font-size: 1rem;
  padding-left: 0 !important;
}

.p-drawer__item--drop::after {
  transition: all 0.3s ease;
}

/* 開いているときは opacity を 0 に */
.p-drawer__item--drop.open::after {
  opacity: 0;
}

.p-page__titleBox {
  margin-top: 3.9375rem;
}
.p-page__titleBox p {
  font-size: clamp(12px, 0.875rem, 0.875rem);
  font-weight: bold;
  margin-top: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-page__titleBox p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__titleBox {
    margin-top: 1.875rem;
  }
}
.p-page__titleBox--single {
  writing-mode: vertical-lr;
  text-orientation: upright;
  letter-spacing: 0.5em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-page__titleBox--single {
    writing-mode: horizontal-tb;
    margin-top: 1.5rem;
  }
}

.p-archive-blog__inner {
  padding-block: 4.6875rem 8.5625rem;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__inner {
    padding-inline: 1.25rem;
    padding-block: 2.5rem 4rem;
  }
}

.p-archive-blog__tags {
  display: flex;
  align-items: center;
  gap: 1.375rem;
  margin-top: 3.8125rem;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__tags {
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

.p-archive-blog__tag a {
  display: block;
  font-size: clamp(10px, 0.75rem, 100vw);
  color: #242E2D;
  border: 0.0625rem solid #242E2D;
  border-radius: 100vw;
  padding: 0.1875rem 1rem;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-archive-blog__tag a:hover {
    background: #242E2D;
    color: #fff;
  }
}

.p-archive-blog__tag a.is-active {
  background: #242E2D;
  color: #fff;
}

.p-archive-blog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  margin-top: 1.5rem;
  column-gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list {
    display: block;
  }
}

.p-archive-blog__list--first {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list--first {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-archive-blog__list--first .p-archive-blog__list__item {
  width: 31.5rem;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list--first .p-archive-blog__list__item {
    width: 100%;
  }
}
.p-archive-blog__list--first .p-archive-blog__list__item:nth-child(2) {
  margin-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list--first .p-archive-blog__list__item:nth-child(2) {
    margin-left: 0;
  }
}
@media (any-hover: hover) {
  .p-archive-blog__list--first .p-archive-blog__list__item:hover .p-archive-blog__item__thumbnail img {
    scale: 1.1;
  }
}
.p-archive-blog__list--first .p-archive-blog__list__item .p-archive-blog__item__thumbnail {
  height: 19.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list--first .p-archive-blog__list__item .p-archive-blog__item__thumbnail {
    height: 13.5rem;
  }
}
.p-archive-blog__list--first .p-archive-blog__list__item .p-archive-blog__item__thumbnail::before {
  content: "";
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
  background: url(../img/archive/icon-pin.png);
  background-size: contain;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10;
}
.p-archive-blog__list--first .p-archive-blog__list__item .p-archive-blog__item__title {
  font-size: clamp(12px, 1.25rem, 100vw);
}

.p-archive-blog__list--secondary .p-archive-blog__item {
  width: 20.25rem;
  margin-top: 3.875rem;
}
.p-archive-blog__list--secondary .p-archive-blog__item .p-archive-blog__item__title {
  font-size: clamp(10px, 1rem, 100vw);
}
.p-archive-blog__list--secondary .p-archive-blog__item img {
  height: 12.5625rem;
}
@media (any-hover: hover) {
  .p-archive-blog__list--secondary .p-archive-blog__item:hover .p-archive-blog__item__thumbnail img {
    transition: all 0.3s ease;
    scale: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list--secondary .p-archive-blog__item {
    width: 100% !important;
  }
  .p-archive-blog__list--secondary .p-archive-blog__item:not(:first-child) {
    margin-top: 1.875rem !important;
  }
}

.p-archive-blog__item__thumbnail {
  display: block;
  border-radius: 1.875rem;
  overflow: hidden;
}
.p-archive-blog__item__thumbnail img {
  border-radius: 1.875rem;
  height: inherit;
  object-fit: cover;
  transition: all 0.3s ease;
}

.p-archive-blog__item__title {
  font-weight: bold;
  color: #242E2D;
  margin-top: 1rem;
  text-align-last: left;
  line-height: 1.5625rem;
  letter-spacing: 0.05em;
}

.p-archive-blog__item__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.p-archive-blog__item__time {
  display: block;
  font-size: clamp(10px, 0.75rem, 100vw);
  color: #878787;
}

.p-archive-blog__item__tag {
  display: block;
  font-size: clamp(10px, 0.75rem, 100vw);
  color: #242E2D;
  border: 0.0625rem solid #242E2D;
  border-radius: 100vw;
  padding: 0.1875rem 1rem;
}

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

.p-archive-blog__list--taxonomy .p-archive-blog__item {
  width: 20.25rem;
  margin-top: 3.875rem;
}
.p-archive-blog__list--taxonomy .p-archive-blog__item:nth-child(1) {
  width: 31.5rem;
}
.p-archive-blog__list--taxonomy .p-archive-blog__item:nth-child(1) img {
  height: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list--taxonomy .p-archive-blog__item:nth-child(1) img {
    height: 12.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list--taxonomy .p-archive-blog__item:nth-child(1) {
    width: 100%;
  }
}
.p-archive-blog__list--taxonomy .p-archive-blog__item:nth-child(2) {
  width: 31.85rem;
}
.p-archive-blog__list--taxonomy .p-archive-blog__item:nth-child(2) img {
  height: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list--taxonomy .p-archive-blog__item:nth-child(2) img {
    height: 12.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-blog__list--taxonomy .p-archive-blog__item:nth-child(2) {
    width: 100%;
  }
}
.p-archive-blog__list--taxonomy .p-archive-blog__item:nth-child(n+3) img {
  height: 12.5625rem;
}

.p-archive-blog__no-posts {
  font-size: clamp(12px, 1rem, 1rem);
  text-align: center;
  margin-top: 3rem;
}

.p-single-blog__content {
  background: #fff;
  max-width: 52.5625rem;
  margin-inline: auto;
  position: relative;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content {
    margin-top: 1.875rem;
  }
}
.p-single-blog__content .wp-block-image img {
  height: 100%;
}
.p-single-blog__content .p-page__titleBox--single {
  position: absolute;
  top: 0;
  left: -4.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content .p-page__titleBox--single {
    position: static;
  }
}
.p-single-blog__content p {
  color: #242E2D;
  font-size: clamp(12px, 1rem, 100vw);
  line-height: clamp(18px, 2rem, 2rem);
  letter-spacing: 0.05em;
  text-align: left;
}

.p-single-blog__content__inner {
  padding: 3.375rem 5.6875rem;
}
.p-single-blog__content__inner figure {
  height: 25.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content__inner figure {
    height: 12.5625rem;
  }
}
.p-single-blog__content__inner figure img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content__inner {
    padding: 2.5rem 1.25rem;
  }
}

.p-single-blog__item__thumbnail {
  background: #fff;
}

.p-single-blog__content__title {
  font-size: 1.6875rem;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.p-single-blog__content__meta {
  display: flex;
  align-items: center;
  margin-block: 1.625rem 3.375rem;
  padding-bottom: 0.625rem;
  gap: 0.625rem;
  color: #878787;
  font-size: clamp(10px, 0.75rem, 100vw);
  border-bottom: 0.0625rem solid #707070;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content__meta {
    margin-bottom: 1.5rem;
  }
}

.p-single-blog__content__time {
  display: block;
}

.p-single-blog__content__img {
  margin-block: 3.75rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content__img {
    margin-block: 1.875rem 1.25rem;
  }
}

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

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

.p-single-blog__recommend__list {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__recommend__list {
    display: block;
  }
}
.p-single-blog__recommend__list .p-archive-blog__item__thumbnail img {
  height: 12.5625rem;
}

.p-single-blog__recommend__item {
  width: 20.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__recommend__item {
    width: 100%;
  }
  .p-single-blog__recommend__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (any-hover: hover) {
  .p-single-blog__recommend__item:hover .p-archive-blog__item__thumbnail img {
    transition: all 0.3s ease;
    scale: 1.1;
  }
}

@media (any-hover: hover) {
  .p-archive-blog__item:hover .p-archive-blog__item__thumbnail img {
    transition: all 0.3s ease;
    scale: 1.1;
  }
}

.p-single-blog__recommend__item__thumbnail {
  border-radius: 1.875rem;
}
.p-single-blog__recommend__item__thumbnail img {
  transition: all 0.5s ease;
  border-radius: 1.875rem;
}

.p-single-blog__recommend__item__title {
  font-weight: bold;
  color: #242E2D;
  margin-top: 1rem;
  letter-spacing: 0.05em;
  text-align-last: left;
  line-height: 1.5625rem;
  font-size: clamp(10px, 1rem, 100vw);
}

.p-single-blog__recommend__item__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.p-single-blog__recommend__item__time {
  display: block;
  font-size: clamp(10px, 0.75rem, 100vw);
  color: #878787;
}

.p-single-blog__recommend__item__tag {
  display: block;
  font-size: clamp(10px, 0.75rem, 100vw);
  color: #242E2D;
  border: 0.0625rem solid #242E2D;
  border-radius: 100vw;
  padding: 0.1875rem 1rem;
}

.wp-block-image {
  margin-block: 3.75rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-image {
    margin-block: 1.5rem;
  }
}
.wp-block-image:first-child {
  margin-top: 0;
}

.p-law__inner {
  padding-block: 4.6875rem 9.3125rem;
}
@media screen and (max-width: 767px) {
  .p-law__inner {
    padding-inline: 1.25rem;
    padding-block: 4.6875rem;
  }
}

.p-law__content {
  width: 52.5rem;
  margin-inline: auto;
  text-align: left;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-law__content {
    width: 100%;
  }
}
.p-law__content h2 {
  font-size: clamp(14px, 1.25rem, 100vw);
  line-height: 1.75rem;
}
.p-law__content h2:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-law__content h2 {
    font-size: 1.125rem;
  }
}
.p-law__content p {
  margin-top: 1rem;
  font-size: clamp(12px, 0.9375rem, 100vw);
  line-height: clamp(22px, 1.875rem, 100vh);
  letter-spacing: 0.015em;
}
@media screen and (max-width: 767px) {
  .p-law__content p {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.875rem;
  }
}

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

.p-contact__inner {
  padding-block: 4.6875rem 9.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 1.25rem;
  }
}

.p-contact__content {
  max-width: 52.5rem;
  margin-inline: auto;
}
.p-contact__content form {
  display: block;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__content form {
    margin-top: 4rem;
  }
}

.p-contact__text {
  margin-top: 3.8125rem;
  font-size: clamp(12px, 1rem, 100vw);
  line-height: 2rem;
  letter-spacing: 0.05em;
}
.p-contact__text a {
  display: inline-block;
  color: #242E2D;
  border-bottom: 0.0625rem solid #242E2D;
}

.p-contact__form__content:not(:first-child) {
  margin-top: 3.375rem;
}
.p-contact__form__content--secondary .p-contact__form__content__item label {
  width: 13.75rem;
}

.p-contact__form__content__title {
  font-size: clamp(12px, 1.25rem, 100vw);
  font-weight: 500;
}
.p-contact__form__content__title div {
  flex-shrink: 0;
}
.p-contact__form__content__title--border {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-contact__form__content__title--border p {
  flex-shrink: 0 !important;
}
.p-contact__form__content__title--border span {
  display: block;
  background: #162317;
  width: 100%;
  height: 0.0625rem;
}

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

.p-contact__form__content__item {
  display: flex;
  align-items: center;
}
.p-contact__form__content__item .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form__content__item {
    display: block;
  }
}
.p-contact__form__content__item label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 13.1875rem;
  font-size: clamp(12px, 1rem, 100vw);
  line-height: 16px;
  gap: 0.75rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form__content__item label {
    padding: 0;
  }
}
.p-contact__form__content__item label span {
  display: block;
}
.p-contact__form__content__item label span img {
  object-fit: contain;
}
.p-contact__form__content__item--start {
  align-items: start;
}
.p-contact__form__content__item--policy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5625rem !important;
}
.p-contact__form__content__item--policy label {
  flex-shrink: 0;
  width: 16.25rem !important;
}
@media screen and (max-width: 767px) {
  .p-contact__form__content__item--policy label {
    width: 100% !important;
  }
}
.p-contact__form__content__item:not(:first-child) {
  margin-top: 2.125rem;
}
.p-contact__form__content__item textarea {
  height: 13.5625rem;
  margin-left: 1.0625rem;
  width: 100%;
  box-sizing: border-box;
  padding-block: 1.3125rem;
  padding-left: 1.4375rem;
  border: 0.0625rem solid #707070;
}
@media screen and (max-width: 767px) {
  .p-contact__form__content__item textarea {
    margin: 0.625rem 0 0;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
  box-sizing: border-box;
  width: 100%;
  margin-left: 1.0625rem;
  font-size: clamp(12px, 1rem, 100vw);
  padding-block: 1.3125rem;
  padding-left: 1.4375rem;
  border: 0.0625rem solid #707070;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url] {
    margin: 0.625rem 0 0;
    padding-block: 0.875rem;
  }
}

input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.p-contact__form__content__item--submit {
  display: grid;
  position: relative;
}
.p-contact__form__content__item--submit .svg {
  position: absolute;
  top: 35%;
  right: 19.5rem;
  width: 2rem;
  height: 0.75rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-contact__form__content__item--submit .svg {
    top: 1.7rem;
    right: 4.5rem;
  }
}

.wpcf7-submit,
button[type=submit] {
  display: block;
  width: 100%;
  background: #162317;
  color: #fff;
  font-size: clamp(12px, 1rem, 100vw);
  padding-block: 2.8125rem 2.625rem;
  position: relative;
  border: 0.0625rem solid #162317;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .wpcf7-submit:hover,
  button[type=submit]:hover {
    background: #fff;
    color: #162317;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-submit,
  button[type=submit] {
    padding-block: 1.25rem;
  }
}

.p-contact__form__content__item--submit .svg-line,
.p-contact__form__content__item--submit .svg-path {
  stroke: #fff;
  transition: stroke 0.3s ease;
}

.p-contact__form__content__item--submit:hover .svg-line,
.p-contact__form__content__item--submit:hover .svg-path {
  stroke: #000;
}

.p-contact__form__checkbox__list {
  width: 100%;
  margin-left: 1.0625rem;
  font-size: clamp(12px, 1rem, 100vw);
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form__checkbox__list {
    margin: 1.25rem 0 0;
    row-gap: 0.625rem;
  }
}

.p-contact__form__checkbox__item {
  display: flex;
  align-items: center;
}
.p-contact__form__checkbox__item label {
  padding-left: 0.4375rem;
  width: 15.0625rem;
  flex-shrink: 0;
}

.p-contact__form__content__info {
  display: flex;
  margin-top: 1.6875rem;
  gap: 2.3125rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form__content__info {
    display: block;
    padding-left: 0;
  }
}

.p-contact__form__content__info__img {
  width: 12.125rem;
  height: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form__content__info__img {
    width: 100%;
  }
}
.p-contact__form__content__info__img img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-contact__form__content__info__img img {
    width: 100%;
  }
}

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

.p-contact__form__checkbox__list--blog label {
  width: auto !important;
}

.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 3fr);
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox {
    grid-template-columns: repeat(1, auto);
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-checkbox .wpcf7-list-item label {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox .wpcf7-list-item label {
    width: 100% !important;
  }
}

.p-contact__form__content__item--policy {
  text-align: center;
}
.p-contact__form__content__item--policy label {
  display: flex;
  justify-content: center;
}
.p-contact__form__content__item--policy .wpcf7-list-item-label {
  flex-shrink: 0;
}
.p-contact__form__content__item--policy .wpcf7-list-item-label a {
  color: #242E2D;
}

.wpcf7-list-item {
  margin: 0;
}

.p-contact__form__checkbox__list--flex .wpcf7-checkbox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form__checkbox__list--flex .wpcf7-checkbox {
    display: block;
  }
}

.p-contact__form__content__info__thumbnail {
  width: 12.125rem;
  height: 7.5rem;
}
.p-contact__form__content__info__thumbnail img {
  object-fit: cover;
}

/* デフォルトで reCAPTCHA バッジを非表示にする */
.grecaptcha-badge {
  display: none !important;
}

/* post-101 と post-97 のページでのみ表示 */
body.post-101 .grecaptcha-badge,
body.post-97 .grecaptcha-badge {
  display: block !important;
}

.p-thanks__inner {
  padding-block: 4.6875rem 9.3125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-inline: 1.25rem;
    padding-bottom: 4rem;
  }
}

.p-thanks__content {
  width: 52.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    width: 100%;
  }
}

.p-thanks__text {
  margin-top: 3.9375rem;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    text-align: center;
    font-size: 1.25rem;
  }
}

.p-thanks__message {
  margin-top: 6.4375rem;
  line-height: 2.1875rem;
  font-size: clamp(12px, 1rem, 100vw);
}
@media screen and (max-width: 767px) {
  .p-thanks__message {
    margin-top: 3rem;
  }
}

.p-thanks__btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  gap: 9.1875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__btnBox {
    margin-top: 4rem;
    flex-direction: column;
    gap: 1.1875rem;
  }
}

.p-footer {
  background: #fff;
  position: relative;
}

.p-footer__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 3.5625rem 3.25rem;
  gap: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    display: block;
    padding-inline: 1.25rem;
    padding-top: 3.375rem;
    padding-bottom: 1.5625rem;
  }
}

.p-footer__logo {
  display: block;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
    width: 6.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menu {
    display: flex;
    margin-top: 3.5625rem;
    gap: 1.375rem;
  }
}

.p-footer__menu__wrapper {
  display: flex;
  align-items: start;
  gap: 4.5rem;
}
.p-footer__menu__wrapper:not(:first-child) {
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__menu__wrapper {
    display: block;
  }
}

.p-footer__menu__list {
  width: 11.7rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__menu__list {
    width: 100%;
  }
  .p-footer__menu__list:not(:first-child) {
    margin-top: 0.9rem;
  }
}
.p-footer__menu__list a {
  color: #242E2D;
  font-size: clamp(12px, 0.84375rem, 100vw);
}

.p-footer__menu__list--sp {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.p-footer__menu__item--sp a {
  font-size: 0.84375rem;
  color: #162317;
}

.p-footer__item:not(:first-child) {
  margin-top: 1.0625rem;
}
.p-footer__item a {
  font-size: clamp(12px, 0.9375rem, 100vw);
  color: #242E2D;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    font-size: 0.84375rem;
  }
}
.p-footer__item a span {
  font-size: clamp(10px, 0.75rem, 100vw);
}
.p-footer__item a img {
  object-fit: contain;
  margin-left: 0.5625rem;
}

.p-footer__subList {
  margin-top: 0.9rem;
  padding-block: 0.1825rem 0.1875rem;
  padding-left: 0.5rem;
  border-left: 0.0625rem solid #242E2D;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__subList {
    margin-left: 0.5625rem;
  }
}
.p-footer__subList--secondary {
  padding-block: 0.325rem 0.125rem;
  margin-top: 0.3125rem;
}
.p-footer__subList--secondary .p-footer__subItem:not(:first-child) {
  margin-top: 0.4375rem;
}

.p-footer__subItem {
  position: relative;
}
.p-footer__subItem a {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  color: #242E2D;
}
.p-footer__subItem a span {
  position: relative;
  display: block;
  font-size: 0.71875rem;
}
.p-footer__subItem a span::before {
  content: "";
  position: absolute;
  height: 0.0625rem;
  width: 0.21875rem;
  background: #242E2D;
  left: -0.375rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-footer__subItem a span::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  width: 0.21875rem;
  background: #242E2D;
  right: -0.375rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-footer__subItem:not(:first-child) {
  margin-top: 0.95rem;
}

.p-footer__copyright {
  padding-block: 0.875rem 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    padding-inline: 1.25rem;
  }
}
.p-footer__copyright p {
  font-size: clamp(12px, 0.875rem, 100vw);
}

.p-footer__menu__list--bottom {
  display: flex;
  gap: 4.5rem;
  align-items: center;
}

.p-footer__menu__item--bottom {
  width: 11.7rem;
}
.p-footer__menu__item--bottom a {
  color: #242E2D;
  font-size: clamp(12px, 0.9375rem, 100vw);
}

.menu-instagram a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.menu-instagram img {
  width: 0.8125rem;
  height: 0.8125rem;
}

.menu-instagram--sp {
  width: 1.3125rem;
  height: 1.3125rem;
  margin-top: 2rem;
  display: block;
  margin-inline: auto;
}
.menu-instagram--sp img {
  object-fit: contain;
}

.p-archive-property {
  padding-block: 3.75rem 9.3125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-property {
    padding-inline: 1.25rem;
    padding-block: 4.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-archive-property__title {
    line-height: 1.2;
  }
}

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

.p-archive-property__category {
  display: flex;
  align-items: start;
  gap: 1.125rem;
}
.p-archive-property__category:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-archive-property__category:not(:first-child) {
    margin-top: 2rem;
  }
}
.p-archive-property__category.area {
  max-width: 46rem;
}

.p-archive-property__category__list__title {
  width: 7rem;
  flex-shrink: 0;
  line-height: 16px;
  font-size: clamp(12px, 0.75rem, 100vw);
}
.p-archive-property__category__list__title span {
  border-bottom: 0.125rem solid #242E2D;
  padding-bottom: 0.0625rem;
}

.p-archive-property__category__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-archive-property__category__list {
    column-gap: 2rem;
    row-gap: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-archive-property__category__item {
    letter-spacing: 0.35em;
  }
}
.p-archive-property__category__item a {
  font-size: clamp(12px, 0.875rem, 100vw);
  padding: 0.375rem;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #A69A94;
}
.p-archive-property__category__item:not(:last-child) {
  position: relative;
}
.p-archive-property__category__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5rem;
  height: 100%;
  max-height: 0.875rem;
  width: 0.0625rem;
  background: #242E2D;
  rotate: 24deg;
}
@media screen and (max-width: 767px) {
  .p-archive-property__category__item:not(:last-child)::before {
    right: -1rem;
  }
}
.p-archive-property__category__item.is-active a {
  display: block;
  background: #A69A94;
  border-radius: 0.3125rem;
  color: #fff;
}
@media (any-hover: hover) {
  .p-archive-property__category__item:hover {
    opacity: 0.7;
    border-radius: 0.3125rem;
  }
}

.p-archive-property__btn {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-archive-property__btn {
    margin-top: 1rem;
  }
}
.p-archive-property__btn a {
  display: inline-block;
  font-size: clamp(12px, 0.75rem, 100vw);
  color: #242E2D;
  border: 0.0625rem solid #242E2D;
  border-radius: 0.3125rem;
  padding: 0.375rem;
}

.p-archive-property__list {
  margin-top: 3.375rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.625rem;
  row-gap: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-archive-property__list {
    display: block;
  }
}

.p-archive-property__item {
  width: 20.25rem;
}
@media (any-hover: hover) {
  .p-archive-property__item:hover .p-archive-property__item__thumbnail img {
    scale: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-property__item {
    width: 100%;
  }
  .p-archive-property__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-archive-property__item__title {
  font-size: clamp(12px, 1rem, 100vw);
  color: #242E2D;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  line-height: clamp(16px, 1.5rem, 100vw);
}

.p-archive-property__item__area {
  margin-top: 0.625rem;
  font-size: clamp(10px, 0.75rem, 100vw);
  color: #878787;
}

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

.p-archive-property__item__thumbnail {
  position: relative;
  height: 12.5rem;
  overflow: hidden;
}
.p-archive-property__item__thumbnail img {
  height: inherit;
  transition: all 0.3s ease;
}

.p-archive-property__label--category {
  writing-mode: vertical-lr;
  letter-spacing: 0.35em;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.25rem;
  height: 8.3125rem;
  color: #242E2D;
  background: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-archive-property__label--category {
    height: 4.135rem;
    letter-spacing: 0;
    font-size: 0.625rem;
    width: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-property__label--category--1column {
    height: 8.3125rem;
    width: 2.25rem;
    font-size: 0.875rem;
  }
}

.p-archive-property__label--status {
  writing-mode: vertical-lr;
  letter-spacing: 0.15em;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.25rem;
  height: 4.4rem;
  color: #fff;
  background: #A69A94;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-archive-property__label--status {
    height: 4.75rem;
  }
}

.p-single__inner {
  padding-block: 4.6875rem 9.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding-inline: 1.25rem;
    padding-block: 4.6875rem;
  }
}

.p-single__content {
  margin-top: 3.4375rem;
  display: flex;
  gap: 7.875rem;
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    flex-direction: column;
    flex-direction: column-reverse;
    padding-bottom: 0;
    gap: 3.75rem;
    margin-top: 1.75rem;
  }
}

.p-single__article {
  width: 41.125rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__article {
    width: 100%;
  }
}
.p-single__article.js-expansionWidth {
  width: 100%;
}
.p-single__article p {
  margin-block: 1.5rem;
  line-height: 2rem;
  line-height: clamp(20px, 2rem, 2rem);
  letter-spacing: 0.05em;
  font-size: clamp(12px, 1rem, 100vw);
}

.p-single__article__thumbnail {
  height: 25.375rem;
}
@media screen and (max-width: 767px) {
  .p-single__article__thumbnail {
    height: auto;
  }
}
.p-single__article__thumbnail.js-heightChange {
  height: auto;
}
.p-single__article__thumbnail img {
  height: inherit;
  object-fit: cover;
}

.p-single__article__btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: -3.5625rem;
  left: -11rem;
  background: #242E2D;
  color: #fff;
  text-align: center;
  width: 3.375rem;
  height: 3.375rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-single__article__btn {
    display: none;
  }
}
.p-single__article__btn.js-bottomDown {
  left: 0;
  bottom: 0;
}
.p-single__article__btn p {
  font-size: clamp(8px, 0.75rem, 100vw);
  margin: 0;
}
.p-single__article__btn span {
  display: block;
}

.js-showBtn {
  opacity: 0;
}

.p-single__article__img:nth-child(1) {
  margin-bottom: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-single__article__img:nth-child(1) {
    margin-bottom: 2.5rem;
  }
}

.p-single__detail {
  height: 40rem;
  width: 22.6875rem;
  position: sticky;
  top: 1.25rem;
  left: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.p-single__detail.js-close .p-single__detailBox {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-single__detail {
    width: 100%;
    position: static;
    height: 100%;
  }
}

.p-single__category {
  display: flex;
  font-size: clamp(12px, 0.875rem, 100vw);
}
.p-single__category__kind {
  background: #fff;
  color: #242E2D;
  padding-block: 0.5625rem 0.4375rem;
  padding-inline: 0.8125rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__category__kind {
    font-size: 0.75rem;
  }
}
.p-single__category__stock {
  background: #A69A94;
  color: #fff;
  padding-block: 0.5625rem 0.4375rem;
  padding-inline: 0.875rem 1rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-single__category__stock {
    font-size: 0.75rem;
  }
}

.p-single__detail__title {
  margin-top: 2.125rem;
  font-size: 1.6875rem;
  font-size: clamp(14px, 1.6875rem, 100vw);
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__detail__title {
    font-size: 1.375rem;
    margin-top: 0.5rem;
  }
}

.p-single__detail__data {
  margin-top: 3.375rem;
}

.p-single__detail__data__item {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.p-single__detail__data__item:not(:first-child) {
  margin-top: 0.625rem;
}

.p-single__detail__data__title {
  font-size: clamp(10px, 0.875rem, 100vw);
  width: 5.0625rem;
}

.p-single__detail__data__num {
  font-size: clamp(12px, 1.25rem, 100vw);
}

.p-single__detail__keyword {
  font-size: clamp(10px, 0.625rem, 100vw);
  margin-top: 1.5rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
}

.p-single__detail__linkBox {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  column-gap: 0.375rem;
  row-gap: 0.3125rem;
  margin-top: 1.375rem;
  font-size: clamp(12px, 0.875rem, 0.875rem);
}
@media screen and (max-width: 767px) {
  .p-single__detail__linkBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 1.25rem;
    background: #FFF;
  }
}

.p-single__detail__link {
  display: block;
  border: 0.0625rem solid #242E2D;
  color: #242E2D;
  padding-block: 0.5rem 0.4375rem;
  text-align: center;
  position: relative;
}
.p-single__detail__link::before {
  content: "";
  position: absolute;
  background: url(../img/single/arrow-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.4375rem;
  height: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.p-single__detail__address {
  margin-top: 3.375rem;
  font-size: clamp(12px, 0.875rem, 100vw);
}
@media screen and (max-width: 767px) {
  .p-single__detail__address {
    margin-top: 1.6875rem;
  }
}

.p-single__detail__address__item {
  display: flex;
  align-items: center;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #707070;
}
.p-single__detail__address__item:not(:first-child) {
  margin-top: 1rem;
}

.p-single__detail__address__item__title {
  width: 8.0625rem;
  flex-shrink: 0;
}

.p-single__detail__address__item__text {
  line-height: clamp(16px, 1.25rem, 1.25rem);
}

.p-single__detail__btn {
  margin-top: 1.5rem;
}

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

.p-single__meta__title {
  font-size: clamp(12px, 1.25rem, 100vw);
  text-align: center;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__meta__title {
    padding-top: 3.375rem;
  }
}

.p-single__meta__img {
  margin-top: 1.75rem;
  width: 47.5rem;
  height: auto;
  margin-inline: auto;
}
.p-single__meta__img img {
  height: inherit;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-single__meta__img {
    width: 100%;
  }
}

.p-single__meta__map {
  margin-top: 1.875rem;
  text-align: center;
}
.p-single__meta__map iframe {
  margin-inline: auto;
  width: 47.5rem;
  height: 19.375rem;
}
@media screen and (max-width: 767px) {
  .p-single__meta__map iframe {
    width: 100%;
    height: 13.75rem;
  }
}

.p-single__meta__btn {
  margin-top: 3.375rem;
}

.p-single__linkArea {
  display: flex;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #242E2D;
  margin-top: 6rem;
  max-width: 52.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single__linkArea {
    margin-top: 3.375rem;
  }
}

.p-single__link--prev,
.p-single__link--next {
  display: flex;
  gap: 0.875rem;
  color: #242E2D;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-single__link--prev,
  .p-single__link--next {
    gap: 0.5rem;
  }
}
.p-single__link--prev p,
.p-single__link--next p {
  font-size: clamp(12px, 0.875rem, 100vw);
  flex-shrink: 0;
  max-width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-single__link--prev p,
  .p-single__link--next p {
    font-size: 0.5rem;
  }
}
.p-single__link--prev img,
.p-single__link--next img {
  width: 2rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-single__link--prev img,
  .p-single__link--next img {
    width: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single__link--prev {
    text-align: right;
  }
}

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

.p-single__link--archive {
  display: flex;
  gap: 1.0625rem;
  color: #242E2D;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-single__link--archive {
    gap: 0.375rem;
  }
}
.p-single__link--archive p {
  font-size: clamp(12px, 1.25rem, 100vw);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-single__link--archive p {
    font-size: 0.75rem;
  }
}
.p-single__link--archive img {
  object-fit: contain;
}

.p-single__related {
  margin-top: 6.5rem;
}

.p-single__related__title {
  font-size: clamp(12px, 1rem, 100vw);
  text-align: center;
}

.p-single__related__list {
  display: flex;
  justify-content: center;
  gap: 2.625rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__related__list {
    flex-direction: column;
  }
}

.p-single__related__item {
  width: 20.25rem;
}
@media (any-hover: hover) {
  .p-single__related__item:hover .p-archive-property__item__thumbnail img {
    scale: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .p-single__related__item {
    width: 100%;
  }
}

.p-single__meta__table {
  width: 47.5rem;
  margin-top: 1.75rem;
  margin-inline: auto;
  border-collapse: collapse;
  font-size: clamp(12px, 0.875rem, 100vw);
  line-height: clamp(18px, 1.5rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-single__meta__table {
    width: 100%;
  }
}

.p-single__meta__table th,
.p-single__meta__table td {
  border: 0.0625rem solid #707070;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__meta__table th,
  .p-single__meta__table td {
    display: block;
    border: none;
  }
}

.p-single__meta__table {
  table-layout: fixed;
}
.p-single__meta__table td {
  width: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-single__meta__table td {
    max-width: 100%;
  }
}
.p-single__meta__table th {
  vertical-align: middle;
  width: 8.5625rem;
}

.p-single__meta__table th {
  background: #EDECED;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-single__meta__table th {
    background: #fff;
  }
}

.p-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
}

.p-keywords__item {
  display: inline-block;
}

.table-note {
  max-width: 47.5rem;
  margin-inline: auto;
  margin-top: 0.935rem;
  font-size: clamp(11px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  .table-note {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.p-single__table--sp {
  padding: 1.375rem 0.5625rem 1.875rem 1rem;
  background: #fff;
  margin-top: 1.75rem;
}

.p-single__table--sp .item {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.p-single__table--sp .item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-single__table--sp dt {
  width: 4.5625rem;
  flex-shrink: 0;
}

.p-single__table--sp dd {
  background: #fff;
  padding-left: 0.5rem;
  word-break: break-word;
  width: 100%;
}

.p-top__mv {
  position: relative;
  margin-top: 2.1875rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__mv {
    height: calc(100svh - 5.5rem);
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .p-top__mv {
    height: 100%;
  }
}

.p-top__mv__titleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top__mv__titleBox {
    top: 14.5rem;
  }
}

.p-top__mv__title {
  color: #fff;
  width: 3.1875rem;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: 400;
  text-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 767px) {
  .p-top__mv__title {
    width: 2.125rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .p-top__mv__title {
    width: 2rem;
  }
}

.p-top__mv__title01 {
  margin-left: -0.35rem;
  margin-top: -0.75rem;
}

.p-top__mv__title02 {
  margin-left: 0.35rem;
}

.p-top__mv__inner {
  max-width: 80rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .slick-slider {
    height: 31.1875rem !important;
  }
}
.slick-slider.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .slick-slider.u-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .slick-slider.u-pc {
    display: none;
  }
}

.slick-list,
.slick-track {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .slick-list,
  .slick-track {
    height: calc(100svh - 5.5rem);
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .slick-list,
  .slick-track {
    height: 100%;
  }
}

.p-slider {
  width: 100%;
  height: 29.125rem;
  position: relative;
}
.p-slider .p-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-slider .p-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s ease;
  transform: scale(1.1);
  animation: scaleImg 6s ease infinite;
}

/* スライダーの設定 */
.slider {
  height: 53vw;
  margin-inline: auto;
  overflow: hidden;
  width: 80vw;
}

/* スライダー内の画像の設定 */
.slick-slide img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

/* ズームインのアニメーション */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
/* スライドにズームアニメーションを追加 */
.add-animation {
  animation: zoomUp 10s linear infinite; /* 10秒間でズームイン */
}

/* アニメーションを外すためのクラス */
.remove-animation img {
  animation: none; /* アニメーションを無効化 */
}

/* slickのactive時にズーム */
.slick-active .slide img {
  transform: scale(1.1); /* 少しズーム */
}

/* フェード用のslick設定 */
.slick-slide {
  opacity: 0;
  transition: opacity 1s ease;
}

.slick-active {
  opacity: 1 !important;
}

.p-slider__wrapper,
.p-slider__wrapper--sp {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-slider__wrapper,
  .p-slider__wrapper--sp {
    height: calc(100svh - 5.5rem);
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .p-slider__wrapper,
  .p-slider__wrapper--sp {
    height: 100%;
  }
}

.p-top__mv__blog {
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 4.3125rem;
}
.p-top__mv__blog a {
  width: inherit;
  display: flex;
  align-items: stretch;
  min-height: 4.3125rem;
}
.p-top__mv__blog .new {
  background: #fff;
  width: 5.125rem;
  height: 4.3125rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: clamp(10px, 0.75rem, 100vw);
  color: #242E2D;
}
@media screen and (max-width: 767px) {
  .p-top__mv__blog .new {
    display: none;
  }
}

.p-top__mv__thumbnail {
  width: 5.75rem;
  height: 4.3125rem;
  flex-shrink: 0;
}
.p-top__mv__thumbnail figure,
.p-top__mv__thumbnail img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__mv__thumbnail figure,
  .p-top__mv__thumbnail img {
    height: 100%;
  }
}

.p-top__mv__blog__title {
  flex-shrink: 0;
  background: #242E2D;
  padding: 1.875rem;
  max-height: 4.3125rem;
  color: #fff;
  font-size: clamp(12px, 0.75rem, 100vw);
  display: grid;
  place-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top__mv__blog__title {
    padding: 1.625rem 1.25rem;
  }
}

.slick-dots {
  display: none;
}

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

.p-top__policy__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__policy__content {
    display: block;
    margin-top: 2.9rem;
  }
}

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

.p-top__policy__textBox {
  max-width: 31.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top__policy__textBox {
    padding: 2.9rem 1.375rem;
  }
}
.p-top__policy__textBox p {
  font-size: clamp(12px, 1rem, 16px);
  line-height: clamp(22px, 2rem, 2rem);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top__policy__textBox p {
    font-size: 0.9375rem;
    font-size: clamp(12px, 0.9375rem, 20px);
    line-height: 1.5rem;
  }
}

.p-top__policy__img {
  width: 20.1875rem;
  height: 13.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top__policy__img {
    height: 100%;
  }
}

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

.p-top__structure__inner {
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__structure__inner {
    padding-inline: 1.375rem;
    padding-bottom: 2.25rem;
  }
}

.p-top__structure__img {
  width: 42.75rem;
  height: 25.875rem;
  margin-top: 3.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__structure__img {
    width: 100%;
    height: auto;
    margin-top: 1.625rem;
  }
}
.p-top__structure__img img {
  object-fit: contain;
  height: inherit;
  width: inherit;
}

.p-top__structure__logo {
  width: 11.75rem;
  height: 5.6875rem;
  margin-inline: auto;
  margin-top: 1.6875rem;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-top__structure__logo {
    width: 10.625rem;
    height: auto;
  }
}
.p-top__structure__logo img {
  object-fit: contain;
  height: inherit;
  width: inherit;
  max-width: inherit;
}

.p-top__structure__figureBox {
  width: 42.75rem;
  height: 28.375rem;
  position: relative;
  margin-inline: auto;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top__structure__figureBox {
    width: 100%;
    height: auto;
  }
}
.p-top__structure__figureBox .p-top__structure__figure {
  width: 42.75rem;
  height: 28.375rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top__structure__figureBox .p-top__structure__figure {
    width: 100%;
    height: auto;
    margin-top: 1.6875rem;
  }
}
.p-top__structure__figureBox .p-top__structure__figure--text {
  z-index: 2;
  position: absolute;
  width: 37.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-top__structure__figureBox .p-top__structure__figure--text {
    width: 97%;
    top: 24%;
  }
}
.p-top__structure__figureBox .p-top__structure__figure--text img {
  object-fit: contain;
  width: inherit;
  height: inherit;
}
.p-top__structure__figureBox .p-top__structure__figure--bg {
  z-index: 1;
  position: relative;
}
.p-top__structure__figureBox .p-top__structure__figure img {
  object-fit: contain;
  height: inherit;
  width: inherit;
}

@media screen and (max-width: 767px) {
  .p-top__structure__figure__btnBox {
    margin-top: 1.6875rem;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2カラム */
    grid-template-rows: auto auto; /* 行は自動サイズ */
    text-align: center;
    row-gap: 0.7rem;
    column-gap: 1.25rem;
  }
}

.p-top__structure__figure__btn {
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top__structure__figure__btn {
    position: static;
  }
}
.p-top__structure__figure__btn a {
  position: relative;
  display: inline-block;
  border: 0.0625rem solid #242E2D;
  color: #242E2D;
  padding: 1.125rem 2.4375rem;
  background: #fff;
  border-radius: 0.625rem;
  font-size: clamp(12px, 1rem, 100vw);
  line-height: 1.5rem;
  line-height: clamp(16px, 1.5rem, 100vw);
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top__structure__figure__btn a {
    font-size: 0.75rem;
    padding: 0.625rem 1.875rem;
    line-height: 1.125rem;
  }
}
.p-top__structure__figure__btn a::before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.375rem;
  background: url(../img/top/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top__structure__figure__btn a::before {
    right: 0.625rem;
    width: 0.3125rem;
    height: 0.5625rem;
  }
}

.p-top__structure__figure__btn1 {
  top: -2.375rem;
  right: -1.625rem;
}
@media screen and (max-width: 767px) {
  .p-top__structure__figure__btn1 {
    grid-column: 1/-1; /* 全カラムをまたぐ */
    justify-self: center; /* 水平中央寄せ */
  }
}

.p-top__structure__figure__btn2 {
  bottom: -2.5rem;
  left: -1.5rem;
}

.p-top__structure__figure__btn3 {
  bottom: -2.5rem;
  right: -1.675rem;
}

.p-top__property {
  background: rgba(216, 212, 206, 0.44);
}
.p-top__property .c-section__title::before {
  width: 106%;
}

.p-top__property__inner {
  padding-block: 3.3125rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__property__inner {
    padding-inline: 1.375rem;
  }
}

.p-top__property__title {
  letter-spacing: 0.1em;
}

.p-top__property__list {
  max-width: 66rem;
  margin-inline: auto;
  margin-top: 3.375rem;
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  column-gap: 2.625rem;
  row-gap: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top__property__list {
    grid-template-columns: repeat(2, 3fr);
    column-gap: 0.6875rem;
    row-gap: 1rem;
    margin-top: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__property__list--investment {
    grid-template-columns: repeat(1, 3fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top__property__list--investment .p-top__property__item__thumbnail {
    height: 12.5rem;
  }
}

.p-top__property__item {
  width: 20.25rem;
}
@media (any-hover: hover) {
  .p-top__property__item:hover .p-top__property__item__thumbnail img {
    scale: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .p-top__property__item {
    width: 100%;
  }
}

.p-top__property__item__title {
  font-size: clamp(12px, 1rem, 100vw);
  color: #242E2D;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  line-height: clamp(16px, 1.5rem, 100vw);
}
@media screen and (max-width: 767px) {
  .p-top__property__item__title {
    font-size: clamp(12px, 0.75rem, 100vw);
    margin-top: 0.5rem;
    line-height: 1.125rem;
  }
}

.p-top__property__item__area {
  margin-top: 0.625rem;
  font-size: clamp(10px, 0.75rem, 100vw);
  color: #878787;
}
@media screen and (max-width: 767px) {
  .p-top__property__item__area {
    font-size: clamp(10px, 0.625rem, 100vw);
    margin-top: 0.375rem;
  }
}

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

.p-top__property__item__thumbnail {
  position: relative;
  height: 12.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__property__item__thumbnail {
    height: 6.1875rem;
  }
}
.p-top__property__item__thumbnail img {
  height: inherit;
  transition: all 0.3s ease;
}

.p-top__property__label--category {
  writing-mode: vertical-lr;
  letter-spacing: 0.35em;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.25rem;
  height: 8.3125rem;
  color: #242E2D;
  background: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__property__label--category {
    height: 4.125rem;
    width: 1.125rem;
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__property__label--category--1column {
    width: 2.25rem;
    height: 8.3125rem;
    font-size: 0.875rem;
  }
}

.p-top__property__label--status {
  writing-mode: vertical-lr;
  letter-spacing: 0.15em;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.25rem;
  height: 4.4rem;
  color: #fff;
  background: #A69A94;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__property__label--status {
    height: 2.0625rem;
    width: 1.125rem;
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__property__label--status--1column {
    bottom: 0;
    height: 4.3125rem;
    width: 2.25rem;
    font-size: 0.875rem;
  }
}

.p-top__property__btn {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top__property__btn {
    margin-top: 2.125rem;
  }
}
.p-top__property__btn .c-btn {
  background: #242e2d;
  color: #fff;
}

.p-top__property__noText {
  text-align: center;
  margin-top: 5rem;
  font-size: 1rem;
}

.p-top__section__titleBox {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__section__titleBox h2 {
    font-size: 1.15rem;
  }
}
.p-top__section__titleBox p {
  text-align: center;
  color: #878787;
  letter-spacing: 0.2em;
  font-size: clamp(12px, 0.875rem, 100vw);
}
.p-top__section__titleBox h3 {
  text-align: center;
  margin-top: 2.125rem;
  font-size: clamp(12px, 1rem, 100vw);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top__section__titleBox h3 {
    font-size: 0.75rem;
    line-height: 1.3125rem;
  }
}

.p-top__blog {
  background: #FFF;
}

.p-top__blog__inner {
  padding-block: 4.5rem 8.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top__blog__inner {
    padding: 3.25rem 1.375rem 5.9375rem;
  }
}

.p-top__blog__content {
  display: flex;
  justify-content: center;
  gap: 2.625rem;
  margin-top: 3.375rem;
  max-width: 66rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__blog__content {
    display: block;
    margin-top: 1.5rem;
  }
}

.p-top__blog__fix {
  width: 31.5rem;
  height: 19.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top__blog__fix {
    width: 100%;
    height: 100%;
  }
}
@media (any-hover: hover) {
  .p-top__blog__fix .p-top__blog__fixItem:hover .p-top__blog__item__thumbnail img {
    scale: 1.1;
  }
}
.p-top__blog__fix .p-top__blog__fixItem a .p-top__blog__item__thumbnail {
  overflow: hidden;
  position: relative;
  border-radius: 1.875rem;
}
.p-top__blog__fix .p-top__blog__fixItem a .p-top__blog__item__thumbnail .attachment-medium {
  height: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__blog__fix .p-top__blog__fixItem a .p-top__blog__item__thumbnail .attachment-medium {
    height: 12.6875rem;
  }
}
.p-top__blog__fix .p-top__blog__fixItem a .p-top__blog__item__thumbnail img {
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}
.p-top__blog__fix .p-top__blog__fixItem a .p-top__blog__item__thumbnail .p-top__blog__pin {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  width: 2.1875rem;
  height: 2.1875rem !important;
  z-index: 1;
}
.p-top__blog__fix .p-top__blog__fixItem a h4 {
  line-height: 1.5rem;
  font-size: clamp(12px, 1.25rem, 100vw);
  color: #242e2d;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__blog__fix .p-top__blog__fixItem a h4 {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.p-top__blog__fix .p-top__blog__fixItem a .p-top__blog__item__time {
  display: block;
  font-size: clamp(12px, 0.75rem, 100vw);
  color: #878787;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-top__blog__list {
    margin-top: 1.5rem;
  }
}
@media (any-hover: hover) {
  .p-top__blog__list .p-top__blog__item:hover .p-top__blog__item__thumbnail img {
    scale: 1.1;
  }
}
.p-top__blog__list .p-top__blog__item:not(:first-child) {
  margin-top: 0.5625rem;
}
.p-top__blog__list .p-top__blog__item a {
  display: flex;
  gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top__blog__list .p-top__blog__item a {
    gap: 0.75rem;
  }
}
.p-top__blog__list .p-top__blog__item a .p-top__blog__item__thumbnail {
  width: 9.75rem;
  height: 6rem;
  flex-shrink: 0;
  border-radius: 1.875rem;
  overflow: hidden;
}
.p-top__blog__list .p-top__blog__item a .p-top__blog__item__thumbnail img {
  object-fit: cover;
  border-radius: 1.875rem;
  height: 6rem;
  transition: all 0.3s ease;
}
.p-top__blog__list .p-top__blog__item a h4 {
  color: #242e2d;
  font-size: 1rem;
  font-size: clamp(12px, 1rem, 100vw);
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__blog__list .p-top__blog__item a h4 {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
}
.p-top__blog__list .p-top__blog__item a .p-top__blog__item__time {
  display: block;
  margin-top: 0.4375rem;
  color: #878787;
  font-size: 0.75rem;
  font-size: clamp(10px, 0.75rem, 100vw);
}
@media screen and (max-width: 767px) {
  .p-top__blog__list .p-top__blog__item a .p-top__blog__item__time {
    font-size: 0.625rem;
  }
}

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

.p-top__blog__none {
  margin-top: 5rem;
  text-align: center;
  font-size: clamp(12px, 1rem, 1rem);
}

.p-top__about {
  background: url(../img/top/about__bg.jpg);
  background-size: cover;
  position: relative;
}
.p-top__about::before {
  content: "";
  position: absolute;
  width: 32.0625rem;
  height: 17.5625rem;
  background: url(../img/top/about__text.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  top: -4rem;
  right: 13rem;
}
@media screen and (max-width: 767px) {
  .p-top__about::before {
    display: none;
  }
}
.p-top__about .p-top__about__wave--top {
  position: absolute;
  top: -0.0625rem;
  width: 100%;
  height: auto;
}
.p-top__about .p-top__about__wave--bottom {
  position: absolute;
  bottom: -0.25rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top__about .p-top__section__titleBox {
    display: flex;
    justify-content: center;
  }
}
.p-top__about .c-section__title::before {
  display: none;
}

.p-top__about__inner {
  padding-block: 10.375rem 8rem;
  display: flex;
  flex-direction: row-reverse;
  max-width: 66rem;
  margin-inline: auto;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__inner {
    flex-direction: column;
    padding-inline: 1.375rem;
    padding-block: 6.6875rem;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top__about__right__explain,
  .p-top__about__right,
  .p-top__about__left {
    display: contents;
  }
}

.p-top__about__right {
  text-align-last: left;
  margin-top: 8.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__right {
    margin: 0;
  }
}

.p-top__about__left p {
  font-size: 0.875rem;
  font-size: clamp(12px, 0.875rem, 100vw);
  line-height: clamp(20px, 1.75rem, 100vw);
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__left p {
    margin-top: 1rem;
    order: 7;
  }
}

.p-top__about__right__explain p {
  margin-top: 0.875rem;
  font-size: clamp(12px, 0.9375rem, 100vw);
  line-height: clamp(18px, 1.875rem, 100vw);
}
@media screen and (max-width: 767px) {
  .p-top__about__right__explain p {
    order: 3;
  }
}

.p-top__about__right__explain__title {
  font-size: clamp(12px, 1.25rem, 100vw);
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__right__explain__title {
    order: 2;
  }
}
.p-top__about__right__explain__title img {
  width: 1.3125rem;
  height: 1.625rem;
}

.p-top__about__right__explain__img {
  width: 33rem;
  height: 20.375rem;
  margin-top: 2.5rem;
}
.p-top__about__right__explain__img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__about__right__explain__img {
    width: 100%;
    height: 12.75rem;
    margin-top: 1.5rem;
    order: 8;
  }
}

.p-top__about__map {
  height: auto;
  position: relative;
}
.p-top__about__map .img-click {
  position: absolute;
  top: 24.0625rem;
  left: 4rem;
  width: 6.0625rem;
  animation: imgSway 3s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .img-click {
    top: 12rem;
    left: 0;
    width: 4rem;
  }
}
.p-top__about__map .img-click img {
  object-fit: contain;
  width: inherit;
}
.p-top__about__map img {
  width: 31rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about__map {
    margin-top: 2rem;
    order: 4;
  }
}
.p-top__about__map .text--saga {
  position: absolute;
  font-size: 0.6875rem;
  top: 9.25rem;
  right: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .text--saga {
    top: 4.25rem;
    right: 4.8125rem;
    font-size: 0.725rem;
  }
}
.p-top__about__map .text--nagasaki {
  position: absolute;
  font-size: 0.6875rem;
  top: 13rem;
  left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .text--nagasaki {
    font-size: 0.725rem;
    left: 3rem;
    top: 8rem;
  }
}
.p-top__about__map .mapText {
  position: absolute;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText {
    font-size: 0.725rem;
  }
}
.p-top__about__map .mapText a {
  color: #14100E;
  transition: all 0.3s ease;
  position: relative;
}
.p-top__about__map .mapText a::before {
  content: "";
  position: absolute;
  background: #14100E;
  width: 100%;
  height: 0.0625rem;
  bottom: -0.125rem;
  left: 0;
}
.p-top__about__map .mapText a.is-active {
  color: #fff;
  background: #007BFF;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.p-top__about__map .mapText--sasebo {
  top: 10.5rem;
  left: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--sasebo {
    top: 4.75rem;
    left: 9.75rem;
  }
}
.p-top__about__map .mapText--sasebo a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 1rem;
  height: 0.0625rem;
  bottom: -0.37rem;
  left: -0.92rem;
  rotate: -30deg;
}
.p-top__about__map .mapText--hasami {
  top: 12.5rem;
  left: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--hasami {
    top: 7rem;
    left: 11.625rem;
  }
}
.p-top__about__map .mapText--hasami a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 0.75rem;
  height: 0.0625rem;
  bottom: -0.3rem;
  left: -0.7rem;
  rotate: -30deg;
}
.p-top__about__map .mapText--omurawan {
  top: 16.75rem;
  left: 14.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--omurawan {
    top: 11rem;
    left: 9.5rem;
  }
}
.p-top__about__map .mapText--omurawan img {
  width: 0.75rem;
  object-fit: contain;
  margin-inline: auto;
}
.p-top__about__map .mapText--omurawan p {
  font-weight: bold;
  margin-top: 0.325rem;
  line-height: 0.5rem;
  font-size: 0.725rem;
}
.p-top__about__map .mapText--kawatana {
  top: 13.8rem;
  left: 15.375rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--kawatana {
    top: 8.25rem;
    left: 11.5rem;
  }
}
.p-top__about__map .mapText--kawatana a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 0.5rem;
  height: 0.0625rem;
  bottom: -0.26rem;
  left: -0.43rem;
  rotate: -30deg;
}
.p-top__about__map .mapText--higashisonogi {
  top: 15.875rem;
  left: 18.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--higashisonogi {
    top: 9.5rem;
    left: 12.5rem;
  }
}
.p-top__about__map .mapText--higashisonogi a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 0.5rem;
  height: 0.0625rem;
  bottom: -0.26rem;
  left: -0.43rem;
  rotate: -30deg;
}
.p-top__about__map .mapText--saikai {
  top: 17.2rem;
  left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--saikai {
    top: 11.25rem;
    left: 4rem;
  }
}
.p-top__about__map .mapText--saikai a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 0.75rem;
  height: 0.0625rem;
  bottom: 0.05rem;
  right: -0.67rem;
  rotate: -30deg;
}
.p-top__about__map .mapText--omura {
  top: 18.1875rem;
  left: 17.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--omura {
    top: 11rem;
    left: 13rem;
  }
}
.p-top__about__map .mapText--omura a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 0.5rem;
  height: 0.0625rem;
  bottom: -0.26rem;
  left: -0.43rem;
  rotate: -30deg;
}
.p-top__about__map .mapText--isahaya {
  top: 20.5rem;
  left: 20.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--isahaya {
    top: 12.75rem;
    left: 14.875rem;
  }
}
.p-top__about__map .mapText--isahaya a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 0.5rem;
  height: 0.0625rem;
  bottom: -0.26rem;
  left: -0.43rem;
  rotate: -30deg;
}
.p-top__about__map .mapText--togitsu {
  top: 21.5rem;
  left: 13.2375rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--togitsu {
    top: 14.175rem;
    left: 7rem;
  }
}
.p-top__about__map .mapText--togitsu a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 0.75rem;
  height: 0.0625rem;
  bottom: 0.05rem;
  right: -0.67rem;
  rotate: -30deg;
}
.p-top__about__map .mapText--nagayo {
  top: 22rem;
  left: 15.25rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--nagayo {
    top: 16rem;
    left: 6.35rem;
  }
}
.p-top__about__map .mapText--nagayo a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 2.5rem;
  height: 0.0625rem;
  bottom: 0.69rem;
  right: -2.125rem;
  rotate: -42deg;
}
.p-top__about__map .mapText--nagasaki {
  top: 23.5625rem;
  left: 15.125rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__map .mapText--nagasaki {
    top: 15.5625rem;
    left: 11.5rem;
  }
}
.p-top__about__map .mapText--nagasaki a::after {
  content: "";
  position: absolute;
  background: #14100E;
  width: 0.5rem;
  height: 0.0625rem;
  bottom: -0.25rem;
  left: -0.43rem;
  rotate: -30deg;
}

@keyframes imgSway {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
.p-top__about__left__title {
  margin-top: 3.375rem;
  font-size: clamp(12px, 1.25rem, 100vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top__about__left__title {
    order: 6;
    margin-top: 0.75rem;
  }
}
@media (max-width: 767px) {
  .mapText--togitsu:has(a.is-active) {
    top: 13.9rem;
    left: 6rem;
}

.mapText--nagayo:has(a.is-active) {
    top: 15.7rem;
    left: 5.5rem;
  }
}


.mapText a::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .mapText a::before {
    display: block;
  }
}
.mapText a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .mapText a::after {
    display: block;
  }
}

.p-top__message__inner {
  padding-block: 9.3125rem 8.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top__message__inner {
    padding: 3.5rem 1.375rem 6rem;
  }
}

.p-top__message__content {
  display: flex;
  max-width: 58.25rem;
  margin-inline: auto;
  margin-top: 3.625rem;
  gap: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-top__message__content {
    display: block;
  }
}

.p-top__message__content__textBox p {
  font-size: clamp(12px, 1rem, 100vw);
  margin-top: 1.25rem;
  line-height: clamp(24px, 2rem, 100vw);
}
@media screen and (max-width: 767px) {
  .p-top__message__content__textBox p {
    font-size: 0.875rem;
  }
}

.p-top__message__content__textBox__title {
  font-size: 1.6875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top__message__content__textBox__title {
    margin-top: 1.6875rem;
  }
}

.p-top__message__content__img {
  width: 24.9375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top__message__content__img {
    width: 100%;
  }
}

.p-top__message__opetrator__title {
  margin-top: 4.0625rem;
  font-size: 1.25rem;
  font-size: clamp(16px, 1.25rem, 100vw);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-top__message__opetrator__title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-top: 2rem;
  }
}

.p-top__message__opetrator__list {
  display: flex;
  justify-content: center;
  gap: 1.6875rem;
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__message__opetrator__list {
    flex-direction: column;
    gap: 2.5625rem;
  }
}

.p-top__message__opetrator__item {
  background: #fff;
  border-radius: 0.3125rem;
  padding: 1.1875rem 1.5625rem 0.9375rem;
  max-width: 20.875rem;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-top__message__opetrator__item:nth-child(2) {
    order: -1;
  }
}
.p-top__message__opetrator__item__label {
  font-size: clamp(10px, 0.75rem, 100vw);
  text-align: center;
  color: #7D9D8B;
  position: absolute;
  background: #fff;
  width: 7rem;
  height: 2.125rem;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border-radius: 100vw;
}
.p-top__message__opetrator__item__position {
  text-align: center;
  font-size: clamp(12px, 1rem, 100vw);
  color: #7D9D8B;
  font-weight: bold;
}
.p-top__message__opetrator__item__thumbnail {
  margin-top: 0.6875rem;
}
.p-top__message__opetrator__item__title {
  font-size: clamp(12px, 0.875rem, 100vw);
  font-weight: bold;
  line-height: clamp(18px, 1.3125rem, 100vw);
  margin-top: 1.5rem;
}
.p-top__message__opetrator__item__company {
  font-size: clamp(12px, 1.25rem, 100vw);
  font-weight: bold;
  margin-top: 1.5rem;
}
.p-top__message__opetrator__item a {
  display: block;
  margin-top: auto;
}

.p-top__message__operator__info__item {
  display: flex;
  align-items: start;
  gap: 1rem;
  margin-top: 1.4375rem;
  font-size: clamp(11px, 0.875rem, 100vw);
}
.p-top__message__operator__info__item:not(:first-child) {
  margin-top: 0.4375rem;
}
.p-top__message__operator__info__item__title {
  width: 4.2rem;
  flex-shrink: 0;
}
.p-top__about__operator__bussiness {
  margin-top: 0.75rem;
  margin-bottom: 0.625rem;
  font-size: clamp(10px, 0.75rem, 100vw);
  line-height: 1.125rem;
  line-height: clamp(14px, 1.125rem, 100vw);
  color: #878787;
}
.p-top__about__operator__bussiness__item {
  display: flex;
}
.p-top__about__operator__bussiness__title {
  flex-shrink: 0;
}
.p-top__about__operator__bussiness__text {
  line-height: clamp(14px, 1rem, 100vw);
}

.p-top__message__btn {
  margin-top: 9rem;
  background: url(../img/top/message__btn_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 3.3125rem 1.0625rem;
  max-width: 66rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__message__btn {
    margin-top: 6rem;
  }
}
.p-top__message__btn p {
  margin-block: 1.875rem;
  font-size: clamp(10px, 1rem, 100vw);
  text-align: center;
  color: #fff;
  line-height: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top__message__btn p {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-top__message__btn__title {
  color: #fff;
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__message__btn__title {
    letter-spacing: 0.15em;
  }
}

#topMessage {
  scroll-margin-top: -2rem;
  scroll-behavior: auto !important;
}
@media screen and (max-width: 767px) {
  #topMessage {
    scroll-margin-top: 0;
  }
}

.p-about__reason .title--about {
  font-size: clamp(12px, 1.125rem, 100vw);
  line-height: 1.875rem;
}

.p-about__reason__inner {
  padding-block: 6.8125rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason__inner {
    padding-block: 3rem 0;
  }
}

.p-about__reason__content {
  display: flex;
  align-items: start;
  gap: 1.6875rem;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason__content {
    flex-direction: column;
    padding-inline: 1.25rem;
  }
}

.p-about__reason__content__text {
  font-size: clamp(10px, 1rem, 100vw);
  letter-spacing: 0.05em;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason__content__text {
    font-size: 0.875rem;
  }
}

.p-about__reason__content__img {
  max-width: 31.3125rem;
  max-height: 19.3125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about__reason__content__img {
    width: 100%;
    max-width: 100%;
  }
}
.p-about__reason__content__img img {
  object-fit: cover;
  max-height: inherit;
}

.p-about__reason__gallery {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about__reason__gallery {
    margin-top: 1.25rem;
  }
}

.p-about__reason__gallery__img {
  flex: 1;
  height: 13.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason__gallery__img {
    height: 5rem;
  }
}
.p-about__reason__gallery__img img {
  height: inherit;
  object-fit: cover;
}

.p-about__reason__text {
  letter-spacing: 0.05rem;
  font-size: 1rem;
  line-height: 1.8125rem;
}

.p-about__property .p-top__property__inner {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-about__property .p-top__property__inner {
    padding-bottom: 4.5rem;
  }
}
.p-about__property .c-section__title::before {
  display: none;
}

.p-about__reason__title {
  font-size: 1.6875rem !important;
}
@media screen and (max-width: 767px) {
  .p-about__reason__title {
    font-size: 1.25rem !important;
  }
}

.p-about__look__worries {
  background: #fff;
}

.p-about__look__worries__inner {
  padding-block: 6.4375rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__look__worries__inner {
    padding-inline: 1.25rem;
    padding-block: 3rem;
  }
}

.p-about__look__worries__label {
  display: block;
  margin-inline: auto;
  text-align: center;
  padding-block: 0.5rem;
  background: #242E2D;
  color: #fff;
  border-radius: 100vw;
  width: 13.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25rem;
  margin-top: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-about__look__worries__label {
    margin-top: 3rem;
  }
}

.p-about__look__worries__text {
  text-align: center;
  font-size: clamp(12px, 1rem, 16px);
  line-height: 2rem;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
}

.p-about__look__worries__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
  font-size: clamp(20px, 1.6875rem, 20px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: clamp(28px, 2.5rem, 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-about__look__worries__title {
    font-size: 0.75rem;
    line-height: 24px;
  }
}
.p-about__look__worries__title img {
  width: 7.0625rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-about__look__worries__title img {
    width: 5rem;
  }
}

.p-about__look__worries__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  max-width: 53.625rem;
  margin-inline: auto;
  text-align: center;
  margin-top: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__look__worries__flex {
    flex-direction: column;
    gap: 7rem;
  }
}

.p-about__look__worries__flex__item {
  position: relative;
  width: 10.5625rem;
  font-size: clamp(9px, 1rem, 1rem);
}
.p-about__look__worries__flex__item::before {
  content: "";
  position: absolute;
  background: url(../img/about/worries__bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.5625rem;
  height: 11.875rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-about__look__worries__line {
  margin-top: 1.25rem;
  max-width: 57.375rem;
  height: 4.75rem;
  margin-inline: auto;
}
.p-about__look__worries__line img {
  max-width: inherit;
  height: inherit;
}

.p-about__look__worries__thoughts {
  text-align: center;
  margin-top: 1.875rem;
  letter-spacing: 0.15em;
  position: relative;
}
.p-about__look__worries__thoughts::before {
  content: "";
  position: absolute;
  background: url(../img/about/worries__heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15.5rem;
  height: 15.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-about__look__worries__thoughts p {
  margin-top: 2rem;
  font-size: clamp(12px, 1.25rem, 1.25rem);
  font-weight: bold;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__look__worries__thoughts p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    line-height: 1.5rem;
  }
}

.p-about__look__worries__thoughts__title {
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__look__worries__thoughts__title {
    font-size: 1.25rem;
  }
}

.p-about__look__true {
  max-width: 66rem;
  margin-inline: auto;
  margin-top: 4.875em;
}

.p-about__look__true__text {
  font-size: clamp(12px, 1.25rem, 16px);
  line-height: clamp(20px, 1.5rem, 1.5rem);
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
}

.p-about__look__true__textBold {
  font-size: 2.5rem;
  line-height: 3.375rem;
  text-align: center;
  font-weight: 600;
  color: #A69A94;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__look__true__textBold {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 1rem;
  }
}

.p-about__look__true__items {
  display: flex;
  margin-top: 2rem;
  align-items: start;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__look__true__items {
    gap: 0.5rem;
    margin-top: 1rem;
  }
}

.p-about__look__true__message {
  text-align: center;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
  color: #A69A94;
  font-size: clamp(12px, 1rem, 1rem);
  line-height: clamp(20px, 1.5rem, 1.5rem);
}

.p-about__explanation__list {
  padding-inline: 7.75rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__explanation__list {
    padding-inline: 1.25rem;
  }
}

.p-about__explanation__item {
  position: relative;
  font-size: clamp(12px, 1rem, 100vw);
  line-height: clamp(16px, 1.5rem, 1.5rem);
}
.p-about__explanation__item:not(:first-child) {
  margin-top: 0.8125rem;
}
.p-about__explanation__item span {
  font-weight: bold;
}
.p-about__explanation__item::before {
  content: "";
  position: absolute;
  background: url(../img/about/icon-speechBubble.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__explanation__item::before {
    top: 0;
    margin-top: 0.8125rem;
  }
}

.p-about__sell__title {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-about__sell__title {
    font-size: 1.25rem;
  }
}

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

.p-about__sell__flow__list {
  margin-top: 4.625rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__sell__flow__list {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    margin-top: 2.25rem;
  }
}

.p-about__sell__flow__item {
  background: #fff;
  width: 15.125rem;
  padding: 2.5625rem 1.3125rem 1.4375rem;
  position: relative;
}
.p-about__sell__flow__item .number {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.25rem, 100vw);
  color: #7D9D8B;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-about__sell__flow__item .title {
  font-size: clamp(12px, 1.25rem, 100vw);
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-about__sell__flow__item p {
  margin-top: 1.75rem;
  letter-spacing: 0.05em;
  line-height: clamp(16px, 1.3125rem, 1.3125rem);
  font-size: clamp(12px, 0.875rem, 100vw);
  font-weight: 400;
}
.p-about__sell__flow__item::before {
  content: "";
  position: absolute;
  right: -1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.125rem solid transparent;
  border-bottom: 1.125rem solid transparent;
  border-left: 1.125rem solid #fff;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .p-about__sell__flow__item::before {
    display: none;
    border-right: 1.125rem solid transparent;
    border-left: 1.125rem solid transparent;
    border-top: 1.125rem solid #fff;
    bottom: -1.0625rem;
  }
}
.p-about__sell__flow__item::after {
  content: "";
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  bottom: -1.0625rem;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-right: 1.125rem solid transparent;
  border-left: 1.125rem solid transparent;
  border-top: 1.125rem solid #fff;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-about__sell__flow__item::after {
    display: block;
  }
}

.p-about__sell__faq {
  margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__sell__faq {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__sell__faq__inner {
    padding-inline: 1.25rem;
  }
}
.p-about__sell__faq .p-top__message__btn {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-about__sell__faq .p-top__message__btn {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.p-accordion {
  margin-top: 3.5rem;
  max-width: 66rem;
  margin-inline: auto;
}

.p-accordion__item {
  border: 0.0625rem solid #242E2D;
}
.p-accordion__item:not(:first-child) {
  margin-top: 1.5rem;
}

.p-accordion__head {
  cursor: pointer;
  background: #fff;
  padding: 1.5625rem 1.25rem;
  padding-left: 4rem;
  transition: all 0.3s ease;
  font-size: clamp(12px, 1rem, 100vw);
  font-weight: bold;
  position: relative;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__head {
    padding: 0.875rem 2.5rem 0.875rem 2.5rem;
  }
}
.p-accordion__head .icon-q {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__head .icon-q {
    width: 0.875rem;
    height: 0.875rem;
    left: 0.75rem;
    top: 30%;
  }
}
.p-accordion__head .icon-q img {
  object-fit: contain;
}
.p-accordion__head::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  background: #7D9D8B;
  width: 0.125rem;
  height: 1.25rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-accordion__head::before {
    height: 0.875rem;
    right: 1.64rem;
  }
}
.p-accordion__head::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  background: #7D9D8B;
  height: 0.125rem;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__head::after {
    width: 0.875rem;
  }
}
.p-accordion__head.js-open::before {
  opacity: 0;
}

.p-accordion__body {
  background: #fff;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 0;
  position: relative;
}
.p-accordion__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/about/A.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-accordion__body::before {
    width: 0.875rem;
    height: 0.875rem;
    left: 0.8rem;
    top: 0.2rem;
  }
}
.p-accordion__body p {
  padding-inline: 4rem 1.25rem;
  padding-bottom: 1.5625rem;
  transition: all 0.3s ease;
  line-height: clamp(16px, 1.3125rem, 1.3125rem);
  font-size: clamp(10px, 0.875rem, 100vw);
}
@media screen and (max-width: 767px) {
  .p-accordion__body p {
    padding: 0 2.5rem 0.875rem 2.5rem;
  }
}
.p-accordion__body.js-open .p-accordion__head::before {
  opacity: 0;
}

.p-about__mv__inner {
  padding-block: 4.625rem 4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about__mv__inner {
    padding-inline: 1.25rem;
    padding-block: 4.625rem 2.5rem;
  }
}
.p-about__mv__text {
  font-size: clamp(12px, 1rem, 100vw);
  text-align: center;
  color: #242e2d;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__mv__text {
    font-size: 0.875rem;
  }
}
.p-about__mv__title {
  font-size: 1.6875rem;
  text-align: center;
  margin-top: 0.9375rem;
  line-height: 2.5625rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-about__mv__title {
    font-size: clamp(1.25rem, 1.25rem, 20px);
    line-height: 1.875rem;
  }
}
.p-about__mv__img {
  margin-top: 1.3125rem;
  max-width: 40.4375rem;
  margin-inline: auto;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .p-about__mv__img {
    height: 13rem;
  }
}
.p-about__mv__img img {
  height: inherit;
  max-width: inherit;
  object-fit: cover;
}
.p-about__mv__message {
  margin-top: 3.375rem;
  text-align: center;
  line-height: 2rem;
  letter-spacing: 0.016em;
  font-size: clamp(12px, 1rem, 100vw);
}
@media screen and (max-width: 767px) {
  .p-about__mv__message {
    font-size: 0.875rem;
  }
}

.title--about {
  color: #242E2D;
  font-size: 1.6875rem;
  line-height: 2.5625rem;
  letter-spacing: 0.084375rem;
}
.title--about--center {
  text-align: center;
}
.title--about--speechBubble {
  position: relative;
}
.title--about--speechBubble::before {
  content: "";
  position: absolute;
  background: url(../img/about/icon-speechBubble.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.375rem;
  height: 2.375rem;
  bottom: 0.1875rem;
  right: 24rem;
  z-index: 111;
}

.p-about__borderTitle {
  display: inline-block;
  text-align: center;
  font-size: 2.5rem;
  margin-top: 0.625rem;
  position: relative;
  z-index: 1;
}
.p-about__borderTitle::before {
  content: "";
  position: absolute;
  background: #F2F0EF;
  height: 0.625rem;
  width: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100vw;
}
@media screen and (max-width: 767px) {
  .p-about__borderTitle::before {
    max-width: 20rem;
  }
}
.p-about__borderTitle--investment::before {
  content: "";
  width: 108%;
  margin-left: 0.375rem;
}

.p-about__explanation {
  background: #fff;
}
.p-about__explanation__inner {
  padding-top: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about__explanation__inner {
    padding-inline: 1.25rem;
    padding-top: 3.5rem;
  }
}
.p-about__explanation__wrapper {
  border: 0.0625rem solid #A69A94;
  padding-block: 1.8125rem 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-about__explanation__wrapper {
    padding-inline: 1.25rem;
  }
}
.p-about__explanation__content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__explanation__content {
    flex-direction: column;
  }
}
.p-about__explanation__content .text {
  font-size: clamp(12px, 0.875rem, 100vw);
  margin-top: 0;
  text-align-last: left;
}
.p-about__explanation__content .title {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
.p-about__explanation__content .title img {
  width: 1.375rem;
  height: 1.375rem;
}
.p-about__explanation__content ul {
  margin-top: 1rem;
}
.p-about__explanation__content li {
  display: flex;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__explanation__content li {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.p-about__explanation__content li:not(:first-child) {
  margin-top: 1rem;
}
.p-about__explanation__content li .list__title {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about__explanation__content li .list__title {
    flex-shrink: 0;
  }
}
.p-about__explanation__content li .list__detail {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-about__explanation__content li .list__detail {
    line-height: 1.25rem;
    font-size: 0.75rem;
  }
}
.p-about__explanation .title--about {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about__explanation .title--about {
    font-size: 1.125rem;
  }
}
.p-about__explanation p {
  text-align: center;
  font-size: clamp(10px, 1rem, 100vw);
  line-height: 2rem;
  letter-spacing: 0.05em;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about__explanation p {
    font-size: 0.875rem;
  }
}

.p-about__explanation__merit,
.p-about__explanation__demerit {
  background: rgba(166, 154, 148, 0.15);
  border-radius: 0.3125rem;
  padding: 1.0625rem 1.40625rem;
}
@media screen and (max-width: 767px) {
  .p-about__explanation__merit,
  .p-about__explanation__demerit {
    padding-inline: 1.25rem;
  }
}

.p-about__feature {
  background: #fff;
  position: relative;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__feature {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature .title--about {
    font-size: 1.125rem;
  }
}
.p-about__feature__inner {
  padding-bottom: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__feature__inner {
    padding-inline: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

.speechBubble {
  position: relative;
  width: clamp(298px, 32.5rem, 32.5rem);
  text-align: center;
  margin-inline: auto;
  display: block;
  margin-bottom: 1.125rem;
  padding: 0.59375rem 3.125rem;
  border: 1px solid #000000;
  background-color: #ffffff;
  text-align: left;
  font-size: clamp(12px, 1.25rem, 100vw);
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .speechBubble {
    width: 100%;
    padding-inline: 1.25rem;
    font-size: 0.75rem;
  }
}
.speechBubble p {
  text-align: center;
}
.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 18px 16px 0 16px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16.5px 14.7px 0 14.7px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.speechBubble--sell {
  padding-inline: 1.1875rem;
}

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

.p-about__feature__item:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__feature__item:not(:first-child) {
    margin-top: 3rem;
  }
}

.p-about__feature__content {
  display: flex;
  gap: 3.15rem;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__feature__content {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.p-about__feature__item:nth-child(odd) .p-about__feature__content {
  flex-direction: row-reverse;
  justify-content: flex-start;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .p-about__feature__item:nth-child(odd) .p-about__feature__content {
    flex-direction: column;
  }
}

.p-about__feature__item:nth-child(even) .p-about__feature__content {
  justify-content: flex-end;
}

.p-about__feature__textBox {
  width: 28.5rem;
  padding-left: 4.5rem;
  flex-shrink: 0;
  position: relative;
  box-sizing: initial;
}
@media screen and (max-width: 767px) {
  .p-about__feature__textBox {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature__textBox h3 {
    padding-left: 2.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.p-about__feature__textBox .p-about__feature__point {
  position: absolute;
  width: 1.6875rem;
  height: 4.1875rem;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-about__feature__textBox .p-about__feature__point {
    width: 1.5rem;
  }
}
.p-about__feature__textBox .p-about__feature__point img {
  object-fit: contain;
}
.p-about__feature__textBox p {
  line-height: clamp(16px, 1.75rem, 1.75rem);
  font-size: clamp(12px, 1rem, 100vw);
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about__feature__textBox p {
    font-size: 0.875rem;
  }
}

.p-about__feature__img {
  max-width: 26.5625rem;
}

.c-section__title {
  display: inline-block;
  text-align: center;
  font-size: clamp(20px, 2.5rem, 100vw);
  margin-top: 0.625rem;
  position: relative;
}
.c-section__title span {
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-section__title span {
    font-size: 0.875rem;
  }
}
.c-section__title::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 0.625rem;
  width: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100vw;
}
.c-section__title--blog::before {
  content: "";
  position: absolute;
  background: #F2F0EF;
  height: 0.625rem;
  width: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100vw;
}

.c-page__title {
  text-align-last: left;
  font-size: 2.5rem;
  font-weight: bold;
  color: #242E2D;
}
@media screen and (max-width: 767px) {
  .c-page__title {
    font-size: 1.5rem;
  }
}
.c-page__title span {
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-page__title span {
    font-size: 1.25rem;
  }
}

.c-topBtn {
  position: absolute;
  right: 5.0625rem;
  bottom: 12.875rem;
}
@media screen and (max-width: 767px) {
  .c-topBtn {
    right: 2.25rem;
    bottom: 26rem;
  }
}
.c-topBtn a {
  display: block;
  writing-mode: vertical-rl;
  font-size: clamp(12px, 0.75rem, 100vw);
  color: #242E2D;
  padding-left: 0.75rem;
}

.c-topBtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #242E2D;
  -webkit-animation: page-top 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: page-top 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes page-top {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  35% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  35.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70%, 100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes page-top {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  35% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  35.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70%, 100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.c-btn {
  display: block;
  text-align: center;
  color: #242E2D;
  border: 0.0625rem solid #242E2D;
  background: #fff;
  font-size: clamp(10px, 1rem, 20px);
  width: 17.5rem;
  margin-inline: auto;
  padding-block: 1rem;
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-btn--black--sp {
    background: #242E2D;
    border-radius: 100vw;
    max-width: 10.8125rem;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    background: #242E2D;
  }
  .c-btn:hover::before {
    background: url(../img/top/arrow-right-white.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .c-btn:hover .c-btn--operator::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.5625rem;
    height: 0.5625rem;
    background: url(../img/common/icon-extarnal-white.png);
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  background: url(../img/common/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.5625rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.875rem;
}
.c-btn--secondary {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  padding-block: 1rem;
  width: 17.5rem;
  position: relative;
}
.c-btn--secondary::before {
  content: "";
  position: absolute;
  background: url(../img/common/arrow--secondary.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.625rem;
  height: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.c-btn--brown {
  background: #A69A94;
  font-size: clamp(12px, 0.875rem, 0.875rem);
  transition: all 0.3s ease;
  border: 0.0625rem solid #A69A94;
}
@media (any-hover: hover) {
  .c-btn--brown:hover {
    background: #fff;
    color: #A69A94;
  }
  .c-btn--brown:hover .path {
    stroke: #A69A94;
  }
}
.c-btn--black {
  background: #242E2D;
  font-size: clamp(12px, 0.875rem, 0.875rem);
  transition: all 0.3s ease;
  border: 0.0625rem solid #242E2D;
}
@media (any-hover: hover) {
  .c-btn--black:hover {
    background: #fff;
    color: #242E2D;
  }
  .c-btn--black:hover .path {
    stroke: #242E2D;
  }
}
.c-btn--single {
  color: #fff;
  position: relative;
}
.c-btn--single::before {
  content: "";
  background: url(../img/single/arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn--white {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn--white:hover {
    color: #242e2d;
    background: #fff;
  }
  .c-btn--white:hover::before {
    background: url(../img/common/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.c-btn--white::before {
  content: "";
  background: url(../img/top/arrow-right-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-btn--operator {
  position: relative;
  margin-top: auto;
  padding: 0;
  height: 2.1875rem;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.c-btn--operator svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9375rem;
}
.c-btn--operator::before {
  display: none;
}
@media (any-hover: hover) {
  .c-btn--operator:hover svg .svgLine {
    fill: #fff;
  }
}

.c-btn--thanks {
  position: relative;
}
.c-btn--thanks::before {
  display: none;
}
.c-btn--thanks .btn__arrow--thanks {
  position: absolute;
  width: 0.5625rem;
  height: 2rem;
  top: 0.75rem;
  right: 1.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-btn--thanks .btn__arrow--thanks {
    height: 1rem;
  }
}
.c-btn--thanks .btn__arrow--thanks img {
  object-fit: contain;
  height: inherit;
  width: inherit;
}

.c-breadcrumb {
  color: #878787;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 2.875rem;
  }
}
.c-breadcrumb .breadcrumbs {
  line-height: 1.5rem;
  letter-spacing: 0.06em;
  font-size: clamp(12px, 0.75rem, 100vw);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .breadcrumbs {
    font-size: 0.75rem;
  }
}
.c-breadcrumb .breadcrumbs a {
  color: #878787;
}

.c-breadcrumb__items {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-breadcrumb__item {
  color: #878787;
}
.c-breadcrumb__item a {
  color: #878787;
}

.c-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.35rem;
  font-size: clamp(12px, 1rem, 100vw);
}
@media screen and (max-width: 767px) {
  .c-pagination {
    justify-content: center;
  }
}
.c-pagination a {
  text-decoration: none;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem !important;
  height: 1.875rem !important;
  border: 0.0625rem solid #707070;
  transition: all 0.5s ease;
}
@media (any-hover: hover) {
  .c-pagination a:hover {
    background: black;
    color: #fff;
  }
}
.c-pagination a.active {
  border: none;
  width: auto;
  padding: 0 5px;
}
.c-pagination .current {
  display: grid;
  place-items: center;
  width: 1.875rem !important;
  height: 1.875rem !important;
  border-bottom: 0.0625rem solid #707070;
  text-align: center;
}

.prev,
.next {
  border: none !important;
  display: block;
}
.prev img,
.next img {
  width: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .c-soldOut::after {
    height: 4.1875rem;
  }
}

.c-icon--extarnal {
  position: relative;
}
.c-icon--extarnal::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-extarnal.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.5625rem;
  height: 0.5625rem;
  top: 50%;
  transform: translateY(-50%);
  right: -0.9375rem;
}
.c-icon--extarnal--fill::before {
  content: "";
  position: absolute;
  right: 0.625rem !important;
}

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

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

.u-border-none {
  border: none !important;
}

.u-fz12 {
  font-size: clamp(12px, 0.75rem, 100vw) !important;
}

.u-fz9375 {
  font-size: clamp(12px, 0.9375rem, 100vw);
}

.u-bold {
  font-weight: bold;
}

.u-fz27 {
  font-size: clamp(20px, 1.6875rem, 100vw);
}

.u-fz9 {
  font-size: clamp(9px, 0.875rem, 100vw) !important;
}

.u-w200 {
  width: clamp(200px, 17.5rem, 100vw);
}

.u-fz-administrator {
  font-size: clamp(12px, 0.9375rem, 100vw);
}

.u-lh60 {
  line-height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .u-lh60 {
    line-height: 2rem;
  }
}

.u-company__text {
  font-size: clamp(10px, 0.625rem, 100vw) !important;
  gap: 0 !important;
}
.u-company__text img {
  width: 0.5625rem;
}

.u-widthFix {
  width: 38.9375rem !important;
}

.u-13_5 {
  font-size: clamp(12px, 0.9375rem, 100vw);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-13_5 {
    font-size: clamp(12px, 0.84375rem, 100vw);
  }
}

.u-ls0 {
  letter-spacing: 0;
}

.u-pt24 {
  padding-top: 1.5rem;
}

.u-pl0 {
  padding: 0 !important;
}

.u-pl20 {
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .u-pl20 {
    padding-left: 0;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt2rem {
  margin-top: 2rem;
}

.u-ml4 {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .u-ml4 {
    margin-left: 0;
  }
}

.u-ml13 {
  margin-left: 13rem !important;
}
@media screen and (max-width: 767px) {
  .u-ml13 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp0 {
    letter-spacing: 0;
  }
}

.u-color-green {
  color: #7d9d8b !important;
  display: block;
  position: relative;
  font-size: clamp(12px, 0.9375rem, 100vw);
  line-height: 1.25rem;
}
.u-color-green::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.0625rem;
  background: #7d9d8b;
  bottom: 0.325rem;
  right: 1.5rem;
  rotate: 45deg;
}
@media screen and (max-width: 1110px) {
  .u-color-green::before {
    right: 2rem;
    bottom: 0.5rem;
  }
}
.u-color-green::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.0625rem;
  background: #7d9d8b;
  bottom: 0.325rem;
  right: 1.17rem;
  rotate: -45deg;
}
@media screen and (max-width: 1110px) {
  .u-color-green::after {
    right: 1.67rem;
    bottom: 0.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
