@charset "UTF-8";
.hp {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.js-fade {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform; }
  .js-fade.is-show {
    opacity: 1;
    transform: translateY(0); }

#logo a {
  position: relative;
  z-index: 10; }

/* 苦手な人向け：動きを減らす設定 */
@media (prefers-reduced-motion: reduce) {
  .js-fade {
    opacity: 1;
    transform: none;
    transition: none; } }
header a {
  text-decoration: none; }

@media screen and (min-width: 900px) {
  #logo {
    margin: 0;
    line-height: 1.2; }
    #logo span {
      font-size: 16px; } }
@media screen and (max-width: 900px) {
  #logo img {
    width: 200px; } }
#logo {
  margin: 0;
  line-height: 1.2; }
  #logo span {
    font-size: clamp(0.8rem, 1vw, 1.1rem);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border: none; }

.mainimgwrap {
  position: relative;
  z-index: -1; }
  .mainimgwrap .catch {
    position: absolute;
    top: 50%;
    left: 5%;
    background: rgba(248, 248, 248, 0.8);
    padding: 1%;
    border-radius: 10px; }
    .mainimgwrap .catch h2 {
      font-size: clamp(2.3rem, 3vw, 5rem);
      margin: 0 0 5px 0;
      line-height: 1.3; }
    .mainimgwrap .catch h3 {
      font-size: clamp(1rem, 1.3vw, 1.8rem);
      margin: 0; }

@media screen and (max-width: 900px) {
  .mainimgwrap .catch {
    padding: 2%; } }
.list-grid7 figure img {
  border-radius: 10px; }
.list-grid7 .list a {
  text-align: center;
  border: none;
  background: #b3b182;
  border: 2px solid #b3b182;
  color: #fff;
  text-decoration: none;
  width: 80%;
  display: block;
  margin: 20px auto 0 auto;
  border-radius: 10px;
  padding: 2px 0;
  transition: 0.5s; }
  .list-grid7 .list a:hover {
    color: #000;
    background: #fff;
    border: 2px solid #b3b182 !important; }

#feature {
  padding: 40px 0;
  margin: 30px 0; }

.c-reasons__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }
.c-reasons__list {
  list-style: none;
  padding: 0;
  margin: 0; }
.c-reasons__item {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px 18px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .c-reasons__item {
      padding: 24px 22px; } }
.c-reasons__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px; }
.c-reasons__num {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-weight: 700; }
.c-reasons__item-title {
  font-size: 1.5rem;
  margin: 0; }
.c-reasons__body p {
  margin: 0;
  line-height: 1.7; }
.c-reasons__footer {
  margin-top: 24px; }
  .c-reasons__footer p {
    line-height: 1.8;
    margin: 0;
    text-align: center; }

.page-hero {
  position: relative;
  height: clamp(220px, 35vh, 420px);
  background-image: url("../images/header_01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35); }
  .page-hero__inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 clamp(16px, 5vw, 80px);
    text-align: center; }
  .page-hero__title {
    color: #fff;
    line-height: 1.2; }
  .page-hero__title-ja {
    display: block;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 600;
    letter-spacing: 0.05em; }
  .page-hero__title-en {
    display: block;
    margin-top: 8px;
    font-size: clamp(0.9rem, 1.4vw, 1.2rem);
    letter-spacing: 0.15em;
    opacity: 0.85;
    font-weight: 300; }

/* スマホ微調整 */
@media (max-width: 767px) {
  .page-hero__inner {
    justify-content: center; } }
.pagemessage {
  background: #978773;
  padding: 2rem 4rem; }
  .pagemessage__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
    .pagemessage__inner p {
      color: #fff;
      line-height: 2.4;
      text-align: center; }
  .pagemessage h3 {
    text-align: center;
    color: #fff;
    font-size: clamp(1.3rem, 1.4vw, 2rem); }

.reno h4 {
  background: #978773;
  padding: 3px 10px;
  color: #fff;
  font-weight: 300; }
.reno dl {
  padding: 10px; }
  .reno dl dt {
    color: #978773;
    font-weight: 500;
    font-size: 1.1rem;
    border-bottom: 1px solid #978773;
    margin-bottom: 5px; }
  .reno dl dd {
    margin-bottom: 15px; }

.rest_info {
  text-align: center;
  padding: 3rem 4rem; }
  .rest_info h4 {
    font-size: clamp(1rem, 2vw, 2.5rem);
    position: relative;
    display: inline-block;
    padding-bottom: 0.2em; }
    .rest_info h4:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 40%;
      height: 2px;
      background-color: #978773;
      transform: translateX(-50%); }

