@charset "UTF-8";
.lower_container {
  position: relative;
  overflow: hidden;
  min-height: auto;
  height: min(100vh, 420px);
  background: url(../img/common/lower_catch_bg_pc.png) center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .lower_container {
    height: min(100vh, 620px);
  }
}
@media screen and (max-width: 767px) {
  .lower_container {
    height: min(100vh, 370px);
    background: url(../img/common/lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
  .lower_container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 0;
  }
}
.lower_container .lower_catch {
  width: 100%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.7;
}
@media screen and (max-width: 1180px) {
  .lower_container .lower_catch {
    width: 90%;
    top: 41%;
  }
}
@media screen and (max-width: 1024px) {
  .lower_container .lower_catch {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .lower_container .lower_catch {
    width: 98%;
    top: 45%;
  }
}
.lower_container .lower_catch__tit {
  text-align: center;
  color: #ffffff;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 5rem;
  font-weight: 600;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .lower_container .lower_catch__tit {
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .lower_container .lower_catch__tit {
    font-size: 2.7rem;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  }
}
.lower_container .lower_catch__txt {
  font-size: 2.2rem;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .lower_container .lower_catch__txt {
    font-size: 1.9rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lower_container .lower_catch__txt {
    font-size: 1.7rem;
  }
}

.company .lower_container {
  background: url(../img/common/company_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .company .lower_container {
    background: url(../img/common/company_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.guarantee .lower_container {
  background: url(../img/common/guarantee_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .guarantee .lower_container {
    background: url(../img/common/guarantee_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.post-type-archive-event .lower_container {
  background: url(../img/common/event_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .post-type-archive-event .lower_container {
    background: url(../img/common/event_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.post-type-archive-works .lower_container,
.single-works .lower_container {
  background: url(../img/common/works_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .post-type-archive-works .lower_container,
  .single-works .lower_container {
    background: url(../img/common/works_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.staff .lower_container,
.why-kinoie .lower_container {
  background: url(../img/common/why-kinoie_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .staff .lower_container,
  .why-kinoie .lower_container {
    background: url(../img/common/why-kinoie_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.single-voice .lower_container,
.post-type-archive-voice .lower_container {
  background: url(../img/common/voice_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .single-voice .lower_container,
  .post-type-archive-voice .lower_container {
    background: url(../img/common/voice_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.hinoki .lower_container {
  background: url(../img/common/hinoki_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .hinoki .lower_container {
    background: url(../img/common/hinoki_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.lineup .lower_container {
  background: url(../img/common/lineup_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .lineup .lower_container {
    background: url(../img/common/lineup_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.cat-news .lower_container,
.category-news .lower_container {
  background: url(../img/common/news_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .cat-news .lower_container,
  .category-news .lower_container {
    background: url(../img/common/news_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.performance .lower_container {
  background: url(../img/common/performance_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .performance .lower_container {
    background: url(../img/common/performance_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.recruit .lower_container {
  background: url(../img/common/recruit_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit .lower_container {
    background: url(../img/common/recruit_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

.shinkabe .lower_container {
  background: url(../img/common/shinkabe_lower_catch_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .shinkabe .lower_container {
    background: url(../img/common/shinkabe_lower_catch_bg_sp.jpg) center/cover no-repeat;
  }
}

/*----------------------------------------------------
  共通見出し
----------------------------------------------------*/
.lower_head {
  text-align: center;
  margin-bottom: 30px;
}
.lower_head .contents_en {
  margin: 0 0 5px;
  color: #5a3118;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .lower_head .contents_en {
    margin-bottom: 11px;
    font-size: 1.1rem;
  }
}
.lower_head .contents_title {
  color: #5a3118;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
  .lower_head .contents_title {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .lower_head .contents_title {
    font-size: 2.5rem;
    line-height: 1.55;
    letter-spacing: 0.04em;
  }
}
.lower_head .contents_title .mini {
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .lower_head .contents_title .mini {
    font-size: 1.9rem;
  }
}

/*----------------------------------------------------
  共通コンテンツ幅
----------------------------------------------------*/
.lower_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .lower_inner {
    width: 94%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .lower_inner {
    width: 100%;
  }
}

/*----------------------------------------------------
  サイエンスホーム（木の家）の魅力 ページ
----------------------------------------------------*/
.column_belief {
  padding: 95px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .column_belief {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .column_belief {
    padding: 30px 0 0;
  }
}

.belief_inner {
  display: grid;
  grid-template-columns: 580px 1fr;
  align-items: flex-start;
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .belief_inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

.belief_content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .belief_content {
    padding: 0 20px;
  }
}

.belief_lead {
  margin: 0 0 32px;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .belief_lead {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}

.belief_text {
  margin: 0 0 28px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .belief_text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.belief_box {
  margin-top: 60px;
  padding: 35px 40px;
  background: #f6f4f2;
  border-radius: 5px;
}
.belief_box h3 {
  margin: 0 0 17px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 500;
}
.belief_box p {
  margin: 0 0 18px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
.belief_box strong {
  display: block;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .belief_box {
    margin-top: 36px;
    padding: 28px 22px;
  }
  .belief_box strong {
    font-size: 1.8rem;
  }
}

.belief_img {
  position: relative;
  /* lower_inner(1200px) を超えて右端まで伸ばす */
  width: calc(100% + max(0px, (100vw - 1200px) / 2));
  margin-right: calc(-1 * max(0px, (100vw - 1200px) / 2));
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.belief_img img {
  display: block;
  width: 100%;
  height: 960px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1366px) {
  .belief_img img {
    height: 760px;
  }
}
@media screen and (max-width: 1180px) {
  .belief_img {
    width: 100%;
    margin-right: 0;
    border-radius: 4px;
  }
  .belief_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 767px) {
  .belief_img {
    border-radius: 0;
  }
  .belief_img img {
    aspect-ratio: 4/3;
  }
}

.column_story {
  padding: 70px 0 95px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .column_story {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .column_story .story_inner {
    padding: 0;
  }
}
.column_story .story_box {
  padding: 70px 20px 65px;
  background: url("../img/top/concept_bg.jpg") center/cover no-repeat;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_story .story_box {
    padding: 55px 20px 60px;
    border-radius: 0;
  }
}
.column_story .story_head {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .column_story .story_head {
    margin-bottom: 26px;
  }
}
.column_story .story_lead {
  margin: 0;
  color: #5a3118;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .column_story .story_lead {
    font-size: 1.4rem;
  }
  .column_story .story_lead br {
    display: none;
  }
}
.column_story .story_movie {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #000;
}
.column_story .story_movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .column_story .story_movie {
    width: 100%;
  }
}
.column_story .story_caption {
  margin: 14px 0 0;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .column_story .story_caption {
    font-size: 1.1rem;
  }
}

.column_contents {
  padding: 90px 0 120px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_contents {
    padding: 60px 0 70px;
  }
}

.contents_list {
  display: flex;
  flex-direction: column;
  gap: 82px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contents_list {
    gap: 52px;
  }
}

.contents_item {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 58px;
}
@media screen and (max-width: 1024px) {
  .contents_item {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.contents_item--reverse {
  grid-template-columns: 0.85fr 1.15fr;
}
.contents_item--reverse .contents_img {
  order: 2;
}
.contents_item--reverse .contents_body {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .contents_item--reverse {
    grid-template-columns: 1fr;
  }
  .contents_item--reverse .contents_img {
    order: 1;
  }
  .contents_item--reverse .contents_body {
    order: 2;
  }
}

.contents_img {
  border-radius: 5px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.contents_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1024px) {
  .contents_img {
    aspect-ratio: initial;
  }
  .contents_img img {
    height: auto;
    aspect-ratio: 560/210;
  }
}

.contents_body {
  color: #2e2e2e;
}
.contents_body h3 {
  margin: 17px 0 25px;
  color: #5a3118;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contents_body h3 {
    margin: 18px 0 20px;
    font-size: 2.1rem;
  }
}

.contents_meta {
  color: #5a3118;
}

.contents_meta__top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.contents_meta__top p {
  flex: 0 0 auto;
  margin: 0;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.contents_meta__top::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #5a3118;
}

.contents_meta span {
  display: block;
  margin: 0;
  color: #5a3118;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contents_meta span {
    font-size: 1.5rem;
  }
}

.contents_text {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contents_text {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.contents_btn {
  max-width: 315px;
}
@media screen and (max-width: 1024px) {
  .contents_btn {
    max-width: 100%;
  }
}

/*----------------------------------------------------
  商品ラインナップ リンクボタン
----------------------------------------------------*/
.column_style_tab {
  padding: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  .column_style_tab {
    padding: 15px 0 35px;
  }
}
.column_style_tab .style_tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .column_style_tab .style_tab {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.column_style_tab .style_tab__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 20px;
  border: 1px solid #bdada3;
  border-radius: 5px;
  background: #fff;
  color: #5a3118;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .column_style_tab .style_tab__item {
    min-height: 82px;
    padding: 18px 16px;
  }
}
.column_style_tab .style_tab__item span {
  display: block;
  margin-bottom: 12px;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .column_style_tab .style_tab__item span {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}
.column_style_tab .style_tab__item strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .column_style_tab .style_tab__item strong {
    font-size: 1.8rem;
  }
}
.column_style_tab .style_tab__item.is-active {
  border-color: #77191f;
  color: #77191f;
}
.column_style_tab .style_tab__item:hover {
  border-color: #77191f;
  background: #77191f;
  color: #ffffff;
  opacity: 1;
}

/*----------------------------------------------------
  平屋ページ
----------------------------------------------------*/
.column_commitment {
  position: relative;
  padding: 90px 0 95px;
  background: url("../img/hiraya/hiraya_bg_img.jpg") center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_commitment {
    padding: 60px 0;
  }
}
.column_commitment::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 46, 0.4);
  z-index: 0;
}

.commitment_inner {
  position: relative;
  z-index: 1;
}

.commitment_head {
  margin-bottom: 48px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .commitment_head {
    margin-bottom: 34px;
  }
}
.commitment_head .lower_head .contents_title,
.commitment_head .lower_head .contents_en {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .commitment_head .lower_head .contents_title {
    font-size: 2.3rem;
  }
}
.commitment_head .commitment_lead {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .commitment_head .commitment_lead {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .commitment_head .commitment_lead br {
    display: none;
  }
}

.commitment_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .commitment_list {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 620px;
  }
}

.commitment_card {
  min-height: 315px;
  padding: 42px 38px 38px;
  background: #fff;
  border-radius: 5px;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .commitment_card {
    min-height: auto;
    padding: 32px 24px;
  }
}
.commitment_card h3 {
  margin: 30px 0 20px;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .commitment_card h3 {
    margin: 20px 0 16px;
    font-size: 2rem;
    text-align: center;
  }
}
.commitment_card p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .commitment_card p {
    font-size: 1.35rem;
    line-height: 1.8;
  }
}

.commitment_icon {
  text-align: center;
  color: #c25f36;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .commitment_icon {
    font-size: 3rem;
  }
}

.column_plan_price {
  padding: 90px 0 105px;
  background: url("../img/hiraya/lineup_price_bg.jpg") center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
.column_plan_price::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .column_plan_price {
    padding: 60px 0 70px;
  }
}
.column_plan_price .plan_price_inner {
  position: relative;
  z-index: 1000;
}
.column_plan_price .plan_price_lead {
  margin: 24px 0 0;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .column_plan_price .plan_price_lead {
    margin-top: 18px;
    font-size: 1.4rem;
  }
}
.column_plan_price .plan_price_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 34px;
}
@media screen and (max-width: 820px) {
  .column_plan_price .plan_price_list {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 28px;
  }
}
.column_plan_price .plan_price_card {
  background: transparent;
}
.column_plan_price .plan_price_img {
  aspect-ratio: 630/439;
  overflow: hidden;
  background: #fff;
  padding: 10px 5px;
}
.column_plan_price .plan_price_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.column_plan_price .plan_price_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.column_plan_price .plan_price_table thead {
  background: #5a3118;
}
.column_plan_price .plan_price_table th,
.column_plan_price .plan_price_table td {
  padding: 20px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.column_plan_price .plan_price_table thead th {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.column_plan_price .plan_price_table thead th:first-child {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .column_plan_price .plan_price_table thead th:first-child {
    width: 45%;
  }
}
.column_plan_price .plan_price_table thead th:last-child {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .column_plan_price .plan_price_table thead th:last-child {
    width: 55%;
  }
}
.column_plan_price .plan_price_table tbody th {
  width: 30%;
  color: #5a3118;
}
@media screen and (max-width: 767px) {
  .column_plan_price .plan_price_table tbody th {
    width: 45%;
  }
}
.column_plan_price .plan_price_table tbody td {
  width: 70%;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .column_plan_price .plan_price_table tbody td {
    width: 55%;
  }
}
.column_plan_price .plan_price_table tbody th, .column_plan_price .plan_price_table tbody td {
  border-bottom: 1px solid #bdada3;
}
@media screen and (max-width: 767px) {
  .column_plan_price .plan_price_table th,
  .column_plan_price .plan_price_table td {
    padding: 12px 14px;
    font-size: 1.5rem;
  }
}
.column_plan_price .plan_price_note {
  margin: 20px 0 42px;
  color: #2e2e2e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .column_plan_price .plan_price_note {
    margin: 18px 0 34px;
  }
}
.column_plan_price .spec_box {
  margin-top: 0;
}
.column_plan_price .spec_title {
  position: relative;
  margin: 0 0 18px;
  padding: 0 15px;
  color: #2e2e2e;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  border-left: 4px solid #8f214a;
}
.column_plan_price .spec_title span {
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .column_plan_price .spec_title {
    font-size: 1.5rem;
  }
}
.column_plan_price .spec_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .column_plan_price .spec_list {
    grid-template-columns: 1fr;
  }
}
.column_plan_price .spec_item {
  padding: 26px 28px;
  border-right: 1px solid #d8d1cd;
  border-bottom: 1px solid #d8d1cd;
}
.column_plan_price .spec_item:nth-child(2n) {
  border-right: none;
}
.column_plan_price .spec_item:nth-last-child(-n+2) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .column_plan_price .spec_item {
    padding: 22px 0;
    border-right: none;
  }
  .column_plan_price .spec_item:nth-last-child(-n+2) {
    border-bottom: 1px solid #d8d1cd;
  }
  .column_plan_price .spec_item:last-child {
    border-bottom: none;
  }
}
.column_plan_price .spec_label {
  margin: 0 0 10px;
  color: #77191f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .column_plan_price .spec_label {
    font-size: 1.7rem;
  }
}
.column_plan_price .spec_text {
  margin: 0;
  color: #5a3118;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .column_plan_price .spec_text {
    font-size: 1.5rem;
  }
}

/*----------------------------------------------------
  4つの選ばれる理由 （共通）
----------------------------------------------------*/
.column_point {
  padding: 90px 0 110px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_point {
    padding: 60px 0 70px;
  }
}

.point_inner {
  max-width: 1200px;
}
.point_inner .lower_head {
  margin-bottom: 58px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point_inner .lower_head {
    margin-bottom: 38px;
  }
}

.point_list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (max-width: 767px) {
  .point_list {
    gap: 48px;
  }
}

.point_item {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 820px) {
  .point_item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.point_item--reverse {
  grid-template-columns: 0.92fr 1.08fr;
}
.point_item--reverse .point_img {
  order: 2;
}
.point_item--reverse .point_body {
  order: 1;
}
@media screen and (max-width: 820px) {
  .point_item--reverse {
    grid-template-columns: 1fr;
  }
  .point_item--reverse .point_img {
    order: 1;
  }
  .point_item--reverse .point_body {
    order: 2;
  }
}

.point_img {
  border-radius: 5px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.point_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .point_img img {
    height: auto;
    aspect-ratio: 335/210;
  }
}

.point_body {
  color: #2e2e2e;
}
.point_body h3 {
  margin: 18px 0 22px;
  color: #5a3118;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .point_body h3 {
    margin: 16px 0 18px;
    font-size: 2.3rem;
  }
}
.point_body > p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .point_body > p {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}

.point_meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.point_meta::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #5a3118;
}
.point_meta p {
  flex: 0 0 auto;
  margin: 0;
  color: #5a3118;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

/*----------------------------------------------------
  関連する施工事例
----------------------------------------------------*/
.column_related_works {
  padding: 95px 0 120px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_related_works {
    padding: 60px 0 70px;
  }
}

.related_works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .related_works_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
.related_works_list .works_card:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .related_works_list .works_card:nth-child(n+4) {
    display: block;
  }
}
.related_works_list .works_card .works_card__body h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .related_works_list .works_card .works_card__body h3 {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

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

/*----------------------------------------------------
  宿泊体験
----------------------------------------------------*/
body.overnight .lower_container {
  position: relative;
  z-index: 5;
  overflow: visible;
}
body.overnight main {
  position: relative;
  z-index: 1;
}

.overnight .lower_container {
  height: auto;
}

.overnight_mv {
  position: relative;
  height: 100vh;
  overflow: visible;
  isolation: isolate;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .overnight_mv {
    height: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .overnight_mv {
    height: 600px;
  }
}

.overnight_mv__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.overnight_mv__img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .overnight_mv__img::before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.overnight_mv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overnight_mv__content {
  position: absolute;
  right: 8%;
  bottom: 150px;
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .overnight_mv__content {
    right: 15%;
  }
}
@media screen and (max-width: 767px) {
  .overnight_mv__content {
    right: 24px;
    bottom: 70px;
    left: 24px;
  }
}

.overnight_mv__en {
  margin: 0 0 22px;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .overnight_mv__en {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

.overnight_mv__title {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(4.8rem, 5vw, 9.5rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .overnight_mv__title {
    font-size: 4rem;
  }
}

.overnight_mv__circle {
  position: absolute;
  top: 20px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .overnight_mv__circle {
    right: -130px;
  }
}
@media screen and (max-width: 1024px) {
  .overnight_mv__circle {
    right: -100px;
    width: 100px;
    height: 100px;
    font-size: 2.1rem;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .overnight_mv__circle {
    top: 0;
    right: 0;
    width: 92px;
    height: 92px;
    font-size: 1.9rem;
  }
}

.overnight_mv__bottom {
  position: absolute;
  right: 5%;
  bottom: -40px;
  z-index: 20;
  margin: 0;
  white-space: nowrap;
  pointer-events: none;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(7rem, 8vw, 9.6rem);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.75);
  mix-blend-mode: overlay;
}
@media screen and (max-width: 767px) {
  .overnight_mv__bottom {
    left: 20px;
    bottom: -35px;
    transform: none;
    font-size: 4.2rem;
    letter-spacing: 0.04em;
  }
}

.column_overnight_notice {
  position: relative;
  z-index: 1;
  padding: 120px 0 75px;
  background: #e6dcda;
}
@media screen and (max-width: 767px) {
  .column_overnight_notice {
    padding: 55px 0 52px;
  }
}
.column_overnight_notice .overnight_notice_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .column_overnight_notice .overnight_notice_list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 15px;
  }
}
.column_overnight_notice .overnight_notice_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  padding: 28px 24px;
  background: #fff;
  border: 10px solid #77191f;
  color: #77191f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_overnight_notice .overnight_notice_item {
    min-height: 120px;
    padding: 20px 18px;
    border: 7px solid #77191f;
    border-width: 5px;
  }
}
.column_overnight_notice .overnight_notice_item p {
  margin: 18px 0 0;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .column_overnight_notice .overnight_notice_item p {
    margin-top: 7px;
    font-size: 1.6rem;
  }
}
.column_overnight_notice .overnight_notice_icon {
  color: #77191f;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .column_overnight_notice .overnight_notice_icon {
    font-size: 2.8rem;
  }
}
.column_overnight_notice .overnight_notice_text {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .column_overnight_notice .overnight_notice_text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.column_overnight_about {
  padding: 95px 0;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .column_overnight_about {
    padding: 0 0 45px;
  }
}
.column_overnight_about .overnight_about_inner {
  display: grid;
  grid-template-columns: 1fr 580px;
  align-items: stretch;
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .column_overnight_about .overnight_about_inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 45px;
  }
}
.column_overnight_about .overnight_about_img {
  position: relative;
  width: calc(100% + max(0px, (100vw - 1200px) / 2));
  height: 100%;
  margin-left: calc(-1 * max(0px, (100vw - 1200px) / 2));
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .column_overnight_about .overnight_about_img {
    order: 1;
    width: 100%;
    height: auto;
    margin-left: 0;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .column_overnight_about .overnight_about_img {
    border-radius: 0;
  }
}
.column_overnight_about .overnight_about_img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 760px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1366px) {
  .column_overnight_about .overnight_about_img img {
    min-height: 680px;
  }
}
@media screen and (max-width: 1180px) {
  .column_overnight_about .overnight_about_img img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 767px) {
  .column_overnight_about .overnight_about_img img {
    aspect-ratio: 4/3;
  }
}
.column_overnight_about .overnight_about_content {
  position: relative;
  z-index: 2;
  align-self: stretch;
}
@media screen and (max-width: 1180px) {
  .column_overnight_about .overnight_about_content {
    order: 2;
    padding: 0 20px;
  }
}
.column_overnight_about .overnight_about_text {
  margin: 0 0 28px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .column_overnight_about .overnight_about_text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.column_overnight_about .overnight_about_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .column_overnight_about .overnight_about_grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
}
.column_overnight_about .overnight_about_box {
  padding: 24px 25px;
  background: #f6f4f2;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .column_overnight_about .overnight_about_box {
    padding: 22px 20px;
  }
}
.column_overnight_about .overnight_about_box h3 {
  margin: 0 0 10px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_overnight_about .overnight_about_box h3 {
    font-size: 1.6rem;
  }
}
.column_overnight_about .overnight_about_box p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .column_overnight_about .overnight_about_box p {
    font-size: 1.4rem;
  }
}

.column_overnight_scene {
  position: relative;
  padding: 95px 0 120px;
  background: url("../img/overnight/overnight_house.jpg") center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_overnight_scene {
    padding: 65px 0 80px;
  }
}
.column_overnight_scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(4px);
}
.column_overnight_scene .overnight_scene_inner {
  position: relative;
  z-index: 1;
  max-width: 1730px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .column_overnight_scene .overnight_scene_inner {
    padding: 0 20px;
  }
}
.column_overnight_scene .overnight_scene_inner .lower_head .contents_en,
.column_overnight_scene .overnight_scene_inner .lower_head .contents_title {
  color: #fff;
}
.column_overnight_scene .overnight_scene_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media screen and (max-width: 1180px) {
  .column_overnight_scene .overnight_scene_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .column_overnight_scene .overnight_scene_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .column_overnight_scene .overnight_scene_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.column_overnight_scene .overnight_scene_card {
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .column_overnight_scene .overnight_scene_card {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: stretch;
    min-height: 170px;
    border-radius: 4px;
  }
}
.column_overnight_scene .overnight_scene_img {
  aspect-ratio: 315/260;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_overnight_scene .overnight_scene_img {
    aspect-ratio: auto;
    height: 100%;
  }
}
.column_overnight_scene .overnight_scene_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_overnight_scene .overnight_scene_body {
  min-height: 100px;
  padding: 18px 12px 20px;
  color: #5a3118;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_overnight_scene .overnight_scene_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 18px 14px;
  }
}
.column_overnight_scene .overnight_scene_body p {
  margin: 0 0 8px;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .column_overnight_scene .overnight_scene_body p {
    margin-bottom: 12px;
  }
}
.column_overnight_scene .overnight_scene_body h3 {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .column_overnight_scene .overnight_scene_body h3 {
    font-size: 1.5rem;
    line-height: 1.55;
  }
}

.column_model_house {
  padding: 95px 0 110px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .column_model_house {
    padding: 60px 0 70px;
  }
}
.column_model_house .model_house_inner {
  display: grid;
  grid-template-columns: 550px 1fr;
  align-items: stretch;
  gap: 70px;
}
@media screen and (max-width: 1180px) {
  .column_model_house .model_house_inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.column_model_house .model_house_content {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .column_model_house .model_house_content {
    height: auto;
  }
}
.column_model_house .model_house_text {
  margin: 0 0 28px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .column_model_house .model_house_text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.column_model_house .model_house_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .column_model_house .model_house_info {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
}
.column_model_house .model_house_info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 135px;
  padding: 22px 18px;
  background: #f6f4f2;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_model_house .model_house_info__item {
    min-height: 96px;
    padding: 20px 16px;
  }
}
.column_model_house .model_house_info__item p {
  margin: 0 0 12px;
  color: #5a3118;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .column_model_house .model_house_info__item p {
    font-size: 1.2rem;
  }
}
.column_model_house .model_house_info__item strong {
  display: block;
  color: #c25f36;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .column_model_house .model_house_info__item strong {
    font-size: 1.7rem;
  }
}
.column_model_house .model_house_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 400px 300px;
  gap: 8px;
  height: auto;
  align-self: start;
}
@media screen and (max-width: 1180px) {
  .column_model_house .model_house_gallery {
    grid-template-rows: 330px 200px;
  }
}
@media screen and (max-width: 767px) {
  .column_model_house .model_house_gallery {
    grid-template-rows: 230px 140px;
  }
}
.column_model_house .model_house_gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_model_house .model_house_gallery__main,
.column_model_house .model_house_gallery__sub {
  overflow: hidden;
  border-radius: 5px;
}
.column_model_house .model_house_gallery__main img,
.column_model_house .model_house_gallery__sub img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_model_house .model_house_gallery__main {
  grid-column: 1/3;
}

.column_overnight_free {
  position: relative;
  padding: 100px 0 93px;
  background: url("../img/overnight/overnight_house.jpg") center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_overnight_free {
    padding: 70px 0;
  }
}
.column_overnight_free::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 46, 0.4);
  z-index: 0;
}
.column_overnight_free .overnight_free_inner {
  position: relative;
  z-index: 1;
}
.column_overnight_free .overnight_free_content {
  max-width: 650px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_overnight_free .overnight_free_content {
    margin-left: 0;
  }
}
.column_overnight_free .overnight_free_en {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.column_overnight_free .overnight_free_title {
  margin: 0 0 38px;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.column_overnight_free .overnight_free_title .mini {
  font-size: 0.65em;
}
@media screen and (max-width: 767px) {
  .column_overnight_free .overnight_free_title .mini {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .column_overnight_free .overnight_free_title {
    margin-bottom: 28px;
    font-size: 2.5rem;
  }
}
.column_overnight_free .overnight_free_text {
  margin: 0 0 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .column_overnight_free .overnight_free_text {
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .column_overnight_free .overnight_free_text br {
    display: none;
  }
}

.column_overnight_reservation {
  padding: 95px 0 110px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_overnight_reservation {
    padding: 60px 0 0;
  }
}

.overnight_reservation_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 42px;
}
@media screen and (max-width: 820px) {
  .overnight_reservation_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.overnight_reservation_card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 35px;
  border-radius: 6px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .overnight_reservation_card {
    min-height: auto;
    padding: 28px 22px;
  }
}
.overnight_reservation_card h3 {
  margin: 18px 0 22px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .overnight_reservation_card h3 {
    font-size: 2rem;
  }
}
.overnight_reservation_card p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .overnight_reservation_card p {
    font-size: 1.4rem;
  }
}

.overnight_reservation_card--web {
  background: #5a3118;
}

.overnight_reservation_card--tel {
  background: #77191f;
}

.overnight_reservation_card--line {
  background: #00b900;
}

.overnight_reservation_label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.overnight_reservation_label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.overnight_reservation_label span {
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.overnight_reservation_small {
  margin-top: 4px !important;
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
}

.overnight_reservation_btn {
  margin-top: auto;
  max-width: 100%;
  min-height: 50px;
}
.overnight_reservation_btn:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .overnight_reservation_btn {
    margin-top: 28px;
  }
}

.c-btn-primary--white {
  background: #fff;
  color: #5a3118;
}
.c-btn-primary--white .c-btn-primary__arrow {
  background: #5a3118;
}
.c-btn-primary--white .c-btn-primary__arrow::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-btn-primary--white:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #5a3118;
}
.c-btn-primary--white:hover .c-btn-primary__arrow {
  background: #5a3118;
}

.c-btn-primary--line {
  background: #fff;
  color: #00b900;
}
.c-btn-primary--line .c-btn-primary__arrow {
  background: #00b900;
}
.c-btn-primary--line .c-btn-primary__arrow::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-btn-primary--line:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #00b900;
}
.c-btn-primary--line:hover .c-btn-primary__arrow {
  background: #00b900;
}

.overnight_reservation_note {
  margin-top: 26px;
  padding: 28px 32px;
  border: 3px solid #eeeae8;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .overnight_reservation_note {
    padding: 24px 20px;
  }
}
.overnight_reservation_note h3 {
  margin: 0 0 16px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .overnight_reservation_note h3 {
    font-size: 1.6rem;
  }
}
.overnight_reservation_note ul {
  margin: 0;
  padding: 0;
}
.overnight_reservation_note li {
  position: relative;
  padding-left: 18px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .overnight_reservation_note li {
    margin-bottom: 15px;
  }
}
.overnight_reservation_note li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #c25f36;
  border-radius: 50%;
}

.column_overnight_faq {
  padding: 95px 0 115px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_overnight_faq {
    padding: 60px 0 70px;
  }
}

.overnight_faq_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .overnight_faq_list {
    gap: 18px;
    margin-top: 32px;
  }
}

.overnight_faq_item {
  padding: 28px 25px 30px;
  border-radius: 5px;
}
.overnight_faq_item:nth-child(odd) {
  background: #e5dbd8;
}
@media screen and (max-width: 767px) {
  .overnight_faq_item {
    padding: 22px 20px;
  }
}
.overnight_faq_item h3 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 12px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .overnight_faq_item h3 {
    font-size: 1.6rem;
  }
}
.overnight_faq_item h3 span {
  color: #c25f36;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .overnight_faq_item h3 span {
    font-size: 2rem;
  }
}
.overnight_faq_item p {
  margin: 0;
  padding-left: 40px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .overnight_faq_item p {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/*----------------------------------------------------
  イベント情報
----------------------------------------------------*/
.column_event_archive {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .column_event_archive {
    padding-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .column_event_archive .event_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.column_event_archive .event_list .event_card:nth-child(4) {
  display: block;
}
.column_event_archive .event_list .event_card h2,
.column_event_archive .event_list .event_card h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .column_event_archive .event_list .event_card h2,
  .column_event_archive .event_list .event_card h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .column_event_archive .event_list .event_card__meta span {
    font-size: 1.2rem;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_event_archive .event_list .event_card__meta time {
    font-size: 1.3rem;
  }
}
.column_event_archive .event_list .event_card__more {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .column_event_archive .event_list .event_card__more {
    display: none;
  }
}

.column_event_archive .event_card__meta {
  flex-direction: column;
  align-items: flex-start;
}

/*----------------------------------------------------
  商品ラインナップ
----------------------------------------------------*/
.column_lineup_intro {
  padding: 90px 0 110px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_lineup_intro {
    padding: 60px 0 70px;
  }
}

.lineup_intro_lead {
  margin: 35px 0 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lineup_intro_lead {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/*----------------------------------------------------
  プライバシーポリシー
----------------------------------------------------*/
.column_privacy {
  padding: 30px 0 120px;
}
@media screen and (max-width: 767px) {
  .column_privacy {
    padding: 15px 0 70px;
  }
}

.privacy_content {
  margin-top: 55px;
  padding: 58px 64px;
  background: #f8f5f3;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .privacy_content {
    margin-top: 15px;
    padding: 34px 20px;
  }
}

.privacy_lead {
  margin: 0 0 45px;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .privacy_lead {
    margin-bottom: 34px;
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

.privacy_section {
  padding: 34px 0;
  border-top: 1px solid #ded6d2;
}
@media screen and (max-width: 767px) {
  .privacy_section {
    padding: 26px 0;
  }
}
.privacy_section h2 {
  position: relative;
  margin: 0 0 18px;
  padding-left: 18px;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-left: 5px solid #77191f;
}
@media screen and (max-width: 767px) {
  .privacy_section h2 {
    font-size: 2rem;
  }
}
.privacy_section p {
  margin-bottom: 13px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .privacy_section p {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
.privacy_section ul {
  margin: 14px 0 0;
  padding: 0;
}
.privacy_section li {
  position: relative;
  padding-left: 18px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
}
.privacy_section li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #c25f36;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .privacy_section li {
    font-size: 1.5rem;
  }
}

.privacy_section--contact {
  padding: 34px 36px;
  background: #fff;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .privacy_section--contact {
    padding: 26px 20px;
  }
}
.privacy_section--contact h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.privacy_date {
  margin: 38px 0 0;
  color: #5a3118;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .privacy_date {
    margin-top: 28px;
    font-size: 1.2rem;
    text-align: left;
  }
}

/*----------------------------------------------------
  お客様の声
----------------------------------------------------*/
.column_voice_archive .voice_card:nth-child(4) {
  display: block;
}

/*----------------------------------------------------
  会社概要
----------------------------------------------------*/
.column_representative {
  padding: 70px 0 115px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .column_representative {
    padding: 70px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_representative {
    padding: 30px 0 30px;
  }
}

.representative_inner {
  display: grid;
  grid-template-columns: 550px 1fr;
  align-items: start;
  gap: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .representative_inner {
    grid-template-columns: 350px 1fr;
  }
}
@media screen and (max-width: 820px) {
  .representative_inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.representative_photo {
  position: sticky;
}
@media screen and (max-width: 1180px) {
  .representative_photo {
    position: static;
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
  }
}

.representative_photo__img {
  overflow: hidden;
  border-radius: 5px;
}
.representative_photo__img img {
  display: block;
  width: 100%;
  aspect-ratio: 380/460;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.representative_content {
  position: relative;
  z-index: 2;
}
.representative_content .representative_title {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .representative_content .representative_title {
    font-size: 2.3rem;
  }
}
.representative_content .representative_title .mini {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .representative_content .representative_title .mini {
    font-size: 1.9rem;
  }
}

.representative_text p {
  margin: 0 0 15px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .representative_text p {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.95;
  }
}

.representative_sign {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid #ded6d2;
}
.representative_sign p {
  margin: 0 0 8px;
  color: #2e2e2e;
  font-size: 1.3rem;
  font-weight: 500;
}
.representative_sign strong {
  display: block;
  color: #5a3118;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.column_company_overview {
  position: relative;
  padding: 100px 0 130px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_company_overview {
    padding: 60px 0 70px;
  }
}
.column_company_overview::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 850px;
  height: 850px;
  background: url(../img/top/work_bg.png) center/cover no-repeat;
  z-index: 0;
}

.company_overview_table {
  margin-top: 52px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(90, 49, 24, 0.06);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .company_overview_table {
    margin-top: 36px;
  }
}
.company_overview_table dl {
  display: grid;
  grid-template-columns: 190px 1fr;
  margin: 0;
  border-bottom: 1px solid #ebe5e2;
}
.company_overview_table dl:last-child {
  border-bottom: none;
}
.company_overview_table dl:nth-child(even) {
  background: #f1eae3;
}
@media screen and (max-width: 767px) {
  .company_overview_table dl {
    grid-template-columns: 1fr;
  }
}
.company_overview_table dt {
  display: flex;
  align-items: center;
  padding: 24px 28px;
  color: #5a3118;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .company_overview_table dt {
    padding: 20px 20px 15px;
    font-size: 1.6rem;
  }
}
.company_overview_table dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 24px 28px;
  color: #2e2e2e;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company_overview_table dd {
    padding: 0 20px 20px;
    font-size: 1.6rem;
  }
}

.column_company_access {
  padding: 95px 0 110px;
  background: url(../img/company/access_bg.jpg) center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.column_company_access::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 46, 0.4);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .column_company_access {
    padding: 60px 10px 70px;
  }
}

.company_access_inner {
  padding: 75px 70px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .company_access_inner {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .company_access_inner {
    padding: 40px 20px;
    border-radius: 0;
  }
}
.company_access_inner .common__title_wrap {
  margin-bottom: 15px;
}

.company_access_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .company_access_content {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}
@media screen and (max-width: 767px) {
  .company_access_content {
    margin-top: 34px;
  }
}

.company_access_map {
  overflow: hidden;
  border-radius: 6px;
  background: #ddd;
  aspect-ratio: 1/0.9;
}
@media screen and (max-width: 767px) {
  .company_access_map {
    aspect-ratio: 1/0.8;
  }
}
.company_access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.company_access_info {
  color: #2e2e2e;
}

.company_access_block {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company_access_block {
    margin-bottom: 24px;
  }
}
.company_access_block p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company_access_block p {
    font-size: 1.35rem;
  }
}
.company_access_block a {
  color: #2e2e2e;
  text-decoration: none;
}
.company_access_block span {
  color: #777;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .company_access_block span {
    font-size: 1.2rem;
  }
}

.company_access_label {
  margin: 0 0 5px !important;
  color: #5a3118;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em;
}

.company_access_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 230px;
  min-height: 54px;
  padding: 0 24px;
  margin-top: 8px;
  background: #5a3118;
  border-radius: 3px;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: 0.35s;
}
.company_access_btn:hover {
  background: #77191f;
}
.company_access_btn i {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .company_access_btn {
    width: 100%;
    min-height: 52px;
    font-size: 1.35rem;
  }
}

.column_zeh {
  padding: 80px 0 95px;
  background: #f6f4f2;
}
@media screen and (max-width: 767px) {
  .column_zeh {
    padding: 55px 0 65px;
  }
}

.zeh_box {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 48px;
  padding: 42px 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(90, 49, 24, 0.06);
}
@media screen and (max-width: 767px) {
  .zeh_box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 24px;
    text-align: center;
  }
}

.zeh_logo {
  width: 130px;
  margin: 0 auto;
}
.zeh_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.zeh_content {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .zeh_content {
    text-align: center;
  }
}

.zeh_en {
  margin: 0 0 5px;
  color: #9a9a9a;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}

.zeh_title {
  margin: 0 0 18px;
  color: #5a3118;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .zeh_title {
    font-size: 2rem;
  }
}

.zeh_text {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .zeh_text {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}

/*----------------------------------------------------
  スタッフ紹介
----------------------------------------------------*/
.column_staff_detail {
  padding: 95px 0 120px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_staff_detail {
    padding: 30px 0 75px;
  }
}

.staff_detail_lead {
  margin: 35px 0 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .staff_detail_lead {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.staff_detail_list {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .staff_detail_list {
    gap: 55px;
    margin-top: 50px;
  }
}

.staff_member {
  position: relative;
  display: grid;
  grid-template-columns: 495px 1fr;
  align-items: flex-start;
  gap: 50px;
  padding: 58px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .staff_member {
    grid-template-columns: 340px 1fr;
    gap: 46px;
    padding: 42px;
  }
}
@media screen and (max-width: 820px) {
  .staff_member {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .staff_member {
    padding: 26px 20px;
    border-radius: 6px;
  }
}
.staff_member::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .staff_member::after {
    inset: 10px;
  }
}

.staff_member--light {
  background: linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)), url("../img/top/concept_bg.jpg") center/cover no-repeat;
  color: #2e2e2e;
}
.staff_member--light::after {
  border-color: rgba(90, 49, 24, 0.12);
}
.staff_member--light .staff_member__catch {
  color: #5a3118;
  background: #fff;
  border-left-color: #77191f;
}
.staff_member--light .staff_member__profile {
  background: rgba(255, 255, 255, 0.78);
}

.staff_member--reverse {
  grid-template-columns: 1fr 495px;
}
@media screen and (max-width: 1024px) {
  .staff_member--reverse {
    grid-template-columns: 1fr 390px;
  }
}
@media screen and (max-width: 820px) {
  .staff_member--reverse {
    grid-template-columns: 1fr;
  }
}
.staff_member--reverse .staff_member__photo {
  order: 2;
}
@media screen and (max-width: 820px) {
  .staff_member--reverse .staff_member__photo {
    order: 1;
  }
}
.staff_member--reverse .staff_member__content {
  order: 1;
}
@media screen and (max-width: 820px) {
  .staff_member--reverse .staff_member__content {
    order: 2;
  }
}

.staff_member__photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 820px) {
  .staff_member__photo {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
}
.staff_member__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 390/480;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.staff_member__content {
  position: relative;
  z-index: 1;
}
.staff_member__content h3 {
  margin: 0 0 6px;
  color: #5a3118;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .staff_member__content h3 {
    font-size: 2.5rem;
  }
}

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

.staff_member__en {
  margin: 0 0 28px;
  color: #9b8b82;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .staff_member__en {
    margin-bottom: 22px;
    font-size: 1.15rem;
  }
}

.staff_member__profile {
  margin: 0 0 25px;
  border-radius: 5px;
  overflow: hidden;
}
.staff_member__profile div {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-bottom: 1px solid rgba(90, 49, 24, 0.12);
}
.staff_member__profile div:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .staff_member__profile div {
    grid-template-columns: 95px 1fr;
  }
}
.staff_member__profile dt,
.staff_member__profile dd {
  padding: 20px 18px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .staff_member__profile dt,
  .staff_member__profile dd {
    padding: 12px 14px;
    font-size: 1.25rem;
  }
}
.staff_member__profile dt {
  color: #5a3118;
  font-weight: 700;
}
.staff_member__profile dd {
  margin: 0;
  font-weight: 500;
}

.staff_member__message .message_ttl {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #5a3118;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
.staff_member__message .message_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 100px;
  height: 1px;
  background: #e2cec3;
}
.staff_member__message p {
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .staff_member__message p {
    line-height: 1.9;
  }
}
.staff_member__message p:last-child {
  margin-bottom: 0;
}

.column_company_values {
  position: relative;
  padding: 95px 0 110px;
  background: #f7f5f3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_company_values {
    padding: 60px 0 70px;
  }
}
.column_company_values::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(90, 49, 24, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.company_values_inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.company_values_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 58px;
}
@media screen and (max-width: 820px) {
  .company_values_list {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .company_values_list {
    margin-top: 38px;
  }
}

.company_values_card {
  position: relative;
  min-height: 330px;
  padding: 48px 36px 42px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 14px 36px rgba(90, 49, 24, 0.07);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company_values_card {
    min-height: auto;
    padding: 36px 24px 34px;
  }
}
.company_values_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  background: #77191f;
}
.company_values_card h3 {
  margin: 20px 0 22px;
  color: #5a3118;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .company_values_card h3 {
    margin: 16px 0 18px;
    font-size: 2rem;
  }
}
.company_values_card p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .company_values_card p {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}

.company_values_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f6f1ef;
  color: #c25f36;
  font-size: 3rem;
  line-height: 1;
}

/*----------------------------------------------------
  安心の保証・アフター
----------------------------------------------------*/
.column_company_philosophy {
  padding: 95px 0 110px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .column_company_philosophy {
    padding: 70px 0 0;
  }
}

.company_philosophy_inner {
  display: grid;
  grid-template-columns: 580px 1fr;
  align-items: center;
  gap: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .company_philosophy_inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .company_philosophy_inner .top_common__title {
    font-size: 2.7rem;
  }
}

.company_philosophy_content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .company_philosophy_content {
    padding: 0 20px;
  }
}

.company_philosophy_text {
  margin: 0 0 26px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .company_philosophy_text {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

.company_philosophy_img {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 16px 36px rgba(90, 49, 24, 0.08);
}
@media screen and (max-width: 767px) {
  .company_philosophy_img {
    border-radius: 0;
  }
}
.company_philosophy_img img {
  display: block;
  width: 100%;
  aspect-ratio: 560/460;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.column_warranty {
  position: relative;
  padding: 95px 0 110px;
  background: #f7f5f3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_warranty {
    padding: 60px 0 70px;
  }
}
.column_warranty::before {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -160px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(90, 49, 24, 0.06), transparent 70%);
  pointer-events: none;
}

.warranty_inner {
  position: relative;
  z-index: 1;
  max-width: 1050px;
}

.warranty_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 48px;
}
@media screen and (max-width: 820px) {
  .warranty_list {
    grid-template-columns: 1fr;
  }
}

.warranty_card {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  min-height: 285px;
  padding: 42px 35px 42px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(90, 49, 24, 0.07);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .warranty_card {
    grid-template-columns: 54px 1fr;
    min-height: auto;
    padding: 30px 22px;
  }
}
.warranty_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  background: #77191f;
}

.warranty_card__num {
  color: rgba(90, 49, 24, 0.12);
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .warranty_card__num {
    font-size: 3.4rem;
  }
}

.warranty_card__label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: 0 0 13px;
  padding: 5px 11px;
  background: #c25f36;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.warranty_card__body h3 {
  margin: 0 0 18px;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .warranty_card__body h3 {
    font-size: 2rem;
  }
}
.warranty_card__body p:not(.warranty_card__label) {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .warranty_card__body p:not(.warranty_card__label) {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.column_inspection {
  padding: 95px 0 110px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_inspection {
    padding: 60px 0 70px;
  }
}

.inspection_content {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 58px;
  align-items: start;
  margin-top: 58px;
}
@media screen and (max-width: 820px) {
  .inspection_content {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .inspection_content {
    margin-top: 38px;
    padding: 0;
  }
}

.inspection_timeline {
  position: relative;
  padding-left: 42px;
}
.inspection_timeline::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  width: 2px;
  height: calc(100% - 20px);
  background: #ded6d2;
}

.inspection_step {
  position: relative;
  padding-bottom: 34px;
}
.inspection_step:last-child {
  padding-bottom: 0;
}

.inspection_step__dot {
  position: absolute;
  top: 5px;
  left: -42px;
  z-index: 2;
  width: 23px;
  height: 23px;
  border: 2px solid #5a3118;
  border-radius: 50%;
  background: #fff;
}
.inspection_step__dot::before {
  content: "";
  position: absolute;
  top: 47%;
  left: 49.7%;
  width: 10px;
  height: 10px;
  background: #77191f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .inspection_step__dot::before {
    top: 50%;
    left: 49.5%;
  }
}

.inspection_step__time {
  margin: 0 0 8px;
  color: #77191f;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.inspection_step h3 {
  margin: 0 0 10px;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .inspection_step h3 {
    font-size: 2rem;
  }
}
.inspection_step p:not(.inspection_step__time) {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .inspection_step p:not(.inspection_step__time) {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.inspection_message {
  position: sticky;
  top: 110px;
  padding: 38px 34px;
  background: #f6f4f2;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(90, 49, 24, 0.06);
}
@media screen and (max-width: 820px) {
  .inspection_message {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .inspection_message {
    padding: 30px 24px;
  }
}
.inspection_message h3 {
  margin: 0 0 24px;
  color: #5a3118;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.inspection_message h3 .mini {
  font-size: 0.65em;
}
@media screen and (max-width: 767px) {
  .inspection_message h3 {
    font-size: 2.2rem;
  }
}
.inspection_message p:not(.inspection_message__en) {
  margin: 0 0 18px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.inspection_message p:not(.inspection_message__en):last-child {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.inspection_message__en {
  margin: 0 0 14px;
  color: #77191f;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

.column_after_support {
  position: relative;
  padding: 95px 0 110px;
  background: #f6f4f2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_after_support {
    padding: 60px 0 70px;
  }
}
.column_after_support::before {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(90, 49, 24, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.after_support_inner {
  position: relative;
  z-index: 1;
}

.after_support_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 55px;
}
@media screen and (max-width: 820px) {
  .after_support_list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .after_support_list {
    margin-top: 38px;
  }
}

.after_support_card {
  position: relative;
  min-height: 300px;
  padding: 46px 32px 38px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 14px 36px rgba(90, 49, 24, 0.07);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .after_support_card {
    min-height: auto;
    padding: 36px 24px 34px;
  }
}
.after_support_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  background: #77191f;
}
.after_support_card h3 {
  margin: 20px 0 20px;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .after_support_card h3 {
    margin: 16px 0 18px;
    font-size: 2rem;
  }
}
.after_support_card p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .after_support_card p {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}

.after_support_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f6f1ef;
  color: #c25f36;
  font-size: 3rem;
  line-height: 1;
}

.column_warranty_message {
  padding: 90px 0 105px;
  background: url("../img/top/concept_bg.jpg") center/cover no-repeat;
}
@media screen and (max-width: 1200px) {
  .column_warranty_message {
    padding: 90px 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  .column_warranty_message {
    padding: 60px 20px 70px;
  }
}

.warranty_message_inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 70px;
  align-items: center;
  max-width: 1200px;
  padding: 70px 80px;
  background: #5a3118;
  border-radius: 6px;
}
@media screen and (max-width: 1180px) {
  .warranty_message_inner {
    grid-template-columns: 320px 1fr;
    gap: 45px;
    padding: 56px 48px;
  }
}
@media screen and (max-width: 820px) {
  .warranty_message_inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .warranty_message_inner {
    padding: 36px 22px;
  }
}

.warranty_message_img {
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .warranty_message_img {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }
}
.warranty_message_img img {
  display: block;
  width: 100%;
  aspect-ratio: 380/430;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.warranty_message_content {
  color: #fff;
}
.warranty_message_content .top_common__en {
  color: #fff;
}

.warranty_message_en {
  color: rgba(255, 255, 255, 0.62);
}

.warranty_message_title {
  color: #fff;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .warranty_message_title {
    font-size: 2.3rem;
  }
}
.warranty_message_title .mini {
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .warranty_message_title .mini {
    font-size: 1.8rem;
  }
}
.warranty_message_title::after {
  background: rgba(255, 255, 255, 0.5);
}

.warranty_message_text {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .warranty_message_text {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

.warranty_message_sign {
  margin: 36px 0 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/*----------------------------------------------------
  採用情報
----------------------------------------------------*/
.column_recruit_intro {
  position: relative;
  padding: 55px 0 120px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_recruit_intro {
    padding: 30px 0 75px;
  }
}
.column_recruit_intro::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(90, 49, 24, 0.05), transparent 70%);
  pointer-events: none;
}

.recruit_intro_inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.recruit_intro_lead {
  max-width: 780px;
  margin: 26px auto 0;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit_intro_lead {
    margin-top: 20px;
    font-size: 1.35rem;
    line-height: 1.85;
    text-align: left;
  }
  .recruit_intro_lead br {
    display: none;
  }
}

.recruit_intro_visual {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .recruit_intro_visual {
    margin-top: 42px;
  }
}

.recruit_intro_main {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(90, 49, 24, 0.12);
}
@media screen and (max-width: 767px) {
  .recruit_intro_main {
    border-radius: 5px;
  }
}
.recruit_intro_main img {
  display: block;
  width: 100%;
  aspect-ratio: 820/470;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .recruit_intro_main img {
    aspect-ratio: 335/230;
  }
}

.recruit_intro_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 34px auto 0;
}
@media screen and (max-width: 820px) {
  .recruit_intro_cards {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_intro_cards {
    gap: 22px;
    margin-top: 28px;
  }
}

.recruit_intro_card {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_intro_card {
    text-align: left;
  }
}
.recruit_intro_card h3 {
  margin: 18px 0 12px;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit_intro_card h3 {
    margin-top: 14px;
    font-size: 2rem;
  }
}
.recruit_intro_card p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .recruit_intro_card p {
    font-size: 1.5rem;
  }
}

.recruit_intro_card__img {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(90, 49, 24, 0.08);
}
.recruit_intro_card__img img {
  display: block;
  width: 100%;
  aspect-ratio: 250/170;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.column_recruit_work {
  position: relative;
  padding: 95px 0 110px;
  background: url("../img/top/concept_bg.jpg") center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_recruit_work {
    padding: 60px 0 70px;
  }
}

.recruit_work_inner {
  max-width: 1050px;
}

.recruit_work_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 56px;
}
@media screen and (max-width: 820px) {
  .recruit_work_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .recruit_work_list {
    margin-top: 38px;
  }
}

.recruit_work_card {
  position: relative;
  padding: 42px 38px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(90, 49, 24, 0.07);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit_work_card {
    padding: 32px 22px;
  }
}
.recruit_work_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  background: #77191f;
}
.recruit_work_card ul {
  margin: 26px 0 0;
  padding: 0;
}
.recruit_work_card li {
  position: relative;
  padding-left: 18px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit_work_card li {
    font-size: 1.5rem;
    line-height: 1.85;
    margin-bottom: 10px;
  }
}
.recruit_work_card li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #c25f36;
  border-radius: 50%;
}

.recruit_work_head {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4dcd8;
}
.recruit_work_head h3 {
  margin: 0;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .recruit_work_head h3 {
    font-size: 2rem;
  }
}

.column_recruit_culture {
  position: relative;
  padding: 95px 0 110px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_recruit_culture {
    padding: 60px 0 70px;
  }
}
.column_recruit_culture::before {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -190px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(90, 49, 24, 0.045), transparent 70%);
  pointer-events: none;
}

.recruit_culture_inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.recruit_culture_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 58px;
}
@media screen and (max-width: 820px) {
  .recruit_culture_list {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_culture_list {
    margin-top: 38px;
  }
}

.recruit_culture_card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(90, 49, 24, 0.07);
  overflow: hidden;
}

.recruit_culture_img {
  overflow: hidden;
  aspect-ratio: 360/250;
}
.recruit_culture_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.45s ease;
}

.recruit_culture_body {
  padding: 28px 28px 32px;
}
@media screen and (max-width: 767px) {
  .recruit_culture_body {
    padding: 24px 22px 28px;
  }
}
.recruit_culture_body h3 {
  margin: 0 0 14px;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .recruit_culture_body h3 {
    font-size: 2rem;
  }
}
.recruit_culture_body p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit_culture_body p {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}

.recruit_culture_note {
  margin-top: 10px !important;
  color: #9b7e60 !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
}

.column_recruit_benefits {
  position: relative;
  padding: 95px 0 110px;
  background: url("../img/common/contact-bg.png") center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_recruit_benefits {
    padding: 60px 0 70px;
  }
}
.column_recruit_benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 46, 0.4);
  z-index: 0;
}

.recruit_benefits_inner {
  position: relative;
  z-index: 5;
  max-width: 1000px;
}
.recruit_benefits_inner .lower_head .contents_en,
.recruit_benefits_inner .lower_head .contents_title {
  color: #fff;
}

.recruit_benefits_table {
  margin-top: 56px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(90, 49, 24, 0.07);
}
@media screen and (max-width: 767px) {
  .recruit_benefits_table {
    margin-top: 38px;
  }
}
.recruit_benefits_table dl {
  display: grid;
  grid-template-columns: 230px 1fr;
  margin: 0;
  border-bottom: 1px solid #e6ded9;
}
.recruit_benefits_table dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .recruit_benefits_table dl {
    grid-template-columns: 1fr;
  }
}
.recruit_benefits_table dt {
  display: flex;
  align-items: center;
  padding: 28px 30px;
  background: #5a3118;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit_benefits_table dt {
    padding: 18px 22px;
    font-size: 1.6rem;
  }
}
.recruit_benefits_table dd {
  margin: 0;
  padding: 28px 34px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit_benefits_table dd {
    padding: 22px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.recruit_benefits_table dd p {
  margin: 0 0 4px;
}
.recruit_benefits_table dd p:last-child {
  margin-bottom: 0;
}
.recruit_benefits_table dd ul {
  margin: 0;
  padding: 0;
}
.recruit_benefits_table dd li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.recruit_benefits_table dd li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c25f36;
  border-radius: 50%;
}
.recruit_benefits_table dd li:last-child {
  margin-bottom: 0;
}

.column_recruit_training {
  padding: 95px 0 110px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_recruit_training {
    padding: 60px 0 70px;
  }
}

.recruit_training_inner {
  max-width: 1000px;
}

.recruit_training_table {
  margin-top: 56px;
  background: #fff;
  border-top: 1px solid #e4dcd8;
}
@media screen and (max-width: 767px) {
  .recruit_training_table {
    margin-top: 38px;
  }
}
.recruit_training_table dl {
  display: grid;
  grid-template-columns: 300px 1fr;
  margin: 0;
  border-bottom: 1px solid #e4dcd8;
}
@media screen and (max-width: 767px) {
  .recruit_training_table dl {
    grid-template-columns: 1fr;
  }
}
.recruit_training_table dt {
  padding: 24px 26px 24px 0;
  color: #5a3118;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit_training_table dt {
    padding: 20px 0 6px;
    font-size: 1.35rem;
  }
}
.recruit_training_table dd {
  margin: 0;
  padding: 24px 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .recruit_training_table dd {
    padding: 0 0 20px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.column_message {
  padding: 100px 0 120px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_message {
    padding: 60px 0 70px;
  }
}

.message_wrap {
  display: grid;
  grid-template-columns: 530px 1fr;
  gap: 90px;
  margin-top: 60px;
}
@media screen and (max-width: 1180px) {
  .message_wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.message_img_area {
  position: relative;
}

.message_bg {
  position: absolute;
  top: 100px;
  left: -40px;
  width: 85%;
  height: 65%;
  background: #f3ede7;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .message_bg {
    left: -15px;
    top: 15px;
  }
}

.message_img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.message_img img {
  display: block;
  width: 100%;
}

.message_content {
  position: relative;
}

.message_title {
  margin-bottom: 28px;
  color: #77191f;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .message_title {
    font-size: 2.5rem;
  }
}

.message_text p {
  margin-bottom: 22px;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .message_text p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.message_sign {
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.message_sign span {
  display: block;
  font-size: 1.4rem;
  color: #888;
  letter-spacing: 0.1em;
}
.message_sign strong {
  color: #5a3118;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .message_sign strong {
    font-size: 2.2rem;
  }
}

.column_recruit_briefing {
  position: relative;
  padding: 95px 0 110px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_recruit_briefing {
    padding: 60px 0 70px;
  }
}
.column_recruit_briefing::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -170px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(90, 49, 24, 0.05), transparent 70%);
  transform: translateX(-50%);
  pointer-events: none;
}

.recruit_briefing_inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  text-align: center;
}

.recruit_briefing_status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 34px;
  padding: 0 28px;
  border: 1px solid #e1d8d4;
  border-radius: 5px;
  background: #fff;
  color: #5a3118;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 22px rgba(90, 49, 24, 0.05);
}
@media screen and (max-width: 767px) {
  .recruit_briefing_status {
    min-height: 38px;
    margin-top: 26px;
    padding: 0 20px;
    font-size: 1.5rem;
  }
}

.recruit_briefing_text {
  margin: 32px 0 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit_briefing_text {
    margin-top: 26px;
    font-size: 1.5rem;
    line-height: 1.85;
  }
}

.recruit_briefing_note {
  margin: 12px 0 0;
  color: #8a7b74;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .recruit_briefing_note {
    font-size: 1.4rem;
  }
}

.recruit_briefing_btn {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.recruit_briefing_btn .c-btn-primary {
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .recruit_briefing_btn {
    margin-top: 32px;
  }
}

/*----------------------------------------------------
  回遊リンク
----------------------------------------------------*/
.column_charm_nav {
  position: relative;
  padding: 50px 0;
  background: #f7f5f3;
  border-top: 1px solid #eee8e5;
  border-bottom: 1px solid #eee8e5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_charm_nav {
    padding: 35px 0;
  }
}

.charm_nav_inner {
  max-width: 1200px;
}

.charm_nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .charm_nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.charm_nav_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px;
  background: #fff;
  border-radius: 5px;
  color: #5a3118;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(90, 49, 24, 0.06);
  transition: 0.35s;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .charm_nav_item {
    flex: 0 0 230px;
  }
}
@media screen and (max-width: 767px) {
  .charm_nav_item {
    min-height: 50px;
    flex-basis: 210px;
    font-size: 1.2rem;
  }
}
.charm_nav_item span {
  color: #b8ada8;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: 0.35s;
}
.charm_nav_item:hover, .charm_nav_item.is-active {
  background: #5a3118;
  color: #fff;
  opacity: 1;
  transform: translateY(-3px);
}
.charm_nav_item:hover::before, .charm_nav_item.is-active::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.charm_nav_item:hover span, .charm_nav_item.is-active span {
  color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------------------
  なぜ木の家〜（共通）
----------------------------------------------------*/
.column_hinoki_intro {
  position: relative;
  padding: 95px 0 110px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_hinoki_intro {
    padding: 60px 0 60px;
  }
}
.column_hinoki_intro::before {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(90, 49, 24, 0.05), transparent 70%);
  pointer-events: none;
}

.hinoki_intro_inner {
  position: relative;
  z-index: 1;
}

.hinoki_intro_content {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 50px;
  margin-top: 56px;
}
@media screen and (max-width: 820px) {
  .hinoki_intro_content {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .hinoki_intro_content {
    margin-top: 38px;
  }
}

.hinoki_intro_text p {
  margin: 0 0 26px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .hinoki_intro_text p {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.hinoki_intro_text p:last-child {
  margin-bottom: 0;
}

.hinoki_merit_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .hinoki_merit_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .hinoki_merit_list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.hinoki_merit_item {
  min-height: 270px;
  padding: 38px 34px;
  border-right: 1px solid #e4dcd8;
  border-bottom: 1px solid #e4dcd8;
}
.hinoki_merit_item:nth-child(3n) {
  border-right: none;
}
.hinoki_merit_item:nth-child(n+4) {
  border-bottom: none;
}
@media screen and (max-width: 820px) {
  .hinoki_merit_item:nth-child(3n) {
    border-right: 1px solid #e4dcd8;
  }
  .hinoki_merit_item:nth-child(2n) {
    border-right: none;
  }
  .hinoki_merit_item:nth-child(n+4) {
    border-bottom: 1px solid #e4dcd8;
  }
  .hinoki_merit_item:nth-child(n+5) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .hinoki_merit_item {
    min-height: auto;
    padding: 30px 22px;
    border-right: none !important;
    border-bottom: 1px solid #e4dcd8 !important;
  }
  .hinoki_merit_item:last-child {
    border-bottom: none !important;
  }
}
.hinoki_merit_item h3 {
  margin: 0 0 16px;
  color: #5a3118;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .hinoki_merit_item h3 {
    font-size: 1.8rem;
  }
}
.hinoki_merit_item > p:not(.hinoki_merit_num) {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .hinoki_merit_item > p:not(.hinoki_merit_num) {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.hinoki_merit_num {
  margin: 0 0 12px;
  color: rgba(90, 49, 24, 0.5);
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.customer_voice_head {
  text-align: left;
}
.customer_voice_head__en {
  margin: 0 0 5px;
  color: #77191f;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
}
.customer_voice_head__title {
  position: relative;
  margin: 0;
  color: #5a3118;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .customer_voice_head {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .customer_voice_head__title {
    font-size: 1.9rem;
  }
}

.customer_voice_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .customer_voice_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .customer_voice_list {
    margin-top: 32px;
    gap: 16px;
  }
}

.customer_voice_card {
  position: relative;
  padding: 42px 32px 34px;
  background: #f7f5f3;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(90, 49, 24, 0.07);
  overflow: hidden;
}
.customer_voice_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  background: #77191f;
}
@media screen and (max-width: 767px) {
  .customer_voice_card {
    padding: 36px 24px 30px;
  }
}

.customer_voice_quote {
  display: block;
  color: rgba(90, 49, 24, 0.22);
  font-family: serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.7;
}

.customer_voice_text {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .customer_voice_text {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.customer_voice_meta {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e0d6d0;
  color: #5a3118;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.hinoki_intro_img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(90, 49, 24, 0.12);
}
.hinoki_intro_img::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  pointer-events: none;
}
.hinoki_intro_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hinoki_intro_points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .hinoki_intro_points {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .hinoki_intro_points {
    margin-top: 38px;
  }
}

.hinoki_intro_point {
  position: relative;
  padding: 34px 28px 30px;
  background: #f7f5f3;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(90, 49, 24, 0.06);
  overflow: hidden;
}
.hinoki_intro_point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  background: #77191f;
}
.hinoki_intro_point span {
  display: block;
  margin-bottom: 14px;
  color: rgba(90, 49, 24, 0.25);
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
}
.hinoki_intro_point h3 {
  margin: 0 0 14px;
  color: #5a3118;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .hinoki_intro_point h3 {
    font-size: 2rem;
  }
}
.hinoki_intro_point p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.column_hinoki_intro--science .hinoki_intro_text .common__title_wrap {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .column_hinoki_intro--science .hinoki_intro_text .common__title_wrap {
    margin-bottom: 28px;
  }
}

.hinoki_intro_quote {
  margin-top: 36px;
  padding: 26px 30px;
  background: #f7f5f3;
  border-left: 4px solid #77191f;
  border-radius: 5px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 767px) {
  .hinoki_intro_quote {
    margin-top: 28px;
    padding: 22px 20px;
  }
}
.hinoki_intro_quote p {
  margin: 0 !important;
  color: #5a3118 !important;
  font-size: 1.7rem !important;
  font-weight: 700 !important;
  line-height: 1.9 !important;
}
@media screen and (max-width: 767px) {
  .hinoki_intro_quote p {
    font-size: 1.5rem !important;
  }
}
.hinoki_intro_quote span {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  margin-top: 11px;
  display: block;
}

.column_hinoki_intro--home {
  background: #f7f5f3;
}
.column_hinoki_intro--home .hinoki_intro_panel {
  position: relative;
  padding: 64px 70px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_hinoki_intro--home .hinoki_intro_panel {
    padding: 42px 22px;
    border-radius: 5px;
  }
}
.column_hinoki_intro--home .hinoki_intro_panel::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(90, 49, 24, 0.06), transparent 70%);
  pointer-events: none;
}
.column_hinoki_intro--home .hinoki_intro_panel .common__title_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .column_hinoki_intro--home .hinoki_intro_panel .common__title_wrap {
    margin-bottom: 28px;
  }
}
.column_hinoki_intro--home .hinoki_intro_text {
  position: relative;
  z-index: 1;
}
.column_hinoki_intro--home .hinoki_intro_text p {
  margin: 0 0 24px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .column_hinoki_intro--home .hinoki_intro_text p {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.column_hinoki_intro--home .hinoki_intro_text p:last-child {
  margin-bottom: 0;
}
.column_hinoki_intro--home .hinoki_intro_actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .column_hinoki_intro--home .hinoki_intro_actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
  }
}
.column_hinoki_intro--home .hinoki_intro_btn {
  max-width: 330px;
}
.column_hinoki_intro--home .hinoki_intro_btn--light {
  background: #5a3118;
}
.column_hinoki_intro--home .hinoki_intro_btn--light:hover {
  background: #fff;
  color: #5a3118;
}
.column_hinoki_intro--home .hinoki_intro_btn--light:hover .c-btn-primary__arrow {
  background: #5a3118;
}
.column_hinoki_intro--home .hinoki_intro_btn--light:hover .c-btn-primary__arrow::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.column_hinoki_intro--home .hinoki_intro_btn--light .c-btn-primary__arrow::before {
  border-top-color: #5a3118;
  border-right-color: #5a3118;
}

/*----------------------------------------------------
  404
----------------------------------------------------*/
.column_404 {
  position: relative;
  padding: 70px 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_404 {
    padding: 50px 0;
  }
}

.notfound_inner {
  max-width: 1000px;
}

.notfound_content {
  position: relative;
  z-index: 1;
  padding: 70px 40px;
  background: #f8f5f3;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .notfound_content {
    padding: 48px 20px;
  }
}

.notfound_en {
  margin: 0 0 18px;
  color: #5a3118;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

.notfound_title {
  margin: 0 0 30px;
  color: #5a3118;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.notfound_title .mini {
  font-size: 0.65em;
}
@media screen and (max-width: 767px) {
  .notfound_title {
    margin-bottom: 24px;
    font-size: 2.1rem;
  }
}

.notfound_text {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .notfound_text {
    font-size: 1.35rem;
  }
  .notfound_text br {
    display: none;
  }
}

.notfound_btn {
  max-width: 320px;
  margin: 46px auto 0;
}
@media screen and (max-width: 767px) {
  .notfound_btn {
    margin-top: 34px;
  }
}

.charm_common_btn {
  padding: 90px 0 110px;
}
@media screen and (max-width: 767px) {
  .charm_common_btn {
    padding: 35px 0 40px;
  }
}
.charm_common_btn .c-btn-primary {
  margin: 0 auto;
}

/*----------------------------------------------------
  宿泊予約フォーム
----------------------------------------------------*/
.column_overnight_answer {
  padding: 65px 0 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_overnight_answer {
    padding: 30px 0 0;
  }
}

.overnight_answer_inner {
  max-width: 1100px;
}

.overnight_answer_content {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 56px;
  align-items: center;
  margin-top: 58px;
}
@media screen and (max-width: 820px) {
  .overnight_answer_content {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .overnight_answer_content {
    margin-top: 38px;
  }
}

.overnight_answer_img {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(90, 49, 24, 0.12);
}
.overnight_answer_img img {
  display: block;
  width: 100%;
  aspect-ratio: 620/420;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overnight_answer_body h3 {
  margin: 0 0 5px;
  color: #5a3118;
  font-size: 2.7rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .overnight_answer_body h3 {
    font-size: 2rem;
  }
}
.overnight_answer_body p {
  margin: 0 0 28px;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .overnight_answer_body p {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
.overnight_answer_body ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5ddd8;
}
.overnight_answer_body li {
  position: relative;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #e5ddd8;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .overnight_answer_body li {
    font-size: 1.4rem;
  }
}
.overnight_answer_body li::before {
  content: "";
  position: absolute;
  top: 1.35em;
  left: 4px;
  width: 15px;
  height: 8px;
  border-left: 2px solid #77191f;
  border-bottom: 2px solid #77191f;
  transform: rotate(-45deg);
}

.overnight_answer_notice {
  margin-top: 45px;
  padding: 38px 42px;
  background: #f7f5f3;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(90, 49, 24, 0.06);
}
@media screen and (max-width: 767px) {
  .overnight_answer_notice {
    margin-top: 42px;
    padding: 30px 22px;
  }
}
.overnight_answer_notice h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.overnight_answer_notice h3 i {
  color: #77191f;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .overnight_answer_notice h3 {
    font-size: 1.7rem;
  }
}
.overnight_answer_notice ul {
  margin: 0;
  padding: 0;
}
.overnight_answer_notice li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .overnight_answer_notice li {
    font-size: 1.25rem;
  }
}
.overnight_answer_notice li::before {
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #c25f36;
  border-radius: 50%;
}
.overnight_answer_notice li:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------
  cf7 フォーム
----------------------------------------------------*/
.overnight-form {
  max-width: 980px;
  margin: 0 auto;
}

.overnight-form__section {
  margin-bottom: 58px;
}
.overnight-form__section h3 {
  margin: 0 0 28px;
  padding-left: 14px;
  border-left: 4px solid #77191f;
  color: #5a3118;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.overnight-form__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #e4dcd8;
}

.overnight-form__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.overnight-form__head span {
  color: #5a3118;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.overnight-form__head em {
  flex-shrink: 0;
  padding: 5px 7px;
  background: #77191f;
  color: #fff;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .overnight-form__head em {
    font-size: 1.1rem;
  }
}

.overnight-form__body input,
.overnight-form__body select,
.overnight-form__body textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d8d0cb;
  border-radius: 4px;
  background: #fff;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.overnight-form__body textarea {
  min-height: 170px;
  resize: vertical;
}

.overnight-form__body--radio .wpcf7-list-item {
  margin: 0 24px 10px 0;
}
.overnight-form__body--radio label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.45rem;
  font-weight: 500;
}
.overnight-form__body--radio input[type=radio] {
  width: auto;
  min-height: auto;
}

.overnight-form__body--date input {
  max-width: 280px;
}

.overnight-form__privacy {
  margin-top: 50px;
  padding: 30px 34px;
  background: #f7f5f3;
  border-radius: 6px;
}
.overnight-form__privacy p {
  margin: 0 0 18px;
  font-size: 1.35rem;
  line-height: 1.8;
}
.overnight-form__privacy p a {
  display: inline;
  color: #77191f;
  border-bottom: 1px solid #77191f;
}

.overnight-form__privacy-check {
  display: flex;
  gap: 14px;
  align-items: center;
}
.overnight-form__privacy-check em {
  padding: 4px 7px;
  background: #77191f;
  color: #fff;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  border-radius: 2px;
}

.overnight-form__privacy-input .wpcf7-list-item {
  margin: 0;
}
.overnight-form__privacy-input label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  cursor: pointer;
}
.overnight-form__privacy-input input[type=checkbox] {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  cursor: pointer;
}
.overnight-form__privacy-input .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .overnight-form__privacy-input .wpcf7-list-item-label {
    font-size: 1.2rem;
  }
}

.overnight-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.overnight-form__submit input[type=submit] {
  max-width: 360px;
  width: 100%;
  min-height: 58px;
  border: none;
  border-radius: 999px;
  background: #77191f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .overnight-form__section {
    margin-bottom: 42px;
  }
  .overnight-form__section h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .overnight-form__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }
  .overnight-form__head span {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .overnight-form__body input,
  .overnight-form__body select,
  .overnight-form__body textarea {
    font-size: 1.4rem;
  }
  .overnight-form__privacy {
    padding: 24px 20px;
  }
  .overnight-form__privacy-check {
    align-items: flex-start;
    gap: 5px;
  }
  .overnight-form__privacy-check em {
    white-space: nowrap;
    padding: 1px 7px;
  }
}
.overnight-form__head {
  justify-content: start;
  gap: 8px 10px;
}
.overnight-form__head small {
  grid-column: 1/-1;
  display: block;
  color: #999;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
}
.overnight-form__head i {
  padding: 5px 7px;
  background: #ddd;
  color: #686868;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 2px;
}

/* radio / checkbox 崩れ修正 */
.overnight-form__body--radio .wpcf7-form-control,
.overnight-form__body--checkbox .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
}
.overnight-form__body--radio .wpcf7-list-item,
.overnight-form__body--checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.overnight-form__body--radio label,
.overnight-form__body--checkbox label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.overnight-form__body--radio input[type=radio],
.overnight-form__body--radio input[type=checkbox],
.overnight-form__body--checkbox input[type=radio],
.overnight-form__body--checkbox input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  margin: 0;
  flex-shrink: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.overnight-form__body--radio .wpcf7-list-item-label,
.overnight-form__body--checkbox .wpcf7-list-item-label {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.6;
}

/* 任意・必須ラベル周り */
.overnight-form__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 10px;
}
.overnight-form__head small {
  flex-basis: 100%;
  display: block;
  margin-top: 4px;
  color: #999;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}
.overnight-form__head i {
  flex-shrink: 0;
  padding: 5px 7px;
  background: #ddd;
  color: #686868;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 2px;
}

/* SP */
@media screen and (max-width: 767px) {
  .overnight-form__body--radio .wpcf7-form-control,
  .overnight-form__body--checkbox .wpcf7-form-control {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .overnight-form__body--radio label,
  .overnight-form__body--checkbox label {
    white-space: normal;
  }
  .overnight-form__body--radio .wpcf7-list-item-label,
  .overnight-form__body--checkbox .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}
.overnight-form__note {
  margin: 0 0 28px;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.8;
}

.overnight-form__date-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 42px;
}

.overnight-form__date-item .overnight-form__head {
  margin-bottom: 12px;
}

.overnight-form__people {
  margin-top: 20px;
}
.overnight-form__people > .overnight-form__head {
  margin-bottom: 16px;
}

.overnight-form__people-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  max-width: 520px;
}

.overnight-form__people-item label {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-size: 1.5rem;
  font-weight: 500;
}
.overnight-form__people-item select {
  width: 100%;
  min-height: 45px;
  padding: 0 50px 0 20px;
  border: 1px solid #d8d0cb;
  border-radius: 4px;
  background: #fff;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px auto;
}
.overnight-form__people-item select:focus {
  outline: none;
  border-color: #77191f;
}

@media screen and (max-width: 767px) {
  .overnight-form__date-grid,
  .overnight-form__people-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.overnight-form__name-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 26px;
  padding: 24px 0;
  border-bottom: 1px solid #e4dcd8;
}

.overnight-form__field .overnight-form__head {
  margin-bottom: 12px;
}

.overnight-form__body--half {
  max-width: 420px;
}

.overnight-form__address {
  display: grid;
  gap: 10px;
}
.overnight-form__address .p-postal-code {
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .overnight-form__name-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px 0;
  }
  .overnight-form__body--half {
    max-width: none;
  }
  .overnight-form__address .p-postal-code {
    max-width: none;
  }
}
/* グレーテキストを上詰めにする */
.overnight-form__row {
  align-items: start;
}

.overnight-form__head {
  align-self: start;
  align-content: flex-start;
}

.overnight-form__head small {
  flex-basis: 100%;
  margin-top: 0;
}

/* ラベル下のグレーテキストを上に詰める */
.overnight-form__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 10px;
}
.overnight-form__head span {
  flex: initial;
}
.overnight-form__head em,
.overnight-form__head i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 24px;
  padding: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .overnight-form__head em,
  .overnight-form__head i {
    width: 35px;
    min-width: 35px;
    height: 19px;
  }
}
.overnight-form__head small {
  width: 100%;
  margin-top: 4px;
  color: #999;
  font-size: 1.3rem;
  line-height: 1.7;
}

/*----------------------------------------------------
  確認画面
----------------------------------------------------*/
.overnight-form__confirm-text {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 4px;
  color: #2e2e2e;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .overnight-form__confirm-text {
    padding: 10px 0;
  }
}

.overnight-form__submit--confirm {
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .overnight-form__submit--confirm {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.overnight-form__submit--confirm input[type=button],
.overnight-form__submit--confirm input[type=submit] {
  max-width: 280px;
}
.overnight-form__submit--confirm input[type=button] {
  width: 100%;
  min-height: 58px;
  border: 1px solid #77191f;
  border-radius: 999px;
  background: #fff;
  color: #77191f;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none !important;
}

/*----------------------------------------------------
  フォームの注意 アコーディオン
----------------------------------------------------*/
.contact_caution {
  max-width: 980px;
  margin: 0 auto 55px;
  background: #f7f5f3;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact_caution {
    margin-bottom: 17px;
  }
}

.contact_caution__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.contact_caution__content.is-open {
  max-height: 500px;
  opacity: 1;
}

.contact_caution__tit {
  position: relative;
  width: 100%;
  padding: 28px 70px 28px 34px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.contact_caution__tit::before, .contact_caution__tit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 18px;
  height: 2px;
  background: #5a3118;
  transition: 0.3s ease;
}
.contact_caution__tit::before {
  transform: translateY(-50%);
}
.contact_caution__tit::after {
  transform: translateY(-50%) rotate(90deg);
}
.contact_caution__tit.is-open::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contact_caution__tit {
    padding: 20px 70px 20px 34px;
  }
}

.contact_caution__tit p {
  margin: 0;
}

.contact_caution__list {
  margin: 0;
  padding: 0 46px 34px;
}
.contact_caution__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
}
.contact_caution__list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #77191f;
  border-radius: 50%;
}

