@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/* font-weight */
:root {
  /* カラー */
  --color-text: #333;
  --color-orange: #fb7f1b;
  --color-orange-shadow: #db6403;
  --color-green: #29be5c;
  --color-green-shadow: #0c9d3e;
  --color-yellow: #f6da00;
  --color-yellow-line: #fff9c3;
  --color-bg: #f8f8ea;
  /* font-family */
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-maru: "Zen Maru Gothic", serif;
  /* font-weight */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-xxxl: 5rem;
    --font-size-xxl: 4.2rem;
    --font-size-xl: 3.6rem;
    --font-size-gl: 2.4rem;
    --font-size-base: 1.8rem;
    --font-size-sm: 1.6rem;
    /* line-height */
    --line-height-xxxl: 1.52;
    --margin-height-xxxl: -0.26em;
    --line-height-xl: 1.55556;
    --margin-height-xl: -0.2778em;
    --line-height-gl: 1.33334;
    --margin-height-gl: -0.1667em;
    --line-height-base: 1.77778;
    --margin-height-base: -0.38889em;
    /* letter-speacing */
    --letter-spacing-base: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-xxl: 3.6rem;
    --font-size-xl: 3rem;
    --font-size-gl: 2.4rem;
    --font-size-base: 1.5rem;
    --font-size-xm: 1.2rem;
    /* line-height */
    --line-height-xl: 2;
    --margin-height-xl: -0.5em;
    --line-height-base: 1.75;
    --margin-height-base: -0.375em;
    --line-height-sm: 1.5;
    --margin-height-sm: -0.25em;
    /* letter-speacing */
    --letter-spacing-base: 0.04em;
  }
}
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

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

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 50px;
}
.pagenation li {
  width: 36px;
  font-size: 1.6rem;
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated__list {
  padding-top: 30px;
  margin-top: 40px;
}
.paginated__item {
  width: 7.5em;
}
.paginated__link {
  font-size: var(--font-size-sm);
  line-height: 1.625;
  letter-spacing: var(--letter-spacing-base);
}
.paginated__link--prev::before {
  margin-right: 1em;
}
.paginated__link--next::after {
  margin-left: 1em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1280px;
}

/*===============================================
  header
===============================================*/
.header {
  padding: 20px 40px 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__other {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header__other > * {
  margin-right: 20px;
}
.header__other > *:last-child {
  margin-right: 0;
}
.header__tel {
  padding-bottom: 9px;
  border-bottom: solid 2px var(--color-green);
}
.header__line {
  width: 40px;
}
.header__line a {
  display: block;
  transition: all 0.3s;
}
.header__line a:hover {
  opacity: 0.64;
}
.header--entrance {
  height: 130px;
}
.header--entrance .header__inner {
  align-items: flex-end;
}
.header--main {
  padding-bottom: 25px;
}
.header--main .header__inner {
  min-height: clamp(60px, 4.6875vw, 90px);
}
.header--main .header__logo img {
  height: clamp(21px, 1.5625vw + 1px, 31px);
}

/*===============================================
  footer
===============================================*/
.footer {
  font-size: var(--font-size-sm);
  letter-spacing: var(--letter-spacing-base);
  box-shadow: 0 4px 0 0 var(--color-yellow) inset;
  padding: 123px 0 115px;
  background-image: url(../img/common/footer_bg-lt.png), url(../img/common/footer_bg-rt.png), url(../img/common/footer_bg-lb.png), url(../img/common/footer_bg-rb.png);
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: min(495px, 25.78125%);
}
.footer::before {
  width: 98%;
  max-width: 1558px;
  height: 232px;
  background-size: 15.0193%;
  left: calc(50% - 50px);
  top: 98px;
}
.footer__logo {
  width: 1080px;
  margin: 0 auto 62px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1080px;
}
.footer__other > * {
  margin-bottom: 40px;
}
.footer__other > *:last-child {
  margin-bottom: 0;
}
.footer__info {
  line-height: 25px;
}
.footer__info-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.footer__info-item dt {
  width: 80px;
  text-align: center;
  font-size: 1.5rem;
  margin-right: 10px;
}
.footer__info-item dd {
  max-width: calc(100% - 90px);
}
.footer__info-item .min {
  display: block;
  font-size: 1.3rem;
  margin-bottom: calc(-1.25rem + 0.5em);
}
.footer__link {
  width: 280px;
  height: 60px;
  padding-right: 10px;
}
.footer__link::before {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.footer .copy {
  padding: 40px 0 0;
}
.footer .copy p {
  width: 50%;
  text-align: left;
  margin-left: auto;
}

/*フッターナビ
-----------------------------*/
.fnav {
  width: 50%;
}
.fnav__list {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  gap: 8px 75px;
  margin: -0.5em 0;
}
.fnav__item {
  line-height: 2;
  padding-left: 1em;
  position: relative;
  z-index: 0;
}
.fnav__item::before {
  content: "";
  width: calc(1em - 10px);
  height: calc(1em - 10px);
  background: var(--color-orange);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

/*コピーライト
-----------------------------*/
.copy {
  padding: 28px 0 19px;
}
.copy p {
  font-size: 1.3rem;
  line-height: 1.76924;
  letter-spacing: 0.06em;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 80px;
  height: 80px;
  bottom: 50px;
  right: clamp(10px, 5vw - 56px, 40px);
  filter: drop-shadow(0px 5px 11px rgba(51, 51, 51, 0.2));
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
.visual::before {
  height: clamp(282px, 21.9791666667vw, 422px);
}
.visual:has(.visual__sub) {
  padding-bottom: clamp(70px, 5.2083333333vw, 100px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(550px, 42.7083333333vw, 820px);
  padding-top: clamp(35px, 2.6041666667vw, 50px);
}
.visual__main::after {
  width: 102.0834%;
  max-width: 1960px;
  height: clamp(114px, 8.90625vw, 171px);
  bottom: 13.293%;
}
.visual__main-catch {
  width: clamp(413px, 30.7291666667vw, 590px);
}
.visual__main-catch img {
  filter: drop-shadow(0 0 10px rgba(51, 51, 51, 0.24));
}
.visual__main-catch::after {
  width: 98.3051%;
  padding-top: 62.034%;
  left: -60.848%;
  bottom: -2.8572%;
}
.visual__main-images {
  width: 88.542%;
  max-width: 1700px;
  height: 82.927%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  border-radius: clamp(40px, 3.125vw, 60px);
}
.visual__main-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual__main-image--left {
  grid-row: 1/3;
}
.visual__main-image--left img {
  aspect-ratio: 1.2352941176;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual__main-image--right img {
  aspect-ratio: 2.5454545455;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(360px, 25vw, 480px);
}
.visual__sub::before {
  width: 43.75%;
  right: max(50% - 850px, 5.7292%);
  border-bottom-left-radius: clamp(40px, 3.125vw, 60px);
}
.visual__sub::after {
  width: 102.0834%;
  max-width: 1960px;
  height: clamp(114px, 8.90625vw, 171px);
  bottom: clamp(-21px, -1.09375vw, -14px);
}
.visual__sub-box {
  width: clamp(510px, 39.5833333333vw, 760px);
  height: clamp(190px, 14.5833333333vw, 280px);
  margin-left: max(50% - 650px, 16.146%);
  border-radius: clamp(20px, 1.5625vw, 30px);
  box-shadow: 0 0 0 10px #fff inset, 0px 0px clamp(13px, 0.9895833333vw, 19px) 5px rgba(51, 51, 51, 0.24);
  padding-top: clamp(12px, 0.9375vw, 18px);
}
.visual__sub-box::after {
  width: 15.527%;
  padding-top: 47.369%;
  right: -6.053%;
  bottom: -37.8572%;
}
.visual__sub-catch {
  font-size: clamp(3.6rem, 2.6041666667vw, 5rem);
  letter-spacing: var(--letter-spacing-base);
  -webkit-text-stroke-width: clamp(8px, 0.625vw, 12px);
}
.visual__sub-catch::after {
  height: clamp(12px, 0.9375vw, 18px);
  margin-top: clamp(28px, 2.1875vw, 42px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-family: var(--font-family-maru);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  letter-spacing: 0;
  line-height: 1;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: clamp(1.4rem, 1.09375vw, var(--font-size-sm));
}
.gnav__item::after {
  content: "";
  width: 0.625em;
  height: 1em;
  margin: 0 1.75em;
}
.gnav__item:nth-of-type(3n + 1)::after {
  background: url(../img/common/nav_dot-yellow.png) no-repeat center/contain;
}
.gnav__item:nth-of-type(3n + 2)::after {
  background: url(../img/common/nav_dot-lime.png) no-repeat center/contain;
}
.gnav__item:nth-of-type(3n)::after {
  background: url(../img/common/nav_dot-green.png) no-repeat center/contain;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gnav__link > span {
  display: block;
}
.gnav__link > span.icon {
  transition: all 0.3s;
}
.gnav__link > span.icon img {
  height: clamp(45px, 3.4895833333vw, 67px);
}
.gnav__link > span.txt {
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
  margin-top: 0.75em;
}
.gnav__link:hover .icon {
  transform: translateY(-4px);
}
.gnav__link[aria-current=page] .txt {
  color: var(--color-orange);
}

/*===============================================
  main#container
===============================================*/
#container {
  min-height: max(120px, 9.375vw);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
#container:not(.entrance) {
  background: url(../img/common/arch-l.png) no-repeat left max(50vw - 960px, 0px) top/auto clamp(128px, 9.8958333333vw, 190px), url(../img/common/arch-r.png) no-repeat right max(50vw - 960px, 0px) top/auto clamp(128px, 9.8958333333vw, 190px), linear-gradient(to bottom, transparent max(126px, 9.84375vw), #fff max(126px, 9.84375vw));
}
#container:not(.entrance)::before {
  height: clamp(100% - 40px, 100% - 2.0834vw, 100% - 28px);
}
#container:not(.entrance)::after {
  width: 90.105%;
  max-width: 1730px;
  height: clamp(66px, 5.1041666667vw, 98px);
  top: clamp(50px, 3.90625vw, 75px);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 60px;
  top: -60px;
}
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb__item {
  font-size: var(--font-size-sm);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1.875;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tel-num {
  font-size: 4.2rem;
}
.com-tel-num::before {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.com-tel-num a {
  letter-spacing: var(--letter-spacing-base);
  margin: -8px calc(var(--letter-spacing-base) * -1) -3px 0;
}
.com-tel .com-replace {
  margin-top: 12px;
}
.com-tel .com-replace img {
  height: 14px;
}

/*ボタン
-----------------------------*/
.com-btn {
  letter-spacing: var(--letter-spacing-base);
  padding-left: calc(var(--letter-spacing-base) * 1em);
}
.com-btn::before {
  width: 16px;
  left: max(10%, 0.16em);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.66667;
}
.com-table tr th {
  width: 270px;
  text-align: right;
  vertical-align: middle;
  padding: 24px 50px;
}
.com-table tr td {
  padding: 24px 50px;
}

/*テキストボックス
-----------------------------*/
.com-text {
  margin: var(--margin-height-base) 0;
}
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-text .mb {
  margin-bottom: calc(var(--line-height-base) * 1em);
}
.com-text b {
  font-size: 1.1111112em;
  line-height: 1.6;
}

/*SB未記入テキスト
-----------------------------*/
.com-empty {
  font-size: 2.4rem;
  line-height: 1.66667;
  padding: 60px 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 60px;
}
.com-title01 > span {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-title01 > span:first-child {
  margin-top: var(--margin-height-xxxl);
}
.com-title01 > span:last-child {
  margin-bottom: var(--margin-height-xxxl);
}
.com-title01 > span .b {
  font-size: 1.12em;
  line-height: 1.428572;
}
.com-title01 > span .b.line {
  box-shadow: 0 4px 0 var(--color-yellow);
}

/*中タイトル
-----------------------------*/
.com-title02 {
  padding: 22px 30px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.com-title02 > span {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-title02 > span:first-child {
  margin-top: var(--margin-height-xl);
}
.com-title02 > span:last-child {
  margin-bottom: var(--margin-height-xl);
}

/*小タイトル
-----------------------------*/
.com-title03 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom-width: 2px;
}
.com-title03 > span {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-title03 > span:first-child {
  margin-top: -0.25em;
}
.com-title03 > span:last-child {
  margin-bottom: -0.25em;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: 140px 0 100px;
}
.com-contact::before {
  width: 106%;
  max-width: 1680px;
  height: 478px;
  background-size: clamp(180px, 14.0625vw, 270px);
  top: clamp(54px, 4.1666666667vw, 80px);
}
.com-contact::after {
  background-size: min(401px, 20.886%);
}
.com-contact__title::before {
  width: 680px;
  height: 79px;
  top: -40px;
}
.com-contact__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -50px;
}
.com-contact__item {
  width: 500px;
  font-size: 1.111111112em;
  margin-top: 50px;
  margin-right: 80px;
}
.com-contact__item:nth-of-type(2n), .com-contact__item:last-of-type {
  margin-right: 0;
}
.com-contact__item-ttl {
  line-height: var(--line-height-xl);
  padding: 14px 0;
  border-width: 2px;
}
.com-contact__link {
  height: 80px;
  border-radius: 20px;
}
.com-contact__link::before {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.com-contact__link > span {
  min-width: 43%;
}
.com-contact__tel {
  background: #fff;
  padding: 22px 0 21px;
}

/*セクション名
-----------------------------*/
/*===============================================
  エントランスページ
===============================================*/
.entrance {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: clamp(500px, 39.0625vw, 750px);
  min-height: calc(100vh - 200px);
}
.entrance::before {
  height: clamp(200px, 15.5208333333vw, 298px);
  background-size: min(270px, 14.0625%);
  top: 8px;
}
.entrance__box {
  align-items: flex-end;
  width: clamp(614px, 47.9166666667vw, 920px);
  height: 100%;
  margin: 0 10px;
}
.entrance__box--official {
  background: url(../img/entrance/bg_official-pc.png) no-repeat center/contain;
}
.entrance__box--top {
  background: url(../img/entrance/bg_top-pc.png) no-repeat center/contain;
}
.entrance__box--hidden::after {
  -webkit-mask: url(../img/entrance/bg_official-pc.png) no-repeat center/contain;
          mask: url(../img/entrance/bg_official-pc.png) no-repeat center/contain;
  font-size: clamp(2.8rem, 2.1875vw, 4.2rem);
  padding-top: clamp(40px, 3.125vw, 60px);
}
.entrance__link {
  width: 58.696%;
  height: 32%;
  margin-bottom: 9.783%;
  outline-width: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 19px 5px rgba(51, 51, 51, 0.24);
}
.entrance__link::after {
  width: 146.297%;
  height: calc(100% + 4px);
  bottom: -6px;
}
.entrance__text {
  font-size: clamp(2.8rem, 2.1875vw, 4.2rem);
  line-height: 1.428572;
  -webkit-text-stroke-width: 12px;
  margin: -0.214286em 0;
}
.entrance__sub {
  font-size: clamp(1.8rem, 1.3541666667vw, 2.6rem);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1;
  padding-left: 1em;
  margin-right: calc(var(--letter-spacing-base) * -1);
  margin-top: 1.25em;
}
.entrance__sub::before {
  width: calc(100% + 1.5em);
  height: 1.153847em;
}

/*===============================================
  トップページ
===============================================*/
/*お家のどの部分でお悩みですか？
-----------------------------*/
.top-worries {
  padding: clamp(160px, 12.5vw, 240px) 0 180px;
}
.top-worries::before {
  height: clamp(98px, 7.65625vw, 147px);
}
.top-worries__title {
  margin-bottom: 87px;
}
.top-worries__title::before {
  width: calc(100vw - 60px);
  max-width: 1340px;
  min-width: 1220px;
  height: clamp(136px, 10.625vw, 187px);
  bottom: -95px;
}
.top-worries__title::after {
  content: "";
  width: 93px;
  height: 59px;
  background: url(../img/index/deco_worries_ttl-r.png) no-repeat right top/contain;
  position: absolute;
  right: 10px;
  bottom: -27px;
  z-index: -1;
}
.top-worries__box {
  margin-bottom: 80px;
}
.top-worries__box::before {
  width: 98vw;
  min-width: 1360px;
  max-width: 1784px;
  height: clamp(170px, 20vw - 89px, 295px);
  bottom: clamp(-75px, 15vw - 298px, -10px);
}
.top-worries__box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 20px;
}
.top-worries__box-image img {
  border-radius: 30px;
}
.top-worries__box-list {
  width: 480px;
}
.top-worries__box-item {
  margin-bottom: 40px;
}
.top-worries__box-link {
  height: 100px;
  font-size: var(--font-size-xxxl);
}
.top-worries__box-link::before {
  width: 26px;
  left: 50px;
}
.top-worries__box-link--yes {
  box-shadow: 0 10px var(--color-orange-shadow);
}
.top-worries__box-link--no {
  box-shadow: 0 10px var(--color-green-shadow);
}
.top-worries__box-link:hover {
  box-shadow: none !important;
  transform: translateY(10px);
}

/*住まいのことなら
住まいのリフォーム相談所に
お任せください！
-----------------------------*/
.top-about {
  padding: 200px 0 140px;
  background-size: clamp(466px, 36.3541666667vw, 698px), clamp(466px, 36.3541666667vw, 698px), auto;
}
.top-about::before {
  height: 153px;
  top: -40px;
}
.top-about::after {
  content: "";
  width: 110%;
  max-width: 1818px;
  height: 471px;
  background: url(../img/index/deco_about-l.png) no-repeat left center, url(../img/index/deco_about-r.png) no-repeat right center;
  background-size: 25.908%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 344px;
  z-index: 0;
}
.top-about__title::before {
  width: 680px;
  height: 79px;
  top: -90px;
}
.top-about__title::after {
  content: "";
  width: calc(100% - 40px);
  height: 111px;
  background: url(../img/index/deco_about_ttl-l.png) no-repeat left center/contain, url(../img/index/deco_about_ttl-r.png) no-repeat right center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.top-about__text {
  text-align: center;
}
.top-about__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 20px;
}
.top-about__item {
  width: 260px;
  height: 327px;
  background: url(../img/common/num_bg.png) no-repeat center/contain;
  text-align: center;
  padding-top: 72px;
  margin-top: 40px;
  margin-right: 110px;
}
.top-about__item:nth-of-type(3n), .top-about__item:last-of-type {
  margin-right: 0;
}
.top-about__item-num {
  padding-right: 10px;
  margin-bottom: 32px;
}
.top-about__item-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 96px;
  font-size: var(--font-size-gl);
  line-height: var(--line-height-gl);
}

/*対応エリア
-----------------------------*/
.top-area {
  padding: 140px 0 clamp(168px, 13.125vw, 252px);
}
.top-area__title::before {
  width: 680px;
  height: 79px;
  top: -40px;
}
.top-area__box {
  min-height: 240px;
  padding: 50px;
  border-radius: 30px;
  background-position: right -57px bottom -158px;
  box-shadow: 0px 0px 19px 5px rgba(51, 51, 51, 0.12);
}
.top-area__box-text {
  max-width: 23em;
  line-height: 2;
  margin: -0.5em 0;
}
.top-area__box-text b {
  line-height: 1.8;
}
.top-area__box::before {
  width: calc(100% + 100px);
  height: calc(100% - 60px);
  left: calc(50% + 10px);
}
.top-area__box::after {
  width: 451px;
  height: 198px;
  left: 96px;
  bottom: -139px;
}

/*サービス内容
-----------------------------*/
.top-service {
  padding: 140px 0 clamp(315px, 24.4791666667vw, 470px);
  background-size: min(1920px, 100%), 100% clamp(141px, 10.9895833333vw, 211px);
}
.top-service::before {
  width: 127.03125%;
  max-width: 2439px;
  height: 1029px;
  background-size: 22.51%;
  left: calc(50% - 29px);
  top: -62px;
}
.top-service::after {
  width: 96%;
  max-width: 1473px;
  height: 829px;
  left: calc(50% + 36px);
  top: 170px;
}
.top-service__title::before {
  width: 680px;
  height: 79px;
  top: -40px;
}
.top-service__text {
  text-align: center;
  line-height: 2;
  margin: -0.5em 0;
}
.top-service__text b {
  line-height: 1.8;
}
.top-service__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -20px;
}
.top-service__item {
  align-items: flex-end;
  width: 460px;
  height: 434px;
  margin-top: 80px;
  margin-right: 100px;
  filter: drop-shadow(0 0 10px rgba(51, 51, 51, 0.24));
}
.top-service__item:nth-of-type(2n), .top-service__item:last-of-type {
  margin-right: 0;
}
.top-service__item::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: #fff;
  -webkit-clip-path: path("M441,455.21H39C20.39,450.3,7.74,439.07,2.16,420.38c-.8-2.7-1.44-5.44-2.16-8.17v-243c.58-2.42,1.11-4.86,1.74-7.27,3.23-12.44,10-22.42,20.78-29.52Q76.16,97.1,129.8,61.79c27.12-17.89,54-36.14,81.36-53.66,16.57-10.62,34.21-10.87,51-.52,23.68,14.6,46.87,30,70.27,45,39.1,25.14,77.92,50.71,117.41,75.21,17.11,10.61,27.82,24.33,30.17,44.37v238c-.73,3.07-1.35,6.18-2.22,9.21C472.36,438.36,459.88,450.08,441,455.21Z");
          clip-path: path("M441,455.21H39C20.39,450.3,7.74,439.07,2.16,420.38c-.8-2.7-1.44-5.44-2.16-8.17v-243c.58-2.42,1.11-4.86,1.74-7.27,3.23-12.44,10-22.42,20.78-29.52Q76.16,97.1,129.8,61.79c27.12-17.89,54-36.14,81.36-53.66,16.57-10.62,34.21-10.87,51-.52,23.68,14.6,46.87,30,70.27,45,39.1,25.14,77.92,50.71,117.41,75.21,17.11,10.61,27.82,24.33,30.17,44.37v238c-.73,3.07-1.35,6.18-2.22,9.21C472.36,438.36,459.88,450.08,441,455.21Z");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.top-service__item::after {
  -webkit-clip-path: path("M229.1,434.47H40.62C15.9,434.46,0,418.55,0,393.76q0-114.48,0-229c0-15.26,6.45-26.9,19.1-35.24l90.13-59.41c32-21.11,63.9-42.31,96-63.3,13.93-9.12,28.1-9.1,42.2,0Q341.79,67.48,436.25,128c15.16,9.68,22.31,22.76,22.25,40.74-.22,74.82-.08,149.65-.11,224.47,0,11.24-3.31,21.34-11.09,29.68-7.61,8.18-17.15,11.61-28.23,11.6Q324.09,434.42,229.1,434.47Z");
          clip-path: path("M229.1,434.47H40.62C15.9,434.46,0,418.55,0,393.76q0-114.48,0-229c0-15.26,6.45-26.9,19.1-35.24l90.13-59.41c32-21.11,63.9-42.31,96-63.3,13.93-9.12,28.1-9.1,42.2,0Q341.79,67.48,436.25,128c15.16,9.68,22.31,22.76,22.25,40.74-.22,74.82-.08,149.65-.11,224.47,0,11.24-3.31,21.34-11.09,29.68-7.61,8.18-17.15,11.61-28.23,11.6Q324.09,434.42,229.1,434.47Z");
}
.top-service__item-txt {
  width: 400px;
  margin-bottom: 67px;
}
.top-service__item--interior .top-service__item-txt::before {
  width: calc(100% + 36px);
  height: calc(100% + 53px);
  top: -46px;
  left: -22px;
}
.top-service__item--wet .top-service__item-txt::before {
  width: calc(100% + 15px);
  height: calc(100% + 58px);
  top: -63px;
  left: -11px;
}
.top-service__item--wall .top-service__item-txt::before {
  width: calc(100% + 18px);
  height: calc(100% + 24px);
  top: -31px;
  left: -14px;
}
.top-service__item--roof .top-service__item-txt::before {
  width: calc(100% + 18px);
  height: calc(100% + 112px);
  top: -64px;
  left: -14px;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 180px 0 140px;
}
.top-news__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-news__title::before {
  width: 100%;
  height: 79px;
  top: -40px;
  background: url(../img/common/ttl_flag-l.png) no-repeat left top;
}
.top-news__title {
  width: 280px;
  padding-top: 80px;
}
.top-news__list {
  width: 760px;
  min-height: 315px;
}
.top-news__item {
  font-size: var(--font-size-sm);
  line-height: 1.625;
  padding-bottom: 7px;
  margin-bottom: 40px;
}
.top-news__item-title {
  margin: 15px 0;
}
.top-news__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-news__inner {
  width: calc(100% - 100px);
}
.top-news__tags {
  font-size: 0.9375em;
  line-height: 1.66667;
  margin: -0.33335em 0;
}
.top-news__tag::after {
  margin: 0 10px;
}
.top-news__btn {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 40px;
  top: 187px;
}

/*===============================================
  内装リフォーム
===============================================*/
/*診断チャート
-----------------------------*/
.interior-chart {
  padding: 190px 0 120px;
}
.interior-chart .result__item::before {
  height: 147px;
  top: -200px;
}

/*内装リフォームなら
住まいのリフォーム相談所に
お任せください！
-----------------------------*/
.interior-about {
  padding: 150px 0;
}
.interior-about::before {
  width: 98%;
  max-width: 1784px;
  height: clamp(170px, 20vw - 89px, 295px);
  top: clamp(180px, 14.0625vw, 270px);
}
.interior-about__text {
  text-align: center;
}
.interior-about__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.interior-about__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 480px;
  margin-top: 60px;
  margin-right: 120px;
}
.interior-about__item:nth-of-type(2n), .interior-about__item:last-of-type {
  margin-right: 0;
}
.interior-about__item > * {
  margin-bottom: 40px;
}
.interior-about__item > *:last-child {
  margin-bottom: 0;
}
.interior-about__item-num {
  width: 144px;
  height: 181px;
  padding-top: 25px;
}
.interior-about__item-title {
  width: calc(100% - 160px);
  align-items: flex-start;
  text-align: left;
}
.interior-about__item-title > span {
  margin: var(--margin-height-xl) 0;
}
.interior-about__item-image {
  width: 100%;
}
.interior-about__item-image img {
  border-radius: 30px;
}

/*===============================================
  水回りリフォーム
===============================================*/
/*診断チャート
-----------------------------*/
.wet-chart {
  padding: 190px 0 120px;
}
.wet-chart .result__item::before {
  height: 147px;
  top: -200px;
}

/*水回りリフォームなら
住まいのリフォーム相談所に
お任せください！
-----------------------------*/
.wet-about {
  padding: 150px 0;
}
.wet-about::before {
  width: 98%;
  max-width: 1784px;
  height: clamp(170px, 20vw - 89px, 295px);
  top: clamp(180px, 14.0625vw, 270px);
}
.wet-about__text {
  text-align: center;
}
.wet-about__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wet-about__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 480px;
  margin-top: 60px;
  margin-right: 120px;
}
.wet-about__item:nth-of-type(2n), .wet-about__item:last-of-type {
  margin-right: 0;
}
.wet-about__item > * {
  margin-bottom: 40px;
}
.wet-about__item > *:last-child {
  margin-bottom: 0;
}
.wet-about__item-num {
  width: 144px;
  height: 181px;
  padding-top: 25px;
}
.wet-about__item-title {
  width: calc(100% - 160px);
  align-items: flex-start;
  text-align: left;
}
.wet-about__item-image {
  width: 100%;
}
.wet-about__item-image img {
  border-radius: 30px;
}

/*===============================================
  外壁リフォーム
===============================================*/
/*お客様のお家にオススメの
塗料プラン診断！
-----------------------------*/
.wall-chart {
  padding: 190px 0 140px;
}
.wall-chart::before {
  width: 98%;
  max-width: 1784px;
  height: clamp(170px, 20vw - 89px, 295px);
  top: clamp(160px, 10.9375vw, 210px);
}
.wall-chart__question {
  margin-bottom: 40px;
}
.wall-chart__options {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px;
}
.wall-chart__options:last-of-type {
  margin-bottom: 0;
}
.wall-chart__option {
  width: 520px;
}
.wall-chart__label {
  width: 3em;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: -10px;
}
.wall-chart__description {
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 24px 30px 25px;
  border-width: 4px;
  border-radius: 10px;
}
.wall-chart__description::before {
  width: 30px;
  height: 50px;
}
.wall-chart__description::after {
  width: 80px;
  height: 50px;
  top: calc(100% + 50px);
}
.wall-chart__description:not(:has(+ .wall-chart__result))::before {
  height: 240px;
}
.wall-chart__description:not(:has(+ .wall-chart__result))::after {
  top: calc(100% + 240px);
}
.wall-chart__result {
  height: 100px;
  font-size: var(--font-size-gl);
  padding-left: 35px;
  box-shadow: 0 10px var(--color-orange-shadow);
  margin: 110px 0 10px;
}
.wall-chart__result::before {
  width: 30px;
  left: 50px;
}
.wall-chart__result:hover {
  box-shadow: none !important;
  transform: translateY(10px);
}

/*塗料について
-----------------------------*/
.wall-paint {
  padding: 140px 0;
}
.wall-paint__title {
  margin-bottom: 0;
}
.wall-paint__box {
  padding-top: 80px;
}
.wall-paint__box:first-of-type {
  padding-top: 60px;
}
.wall-paint__box-title {
  margin-bottom: 40px;
}
.wall-paint__inner dt {
  margin-bottom: 40px;
}

/*===============================================
  ご依頼の流れ / 会社案内
===============================================*/
/*ご依頼の流れ
-----------------------------*/
.about-flow {
  padding: 190px 0 clamp(150px, 11.71875vw, 225px);
  background-size: 100% clamp(102px, 7.96875vw, 153px);
}
.about-flow::before {
  width: 127.03125%;
  max-width: 2439px;
  height: 1622px;
  background-size: 22.51%;
  left: calc(50% - 29px);
  top: 486px;
}
.about-flow::after {
  width: 102%;
  max-width: 1473px;
  height: 829px;
  left: calc(50% + 36px);
  top: 1040px;
}
.about-flow__list::before {
  width: 4px;
}
.about-flow__item {
  padding: 50px;
  margin-bottom: 60px;
  border-radius: 20px;
}
.about-flow__item-title {
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
}
.about-flow__item-title::before {
  width: 192px;
  font-size: 4.4rem;
  letter-spacing: var(--letter-spacing-base);
  margin: -9px 0 -2px;
}
.about-flow__item-title > span {
  max-width: calc(100% - 192px);
}
.about-flow__item-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.about-flow__item-image {
  width: 340px;
}
.about-flow__item-image img {
  border-radius: 30px;
}
.about-flow__item-text {
  width: 590px;
  margin: 13px 0;
}

/*会社案内
-----------------------------*/
.about-company {
  padding: 150px 0;
}
.about-company::before {
  content: "";
  width: calc(100% - 80px);
  max-width: 1840px;
  height: clamp(162px, 12.65625vw, 243px);
  background: url(../img/about/deco_flow.png) no-repeat left center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(-213px, -11.09375vw, -142px);
  z-index: 0;
}
.about-company__table td .replace {
  padding: 8px 0 7px;
}
.about-company__table td .replace img {
  height: 15px;
}
.about-company__map {
  height: 500px;
  margin-top: 80px;
  border-radius: 20px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-archive {
  padding: 190px 0 150px;
}
.news-archive__item {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.news-archive__item-title {
  margin: 15px 0;
}
.news-archive__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-archive__inner {
  width: calc(100% - 120px);
}
.news-archive__tags {
  font-size: 0.88889em;
  line-height: 1.5;
  margin: -0.25em 0;
}
.news-archive__tag::after {
  margin: 0 10px;
}

/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 50px;
}
.tag-select__box {
  min-width: 240px;
}
.tag-select__box::after {
  right: 18px;
}
.tag-select__dropdown {
  font-size: 1.4rem;
  line-height: 1.42858;
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 190px 0 150px;
}
.news-detail__title {
  padding-bottom: 20px;
}
.news-detail__post {
  font-size: 1.4rem;
  line-height: 1.42858;
  margin-bottom: 20px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-form {
  padding: 190px 0 150px;
}
.contact-form .contact-form__table {
  margin-bottom: 56px;
}
.contact-form .contact-form__table th {
  width: 380px;
  text-align: left;
  line-height: 2.11112;
  padding: 24px 20px;
}
.contact-form .contact-form__table th .optional-mark,
.contact-form .contact-form__table th .required-mark {
  font-size: 1.4rem;
  line-height: 2;
  margin-left: 1em;
}
.contact-form .contact-form__table td {
  vertical-align: middle;
  line-height: 2.11112;
  padding: 24px 20px;
}
.contact-form .contact-submits-wrap {
  padding-top: 32px;
}
.contact-form .contact-submits-wrap > * {
  width: 360px;
  height: 80px;
  font-size: 1.111112em;
  margin: 20px 15px 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.contact-complete {
  padding: 190px 0 150px;
}
.contact-complete__text {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-policy {
  padding: 190px 0 150px;
}
.privacy-policy__box {
  margin-bottom: 80px;
}
.privacy-policy__box-title {
  padding-bottom: 20px;
}

/*==================================================
 サイトマップ
================================================== */
.sitemap-list {
  padding: 190px 0 150px;
}
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.sitemap-list__link {
  font-size: 1.11112em;
  line-height: 1.5;
  padding: 20px 30px;
}

/*===============================================
  404エラー
===============================================*/
.error-message {
  padding: 190px 0 150px;
}