@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ----------------------------------------------------
settings
---------------------------------------------------- */
html {
  font-size: 10px;
}
@media screen and (max-width: 1180px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 10px;
    scroll-padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

:root {
  --heade-size: 13rem;
}
@media screen and (max-width: 1023px) {
  :root {
    --heade-size: 0;
  }
}

body {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒイラギ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  main {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 6rem;
  }
}

ul {
  list-style: none;
}

a,
button {
  text-decoration: none;
  color: inherit;
}
a:not([class]),
button:not([class]) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:not([class]):hover:hover,
  button:not([class]):hover:hover {
    opacity: 0.7;
  }
}

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

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
.scroll-hide {
  overflow: hidden;
}

/* ----------------------------------------------------
Layout
---------------------------------------------------- */
/* ---------- header ----------*/
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: var(--heade-size);
  height: 100vh;
  background-color: #fcfbf7;
}
@media screen and (max-width: 1023px) {
  .l-header {
    bottom: auto;
    left: 0;
    width: 100%;
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6rem;
  }
}

.l-header__container {
  height: 100%;
  padding: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem 2rem;
  }
}

.l-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .l-header__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-header__logo {
  max-width: 9.1rem;
}
.l-header__logo img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 8rem;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .l-header__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    gap: 1.6rem;
  }
}

.l-header__kokosumo {
  max-width: 9.1rem;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .l-header__kokosumo {
    width: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__kokosumo {
    width: 6rem;
  }
}

.l-header__insta {
  max-width: 2.9rem;
  margin-inline: auto;
}

.l-header__hamburger {
  position: absolute;
  top: 13.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .l-header__hamburger {
    -webkit-transform: translate(0);
            transform: translate(0);
    position: static;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__contact {
    display: none;
  }
}

/* ---------- footer ----------*/
.l-footer__container {
  padding-block: 8.7rem 0.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    padding-block: 4rem 1rem;
  }
}

.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-footer__wrap {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__logo {
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #8e1112;
  font-size: 2.4rem;
}

.l-footer__address {
  margin-top: 1.5rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

.l-footer__nav-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 2rem 8rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-list {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-inline: auto;
    gap: 1.6rem 6rem;
  }
}

.l-footer__nav-item a {
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 2.5rem;
  position: relative;
}
.l-footer__nav-item a::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.2rem;
  background-color: #8e1112;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-footer__nav-sns {
  font-size: 2.5rem;
  color: #8e1112;
  text-align: right;
}

.l-footer__copy {
  margin-top: 10rem;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-left: var(--heade-size);
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.1rem;
    margin-top: 6rem;
  }
}

/* ---------- humberger icon ----------*/
.l-humberger {
  width: 6rem;
  height: 2.3rem;
  z-index: 300;
}
@media screen and (max-width: 1023px) {
  .l-humberger {
    width: 4rem;
  }
}
.l-humberger span {
  position: relative;
  display: block;
  height: 0.4rem;
  width: 100%;
  margin: 0 auto;
  background: #8e1112;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-humberger span {
    height: 0.3rem;
  }
}
.l-humberger span:nth-child(1) {
  top: 0;
}
.l-humberger span:nth-child(2) {
  top: 0;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-humberger span:nth-child(2) {
    margin-top: 1rem;
  }
}

.l-humberger-show span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-humberger-show span:nth-child(1) {
    top: 0.7rem;
  }
}
.l-humberger-show span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .l-humberger-show span:nth-child(2) {
    top: -0.6rem;
  }
}