/*----------------------------------------------------
  資料請求・お問い合わせ
----------------------------------------------------*/
.column_contact_guide {
  padding: 80px 0 100px;
  background: #f7f5f3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_contact_guide {
    padding: 55px 0 65px;
  }
}

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

.contact_guide_card {
  position: relative;
  padding: 42px 30px 36px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 16px 34px rgba(90, 49, 24, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact_guide_card {
    padding: 20px 20px 25px;
  }
}
.contact_guide_card::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 4px;
  background: #77191f;
}
.contact_guide_card h2 {
  margin: 12px 0 10px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.contact_guide_card .tel_txt {
  display: block;
  margin-top: 8px;
  color: #8a7b74;
  font-size: 1.25rem;
}

.contact_guide_label {
  color: rgba(90, 49, 24, 0.28);
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.contact_guide_icon {
  color: #77191f;
  font-size: 3.7rem;
}

.contact_guide_text {
  margin: 0 0 22px;
  color: #2e2e2e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.contact_guide_tel {
  display: inline-block;
  color: #5a3118;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .contact_guide_tel {
    font-size: 2.5rem;
  }
}

/*----------------------------------------------------
  完了ページ
----------------------------------------------------*/
.column_contact-thanks .thanks-txt {
  text-align: center;
  padding: 50px 0 30px;
  line-height: 1.7;
}
.column_contact-thanks .thanks-txt span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_contact-thanks .thanks-txt {
    font-size: 1.5rem;
    padding: 30px 0;
  }
}
.column_contact-thanks .thanks-title {
  color: #5a3118;
  text-align: center;
}
.column_contact-thanks .c-btn-primary {
  margin: 0 auto;
}