.p-steps {
  margin: 0 auto;
  padding: 4rem;
  max-width: 1200px;
  /* ===== SP ===== */ }
  .p-steps h2 {
    text-align: center;
    font-size: clamp(2rem, 2.6vw, 3rem);
    font-weight: 700;
    margin-bottom: 48px;
    line-height: 1.3; }
    .p-steps h2 span {
      display: block;
      margin-top: 8px;
      font-size: 1.2rem;
      letter-spacing: 0.2em;
      color: #777;
      font-weight: 400; }
  .p-steps__item {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
    padding: 32px;
    margin-bottom: 32px;
    background: #f3f1ec;
    border-radius: 12px; }
  .p-steps__content {
    min-width: 0; }
  .p-steps__head {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 12px; }
  .p-steps__num {
    font-size: clamp(2.8rem, 4vw, 5rem);
    font-weight: 800;
    line-height: 1;
    color: #bbb;
    letter-spacing: 0.05em; }
  .p-steps__title {
    font-size: clamp(1.6rem, 1.8vw, 2.2rem);
    font-weight: 700;
    margin: 0; }
  .p-steps__text {
    font-size: 1.2rem;
    line-height: 1.9;
    margin: 0; }
  .p-steps__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover; }
  @media (max-width: 768px) {
    .p-steps {
      padding: 40px 16px; }
      .p-steps__item {
        grid-template-columns: 1fr;
        padding: 24px; } }

