@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #604a2b;
  --color-white: #ffffff;
  --color-green: #518554;
  --color-yellow: #f1c252;
  --color-orange: #fc6834;
  --color-beige: #fdf7ed;
  --color-brown: #d3bf9e;
  /*カレントカラー*/
  --color-current: #f1c252;
  /*テキストリンクカラー*/
  --color-textlink:#518554;
  /*必須ボタンカラー*/
  --color-required: #518554;
  /*任意ボタンカラー*/
  --color-optional: #518554;
  /*ラジオボタンカラー*/
  --color-radio: #518554;
  /*チェックボタンカラー*/
  --color-check: #518554;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Kaisei Decol", serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.278;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.08em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #604a2b;
  --color-white: #ffffff;
  --color-green: #518554;
  --color-yellow: #f1c252;
  --color-orange: #fc6834;
  --color-beige: #fdf7ed;
  --color-brown: #d3bf9e;
  /*カレントカラー*/
  --color-current: #f1c252;
  /*テキストリンクカラー*/
  --color-textlink:#518554;
  /*必須ボタンカラー*/
  --color-required: #518554;
  /*任意ボタンカラー*/
  --color-optional: #518554;
  /*ラジオボタンカラー*/
  --color-radio: #518554;
  /*チェックボタンカラー*/
  --color-check: #518554;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Kaisei Decol", serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.278;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.08em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: 62.5%;
}

a[href^="tel:"] {
  pointer-events: none;
}

.pc-none {
  display: none !important;
}

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  /*ヘッダー追従の時はここにmax-width:1920px;,overflow-x:hidden;をかける*/
}

.com-inbox {
  width: 1080px;
}

/*パンくずリスト*/
.breadcrumb {
  padding-block: 1.5rem;
}
.breadcrumb__list {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  gap: 0.25em;
}
.breadcrumb__item {
  display: flex;
  font-size: 1.8rem;
  line-height: 1;
}
.breadcrumb__item::after {
  content: "＞";
  margin-left: 0.25em;
  pointer-events: none;
}
.breadcrumb__item:last-child {
  display: block;
  max-width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__item:last-child::after {
  display: none;
}

/*==============================
    各種ホバー処理
==============================*/
/*ロゴ*/
.logo a:hover {
  transition: opacity 0.3s;
}
.logo a:hover:hover {
  opacity: 0.5;
}

/*パンくずリスト*/
.breadcrumb__item a {
  transition: all 0.3s;
}
.breadcrumb__item a:hover {
  transition: opacity 0.3s;
}
.breadcrumb__item a:hover:hover {
  opacity: 0.5;
}

/*エントランス*/
.entrance-section__item a {
  transition: all 0.3s;
}
.entrance-section__item a:hover {
  opacity: 0.5;
}

/*メインビジュアル*/
.mv {
  overflow: hidden;
}
.mv__item a {
  transition: all 0.3s;
}
.mv__item a:hover {
  transform: translateY(2rem);
}

/*グローバルナビゲーション*/
.nav-menu__link {
  transition: all 0.3s;
}
.nav-menu__link:hover {
  opacity: 0.5;
}

/*共通ボタン*/
.com-btn {
  transition: all 0.3s;
}
.com-btn::after {
  transition: all 0.3s;
}
.com-btn:hover {
  background-color: var(--color-white);
}
.com-btn:hover::after {
  background: url(../img/common/btn_arw_y.png) top left/contain no-repeat;
}

/*チャート*/
.answer_btn {
  transition: all 0.3s;
}
.answer_btn::after {
  transition: all 0.3s;
}

.chart_btn_list li:first-child .answer_btn:hover {
  background-color: var(--color-white);
}
.chart_btn_list li:first-child .answer_btn:hover::after {
  background: url(../img/common/btn_arw_y.png) top left/contain no-repeat;
}
.chart_btn_list li:last-child .answer_btn:hover {
  background-color: var(--color-white);
}
.chart_btn_list li:last-child .answer_btn:hover::after {
  background: url(../img/common/btn_arw_r.png) top left/contain no-repeat;
}

.back_btn:hover {
  opacity: 0.5;
}

/*実績・お客様の声*/
.irohaie-voice__item a {
  transition: all 0.3s;
}
.irohaie-voice__item a:hover {
  opacity: 0.5;
}

.science-voice__item a {
  transition: all 0.3s;
}
.science-voice__item a:hover {
  opacity: 0.5;
}

/*会社概要*/
.top-company__box {
  transition: all 0.3s;
}
.top-company__box:hover {
  opacity: 0.7;
  transform: translateY(2rem);
}

/*instagram*/
.top-instagram__item a {
  transition: all 0.3s;
}
.top-instagram__item a:hover {
  background-color: #ffe8b1;
}

/*各お問い合わせ*/
.contact-container > div a {
  transition: all 0.3s;
}
.contact-container > div a:hover {
  opacity: 0.5;
}

/*資料請求*/
.request__btn {
  transition: all 0.3s;
}
.request__btn::after {
  transition: all 0.3s;
}
.request__btn:hover {
  background-color: var(--color-white);
}
.request__btn:hover::after {
  background: url(../img/common/arw_wo.png) top left/contain no-repeat;
}

/*私たちについてリンク*/
.about-link__item a {
  transition: all 0.3s;
}
.about-link__item a:hover {
  opacity: 0.7;
  transform: translateY(2rem);
}

/*テキストリンク*/
.com-textlink {
  transition: all 0.3s;
}
.com-textlink:hover {
  transition: opacity 0.3s;
}
.com-textlink:hover:hover {
  opacity: 0.5;
}

/*お問い合わせ完了（トップへ戻る）*/
.complete__btn {
  transition: all 0.3s;
}
.complete__btn:hover {
  transition: opacity 0.3s;
}
.complete__btn:hover:hover {
  opacity: 0.5;
}

/*フッターナビ*/
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.5;
}
.footer small a:hover {
  opacity: 0.5;
}