/*----------------------------------------------------
  お客様の声（詳細）
----------------------------------------------------*/
.voice_single {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .voice_single {
    padding: 15px 0 0;
  }
}
.voice_single__mv {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .voice_single__mv {
    margin-bottom: 40px;
  }
}
.voice_single__img {
  width: 75%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice_single__img {
    width: 100%;
  }
}
.voice_single__img img {
  width: 100%;
  display: block;
}
.voice_single__card {
  position: absolute;
  right: 0;
  bottom: -60px;
  max-width: 600px;
  width: 100%;
  background: #fff;
  padding: 45px 35px 45px 50px;
  border-radius: 50px 0 0 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .voice_single__card {
    position: static;
    width: 100%;
    margin-top: 15px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
}
.voice_single__title {
  margin-bottom: 15px;
  color: #5a3118;
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .voice_single__title {
    margin-bottom: 24px;
    font-size: 2.1rem;
  }
}
.voice_single__profile {
  display: flex;
  align-items: center;
  gap: 18px;
}
.voice_single__person {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice_single__person {
    width: 65px;
    height: 65px;
  }
}
.voice_single__person img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_single__area {
  margin-bottom: 4px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #5a3118;
}
@media screen and (max-width: 767px) {
  .voice_single__area {
    font-size: 1.6rem;
  }
}
.voice_single__meta {
  color: #888;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voice_single__meta {
    font-size: 1.3rem;
  }
}
.voice_single__content {
  max-width: 920px;
  margin: 0 auto;
}
.voice_single__content p {
  font-size: 1.7rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .voice_single__content p {
    font-size: 1.5rem;
  }
}

