@charset "UTF-8";
/*----------------------------------------------------
  左 テキストコーナー
----------------------------------------------------*/
.top_common_content--l .top_common__en {
  margin: 0 0 5px;
  color: #5a3118;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.top_common_content--l .top_common__text {
  margin: 0 0 50px;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top_common_content--l .top_common__text {
    margin-bottom: 32px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.top_common__title {
  margin: 0 0 30px;
  color: #5a3118;
  font-size: 4.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .top_common__title {
    margin-bottom: 21px;
    font-size: 3rem;
    line-height: 1.55;
  }
}
.top_common__title .mini {
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .top_common__title .mini {
    font-size: 2.3rem;
  }
}

/*----------------------------------------------------
  MV スライダー
----------------------------------------------------*/
.mv_container {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .mv_container {
    overflow: visible;
    min-height: auto;
    height: min(100vh, 700px);
  }
}
@media screen and (max-width: 767px) {
  .mv_container {
    min-height: auto;
    height: min(100vh, 600px);
  }
}
.mv_container .mv_bg_swiper {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv_container .mv_bg_swiper .swiper-wrapper,
.mv_container .mv_bg_swiper .swiper-slide,
.mv_container .mv_bg_swiper .swiper-img {
  width: 100%;
  height: 100%;
}
.mv_container .mv_bg_swiper .swiper-img {
  overflow: hidden;
}
.mv_container .mv_bg_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_container .mv_bg_swiper .swiper-slide.swiper-slide-active .swiper-img, .mv_container .mv_bg_swiper .swiper-slide.swiper-slide-duplicate-active .swiper-img, .mv_container .mv_bg_swiper .swiper-slide.swiper-slide-prev .swiper-img {
  animation: mvZoomUp 7s linear 0s normal both;
}
.mv_container #header,
.mv_container .main_catch,
.mv_container .mv_txt {
  position: relative;
  z-index: 2;
}
.mv_container #header {
  z-index: 10000;
}
.mv_container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(46, 46, 46, 0.1);
  pointer-events: none;
}
.mv_container .top_cah {
  position: absolute;
  bottom: 65px;
  left: 3%;
  z-index: 3;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mv_container .top_cah {
    bottom: 40px;
  }
}
.mv_container .top_cah-sub {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .mv_container .top_cah-sub {
    font-size: 1.5rem;
    gap: 10px;
  }
}
.mv_container .top_cah-sub span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 2rem;
  letter-spacing: 0.22em;
  white-space: nowrap;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .mv_container .top_cah-sub span {
    font-size: 1.2rem;
    gap: 10px;
  }
}
.mv_container .top_cah-sub span::before {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mv_container .top_cah-sub span::before {
    width: 11px;
  }
}
.mv_container .top_cah-main {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(3.2rem, 5vw, 8rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  margin-top: 20px;
  white-space: nowrap;
}
.mv_container .top_cah-main .mini {
  font-size: 0.66em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1500px) {
  .mv_container .top_cah-main {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1366px) {
  .mv_container .top_cah-main {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv_container .top_cah-main {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .top_cah-main {
    font-size: 4rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}

@keyframes mvZoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*----------------------------------------------------
  イベントバナー
----------------------------------------------------*/
.top_banner_slider {
  padding: 50px 0;
  background: #e6dbd7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_banner_slider {
    padding: 26px 0;
  }
}
.top_banner_slider.is-no-slider-pc .top_banner_slider__arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_banner_slider.is-no-slider-pc .top_banner_slider__arrow {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .top_banner_slider.is-no-slider-pc .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
  }
}

.top_banner_slider__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_banner_slider__inner {
    max-width: calc(100% - 20px);
  }
}

.top_banner_slider__swiper {
  overflow: hidden;
}

.top_banner_slider__item {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 300/225;
}
.top_banner_slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_banner_slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 32px;
  height: 32px;
  background: #77191f;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.top_banner_slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .top_banner_slider__arrow::before {
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .top_banner_slider__arrow {
    width: 42px;
    height: 42px;
  }
}

.top_banner_slider__arrow--prev {
  left: -44px;
}
.top_banner_slider__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
@media screen and (max-width: 1430px) {
  .top_banner_slider__arrow--prev {
    left: 0;
  }
}

.top_banner_slider__arrow--next {
  right: -44px;
}
.top_banner_slider__arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
@media screen and (max-width: 1430px) {
  .top_banner_slider__arrow--next {
    right: 0;
  }
}

/*----------------------------------------------------
  イベント情報
----------------------------------------------------*/
.column_event {
  padding: 110px 0 95px;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .column_event {
    padding: 40px 0 0;
  }
}

.column_event .common__title_wrap {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .column_event .common__title_wrap {
    margin-bottom: 26px;
  }
}

.event_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1180px) {
  .event_list {
    gap: 28px;
  }
}
@media screen and (max-width: 820px) {
  .event_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .event_list {
    margin-bottom: 25px;
  }
}