/*==============================
    ヘッダー
==============================*/
.header {
  padding: 2.5rem 5rem 2.5rem 4.3rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv__list {
  position: absolute;
  display: flex;
  bottom: 0;
  gap: 3.2rem;
  left: calc(50% + 16.7rem);
}
.mv__item img {
  height: auto;
  width: clamp(208px, 16.25vw, 312px);
}

/*==============================
    ナビゲーション
==============================*/
.nav-menu__list {
  display: flex;
  justify-content: center;
  background-color: var(--color-green);
  color: var(--color-white);
  align-items: center;
  gap: 3em;
}
.nav-menu__item {
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.nav-menu__item a {
  padding-block: 2.5rem;
  transition: all 0.3s;
}
.nav-menu__item a:hover {
  opacity: 0.5;
}
.nav-menu__item a.current {
  color: var(--color-yellow);
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  height: 9.2rem;
  width: 54.2rem;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr td .replace {
  margin-left: 2rem;
}

/*==============================
    エントランス
==============================*/
.entrance-section {
  padding-block: 7.7rem 4rem;
  height: 100vh;
}
.entrance-section__item:first-child {
  grid-area: 1/1/3/2;
}
.entrance-section__item:first-child .entrance-section__box {
  padding-block: clamp(60px, 4.69vw, 90px);
}
.entrance-section__item:nth-child(2) {
  grid-area: 1/2/2/3;
  margin-top: clamp(35px, 2.76vw, 53px);
}
.entrance-section__item:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entrance-section__item:nth-child(2) .entrance-section__box {
  padding-block: clamp(19px, 1.51vw, 29px);
}
.entrance-section__item:nth-child(2) .entrance-section__box::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(35px, 2.76vw, 53px);
  width: clamp(24px, 1.88vw, 36px);
}
.entrance-section__item:last-child {
  grid-area: 2/2/3/3;
}
.entrance-section__item:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entrance-section__item:last-child .entrance-section__box {
  padding-block: clamp(42px, 3.28vw, 63px);
}
.entrance-section__item:last-child .entrance-section__box::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(35px, 2.76vw, 53px);
  width: clamp(24px, 1.88vw, 36px);
}

/*==============================
    TOP
==============================*/
/*私たちについて*/
.top-about {
  padding-block: 11rem 13rem;
}
.top-about__wrap {
  align-items: stretch;
}
.top-about__wrap::before {
  border-radius: 0 9.3rem 9.3rem 0;
  overflow: hidden;
  width: calc((100% - 81rem) / 2);
}
.top-about__wrap::after {
  border-radius: 9.3rem 0 0 9.3rem;
  overflow: hidden;
  width: calc((100% - 81rem) / 2);
}
.top-about__text {
  flex-shrink: 0;
  width: 75rem;
}

/*あなたにぴったりの家づくり診断*/
.top-diagnosis {
  padding-block: 17.8rem 10rem;
}
.top-diagnosis .com-inbox {
  width: 1280px;
}

/*診断チャート*/
.chart_container {
  width: clamp(1100px, 66.67vw, 1280px);
  margin-inline: auto;
  padding: 10rem clamp(67px, 5.21vw, 100px) 13rem clamp(67px, 5.21vw, 100px);
}

.chart_btn_list li .answer_btn {
  width: 44rem;
  min-height: 7rem;
}

/*診断結果*/
.result_chart .btn_wrp {
  justify-content: center;
}
.result_chart .com-btn {
  width: 45rem;
}
.result_chart .answer {
  width: 92rem;
  margin-inline: auto;
}
.result_chart .result_wrap {
  align-items: flex-start;
  width: 92rem;
  margin-inline: auto;
}
.result_chart .result_image {
  aspect-ratio: 350/254;
  flex-shrink: 0;
  width: 35rem;
}

/*サービス内容*/
.top-service {
  padding-block: 31.1rem 13rem;
  overflow: hidden;
}
.top-service__image {
  flex-shrink: 0;
}
.top-service .top-irohaie {
  padding-block: 6rem;
}
.top-service .top-irohaie::before {
  right: calc(50% - 64rem);
  width: 160rem;
  border-radius: 0 6rem 6rem 0;
}
.top-service .top-irohaie .top-service__item {
  width: 52.4rem;
}
.top-service .top-irohaie .top-service__item:first-child .if_wrap {
  gap: 1.7rem;
}
.top-service .top-irohaie .top-service__item:last-child .if_wrap {
  gap: 2.7rem;
}
.top-service .top-science {
  padding-block: 6rem;
}
.top-service .top-science::before {
  left: calc(50% - 64rem);
  width: 160rem;
  border-radius: 6rem 0 0 6rem;
}
.top-service .top-science .top-service__wrap {
  flex-direction: row-reverse;
}
.top-service .top-science .top-service__item {
  width: 100%;
}
.top-service .top-science .top-service__item .if_wrap {
  gap: 3.6rem;
}

/*会社概要*/
.top-company {
  padding-block: 6.7rem 10.3rem;
}
.top-company__box {
  width: 73.4rem;
  height: 25rem;
}

/*Instagramもチェック！*/
.top-instagram {
  padding-block: 5rem;
}
.top-instagram::before {
  right: calc(50% + 8.8rem);
}
.top-instagram .com-inbox {
  justify-content: space-between;
}
.top-instagram__item a {
  width: 54.2rem;
  height: 9.2rem;
}

/*お知らせ*/
.top-news {
  padding-block: 10rem;
}

/*お問い合わせ*/
.top-contact {
  padding-block: 13rem;
}
.top-contact .com-title01 {
  margin-bottom: 5.2rem;
}

/*==============================
    私たちについて
==============================*/
/*経営理念*/
.about-philosophy {
  padding-block: 0 13rem;
}
.about-philosophy .breadcrumb {
  color: var(--color-white);
  margin-bottom: 8.2rem;
}

/*代表挨拶*/
.about-greeting {
  padding-block: 13rem 6.2rem;
}
.about-greeting__wrap {
  align-items: flex-start;
}
.about-greeting__image {
  width: 34.9rem;
  flex-shrink: 0;
}

/*対応エリア*/
.about-area {
  padding-block: 31.6rem 9.3rem;
}
.about-area .com-inbox {
  justify-content: center;
}
.about-area__image {
  margin-right: 4.3rem;
}

/*キマタのこだわり*/
.about-commitment {
  padding-block: 13rem;
}
.about-commitment__item {
  align-items: flex-start;
}
.about-commitment__image {
  flex-shrink: 0;
  width: 43rem;
}

/*下層リンク*/
.about-link {
  padding-block: 7rem;
}
.about-link__item {
  width: calc((100% - 4rem) / 2);
}
.about-link__item a {
  width: 100%;
  aspect-ratio: 520/250;
}

/*==============================
    いろはいえ
==============================*/
/*ページ内リンク*/
.irohaie-link {
  padding-block: 0 7rem;
}
.irohaie-link .breadcrumb {
  margin-bottom: 5rem;
}
.irohaie-link__item .com-btn {
  height: 8rem;
  width: 40.4rem;
}

/*定額制の自由設計で夢の家づくりを叶えましょう*/
.irohaie-section {
  padding-block: 13rem 12.2rem;
}
.irohaie-section__text {
  width: 49.5rem;
}

/*こんなに入って、安心の総額価格*/
.irohaie-price {
  padding-block: 29.5rem 13rem;
}
.irohaie-price::after {
  position: absolute;
  bottom: calc(100% - clamp(87px, 6.82vw, 131px));
  right: 0;
  content: "";
  display: block;
  aspect-ratio: 927/770;
  width: clamp(618px, 48.28vw, 927px);
  background: url(../img/irohaie/section.png) top left/contain no-repeat;
}
.irohaie-price__item {
  width: 22rem;
  height: 7rem;
}

/*二階建て*/
.irohaie-second {
  padding-block: 10rem;
  margin-bottom: 10.5rem;
}
.irohaie-second::before {
  right: calc(50% - 64rem);
  width: 160rem;
  border-radius: 0 6rem 6rem 0;
}
.irohaie-second::after {
  top: 6.8rem;
  left: calc(50% + 47rem);
}

/*平屋*/
.irohaie-bungalow {
  padding-block: 10rem;
  margin-bottom: 13rem;
}
.irohaie-bungalow::before {
  left: calc(50% - 64rem);
  width: 160rem;
  border-radius: 6rem 0 0 6rem;
}
.irohaie-bungalow::after {
  top: 6.8rem;
  right: calc(50% + 47rem);
}

/*実績・お客様の声*/
.irohaie-voice {
  padding-block: 13rem;
}

/*詳細*/
.irohaie-detail {
  padding-block: 0 13rem;
}
.irohaie-detail .breadcrumb {
  margin-bottom: 8rem;
}

/*よくある質問*/
.irohaie-faq {
  padding-block: 13rem;
}

/*==============================
    サイエンスホーム
==============================*/
/*ページ内リンク*/
.science-link {
  padding-block: 0 7rem;
}
.science-link .breadcrumb {
  margin-bottom: 5rem;
}
.science-link .com-btn {
  height: 8rem;
  width: 40.4rem;
}

/*完全自由設計の木の家*/
.science-section {
  padding-block: 13rem 6rem;
  overflow: hidden;
}
.science-section__image {
  position: absolute;
  top: 21.5rem;
  left: calc(50% + 16.6rem);
  border-radius: 9.3rem 0 0 9.3rem;
  width: clamp(533px, 41.67vw, 800px);
  height: 47.2rem;
  border-radius: 9.3rem 0 0 9.3rem;
  overflow: hidden;
}
.science-section__text {
  width: 57.5rem;
}
.science-section__text p {
  padding-right: 7rem;
}

/*家を建てる前に宿泊体験しませんか？*/
.science-experience {
  padding-block: 29.5rem 13rem;
}
.science-experience .com-title01 .ja strong {
  font-size: 6rem;
}
.science-experience .com-btn {
  width: 52rem;
  padding-right: 2.3rem;
}
.science-experience .com-btn::after {
  right: 3rem;
}

/*実績・お客様の声*/
.science-voice {
  padding-block: 13rem;
}

/*詳細*/
.science-detail {
  padding-block: 0 13rem;
}
.science-detail .breadcrumb {
  margin-bottom: 8rem;
}

/*よくある質問*/
.science-faq {
  padding-block: 13rem;
}

/*==============================
    会社概要
==============================*/
.company-history {
  padding-bottom: 6.6rem;
}
.company-history .breadcrumb {
  margin-bottom: 7rem;
}
.company-history dl dt {
  width: 17rem;
  flex-shrink: 0;
}

.company-info {
  padding-block: 27.7rem 13rem;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 0 10rem;
}
.news .breadcrumb {
  margin-bottom: 8rem;
}

/*お知らせ共通部分*/
.com-news__item a:hover {
  transition: opacity 0.3s;
}
.com-news__item a:hover:hover {
  opacity: 0.5;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail {
  padding-block: 0 10rem;
}
.news-detail .breadcrumb {
  margin-bottom: 8rem;
}
.news-detail__box {
  padding: 4rem 4rem 6rem 4rem;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 0 10rem;
}
.contact .breadcrumb {
  margin-bottom: 8rem;
}
.contact .com-table {
  margin-bottom: 3rem;
  table-layout: fixed;
}
.contact .com-table th {
  width: 35%;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 5rem;
  width: 38rem;
}
.contact .contact-submits-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.contact .contact-submits-wrap .com-btn {
  margin-inline: 0;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 0 10rem;
}
.complete .breadcrumb {
  margin-bottom: 8rem;
}
.complete__box {
  text-align: center;
}
.complete__btn {
  margin-top: 5rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
　プライバシーポリシー
==============================*/
.privacy {
  padding-block: 0 10rem;
}
.privacy .breadcrumb {
  margin-bottom: 8rem;
}
.privacy__box {
  margin-bottom: 5rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    サイトマップ
==============================*/
.site {
  padding-block: 0 10rem;
}
.site .breadcrumb {
  margin-bottom: 7rem;
}
.site .com-inbox {
  width: 70rem;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 7.5rem;
}
.site__item a {
  padding: 1rem;
}
.site__item a::after {
  width: 1rem;
  transform: rotate(-45deg);
}
.site__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    このページは存在しません
==============================*/
.e404 {
  padding-block: 0 10rem;
}
.e404 .breadcrumb {
  margin-bottom: 8rem;
}
/*==============================
    フッター
==============================*/
.footer .request__box {
  margin-left: auto;
  width: 44.4rem;
}
.footer__inner {
  padding-block: 8.5rem;
  width: 1080px;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
}
.footer .util__item .com-btn {
  width: 39.8rem;
  line-height: 1.6;
  text-align: center;
  padding-block: 1.4rem;
  height: unset;
  min-height: 6.4rem;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: flex-end;
  flex-shrink: 0;
}
.footer-nav__list:last-of-type {
  margin-top: 2rem;
  gap: 1em;
}
.footer-nav__item {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
.footer .nav-item--privacy, .footer .nav-item--site, .footer .nav-item--company, .footer .nav-item--news, .footer .nav-item--contact {
  display: none;
}
.footer .nav-item--contact {
  margin-right: 1em;
}