.voice_single__body {
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .voice_single__body {
    margin-top: 10px;
  }
}

.voice_single__text p {
  margin: 0 0 28px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .voice_single__text p {
    margin-bottom: 22px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.voice_single__letter {
  max-width: 470px;
  margin: 45px auto 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .voice_single__letter {
    margin-top: 34px;
  }
}
.voice_single__letter img {
  display: block;
  width: 100%;
  height: auto;
}

.voice_house {
  position: relative;
  background: rgba(90, 49, 24, 0.1);
  padding: 100px 0 110px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .voice_house {
    margin-top: 35px;
    padding: 55px 0 75px;
  }
}
.voice_house::before {
  content: "KINOIE";
  position: absolute;
  right: -0.08em;
  bottom: 0;
  color: rgba(90, 49, 24, 0.035);
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 18rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .voice_house::before {
    font-size: 8rem;
    bottom: -0.1em;
  }
}

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

.voice_house__title {
  position: relative;
  margin: 0 0 46px;
  padding-bottom: 18px;
  color: #5a3118;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .voice_house__title {
    margin-bottom: 34px;
    font-size: 2.4rem;
  }
}
.voice_house__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: #5a3118;
  transform: translateX(-50%);
}

.voice_house__overview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 530px;
  gap: 42px;
  align-items: center;
  margin-bottom: 82px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .voice_house__overview {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .voice_house__overview {
    gap: 24px;
    margin-bottom: 58px;
  }
}

