@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  Bootstrap icon変数
=================================*/
:root {
  /* カラー */
  --color-text: #333;
  --color-yellow: #fff100;
  --color-lemon: #f9f066;
  --color-white: #fff;
  --color-gray: #727171;
  --color-gold: #c8bc00;
  --color-brown: #cab290;
  --color-link: #355c7d;
  /* font-family */
  --font-family-kaku: "Zen Kaku Gothic New", sans-serif;
  --font-family-kiwi: "Kiwi Maru", serif;
  --font-family-josefin: "Josefin Sans", sans-serif;
  --font-family-icon: "bootstrap-icons";
  /* font-weight */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  /* フォントサイズ */
  --font-size-h1: 5rem;
  --font-size-h2: 4rem;
  --font-size-h3: 3.8rem;
  --font-size-h4: 3.2rem;
  --font-size-h5: 2.4rem;
  --font-size-h6: 2.1rem;
  --font-size-btn: 2rem;
  --font-size-base: 1.7rem;
  --font-size-sm: 1.4rem;
  --font-size-xs: 1.2rem;
  /* line-height */
  --line-height-title: calc(1em + 8px);
  --line-height-base: 2.117648;
  --line-height-sm: 1.714286;
  --line-height-xs: 1.6666667;
  /* letter-spacing */
  --letter-spacing-base: 0em;
  /* パターン */
  --pattern-bg: url(../img/common/pt-bg.jpg);
  --pattern-bg-gray: url(../img/common/pt-bg_gray.png);
  --pattern-shadow: url(../img/common/pt-shadow.png);
}
@media screen and (max-width: 767px) {
  :root {
    --font-size-h1: 3.6rem;
    --font-size-h2: 3.2rem;
    --font-size-h3: 2.8rem;
    --font-size-h4: 2.5rem;
    --font-size-h5: 2.2rem;
    --font-size-h6: 2rem;
    --font-size-base: 1.6rem;
    --line-height-base: 1.875;
  }
}

/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
  scroll-padding-top: 8rem;
}

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

.com-table:not(.com-table--noblok) table,
.com-table:not(.com-table--noblok) table tbody,
.com-table:not(.com-table--noblok) table th,
.com-table:not(.com-table--noblok) table tr,
.com-table:not(.com-table--noblok) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo {
  width: 20.5rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 4.5rem 0 4rem;
  margin-top: 5rem;
}
#footer::before {
  height: 5rem;
}
#footer .footer__inner {
  width: 90%;
}
#footer .footer__left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__logo {
  width: max(205px, 24.4rem);
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1em;
  line-height: 1.5;
}
#footer .footer__info > * {
  margin-block: calc((1em - 1lh) / 2);
  word-break: keep-all;
}
#footer .footer__info p:has(span.ttl) .ttl {
  display: inline-block;
  width: 5em;
  position: relative;
}
#footer .footer__info p:has(span.ttl) .ttl::after {
  content: "｜";
  position: absolute;
  top: 0;
  right: 0;
}
#footer .footer__ig {
  width: 32rem;
  height: 8rem;
  line-height: 1.5;
}
#footer .footer__ig::before {
  width: 4rem;
  margin-right: 2rem;
}
#footer .footer__links {
  padding-top: 3rem;
}
#footer .footer__links p {
  line-height: 2.5em;
}
#footer .footer__link {
  letter-spacing: -0.08em;
  height: 6rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav__list {
  display: none;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
}
.footer-nav__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-sm);
}
.footer-nav__sub-item::after {
  content: "｜";
  margin-inline: 0.25em;
}
.footer-nav__sub-item:last-of-type::after {
  display: none;
}

