/* Quoted from custom.css */
.serve_title {
  padding: 1rem 0;
  font-size: 16px;
}

.search__box .searchProject {
  height: 100%;
  border:10px solid #e5e5e5;
}
.search__box section.-small2 {
   width: calc(100% / 3);
}
@media (max-width: 936px) {
  .search__box section.-small2 {
    width: 100%;
   padding:0 1rem;
  }
}

/* .property-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}
.property-title__status {
  width: 25%;
  height: auto;
  object-fit: contain;
}
.property-title__cp {
  width: 100%;
  height: auto;
  object-fit: contain;
}
 */

 .property-title {
  display: flex;
  flex-direction: row;
  align-items: center; /* 垂直方向の中央揃え */
  padding: 1rem;
  height: 100px; /* ここで全体の高さを固定（案件に合わせて調整してください） */
}

.property-title__status {
  height: 100%; /* 親の高さ（60px）に合わせる */
  width: auto;   /* 横幅は自動計算（アスペクト比維持） */
  max-height: 80px; /* ステータス画像だけ少し小さくしたい場合はここで調整 */
  object-fit: contain;
}

/* ロゴを囲む a タグも高さを持たせる */
.property-title a {
  height: 100%;
  display: flex;
  align-items: center;
}

.property-title__cp {
  height: 100%; /* 親の高さに合わせる */
  width: auto;  /* 横幅は自動計算 */
  object-fit: contain;
}

.large-project {
  padding-top: 100px;
  z-index: 10;
  position: relative;
}
.large-project__cards {
  max-width: 1200px;
  border: 30px solid #e5e5e5;
  padding-top: 0;
  margin: 100px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-self: stretch;
  justify-content: flex-start;
  align-content: flex-start;
}

.large_catch {
  font-weight: bold;
  font-family: auto;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #232323;
  padding: 1.125rem 0.75rem 1.135rem;
  margin: 0;
  text-align: justify;
  border-top: none;
  border-bottom: none;
}

.large-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0 0;
}
.large-icon img {
  margin: 0.5rem;
  width: 14%;
}

.campaign__text__largeoffice {
  width: 100%;
}
.campaign__text__largeoffice img {
  width: 100%;
}

.large__project__boxList {
  margin: 0;
}

.project__boxList dt {
  min-height: 30px;
  margin-top:0;
}
.project__boxList dd {
  min-height: 30px;
  margin-top:0;
}

.large-section__wrap {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.large__content {
  padding-top: 3rem;
}
.large__content img {
  width: 90%;
}
.large__content h4 {
  font-size: 1.3rem;
}
.large__content p {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .large__content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .br-sp {
    display: none;
  }
}
.js-large-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.js-large-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.large-slideArrow {
  display: flex;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(0, -50%);
  object-fit: cover;
  z-index: 50;
  background: rgba(237, 237, 237, 0.7960784314);
  padding: 0.75rem 0;
}
.large-slideArrow__prev {
  left: 0;
  padding-left: 0.75rem;
}
.large-slideArrow__next {
  right: 0;
  padding-right: 0.75rem;
}

.large-slide {
  position: relative;
}
.large-slide__caption {
  position: absolute;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  right: 0;
  bottom: 0;
  display: block;
  padding: 2rem 0.5rem 0.5rem;
  color: #fff;
  width: 100%;
  text-align: end;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4941176471));
}

.slick-dots {
  bottom: 1.75rem;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.3137254902);
  border-radius: 50px;
  transition: all ease 0.5;
}
.slick-dots li button {
  width: 7px;
  height: 7px;
}
.slick-dots .slick-active {
  background-color: #fff;
  transition: all ease 0.5;
}

.js-large-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  justify-content: center;
  align-items: center;
}
.js-large-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.large-modal-image {
  background: #fff;
  padding: 1rem;
}