.voice_house__main-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 620/430;
  box-shadow: 0 18px 42px rgba(90, 49, 24, 0.12);
}
@media screen and (max-width: 767px) {
  .voice_house__main-img {
    aspect-ratio: 335/230;
  }
}
.voice_house__main-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}
.voice_house__main-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice_house__data {
  position: relative;
  padding: 36px 34px 34px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(90, 49, 24, 0.08);
}
@media screen and (max-width: 767px) {
  .voice_house__data {
    padding: 28px 22px 26px;
  }
}
.voice_house__data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  background: #77191f;
}
.voice_house__data h3 {
  margin: 0 0 22px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .voice_house__data h3 {
    font-size: 1.8rem;
  }
}
.voice_house__data dl {
  margin: 0;
}
.voice_house__data div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #e4dcd8;
}
@media screen and (max-width: 767px) {
  .voice_house__data div {
    grid-template-columns: 90px 1fr;
    gap: 12px;
  }
}
.voice_house__data div:last-child {
  border-bottom: none;
}
.voice_house__data dt {
  color: #9b8f89;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.voice_house__data dd {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .voice_house__data dd {
    font-size: 1.5rem;
  }
}

.voice_house__point {
  position: relative;
}

.voice_house__point-title {
  position: relative;
  margin: 0 0 38px;
  padding-bottom: 16px;
  color: #5a3118;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .voice_house__point-title {
    margin-bottom: 28px;
    font-size: 2.2rem;
  }
}
.voice_house__point-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 38px;
  height: 2px;
  background: #5a3118;
  transform: translateX(-50%);
}