.event_card {
  display: block;
  color: #2e2e2e;
  text-decoration: none;
}
.event_card:hover .event_card__img img {
  transform: scale(1.05);
}
.event_card:hover .event_card__more {
  color: #77191f;
}

.event_card__img {
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 395/280;
  margin-bottom: 14px;
}
.event_card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(90, 49, 24, 0.12);
}

.event_card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .event_card__meta {
    gap: 8px;
  }
}
.event_card__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 30px;
  padding: 0 14px;
  color: #5a3118;
  border: 1px solid #5a3118;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.event_card__meta time {
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .event_card__meta time {
    font-size: 1.4rem;
  }
}

.event_card h2,
.event_card h3 {
  margin: 0 0 13px;
  color: #5a3118;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .event_card h2,
  .event_card h3 {
    font-size: 2rem;
  }
}
.event_card p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .event_card p {
    display: none;
  }
}

.event_card__more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  color: #77191f;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .event_card__more {
    flex-direction: row-reverse;
  }
}
.event_card__more::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #b8b8b8;
}

.event_note {
  margin: 0 0 42px;
  padding: 23px 20px;
  color: #5a3118;
  background: rgba(90, 49, 24, 0.12);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .event_note {
    margin-bottom: 32px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.event_btn {
  display: flex;
  justify-content: center;
}
.event_btn .c-btn-primary {
  max-width: 300px;
}

/*----------------------------------------------------
  施工事例
----------------------------------------------------*/
.column_works {
  position: relative;
  padding: 40px 0 130px;
  background: #fff;
  overflow: hidden;
}
.column_works::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 950px;
  height: 950px;
  background: url("../img/top/work_bg.png") center/cover no-repeat;
  z-index: 0;
}
@media screen and (min-width: 1250px) {
  .column_works::before {
    width: 1170px;
    height: 1170px;
  }
}
@media screen and (max-width: 767px) {
  .column_works::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .column_works {
    padding: 50px 0;
  }
}

.works_inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .works_inner .c-btn-primary {
    width: 100%;
    margin-top: 30px;
  }
}

.works_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1180px) {
  .works_head {
    display: block;
    margin-bottom: 10px;
  }
}
.works_head .common__title_wrap {
  margin-bottom: 0;
}

.works_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .works_tags {
    gap: 7px;
  }
}
.works_tags li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 28px;
  padding: 3px 18px 4px;
  color: #5a3118;
  background: #ded6d1;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .works_tags li a {
    font-size: 1.3rem;
    padding: 5px 10px 6px;
  }
}
@media screen and (max-width: 820px) {
  .works_tags {
    justify-content: flex-start;
    margin-top: 24px;
  }
}

.works_list,
.voice_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}
@media screen and (max-width: 1180px) {
  .works_list,
  .voice_list {
    gap: 28px;
  }
}
@media screen and (max-width: 820px) {
  .works_list,
  .voice_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .works_list,
  .voice_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}