.p-intro {
  background: #eeeae4; }
  .p-intro__inner {
    margin: 0 auto;
    padding: 4rem;
    max-width: 1200px; }
  .p-intro__title {
    text-align: center;
    font-size: clamp(2rem, 2.6vw, 3rem);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    align-items: center; }
    .p-intro__title span {
      display: block;
      margin-top: 8px;
      font-size: 1.5rem;
      font-weight: 400;
      color: #666; }
  .p-intro__lead {
    line-height: 1.9;
    margin-bottom: 48px;
    color: #333;
    margin: 0 0 48px 0;
    text-align: center; }
  .p-intro__points {
    display: grid;
    gap: 32px; }
  .p-intro__point {
    padding-left: 16px;
    border-left: 3px solid #ddd; }
    .p-intro__point h3 {
      font-weight: 700;
      margin-bottom: 12px; }
    .p-intro__point p {
      margin: 0;
      line-height: 1.9;
      color: #444; }
  @media (max-width: 768px) {
    .p-intro {
      padding: 60px 16px; }
      .p-intro__point {
        padding-left: 12px; } }

.contacttel {
  text-align: center;
  margin-bottom: 30px; }
  .contacttel h4 {
    font-size: clamp(1.3rem, 1.5vw, 1.8rem);
    margin: 0; }
  .contacttel .inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 0;
    border-radius: 10px; }
  .contacttel p {
    margin: 0; }
  .contacttel .telephone {
    font-size: clamp(2rem, 2.6vw, 3rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 3px; }

.p-parallax-cards {
  position: relative;
  padding: 30px 4rem 40px 4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%; }
  .p-parallax-cards::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    pointer-events: none; }
  .p-parallax-cards__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .p-parallax-cards__head {
    display: flex;
    align-items: center;
    gap: 14px; }
  .p-parallax-cards__bar {
    width: 6px;
    height: 24px;
    background: #7a6b5a;
    border-radius: 999px; }
  .p-parallax-cards__title {
    font-size: clamp(1.5rem, 1.5vw, 2rem);
    font-weight: 400;
    margin: 0; }
  .p-parallax-cards__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px; }
  .p-parallax-cards__card {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(2px);
    padding: 22px 22px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
  .p-parallax-cards__cardTitle {
    display: inline-block;
    margin: 0 0 14px;
    padding: 10px 16px;
    background: #7a6b5a;
    color: #fff;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.02em; }
  .p-parallax-cards__text {
    margin: 0;
    line-height: 1.9;
    color: #222; }
  @media (max-width: 768px) {
    .p-parallax-cards {
      padding: 56px 0;
      background-attachment: scroll; }
      .p-parallax-cards__grid {
        grid-template-columns: 1fr;
        gap: 18px; } }

/* ===== 背景画像切り替え ===== */
.p-parallax-cards.is-floor {
  background-image: url("../images/745b81_4e88a631c2c44cc28238a24d5f6f89f1~mv2.avif"); }

.p-parallax-cards.is-wall {
  background-image: url("../images/745b81_9043e9dee01d4fe4b22b48a6f012f388~mv2.avif"); }

.p-parallax-cards.is-equipment {
  background-image: url("../images/745b81_433e1b78488846c9a71cf094b8af4b34~mv2.avif");
  margin-bottom: 100px; }

.p-recruit {
  padding: clamp(24px, 3vw, 48px) 0;
  max-width: 1200px;
  margin: 0 auto; }
  .p-recruit__block {
    margin-top: clamp(28px, 4vw, 56px); }
    .p-recruit__block:first-child {
      margin-top: 0; }
  .p-recruit__title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.2;
    margin: 0 0 18px; }
  .p-recruit__titleBar {
    width: 4px;
    height: 1.8em;
    background: #8b7a6a;
    border-radius: 2px;
    flex: 0 0 auto; }

.p-flow {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px; }
  .p-flow__item {
    position: relative;
    display: flex;
    align-items: center; }
  .p-flow__card {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    padding: clamp(18px, 2vw, 26px);
    min-height: 120px;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 2px; }
  .p-flow__num {
    font-weight: 800;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1;
    color: rgba(139, 122, 106, 0.22);
    display: block;
    margin-bottom: 8px; }
  .p-flow__label {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #222;
    font-size: clamp(14px, 1.2vw, 16px); }
  .p-flow__arrow {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 12px solid #111;
    margin-left: 12px;
    flex: 0 0 auto; }
  .p-flow__item:last-child .p-flow__arrow {
    display: none; }
  @media (max-width: 768px) {
    .p-flow {
      grid-template-columns: 1fr;
      gap: 12px; }
      .p-flow__item {
        flex-direction: column;
        align-items: stretch; }
      .p-flow__arrow {
        margin: 10px auto 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 12px solid #111;
        border-bottom: 0; }
      .p-flow__card {
        min-height: 104px; } }

.p-spec {
  background: #fff;
  margin-left: 2rem;
  margin-right: 2rem; }
  .p-spec__row {
    margin: 0;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    padding: 22px 24px; }
    .p-spec__row + .p-spec__row {
      border-top: 1px solid rgba(0, 0, 0, 0.12); }
  .p-spec__term {
    margin: 0;
    font-weight: 700;
    color: #333; }
  .p-spec__desc {
    margin: 0;
    color: #333;
    line-height: 1.8; }
  @media (max-width: 768px) {
    .p-spec__row {
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 18px 16px; }
    .p-spec__term {
      color: #111; } }

.p-contact-cta {
  padding: 0 4rem 4rem 4em; }
  .p-contact-cta__inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    border-radius: 12px; }
  .p-contact-cta__lead {
    margin: 0 0 16px;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.7;
    text-align: center; }
  .p-contact-cta__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px; }
  .p-contact-cta__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-align: center; }
    .p-contact-cta__btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08); }
    .p-contact-cta__btn-label {
      font-weight: 700;
      font-size: clamp(15px, 1.25vw, 18px);
      line-height: 1.3;
      color: #111; }
    .p-contact-cta__btn-sub {
      font-size: 13px;
      color: rgba(0, 0, 0, 0.65); }

@media (max-width: 768px) {
  .p-contact-cta__lead {
    text-align: left; }
  .p-contact-cta__actions {
    grid-template-columns: 1fr; }
  .p-contact-cta__btn {
    padding: 14px 16px; } }
.p-contact-cta__btn {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .p-contact-cta__btn.-tel {
    background: #2f5fa4;
    border-color: #2f5fa4; }
    .p-contact-cta__btn.-tel .p-contact-cta__btn-label,
    .p-contact-cta__btn.-tel .p-contact-cta__btn-sub {
      color: #fff; }
  .p-contact-cta__btn.-form {
    background: #e9e6e1;
    border-color: #e9e6e1; }
    .p-contact-cta__btn.-form .p-contact-cta__btn-label {
      color: #333; }
    .p-contact-cta__btn.-form .p-contact-cta__btn-sub {
      color: rgba(0, 0, 0, 0.6); }

.p-form {
  width: min(100%, 1000px);
  margin: 80px auto;
  display: grid;
  padding: 0 4rem;
  gap: 16px; }
  .p-form__row {
    display: grid;
    gap: 8px; }
  .p-form__label {
    font-weight: 700;
    line-height: 1.3; }
  .p-form__req {
    margin-left: 8px;
    font-size: 12px; }
  .p-form input, .p-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6; }
  .p-form__submit {
    padding: 14px 18px;
    border: 0;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer; }

/* =====================================
   Thanks page
===================================== */
.p-thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  margin: 50px 0; }

.p-thanks__inner {
  width: min(100%, 1000px);
  padding: 32px 28px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  text-align: center; }

.p-thanks__title {
  margin: 0 0 18px;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.4; }

.p-thanks__title span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  opacity: .6; }

.p-thanks__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 14px; }

.p-thanks__note {
  font-size: 13px;
  line-height: 1.6;
  opacity: .7;
  margin-bottom: 26px; }

.p-thanks__actions {
  margin-top: 8px; }

.p-thanks__btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: transform .15s ease, box-shadow .15s ease; }

.p-thanks__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); }

/* SP */
@media (max-width: 768px) {
  .p-thanks__inner {
    padding: 26px 20px; } }
.p-confirm {
  margin: 32px auto 0;
  max-width: 900px; }

.p-confirm__list {
  margin: 0;
  padding: 0; }

.p-confirm__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  align-items: center; }
  .p-confirm__row:last-child {
    border-bottom: none; }
  .p-confirm__row dt {
    font-weight: 600;
    color: #555;
    text-align: right;
    padding-top: 2px; }
  .p-confirm__row dd {
    margin: 0;
    color: #222;
    line-height: 1.6;
    word-break: break-word;
    text-align: left; }