.voice_house__point-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 32px;
}
@media screen and (max-width: 767px) {
  .voice_house__point-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.voice_house__point-item {
  position: relative;
  padding: 8px 8px 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(90, 49, 24, 0.07);
}
@media screen and (max-width: 767px) {
  .voice_house__point-item {
    padding-bottom: 22px;
  }
}
.voice_house__point-item p {
  margin: 18px 16px 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .voice_house__point-item p {
    margin: 16px 12px 0;
    font-size: 1.5rem;
    line-height: 1.85;
  }
}

.voice_house__point-img {
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 500/330;
}
@media screen and (max-width: 767px) {
  .voice_house__point-img {
    aspect-ratio: 335/220;
  }
}
.voice_house__point-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice_single_nav {
  padding: 70px 0 90px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .voice_single_nav {
    padding: 48px 0 65px;
  }
}

.voice_single_nav__works {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .voice_single_nav__works {
    margin-bottom: 32px;
  }
}

.voice_single_nav__works-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 330px;
  width: 100%;
  min-height: 57px;
  border-radius: 6px;
  padding: 0 24px;
  border: 1px solid #5a3118;
  color: #5a3118;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .voice_single_nav__works-btn {
    min-width: auto;
    width: 100%;
    font-size: 1.3rem;
  }
}
.voice_single_nav__works-btn:hover {
  background: #5a3118;
  color: #fff;
}