.works_card,
.voice_card {
  display: block;
  color: #2e2e2e;
  background: #f7f5f3;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  padding: 5px;
  border-radius: 5px;
}
.works_card:hover img,
.voice_card:hover img {
  transform: scale(1.05);
}
.works_card:nth-child(4),
.voice_card:nth-child(4) {
  display: none;
}
@media screen and (max-width: 820px) {
  .works_card:nth-child(4),
  .voice_card:nth-child(4) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .works_card,
  .voice_card {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}

.works_card__img,
.voice_card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 360/245;
}
.works_card__img .thl,
.voice_card__img .thl {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}
@media screen and (max-width: 767px) {
  .works_card__img .thl,
  .voice_card__img .thl {
    border-radius: 7px;
  }
}

.voice_card__img {
  position: relative;
  overflow: visible;
  aspect-ratio: 360/245;
}
.voice_card__img .thl {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: transform 0.45s ease;
}
@media screen and (max-width: 767px) {
  .voice_card__img .thl {
    border-radius: 7px;
  }
}
.voice_card__img .voice_card__thumbnail {
  overflow: hidden;
}

.works_card__body {
  padding: 18px 15px 22px;
}
@media screen and (max-width: 767px) {
  .works_card__body {
    padding: 7px 0 0;
  }
}
.works_card__body h2,
.works_card__body h3 {
  margin: 12px 0 0;
  color: #5a3118;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .works_card__body h2,
  .works_card__body h3 {
    font-size: 1.6rem;
  }
}

.works_card__tags {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .works_card__tags {
    flex-wrap: wrap;
  }
}
.works_card__tags li {
  padding: 7px 16px;
  color: #5a3118;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .works_card__tags li {
    background: #ded6d1;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 1.3rem;
  }
}

.voice_head {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin: 58px 0 24px;
}
.voice_head h3 {
  margin: 0;
  color: #2e2e2e;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  border-left: 4px solid #8f214a;
  padding: 5px 10px;
}
.voice_head span {
  color: #5a3118;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .voice_head {
    display: block;
    margin: 35px 0 20px;
  }
  .voice_head span {
    display: block;
    margin-top: 8px;
  }
}

.voice_card__person {
  position: absolute;
  right: 18px;
  bottom: -34px;
  z-index: 5;
  width: 116px;
  height: 116px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}
.voice_card__person img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}
@media screen and (max-width: 767px) {
  .voice_card__person {
    display: none;
  }
}

.voice_card__body {
  padding: 24px 18px 22px;
  position: relative;
  z-index: 1;
  padding: 28px 18px 22px;
}
@media screen and (max-width: 767px) {
  .voice_card__body {
    padding: 7px 0 0;
  }
}
.voice_card__body h3 {
  margin: 10px 0 14px;
  color: #5a3118;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .voice_card__body h3 {
    font-size: 1.6rem;
    margin: 5px 0 0;
  }
}

.voice_card__area {
  position: relative;
  margin: 0;
  padding-left: 27px;
  color: #2e2e2e;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice_card__area {
    padding-left: 20px;
  }
}
.voice_card__area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/voice_map-icon.png);
  display: block;
  background-size: contain;
  width: 16px;
  height: 24px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .voice_card__area::before {
    width: 11px;
    height: 17px;
  }
}

.voice_card__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (max-width: 767px) {
  .voice_card__text {
    display: none;
  }
}

.voice_card__more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 22px 0 0;
  color: #77191f;
  font-size: 1.4rem;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
.voice_card__more::before {
  content: "";
  flex: 1;
  height: 1px;
  background: #b8b8b8;
}
@media screen and (max-width: 767px) {
  .voice_card__more {
    display: none;
  }
}

.works_btns {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 58px;
}
.works_btns .c-btn-primary {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .works_btns {
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }
  .works_btns .c-btn-primary {
    max-width: 100%;
  }
}

/*----------------------------------------------------
  なぜ、今もひのきの無垢材に、、、
----------------------------------------------------*/
.column_concept {
  position: relative;
  padding: 0 0 70px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_concept {
    padding: 0;
    background: #fff;
  }
}