/* ---------- humberger body ----------*/
.l-humberger-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - var(--heade-size));
  height: 100svh;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .l-humberger-menu {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .l-humberger-menu__container {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-humberger-menu__container {
    padding-top: 6rem;
  }
}

.l-humberger-menu__wrap {
  background-color: #fcfbf7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-humberger-menu__img {
  width: 41.6666666667vw;
  height: 100svh;
}
@media screen and (max-width: 1023px) {
  .l-humberger-menu__img {
    display: none;
  }
}
.l-humberger-menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.l-humberger-menu__content {
  min-width: 71rem;
  width: 49.3055555556vw;
  padding: 10rem 2rem 15.5rem 10rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-humberger-menu__content {
    width: 100%;
    min-width: auto;
    padding: 10rem 2rem 15.5rem;
  }
}

.l-humberger-menu__txt {
  width: calc(100% - 12rem);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: absolute;
  top: 3rem;
  left: 10rem;
}
@media screen and (max-width: 1023px) {
  .l-humberger-menu__txt {
    width: calc(100% - 4rem);
    top: 2rem;
    left: 2rem;
  }
}

.l-humberger-menu__nav {
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 22rem;
}
@media screen and (max-width: 1023px) {
  .l-humberger-menu__nav {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-humberger-menu__nav {
    max-width: none;
  }
}

.l-humberger-menu__item + .l-humberger-menu__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-humberger-menu__item + .l-humberger-menu__item {
    margin-top: 2rem;
  }
}
.l-humberger-menu__item a {
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .l-humberger-menu__item a {
    font-size: 1.8rem;
  }
}

.l-humberger-menu__child {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-humberger-menu__child {
    margin-top: 0.6rem;
  }
}

.l-humberger-menu__child-item + .l-humberger-menu__child-item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-humberger-menu__child-item + .l-humberger-menu__child-item {
    margin-top: 1rem;
  }
}
.l-humberger-menu__child-item a {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-humberger-menu__child-item a {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.l-humberger-menu__child-item a::before {
  content: "";
  display: inline-block;
  width: 3.1rem;
  height: 1px;
  background-color: #8e1112;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-humberger-menu__child-item a::before {
    width: 2rem;
  }
}

/* ---------- wrap ----------*/
.l-wrap {
  padding-right: var(--heade-size);
}

/* ---------- contents ----------*/
.l-contents {
  overflow: hidden;
}

/* ---------- container  ----------*/
.l-container {
  max-width: 1180px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
}

/* ---------- breadcrumbs ----------*/
.l-breadcrumbs__container {
  padding-top: 6rem;
}
.l-breadcrumbs__container .aioseo-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    font-size: 1.2rem;
  }
}
/* ----------------------------------------------------
Component
---------------------------------------------------- */
/* ---------- btn ----------*/
.c-btn-primary {
  width: 100%;
  max-width: 23rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 1rem 2rem 1rem 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid #333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn-primary {
    padding: 1rem 2rem;
    max-width: 20rem;
    height: 5rem;
  }
}
.c-btn-primary .icon-triangle {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-btn-primary .icon-triangle {
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-btn-primary.c-btn-primary--white {
  border: 1px solid #fff;
  color: #fff;
}
@media (hover: hover) {
  .c-btn-primary.c-btn-primary--white:hover {
    color: #8e1112;
    background-color: #fff;
  }
}
.c-btn-primary.c-btn-primary--large {
  max-width: 31rem;
  font-size: 1.8rem;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn-primary.c-btn-primary--large {
    font-size: 1.6rem;
    max-width: 26rem;
    gap: 2.4rem;
  }
}
@media (hover: hover) {
  .c-btn-primary:hover {
    color: #fff;
    background-color: #8e1112;
    border-color: transparent;
  }
}

.c-btn-secondary {
  width: 100%;
  max-width: 30rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-btn-tertiary {
  width: 100%;
  max-width: 30rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-btn-contact {
  padding-top: 0.3rem;
  width: 100%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  background-color: #8e1112;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  border: 1px solid #8e1112;
}
.c-btn-contact .icon-mail {
  font-size: 2.4rem;
}
@media (hover: hover) {
  .c-btn-contact:hover {
    background-color: #fff;
    color: #8e1112;
  }
}

.c-btn-post {
  width: 40rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #8e1112;
  background-color: #8e1112;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn-post {
    height: 5rem;
    width: 100%;
    max-width: 40rem;
  }
}
.c-btn-post .icon-triangle {
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn-post .icon-triangle {
    right: 2rem;
  }
}
@media (hover: hover) {
  .c-btn-post:hover {
    background-color: #fff;
    color: #8e1112;
  }
}

.c-btn-submit {
  width: 100%;
  max-width: 31rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid #8e1112;
  background-color: #8e1112;
}
@media screen and (max-width: 767px) {
  .c-btn-submit {
    max-width: 33.5rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.c-btn-submit .icon-triangle {
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-submit:disabled {
  cursor: not-allowed;
}
.c-btn-submit:not(:disabled) {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .c-btn-submit:not(:disabled):hover {
    background-color: #fff;
    color: #8e1112;
  }
}

/* ---------- title ----------*/
.c-head-primary__en {
  display: block;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "STIX Two Text", serif;
  color: #846f6f;
}
@media screen and (max-width: 767px) {
  .c-head-primary__en {
    font-size: clamp(5rem, 13.3333333333vw, 6rem);
  }
}

.c-head-primary__ja {
  display: block;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-head-primary__ja {
    font-size: 1.8rem;
  }
}

.c-head-secondary__en {
  display: block;
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .c-head-secondary__en {
    font-size: 2.4rem;
  }
}

.c-head-secondary__ja {
  display: block;
  font-size: 2.8rem;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-head-secondary__ja {
    font-size: 1.8rem;
  }
}

/* ---------- text ----------*/
.c-txt-primary {
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}
.c-txt-primary + .c-txt-primary {
  margin-top: 1.857em;
}

.c-txt-not {
  margin-top: 4rem;
  text-align: center;
}

/* ---------- top ----------*/
.c-top {
  position: relative;
}

.c-top__container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-top__container.c-top__container--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-top__bg img {
  width: 100%;
  min-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-top__head-ja {
  font-weight: 500;
  color: #fff;
}

.c-top__head-en {
  position: absolute;
  left: 2rem;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.c-top__btn {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .c-top__btn {
    margin-top: 2rem;
  }
}
.c-top__btn a {
  margin-inline: auto 0;
}

/* ---------- box ----------*/
.c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-box__img {
  width: 100%;
  width: 41.6666666667vw;
}
@media screen and (max-width: 767px) {
  .c-box__img {
    width: 100vw;
    margin-left: 0;
  }
}
.c-box__img img {
  width: 100%;
  max-height: 36.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-box__content {
  width: 100%;
  max-width: 57rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-box__content {
    max-width: none;
  }
}

.c-box__ttl:nth-child(n+2) {
  margin-top: 5rem;
}
.c-box__ttl + .c-box__txt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-box__ttl + .c-box__txt {
    margin-top: 1rem;
  }
}
/* ----------------------------------------------------
cat
---------------------------------------------------- */
.single-ttl{
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .single-ttl{
    font-size: 1.7em;
    margin-bottom: 1.3em;
  }
}
/* ----------------------------------------------------
cat
---------------------------------------------------- */
.c-cat-renovation--big {
  min-width: 23rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-inline: 3.3rem;
}
@media screen and (max-width: 767px) {
  .c-cat-renovation--big {
    font-size: 1.4rem;
    min-width: 16rem;
    height: 4rem;
    padding-inline: 2rem;
  }
}
@media (hover: hover) {
  .c-cat-renovation--big:not([href]):hover {
    opacity: initial;
  }
}
@media (hover: hover) {
  .c-cat-renovation--big:hover {
    opacity: 0.7;
  }
}
.c-cat-renovation--big .icon-triangle {
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-45%) rotate(90deg);
          transform: translateY(-45%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-cat-renovation--big .icon-triangle {
    font-size: 1rem;
    left: 1rem;
  }
}

.c-cat-renovation--all {
  border: 1px solid #333;
  color: #333;
}

.c-cat-renovation--small {
  color: #fff;
  min-width: 8.3rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-cat-renovation--small {
    font-size: 1.2rem;
    min-width: 7.5rem;
    height: 2.8rem;
  }
}

.c-cat-sale {
  background-color: #dbd5d0;
}

.c-cat-sale--big {
  min-width: 21.2rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-inline: 3.3rem;
}
@media screen and (max-width: 767px) {
  .c-cat-sale--big {
    font-size: 1.4rem;
    min-width: 16rem;
    height: 4rem;
    padding-inline: 2rem;
  }
}
@media (hover: hover) {
  .c-cat-sale--big:not([href]):hover {
    opacity: initial;
  }
}
@media (hover: hover) {
  .c-cat-sale--big:hover {
    opacity: 0.7;
  }
}
.c-cat-sale--big .icon-triangle {
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-45%) rotate(90deg);
          transform: translateY(-45%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-cat-sale--big .icon-triangle {
    font-size: 1rem;
    left: 1rem;
  }
}

.c-cat-sale--all {
  border: 1px solid #333;
  color: #333;
  background-color: #fff;
}

.c-cat-sale--small {
  min-width: 10rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-cat-sale--small {
    font-size: 1.2rem;
    min-width: 7.5rem;
    height: 2.8rem;
  }
}

/* ---------- card ----------*/
.c-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 4rem 5rem 10rem;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .c-card__item {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    padding: 3rem;
  }
}
.c-card__item:nth-of-type(odd) {
  background-color: #f5f5f4;
}
.c-card__item:nth-of-type(odd) .c-card__content {
  width: 52%;
}
@media screen and (max-width: 1023px) {
  .c-card__item:nth-of-type(odd) .c-card__content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-card__item:nth-of-type(odd) .c-card__content {
    width: 100%;
  }
}
.c-card__item:nth-of-type(even) {
  background-color: #fcfbf7;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-card__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-card__item:nth-of-type(even) .c-card__content {
  width: 44%;
}
@media screen and (max-width: 1023px) {
  .c-card__item:nth-of-type(even) .c-card__content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-card__item:nth-of-type(even) .c-card__content {
    width: 100%;
  }
}

.c-card__img {
  width: 44%;
}
@media screen and (max-width: 1023px) {
  .c-card__img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-card__img {
    width: 100%;
    max-width: 40rem;
  }
}

.c-card__num {
  letter-spacing: 0.1em;
  font-family: "STIX Two Text", serif;
  color: #8e1112;
}
.c-card__num span {
  font-size: 2.4rem;
  display: inline-block;
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-card__num span {
    font-size: 2rem;
    margin-left: 0.4rem;
  }
}

.c-card__ttl {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-card__ttl {
    margin-top: 0.8rem;
    font-size: 1.8rem;
  }
}

.c-card__txt {
  margin-top: 1.1rem;
}

/* ---------- low fv ----------*/
@media screen and (max-width: 767px) {
  .c-low-fv .c-top__bg img {
    min-height: 12rem;
  }
}

/* ---------- pagination ----------*/
.c-pagination {
  margin-top: 13.1rem;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.page-numbers li .page-numbers {
  display: block;
  width: 2.4rem;
  height: 2.5rem;
  color: transparent;
  background-color: #e8e8e8;
  border-radius: 0.5rem;
}
.page-numbers li .current {
  background-color: #e5dbdb;
}

@media screen and (max-width: 767px) {
  .page-numbers li {
    font-size: 1.6rem;
  }
  .page-numbers li .page-numbers {
    padding: 1.1rem 0.5rem;
    width: 4rem;
    height: 4rem;
  }
}
/* ----------------------------------------------------
Utility
---------------------------------------------------- */
/* ---------- sp/tab Show Hide ----------*/
@media screen and (min-width: 1024px) {
  .u-tab-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-tab-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-show {
    display: none;
  }
}

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

/* ---------- color ----------*/
.u-color-primary {
  color: #531a1a;
}

.u-color-secondary {
  color: #846f6f;
}

.u-color-tertiary {
  color: #6e2600;
}

.u-color-accent {
  color: #8e1112;
}

.u-color-white {
  color: #fff;
}

.u-color-black {
  color: #000;
}

.u-color-text {
  color: #333;
}

/* ---------- align ----------*/
.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

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

.u-align-justify {
  text-align: justify;
}

/* ---------- font ----------*/
.u-font-sans {
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

.u-font-serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒイラギ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.u-font-english {
  font-family: "STIX Two Text", serif;
}

.u-font-accent {
  font-family: "", serif;
}

/* ---------- margin ----------*/
.u-mr-contents {
  margin-right: calc(50% - 50vw + var(--heade-size) / 2);
}
@media screen and (max-width: 1023px) {
  .u-mr-contents {
    margin-right: calc(50% - 50vw);
  }
}

.u-ml-contents {
  margin-left: calc(50% - 50vw + var(--heade-size) / 2);
}
@media screen and (max-width: 1023px) {
  .u-ml-contents {
    margin-left: calc(50% - 50vw);
  }
}

/* ----------------------------------------------------
Project
---------------------------------------------------- */
/* ----------------------------------------------------
top
---------------------------------------------------- */
/* ---------- fv ----------*/
.p-top-fv {
  position: relative;
  height: 100svh;
}
@media screen and (max-width: 1023px) {
  .p-top-fv {
    height: calc(100svh - 8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    height: calc(100svh - 6rem);
  }
}

.p-top-fv__bg {
  height: 100%;
}
.p-top-fv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-top-fv__container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-top-fv__head {
  width: 100%;
  max-width: 33rem;
  position: absolute;
  top: 10rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-fv__head {
    max-width: 23.5rem;
    top: 15%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-top-fv__ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3.2rem;
  line-height: 2.34375;
  letter-spacing: 0.2em;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .p-top-fv__ttl {
    font-size: 2.4rem;
    text-shadow: 0 0 1rem white;
  }
}
.p-top-fv__ttl > span {
  display: block;
}
.p-top-fv__ttl > span span {
  background-color: rgba(141, 70, 0, 0.28);
  line-height: 1;
  display: inline-block;
}
.p-top-fv__ttl > span:nth-of-type(2) {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__ttl > span:nth-of-type(2) {
    margin-right: 1rem;
  }
}

.p-top-fv__txt {
  text-align: right;
  margin-top: 1.7rem;
  line-height: 1.4375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-fv__txt {
    margin-top: 0;
    width: calc(100% - 4rem);
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-shadow: 0 0 1rem white;
  }
}

/* ---------- menu ----------*/
.p-top-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-top-menu__item:nth-of-type(1) a {
  background-color: #a59386;
}
.p-top-menu__item:nth-of-type(2) a {
  background-color: #887568;
}
.p-top-menu__item:nth-of-type(3) a {
  background-color: #776152;
}
.p-top-menu__item a {
  padding: 3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item a {
    padding: 0.5rem;
  }
}

.p-top-menu__item-inner {
  border: 1px solid #fff;
  min-height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: inherit;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-inner {
    padding: 0.5rem;
    min-height: 11.5rem;
  }
}
.p-top-menu__item-inner .icon-triangle {
  font-size: 2.3rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(40%, 40%);
          transform: translate(40%, 40%);
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-inner .icon-triangle {
    font-size: 1.4rem;
    -webkit-transform: translate(30%, 30%);
            transform: translate(30%, 30%);
  }
}
.p-top-menu__item-inner::before {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  background-color: inherit;
  position: absolute;
  bottom: -0.2rem;
  right: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-inner::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.p-top-menu__txt {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.p-top-menu__txt-ja {
  display: block;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .p-top-menu__txt-ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__txt-ja {
    font-size: clamp(1.2rem, 3.2vw, 2rem);
  }
}

.p-top-menu__txt-en {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-menu__txt-en {
    font-size: 1rem;
    line-height: 1.2;
  }
}

/* ---------- main ----------*/
.p-top-main__container {
  padding-block: 10rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-main__container {
    padding-block: 4rem;
  }
}

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

.p-top-main__img {
  width: 53.2638888889vw;
}
@media screen and (max-width: 767px) {
  .p-top-main__img {
    width: 100vw;
    margin-left: 0;
  }
}
.p-top-main__img img {
  width: 100%;
  max-height: 63.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-main__content {
  width: 100%;
  max-width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-main__content {
    max-width: 28.5rem;
  }
}

.p-top-main__ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 3.2rem;
  line-height: 2.34375;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-main__ttl {
    font-size: 2.4rem;
  }
}
.p-top-main__ttl span {
  background-color: rgba(141, 70, 0, 0.28);
  line-height: 1;
  display: inline-block;
}

/* ---------- sale ----------*/
.p-top-sale__container {
  padding-block: 13rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-sale__container {
    padding-block: 6rem;
  }
}

.p-top-sale__txt {
  margin-top: 3rem;
  max-width: 53rem;
}
@media screen and (max-width: 767px) {
  .p-top-sale__txt {
    margin-top: 2rem;
    max-width: none;
  }
}

.p-top-sale__btn {
  margin-top: 3rem;
}

.p-top-sale__wrap {
  margin-top: 6.4rem;
  min-height: 45rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-sale__wrap {
    margin-top: 8rem;
    min-height: auto;
  }
}

.p-top-sale__decoration {
  font-family: "STIX Two Text", serif;
  font-size: 8rem;
  letter-spacing: 0.1em;
  color: #cbc5c5;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-top-sale__decoration {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 4rem;
    top: -0.5rem;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.p-top-sale__splide {
  margin-left: min(11.1vw, 16rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-sale__splide {
    margin-left: 0;
  }
}
.p-top-sale__splide .splide__arrows {
  position: absolute;
  right: 0;
  top: -6.4rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-sale__splide .splide__arrows {
    top: -1rem;
    gap: 1.6rem;
  }
}
.p-top-sale__splide .splide__arrow {
  width: 6rem;
  height: 6rem;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-sale__splide .splide__arrow {
    width: 4rem;
    height: 4rem;
  }
}
.p-top-sale__splide .splide__arrow .icon-triangle {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-sale__splide .splide__arrow .icon-triangle {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .p-top-sale__splide .splide__arrow:not(:disabled):hover {
    border-color: #8e1112;
    color: #8e1112;
  }
}
.p-top-sale__splide .splide__arrow:disabled {
  opacity: 0.3;
}
.p-top-sale__splide .splide__arrow--prev .icon-triangle {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.splide__track {
  margin-right: 0;
}

.p-top-sale__item {
  max-width: 39rem;
}
@media screen and (max-width: 767px) {
  .p-top-sale__item {
    max-width: none;
  }
}

.p-top-sale__item-link {
  display: block;
}
@media (hover: hover) {
  .p-top-sale__item-link:hover .p-top-sale__item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-top-sale__item-img {
  overflow: hidden;
}
.p-top-sale__item-img img {
  aspect-ratio: 390/450;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.p-top-sale__item-ttl {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-sale__item-ttl {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.p-top-sale__item-txt {
  margin-top: 1rem;
}

/* ---------- reform ----------*/
.p-top-reform__container {
  padding-block: 13rem 11rem;
}
@media screen and (max-width: 767px) {
  .p-top-reform__container {
    padding-block: 8rem;
  }
}

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

.p-top-reform__wrap {
  min-height: 40rem;
  margin-top: 3.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-reform__wrap {
    min-height: 20rem;
  }
}

.p-top-reform__decoration {
  font-family: "STIX Two Text", serif;
  font-size: 8rem;
  letter-spacing: 0.1em;
  color: #cbc5c5;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reform__decoration {
    font-size: 4rem;
    left: -1rem;
  }
}

.p-top-reform__list {
  margin-left: min(11.1vw, 16rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-reform__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reform__list {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 4rem;
  }
}

.p-top-reform__item-link {
  display: block;
}
@media (hover: hover) {
  .p-top-reform__item-link:hover .p-top-reform__item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-top-reform__item-img {
  overflow: hidden;
}
.p-top-reform__item-img img {
  aspect-ratio: 310/230;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.p-top-reform__item-txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reform__item-txt {
    margin-top: 1rem;
  }
}

/* ---------- company ----------*/
.p-top-company {
  margin-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    margin-bottom: 8rem;
  }
}
.p-top-company .c-top__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-company .c-top__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.p-top-company .c-top__head,
.p-top-company .c-top__btn {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-company .c-top__head,
  .p-top-company .c-top__btn {
    width: 100%;
  }
}
.p-top-company .c-top__head-ja span {
  display: block;
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-company .c-top__head-ja span {
    font-size: 2rem;
  }
}
.p-top-company .c-top__btn {
  margin-top: 0;
}
.p-top-company .c-top__btn a {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-company .c-top__btn a {
    margin-inline: 0;
  }
}

/* ----------------------------------------------------
reason
---------------------------------------------------- */
/* ---------- fv ----------*/
.p-about-fv {
  position: relative;
}

.p-about-fv__bg img {
  height: 75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about-fv__bg img {
    height: 46rem;
  }
}

.p-about-fv__container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-about-fv__head {
  width: 100%;
  max-width: 30rem;
  height: 100%;
  position: absolute;
  top: 5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-about-fv__head {
    max-width: 18.8rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    top: 3rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-about-fv__ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3.2rem;
  line-height: 2.34375;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-fv__ttl {
    font-size: 2rem;
  }
}

/* ---------- main ----------*/
.p-about-main__container {
  padding-block: 7.5rem 10rem;
  padding-block: 6rem;
}

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

/* ---------- reason ----------*/
@media screen and (max-width: 767px) {
  .p-about-reason .c-top__bg img {
    min-height: 12rem;
  }
}

.p-about-reason__container {
  padding-block: 12.7rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__container {
    padding-block: 8rem 6rem;
  }
}

.p-about-reason__item + .p-about-reason__item {
  margin-top: 5rem;
}
.p-about-reason__item:nth-of-type(even) .p-about-reason__item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-about-reason__item:nth-of-type(even) .p-about-reason__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-about-reason__item-inner {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2rem;
  }
}

.p-about-reason__item-txt {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 52rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__item-txt {
    max-width: none;
  }
}

.p-about-reason__item-img {
  width: 45.4861111111vw;
}
@media screen and (max-width: 767px) {
  .p-about-reason__item-img {
    width: 100%;
    margin-inline: 0;
  }
}
.p-about-reason__item-img img {
  width: 100%;
  max-height: 40.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------------
company
---------------------------------------------------- */
.p-company-overview__container {
  padding-block: 9.8rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__container {
    padding-block: 6rem;
  }
}

.p-company-overview__body {
  padding-block: 5rem 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-company-overview__body {
    padding-block: 3rem;
  }
}
.p-company-overview__body::before {
  content: "";
  display: inline-block;
  width: calc(100vw - (100vw - 100%) / 2);
  height: 100%;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  z-index: -1;
}
.p-company-overview__body + .p-company-overview__body {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__body + .p-company-overview__body {
    margin-top: 5rem;
  }
}

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

.p-company-overview__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
}
.p-company-overview__col dt,
.p-company-overview__col dd {
  width: 100%;
  line-height: 1.875;
  color: #531a1a;
}
.p-company-overview__col dt {
  max-width: 30rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company-overview__col dt {
    font-weight: 700;
  }
}
.p-company-overview__col dd {
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  max-width: 77rem;
}

.p-company-overview__bg img {
  width: 100%;
  max-height: 48.9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-company-overview__bg img {
    min-height: 25rem;
  }
}

/* ---------- greet ----------*/
.p-company-greet__container {
  padding-block: 11rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-company-greet__container {
    padding-block: 6rem;
  }
}

.p-company-greet__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-company-greet__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-company-greet__head {
  width: 34.649122807%;
}
@media screen and (max-width: 1023px) {
  .p-company-greet__head {
    width: 100%;
  }
}

.p-company-greet__img {
  margin-top: 5rem;
  max-width: 39.5rem;
  margin-inline: auto;
}

.p-company-greet__name {
  margin-top: 5rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company-greet__name {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.p-company-greet__name span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-greet__name span {
    font-size: 1.4rem;
  }
}

.p-company-greet__content {
  width: 51.7361111111vw;
  padding: 5rem 8rem 1.9rem;
  background-color: #fcfbf7;
}
@media screen and (max-width: 767px) {
  .p-company-greet__content {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-company-greet__content {
    width: 100%;
    margin-right: 0;
  }
}

.p-company-greet__txt {
  margin-top: 5rem;
}

/* ----------------------------------------------------
brokerage
---------------------------------------------------- */
/* ---------- fv ----------*/
.p-brokerage-fv .c-top__head-en {
  font-size: clamp(7rem, 7.7777777778vw, 11rem);
}
@media screen and (max-width: 767px) {
  .p-brokerage-fv .c-top__head-en {
    font-size: clamp(4rem, 10.6666666667vw, 5rem);
  }
}

/* ---------- main ----------*/
.p-brokerage-main__container {
  padding-block: 11.4rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-brokerage-main__container {
    padding-block: 10rem 6rem;
  }
}

.p-brokerage-main__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-brokerage-main__tab {
    gap: 1rem;
  }
}

.p-brokerage-main__tab-item {
  width: 50%;
  padding: 4.3rem 2rem;
  text-align: center;
  background-color: #bba5a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-brokerage-main__tab-item {
    padding: 1.6rem 1rem;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .p-brokerage-main__tab-item:hover {
    background-color: #6e2600;
  }
}
.p-brokerage-main__tab-item.is-active {
  background-color: #6e2600;
  position: relative;
}
.p-brokerage-main__tab-item.is-active::before {
  content: "";
  display: inline-block;
  border-right: 2.7rem solid transparent;
  border-left: 2.7rem solid transparent;
  border-top: 2.8rem solid #6e2600;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-brokerage-main__tab-item.is-active::before {
    border-width: 1.4rem 1.3rem 0 1.3rem;
  }
}

.p-brokerage-main__body {
  margin-top: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-brokerage-main__body {
    margin-top: 4rem;
  }
}

.p-brokerage-main__card {
  display: none;
}
.p-brokerage-main__card.is-active {
  display: block;
}

/* ----------------------------------------------------
construction
---------------------------------------------------- */
/* ---------- fv ----------*/
.p-construction-fv .c-top__head-en {
  font-size: clamp(7rem, 7.7777777778vw, 10rem);
}
@media screen and (max-width: 767px) {
  .p-construction-fv .c-top__head-en {
    font-size: clamp(4rem, 10.6666666667vw, 5rem);
  }
}

/* ---------- main ----------*/
.p-construction-main__container {
  padding-block: 13.6rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-construction-main__container {
    padding-block: 10rem 6rem;
  }
}

/* ---------- recommend ----------*/
.p-construction-recommend {
  background-color: #f5f5f4;
}

.p-construction-recommend__container {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-construction-recommend__container {
    padding-block: 3rem;
  }
}

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

.p-construction-recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-construction-recommend__item {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-construction-recommend__item + .p-construction-recommend__item {
  margin-top: 3rem;
}

.p-construction-recommend__item-ttl {
  min-height: 11rem;
  width: 49.1228070175%;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding-inline: 1rem;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bba5a5;
}
@media screen and (max-width: 767px) {
  .p-construction-recommend__item-ttl {
    width: 100%;
    min-height: 6rem;
    font-size: 1.8rem;
  }
}

.p-construction-recommend__item-txt {
  width: 46.4912280702%;
}
@media screen and (max-width: 767px) {
  .p-construction-recommend__item-txt {
    width: 100%;
  }
}

/* ---------- flow ----------*/
.p-construction-flow__container {
  padding-block: 12.6rem 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-construction-flow__container {
    padding-block: 6rem 4rem;
  }
}

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

/* ---------- menu ----------*/
.p-construction-menu__container {
  padding-bottom: 9rem;
  padding-bottom: 4rem;
}

.p-construction-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-construction-menu__list {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-construction-menu__item a {
  position: relative;
  display: block;
}

.p-construction-menu__bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-construction-menu__bg img {
    max-height: 20rem;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-construction-menu__item-txt {
  width: 100%;
  padding-inline: 1rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-construction-menu__item-txt {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------
interior_renovation
---------------------------------------------------- */
/* ----------------------------------------------------
exterior_renovation
---------------------------------------------------- */
/* ----------------------------------------------------
demolition
---------------------------------------------------- */
.p-demolition-main .c-box__ttl + .c-box__txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-demolition-main .c-box__ttl + .c-box__txt {
    margin-top: 1rem;
  }
}

/* ----------------------------------------------------
renovation archive
---------------------------------------------------- */
/* ---------- summary ----------*/
.p-renovation-summary__container {
  padding-block: 14.6rem 10.7rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-summary__container {
    padding-block: 8rem 6rem;
  }
}

.p-renovation-summary__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-summary__category {
    gap: 1.5rem;
  }
}

.p-renovation-summary__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-renovation-summary__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-renovation-summary__list {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}

.p-renovation-summary__item-link {
  display: block;
}
@media (hover: hover) {
  .p-renovation-summary__item-link:hover .p-renovation-summary__item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-renovation-summary__item-img {
  overflow: hidden;
}
.p-renovation-summary__item-img img {
  aspect-ratio: 350/230;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.p-renovation-summary__item-category {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-summary__item-category {
    margin-top: 0.6rem;
    gap: 0.6rem;
  }
}

.p-renovation-summary__item-ttl {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-summary__item-ttl {
    margin-top: 1rem;
  }
}

/* ----------------------------------------------------
renovation single
---------------------------------------------------- */
/* ---------- single ----------*/
.p-renovation-single__container {
  padding-block: 14.6rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-single__container {
    padding-block: 8rem 6rem;
  }
}

.p-renovation-single__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-single__category {
    gap: 1.5rem;
  }
}

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

.p-renovation-single__img {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-single__img {
    margin-top: 2rem;
  }
}

.p-renovation-single__img-main img {
  width: 100%;
  aspect-ratio: 1143/750;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-renovation-single__img-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-single__img-list {
    margin-top: 1.6rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}

.p-renovation-single__img-item {
  cursor: pointer;
}
.p-renovation-single__img-item img {
  width: 100%;
  aspect-ratio: 259/170;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-renovation-single__btn {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-renovation-single__btn {
    margin-top: 6rem;
  }
}
.p-renovation-single__btn a {
  margin-inline: auto;
}

/* ----------------------------------------------------
sale archive
---------------------------------------------------- */
/* ---------- summary ----------*/
.p-sale-summary__container {
  padding-block: 14.6rem 10.7rem;
}
@media screen and (max-width: 767px) {
  .p-sale-summary__container {
    padding-block: 8rem 6rem;
  }
}

.p-sale-summary__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sale-summary__category {
    gap: 1.5rem;
  }
}

.p-sale-summary__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 4.5rem;
}
@media screen and (max-width: 1023px) {
  .p-sale-summary__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-sale-summary__list {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}

.p-sale-summary__item-link {
  display: block;
}
@media (hover: hover) {
  .p-sale-summary__item-link:hover .p-sale-summary__item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-sale-summary__item-img {
  overflow: hidden;
}
.p-sale-summary__item-img img {
  aspect-ratio: 350/230;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.p-sale-summary__item-category {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sale-summary__item-category {
    margin-top: 0.6rem;
    gap: 0.6rem;
  }
}

.p-sale-summary__item-ttl {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sale-summary__item-ttl {
    margin-top: 1rem;
  }
}

/* ----------------------------------------------------
sale single
---------------------------------------------------- */
/* ---------- single ----------*/
.p-sale-single__container {
  padding-block: 14.6rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-sale-single__container {
    padding-block: 8rem 6rem;
  }
}

.p-sale-single__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sale-single__category {
    gap: 1.5rem;
  }
}

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

.p-sale-single__img {
  margin-top: 4rem;
}
.p-sale-single__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sale-single__img {
    margin-top: 2rem;
  }
}

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

.p-sale-single__feature {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-sale-single__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-sale-single__feature {
    margin-top: 2rem;
    gap: 3rem;
  }
}

.p-sale-single__feature-wrap {
  width: 100%;
  max-width: 54.5rem;
}
@media screen and (max-width: 1023px) {
  .p-sale-single__feature-wrap {
    max-width: none;
  }
}

.p-sale-single__feature-col {
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1.8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sale-single__feature-col {
    padding-block: 1rem;
    gap: 1.2rem;
  }
}
.p-sale-single__feature-col:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.p-sale-single__feature-col:nth-of-type(even) {
  background-color: #fcfbf7;
}

.p-sale-single__feature-label {
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 2rem;
  width: 33.0275229358%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sale-single__feature-label {
    width: 28%;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    padding-left: 1rem;
  }
}

.p-sale-single__feature-content {
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-right: 3rem;
  width: 63.119266055%;
}
@media screen and (max-width: 767px) {
  .p-sale-single__feature-content {
    width: 72%;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    padding-right: 1rem;
  }
}

.p-sale-single__map {
  width: 100%;
  max-width: 54.5rem;
  aspect-ratio: 545/530;
}
@media screen and (max-width: 1023px) {
  .p-sale-single__map {
    max-width: none;
  }
}
.p-sale-single__map iframe {
  width: 100%;
  height: 100%;
}

.p-sale-single__detail {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-sale-single__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-sale-single__detail {
    margin-top: 4rem;
    gap: 3rem;
  }
}

.p-sale-single__table {
  width: 100%;
  max-width: 54.5rem;
  border: 1px solid #c1c1c1;
}
@media screen and (max-width: 1023px) {
  .p-sale-single__table {
    max-width: none;
  }
}
.p-sale-single__table th,
.p-sale-single__table td {
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  padding-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-sale-single__table th,
  .p-sale-single__table td {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    padding-block: 1rem;
  }
}
.p-sale-single__table thead th {
  text-align: center;
  background-color: #dbd3d3;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sale-single__table thead th {
    padding-inline: 1rem;
  }
}
.p-sale-single__table thead th:nth-of-type(1) {
  width: 33.0275229358%;
}
.p-sale-single__table thead th:nth-of-type(2) {
  width: 66.9724770642%;
}

.p-sale-single__table-col:nth-of-type(odd) {
  background-color: #fcfbf7;
}
.p-sale-single__table-col:nth-of-type(even) {
  background-color: #fff;
}

.p-sale-single__table-label {
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sale-single__table-label {
    padding-inline: 1rem;
  }
}

.p-sale-single__table-content {
  padding-inline: 3rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-sale-single__table-content {
    padding-inline: 1rem;
  }
}

.p-sale-single__btn {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-sale-single__btn {
    margin-top: 6rem;
  }
}
.p-sale-single__btn a {
  margin-inline: auto;
}

/* ----------------------------------------------------
contact
---------------------------------------------------- */
/* ---------- form ----------*/
.p-contact-from__container {
  padding-block: 14.9rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__container {
    padding-block: 8rem 6rem;
  }
}

.p-contact-from__txt {
  margin-top: 2rem;
  font-weight: 700;
}
.p-contact-from__txt strong {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__txt strong {
    font-size: 1.6rem;
  }
}

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

.p-contact-from__col + .p-contact-from__col {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__col + .p-contact-from__col {
    margin-top: 3rem;
  }
}

.p-contact-from__label {
  min-height: 6rem;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 1rem 2rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact-from__label {
    min-height: 5rem;
    padding: 1rem;
    line-height: 1.4285714286;
  }
}
.p-contact-from__label .required {
  display: inline-block;
  color: #fff;
  background-color: #8e1112;
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.05em;
  padding-inline: 1rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__label .required {
    font-size: 1.2rem;
    line-height: 2;
    margin-right: 1rem;
  }
}
.p-contact-from__label .optional {
  display: inline-block;
  color: #fff;
  background-color: #d6c8c8;
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.05em;
  padding-inline: 1rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__label .optional {
    font-size: 1.2rem;
    line-height: 2;
    margin-right: 1rem;
  }
}
.p-contact-from__label .question {
  color: #8e1112;
}

.p-contact-from__input {
  margin-top: 2rem;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-contact-from__input {
    margin-top: 1.6rem;
  }
}
.p-contact-from__input .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  display: inline-block;
}

.p-contact-from__input-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__input-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-contact-from__input-flex .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact-from__cap {
  margin-top: 1rem;
}

.p-contact-from__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__btn {
    margin-top: 3rem;
  }
}
.p-contact-from__btn button {
  margin-inline: auto;
}

.p-contact-from__btn-top {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__btn-top {
    margin-top: 5rem;
  }
}
.p-contact-from__btn-top a {
  margin-inline: auto;
}

/* --- radio ---*/
.p-contact__input--radio input[type=radio] {
  display: inline-block;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border: 1px solid #cacaca;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.p-contact__input--radio input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #8e1112;
}
.p-contact__input--radio:has(input[type=radio]) label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  cursor: pointer;
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  padding: 1.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input--radio:has(input[type=radio]) label {
    gap: 1rem;
    padding: 1.4rem 1rem;
  }
}
.p-contact__input--radio:has(input[type=radio]) .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input--radio:has(input[type=radio]) .wpcf7-radio {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-contact__input--radio:has(input[type=radio]) .wpcf7-list-item {
  margin-left: 0;
}

/* --- check ---*/
.p-contact__input--check input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  position: relative;
}
.p-contact__input--check input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(50deg);
          transform: translate(-50%, -60%) rotate(50deg);
  width: 0.7rem;
  height: 1.2rem;
  border-right: 0.2rem solid #8e1112;
  border-bottom: 0.2rem solid #8e1112;
}
.p-contact__input--check:has(input[type=checkbox]) label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  cursor: pointer;
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  padding: 1.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input--check:has(input[type=checkbox]) label {
    gap: 1rem;
    padding: 1.4rem 1rem;
  }
}
.p-contact__input--check:has(input[type=checkbox]) .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input--check:has(input[type=checkbox]) .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-contact__input--check:has(input[type=checkbox]) .wpcf7-list-item {
  margin-left: 0;
}

/* --- text ---*/
.p-contact__input--text input[type=text],
.p-contact__input--text input[type=email],
.p-contact__input--text input[type=number] {
  width: 100%;
  padding: 1.7rem 2rem;
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__input--text input[type=text],
  .p-contact__input--text input[type=email],
  .p-contact__input--text input[type=number] {
    padding: 1.35rem 1rem;
  }
}
.p-contact__input--text input[type=text]::-webkit-input-placeholder, .p-contact__input--text input[type=email]::-webkit-input-placeholder, .p-contact__input--text input[type=number]::-webkit-input-placeholder {
  color: #9a9a9a;
}
.p-contact__input--text input[type=text]::-moz-placeholder, .p-contact__input--text input[type=email]::-moz-placeholder, .p-contact__input--text input[type=number]::-moz-placeholder {
  color: #9a9a9a;
}
.p-contact__input--text input[type=text]:-ms-input-placeholder, .p-contact__input--text input[type=email]:-ms-input-placeholder, .p-contact__input--text input[type=number]:-ms-input-placeholder {
  color: #9a9a9a;
}
.p-contact__input--text input[type=text]::-ms-input-placeholder, .p-contact__input--text input[type=email]::-ms-input-placeholder, .p-contact__input--text input[type=number]::-ms-input-placeholder {
  color: #9a9a9a;
}
.p-contact__input--text input[type=text]::placeholder,
.p-contact__input--text input[type=email]::placeholder,
.p-contact__input--text input[type=number]::placeholder {
  color: #9a9a9a;
}

/* --- textarea ---*/
.p-contact__input--textarea textarea {
  height: 21.3rem;
  width: 100%;
  padding: 1.7rem 2rem;
  resize: none;
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__input--textarea textarea {
    padding: 1.35rem 1rem;
    height: 18rem;
  }
}

/* --- age ---*/
.p-contact__input--age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
.p-contact__input--age input[type=number] {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input--age input[type=number] {
    width: 20rem;
  }
}

/* --- postcode ---*/
.p-contact__input--postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input--postcode {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-contact__input--postcode input[type=text] {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input--postcode input[type=text] {
    width: 20rem;
  }
}
.p-contact__input--postcode p {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input--postcode p {
    margin-right: 0;
  }
}

/* --- questionnaire ---*/
.p-contact-from__questionnaire {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__questionnaire {
    margin-top: 3rem;
  }
}
.p-contact-from__questionnaire .p-contact-from__col {
  margin-top: 2rem;
}
.p-contact-from__questionnaire .p-contact-from__col + .p-contact-from__col {
  margin-top: 2rem;
}
.p-contact-from__questionnaire .p-contact__input--check:has(input[type=checkbox]) .wpcf7-checkbox {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1023px) {
  .p-contact-from__questionnaire .p-contact__input--check:has(input[type=checkbox]) .wpcf7-checkbox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-contact-from__questionnaire .p-contact__input--check:has(input[type=checkbox]) .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-contact-from__label--questionnaire {
  background-color: #dcd3d3;
}

/* --- privacy ---*/
.p-contact-from__privacy {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__privacy {
    margin-top: 3rem;
  }
}
.p-contact-from__privacy .p-contact__input--radio:has(input[type=radio]) .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-from__privacy .p-contact__input--radio:has(input[type=radio]) .wpcf7-list-item {
  width: calc(25% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-contact-from__privacy .p-contact__input--radio:has(input[type=radio]) .wpcf7-list-item {
    width: 100%;
  }
}

.p-contact-from__privacy-txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__privacy-txt {
    margin-top: 1rem;
  }
}

.p-contact-from__privacy-body {
  margin-top: 2rem;
  padding: 2.2rem 1.7rem 2.1rem 2.3rem;
  height: 21.3rem;
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-contact-from__privacy-body {
    padding: 1.6rem;
    height: 18rem;
  }
}

/* ---------- thanks ----------*/
/* ---------- cmn banner ----------*/
.p-cmn-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-cmn-banner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cmn-banner__kokoie {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #a28179;
}

.p-cmn-banner__kokoie-inner {
  max-width: 59.3rem;
  margin-inline: auto;
  padding: 4.7rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__kokoie-inner {
    max-width: 40rem;
    padding: 2rem 1rem;
  }
}

.p-cmn-banner__kokoie-ttl {
  max-width: 41.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__kokoie-ttl {
    width: 78%;
    max-width: 40rem;
    margin-inline: auto 1rem;
  }
}

.p-cmn-banner__kokoie-btn {
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__kokoie-btn {
    position: relative;
  }
  .p-cmn-banner__kokoie-btn::before {
    content: "";
    display: inline-block;
    width: 7rem;
    height: 5rem;
    background: url(../img/cmn/btn_kokoie_cap.png) center/contain no-repeat;
    position: absolute;
    top: -4rem;
    left: -0.6rem;
  }
}

.p-cmn-banner__contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #6e2600;
  color: #fff;
  text-align: center;
}

.p-cmn-banner__contact-inner {
  max-width: 59.2rem;
  margin-inline: auto;
  padding: 4.3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__contact-inner {
    padding: 2rem 1rem;
  }
}

.p-cmn-banner__contact-ttl {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__contact-ttl {
    font-size: 2.4rem;
  }
}

.p-cmn-banner__contact-txt {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__contact-txt {
    font-size: 1.6rem;
  }
}

.p-cmn-banner__contact__wrap {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__contact__wrap {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.p-cmn-banner__contact__wrap::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10.9rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-cmn-banner__contact-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 24.7rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__contact-col {
    max-width: none;
  }
}

.p-cmn-banner__contact-sub {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-cmn-banner__contact-tel {
  margin-top: 1rem;
}
.p-cmn-banner__contact-tel a {
  white-space: nowrap;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒイラギ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__contact-tel a {
    font-size: 2rem;
  }
}
.p-cmn-banner__contact-tel a span {
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__contact-tel a span {
    font-size: 1.3rem;
    margin-right: 0.3rem;
  }
}

.p-cmn-banner__contact-fax {
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1.1rem;
}

.p-cmn-banner__contact-mail {
  margin-top: 4.1rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__contact-mail {
    margin-top: 2rem;
  }
}
.p-cmn-banner__contact-mail span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-banner__contact-mail span {
    font-size: 2rem;
  }
}