.voice_single_nav__links {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 28px 0;
  border-top: 1px solid #e4dcd8;
  border-bottom: 1px solid #e4dcd8;
}
@media screen and (max-width: 767px) {
  .voice_single_nav__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
  }
}
.voice_single_nav__links a {
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .voice_single_nav__links a {
    font-size: 1.5rem;
  }
}
.voice_single_nav__links a:hover {
  color: #77191f;
}
.voice_single_nav__links a span {
  font-size: 1.8rem;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .voice_single_nav__links a span {
    font-size: 1.6rem;
  }
}

.voice_single_nav__prev {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .voice_single_nav__prev {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }
}

.voice_single_nav__archive {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice_single_nav__archive {
    grid-column: 1/-1;
    grid-row: 2;
    text-align: center;
    margin-top: 8px;
  }
}
.voice_single_nav__archive a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.voice_single_nav__next {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .voice_single_nav__next {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }
}

.column_other_voice {
  padding: 100px 0 110px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_other_voice {
    padding: 65px 0 75px;
  }
}

.other_voice_btn {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

/*----------------------------------------------------
  施工事例（詳細）
----------------------------------------------------*/
.works_gallery {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .works_gallery {
    padding: 15px 0 0;
  }
}

.works_gallery__tags {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .works_gallery__tags {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}
.works_gallery__tags li {
  padding: 4px 10px;
  background: #f7f5f3;
  color: #777;
  font-size: 1.3rem;
  border-radius: 3px;
}
.works_gallery__tags li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.works_gallery__title {
  margin: 0 0 25px;
  color: #5a3118;
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .works_gallery__title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

.worksGallery {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .worksGallery {
    border-radius: 6px;
  }
}

.worksGallery.is-single .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.worksGallery.is-single .worksGallery-prev,
.worksGallery.is-single .worksGallery-next {
  display: none;
}

.worksGallery .swiper-slide {
  position: relative;
  width: 100% !important;
  overflow: hidden;
}
.worksGallery .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.worksGallery__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 25px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .worksGallery__caption {
    padding: 10px 13px;
    font-size: 1.2rem;
  }
}

.worksGallery-prev,
.worksGallery-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .worksGallery-prev,
  .worksGallery-next {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
}
.worksGallery-prev:hover,
.worksGallery-next:hover {
  background: #5a3118;
}
.worksGallery-prev::before,
.worksGallery-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5a3118;
  border-right: 2px solid #5a3118;
}
@media screen and (max-width: 767px) {
  .worksGallery-prev::before,
  .worksGallery-next::before {
    width: 8px;
    height: 8px;
  }
}
.worksGallery-prev:hover::before,
.worksGallery-next:hover::before {
  border-color: #fff;
}

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

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

.works_detail_intro {
  padding: 34px 0 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .works_detail_intro {
    padding: 24px 0 30px;
  }
}

.works_detail_intro__inner {
  max-width: 1100px;
}

.works_detail_intro__text {
  margin: 0 auto 30px;
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .works_detail_intro__text {
    margin-bottom: 32px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.works_detail_intro__text p {
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .works_detail_intro__text p {
    margin-bottom: 14px;
  }
}
.works_detail_intro__text p:last-child {
  margin-bottom: 0;
}

.works_spec {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #e4dcd8;
  border-bottom: 1px solid #e4dcd8;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .works_spec {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .works_spec {
    grid-template-columns: repeat(2, 1fr);
  }
}

.works_spec__item {
  min-height: 112px;
  padding: 24px 18px 22px;
  text-align: center;
  border-right: 1px solid #e4dcd8;
}
@media screen and (max-width: 820px) {
  .works_spec__item {
    border-bottom: 1px solid #e4dcd8;
  }
  .works_spec__item:nth-child(3n) {
    border-right: none;
  }
  .works_spec__item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .works_spec__item {
    min-height: 96px;
    padding: 18px 10px 16px;
  }
  .works_spec__item:nth-child(3n) {
    border-right: 1px solid #e4dcd8;
  }
  .works_spec__item:nth-child(2n) {
    border-right: none;
  }
  .works_spec__item:nth-last-child(-n+3) {
    border-bottom: 1px solid #e4dcd8;
  }
  .works_spec__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.works_spec__item:last-child {
  border-right: none;
}

.works_spec__label {
  margin: 0 0 8px;
  color: #aaa;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .works_spec__label {
    font-size: 1.1rem;
  }
}

.works_spec__main {
  margin: 0;
  color: #5a3118;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .works_spec__main {
    font-size: 1.6rem;
  }
}

.works_spec__sub {
  margin: 4px 0 0;
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.column_works_point {
  padding: 50px 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_works_point {
    padding: 30px 0 0;
  }
}

.works_point_inner {
  max-width: 1100px;
}

.works_point_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px 34px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .works_point_list {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 34px;
  }
}

.works_point_item {
  display: block;
}

.works_point_img {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 460/300;
  background: #f2eeee;
  box-shadow: 0 14px 32px rgba(90, 49, 24, 0.08);
}
@media screen and (max-width: 767px) {
  .works_point_img {
    aspect-ratio: 335/220;
  }
}
.works_point_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: rgba(90, 49, 24, 0.12);
}