.top_concept__inner {
  position: relative;
  max-width: 1730px;
}
@media screen and (max-width: 767px) {
  .top_concept__inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

.top_concept__bg {
  position: relative;
  display: flex;
  justify-content: center;
}
.top_concept__bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% - 50vw);
  background: url("../img/top/concept_bg.jpg") no-repeat right center/cover;
  border-radius: 6px 0 0 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_concept__bg::before {
    display: block;
  }
  .top_concept__bg::before::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    height: calc(100% - 230px);
    border-radius: 0;
    background: url("../img/top/concept_bg.jpg") no-repeat center top/cover;
  }
}
@media screen and (max-width: 1180px) {
  .top_concept__bg::before {
    right: 0;
    width: 100%;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .top_concept__bg::before {
    border-radius: 0;
  }
}

.top_concept__flex {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 55px;
  align-items: stretch;
  padding: 70px 0;
  min-height: 680px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .top_concept__flex {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_concept__flex {
    display: block;
    width: 100%;
    padding: 48px 20px 0;
    margin: 0;
    min-height: auto;
  }
}

.top_concept__img {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 540px;
  overflow: hidden;
  border-radius: 7px;
}
.top_concept__img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_concept__img {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .top_concept__img {
    min-height: auto;
  }
  .top_concept__img img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16/10;
  }
}

.top_common_content--l .top_common__text {
  margin-bottom: 35px;
}

.top_concept__quote_en {
  margin: 0 0 12px;
  color: #5a3118;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  z-index: 2;
  position: relative;
}

.top_concept__box {
  padding: 38px 32px;
  background: #fff;
  border-radius: 4px;
  color: #2e2e2e;
  z-index: 2;
  position: relative;
}
.top_concept__box h3 {
  margin: 0 0 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #5a3118;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.top_concept__box p {
  margin: 0 0 22px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
.top_concept__box strong {
  display: block;
  color: #5a3118;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top_concept__box {
    padding: 24px 20px;
  }
  .top_concept__box h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .top_concept__box p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .top_concept__box strong {
    font-size: 2rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .top_concept__content {
    position: relative;
    z-index: 1;
  }
}
.top_concept__content .top_common__title {
  text-indent: -0.08em;
}
@media screen and (max-width: 767px) {
  .top_concept__content .top_common__title {
    text-indent: initial;
  }
}
.top_concept__content .top_common__title .line-adjust {
  display: inline-block;
  transform: translateX(-0.08em);
}
@media screen and (max-width: 767px) {
  .top_concept__content .top_common__title .line-adjust {
    text-indent: initial;
  }
}

.top_concept__btn {
  max-width: 415px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .top_concept__btn {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.top_concept__sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_concept__sp_img {
    display: block;
    position: relative;
    z-index: 1;
    width: calc(100% + 56px);
    margin: 0 -28px;
  }
  .top_concept__sp_img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 375/210;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*----------------------------------------------------
  サイエンスホーム（木の家）の魅力
----------------------------------------------------*/
.column_charm {
  padding: 90px 0 100px;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .column_charm {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .column_charm .common__title_wrap__title {
    font-size: 1.8rem;
  }
}

.top_charm .common__title_wrap {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .top_charm .common__title_wrap {
    margin-bottom: 30px;
  }
}

.top_charm__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
@media screen and (max-width: 1180px) {
  .top_charm__list {
    gap: 42px 28px;
  }
}
@media screen and (max-width: 1024px) {
  .top_charm__list {
    gap: 42px 28px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top_charm__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.top_charm__item {
  display: block;
  color: #2e2e2e;
  text-decoration: none;
}
.top_charm__item:hover .top_charm__img img {
  transform: scale(1.05);
}
.top_charm__item:hover .top_charm__more {
  color: #77191f;
}

.top_charm__img {
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 360/272;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .top_charm__img {
    aspect-ratio: 560/210;
    margin-bottom: 10px;
  }
}
.top_charm__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}

.top_charm__body {
  display: grid;
  grid-template-columns: 70px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .top_charm__body {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}

.top_charm__label {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0 0 8px;
  color: #5a3118;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top_charm__label {
    display: none;
  }
}

.top_charm__num {
  grid-column: 1/2;
  grid-row: 2/4;
  margin: 0;
  color: #5a3118;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  top: -15px;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .top_charm__num {
    font-size: 5rem;
    top: 0;
    line-height: 0.9;
  }
}

.top_charm__text {
  grid-column: 2/3;
  grid-row: 1/4;
  min-width: 0;
}
.top_charm__text h3 {
  margin: 0 0 12px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_charm__text h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.top_charm__text p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top_charm__text p {
    display: none;
  }
}

.top_charm__sub {
  margin: 0 0 8px !important;
  color: #5a3118 !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 767px) {
  .top_charm__sub {
    display: block !important;
    margin: 0 0 5px !important;
  }
}

.top_charm__more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0 0;
  color: #77191f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
  transition: color 0.3s ease;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.top_charm__more::before {
  content: "";
  flex: 1;
  height: 1px;
  background: #b8b8b8;
}
@media screen and (max-width: 767px) {
  .top_charm__more {
    margin-top: 10px;
  }
}

.top_charm__btn {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}
.top_charm__btn .c-btn-primary {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .top_charm__btn {
    margin-top: 42px;
  }
  .top_charm__btn .c-btn-primary {
    max-width: 100%;
  }
}

/*----------------------------------------------------
  STYLE
----------------------------------------------------*/
.column_style {
  position: relative;
  padding: 95px 0 105px;
  background: url("../img/top/style_bg_pc.jpg") center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_style {
    padding: 50px 0 30px;
  }
}
.column_style::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}

.top_style__inner {
  position: relative;
  z-index: 1;
  max-width: 1730px;
}
@media screen and (max-width: 1730px) {
  .top_style__inner {
    padding: 0 20px;
  }
}

.top_style__head {
  text-align: center;
  color: #5a3118;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .top_style__head {
    margin-bottom: 32px;
  }
}

.top_style__en {
  margin: 0;
  color: #5a3118;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
  .top_style__en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .top_style__en {
    font-size: 7rem;
  }
}

.top_style__title {
  margin: 12px 0 34px;
  color: #5a3118;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top_style__title {
    margin: 10px 0 22px;
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.top_style__title .mini {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top_style__title .mini {
    font-size: 1.5rem;
  }
}

.top_style__lead {
  margin: 0;
  color: #5a3118;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top_style__lead {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.top_style__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}
@media screen and (max-width: 1366px) {
  .top_style__list {
    gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .top_style__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.top_style__card {
  position: relative;
  display: block;
  height: 550px;
  overflow: hidden;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}
.top_style__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.82) 100%);
}
.top_style__card:hover img {
  transform: scale(1.05);
}
.top_style__card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1366px) {
  .top_style__card {
    height: 410px;
  }
}
@media screen and (max-width: 767px) {
  .top_style__card {
    height: 360px;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
  }
}

.top_style__num {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 2;
  display: flex;
  gap: 10px;
  color: #fff;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_style__num {
    right: 10px;
  }
}
.top_style__num span {
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_style__num span {
    font-size: 2rem;
  }
}
.top_style__num em {
  writing-mode: vertical-rl;
  font-style: normal;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.top_style__body {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .top_style__body {
    left: 15px;
    right: 22px;
  }
}
.top_style__body h3 {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .top_style__body h3 {
    font-size: 2rem;
  }
}
.top_style__body p {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .top_style__body p {
    width: 95%;
  }
}

.top_style__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 8px;
}
.top_style__price span {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.top_style__price strong {
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.top_style__price em {
  font-style: normal;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_style__price strong {
    font-size: 3.5rem;
  }
}

.top_style__more {
  position: relative;
  margin-top: 13px;
  padding-top: 13px;
  text-align: right;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top_style__more::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  right: 87px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top_style__more {
    display: none;
  }
}

/*----------------------------------------------------
  建てた後も、、、、
----------------------------------------------------*/
.column_after {
  position: relative;
  padding: 120px 0 150px;
  background: url("../img/top/guarantee-after_pc.jpg") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_after {
    padding: 35px 0;
    background: url("../img/top/guarantee-after_sp.jpg") center/cover no-repeat;
  }
}
.column_after::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .column_after::before {
    display: none;
  }
}

.top_after__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 410px 1fr;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1366px) {
  .top_after__inner {
    gap: 70px;
  }
}
@media screen and (max-width: 1180px) {
  .top_after__inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .top_after__inner {
    gap: 0;
  }
}

.column_after .top_common__en,
.column_after .top_common__title,
.column_after .top_common__text {
  color: #fff;
}

.top_after__btn {
  max-width: 360px;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .top_after__btn {
    margin-top: 34px;
  }
}

.top_after__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 820px) {
  .top_after__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.top_after__card {
  min-height: 220px;
  padding: 42px 24px 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  background: rgba(90, 49, 24, 0.4);
  backdrop-filter: blur(3px);
  text-align: center;
}
.top_after__card i {
  display: block;
  margin-bottom: 24px;
  color: #fff;
  font-size: 3.4rem;
}
.top_after__card h3 {
  margin: 0 0 13px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_after__card h3 {
    font-size: 1.6rem;
  }
}
.top_after__card p {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top_after__card p {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .top_after__card {
    min-height: 200px;
    padding: 36px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_after__card {
    min-height: auto;
    padding: 24px 15px 20px;
  }
  .top_after__card i {
    margin-bottom: 18px;
    font-size: 3rem;
  }
}

/*----------------------------------------------------
  あなたの家づくりを担う、、、
----------------------------------------------------*/
.column_staff {
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .column_staff {
    padding: 0 0 28px;
    background: #fff;
  }
}

.top_staff__inner {
  display: grid;
  grid-template-columns: 600px 1fr;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1366px) {
  .top_staff__inner {
    gap: 5px;
  }
}
@media screen and (max-width: 1180px) {
  .top_staff__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0;
    background: url("../img/top/concept_bg.jpg") center/cover no-repeat;
  }
}
@media screen and (max-width: 1180px) {
  .top_staff__inner .top_staff__content {
    padding: 25px 20px 35px;
  }
}

.top_staff__content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .top_staff__content {
    order: 2;
    width: 100%;
  }
}

.top_staff__photo {
  width: calc(100% + max(0px, (100vw - 1200px) / 2));
  margin-right: calc(-1 * max(0px, (100vw - 1200px) / 2));
  border-radius: 7px 0 0 7px;
  overflow: hidden;
}
.top_staff__photo img {
  display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1500px) {
  .top_staff__photo img {
    height: 520px;
  }
}
@media screen and (max-width: 1180px) {
  .top_staff__photo {
    order: 1;
    width: 100%;
    margin-right: 0;
    border-radius: 0;
  }
  .top_staff__photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 750/430;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.column_news {
  padding: 50px 0 140px;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .column_news {
    padding: 20px 0 30px;
  }
}

.top_news__inner {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 45px;
}
@media screen and (max-width: 1180px) {
  .top_news__inner {
    grid-template-columns: 300px 1fr;
  }
}
@media screen and (max-width: 820px) {
  .top_news__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.top_news__head {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .top_news__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
  }
}
@media screen and (max-width: 767px) {
  .top_news__head .common__title_wrap {
    margin-bottom: 0;
  }
}

.top_news__lead {
  margin-bottom: 35px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_news__lead {
    display: none;
  }
}

.top_news__more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #77191f;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top_news__more {
    font-size: 1.3rem;
    gap: 8px;
  }
}
.top_news__more span {
  position: relative;
  width: 36px;
  height: 36px;
  background: #77191f;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_news__more span {
    width: 30px;
    height: 30px;
  }
}
.top_news__more span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.top_news__list {
  border-top: 1px solid #999;
}

