@charset "UTF-8";
/* =========================================================
 base
========================================================= */
/* =========================================================
 mixin
========================================================= */
/* =========================================================
 function
========================================================= */
/* =========================================================
 base
========================================================= */
/* reset
------------------------------------- */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

img {
  height: auto;
}

button {
  outline: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

html {
  height: 100vh;
}

:where(body) * {
  letter-spacing: 0.06em;
}

body {
  background: #ece8e3;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  color: #322d2d;
}
body {
  font-size: 14px;
  font-size: 0.875rem;
}
body {
  font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  color: #322d2d;
}

.emoji {
  max-width: 1em;
  max-height: 1em;
  position: relative;
  bottom: 0.1em;
  display: inline-block;
  vertical-align: middle;
}

/* =========================================================
 layout
========================================================= */
/* =========================================================
 header
========================================================= */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 13;
  background: #FFF;
  translate: 0 0;
}
@media (max-width: 1179px) {
  body.is-menu-open .l-header {
    transform: none;
  }
}
@media (min-width: 1180px) {
  .l-header.is-header--scroll .l-header__inner {
    height: 70px;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s height;
}
@media (max-width: 1179px) {
  .l-header__inner {
    flex: 1;
    width: 100%;
    max-width: none;
    height: 80px;
    padding-left: min(4.2666666667vw, 16px);
  }
}
@media (min-width: 1180px) {
  .l-header__inner {
    width: 100%;
    height: clamp(80px, 5.4166666667vw, 104px);
    padding-left: min(2.0833333333vw, 40px);
  }
}

.l-header__logo {
  position: relative;
  width: 216px;
  margin-right: 9px;
}
.l-header__logo {
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 1180px) {
  .l-header__logo {
    width: min(11.25vw, 216px);
  }
}
@media (any-hover: hover) {
  .l-header__logo a {
    transition: 0.5s opacity;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1179px) {
  .l-header__nav {
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    width: auto;
    background: rgba(255, 255, 255, 0.95);
    pointer-events: none;
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    z-index: 11;
    transition: 0.5s height;
  }
  body.is-menu-open .l-header__nav {
    height: calc(100dvh - 60px);
  }
  body.is-menu-open .l-header__nav {
    pointer-events: initial;
  }
}
@media (min-width: 1180px) {
  .l-header__nav {
    flex: 1;
    margin-left: 2vw;
  }
}

@media (max-width: 1179px) {
  .l-header__nav-inner {
    position: relative;
    width: 100%;
    padding-inline: 5%;
    min-height: calc(100% + 1px);
    padding-block: 20px 100px;
  }
}
@media (min-width: 1180px) {
  .l-header__nav-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.l-header__tel {
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1179px) {
  .l-header__tel {
    margin-top: 27px;
  }
}
@media (min-width: 1180px) {
  .l-header__tel {
    width: min(16.7708333333vw, 322px);
    margin-inline: min(1.8229166667vw, 35px) min(1.0416666667vw, 20px);
    transition: 0.5s width;
  }
  .is-header--scroll .l-header__tel {
    width: min(13.9583333333vw, 268px);
  }
}

.l-header__tel-notice {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1180px) {
  .l-header__tel-notice {
    font-size: clamp(12px, 0.875vw, 14px);
  }
}

.l-header__nav-btns {
  display: grid;
}
@media (max-width: 1179px) {
  .l-header__nav-btns {
    gap: 20px;
    width: min(90%, 335px);
    margin: 29px auto 0;
  }
}
@media (min-width: 1180px) {
  .l-header__nav-btns {
    grid-template-columns: 1fr 1fr;
  }
}

.l-header__nav-btn {
  display: flex;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  color: #FFF;
  font-weight: 700;
}
@media (max-width: 1179px) {
  .l-header__nav-btn {
    align-items: center;
    gap: 0.5em;
    width: 100%;
    height: 80px;
  }
  .l-header__nav-btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1180px) {
  .l-header__nav-btn {
    justify-content: center;
    width: min(10.4166666667vw, 200px);
    height: clamp(80px, 5.4166666667vw, 104px);
    padding-block: 0.7em;
    text-align: center;
    transition: 0.5s;
  }
  .is-header--scroll .l-header__nav-btn {
    align-items: center;
    height: 70px;
    background-size: 0;
  }
}
.l-header__nav-btn::before {
  position: absolute;
  width: 200px;
  aspect-ratio: 200/104;
  content: "";
}
@media (max-width: 1179px) {
  .l-header__nav-btn::before {
    right: -30px;
    bottom: 0;
  }
}
@media (min-width: 1180px) {
  .l-header__nav-btn::before {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: 0.5s translate;
  }
  .is-header--scroll .l-header__nav-btn::before {
    translate: 0 100%;
  }
}
.l-header__nav-btn .text {
  position: relative;
}
.l-header__nav-btn--reforum {
  background: #543828;
}
@media (any-hover: hover) {
  .l-header__nav-btn--reforum {
    transition: 0.5s background-color;
  }
  .l-header__nav-btn--reforum:hover {
    background-color: rgb(118.5483870968, 79.0322580645, 56.4516129032);
  }
}
.l-header__nav-btn--reforum::before {
  background: url(../img/common/btn_condominium_bg@2x.webp) no-repeat center/contain;
}
@media (max-width: 1179px) {
  .l-header__nav-btn--reforum {
    padding: 18px;
  }
}
@media (min-width: 1180px) {
  .l-header__nav-btn--reforum {
    background-size: contain;
    background-position: center bottom;
    font-size: min(0.78125vw, 15px);
  }
}
.l-header__nav-btn--estimate {
  background: #ee0000;
}
.l-header__nav-btn--estimate::before {
  background: url(../img/common/btn_estimate_bg@2x.webp) no-repeat center/contain;
}
@media (max-width: 1179px) {
  .l-header__nav-btn--estimate {
    padding: 18px;
  }
}
@media (any-hover: hover) {
  .l-header__nav-btn--estimate {
    transition: 0.5s background-color;
  }
  .l-header__nav-btn--estimate:hover {
    background-color: rgb(255, 44.2, 44.2);
  }
}
@media (min-width: 1180px) {
  .l-header__nav-btn--estimate {
    background-size: contain;
    background-position: center bottom;
    font-size: min(1.0416666667vw, 20px);
  }
}
.l-header__nav-btn--line {
  padding: 18px 24px 18px 18px;
  background: #13b026;
  font-family: "Montserrat", sans-serif;
}
.l-header__nav-btn--line {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (any-hover: hover) {
  .l-header__nav-btn--line {
    transition: 0.5s background-color;
  }
  .l-header__nav-btn--line:hover {
    background-color: rgb(22.9753846154, 212.8246153846, 45.9507692308);
  }
}
.l-header__nav-btn--line .text {
  display: flex;
  align-items: center;
}
.l-header__nav-btn--line .text span {
  margin-bottom: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
.l-header__nav-btn--line .text span {
  font-size: 15px;
  font-size: 0.9375rem;
}
.l-header__nav-btn--line .icon {
  margin-left: auto;
}

.l-header__menu-btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 80px;
  height: 80px;
  background: #ee0000;
}
@media (min-width: 1180px) {
  .l-header__menu-btn {
    display: none;
  }
}
.l-header__menu-btn .line {
  position: relative;
  width: 34px;
  height: 20px;
  margin-inline: auto;
}
.l-header__menu-btn .line > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  margin-left: -17px;
  background: #FFF;
  transition: 0.5s;
  content: "";
}
.l-header__menu-btn .line > span:nth-child(1) {
  margin-top: -10px;
}
body.is-menu-open .l-header__menu-btn .line > span:nth-child(1) {
  margin-top: 0;
  rotate: -45deg;
}
.l-header__menu-btn .line > span:nth-child(2) {
  margin-top: 10px;
}
body.is-menu-open .l-header__menu-btn .line > span:nth-child(2) {
  margin-top: 0;
  rotate: 45deg;
}

/* =========================================================
 gnav
========================================================= */
.l-gnav {
  list-style: none;
}
@media (min-width: 1180px) {
  .l-gnav {
    display: flex;
    column-gap: 1em;
    font-size: clamp(11px, 0.8235294118vw, 14px);
  }
}
@media (min-width: 1280px) {
  .l-gnav {
    column-gap: 2em;
  }
}
@media (max-width: 1179px) {
  .l-gnav > li {
    border-bottom: 1px solid rgba(50, 45, 45, 0.6);
  }
}
@media (min-width: 1180px) {
  .l-gnav > li {
    height: clamp(80px, 5.4166666667vw, 104px);
    display: flex;
    align-items: center;
  }
  .is-header--scroll .l-gnav > li {
    height: 70px;
  }
}

@media (any-hover: hover) {
  .l-gnav__link {
    transition: 0.5s color;
  }
  .l-gnav__link:hover {
    color: #ee0000 !important;
  }
}
@media (max-width: 1179px) {
  .l-gnav__link {
    display: flex;
    justify-content: space-between;
    padding: 1.1em 0;
  }
  .l-gnav__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1180px) {
  .l-gnav__link {
    display: flex;
    align-items: center;
    text-align: center;
    color: #322d2d;
  }
}
.l-gnav__link--active {
  color: #ee0000;
}

@media (max-width: 1179px) {
  .l-gnav__toggle .l-gnav__link {
    cursor: pointer;
  }
  .l-gnav__toggle .l-gnav__link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 0.8em;
    aspect-ratio: 1/1;
  }
  .l-gnav__toggle .l-gnav__link .icon::before, .l-gnav__toggle .l-gnav__link .icon::after {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #ee0000;
    content: "";
  }
  .l-gnav__toggle .l-gnav__link .icon::after {
    transform: rotate(90deg);
    transition: 0.5s;
  }
  .l-gnav__toggle .l-gnav__link.is-toggle-btn--open .icon::after {
    transform: rotate(360deg);
  }
  .l-gnav__toggle .l-gnav__link .icon {
    margin-right: 0.5em;
  }
}
@media (min-width: 1180px) {
  .l-gnav__toggle .l-gnav__link {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1180px) and (any-hover: hover) {
  .l-gnav__toggle:hover .l-gnav__link {
    color: #ee0000;
  }
  .l-gnav__toggle:hover .l-gnav__child {
    opacity: 1;
    pointer-events: initial;
  }
  .l-gnav__toggle:hover .l-gnav__child::before {
    opacity: 1;
  }
}

@media (max-width: 1179px) {
  .l-gnav__child {
    padding-inline: 0.6em;
  }
  .l-gnav__child {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.5s grid-template-rows ease, 0.5s padding ease, 0.5s border-color ease;
  }
  .l-gnav__child > * {
    overflow: hidden;
  }
  .l-gnav__child.is-toggle-contents--open {
    grid-template-rows: 1fr;
  }
  .l-gnav__child.is-toggle-contents--open {
    padding-block: 0 1.5em;
  }
}
@media (min-width: 1180px) {
  .l-gnav__child {
    position: absolute;
    z-index: 3;
    opacity: 0;
    top: clamp(80px, 5.4166666667vw, 104px);
    left: 50%;
    translate: -50%;
    width: 94%;
    max-width: 1366px;
    pointer-events: none;
    transition: 0.5s opacity, 0.5s margin;
    border-radius: 10px;
  }
  .l-gnav__child::before {
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    bottom: -100vh;
    background: rgba(0, 0, 0, 0.75);
    content: "";
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
  }
  .is-header--scroll .l-gnav__child {
    top: 70px;
  }
}

@media (min-width: 1180px) {
  .l-gnav__child-inner {
    position: relative;
    width: 100%;
    padding: min(2.0689655172vw, 30px) min(3.4482758621vw, 50px) min(3.4482758621vw, 50px);
    margin-inline: auto;
    background: #ece8e3;
    border-radius: min(1.5625vw, 30px);
  }
}

.l-gnav__child-title {
  display: flex;
  align-items: center;
  column-gap: min(1.3793103448vw, 20px);
  margin-bottom: min(1.7931034483vw, 26px);
}
.l-gnav__child-title .sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  font-size: min(1.5172413793vw, 22px);
}
.l-gnav__child-title .main {
  font-weight: 700;
  color: #ee0000;
  font-size: min(2.6206896552vw, 38px);
}
.l-gnav__child-title .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(2.4827586207vw, 36px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FFF;
  transition: 0.5s translate;
}
.l-gnav__child-title .arrow::after {
  content: "";
}
.l-gnav__child-title .arrow::after {
  aspect-ratio: 98/68;
  width: 10px;
  color: #ee0000;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.71 6.71'%3E%3Cpolyline points='6 .35 9 3.35 6 6.35' fill='none' stroke='%23000' stroke-width='.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='0' y1='3.35' x2='9' y2='3.35' stroke='%23000' stroke-width='.8' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.71 6.71'%3E%3Cpolyline points='6 .35 9 3.35 6 6.35' fill='none' stroke='%23000' stroke-width='.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='0' y1='3.35' x2='9' y2='3.35' stroke='%23000' stroke-width='.8' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media (any-hover: hover) {
  .l-gnav__child-title:hover .arrow {
    translate: 35% 0;
  }
}

.l-gnav__child-list {
  display: grid;
  gap: 1.2em;
  list-style: none;
}
@media (max-width: 1179px) {
  .l-gnav__child-list {
    margin-top: 0;
  }
  .l-gnav__child-list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1180px) {
  .l-gnav__child-list {
    grid-template-columns: repeat(4, 1fr);
    gap: min(1.6551724138vw, 24px);
    font-size: min(1.1034482759vw, 16px);
  }
}

.l-gnav__child-link {
  display: flex;
  line-height: 1.4;
}
@media (any-hover: hover) {
  .l-gnav__child-link {
    transition: 0.5s color;
  }
  .l-gnav__child-link:hover {
    color: #ee0000 !important;
  }
}
@media (max-width: 1179px) {
  .l-gnav__child-link {
    align-items: flex-start;
    column-gap: 0.6em;
  }
  .l-gnav__child-link::before {
    width: 0.6em;
    margin-top: 0.4em;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ece8e3;
    content: "";
  }
  .l-gnav__child-link .img {
    display: none;
  }
}
@media (min-width: 1180px) {
  .l-gnav__child-link {
    flex-direction: column;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
  }
  .l-gnav__child-link .c-arrow-rounded {
    transition: 0.5s translate;
  }
}
@media (min-width: 1180px) and (any-hover: hover) {
  .l-gnav__child-link:hover .c-arrow-rounded {
    translate: 35%;
  }
}
@media (min-width: 1180px) {
  .l-gnav__child-link .img {
    aspect-ratio: 8/5;
    width: 100%;
  }
  .l-gnav__child-link .img img {
    width: 100%;
  }
  .l-gnav__child-link .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1.4em;
    font-weight: 700;
  }
}
.l-gnav__child-link--active {
  color: #ee0000;
}

/* =========================================================
 main
========================================================= */
.l-main {
  position: relative;
  z-index: 2;
  overflow: clip;
  padding-top: 80px;
}
@media (min-width: 1024px) {
  .l-main {
    padding-top: clamp(80px, 5.4166666667vw, 104px);
  }
}
.l-main--home {
  padding-top: 0;
}

/* =========================================================
 container
========================================================= */
.l-container {
  width: 89.33%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-container {
    width: 94%;
    max-width: 1366px;
  }
}
.l-container--small {
  max-width: 1080px;
}
.l-container--large {
  max-width: 1728px;
}

/* =========================================================
 contact
========================================================= */
.l-contact {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .l-contact {
    margin-top: 100px;
  }
}

.l-contact__inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .l-contact__inner {
    display: flex;
  }
}