.large-cvBtn {
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 1.25em;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  gap: 0.1rem;
}
.large-cvBtn__black {
  background-color: #000;
  border: 1px solid #000;
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.large-cvBtn__black:hover {
  background-color: #fff;
  color: #000;
}
.large-cvBtn__text {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
.large-cvBtn__small {
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
}

.large-cvArea {
  display: flex;
  width: 100%;
  gap: 1rem;
  margin-top: 2rem;
}
.large-cvArea__column {
  flex-direction: column;
}
.large-cvArea__column .large-cvBtn {
  width: 100%;
}
@media (max-width: 768px) {
  .large-cvArea__column .large-cvBtn {
    flex-direction: column;
  }
}
.large-cvArea__row {
  flex-direction: row;
}
@media (max-width: 768px) {
  .large-cvArea__row {
    flex-direction: column;
  }
}
.large-cvArea__row .large-cvBtn {
  width: 50%;
  padding: 1em;
}
@media (max-width: 768px) {
  .large-cvArea__row .large-cvBtn {
    width: 100%;
  }
}

.archive-slide {
  position: relative;
}
.archive-slide img {
  width: 100%;
}
.archive-slide__caption {
  position: absolute;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #000000);
  background-blend-mode: multiply;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 2rem 2rem 3rem;
}
@media (max-width: 768px) {
  .archive-slide__caption {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4509803922));
    padding: 1rem;
  }
}
.archive-slide__caption h2 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 4.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .archive-slide__caption h2 {
    font-size: 1.15rem;
    line-height: 1.65rem;
  }
}
.archive-slide__caption h3 {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  width: fit-content;
  padding-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .archive-slide__caption h3 {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
  }
}
.archive-slide__caption h4 {
  display: inline-block;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.25rem;
}
@media (max-width: 768px) {
  .archive-slide__caption h4 {
    font-size: 0.85rem;
  }
}
.archive-slide__caption span {
  display: inline-block;
  color: #000;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.25rem;
  background-color: #fff;
  padding: 0.4rem 0.25rem 0.4rem 0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .archive-slide__caption span {
    font-size: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
}
.archive-slide__caption p {
  font-size: 1rem;
  letter-spacing: 0.15rem;
}

.archive-slider-dots {
  display: flex;
  flex-direction: row;
  gap: 6px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none;
  font-size: 0;
  position: absolute;
  bottom: 0;
}
.archive-slider-dots li {
  display: inline-block;
  width: 100%;
}
.archive-slider-dots button {
  position: relative;
  width: 100%;
  height: 6px;
  border: 0;
  background-color: rgba(204, 204, 204, 0.568627451);
  font-size: 0;
}
.archive-slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
.archive-slider-dots .slick-active button:after {
  background-color: #000;
  animation: progress 3.7s linear forwards;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.annotation-priceDown {
  position: relative;
}
.annotation-priceDown::after {
  font-size: 0.8rem;
  content: "\\ PRICE DOWN! /";
  position: absolute;
  left: 0.25rem;
  top: -1rem;
  color: #e90000;
}/*# sourceMappingURL=largeoffice.css.map */

.mg-top0{
  margin-top: 0 !important;
}




.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  background-color: #000;
  width: 14px;
  height: 14px;
  font-size: 6px;
  line-height: 14px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 10px;
  display: none;
}

.title h1 {
  font-size: 4rem;
  line-height: 1.1;
}

.title_lead {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.title h2 span {
  font-size: 1rem;
}

.serve_title {
  line-height: 1.8;
}

.search__box section+section {
  margin-top: 0;
}


/*追加*/
/* --- テーブル全体のスタイル --- */
.project__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
    margin: 2rem 0 0;
}

/* 見出し(th) */
.project__table th {
    padding: 15px 5px;
    text-align: center;
    background-color: #f2f2f2;
    font-weight: bold;
    border-bottom: 2px solid #000;
}

/* データ行(tr) */
.project__table tbody tr.project__row {
    position: relative; /* リンクの基準点 */
    cursor: pointer;
    transition: background-color 0.3s;
}

.project__table tbody tr.project__row:hover {
    background-color: #fffbe8; /* ホバー時の色 */
}

/* データセル(td) */
.project__table td {
    padding: 15px 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1;
}

/* 【重要】1つ目のセル：aタグを行全体に広げるための魔法の1行 */
.project__table td:first-child {
    position: static;
}

/* --- 透明な全域リンク --- */
.row-overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;   /* 横幅いっぱい */
    bottom: 0;  /* 縦幅いっぱい */
    z-index: 10;
    text-indent: -9999px;
}

/* --- 矢印（>）の設定 --- */
.project__table td:last-child {
    padding-right: 25px;
}

.project__table td:last-child::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #cdb232;
    border-right: 2px solid #cdb232;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
    z-index: 11; /* リンクより上に置く */
}

.project__table tr:hover td:last-child::after {
    right: 5px;
}

/* --- お問い合わせボタン（CVボタン） --- */
.area-cvBtn {
    width: 100%;
    padding: 1em 0 0;
}

.area-inner-cvBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 0.5rem;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    line-height: 1.5;
}

/* 背景白・文字黒の反転（同時変化） */
.area-inner-cvBtn:hover {
    background-color: #fff;
    color: #000;
}

.area-inner-cvBtn *, 
.area-inner-cvBtn *:before, 
.area-inner-cvBtn *:after {
    color: inherit; /* 文字色を親に合わせる */
    transition: inherit; /* 速度も親に合わせる */
}

/* 1. まずカーソルを指マークにする（詳細度を上げるため table を付ける） */
  tr.clickable-row {
    cursor: pointer;
    transition: background-color 0.5s ease;
  }

/* ホバー時の色を指定（!importantで強制適用） */
  tr.clickable-row:hover {
    background-color: #fdfad5 !important; /* 薄いグレー。お好みの色コードに変えてください */
  }