.top_news__item {
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .top_news__item:last-child {
    border-bottom: none;
  }
}
.top_news__item a {
  display: grid;
  grid-template-columns: 110px 110px 1fr;
  align-items: center;
  gap: 20px;
  min-height: 112px;
}
@media screen and (max-width: 820px) {
  .top_news__item a {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_news__item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px 19px;
    padding: 20px 0;
    min-height: auto;
  }
}
.top_news__item time {
  font-size: 1.5rem;
  font-weight: 500;
}
.top_news__item h2,
.top_news__item h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
@media screen and (max-width: 820px) {
  .top_news__item h2,
  .top_news__item h3 {
    white-space: initial;
  }
}
@media screen and (max-width: 767px) {
  .top_news__item h2,
  .top_news__item h3 {
    width: 100%;
    font-size: 1.5rem;
  }
}

.top_news__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 32px;
  color: #5a3118;
  border: 2px solid #5a3118;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .top_news__cat {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top_news__cat {
    width: 100px;
    height: 25px;
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------
  CONTACT 共通コンテンツ
----------------------------------------------------*/
.column_contact {
  position: relative;
  padding: 100px 0 120px;
  background: url("../img/common/contact-bg.png") center/cover no-repeat;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}
.column_contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 46, 0.4);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .column_contact {
    padding: 60px 20px 30px;
  }
}