/*コピーライト
-----------------------------*/
.copy {
  padding: 4rem 0 1rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 5rem;
  right: 1rem;
  bottom: 1rem;
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 64rem;
}
.visual__main::before {
  background-position: 58% center;
}
.visual__main-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: 16rem;
  padding-block: 4.5rem;
  margin-left: auto;
}
.visual__main-box::before, .visual__main-box::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem));
}
.visual__main-box::before {
  left: 0;
  top: 0.5rem;
}
.visual__main-box::after {
  width: 100%;
  height: calc(100% + 1px);
  left: 0;
  top: -1px;
}
.visual__main-catch {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 2rem;
}
.visual__main-catch > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.visual__main-catch .sub {
  font-size: 2.4rem;
}
.visual__main-catch .sub .min {
  font-size: 0.925em;
}
.visual__main-catch .main {
  font-size: 3.2rem;
}
.visual__main-catch .main .min {
  font-size: 0.923077em;
}
.visual__main-catch .mark {
  display: inline-block;
  background: linear-gradient(to left, var(--color-yellow) 0.4rem, transparent 0.4rem);
}
.visual__main-list {
  margin-top: auto;
}
.visual__main-item {
  font-size: var(--font-size-base);
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  padding: 0.5em 0.25em;
  margin-bottom: 1rem;
}
.visual__main-item:last-of-type {
  margin-bottom: 0;
}
.visual__main-item img {
  height: 1em;
  margin-bottom: 0.5em;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 24rem;
}
.visual__sub-catch {
  width: 42.5rem;
  max-width: 94%;
  height: 9rem;
  font-size: var(--font-size-h3);
}
.visual__sub-catch::before, .visual__sub-catch::after {
  clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 3rem 100%, 0 calc(100% - 3rem));
}
.visual__sub-catch::before {
  left: 5px;
  top: 0;
}

/*===============================================
  main#container
===============================================*/
#container:has(.com-contact) {
  padding-bottom: 2.4rem;
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 0.5em;
}
.breadcrumb__list {
  width: 90%;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding: 8rem 0;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 6.5rem;
}

/*テーブル
-----------------------------*/
.com-table tr th,
.com-table tr td {
  padding-block: 2rem;
}
.com-table:not(.com-table--noblok) tr td {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text .mb {
  margin-bottom: 1lh;
}
.com-text br {
  display: none;
}

/*お知らせ
-----------------------------*/
/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: var(--font-size-h2);
  margin-bottom: 5rem;
}
.com-title01--mid, .com-title01--min {
  font-size: var(--font-size-h3);
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__box {
  padding: 5.6rem 3rem;
}
.com-contact__title {
  margin-bottom: 4rem;
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}

/*施工実績
-----------------------------*/
.com-works::before {
  width: 100%;
  height: calc(100% - 30rem);
}
.com-works__title {
  row-gap: 0.9rem;
}
.com-works__title > span:not(.en) {
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
.com-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1.6rem;
}
.com-works__date, .com-works__tags {
  font-size: var(--font-size-sm);
}
.com-works__btn {
  margin: 4rem auto 0;
}

/*リード文
-----------------------------*/
.com-lead {
  background-size: min(144px, 32%);
}
.com-lead__title {
  font-size: var(--font-size-h3);
}
.com-lead__title > span {
  word-break: keep-all;
}
.com-lead__image img {
  aspect-ratio: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*特徴
-----------------------------*/
.com-feature {
  padding-top: 0;
}
.com-feature__title {
  font-size: var(--font-size-h3);
  padding: 8rem 5% 4.5rem;
}
.com-feature__title::before {
  clip-path: polygon(0 5rem, 50% 0, 100% 5rem, 100% 100%, 0 100%);
}
.com-feature__title > span {
  word-break: keep-all;
}
.com-feature__item {
  margin-bottom: 4rem;
}
.com-feature__item:last-of-type {
  margin-bottom: 0;
}
.com-feature__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-feature__inner {
  padding: 2rem;
}
.com-feature__btn {
  width: 40rem;
  max-width: 100%;
  margin: 6rem auto 0;
}

/*こんな方にオススメ
-----------------------------*/
.com-recommend {
  padding-block: 6.4rem;
}
.com-recommend__title > span {
  padding-inline: 2.4rem;
}
.com-recommend__title > span::before, .com-recommend__title > span::after {
  width: calc(45vw - 50%);
}
.com-recommend__item {
  font-size: 1.25em;
  line-height: var(--line-height-title);
  margin-bottom: 3rem;
}

/*流れ
-----------------------------*/
.com-flow__item {
  padding: 2.4rem;
}
.com-flow__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-flow__inner {
  align-items: flex-start;
  padding-top: 2.4rem;
}
.com-flow__heading {
  margin-top: auto;
}
.com-flow__heading > span {
  word-break: keep-all;
}

/*===============================================
  トップページ
===============================================*/
/*家族が、
ずっと心地よく暮らせる家づくり。
-----------------------------*/
.top-concept {
  background-size: min(144px, 32%);
}
.top-concept::before {
  display: none;
}
.top-concept__title {
  row-gap: 1rem;
}
.top-concept__title::before {
  content: "";
  width: 8rem;
  left: -1.5rem;
  top: -1.5rem;
}
.top-concept__title > span {
  word-break: keep-all;
}
.top-concept__title .en {
  font-size: 4rem;
  background-size: 8rem 8rem;
  background-position: left -1.5rem top -1.5rem;
}
.top-concept__images {
  width: 80%;
  margin: 6rem 0 0 auto;
}
.top-concept__images::before {
  width: 80%;
  height: 64%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-concept__images::after {
  width: 64%;
  max-width: 352px;
  left: -20vw;
  bottom: -8rem;
}
.top-concept__image {
  width: 80%;
}
.top-concept__image img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-concept__image--rb {
  margin-top: 2rem;
}

/*あなたにぴったりの家づくりは？
-----------------------------*/
.top-chart {
  padding: 0;
  background: none;
}
.top-chart::before {
  display: none;
}
.top-chart__box {
  padding-block: 5rem;
}
.top-chart__box::before {
  width: 100vw;
  clip-path: polygon(0 6.4rem, 50% 0, 100% 6.4rem, 100% 100%, 0 100%);
}
.top-chart__title {
  font-size: var(--font-size-h3);
  row-gap: 2rem;
  margin-bottom: 3rem;
}
.top-chart__title::before {
  height: 3.2rem;
}
.top-chart__text {
  text-align: center;
}
.top-chart__text p {
  word-break: keep-all;
}
.top-chart .com-chart__box {
  box-shadow: 0 0 0 0.3rem var(--color-white) inset;
}
.top-chart .com-chart__title {
  min-height: 10rem;
}
.top-chart .com-chart__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5rem;
  padding: 3rem;
}
.top-chart .com-chart__btns:has(+ .btn_wrp) {
  padding-bottom: 2rem;
}
.top-chart .com-chart .btn_wrp {
  padding-bottom: 3rem;
}
.top-chart .result-chart__container {
  box-shadow: 0 0 0 0.3rem var(--color-white) inset;
}
.top-chart .result-chart__heading {
  font-size: var(--font-size-h5);
  min-height: 10rem;
}
.top-chart .result-chart__image {
  margin: 3rem 3rem 2.4rem;
}
.top-chart .result-chart__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-chart .result-chart__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.4rem;
  padding: 0 3rem 3rem;
}
.top-chart .result-chart .btn_wrp {
  padding-bottom: 8rem;
}
.top-chart .com-contact__box {
  width: 90%;
}

/*あなたの理想を叶える家づくり
-----------------------------*/
.top-service {
  background-size: 16rem 16rem, 56%;
}
.top-service::before {
  display: none;
}
.top-service::after {
  width: 120%;
  height: 12rem;
}
.top-service__title {
  row-gap: 1rem;
  margin-bottom: 4rem;
}
.top-service__list {
  padding-top: 5rem;
}
.top-service__item {
  margin-bottom: 3rem;
}
.top-service__item:last-of-type {
  margin-bottom: 0;
}
.top-service__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__link {
  padding: 3rem 2.4rem;
}
.top-service__link::after {
  background-size: 3.1rem 3.1rem;
}
.top-service__link:hover::after {
  background-size: 2.1rem 2.1rem;
}
.top-service__heading {
  margin-bottom: 2rem;
}
.top-service:has(+ .top-works) {
  padding-bottom: 30rem;
}
.top-service:has(+ .top-works) + .top-works {
  margin-top: -30rem;
}

/*リンクバナーセクション
-----------------------------*/
.top-bnr {
  padding-block: 4rem;
}
.top-bnr__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
}
.top-bnr__link {
  width: 100%;
  height: 20rem;
}
.top-bnr__title {
  row-gap: 2rem;
  margin-bottom: 0;
}
.top-bnr__title::before {
  width: 4rem !important;
}

/*新着情報
-----------------------------*/
.top-news__title {
  margin-bottom: 3rem;
}
.top-news__box {
  padding-block: 6.4rem;
}
.top-news__list {
  padding-block: 4rem;
}
.top-news__list::before {
  width: 100vw;
  height: 100%;
  left: -5vw;
  top: 0;
}
.top-news__btn {
  margin: 3rem auto 0;
}

/*会社情報
-----------------------------*/
.top-company__table tr th {
  width: 9em;
  font-weight: var(--font-weight-medium);
  padding-right: 2em;
}
.top-company__map {
  height: 30rem;
  margin-top: 5rem;
}

/*===============================================
  スタッフ紹介
===============================================*/
/*代表紹介
-----------------------------*/
.staff-owner__image {
  width: 24rem;
  margin: 0 auto 3rem;
}
.staff-owner__image img {
  aspect-ratio: 0.75;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-owner__heading {
  align-items: center;
  margin-bottom: 3rem;
}
.staff-owner__item {
  padding-top: 4rem;
}

/*スタッフ紹介
-----------------------------*/
.staff-list:has(+ .com-contact) {
  margin-bottom: 5rem;
}
.staff-list__card {
  padding: 3rem 2rem;
}
.staff-list__image {
  width: 18rem;
  margin: 0 auto 3rem;
}
.staff-list__image img {
  aspect-ratio: 0.75;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-list__heading {
  align-items: center;
  margin-bottom: 3rem;
}
.staff-list__item {
  padding-top: 4rem;
}

/*===============================================
  施工実績
===============================================*/
/*施工実績　一覧
-----------------------------*/
.works-list__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27.5rem, 1fr));
  gap: 2rem;
  padding-block: 3rem;
  margin-top: 4rem;
}
.works-list__links::before {
  width: 100vw;
}
.works-list__links a {
  width: 100%;
  height: auto;
  min-height: 6.5rem;
  font-size: var(--font-size-base);
  padding-block: 1.1rem;
}
.works-list__links a::before {
  font-size: var(--font-size-btn);
}
.works-list__items,
.works-list .com-empty {
  margin-top: 6rem;
}

/*施工実績　詳細
-----------------------------*/
.works-detail__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.works-detail__heading {
  margin-bottom: 3rem;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声　一覧
-----------------------------*/
.voice-list__item {
  padding: 3rem;
  margin-bottom: 4rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 2.5em;
}
.tag-select__box {
  min-width: 10em;
}
.tag-select__box::after {
  right: 0.75em;
}
.tag-select__dropdown {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 1em 2.5em 1em 1em;
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table {
  margin-bottom: 2.5em;
}
.contact-form__table tr th {
  font-weight: var(--font-weight-medium);
}
.contact-form__table tr td select,
.contact-form__table tr td textarea,
.contact-form__table tr td input[type=tel],
.contact-form__table tr td input[type=num],
.contact-form__table tr td input[type=text],
.contact-form__table tr td input[type=email],
.contact-form__table tr td input[type=url] {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em 1em;
}
.contact-form .contact-submits-wrap > * {
  width: 20em;
  max-width: 100%;
  height: clamp(50px, 13.3333333333vw, 60px);
  margin: 0 auto 1.25em;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 0.75em;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/