@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: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.contact-container p {
  margin-bottom: 20px;
}
.contact-container > div {
  gap: 20px;
}
.contact-container > div a {
  width: 40px;
  flex-shrink: 0;
}
.contact-container > div a img {
  width: 100%;
  height: 100%;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  display: flex;
  flex-direction: column-reverse;
  padding-block: 10rem 0;
}
.mv__title {
  position: relative;
  left: unset;
  bottom: unset;
  width: 70%;
  margin-inline: auto;
  margin-bottom: -5rem;
  max-width: 350px;
}
.mv__container {
  width: 90%;
  height: unset;
  max-width: 522px;
}
.mv__item {
  position: absolute;
  width: 35%;
  bottom: 35%;
  max-width: 200px;
}
.mv__item:first-child {
  right: 55%;
  transform: rotate(-10deg);
}
.mv__item:last-child {
  left: 55%;
  transform: rotate(10deg);
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-block: 13rem 0;
  flex-direction: column-reverse;
  align-items: stretch;
}
.sv__container {
  height: unset;
  width: 90%;
  background-size: contain !important;
}
.sv__title {
  width: 80%;
  margin-inline: auto;
  font-size: 3.6rem;
  padding-block: 2rem;
  margin-top: 0;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  gap: 2rem;
}
.com-title01::after {
  margin-top: 0;
  width: 15rem;
  background: url(../img/common/dots_yellow.png) top left/auto 100% repeat-x;
}
.com-title01 .en {
  font-size: 2rem;
  text-align: center;
}
.com-title01 .ja {
  font-size: 3.3rem;
  text-align: center;
  line-height: 1.3;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  min-height: 60px;
  width: 100%;
  max-width: 300px;
  padding-inline: 2rem 5rem;
  padding-block: 1rem;
  line-height: 1.3;
  font-size: max(1.6rem, 13px);
  text-align: center;
}
.com-btn::after {
  width: 3rem;
  right: 2rem;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th {
  width: 30%;
}
.com-table tr th,
.com-table tr td {
  padding-inline: 1rem;
}

/*==============================
    エントランス
==============================*/
.entrance-section {
  padding: 13rem 5% 5rem 5%;
}
.entrance-section__list {
  display: flex;
  flex-direction: column;
}
.entrance-section__item a {
  padding-block: 3rem;
}
.entrance-section__item:first-child a {
  padding-top: 35.5%;
  clip-path: polygon(0 20.5%, 50% 0, 100% 20.5%, 100% 100%, 0 100%);
}
.entrance-section__item:first-child .entrance-section__title .sub {
  font-size: 2rem;
}
.entrance-section__item:first-child .entrance-section__title .main {
  font-size: 3.5rem;
}
.entrance-section__item:nth-child(2) .entrance-section__title .sub, .entrance-section__item:last-child .entrance-section__title .sub {
  font-size: 1.6rem;
}
.entrance-section__item:nth-child(2) .entrance-section__title .main, .entrance-section__item:last-child .entrance-section__title .main {
  font-size: 3rem;
}
.entrance-section__title .main {
  text-align: center;
}
.entrance-section__box {
  width: 90%;
  padding: 4rem 2rem;
  gap: 3rem;
}

/*==============================
    TOP
==============================*/
/*私たちについて*/
.top-about__wrap {
  flex-wrap: wrap;
  padding-inline: 3rem 5%;
  gap: 5%;
}
.top-about__wrap::before, .top-about__wrap::after {
  border-radius: 2rem;
  overflow: hidden;
}
.top-about__wrap::before {
  width: 47.5%;
  aspect-ratio: 3/2;
  background-position: center;
  order: 1;
}
.top-about__wrap::after {
  width: 47.5%;
  aspect-ratio: 3/2;
  background-position: center;
  order: 2;
}
.top-about__text {
  border-radius: 2rem;
  padding: 6rem 3rem;
  width: 100%;
  order: 0;
  margin-bottom: 3rem;
}

/*家づくり診断*/
.top-diagnosis {
  overflow: hidden;
  background: url(../img/common/com-deco02.png) no-repeat top 5rem right 5%/30% auto, url(../img/common/com-deco02.png) no-repeat bottom 30% left 5%/30% auto, url(../img/common/com-deco01.png) no-repeat bottom 6rem right 5%/30% auto, var(--color-beige);
}

.chart_container {
  padding: 6rem 2rem;
  border-radius: 3rem;
}
.chart_container::before {
  width: 30%;
  left: -1rem;
  top: -3rem;
}
.chart_container::after {
  width: 20%;
  right: -2rem;
  top: -6rem;
}

.chart_title {
  padding-bottom: 2rem;
  padding-inline: 0;
}
.chart_title .q-icon {
  font-size: 1.8rem;
}

.chart__box::before {
  width: 80px;
}
.chart__box::after {
  width: 20%;
  max-width: 70px;
  left: -2rem;
  top: calc(100% + 1rem);
}

.chart_btn_list {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.chart_btn_list li {
  width: 100%;
}
.chart_btn_list li .answer_btn {
  width: 100%;
  min-height: 80px;
}

/*診断結果*/
.result_chart .answer {
  border-radius: 3rem;
  line-height: 1.5;
  font-size: 1.8rem;
  padding: 2rem 1rem;
}
.result_chart .answer strong {
  font-size: 2.1rem;
}
.result_chart .result_wrap {
  flex-direction: column;
  align-items: center;
}
.result_chart .result_image {
  width: 100%;
  aspect-ratio: 16/9;
}
.result_chart .btn_wrp {
  align-items: center;
  flex-direction: column;
}

/*サービス内容*/
.top-service::after {
  width: 25%;
  bottom: 2rem;
  right: unset;
  left: 1rem;
}
.top-service .com-inbox::before {
  width: 13%;
  right: unset;
  left: 0;
  top: 2rem;
}
.top-service .com-inbox::after {
  width: 20%;
  right: 0;
  left: unset;
  top: 0;
}
.top-service__wrap {
  flex-direction: column;
  align-items: center;
}
.top-service__list {
  flex-direction: column;
}
.top-service__title {
  align-items: center;
  width: 100%;
}
.top-service__title .sub {
  text-align: center;
}
.top-service__title .main {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
}
.top-service .if_wrap {
  flex-direction: column;
  gap: 2rem;
}
.top-service .if_text {
  text-align: center;
}
.top-service .top-irohaie {
  padding-block: 6rem;
}
.top-service .top-irohaie::before {
  width: 100vw;
  margin-left: calc(-5% - 3px);
}
.top-service .top-irohaie::after {
  width: 10%;
  right: unset;
  left: 0;
  top: 2rem;
}
.top-service .top-science {
  padding-block: 6rem;
}
.top-service .top-science::before {
  width: 100vw;
  margin-left: calc(-5% - 3px);
}
.top-service .top-science::after {
  width: 30%;
  left: unset;
  right: 0;
  max-width: 150px;
}

/*会社概要*/
.top-company__box {
  min-height: 25rem;
  flex-direction: column-reverse;
  gap: 3rem;
}
.top-company__box::before {
  position: relative;
  right: unset;
  top: unset;
  transform: translateY(0);
}
.top-company__box::after {
  width: 20%;
  max-width: 110px;
}
.top-company__title .ja {
  font-size: 3rem;
}

/*instagramもチェック*/
.top-instagram {
  padding-block: 10rem 20rem !important;
}
.top-instagram::before {
  left: 40%;
  width: 25%;
  max-width: 110px;
}
.top-instagram .com-inbox {
  flex-direction: column-reverse;
  gap: 5rem;
}
.top-instagram__image {
  width: 80%;
  max-width: 300px;
}
.top-instagram__list {
  width: 100%;
}
.top-instagram__item a {
  width: 100%;
  height: 80px;
  gap: 20px;
  font-size: max(1.8rem, 15px);
}
.top-instagram__item a::before {
  position: relative;
  left: unset;
  top: unset;
  transform: translateY(0);
  width: 40px;
}

/*お知らせ*/
.top-news {
  background: url(../img/common/com-deco03.png) no-repeat top 10% right 5%/30% auto, url(../img/common/com-deco04.png) no-repeat bottom 5rem left 5%/20% auto, var(--color-beige);
}
.top-news::before {
  top: 5rem;
  left: 5%;
  right: unset;
  width: 30%;
}

/*お問い合わせ*/
.top-contact__box {
  padding: 6rem 3rem;
}
.top-contact__box::before {
  width: 35%;
  left: -1rem;
  top: -1.5rem;
}
.top-contact__box::after {
  width: 35%;
  right: -1rem;
  top: -1.5rem;
}
.top-contact__list {
  flex-direction: column;
  padding: 4rem 2rem;
}

/*==============================
    私たちについて
==============================*/
/*経営理念*/
.about-philosophy .com-title01 {
  margin-bottom: 4rem;
}
.about-philosophy__box {
  border-radius: 5rem;
  padding: 6rem 3rem;
}
.about-philosophy__title {
  font-size: 2.2rem;
}

/*代表挨拶*/
.about-greeting {
  background: url(../img/common/com-deco02.png) no-repeat top 10% left 5%/30% auto, url(../img/common/com-deco02.png) no-repeat top 65% right 5%/30% auto, url(../img/common/com-deco01.png) no-repeat bottom 0.6rem right 30%/30% auto, var(--color-beige);
}
.about-greeting__wrap {
  flex-direction: column;
  align-items: center;
}
.about-greeting__image {
  width: 100%;
  max-width: 300px;
}
.about-greeting__title {
  text-align: center;
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.about-greeting__title small {
  font-size: 1.9rem;
  margin-right: 0.5em;
}

/*対応エリア*/
.about-area .com-inbox {
  flex-direction: column;
  align-items: center;
}
.about-area__image {
  width: 80%;
  max-width: 250px;
}

/*キマタのこだわり*/
.about-commitment__item {
  border-radius: 3rem;
  padding: 4rem 3rem;
  flex-direction: column;
  align-items: center;
}
.about-commitment__title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.about-commitment__image {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

/*下層リンク*/
.about-link__list {
  flex-direction: column;
  align-items: center;
}
.about-link__item {
  width: 100%;
}
.about-link__item a {
  height: 25rem;
  padding-right: 0;
  padding-left: 1.5rem;
  gap: 2rem !important;
  justify-content: center;
}
.about-link__title .main {
  font-size: 2.8rem;
}

/*==============================
    いろはいえ
==============================*/
/*ページ内リンク*/
.irohaie-link__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem;
}
.irohaie-link .com-btn {
  max-width: unset;
}

/*定額制の自由設計で夢の家づくりを叶えましょう*/
.irohaie-section::after {
  content: "";
  aspect-ratio: 927/770;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-top: 2rem;
  background: url(../img/irohaie/section.png) top left/contain no-repeat;
}
.irohaie-section__title {
  font-size: 2.2rem;
  margin-bottom: 4rem;
  text-align: center;
}

/*こんなに入って、安心の総額価格*/
.irohaie-price__title {
  font-size: 2.4rem;
  line-height: 1.3;
}
.irohaie-price__box {
  padding: 4rem 1.5rem;
}
.irohaie-price__box > small {
  line-height: 1.5;
}
.irohaie-price__list {
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.irohaie-price__item {
  padding-block: 1rem;
  min-height: 50px;
}
.irohaie-price__item .caption {
  display: inline-block;
}

.irohaie-box dl {
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.irohaie-box dl dd small {
  display: block;
}

/*二階建て*/
.irohaie-second {
  margin-bottom: 10rem;
}
.irohaie-second::before {
  width: 100%;
}
.irohaie-second::after {
  width: 30%;
}
.irohaie-second__title {
  font-size: 2.3rem;
  line-height: 1.3;
}

/*平屋*/
.irohaie-bungalow::before {
  width: 100%;
}
.irohaie-bungalow::after {
  width: 30%;
}
.irohaie-bungalow__title {
  font-size: 2.3rem;
  line-height: 1.3;
}

/*実績・お客様の声*/
.irohaie-voice__list {
  grid-template-columns: repeat(2, 1fr);
}

/*詳細*/
.irohaie-detail__wrap {
  flex-direction: column;
  align-items: center;
}
.irohaie-detail__image {
  width: 100%;
  aspect-ratio: 16/9;
}
.irohaie-detail__voice::before {
  width: 8rem;
}
.irohaie-detail__voice .serif {
  padding: 3rem;
}
.irohaie-detail__list {
  grid-template-columns: repeat(2, 1fr);
}

/*よくある質問*/
.irohaie-faq {
  background: url(../img/common/com-deco03.png) no-repeat top 20% right 5%/30% auto, url(../img/common/com-deco02.png) no-repeat top 5rem left 5%/30% auto, url(../img/common/com-deco02.png) no-repeat bottom 30% left 5%/30% auto, url(../img/common/com-deco01.png) no-repeat bottom 6rem right 5%/30% auto, #f7efe1;
}
.irohaie-faq::before {
  width: 30%;
  left: unset;
  top: 2rem;
  right: 5%;
}
.irohaie-faq__item {
  padding: 4rem 2rem;
}

/*==============================
    サイエンスホーム
==============================*/
/*ページ内リンク*/
.science-link__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem;
}
.science-link .com-btn {
  max-width: unset;
}

/*完全自由設計の木の家*/
.science-section {
  background: url(../img/common/com-deco02.png) no-repeat top 2rem right 5%/30% auto, url(../img/common/com-deco02.png) no-repeat top 15% left 5%/30% auto, url(../img/common/com-deco01.png) no-repeat bottom 30% left 30%/30% auto, var(--color-beige);
}
.science-section__title {
  font-size: 2.4rem;
  text-align: center;
}
.science-section__image {
  margin-top: 5rem;
  border-radius: 2rem;
  overflow: hidden;
}

/*家を建てる前に宿泊体験しませんか？*/
.science-experience .serif {
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 2.3rem 4rem;
  width: 100%;
}
.science-experience__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.science-experience__item .com-btn {
  max-width: unset;
}

/*実績・お客様の声*/
.science-voice__list {
  grid-template-columns: repeat(2, 1fr);
}

/*詳細*/
.science-detail__wrap {
  flex-direction: column;
  align-items: center;
}
.science-detail__image {
  width: 100%;
  aspect-ratio: 16/9;
}
.science-detail__voice::before {
  width: 8rem;
}
.science-detail__voice .serif {
  padding: 3rem;
}
.science-detail__list {
  grid-template-columns: repeat(2, 1fr);
}

/*よくある質問*/
.science-faq {
  background: url(../img/common/com-deco03.png) no-repeat top 20% right 5%/30% auto, url(../img/common/com-deco02.png) no-repeat top 5rem left 5%/30% auto, url(../img/common/com-deco02.png) no-repeat bottom 30% left 5%/30% auto, url(../img/common/com-deco01.png) no-repeat bottom 6rem right 5%/30% auto, #f7efe1;
}
.science-faq::before {
  width: 30%;
  left: unset;
  top: 2rem;
  right: 5%;
}
.science-faq__item {
  padding: 4rem 2rem;
}

/*==============================
    会社概要
==============================*/
.company-history dl {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-inline: 2rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail__title {
  font-size: 2.4rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

.com-news__list {
  grid-template-columns: repeat(2, 1fr);
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table__wrap {
  padding: 4rem 1.2rem;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  width: 100%;
  padding-block: 2rem 0;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 3rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 2.4rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer .request__box {
  width: 90%;
  margin-inline: auto;
}
.footer .request__list {
  gap: 20px;
}
.footer__box {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .util__list {
  width: 90%;
  margin-bottom: 3rem;
  align-items: center;
  margin-top: 5rem;
}
.footer .util__item {
  width: 100%;
}
.footer .util__item .com-btn {
  margin-inline: auto;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:last-of-type {
  display: none;
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}