.works_point_body {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .works_point_body {
    margin-top: 14px;
  }
}
.works_point_body h3 {
  margin: 0 0 10px;
  color: #5a3118;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .works_point_body h3 {
    font-size: 1.6rem;
  }
}
.works_point_body p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .works_point_body p {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.column_works_staff {
  padding: 60px 0 70px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_works_staff {
    padding: 35px 0 45px;
  }
}

.works_staff_inner {
  max-width: 1100px;
}

.works_staff_box {
  padding: 48px 58px;
  background: #f7f5f3;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .works_staff_box {
    padding: 34px 24px;
  }
}

.works_staff_en {
  color: #aaa;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .works_staff_en {
    font-size: 1.2rem;
  }
}

.works_staff_title {
  margin: 0 0 20px;
  color: #5a3118;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .works_staff_title {
    margin-bottom: 18px;
    font-size: 2rem;
  }
}

.works_staff_text {
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .works_staff_text {
    font-size: 1.4rem;
    line-height: 1.95;
  }
}
.works_staff_text p {
  margin: 0 0 16px;
}
.works_staff_text p:last-child {
  margin-bottom: 0;
}

.works_staff_name {
  margin: 10px 0 30px;
  color: #777;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .works_staff_name {
    font-size: 1.4rem;
  }
}

/*----------------------------------------------------
  施工事例（一覧）
----------------------------------------------------*/
.column_works_archive {
  padding: 70px 0 110px;
}
@media screen and (max-width: 767px) {
  .column_works_archive {
    padding: 0 0 70px;
  }
}

.column_works_archive .works_archive_tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .column_works_archive .works_archive_tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 32px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .column_works_archive .works_archive_tags li {
    width: 100%;
  }
}
.column_works_archive .works_archive_tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 35px;
  padding: 0 18px;
  border: 1px solid #d8d0cb;
  border-radius: 6px;
  background: #fff;
  color: #5a3118;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .column_works_archive .works_archive_tags a {
    width: 100%;
    min-width: 0;
    height: 33px;
    font-size: 1.3rem;
  }
}
.column_works_archive .works_archive_tags a:hover {
  background: #fff;
  color: #5a3118;
  border-color: #d8d0cb;
  opacity: 1;
}
.column_works_archive .works_archive_tags a.is-active, .column_works_archive .works_archive_tags a.is-active:hover {
  background: #5a3118;
  color: #fff;
  border-color: #5a3118;
}

.column_works_archive .works_card:nth-child(4) {
  display: block;
}

.archive_no_post {
  text-align: center;
  color: #888;
  font-size: 1.6rem;
  padding: 80px 0;
}

/*----------------------------------------------------
  ページネーション（共通）
----------------------------------------------------*/
.pager_comn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .pager_comn {
    gap: 14px;
    margin-top: 48px;
  }
}
.pager_comn .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  color: #5a3118;
  background: #f0e8e4;
  border-radius: 50%;
  font-size: 1.5rem;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.pager_comn .page-numbers.current {
  color: #fff;
  background: #77191f;
}
.pager_comn .prev,
.pager_comn .next {
  background: transparent;
  border-radius: 0;
  font-size: 0;
}
.pager_comn .prev::before,
.pager_comn .next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #5a3118;
  border-right: 2px solid #5a3118;
}
.pager_comn .prev::before {
  transform: rotate(-135deg);
}
.pager_comn .next::before {
  transform: rotate(45deg);
}

.column_lineup_quality {
  padding: 95px 0 105px;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .column_lineup_quality {
    padding: 60px 0 70px;
  }
}

.lineup_quality_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 46px;
  background: transparent;
}
@media screen and (max-width: 820px) {
  .lineup_quality_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lineup_quality_list {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 20px;
  }
}

.lineup_quality_item {
  position: relative;
  min-height: 170px;
  padding: 34px 20px 30px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(90, 49, 24, 0.08);
  overflow: hidden;
}
.lineup_quality_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: #77191f;
}
.lineup_quality_item h3 {
  margin: 16px 0 12px;
  color: #5a3118;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.lineup_quality_item p {
  margin: 0;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.lineup_quality_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f6f1ef;
  color: #5a3118;
  font-size: 3rem;
  line-height: 1;
}/*# sourceMappingURL=lower.css.map */