.top_contact__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_contact__inner {
    padding: 0;
  }
}

.top_contact__head {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .top_contact__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_contact__head .top_contact__title .mini {
    font-size: 2.4rem;
  }
}

.top_contact__en {
  margin: 0 0 15px;
  font-size: 1.2rem;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.16em;
}

.top_contact__title {
  margin-bottom: 31px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .top_contact__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top_contact__title {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
  }
}
.top_contact__title .mini {
  font-size: 4rem;
}
@media screen and (max-width: 820px) {
  .top_contact__title .mini {
    font-size: 2.7rem;
  }
}

.top_contact__lead {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .top_contact__lead {
    font-size: 1.4rem;
    text-align: center;
  }
}

.top_contact__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1180px) {
  .top_contact__body {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.top_contact__stay {
  position: relative;
  min-height: 350px;
  padding: 50px 50px 45px;
  background: url("../img/common/contact_stay_bg.png") center/cover no-repeat;
  border-radius: 6px;
  overflow: hidden;
}
.top_contact__stay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(65, 19, 0, 0.85);
  z-index: 0;
}
.top_contact__stay > * {
  position: relative;
  z-index: 1;
}
.top_contact__stay h3 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.top_contact__stay p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .top_contact__stay {
    min-height: auto;
    padding: 25px 20px;
  }
  .top_contact__stay h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .top_contact__stay p {
    font-size: 1.3rem;
  }
}
.top_contact__stay .c-btn-primary {
  max-width: 360px;
}
.top_contact__stay .c-btn-primary:hover {
  opacity: 1;
}