.l-contact__main {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .l-contact__main {
    flex-shrink: 0;
    width: 320px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .l-contact__main {
    width: 26.2731481481%;
  }
}

.l-contact__title {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .l-contact__title {
    margin-bottom: 28px;
  }
}

.l-contact__text {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .l-contact__text {
    font-size: clamp(14px, 1vw, 16px);
  }
}

.l-contact__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 11px;
}
@media (min-width: 1024px) {
  .l-contact__btns {
    flex: 1;
    margin-top: auto;
    padding-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .l-contact__btns {
    column-gap: min(0.5208333333vw, 10px);
  }
}
.l-contact__btns div {
  width: min(335px, 89vw);
}
@media (min-width: 1024px) {
  .l-contact__btns div {
    width: 300px;
  }
}
@media (min-width: 1600px) {
  .l-contact__btns div {
    width: min(21.7708333333vw, 418px);
  }
}
.l-contact__btns dt {
  display: flex;
  justify-content: space-between;
  width: 263px;
  margin: 0 auto 0.4em;
}
.l-contact__btns dt {
  font-size: 16px;
  font-size: 1rem;
}
.l-contact__btns dt::before, .l-contact__btns dt::after {
  height: 26px;
  width: 2px;
  border-radius: 1px;
  background: currentColor;
  content: "";
}
.l-contact__btns dt::before {
  rotate: -35deg;
}
.l-contact__btns dt::after {
  rotate: 35deg;
}

.l-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 70px;
  padding-left: 0.5em;
  border-radius: 6px;
  color: #FFF;
}
@media (min-width: 1600px) {
  .l-contact__btn {
    min-height: 100px;
  }
}
.l-contact__btn--contact {
  background: #322d2d;
}
.l-contact__btn--contact {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (any-hover: hover) {
  .l-contact__btn--contact {
    transition: 0.5s background-color;
  }
  .l-contact__btn--contact:hover {
    background-color: rgb(76.8421052632, 69.1578947368, 69.1578947368);
  }
}
@media (min-width: 1600px) {
  .l-contact__btn--contact {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.l-contact__btn--tel {
  background: #ee0000;
  font-family: "Montserrat", sans-serif;
}
.l-contact__btn--tel {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (any-hover: hover) {
  .l-contact__btn--tel {
    transition: 0.5s background-color;
  }
  .l-contact__btn--tel:hover {
    background-color: rgb(255, 44.2, 44.2);
  }
}
@media (min-width: 1600px) {
  .l-contact__btn--tel {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.l-contact__btn--line {
  background: #13b026;
  font-family: "Montserrat", sans-serif;
}
.l-contact__btn--line {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (any-hover: hover) {
  .l-contact__btn--line {
    transition: 0.5s background-color;
  }
  .l-contact__btn--line:hover {
    background-color: rgb(22.9753846154, 212.8246153846, 45.9507692308);
  }
}
@media (min-width: 1600px) {
  .l-contact__btn--line {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.l-contact__btn .icon {
  position: absolute;
  left: 18px;
  width: 34px;
  text-align: center;
}
@media (min-width: 1024px) {
  .l-contact__btn .icon {
    left: 6%;
  }
}
.l-contact__btn .icon img {
  display: block;
}

/* =========================================================
 fixed-nav
========================================================= */
.is-fixed-nav {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity;
}
.is-fixed-nav--show {
  opacity: 1;
  pointer-events: initial;
}

.l-fixed-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  position: fixed;
  right: 6px;
  bottom: 6px;
  left: 6px;
  z-index: 10;
}

.l-fixed-nav__btn {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 60px;
  border-radius: 6px;
  color: #FFF;
}
.l-fixed-nav__btn .icon {
  position: absolute;
  top: 8px;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  text-align: center;
}
.l-fixed-nav__btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-fixed-nav__btn .text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1;
}
.l-fixed-nav__btn--contact {
  background: #322d2d;
  padding-bottom: 0.3em;
  font-size: min(3.2vw, 12px);
}
@media (any-hover: hover) {
  .l-fixed-nav__btn--contact {
    transition: 0.5s background-color;
  }
  .l-fixed-nav__btn--contact:hover {
    background-color: rgb(76.8421052632, 69.1578947368, 69.1578947368);
  }
}
.l-fixed-nav__btn--contact .icon {
  width: 20px;
}
.l-fixed-nav__btn--tel {
  background: #ee0000;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0.1em;
  font-size: min(3.7333333333vw, 14px);
}
@media (any-hover: hover) {
  .l-fixed-nav__btn--tel {
    transition: 0.5s background-color;
  }
  .l-fixed-nav__btn--tel:hover {
    background-color: rgb(255, 44.2, 44.2);
  }
}
.l-fixed-nav__btn--line {
  background: #13b026;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0.1em;
  font-size: min(3.7333333333vw, 14px);
}
@media (any-hover: hover) {
  .l-fixed-nav__btn--line {
    transition: 0.5s background-color;
  }
  .l-fixed-nav__btn--line:hover {
    background-color: rgb(22.9753846154, 212.8246153846, 45.9507692308);
  }
}

/* =========================================================
 footer
========================================================= */
.l-footer {
  margin-top: 47px;
}
@media (max-width: 1023px) {
  .l-footer {
    padding-block: 33px 120px;
    background: #FFF;
    border-radius: 30px 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .l-footer {
    margin-top: 40px;
  }
}

/*
.l-footer__pagetop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: function.calc-vw(45, 1000);
    z-index: 10;
    background: var.$color-01;
    aspect-ratio: 1;
    border-radius: 50%;

    @include mixin.hover-opacity;

    &::before {
        position: absolute;
        left: 50%;
        top: 43%;
        translate: -50%;
        width: 30%;
        aspect-ratio: 1;
        border-top: 2px solid;
        border-right: 2px solid;
        color: #FFF;
        rotate: -45deg;
        content: '';
    }
}

.is-pagetop {
    @include mixin.min-medium {
        opacity: 0;
        transition: 0.5s opacity;
        pointer-events: none;

        &--show {
            opacity: 1;
            pointer-events: initial;
        }
    }
}
*/
@media (min-width: 1024px) {
  .l-footer__inner {
    margin: 40px auto 0;
    padding: min(4.6875vw, 90px) min(3.125vw, 60px) min(3.90625vw, 75px);
    border-radius: 10px;
    background: #FFF;
  }
}

@media (min-width: 1024px) {
  .l-footer__wrapper {
    display: flex;
    column-gap: min(2.9282576867vw, 40px);
    max-width: 1366px;
    margin-inline: auto;
  }
}
@media (min-width: 1600px) {
  .l-footer__wrapper {
    column-gap: min(7.8125vw, 150px);
  }
}

@media (max-width: 1023px) {
  .l-footer__main {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .l-footer__main {
    width: 400px;
  }
}

.l-footer__logo {
  width: 216px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .l-footer__logo {
    margin: 0 0 27px;
  }
}
@media (any-hover: hover) {
  .l-footer__logo a {
    transition: 0.5s opacity;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}

.l-footer__info {
  letter-spacing: normal;
  margin-inline: -0.5em;
}
.l-footer__info {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .l-footer__info {
    margin-inline: 0;
  }
  .l-footer__info {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__info dt {
  margin-bottom: 0.4em;
}

.l-footer__sns {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 335px;
  margin: 20px auto 0;
}
@media (min-width: 1024px) {
  .l-footer__sns {
    max-width: 380px;
    margin: 47px 0 0;
  }
}

.l-footer__sns-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 9px;
  min-height: 54px;
  padding: 10px 15px;
  border: 1px solid #ddd6cd;
  border-radius: 10px;
}
.l-footer__sns-btn {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (any-hover: hover) {
  .l-footer__sns-btn {
    transition: 0.5s background-color;
  }
  .l-footer__sns-btn:hover {
    background-color: rgba(236, 232, 227, 0.5);
  }
}
@media (min-width: 1024px) {
  .l-footer__sns-btn {
    min-height: 70px;
    padding: 15px 19px;
  }
  .l-footer__sns-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__sns-btn .text {
  padding-bottom: 0.1em;
}
.l-footer__sns-btn--youtube::before {
  width: 30px;
  height: 21px;
  background: url(../img/common/footer_youtube.svg) no-repeat center/contain;
  content: "";
}
.l-footer__sns-btn--instagram::before {
  width: 30px;
  height: 30px;
  background: url(../img/common/footer_instagram.svg) no-repeat center/86%;
  content: "";
}

.l-footer__nav {
  flex: 1;
  display: grid;
  gap: 2em;
  container: footer-nav/inline-size;
}
@media (max-width: 1023px) {
  .l-footer__nav {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .l-footer__nav {
    align-items: flex-start;
    grid-template-columns: auto 1fr auto;
    column-gap: min(3.3854166667vw, 65px);
  }
}

.l-footer__nav-list {
  display: grid;
  gap: 1em;
  list-style: none;
}
@media (min-width: 1024px) {
  .l-footer__nav-list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .l-footer__nav-list {
    gap: 0.8em;
  }
}
@media (min-width: 1500px) {
  .l-footer__nav-list {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .l-footer__nav-list--main {
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
@media (min-width: 1024px) {
  .l-footer__nav-list--main {
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
@media (min-width: 1280px) {
  .l-footer__nav-list--main {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.l-footer__nav-list--reforum {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: min(2.6041666667vw, 50px);
}
.l-footer__nav-list--reforum > li:nth-child(1) {
  grid-column: 1/3;
}
.l-footer__nav-list--reforum > li:nth-child(2) {
  grid-column: 1/2;
}
.l-footer__nav-list--reforum > li:nth-child(3) {
  grid-column: 2/3;
}
.l-footer__nav-list > li {
  font-weight: 700;
}

.l-footer__nav-child {
  display: grid;
  row-gap: 0.5em;
  list-style: none;
  margin-top: 1em;
  font-weight: 500;
}
.l-footer__nav-child {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1500px) {
  .l-footer__nav-child {
    margin-top: 0.6em;
  }
  .l-footer__nav-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.l-footer__nav-link {
  letter-spacing: 0.04em;
}
@media (any-hover: hover) {
  .l-footer__nav-link {
    transition: 0.5s color;
  }
  .l-footer__nav-link:hover {
    color: #ee0000 !important;
  }
}
.l-footer__nav-link--active {
  color: #ee0000;
}

.l-footer__bottom {
  display: flex;
  flex-direction: column;
  background: #322d2d;
  margin-inline: calc(50% - 50cqi);
}
@media (min-width: 1024px) {
  .l-footer__bottom {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .l-footer__map {
    width: 50%;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: 400px;
}
@media (min-width: 1024px) {
  .l-footer__map iframe {
    height: 100%;
  }
}

.l-footer__hours {
  padding: 5%;
}
@media (min-width: 1024px) {
  .l-footer__hours {
    width: 50%;
    padding: 3%;
  }
}

.l-footer__copy {
  margin-top: 45px;
  text-align: center;
}
.l-footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .l-footer__copy {
    margin-top: 0;
    padding-block: 24px;
  }
}

/* =========================================================
 article
========================================================= */
.l-article {
  display: grid;
  gap: 50px 40px;
  width: 89.33%;
  max-width: 1366px;
  margin-inline: auto;
  padding-block: 2.5rem 0;
}
@media (min-width: 1024px) {
  .l-article {
    width: 94%;
    gap: min(6.25vw, 80px);
    padding-block: 4rem 0;
  }
}
@media (min-width: 1024px) {
  .l-article:has(.l-article__sidebar) {
    grid-template-columns: 1fr min(300px, 25%);
    max-width: 1366px;
  }
}

.l-article__contents {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
body:has(.l-article__sidebar) .l-article__contents {
  width: 100%;
  margin: 0;
}

.l-article__archive-title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .l-article__archive-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.l-article__sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 521px) {
  .l-article__sidebar {
    row-gap: 50px;
  }
}
@media (any-hover: hover) {
  .l-article__sidebar a {
    transition: 0.5s opacity;
  }
  .l-article__sidebar a:hover {
    opacity: 0.7;
  }
}

.l-article__sidebar-title {
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ddd;
  color: #ffff54;
}
.l-article__sidebar-title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .l-article__sidebar-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.l-article__sidebar-entry-list {
  list-style: none;
}
.l-article__sidebar-entry-list li + li {
  margin-top: 1em;
}
.l-article__sidebar-entry-list .date {
  display: block;
  font-weight: 700;
}
.l-article__sidebar-entry-list .date {
  font-size: 15px;
  font-size: 0.9375rem;
}
.l-article__sidebar-entry-list .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (any-hover: hover) {
  .l-article__sidebar-entry-list a {
    transition: 0.5s color;
  }
  .l-article__sidebar-entry-list a:hover {
    color: #ee0000 !important;
  }
}

.l-article__sidebar-category > li {
  display: flex;
  gap: 0.2em;
}
.l-article__sidebar-category > li::before {
  content: "・";
}
.l-article__sidebar-category li + li {
  margin-top: 0.5em;
}
.l-article__sidebar-category li .children {
  margin-top: 0.5em;
}
.l-article__sidebar-category li .children li {
  display: flex;
  gap: 0.2em;
  margin-left: 1em;
}
.l-article__sidebar-category li .children li::before {
  content: "-";
}
@media (any-hover: hover) {
  .l-article__sidebar-category a {
    transition: 0.5s color;
  }
  .l-article__sidebar-category a:hover {
    color: #ee0000 !important;
  }
}

.l-article__sidebar-archive {
  position: relative;
}
.l-article__sidebar-archive {
  font-size: 16px;
  font-size: 1rem;
}
.l-article__sidebar-archive::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: #322d2d;
  height: 0.5em;
  width: 0.8em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.l-article__sidebar-archive select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 2em 0.5em 1em;
  background: #FFF;
  border-radius: 0;
  border-color: #ddd;
  color: #322d2d;
  cursor: pointer;
}

/* =========================================================
 component
========================================================= */
/* =========================================================
 utility
========================================================= */
/* テキスト
-------------------------------------- */
.u-text-left {
  text-align: left !important;
}

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

@media (min-width: 1024px) {
  .u-text-center-large {
    text-align: center !important;
  }
}

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

.u-fs-medium {
  font-size: 18px;
  font-size: 1.125rem;
}

.u-fs-large {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .u-fs-large {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.u-color-01 {
  color: #ee0000;
}

.u-color-02 {
  color: #322d2d;
}

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

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

/* 表示・非表示
----------------------------------------------- */
.u-hidden {
  display: none !important;
}

@media (min-width: 375px) {
  .u-hidden-xSmall {
    display: none !important;
  }
}

@media (min-width: 521px) {
  .u-hidden-small {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-medium {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hidden-large {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .u-hidden-xLarge {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .u-hidden-xxLarge {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .u-visible-small {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-visible-medium {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .u-visible-large {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .u-visible-xLarge {
    display: none !important;
  }
}

@media (max-width: 1919px) {
  .u-visible-xxLarge {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .u-visible-small-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-visible-small-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-visible-medium-only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .u-visible-medium-only {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .u-visible-large-only {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .u-visible-large-only {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .u-visible-xLarge-only {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .u-visible-xLarge-only {
    display: none !important;
  }
}

/* 表示・非表示（ハンバーガー関係）
----------------------------------------------- */
@media (min-width: 1180px) {
  .u-visible-hamburger {
    display: none !important;
  }
}

@media (max-width: 1179px) {
  .u-hidden-hamburger {
    display: none !important;
  }
}

/* マージン調整
-------------------------------------- */
.u-mt-xSmall {
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .u-mt-xSmall {
    margin-top: 1rem;
  }
}

.u-mt-small {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .u-mt-small {
    margin-top: 2rem;
  }
}

.u-mt-medium {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .u-mt-medium {
    margin-top: 3rem;
  }
}

.u-mt-large {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .u-mt-large {
    margin-top: 4rem;
  }
}

.u-mt-xLarge {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .u-mt-xLarge {
    margin-top: 5rem;
  }
}

.u-mt-xxLarge {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .u-mt-xxLarge {
    margin-top: 6rem;
  }
}

.u-mb-xSmall {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .u-mb-xSmall {
    margin-bottom: 1rem;
  }
}

.u-mb-small {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .u-mb-small {
    margin-bottom: 2rem;
  }
}

.u-mb-medium {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .u-mb-medium {
    margin-bottom: 3rem;
  }
}

.u-mb-large {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .u-mb-large {
    margin-bottom: 4rem;
  }
}

.u-mb-xLarge {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .u-mb-xLarge {
    margin-bottom: 5rem;
  }
}

.u-mb-xxLarge {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .u-mb-xxLarge {
    margin-bottom: 6rem;
  }
}

.u-pt-xSmall {
  padding-top: 0.5rem;
}
@media (min-width: 1024px) {
  .u-pt-xSmall {
    padding-top: 1rem;
  }
}

.u-pt-small {
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .u-pt-small {
    padding-top: 2rem;
  }
}

.u-pt-medium {
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .u-pt-medium {
    padding-top: 3rem;
  }
}

.u-pt-large {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .u-pt-large {
    padding-top: 4rem;
  }
}

.u-pt-xLarge {
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  .u-pt-xLarge {
    padding-top: 5rem;
  }
}

.u-pt-xxLarge {
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .u-pt-xxLarge {
    padding-top: 6rem;
  }
}

.u-pt-xSmall {
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .u-pt-xSmall {
    padding-bottom: 1rem;
  }
}

.u-pb-small {
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .u-pb-small {
    padding-bottom: 2rem;
  }
}

.u-pb-medium {
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .u-pb-medium {
    padding-bottom: 3rem;
  }
}

.u-pb-large {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .u-pb-large {
    padding-bottom: 4rem;
  }
}

.u-pb-xLarge {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .u-pb-xLarge {
    padding-bottom: 5rem;
  }
}

.u-pb-xxLarge {
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .u-pb-xxLarge {
    padding-bottom: 6rem;
  }
}

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

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-section-mt {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .u-section-mt {
    margin-top: 80px;
  }
}

.u-section-mb {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .u-section-mb {
    margin-bottom: 80px;
  }
}

/* 寄せ
-------------------------------------- */
.u-align-left {
  margin-right: auto;
}

.u-align-right {
  margin-left: auto;
}

.u-align-center {
  margin-inline: auto;
}

/* 背景カラー
-------------------------------------- */
.u-bg-color-01 {
  background: #ece8e3;
}

.u-bg-color-02 {
  background: #ece8e3;
}

/* 明度変更
-------------------------------------- */
.u-brightness-105 {
  filter: brightness(105%);
}

.u-brightness-110 {
  filter: brightness(110%);
}

/* アニメーション
-------------------------------------- */
/* 上から */
.is-animation--fadedown {
  opacity: 0;
}
.is-animation--fadedown.is-animation--done {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

/* 下から */
.is-animation--fadeup {
  opacity: 0;
}
.is-animation--fadeup.is-animation--done {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* =========================================================
 component
========================================================= */
/* 下層kv
-------------------------------------- */
.c-sub-mv {
  position: relative;
}

.c-sub-mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  height: 240px;
}
@media (min-width: 1024px) {
  .c-sub-mv__inner {
    height: 346px;
  }
}

.c-sub-mv__subtitle {
  margin-bottom: -0.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}
.c-sub-mv__subtitle {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .c-sub-mv__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-sub-mv__title {
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #ee0000;
  font-size: min(7.4666666667vw, 28px);
}
@media (min-width: 1024px) {
  .c-sub-mv__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c-sub-mv__bg {
  position: absolute;
  inset: 0;
}
.c-sub-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-sub-mv__bg img {
  border-radius: 0 0 27px 27px;
}
@media (min-width: 1024px) {
  .c-sub-mv__bg img {
    border-radius: 0 0 min(3.125vw, 60px) min(3.125vw, 60px);
  }
}

/* breadcrumb
-------------------------------------- */
.c-breadcrumb {
  margin-top: 1em;
  line-height: 1.375;
}
.c-breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-breadcrumb .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 0.4em;
}
.c-breadcrumb .aioseo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 0.4em;
}
@media (any-hover: hover) {
  .c-breadcrumb a {
    transition: 0.5s color;
  }
  .c-breadcrumb a:hover {
    color: #ee0000 !important;
  }
}

/* post-head
-------------------------------------- */
.c-post-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1em 1.5em;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-post-head {
    margin-bottom: 3rem;
  }
}

.c-post-head__title {
  width: 100%;
  font-weight: 700;
}
.c-post-head__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .c-post-head__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-post-head__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  letter-spacing: normal;
  text-align: center;
}
.c-post-head__category {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .c-post-head__category {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-post-head__category a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #ee0000;
  border-radius: 6px;
  padding: 0.1em 1em 0.2em;
  transition: 0.5s color, 0.5s background-color;
}
@media (any-hover: hover) {
  .c-post-head__category a:hover {
    background: #ee0000;
    color: #FFF;
  }
}

/* post-body
-------------------------------------- */
.c-post-body {
  line-height: 1.9;
}
.c-post-body h2:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  position: relative;
  padding: 0 0.4em 0.6em;
  border-bottom: 1px solid #ACACAC;
}
.c-post-body h2:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .c-post-body h2:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-post-body h2:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06)::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(25vw, 10em);
  height: 1px;
  background: #ee0000;
  content: "";
}
.c-post-body h3:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  position: relative;
  padding: 0.2em 0 0.2em 1em;
}
.c-post-body h3:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .c-post-body h3:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-post-body h3:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #ee0000;
  content: "";
}
.c-post-body h4:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .c-post-body h4:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-post-body h5:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  .c-post-body h5:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.c-post-body a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: #036ea9;
}
.c-post-body .wp-block-file__button {
  padding: 0.4em 1em;
  background: #ee0000;
  color: #FFF;
}
.c-post-body > * + * {
  margin-top: 1.5em;
}
.c-post-body p strong {
  color: #ee0000;
}
.c-post-body * + h2,
.c-post-body * + h3,
.c-post-body * + h4,
.c-post-body * + h5,
.c-post-body * + h6 {
  margin-top: 2em;
}
.c-post-body ul li {
  display: flex;
  position: relative;
  line-height: 1.7;
}
.c-post-body li + li {
  margin-top: 0.3em;
}
.c-post-body ul:not(.blocks-gallery-grid) {
  padding-left: 1.2em;
}
.c-post-body ul:not(.blocks-gallery-grid) li {
  display: list-item;
  /*
  padding-left: 1em;

  &:before {
      position: absolute;
      left: 0;
      content: '・';
  }*/
}
.c-post-body ul.nomarker li {
  padding-left: 0;
}
.c-post-body ul.nomarker li::before {
  display: none;
}
.c-post-body ol {
  padding-left: 1.5em;
}
.c-post-body iframe {
  max-width: 100%;
}
.c-post-body pre {
  white-space: pre-wrap;
}
.c-post-body .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.c-post-body .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.c-post-body .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.c-post-body figure figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 85%;
}
.c-post-body .wp-block-button__link {
  padding-block: 0.6em;
  background: #ee0000;
}
@media (any-hover: hover) {
  .c-post-body .wp-block-button__link {
    transition: 0.5s opacity;
  }
  .c-post-body .wp-block-button__link:hover {
    opacity: 0.7;
  }
}
.c-post-body .wp-block-columns > * > * + * {
  margin-top: 1.5em;
}
.c-post-body .wp-block-group__inner-container > * + * {
  margin-top: 1.5em;
}
.c-post-body .wp-block-flexible-table-block-table tr th, .c-post-body .wp-block-flexible-table-block-table tr td {
  border: 1px solid #b9ad9e !important;
}
.c-post-body .wp-block-flexible-table-block-table tr th {
  background: #ee0000 !important;
  color: #FFF;
}
/* news-list
-------------------------------------- */
.c-news-list {
  list-style: none;
}

.c-news-list__item {
  border-radius: 10px;
  background: #FFF;
}
@media (min-width: 1024px) {
  .c-news-list__item {
    border-radius: 16px;
  }
}
.c-news-list__item + .c-news-list__item {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .c-news-list__item + .c-news-list__item {
    margin-top: 20px;
  }
}
.c-news-list__item .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1em;
  padding: 12px;
}
.c-news-list__item .link {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (any-hover: hover) {
  .c-news-list__item .link {
    transition: 0.5s color;
  }
  .c-news-list__item .link:hover {
    color: #ee0000 !important;
  }
}
.c-news-list__item .link .c-arrow-rounded {
  transition: 0.5s translate;
}
@media (any-hover: hover) {
  .c-news-list__item .link:hover .c-arrow-rounded {
    translate: 35%;
  }
}
@media (min-width: 768px) {
  .c-news-list__item .link {
    column-gap: 20px;
    padding: 18px;
  }
  .c-news-list__item .link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .c-news-list__item .link {
    column-gap: 26px;
    padding: 26px;
  }
}
.c-news-list__item .img {
  width: min(37.3333333333vw, 140px);
  border-radius: 6px;
  aspect-ratio: 280/160;
}
@media (min-width: 768px) {
  .c-news-list__item .img {
    width: min(27.6134122288%, 280px);
    border-radius: 10px;
  }
}
.c-news-list__item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-news-list__item .body {
  flex: 1;
  display: flex;
  row-gap: 0.5em;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .c-news-list__item .body {
    row-gap: 0.8em;
    padding-right: 70px;
  }
}
.c-news-list__item .date {
  min-width: 6.5em;
}
@media (min-width: 1024px) {
  .c-news-list__item .date {
    min-width: 7em;
  }
}
.c-news-list__item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  margin-top: 0.2em;
}
.c-news-list__item .category {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-news-list__item .category-label {
  padding: 0.06em 0.8em 0.1em;
  border-radius: 6px;
  background: #ece8e3;
}
@media (min-width: 768px) {
  .c-news-list__item .category-label {
    padding: 0.3em 1.6em 0.4em;
  }
}
.c-news-list__item .title {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: 0.5em;
  line-height: inherit;
  transition: 0.5s color;
}
.c-news-list__item .title {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .c-news-list__item .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-news-list__item .title > span {
  display: block;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-news-list__item .title > span {
    -webkit-line-clamp: 1;
  }
}
.c-news-list__item .c-arrow-rounded {
  position: absolute;
  right: 20px;
}

/* news-nav
-------------------------------------- */
.c-news-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.6em;
  margin-bottom: 30px;
}
.c-news-nav {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .c-news-nav {
    margin-bottom: 40px;
  }
  .c-news-nav {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-news-nav__btn {
  padding: 0.3em 1em 0.4em;
  border-radius: 6px;
  background: #FFF;
  transition: 0.5s background-color, 0.5s color;
}
@media (min-width: 768px) {
  .c-news-nav__btn {
    padding-inline: 1.6em;
  }
}
@media (any-hover: hover) {
  .c-news-nav__btn:hover {
    background: #ee0000;
    color: #FFF;
  }
}
.c-news-nav__btn--active {
  background: #ee0000;
  color: #FFF;
}

/* pager
-------------------------------------- */
.c-pager {
  display: grid;
  grid-template-areas: "prev next" "back back";
  justify-content: space-between;
  max-width: 1340px;
  gap: 20px;
}
@media (min-width: 1280px) {
  .c-pager {
    grid-template-columns: 0.5fr 1fr 0.5fr;
    grid-template-areas: "prev back next";
  }
}
@media (min-width: 1280px) {
  .l-container:has(.l-article__sidebar) .c-pager {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    grid-template-areas: "prev next" "back back";
  }
}

.c-pager__prev {
  grid-area: prev;
  margin-right: auto;
  margin-block: auto;
}
.c-pager__prev a {
  display: inline-flex;
  align-items: center;
  column-gap: 0.6em;
  transition: 0.5s color;
  flex-direction: row-reverse;
}
.c-pager__prev a::after {
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 1.3em;
  background-color: #ee0000; /* ←ここで色変更 */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM7.29297 6.70703L10.4141 9.82812L7.29297 12.9492L8.70703 14.3643L13.2422 9.82812L8.70703 5.29297L7.29297 6.70703Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM7.29297 6.70703L10.4141 9.82812L7.29297 12.9492L8.70703 14.3643L13.2422 9.82812L8.70703 5.29297L7.29297 6.70703Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  content: "";
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-pager__prev a:hover {
    color: #ee0000;
  }
}

.c-pager__next {
  grid-area: next;
  margin-left: auto;
  margin-block: auto;
  text-align: right;
}
.c-pager__next a {
  display: inline-flex;
  align-items: center;
  column-gap: 0.6em;
  transition: 0.5s color;
}
.c-pager__next a::after {
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 1.3em;
  background-color: #ee0000; /* ←ここで色変更 */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM7.29297 6.70703L10.4141 9.82812L7.29297 12.9492L8.70703 14.3643L13.2422 9.82812L8.70703 5.29297L7.29297 6.70703Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM7.29297 6.70703L10.4141 9.82812L7.29297 12.9492L8.70703 14.3643L13.2422 9.82812L8.70703 5.29297L7.29297 6.70703Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  content: "";
}
@media (any-hover: hover) {
  .c-pager__next a:hover {
    color: #ee0000;
  }
}

.c-pager__back {
  grid-area: back;
  text-align: center;
}
.c-pager__back a {
  margin-inline: auto;
}

/* pagination 
-------------------------------------- */
.c-pagination:has(.nav-links) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .c-pagination:has(.nav-links) {
    margin-top: 60px;
  }
}
.c-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 1em;
  font-weight: 700;
}
.c-pagination .nav-links a {
  display: flex;
  min-width: 2em;
  min-height: 2em;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 50%;
}
@media (any-hover: hover) {
  .c-pagination .nav-links a {
    transition: 0.5s color;
  }
  .c-pagination .nav-links a:hover {
    color: #ee0000 !important;
  }
}
.c-pagination .nav-links > .current {
  display: flex;
  width: 2em;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  background: #ee0000;
  border-radius: 50%;
  color: #FFF !important;
}

/* img
-------------------------------------- */
.c-img {
  position: relative;
  overflow: hidden;
}
.c-img img {
  width: 100%;
}
.c-img--hover-zoom {
  position: relative;
  overflow: hidden;
}
@media (any-hover: hover) {
  .c-img--hover-zoom a:hover img {
    transform: scale(1.08);
  }
}
.c-img--hover-zoom img {
  transition: 0.5s transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-img--rounded img {
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .c-img--rounded img {
    border-radius: 10px;
  }
}

@media (any-hover: hover) {
  a:hover .c-img--hover-zoom img {
    transform: scale(1.08);
  }
}
.c-sharpImg img {
  image-rendering: -webkit-optimize-contrast;
}

/* heading
-------------------------------------- */
.c-heading-01 {
  display: flex;
  flex-direction: column;
}
.c-heading-01 .sub {
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  font-weight: 600;
  line-height: 1.1;
}
.c-heading-01 .sub {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .c-heading-01 .sub {
    font-size: min(5.5172413793vw, 80px);
  }
}
.c-heading-01 .main {
  display: flex;
  align-items: center;
  width: fit-content;
  column-gap: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-heading-01 .main {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .c-heading-01 .main {
    column-gap: 14px;
  }
  .c-heading-01 .main {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-heading-01 .main::before {
  flex-shrink: 0;
  width: 12px;
  height: 1px;
  margin-top: 0.1em;
  background: currentColor;
  content: "";
}
@media (min-width: 1024px) {
  .c-heading-01 .main::before {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-heading-01--center {
  align-items: center;
}
.c-heading-01--center .main {
  flex-direction: column-reverse;
  row-gap: 1em;
}
@media (min-width: 1024px) {
  .c-heading-01--center .main {
    row-gap: 22px;
  }
}

.c-heading-02 {
  position: relative;
  padding-left: 0.4em;
  line-height: 1.25;
  padding-bottom: 0.1em;
}
.c-heading-02 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .c-heading-02 {
    padding-left: 18px;
    font-size: clamp(30px, 2.0833333333vw, 40px);
  }
}
.c-heading-02::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  bottom: 0.05em;
  width: 3px;
  background: currentColor;
  content: "";
}
@media (min-width: 1024px) {
  .c-heading-02::before {
    width: 6px;
  }
}

.c-heading-03 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .c-heading-03 {
    font-size: clamp(26px, 2.6206896552vw, 38px);
  }
}

.c-heading-04 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .c-heading-04 {
    font-size: clamp(23px, 2.0689655172vw, 30px);
  }
}

.c-list > li {
  position: relative;
  padding-left: 1em;
}
.c-list > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.c-list ul {
  margin-top: 0.3em;
}
.c-list--disc {
  list-style: none;
}
.c-list--disc > li {
  position: relative;
  padding-left: 1.2em;
}
.c-list--disc > li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
.c-list--square > li {
  display: flex;
  gap: 0.3em;
}
.c-list--square > li::before {
  color: #ee0000;
  content: "■";
}

/* title
-------------------------------------- */
/* lead
-------------------------------------- */
/* btn
-------------------------------------- */
.c-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 22px;
  position: relative;
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  padding: 0.4em 22px 0.4em 20px;
  border-radius: 50px;
  background: #FFF;
  color: #322d2d;
  transition: 0.5s background-color, 0.5s color;
}
.c-primary-btn {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-primary-btn::after {
  transition: 0.5s translate;
}
@media (any-hover: hover) {
  .c-primary-btn:hover::after {
    translate: 50%;
  }
}
@media (any-hover: hover) {
  .c-primary-btn:hover::after {
    color: #FFF;
  }
}
@media (min-width: 1024px) {
  .c-primary-btn {
    width: auto;
    min-width: 290px;
    max-width: 100%;
    min-height: 60px;
    padding-inline: 31px 24px;
  }
  .c-primary-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-primary-btn::after {
  content: "";
}
.c-primary-btn::after {
  aspect-ratio: 98/68;
  width: 10px;
  color: #ee0000;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.71 6.71'%3E%3Cpolyline points='6 .35 9 3.35 6 6.35' fill='none' stroke='%23000' stroke-width='.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='0' y1='3.35' x2='9' y2='3.35' stroke='%23000' stroke-width='.8' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.71 6.71'%3E%3Cpolyline points='6 .35 9 3.35 6 6.35' fill='none' stroke='%23000' stroke-width='.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='0' y1='3.35' x2='9' y2='3.35' stroke='%23000' stroke-width='.8' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media (any-hover: hover) {
  .c-primary-btn:hover {
    background: #ee0000;
    color: #FFF;
  }
}

.c-secondary-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 11px;
  font-weight: 600;
  letter-spacing: normal;
  font-family: "Montserrat", sans-serif;
}
.c-secondary-btn {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .c-secondary-btn {
    transition: 0.5s color;
  }
  .c-secondary-btn:hover {
    color: #ee0000 !important;
  }
}
@media (min-width: 1024px) {
  .c-secondary-btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-secondary-btn .c-arrow-rounded {
  margin-bottom: 0.1em;
}

.c-tertiary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 22px;
  position: relative;
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  padding: 0.4em 22px 0.4em 20px;
  border-radius: 50px;
  background: #ee0000;
  color: #FFF;
  transition: 0.5s background-color, 0.5s color;
}
.c-tertiary-btn {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-tertiary-btn .c-arrow-rounded {
  transition: 0.5s translate;
}
@media (any-hover: hover) {
  .c-tertiary-btn:hover .c-arrow-rounded {
    translate: 35%;
  }
}
@media (min-width: 1024px) {
  .c-tertiary-btn {
    width: auto;
    min-width: 330px;
    max-width: 100%;
    min-height: 60px;
    padding-inline: 31px 24px;
  }
  .c-tertiary-btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* link
-------------------------------------- */
.c-link--color {
  color: #036ea9;
}
@media (any-hover: hover) {
  .c-link--color {
    transition: 0.5s opacity;
  }
  .c-link--color:hover {
    opacity: 0.7;
  }
}
.c-link--external {
  display: inline-flex !important;
  align-items: center;
  gap: 0.8em;
}
.c-link--external::after {
  aspect-ratio: 17/15;
  width: 17px;
  content: "";
}
@media (min-width: 768px) {
  .c-link--tel {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.c-link--underline {
  border-bottom: 1px solid;
  transition: 0.5s border;
}
@media (any-hover: hover) {
  .c-link--underline:hover {
    border-bottom-color: transparent;
  }
}

/* table-list
-------------------------------------- */
.c-table-list > div {
  display: flex;
}
.c-table-list--cell {
  border-top: #ddd 1px solid;
}
.c-table-list--cell > div {
  border-bottom: #ddd 1px solid;
}
@media (max-width: 767px) {
  .c-table-list--cell > div {
    flex-direction: column;
  }
}
.c-table-list--cell dt {
  display: flex;
  width: 100%;
  padding: 0.8em 0.6em;
  background: #ece8e3;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-table-list--cell dt {
    width: 30%;
    min-width: 180px;
    padding: 1em;
  }
}
.c-table-list--cell dd {
  flex: 1;
  padding: 0.8em 0.6em;
}
@media (min-width: 768px) {
  .c-table-list--cell dd {
    padding: 1em;
  }
}
.c-table-list--border {
  margin-right: auto;
  margin-left: auto;
}
.c-table-list--border > div {
  border-bottom: 1px solid #cdcece;
}
@media (max-width: 767px) {
  .c-table-list--border > div {
    padding-block: 1em;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .c-table-list--border > div {
    gap: clamp(20px, 2.8571428571vw, 40px);
  }
}
.c-table-list--border dt {
  position: relative;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-table-list--border dt {
    margin-bottom: 0.3em;
    color: #ee0000;
  }
}
@media (min-width: 768px) {
  .c-table-list--border dt {
    display: flex;
    width: clamp(220px, 30%, 350px);
    padding-block: 1.7em;
    padding-inline: 1.35em;
  }
}
@media (min-width: 768px) {
  .c-table-list--border dd {
    flex: 1;
    padding-block: 1.7em;
  }
}

/* arrow-rounded
-------------------------------------- */
.c-arrow-rounded {
  flex-shrink: 0;
  width: 38px;
  aspect-ratio: 38/20;
  background: url(../img/common/arrow_rounded.svg) no-repeat center/contain;
}
.c-arrow-rounded--white {
  background-image: url(../img/common/arrow_rounded_white.svg);
}

/* text
-------------------------------------- */
@media (min-width: 1024px) {
  .c-text {
    line-height: 2.5;
  }
}

/* section
-------------------------------------- */
.c-rounded-section {
  position: relative;
  z-index: 2;
  border-radius: 27px;
}
@media (min-width: 1024px) {
  .c-rounded-section {
    border-radius: min(3.125vw, 60px);
  }
}
.c-rounded-section--01 {
  background: #ece8e3;
}
.c-rounded-section--02 {
  background: #b9ad9e;
}
.c-rounded-section--white {
  background: #FFF;
}
.c-rounded-section:last-child {
  margin-block-end: 0;
}

/* menu-head
-------------------------------------- */
.c-menu-head {
  display: grid;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .c-menu-head {
    align-items: flex-start;
    grid-template-areas: "title lead" "title text";
    grid-template-rows: auto 1fr;
    grid-template-columns: clamp(240px, 16.1458333333vw, 310px) 1fr;
    margin-bottom: 40px;
  }
  .c-menu-head:has(.more) {
    grid-template-areas: "title lead more" "title text more";
    grid-template-columns: clamp(240px, 16.1458333333vw, 310px) 1fr auto;
  }
}
.c-menu-head::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.c-menu-head--house::before {
  top: -30px;
  right: -4vw;
  aspect-ratio: 232/108;
  width: 232px;
  background-image: url(../img/home/menu_house_script.svg);
}
@media (min-width: 1024px) {
  .c-menu-head--house::before {
    top: 50%;
    right: 0;
    width: min(26.40625vw, 507px);
    translate: 0 -56%;
  }
}
@media (min-width: 1024px) {
  .c-menu-head--house:has(.more)::before {
    right: 260px;
  }
}
.c-menu-head--house02::before {
  top: -30px;
  right: -4vw;
  aspect-ratio: 232/108;
  width: 232px;
  background-image: url(../img/detached-house/price_script.svg);
}
@media (min-width: 1024px) {
  .c-menu-head--house02::before {
    top: auto;
    bottom: 16px;
    right: 0;
    width: min(26.40625vw, 507px);
  }
}
.c-menu-head--apartment::before {
  top: -27px;
  right: -4vw;
  aspect-ratio: 228/105;
  width: 228px;
  background-image: url(../img/home/menu_apartment_script.svg);
}
@media (min-width: 1024px) {
  .c-menu-head--apartment::before {
    top: 50%;
    right: 0;
    width: min(25.9375vw, 498px);
    translate: 0 -56%;
  }
}
@media (min-width: 1024px) {
  .c-menu-head--apartment:has(.more)::before {
    right: 260px;
  }
}
.c-menu-head--apartment02::before {
  top: -30px;
  right: -4vw;
  aspect-ratio: 498/231;
  width: 200px;
  background-image: url(../img/apartment/price_script.svg);
}
@media (min-width: 1024px) {
  .c-menu-head--apartment02::before {
    top: auto;
    bottom: 2px;
    right: 0;
    width: min(25.9375vw, 498px);
  }
}
.c-menu-head .title {
  margin-bottom: 0.3em;
}
@media (min-width: 1024px) {
  .c-menu-head .title {
    grid-area: title;
  }
}
.c-menu-head .lead {
  position: relative;
  margin-bottom: 0.3em;
  line-height: 1.6;
  font-weight: 700;
}
.c-menu-head .lead {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .c-menu-head .lead {
    grid-area: lead;
    margin-bottom: 0.5em;
    font-size: min(2.0338983051vw, 24px);
  }
}
.c-menu-head .text {
  position: relative;
  font-weight: 700;
  letter-spacing: normal;
}
.c-menu-head .text {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .c-menu-head .text {
    grid-area: text;
    font-size: clamp(14px, 1.3559322034vw, 16px);
  }
}
@media (min-width: 1024px) {
  .c-menu-head .more {
    grid-area: more;
    margin-left: 16px;
  }
}

/* menu-list
-------------------------------------- */
.c-menu-list {
  display: grid;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .c-menu-list {
    gap: 36px clamp(20px, 2.34375vw, 30px);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .c-menu-list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .c-menu-list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* menu-item
-------------------------------------- */
.c-menu-item__link {
  display: block;
  position: relative;
}
.c-menu-item__link .c-arrow-rounded {
  transition: 0.5s translate;
}
@media (any-hover: hover) {
  .c-menu-item__link:hover .c-arrow-rounded {
    translate: 35%;
  }
}

.c-menu-item__img {
  aspect-ratio: 335/150;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-menu-list--col3 .c-menu-item__img {
    aspect-ratio: 556/290;
  }
}
@media (min-width: 768px) {
  .c-menu-list--col4 .c-menu-item__img {
    aspect-ratio: 556/290;
  }
}
@media (min-width: 1280px) {
  .c-menu-list--col4 .c-menu-item__img {
    aspect-ratio: 408/290;
  }
}
.c-menu-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-menu-item__body {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -20px;
  right: 10px;
  left: 10px;
  min-height: 76px;
  padding-block: 10px;
  background: #FFF;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .c-menu-item__body {
    left: -9px;
    bottom: -9px;
    right: auto;
  }
}
@media (min-width: 1280px) {
  .c-menu-item__body {
    min-height: 95px;
  }
}
@media (min-width: 768px) {
  .c-menu-list--col3 .c-menu-item__body {
    width: 92.8057553957%;
  }
}
@media (min-width: 768px) {
  .c-menu-list--col4 .c-menu-item__body {
    width: 87.7450980392%;
  }
}
.c-menu-item__body .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-height: 56px;
  border-right: 1px solid #d2c8bc;
  text-align: center;
  letter-spacing: normal;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: min(5.3333333333vw, 20px);
}
@media (min-width: 768px) {
  .c-menu-item__body .number {
    font-size: clamp(20px, 1.875vw, 36px);
  }
}
@media (min-width: 1280px) {
  .c-menu-item__body .number {
    width: 2.612em;
  }
}
.c-menu-item__body .title {
  flex: 1;
  padding-inline: 15px 0.5em;
  line-height: 1.5;
  font-weight: 700;
  font-size: min(4.2666666667vw, 16px);
}
@media (min-width: 768px) {
  .c-menu-item__body .title {
    font-size: clamp(16px, 1.0416666667vw, 20px);
  }
}
@media (min-width: 1280px) {
  .c-menu-item__body .title {
    padding-inline: 1.1em;
  }
}
.c-menu-item__body .title:has(.price) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-menu-item__body .price {
  line-height: 1;
  color: #ee0000;
  font-weight: 900;
  font-size: min(3.7333333333vw, 14px);
}
@media (max-width: 1023px) {
  .c-menu-item__body .price {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-menu-item__body .price {
    font-size: clamp(12px, 0.8333333333vw, 16px);
  }
}
@media (min-width: 1280px) {
  .c-menu-item__body .price {
    flex: 1;
    text-align: right;
  }
}
.c-menu-item__body .price span {
  position: relative;
  bottom: -0.05em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  font-size: min(8vw, 30px);
}
@media (min-width: 768px) {
  .c-menu-item__body .price span {
    font-size: clamp(30px, 2.6041666667vw, 50px);
  }
}
.c-menu-item__body .c-arrow-rounded {
  margin-inline: auto -5px;
}
@media (min-width: 768px) {
  .c-menu-item__body .c-arrow-rounded {
    margin-inline-end: -8px;
  }
}

/* works-item
-------------------------------------- */
.c-works-item {
  height: auto !important;
}

.c-works-item__link {
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
  box-shadow: rgba(50, 45, 45, 0.3) 0.3em 0.3em 0.3em;
}

.c-works-item__img {
  aspect-ratio: 422/450;
}
.c-works-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-works-item__body {
  padding: 15px 20px 19px;
}
@media (min-width: 1280px) {
  .c-works-item__body {
    padding-block: 25px 22px;
  }
}
.c-works-item__body .title {
  margin-bottom: 0.5em;
}
.c-works-item__body .title {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .c-works-item__body .title {
    margin-bottom: 0.7em;
  }
  .c-works-item__body .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-works-item__body .info {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .c-works-item__body .info {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-works-item__body .info > div {
  display: flex;
}
.c-works-item__body .info > div + div {
  margin-top: 0.8em;
}
.c-works-item__body .info dt {
  width: 5.5em;
  font-weight: 700;
}
.c-works-item__body .info dd {
  flex: 1;
}
.c-works-item__body .info .c-works-categories {
  margin-top: -0.2em;
}

/* works-categories
-------------------------------------- */
.c-works-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5px;
  list-style: none;
}

.c-works-categories__item {
  display: flex;
  padding: 0.3em 1.2em 0.4em;
  background: #b3a595;
  border-radius: 2em;
  text-align: center;
  color: #FFF;
  font-weight: 700;
}
.c-works-categories__item--active {
  background: #ee0000;
}

@media (any-hover: hover) {
  a.c-works-categories__item {
    transition: 0.5s background-color;
  }
  a.c-works-categories__item:hover {
    background-color: #ee0000;
  }
}

/* voice-item
-------------------------------------- */
.c-voice-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-voice-item__img {
  border-radius: 6px;
  aspect-ratio: 800/610;
}
.c-voice-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-voice-item__body {
  flex: 1;
  position: relative;
  margin: -38px 10px 0;
  padding: 20px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: rgba(50, 45, 45, 0.3) 0.3em 0.3em 0.3em;
}
.c-voice-item__body .date {
  margin-block: -0.2em 0.4em;
}
.c-voice-item__body .date {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 1280px) {
  .c-voice-item__body .date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-voice-item__body .info {
  width: fit-content;
  margin-bottom: 0.4em;
  padding: 0.16em 1.5em 0.26em;
  border-radius: 2em;
  background: #b3a595;
  color: #FFF;
}
.c-voice-item__body .title {
  font-size: 20px;
  font-size: 1.25rem;
}
.c-voice-item__body .text {
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* lead-section
-------------------------------------- */
.c-lead-section {
  padding-block: 35px 60px;
}
@media (min-width: 1024px) {
  .c-lead-section {
    padding-block: 95px 120px;
  }
}

.c-lead-section__inner {
  display: flex;
}
@media (max-width: 767px) {
  .c-lead-section__inner {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  .c-lead-section__inner {
    align-items: center;
    column-gap: min(4.5517241379vw, 66px);
  }
}

.c-lead-section__body {
  flex: 1;
}
.c-lead-section__body .title {
  margin-bottom: 1em;
}
.c-lead-section__body .title + .lead {
  margin-top: 2em;
}
.c-lead-section__body .lead {
  margin-bottom: 0.8em;
}

@media (max-width: 767px) {
  .c-lead-section__img {
    aspect-ratio: 1;
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .c-lead-section__img {
    width: 36.6032210835%;
  }
}
.c-lead-section__img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* before-after
-------------------------------------- */
.c-before-after {
  display: grid;
  gap: 25px;
}
@media (min-width: 768px) {
  .c-before-after {
    grid-template-columns: 1fr 1fr;
  }
}

.c-before-after__img {
  position: relative;
}
.c-before-after__img .label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  color: #FFF;
}
@media (min-width: 1024px) {
  .c-before-after__img .label {
    width: 70px;
  }
}
.c-before-after__img .inner {
  aspect-ratio: 8/5;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(236, 232, 227, 0.5);
  background: rgb(238.85, 238.65, 238.4);
}
@media (min-width: 1024px) {
  .c-before-after__img .inner {
    border-radius: 10px;
  }
}
.c-before-after__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-before-after__img--before {
  z-index: 2;
}
.c-before-after__img--before::after {
  position: absolute;
  width: 38px;
  height: 66px;
  background: url(../img/common/ba_arrow.svg) no-repeat left center/contain;
  content: "";
}
@media (max-width: 767px) {
  .c-before-after__img--before::after {
    left: 50%;
    bottom: 0;
    translate: -50% 51px;
    rotate: 90deg;
  }
}
@media (min-width: 768px) {
  .c-before-after__img--before::after {
    top: calc(50% - 33px);
    left: 100%;
  }
}
.c-before-after__img--before .label {
  background: #755c3f;
}
.c-before-after__img--before .label {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .c-before-after__img--before .label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-before-after__img--after .label {
  background: #ee0000;
}
.c-before-after__img--after .label {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  .c-before-after__img--after .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* scroll-target
-------------------------------------- */
.c-scroll-target {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
@media (min-width: 1180px) {
  .c-scroll-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

/* =========================================================
 project
========================================================= */
/* =========================================================
 form
========================================================= */
/* section
-------------------------------------- */
.p-form-section .wpcf7-response-output {
  padding: 1em !important;
}
.p-form-section form.validating .wpcf7-response-output:empty {
  display: none;
}
.p-form-section form.invalid .wpcf7-response-output,
.p-form-section form.unaccepted .wpcf7-response-output {
  text-align: center;
  border-color: #d62902 !important;
  color: #d62902;
}

.p-form-section__inner {
  max-width: 1080px;
}
.p-form-section__title {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
}
.p-form-section__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .p-form-section__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-form-section__lead .title {
  margin-bottom: 0.6em;
  text-align: center;
}
.p-form-section__lead .text {
  line-height: 2;
}
@media (min-width: 1024px) {
  .p-form-section__lead .text {
    text-align: center;
  }
}

.p-form-section__att-list {
  margin-bottom: 40px;
  padding: clamp(16px, 3.3333333333vw, 40px);
  overflow: hidden;
  background: #FFF;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .p-form-section__att-list {
    margin-bottom: 50px;
  }
}
.p-form-section__att-list .title {
  width: 100%;
  margin-bottom: 0.8em;
  text-align: center;
  font-weight: 500;
  color: #ee0000;
}
@media (any-hover: hover) {
  .p-form-section__att-list .title {
    transition: 0.5s color;
  }
  .p-form-section__att-list .title:hover {
    color: #ee0000 !important;
  }
}
.p-form-section__att-list .title {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 1024px) {
  .p-form-section__att-list .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .p-form-section__att-list .contents {
    text-align: center;
  }
}

.p-form-section__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 521px) {
  .p-form-section__btns {
    margin-top: 60px;
  }
}

.p-form-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  min-width: 260px;
  min-height: 52px;
  padding-inline: 30px;
  border-radius: 30px;
  background: #ee0000;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  transition: 0.5s background-color, 0.5s color;
}
.p-form-section__btn {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (any-hover: hover) {
  .p-form-section__btn:hover {
    background: #FFF;
    color: #ee0000;
  }
}
.p-form-section__btn--back {
  color: rgb(83.5, 68.5, 54);
  background: #FFF;
}
@media (any-hover: hover) {
  .p-form-section__btn--back:hover {
    background: rgb(83.5, 68.5, 54);
    color: #FFF;
  }
}
.p-form-section__btn:disabled {
  filter: grayscale(85%);
  pointer-events: none;
  color: #bbb;
  opacity: 0.5;
}

/* formTable
-------------------------------------- */
.p-form-privacy__acceptance .essential, .p-form-table dt span {
  padding: 0.05em 0.8em 0.1em;
  background: #b50d23;
  color: #FFF;
  border-radius: 6px;
}
.p-form-privacy__acceptance .essential, .p-form-table dt span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .p-form-privacy__acceptance .essential, .p-form-table dt span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.p-form-table {
  border-top: 1px solid rgba(117, 92, 63, 0.5);
}
.p-form-table > div {
  border-bottom: 1px solid rgba(117, 92, 63, 0.5);
}
@media (max-width: 767px) {
  .p-form-table > div {
    flex-direction: column;
    padding-block: 0.8em;
  }
}
.p-form-table dt {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  color: #322d2d;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-form-table dt {
    width: 100%;
    align-items: center;
    margin-bottom: 0.3em;
  }
}
@media (min-width: 768px) {
  .p-form-table dt {
    position: relative;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 1.2em 0.8em;
  }
}
.p-form-table dd {
  padding-block: 0.2em;
}
@media (min-width: 768px) {
  .p-form-table dd {
    flex: 1;
    padding: 1.2em;
  }
}
@media (min-width: 768px) {
  .p-form-table--input dt {
    padding-block: 1.8em;
  }
}
.p-form-table--input dd:has(.p-form-table__radio) {
  padding-block: 0.6em;
}
@media (min-width: 768px) {
  .p-form-table--input dd:has(.p-form-table__radio) {
    padding-block: 1.8em;
  }
}

.p-form-table__att {
  font-size: 14px;
  font-size: 0.875rem;
}
* + .p-form-table__att {
  margin-top: 10px;
}

.p-form-table__radio .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.p-form-table__radio .wpcf7-form-control.wpcf7-radio > * {
  margin-left: 0;
}

.p-form-table__date {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1em;
}
.p-form-table__date input[type=date] {
  width: 100%;
  text-align: left;
}
.p-form-table__date:has(input[type=date]) {
  gap: 10px;
}
.p-form-table__date:has(input[type=date]) > * {
  width: 100%;
}
@media (min-width: 521px) {
  .p-form-table__date:has(input[type=date]) > * {
    width: calc((100% - 10px) / 2);
  }
}

.p-form-table__checklist,
.p-form-table__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.p-form-table__checklist .wpcf7-list-item,
.p-form-table__radio .wpcf7-list-item {
  margin-left: 0;
}

.p-form-table__checklist .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
}
.p-form-table__checklist .wpcf7-list-item input {
  display: none;
}
.p-form-table__checklist .wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  column-gap: 0.4em;
  position: relative;
}
.p-form-table__checklist .wpcf7-list-item > label::before {
  width: 1.2em;
  aspect-ratio: 1;
  border-radius: 3px;
  background: #FFF;
  transition: 0.3s background-color;
  border: 1px solid #755c3f;
  content: "";
  cursor: pointer;
}
.p-form-table__checklist .wpcf7-list-item > label::after {
  position: absolute;
  left: 0.2em;
  top: 0.5em;
  width: 0.8em;
  aspect-ratio: 8/5;
  rotate: -45deg;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  content: "";
  cursor: pointer;
}
.p-form-table__checklist .wpcf7-list-item > label:has(input:checked)::before {
  background: #ee0000;
}

.p-form-table__select select, .p-form-table__textarea, .p-form-table__input {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  padding: 0 0.8em;
  border-radius: 4px;
  color: #322d2d;
  border: 1px solid rgba(117, 92, 63, 0.5);
  background: #FFF;
  font-weight: 500;
}
.p-form-table__select select, .p-form-table__textarea, .p-form-table__input {
  font-size: 16px;
  font-size: 1rem;
}
.p-form-table__select select::placeholder, .p-form-table__textarea::placeholder, .p-form-table__input::placeholder {
  color: rgba(50, 45, 45, 0.4);
}

.p-form-table__input--small {
  width: 180px;
}

.p-form-table__textarea {
  height: 10em;
  padding: 0.8em;
}

.p-form-table__select {
  position: relative;
  width: fit-content;
}
.p-form-table__select::after {
  position: absolute;
  right: 1em;
  top: 1.5em;
  background: #322d2d;
  height: 0.5em;
  width: 0.8em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media (min-width: 1024px) {
  .p-form-table__select::after {
    top: 1.31em;
  }
}
.p-form-table__select select {
  width: auto;
  min-width: 260px;
  padding-right: 2.5em;
  color: #322d2d;
  cursor: pointer;
}
.p-form-table__select select option {
  font-weight: 500;
}
.p-form-table__select:has(.is-myConfirmVal)::after {
  display: none;
}

.p-form-table__birth {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-form-table__birth > div {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.p-form-table__birth > div:nth-child(1) {
  width: 160px;
}
@media (max-width: 520px) {
  .p-form-table__birth > div:nth-child(1) {
    width: 100%;
  }
  .p-form-table__birth > div:nth-child(1) input {
    width: 140px;
  }
}
.p-form-table__birth > div:nth-child(2) {
  width: 100px;
}
.p-form-table__birth > div:nth-child(3) {
  width: 100px;
}

.p-form-table__name {
  display: flex;
  gap: 8px 1em;
}
.p-form-table__name > div {
  display: flex;
  align-items: center;
  column-gap: 0.6em;
}
.p-form-table__name > div .prefix {
  flex-shrink: 0;
}
@media (max-width: 520px) {
  .p-form-table__name {
    flex-direction: column;
  }
}

.p-form-table__address {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.p-form-table__address > div {
  display: flex;
  align-items: center;
  column-gap: 0.6em;
  width: 100%;
}
.p-form-table__address > div .prefix {
  flex-shrink: 0;
}

/* privacy
-------------------------------------- */
.p-form-privacy {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
  margin: 40px auto 0;
  text-align: center;
}

.p-form-privacy__title {
  width: fit-content;
  margin: 0 auto 1em;
  padding: 0.3em 0.8em;
  font-weight: 700;
}
.p-form-privacy__title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-form-privacy__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-form-privacy__text {
  text-align: left;
}

.p-form-privacy__acceptance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4em;
  margin-top: 1em;
}
@media (min-width: 521px) {
  .p-form-privacy__acceptance {
    gap: 0.8em;
  }
}
.p-form-privacy__acceptance .essential {
  flex-shrink: 0;
  padding-block: 0.2em;
}
.p-form-privacy__acceptance .wpcf7-list-item {
  margin-left: 0;
}
.p-form-privacy__acceptance .wpcf7-list-item > label {
  position: relative;
  display: flex;
  column-gap: 0.4em;
  align-items: center;
}
.p-form-privacy__acceptance .wpcf7-list-item > label::before {
  width: 1.2em;
  aspect-ratio: 1;
  border-radius: 3px;
  background: #FFF;
  transition: 0.3s background-color;
  border: 1px solid #755c3f;
  content: "";
  cursor: pointer;
}
.p-form-privacy__acceptance .wpcf7-list-item > label::after {
  position: absolute;
  left: 0.2em;
  top: 0.5em;
  width: 0.8em;
  aspect-ratio: 8/5;
  rotate: -45deg;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  content: "";
  cursor: pointer;
}
.p-form-privacy__acceptance .wpcf7-list-item > label:has(input:checked)::before {
  background: #ee0000;
}
.p-form-privacy__acceptance .wpcf7-list-item-label {
  cursor: pointer;
}
.p-form-privacy__acceptance input {
  display: none;
}
.p-form-privacy__acceptance input {
  margin-right: 0.5em;
}

/* =========================================================
 home
========================================================= */
/* kv
-------------------------------------- */
.p-home-mv {
  position: relative;
  z-index: 2;
  height: 100svh;
  min-height: 660px;
  padding-block: 80px 0;
}
@media (min-width: 1024px) {
  .p-home-mv {
    min-height: 700px;
    padding-block: clamp(80px, 5.4166666667vw, 104px) 0;
  }
  .p-home-mv::after {
    position: absolute;
    right: -20px;
    left: -20px;
    bottom: 0;
    height: 20px;
    box-shadow: rgba(50, 45, 45, 0.2) 0.3em 0.3em 0.3em;
    content: "";
  }
}

.p-home-mv__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .p-home-mv__inner {
    position: relative;
    width: 94%;
    max-width: 1728px;
    margin-inline: auto;
  }
}

.p-home-mv__main {
  position: relative;
  z-index: 2;
  color: #FFF;
}
@media (max-width: 1023px) {
  .p-home-mv__main {
    padding-block: 10px 23px;
    text-align: center;
    background: rgba(50, 45, 45, 0.5);
  }
}

.p-home-mv__management {
  position: relative;
  z-index: 2;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-home-mv__management {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .p-home-mv__management {
    margin-inline: calc(50% - 50vw);
    padding: 1em;
    background: rgba(50, 45, 45, 0.5);
    text-align: center;
    font-size: clamp(12px, 0.7291666667vw, 14px);
  }
}

.p-home-mv__lead {
  position: relative;
  margin-block: 0.2em;
  line-height: 1.23;
  font-weight: 900;
  font-size: min(8vw, 30px);
  font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  .p-home-mv__lead {
    margin-block: min(2.8125vw, 54px) 0.4em;
    line-height: 1.1;
    letter-spacing: 0.05em;
    font-size: clamp(40px, 3.0208333333vw, 58px);
  }
}
.p-home-mv__lead span {
  font-size: 140%;
}

.p-home-mv__text {
  font-weight: 700;
  font-size: min(4vw, 15px);
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .p-home-mv__text {
    font-size: clamp(15px, 1.0416666667vw, 20px);
  }
}

.p-home-mv__achievements {
  list-style: none;
  display: flex;
  z-index: 2;
}
@media (max-width: 1023px) {
  .p-home-mv__achievements {
    column-gap: min(2.4vw, 9px);
    position: relative;
    max-width: min(89.3333333333vw, 335px);
    margin: auto auto 0;
  }
}
@media (min-width: 1024px) {
  .p-home-mv__achievements {
    column-gap: min(0.8333333333vw, 16px);
    position: absolute;
    top: min(6.875vw, 132px);
    right: 0;
    max-width: min(33.8541666667vw, 650px);
  }
}

.p-home-mv__category {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 17px auto 0;
  padding: min(5.3333333333vw, 20px);
  background: rgba(50, 45, 45, 0.5);
}
@media (min-width: 1024px) {
  .p-home-mv__category {
    width: auto;
    margin-inline: calc(50% - 50vw);
    backdrop-filter: blur(4px);
    margin-block: auto 0;
    padding: min(2.6666666667vw, 40px);
  }
}

.p-home-mv__category-box {
  display: flex;
}
@media (max-width: 1023px) {
  .p-home-mv__category-box {
    flex-direction: column;
    gap: 0.5em;
  }
}
@media (min-width: 1024px) {
  .p-home-mv__category-box {
    align-items: center;
    width: 94%;
    max-width: 1240px;
    margin-inline: auto;
  }
}
.p-home-mv__category-box + .p-home-mv__category-box {
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .p-home-mv__category-box + .p-home-mv__category-box {
    margin-top: min(1.0416666667vw, 20px);
  }
}

.p-home-mv__category-title {
  padding: 0 0 0.1em 0.6em;
  border-left: 2px solid;
  line-height: 1.1;
  color: #FFF;
}
@media (min-width: 768px) {
  .p-home-mv__category-title {
    border-left: 3px solid;
  }
  .p-home-mv__category-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-home-mv__category-title {
    width: 6em;
    flex-shrink: 0;
    border-left: 4px solid;
    font-size: clamp(16px, 1.3333333333vw, 20px);
  }
}

.p-home-mv__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  list-style: none;
}
@media (min-width: 1024px) {
  .p-home-mv__category-list {
    gap: min(1.0416666667vw, 20px);
  }
  .p-home-mv__category-list:first-child {
    width: 600px;
    margin-inline: auto;
  }
}
@media (min-width: 1280px) {
  .p-home-mv__category-list:first-child {
    width: 100%;
  }
}

.p-home-mv__category-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.18em 0.7em 0.18em 1.6em;
  box-shadow: rgba(50, 45, 45, 0.3) 0.3em 0.3em 0.3em;
  background: #FFF;
  border-radius: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: min(2.6666666667vw, 10px);
  transition: 0.5s color, 0.5s background-color;
}
@media (min-width: 768px) {
  .p-home-mv__category-btn {
    font-size: clamp(12px, 1.0666666667vw, 16px);
  }
}
@media (min-width: 1024px) {
  .p-home-mv__category-btn {
    padding: 0.7em 1.2em 0.7em 2.5em;
  }
}
.p-home-mv__category-btn::before {
  position: absolute;
  left: 0.5em;
  width: 0.75em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ece8e3;
  content: "";
  transition: 0.5s background-color;
}
@media (min-width: 1024px) {
  .p-home-mv__category-btn::before {
    left: 1em;
    width: 1em;
  }
}
@media (any-hover: hover) {
  .p-home-mv__category-btn:hover {
    background: #ee0000;
    color: #FFF;
  }
  .p-home-mv__category-btn:hover:before {
    background: currentColor;
  }
}

.p-home-mv__bg {
  top: 80px !important;
}
.p-home-mv__bg {
  position: absolute;
  inset: 0;
}
.p-home-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .p-home-mv__bg {
    top: 0 !important;
  }
}

/* about
-------------------------------------- */
.p-home-concept {
  overflow: hidden;
  padding-block: 35px 50px;
}
@media (min-width: 1024px) {
  .p-home-concept {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .p-home-concept__inner {
    padding: min(9.8620689655vw, 143px) 460px min(14.4827586207vw, 210px) 0;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .p-home-concept__inner {
    padding-right: 580px;
  }
}

.p-home-concept__title {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .p-home-concept__title {
    margin-bottom: min(3.4482758621vw, 50px);
  }
}

.p-home-concept__lead {
  margin-bottom: 1em;
  line-height: 1.74;
  font-size: min(5.3333333333vw, 20px);
  font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  .p-home-concept__lead {
    margin-bottom: 0.5em;
    font-size: min(2.7586206897vw, 40px);
  }
}

.p-home-concept__slide {
  position: relative;
}
@media (max-width: 1023px) {
  .p-home-concept__slide {
    margin: 30px calc(50% - 50vw) 0;
  }
}
@media (min-width: 1024px) {
  .p-home-concept__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 420px;
  }
}
@media (min-width: 1280px) {
  .p-home-concept__slide {
    width: 540px;
  }
}
.p-home-concept__slide::after {
  position: absolute;
  top: -26px;
  right: 40px;
  aspect-ratio: 222/114;
  width: 222px;
  background: url(../img/home/concept_script.svg) no-repeat center/contain;
  mix-blend-mode: overlay;
  content: "";
}
@media (min-width: 1024px) {
  .p-home-concept__slide::after {
    top: auto;
    right: auto;
    left: -29px;
    bottom: 33.0357142857%;
    width: 92.7777777778%;
  }
}

.p-home-concept__slide-inner {
  display: flex;
  will-change: translate;
}
@media (max-width: 1023px) {
  .p-home-concept__slide-inner {
    column-gap: 3.7333333333vw;
    animation: concept-slide-sp 20s linear infinite;
  }
}
@media (min-width: 1024px) {
  .p-home-concept__slide-inner {
    flex-direction: column;
    row-gap: 20px;
    animation: concept-slide 20s linear infinite;
  }
}
@media (min-width: 1280px) {
  .p-home-concept__slide-inner {
    flex-direction: column;
    animation: concept-slide-xLarge 20s linear infinite;
  }
}

@keyframes concept-slide-sp {
  0% {
    translate: 0;
  }
  100% {
    translate: -182.4vw;
  }
}
@keyframes concept-slide {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 -900px;
  }
}
@keyframes concept-slide-xLarge {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 -1140px;
  }
}
.p-home-concept__slide-list {
  flex: none;
  display: flex;
}
@media (max-width: 1023px) {
  .p-home-concept__slide-list {
    column-gap: 3.7333333333vw;
    width: 178.6666666667vw;
  }
}
@media (min-width: 1024px) {
  .p-home-concept__slide-list {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-home-concept__slide-list img {
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .p-home-concept__slide-list img {
    border-radius: 10px;
  }
}

.p-home-concept__more {
  margin-top: 18px;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-home-concept__more {
    margin-top: min(2.3958333333vw, 46px);
    text-align: left;
  }
  .p-home-concept__more .c-primary-btn {
    min-width: 300px;
  }
}

/* menu
-------------------------------------- */
.p-home-menu {
  padding-block: 30px 50px;
  margin-block: -27px;
  color: #FFF;
}
@media (min-width: 1024px) {
  .p-home-menu {
    margin-block: max(-3.125vw, -60px);
    padding-block: 95px 115px;
  }
}

.p-home-menu__title {
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .p-home-menu__title {
    margin-bottom: 68px;
  }
}

.p-home-menu__section + .p-home-menu__section {
  margin-top: 55px;
}
@media (min-width: 1024px) {
  .p-home-menu__section + .p-home-menu__section {
    margin-top: 118px;
  }
}

.p-home-menu__more {
  margin-top: 40px;
  text-align: center;
}

/* works
-------------------------------------- */
.p-home-works {
  position: relative;
  padding-block: 60px 47px;
}
@media (min-width: 1024px) {
  .p-home-works {
    padding-block: 148px 150px;
  }
}
@media (min-width: 1280px) {
  .p-home-works .c-works-categories__item {
    padding: 0.15em 0.8em 0.25em;
  }
}

.p-home-works__inner {
  position: relative;
  z-index: 2;
}

.p-home-works__title {
  margin-bottom: 20px;
  color: #FFF;
}
.p-home-works__lead {
  margin-bottom: 20px;
  text-align: center;
  color: #FFF;
}
@media (min-width: 1024px) {
  .p-home-works__lead {
    margin-bottom: 36px;
  }
}

.p-home-works__wrapper {
  position: relative;
}
.p-home-works__wrapper .swiper {
  overflow: visible !important;
}

.p-home-works__arrow {
  position: absolute;
  z-index: 10;
  top: calc(48vw - 15px);
}
.p-home-works__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #322d2d;
}
@media (any-hover: hover) {
  .p-home-works__arrow {
    transition: 0.5s background-color;
  }
  .p-home-works__arrow:hover {
    background-color: #ee0000;
  }
}
@media (min-width: 1024px) {
  .p-home-works__arrow {
    width: 50px;
  }
}
.p-home-works__arrow::after {
  width: 6px;
  height: 11px;
  background: url(../img/common/slider_arrow_s.svg) no-repeat center/contain;
  content: "";
  transition: 0.5s translate;
}
@media (min-width: 1024px) {
  .p-home-works__arrow::after {
    width: 10px;
    height: 18px;
    background-image: url(../img/common/slider_arrow.svg);
  }
}
@media (any-hover: hover) {
  .p-home-works__arrow--next:hover::after {
    translate: 10% 0;
  }
}
.p-home-works__arrow--prev::after {
  scale: -1 1;
}
@media (any-hover: hover) {
  .p-home-works__arrow--prev:hover::after {
    translate: -10% 0;
  }
}
.p-home-works__arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 521px) {
  .p-home-works__arrow {
    top: calc(24vw - 15px);
  }
}
.p-home-works__arrow--next {
  right: -10px;
}
.p-home-works__arrow--prev {
  left: -10px;
}

.p-home-works__nodata {
  color: #FFF;
}

.p-home-works__more {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-home-works__more {
    margin-top: 37px;
  }
}

.p-home-works__bg {
  position: absolute;
  inset: 0;
}
.p-home-works__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* voice
-------------------------------------- */
.p-home-voice {
  margin-block: -27px;
  padding-block: 35px 60px;
}
@media (min-width: 1024px) {
  .p-home-voice {
    margin-block: max(-3.125vw, -60px);
    padding-block: min(7.5862068966vw, 110px) 140px;
  }
}

.p-home-voice__head {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-home-voice__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 42px;
  }
}
.p-home-voice__head::before {
  position: absolute;
  top: -16px;
  right: 0;
  width: 232px;
  aspect-ratio: 232/96;
  background: url(../img/home/voice_script.svg) no-repeat center/contain;
  content: "";
}
@media (min-width: 1024px) {
  .p-home-voice__head::before {
    right: auto;
    bottom: -90px;
    left: min(16.8275862069vw, 244px);
    width: min(43.5172413793vw, 631px);
  }
}

.p-home-voice__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .p-home-voice__wrapper {
    margin-right: -10px;
  }
}
.p-home-voice__wrapper .swiper {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .p-home-voice__wrapper .swiper {
    overflow: visible !important;
  }
}

@media (min-width: 768px) {
  .p-home-voice__list .c-voice-item__link {
    display: flex;
    flex-direction: row !important;
    padding-bottom: min(3.7931034483vw, 55px);
  }
  .p-home-voice__list .c-voice-item__img {
    position: relative;
    z-index: 3;
    width: 58.1395348837%;
  }
  .p-home-voice__list .c-voice-item__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    translate: 0 min(3.7931034483vw, 55px);
    flex: 1;
    margin: 0 10px 0 max(-7.724137931vw, -112px);
    padding: min(3.4482758621vw, 50px) min(3.4482758621vw, 50px) min(3.4482758621vw, 50px) min(11.3103448276vw, 164px);
  }
  .p-home-voice__list .c-voice-item__body .info {
    font-size: min(1.1034482759vw, 16px);
  }
  .p-home-voice__list .c-voice-item__body .title {
    font-size: min(2.6206896552vw, 38px);
  }
  .p-home-voice__list .c-voice-item__body .text {
    margin-bottom: 1.1em;
    line-height: 2.13;
    font-size: clamp(13px, 1.171875vw, 15px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
}

.p-home-voice__arrow {
  position: absolute;
  z-index: 10;
  top: calc(34vw - 15px);
}
.p-home-voice__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #322d2d;
}
@media (any-hover: hover) {
  .p-home-voice__arrow {
    transition: 0.5s background-color;
  }
  .p-home-voice__arrow:hover {
    background-color: #ee0000;
  }
}
@media (min-width: 1024px) {
  .p-home-voice__arrow {
    width: 50px;
  }
}
.p-home-voice__arrow::after {
  width: 6px;
  height: 11px;
  background: url(../img/common/slider_arrow_s.svg) no-repeat center/contain;
  content: "";
  transition: 0.5s translate;
}
@media (min-width: 1024px) {
  .p-home-voice__arrow::after {
    width: 10px;
    height: 18px;
    background-image: url(../img/common/slider_arrow.svg);
  }
}
@media (any-hover: hover) {
  .p-home-voice__arrow--next:hover::after {
    translate: 10% 0;
  }
}
.p-home-voice__arrow--prev::after {
  scale: -1 1;
}
@media (any-hover: hover) {
  .p-home-voice__arrow--prev:hover::after {
    translate: -10% 0;
  }
}
.p-home-voice__arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-home-voice__arrow {
    top: min(21.3793103448vw, 310px);
  }
}
.p-home-voice__arrow--next {
  right: -10px;
}
@media (min-width: 768px) {
  .p-home-voice__arrow--next {
    right: auto;
    left: 58.1395348837%;
    translate: -50% -50%;
  }
}
.p-home-voice__arrow--prev {
  left: -10px;
}
@media (min-width: 768px) {
  .p-home-voice__arrow--prev {
    left: -25px;
    translate: 0 -50%;
  }
}

@media (max-width: 1023px) {
  .p-home-voice__more {
    margin-top: 10px;
  }
}

/* cta
-------------------------------------- */
.p-home-cta {
  margin-top: 46px;
}
@media (min-width: 1024px) {
  .p-home-cta {
    margin-top: 110px;
  }
}

.p-home-cta__inner {
  display: grid;
  row-gap: 14px;
}
@media (min-width: 768px) {
  .p-home-cta__inner {
    grid-template-columns: 1fr 1fr;
    column-gap: min(1.6304347826vw, 30px);
  }
}

.p-home-cta__banner {
  position: relative;
}
.p-home-cta__banner img {
  width: 100%;
  border-radius: 6px;
}
@media (any-hover: hover) {
  .p-home-cta__banner:hover .p-home-cta__more {
    background: #FFF;
    color: #ee0000;
  }
  .p-home-cta__banner:hover .p-home-cta__more::after {
    color: #ee0000 !important;
  }
}

.p-home-cta__more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 9.2165898618%;
  width: 37.6119402985%;
  min-height: 6.1333333333vw;
  padding: 0.4em 1.1em 0.4em 1.5em;
  border-radius: 50px;
  background: #ee0000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  transition: 0.5s background-color, 0.5s color;
  font-size: 2.1333333333vw;
}
@media (min-width: 768px) {
  .p-home-cta__more {
    min-height: 3.33em;
    font-size: min(0.9782608696vw, 18px);
  }
}
.p-home-cta__more::after {
  content: "";
  color: #FFF !important;
}
.p-home-cta__more::after {
  aspect-ratio: 98/68;
  width: 0.5em;
  color: #ee0000;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.71 6.71'%3E%3Cpolyline points='6 .35 9 3.35 6 6.35' fill='none' stroke='%23000' stroke-width='.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='0' y1='3.35' x2='9' y2='3.35' stroke='%23000' stroke-width='.8' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.71 6.71'%3E%3Cpolyline points='6 .35 9 3.35 6 6.35' fill='none' stroke='%23000' stroke-width='.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='0' y1='3.35' x2='9' y2='3.35' stroke='%23000' stroke-width='.8' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.p-home-cta__banner--reforum .p-home-cta__more {
  left: 5.9701492537%;
}
.p-home-cta__banner--estimate .p-home-cta__more {
  left: 8.0597014925%;
}

/* news
-------------------------------------- */
.p-home-news {
  padding-block: 36px 30px;
}
@media (min-width: 1024px) {
  .p-home-news {
    padding-block: 100px 70px;
  }
}

@media (min-width: 1024px) {
  .p-home-news__inner {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-home-news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .p-home-news__head {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 44px;
    width: min(24.275862069vw, 352px);
    margin-top: 0;
  }
}

.p-home-news__list .c-news-list__item {
  border-radius: 0;
}
.p-home-news__list .c-news-list__item + .c-news-list__item {
  margin-top: 0;
  border-top: 1px solid #c1b3a3;
}
@media (max-width: 767px) {
  .p-home-news__list .c-news-nav__btn {
    padding: 0.06em 0.8em 0.12em;
  }
}

.p-home-news__btn {
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .p-home-news__btn {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .p-home-news__list {
    flex: 1;
  }
}

/* =========================================================
 about
========================================================= */
/* why
-------------------------------------- */
.p-about-why {
  padding-block: 35px 50px;
  color: #FFF;
}
@media (min-width: 1024px) {
  .p-about-why {
    padding-block: 110px 120px;
  }
}

.p-about-why__title {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-about-why__title {
    margin-bottom: 48px;
  }
}
.p-about-why__title::after {
  position: absolute;
  right: -4vw;
  width: 230px;
  aspect-ratio: 561/254;
  background: url(../img/about/why_script.svg) no-repeat center/contain;
  content: "";
}
@media (min-width: 1024px) {
  .p-about-why__title::after {
    bottom: max(-4.53125vw, -87px);
    right: 60px;
    width: min(29.21875vw, 561px);
  }
}

.p-about-why__section {
  display: flex;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .p-about-why__section {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  .p-about-why__section {
    column-gap: min(2.6041666667vw, 50px);
    margin-top: 44px;
  }
  .p-about-why__section:nth-child(2n) .p-about-why__section-img {
    margin-right: calc(50% - 52vw);
  }
  .p-about-why__section:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .p-about-why__section:nth-child(2n+1) .p-about-why__section-img {
    margin-left: calc(50% - 52vw);
  }
}

@media (min-width: 768px) {
  .p-about-why__section-body {
    flex: 1;
  }
}
.p-about-why__section-body .number {
  margin-block: 0 -0.2em;
  font-family: "Montserrat", sans-serif;
  color: #ffff54;
  font-weight: 600;
  letter-spacing: normal;
}
.p-about-why__section-body .number {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .p-about-why__section-body .number {
    font-size: clamp(16px, 1.3793103448vw, 20px);
  }
}
@media (min-width: 1500px) {
  .p-about-why__section-body .number {
    margin-top: 2em;
  }
}
.p-about-why__section-body .title {
  font-feature-settings: "palt";
  margin-bottom: 0.6em;
}
@media (min-width: 1280px) {
  .p-about-why__section-body .title {
    margin-bottom: 1.3em;
  }
}
.p-about-why__section-body .lead {
  margin-bottom: 0.8em;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .p-about-why__section-body .text {
    line-height: 2;
    font-size: clamp(14px, 1.171875vw, 15px);
  }
}

@media (min-width: 768px) {
  .p-about-why__section-img {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .p-about-why__section-img {
    width: 53.7037037037%;
    margin-inline: 0 !important;
  }
}
.p-about-why__section-img img {
  width: 100%;
}

/* map
-------------------------------------- */
.p-about-map {
  padding-block: 35px 50px;
}
@media (min-width: 1024px) {
  .p-about-map {
    padding-block: 100px;
  }
}

.p-about-map__inner {
  display: flex;
  max-width: 1180px;
}
@media (max-width: 767px) {
  .p-about-map__inner {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  .p-about-map__inner {
    column-gap: min(4.6875vw, 60px);
  }
}

@media (min-width: 768px) {
  .p-about-map__body {
    flex: 1;
  }
}

.p-about-map__title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-about-map__title {
    margin-bottom: 50px;
  }
}

.p-about-map__subtitle {
  margin-bottom: 0.8em;
}

@media (min-width: 768px) {
  .p-about-map__img {
    width: 46.6101694915%;
  }
}

.p-about-map__text {
  font-size: 14px;
  font-size: 0.875rem;
}

/* organizations
-------------------------------------- */
.p-about-organizations {
  padding-block: 35px 50px;
}
@media (min-width: 1024px) {
  .p-about-organizations {
    padding-block: 94px 88px;
  }
}

.p-about-organizations__title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-about-organizations__title {
    margin-bottom: 50px;
  }
}

.p-about-organizations__list {
  display: grid;
  gap: 20px;
  list-style: none;
}
@media (min-width: 768px) {
  .p-about-organizations__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .p-about-organizations__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-about-organizations__list-banner {
  display: block;
}
@media (any-hover: hover) {
  .p-about-organizations__list-banner {
    transition: 0.5s opacity;
  }
  .p-about-organizations__list-banner:hover {
    opacity: 0.7;
  }
}
.p-about-organizations__list-banner img {
  width: 100%;
  border: 1px solid #c1b3a3;
}

/* =========================================================
 service
========================================================= */
/* check
-------------------------------------- */
.p-service-check__inner {
  position: relative;
  padding-block: 60px 50px;
}
@media (min-width: 1024px) {
  .p-service-check__inner {
    padding-block: 80px;
  }
}
.p-service-check__inner::before {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -48%;
  width: 180px;
  aspect-ratio: 434/241;
  background: url(../img/common/check_script.svg) no-repeat center/contain;
  content: "";
}
@media (min-width: 1024px) {
  .p-service-check__inner::before {
    left: -16px;
    width: min(29.9310344828vw, 434px);
  }
}

.p-service-check__title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.8em;
  position: relative;
  margin-bottom: 20px;
  color: #FFF;
  text-align: center;
}
.p-service-check__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .p-service-check__title {
    column-gap: 1.2em;
    margin-bottom: 28px;
    font-size: clamp(30px, 2.0833333333vw, 40px);
  }
}
.p-service-check__title::before, .p-service-check__title::after {
  width: 2px;
  height: 1.45em;
  background: currentColor;
  border-radius: 2px;
  content: "";
}
@media (min-width: 1024px) {
  .p-service-check__title::before, .p-service-check__title::after {
    width: 3px;
  }
}
.p-service-check__title::before {
  rotate: -35deg;
}
.p-service-check__title::after {
  rotate: 35deg;
}

.p-service-check__list {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-service-check__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-service-check__item {
  padding: 12% 5% 10%;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-service-check__item {
    padding: 17% 5% 12.6%;
  }
  .p-service-check__item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .p-service-check__item:nth-child(3) {
    animation-delay: 0.3s;
  }
}
.p-service-check__item .img {
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .p-service-check__item .img {
    width: 100px;
  }
}
.p-service-check__item .title {
  margin-block: 1.8em 0.6em;
}
.p-service-check__item .title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .p-service-check__item .title {
    font-size: min(1.7931034483vw, 26px);
  }
}
.p-service-check__item .text {
  font-weight: 700;
}

/* menu
-------------------------------------- */
.p-service-menu {
  padding-block: 30px 50px;
}
@media (min-width: 1024px) {
  .p-service-menu {
    padding-block: 90px 113px;
  }
}

.p-service-menu__title {
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .p-service-menu__title {
    margin-bottom: 68px;
  }
}

/* list
-------------------------------------- */
.p-service-list {
  padding-block: 0 60px;
}
@media (min-width: 1024px) {
  .p-service-list {
    padding-block: 40px 140px;
  }
}

/* section
-------------------------------------- */
.p-service-section {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-block: 35px;
}
@media (max-width: 1023px) {
  .p-service-section {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .p-service-section {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    padding-block: 50px;
  }
}
.p-service-section:last-child::after {
  display: none;
}
.p-service-section::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 94vw;
  translate: -50%;
  max-width: 1728px;
  height: 1px;
  background: #b8a999;
  content: "";
}

.p-service-section__body {
  width: 100%;
}
@media (min-width: 1024px) {
  .p-service-section__body {
    width: 45.8272327965%;
  }
}

.p-service-section__title {
  margin-bottom: 16px;
}
.p-service-section__title .sub {
  display: block;
  margin-bottom: -0.2em;
  font-family: "Montserrat", sans-serif;
  color: #ee0000;
  letter-spacing: normal;
}
.p-service-section__title .main {
  margin-top: -0.2em;
}
.p-service-section__title .main {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .p-service-section__title .main {
    font-size: clamp(30px, 2.7586206897vw, 40px);
  }
}

.p-service-section__price {
  margin-bottom: 0.9em;
  padding: 0.35em 0.9em 0.35em;
  background: #755c3f;
  border-radius: 6px;
  color: #FFF;
  font-weight: 700;
}

.p-service-section__list {
  margin-top: 1em;
  padding: 1.2em 1.3em;
  border: 3px solid #ece8e3;
  border-radius: 6px;
}
.p-service-section__list li + li {
  margin-top: 0.5em;
}

.p-service-section__estimate {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .p-service-section__estimate {
    margin-top: 33px;
  }
}

.p-service-section__img {
  aspect-ratio: 700/500;
}
@media (min-width: 1024px) {
  .p-service-section__img {
    width: 51.2445095168%;
  }
}
.p-service-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-service-section__before-after {
  width: 100%;
  padding: clamp(16px, 3.3333333333vw, 40px);
  background: #ece8e3;
  border-radius: 10px;
}
.p-service-section__before-after .c-before-after__img .inner {
  aspect-ratio: 630/300;
}
.p-service-section__before-after .c-before-after__img img {
  object-fit: cover;
}

.p-service-section__before-after-title {
  margin-block: 0 -0.5em;
  text-align: center;
  font-size: clamp(17px, 1.8333333333vw, 22px);
}
@media (min-width: 768px) {
  .p-service-section__before-after-title {
    margin-block: -0.5em 0.2em;
    grid-column: 1/3;
  }
}

/* flow
-------------------------------------- */
.p-service-flow {
  margin-top: -54px;
  padding-block: 35px 50px;
}
@media (min-width: 1024px) {
  .p-service-flow {
    margin-top: -120px;
    padding-block: min(4.6875vw, 90px) 43px;
  }
}

.p-service-flow__title {
  position: relative;
  margin-bottom: 20px;
  color: #FFF;
}
@media (min-width: 1024px) {
  .p-service-flow__title {
    margin-bottom: 44px;
  }
}
.p-service-flow__title::before {
  position: absolute;
  top: -30px;
  right: -4vw;
  aspect-ratio: 464/297;
  width: 200px;
  background: url(../img/common/flow_script.svg) no-repeat center/contain;
  content: "";
}
@media (min-width: 1024px) {
  .p-service-flow__title::before {
    top: 50%;
    right: min(7.5520833333vw, 145px);
    width: min(24.1666666667vw, 464px);
    translate: 0 -57%;
  }
}

.p-service-flow__list {
  display: grid;
  gap: 20px;
}
@media (min-width: 521px) {
  .p-service-flow__list {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}
@media (min-width: 1024px) {
  .p-service-flow__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-service-flow__item {
  position: relative;
  padding: min(8%, 24px) min(6%, 20px);
  background: #FFF;
  border-radius: 10px;
}
.p-service-flow__item::after {
  position: absolute;
  width: 22px;
  height: 38px;
  background: url(../img/common/flow_arrow.svg) no-repeat 0 center/contain;
  content: "";
}
@media (max-width: 520px) {
  .p-service-flow__item::after {
    left: calc(50% - 11px);
    rotate: 90deg;
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  .p-service-flow__item::after {
    top: calc(50% - 19px);
    right: -21px;
  }
}
.p-service-flow__item:last-child::after {
  display: none;
}
.p-service-flow__item .number {
  display: flex;
  align-items: center;
  column-gap: 0.45em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}
.p-service-flow__item .number {
  font-size: 16px;
  font-size: 1rem;
}
.p-service-flow__item .number::after {
  flex: 1;
  height: 1px;
  background: #cec4b7;
  content: "";
}
.p-service-flow__item .title {
  margin-block: 0.4em 0.3em;
  color: #ee0000;
}
.p-service-flow__item .title {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-service-flow__item .text {
  line-height: 1.43;
}
.p-service-flow__item .text {
  font-size: 14px;
  font-size: 0.875rem;
}

/* =========================================================
 works
========================================================= */
/* nav
-------------------------------------- */
.p-works-nav {
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 27px;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}

.p-works-nav__toggle-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 16px;
  font-weight: 700;
}
@media (any-hover: hover) {
  .p-works-nav__toggle-btn {
    transition: 0.5s color;
  }
  .p-works-nav__toggle-btn:hover {
    color: #ee0000 !important;
  }
}
.p-works-nav__toggle-btn {
  cursor: pointer;
}
.p-works-nav__toggle-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1em;
  aspect-ratio: 1/1;
}
.p-works-nav__toggle-btn .icon::before, .p-works-nav__toggle-btn .icon::after {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #ee0000;
  content: "";
}
.p-works-nav__toggle-btn .icon::after {
  transform: rotate(90deg);
  transition: 0.5s;
}
.p-works-nav__toggle-btn.is-toggle-btn--open .icon::after {
  transform: rotate(360deg);
}
.p-works-nav__toggle-btn {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .p-works-nav__toggle-btn {
    padding: 20px 30px;
  }
  .p-works-nav__toggle-btn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-works-nav__toggle-contents {
  padding-inline: 16px;
  border-top: 1px solid #FFF;
}
.p-works-nav__toggle-contents {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.5s grid-template-rows ease, 0.5s padding ease, 0.5s border-color ease;
}
.p-works-nav__toggle-contents > * {
  overflow: hidden;
}
.p-works-nav__toggle-contents.is-toggle-contents--open {
  grid-template-rows: 1fr;
}
@media (min-width: 1024px) {
  .p-works-nav__toggle-contents {
    padding-inline: 30px;
  }
}
.p-works-nav__toggle-contents.is-toggle-contents--open {
  padding-block: 20px 24px;
  border-top-color: #ece8e3;
}
@media (min-width: 1024px) {
  .p-works-nav__toggle-contents.is-toggle-contents--open {
    padding-block: 24px 40px;
  }
}

.p-works-nav__section + .p-works-nav__section {
  margin-top: 25px;
}

.p-works-nav__title {
  margin-bottom: 0.6em;
  font-weight: 700;
}
.p-works-nav__title {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .p-works-nav__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-works-nav__title a {
  color: #ee0000;
}
@media (any-hover: hover) {
  .p-works-nav__title a {
    transition: 0.5s opacity;
  }
  .p-works-nav__title a:hover {
    opacity: 0.7;
  }
}

.p-works-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
}

/* catname
-------------------------------------- */
.p-works-catname {
  max-width: 1200px;
  margin-inline: auto;
}

/* list
-------------------------------------- */
.p-works-list {
  display: grid;
  gap: 50px;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .p-works-list {
    gap: 70px;
  }
}

.p-works-list__item .link {
  display: block;
  padding: clamp(14px, 2.5vw, 30px) clamp(16px, 3.3333333333vw, 40px) clamp(16px, 3.3333333333vw, 40px);
  padding-bottom: 0;
  background: #FFF;
  border-radius: 10px;
}
@media (any-hover: hover) {
  .p-works-list__item .link {
    transition: 0.5s color;
  }
  .p-works-list__item .link:hover {
    color: #ee0000 !important;
  }
}
@media (any-hover: hover) {
  .p-works-list__item .link .btn::after {
    transition: 0.5s translate;
  }
  .p-works-list__item .link:hover .btn {
    background: #FFF;
    color: #ee0000;
  }
  .p-works-list__item .link:hover .btn::after {
    color: #ee0000 !important;
    translate: 50%;
  }
}
.p-works-list__item .head {
  display: flex;
  align-items: center;
  gap: 0.5em clamp(16px, 3vw, 30px);
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: rgba(185, 173, 158, 0.5) 1px solid;
}
@media (min-width: 1024px) {
  .p-works-list__item .head {
    margin-bottom: 30px;
    padding-bottom: 1em;
  }
}
.p-works-list__item .c-works-categories {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .p-works-list__item .c-works-categories {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-works-list__item .title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .p-works-list__item .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-works-list__item .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  translate: 0 50%;
  width: 100%;
  max-width: 290px;
  min-height: 50px;
  margin: -10px auto 0;
  padding: 0.4em 1.1em 0.4em 1.5em;
  border-radius: 50px;
  background: #ee0000;
  border: 1px solid #ee0000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  transition: 0.5s background-color, 0.5s color;
}
.p-works-list__item .btn {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  .p-works-list__item .btn {
    min-height: 60px;
  }
  .p-works-list__item .btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-works-list__item .btn::after {
  content: "";
  color: #FFF !important;
}
.p-works-list__item .btn::after {
  aspect-ratio: 98/68;
  width: 10px;
  color: #ee0000;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.71 6.71'%3E%3Cpolyline points='6 .35 9 3.35 6 6.35' fill='none' stroke='%23000' stroke-width='.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='0' y1='3.35' x2='9' y2='3.35' stroke='%23000' stroke-width='.8' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.71 6.71'%3E%3Cpolyline points='6 .35 9 3.35 6 6.35' fill='none' stroke='%23000' stroke-width='.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='0' y1='3.35' x2='9' y2='3.35' stroke='%23000' stroke-width='.8' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

/* detail
-------------------------------------- */
.p-works-detail {
  max-width: 1200px;
  margin-inline: auto;
}

.p-works-detail__head {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-works-detail__head {
    margin-bottom: 46px;
  }
}
.p-works-detail__head .c-works-categories {
  margin-bottom: 20px;
}
.p-works-detail__head .title {
  margin-bottom: 0.4em;
}
.p-works-detail__head .place {
  display: flex;
  column-gap: 0.4em;
  color: #755c3f;
}
.p-works-detail__head .place img {
  margin-top: 0.2em;
  width: 1.4em;
}

.p-works-detail__base {
  display: flex;
}
@media (max-width: 767px) {
  .p-works-detail__base {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (min-width: 768px) {
  .p-works-detail__base {
    justify-content: center;
    column-gap: 20px;
  }
}
.p-works-detail__base div {
  padding: clamp(12px, 3vw, 30px);
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-works-detail__base div {
    flex: 1;
    max-width: min(30.4827586207vw, 442px);
  }
}
.p-works-detail__base dt {
  font-weight: 700;
}
.p-works-detail__base dt {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .p-works-detail__base dt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-works-detail__base dd {
  line-height: 1.2;
  color: #ee0000;
  font-weight: 700;
}
.p-works-detail__base dd {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .p-works-detail__base dd {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-works-detail__base dd span {
  position: relative;
  bottom: -0.1em;
  padding-inline: 0.1em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  font-weight: 600;
}
.p-works-detail__base dd span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 1024px) {
  .p-works-detail__base dd span {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

/* gallery
-------------------------------------- */
.p-works-gallery {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .p-works-gallery {
    margin: 80px auto 0;
  }
}

.p-works-gallery__wrapper {
  position: relative;
}

.p-works-gallery__main-slide .img {
  aspect-ratio: 8/5;
}
@media (min-width: 1024px) {
  .p-works-gallery__main-slide .img {
    aspect-ratio: unset;
    height: 460px;
  }
}
@media (min-width: 1280px) {
  .p-works-gallery__main-slide .img {
    height: 600px;
  }
}
.p-works-gallery__main-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-works-gallery__arrow {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 100;
}
.p-works-gallery__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #322d2d;
}
@media (any-hover: hover) {
  .p-works-gallery__arrow {
    transition: 0.5s background-color;
  }
  .p-works-gallery__arrow:hover {
    background-color: #ee0000;
  }
}
@media (min-width: 1024px) {
  .p-works-gallery__arrow {
    width: 50px;
  }
}
.p-works-gallery__arrow::after {
  width: 6px;
  height: 11px;
  background: url(../img/common/slider_arrow_s.svg) no-repeat center/contain;
  content: "";
  transition: 0.5s translate;
}
@media (min-width: 1024px) {
  .p-works-gallery__arrow::after {
    width: 10px;
    height: 18px;
    background-image: url(../img/common/slider_arrow.svg);
  }
}
@media (any-hover: hover) {
  .p-works-gallery__arrow--next:hover::after {
    translate: 10% 0;
  }
}
.p-works-gallery__arrow--prev::after {
  scale: -1 1;
}
@media (any-hover: hover) {
  .p-works-gallery__arrow--prev:hover::after {
    translate: -10% 0;
  }
}
.p-works-gallery__arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .p-works-gallery__arrow {
    top: calc(50% - 28px);
  }
}
.p-works-gallery__arrow--next {
  right: -15px;
}
@media (min-width: 1024px) {
  .p-works-gallery__arrow--next {
    right: -28px;
  }
}
.p-works-gallery__arrow--prev {
  left: -15px;
}
@media (min-width: 1024px) {
  .p-works-gallery__arrow--prev {
    left: -28px;
  }
}

.p-works-gallery__thumbs {
  margin-top: 20px;
}

.p-works-gallery__thumbs-slide {
  width: 80px !important;
  height: auto !important;
  aspect-ratio: 8/5;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-works-gallery__thumbs-slide {
    width: 100px !important;
  }
}
@media (min-width: 1024px) {
  .p-works-gallery__thumbs-slide {
    width: 150px !important;
  }
}
.p-works-gallery__thumbs-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-works-gallery__thumbs-slide::before {
  position: absolute;
  inset: 0;
  background: rgba(50, 45, 45, 0.8);
  content: "";
  transition: 0.5s opacity;
}
.p-works-gallery__thumbs-slide::after {
  position: absolute;
  inset: 0;
  border: 3px solid #ee0000;
  content: "";
  opacity: 0;
  transition: 0.5s opacity;
}
.p-works-gallery__thumbs-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}
.p-works-gallery__thumbs-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}

/* before-after
-------------------------------------- */
.p-works-before-after {
  display: grid;
  row-gap: 20px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .p-works-before-after {
    row-gap: 40px;
    margin-top: 80px;
  }
}

.p-works-before-after__item {
  padding: clamp(16px, 3.3333333333vw, 40px);
  background: #FFF;
  border-radius: 10px;
}

.p-works-before-after__text {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .p-works-before-after__text {
    margin-top: 24px;
  }
}

/* =========================================================
 works
========================================================= */
/* list
-------------------------------------- */
.p-voice-list {
  display: grid;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .p-voice-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .p-voice-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.p-voice-list .c-voice-item__body .text {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 1024px) {
  .p-voice-list .c-voice-item__body .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* detail
-------------------------------------- */
.p-voice-detail__head {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-voice-detail__head {
    margin-bottom: 46px;
  }
}
.p-voice-detail__head .place {
  display: flex;
  column-gap: 0.4em;
  width: fit-content;
  margin-bottom: 0.6em;
  padding: 0.3em 1.2em 0.4em;
  border-radius: 3em;
  background: #b9ad9e;
  color: #FFF;
}
.p-voice-detail__head .place img {
  margin-top: 0.2em;
  width: 1.4em;
}
.p-voice-detail__head .title {
  margin-bottom: 0.4em;
}

/* =========================================================
 privacy
========================================================= */
@media (min-width: 768px) {
  .p-privacy .c-post-body a[href*="tel:"] {
    color: #322d2d;
    text-decoration: none;
  }
}
.p-privacy .c-post-body .c-list li + li {
  margin-top: 0;
}

.p-privacy__inner {
  max-width: 1160px;
}

/* =========================================================
 utility
========================================================= *//*# sourceMappingURL=styles.css.map */