/* SP */
@media (max-width: 768px) {
  .p-confirm__row {
    grid-template-columns: 1fr;
    gap: 6px; }
    .p-confirm__row dt {
      text-align: left;
      font-size: 14px;
      color: #777; }
    .p-confirm__row dd {
      font-size: 15px; } }
.p-confirm__row--message {
  grid-template-columns: 1fr; }
  .p-confirm__row--message dt {
    text-align: center;
    font-weight: 600; }
  .p-confirm__row--message dd {
    padding: 12px 14px;
    background: #f7f7f7;
    border-radius: 6px;
    line-height: 1.7; }

#newsWrap {
  margin: 4rem 0;
  padding: 0 4rem; }
  #newsWrap h2 {
    margin-bottom: 1rem; }
  #newsWrap #newsList {
    list-style: none;
    margin: 0 auto 2rem auto;
    padding: 0;
    max-width: 1200px; }
    #newsWrap #newsList li {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 0.75rem 0;
      border-bottom: 1px solid #e5e5e5;
      line-height: 1.6; }
      #newsWrap #newsList li:last-child {
        border-bottom: none; }
      #newsWrap #newsList li .up_ymd {
        font-size: 0.85rem;
        color: #777;
        white-space: nowrap; }
      #newsWrap #newsList li .catName {
        font-size: 0.75rem;
        padding: 0.15em 0.6em;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #555;
        white-space: nowrap; }
      #newsWrap #newsList li .title {
        flex: 1;
        min-width: 0; }
        #newsWrap #newsList li .title a {
          color: #222;
          text-decoration: none;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 16px;
          padding-top: 8px; }
          #newsWrap #newsList li .title a:hover {
            text-decoration: underline; }

/* ---------- SP ---------- */
@media screen and (max-width: 768px) {
  #newsWrap #newsList li {
    flex-wrap: wrap;
    gap: 0.3rem 0.6rem; }
    #newsWrap #newsList li .up_ymd {
      width: 100%;
      font-size: 0.8rem; }
    #newsWrap #newsList li .catName {
      font-size: 0.7rem; }
    #newsWrap #newsList li .title {
      width: 100%; }
      #newsWrap #newsList li .title a {
        white-space: normal; } }