.top_contact__stay-en {
  margin: 0 0 5px !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.08em !important;
}
@media screen and (max-width: 767px) {
  .top_contact__stay-en {
    font-weight: 500 !important;
  }
}

.top_contact__right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top_contact__right {
    gap: 15px;
  }
}

.top_contact__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 820px) {
  .top_contact__cards {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_contact__cards {
    grid-template-columns: 1fr;
  }
}

.top_contact__card {
  display: block;
  min-height: 235px;
  padding: 42px 20px 28px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  background: rgba(90, 49, 24, 0.4);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 767px) {
  .top_contact__card {
    min-height: auto;
    padding: 25px 20px;
  }
}
.top_contact__card:hover {
  opacity: 1;
}
.top_contact__card h3 {
  margin: 0 0 13px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top_contact__card h3 {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 7px;
  }
}
.top_contact__card p {
  margin: 0 0 30px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top_contact__card p {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

.top_contact__line {
  display: flex;
  align-items: center;
  gap: 120px;
  min-height: 86px;
  padding: 0 35px;
  background: #fff;
  color: #77191f;
  text-decoration: none;
  border-radius: 6px;
}
.top_contact__line:hover {
  opacity: 1;
}
.top_contact__line img {
  width: 42px;
  height: auto;
}
.top_contact__line span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .top_contact__line {
    gap: 20px;
    min-height: 66px;
    padding: 0 20px;
    flex-direction: row-reverse;
  }
  .top_contact__line img {
    width: 30px;
  }
  .top_contact__line span {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */