@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(9px, 0.6896551724vw, 10px);
  scroll-padding-top: 12rem;
}

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

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

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 7rem;
}
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 12rem;
  padding-inline: 3rem 5rem;
}
#header .header__logo {
  width: 40.6rem;
}
#header .header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#header .header__tel {
  align-items: flex-end;
  background: var(--color-bg-beige);
  padding: 1.5rem 2.4rem;
  border-radius: 1rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
}
#header .header__times {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
#header .header__time {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
#header .header__time dt {
  width: 7.6rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  background-color: rgba(183, 31, 31, 0.2);
  border-radius: 100vh;
}
#header .header__time-txt {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  letter-spacing: 0.08em;
}
#header .header__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#header .header__mail {
  width: 18rem;
}
#header .header__line {
  width: 27rem;
}

/*===============================================
  footer
===============================================*/
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 108rem;
  padding-block: 10rem 6rem;
}
#footer .footer__left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 4.2rem;
}
#footer .footer__info {
  row-gap: 2rem;
}
#footer .footer__tel {
  align-items: flex-start;
}
#footer .footer__tel .com-tel__txt,
#footer .footer__tel .com-replace {
  font-size: 1.3rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-sm);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  gap: 2.4rem 1rem;
}
.footer-nav__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item::before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: var(--color-blue);
  opacity: 0;
}
.footer-nav__item:has(.current)::before {
  opacity: 1;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 1.5rem;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 1rem;
  right: 1rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(470px, 36.71875vw, 705px);
  padding-bottom: clamp(9px, 0.6770833333vw, 13px);
}
.visual__catch--main {
  width: clamp(370px, 28.8541666667vw, 554px);
}
.visual__images {
  display: grid;
  grid-template: calc(50% - 1rem) calc(50% + 1rem)/1fr 1fr 3fr;
  gap: 0.5rem;
}
.visual__image--lb {
  grid-column: span 2;
}
.visual__image--r {
  grid-row: span 2;
  margin-left: 0.5rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(300px, 23.4375vw, 450px);
}
.visual__catch--sub {
  width: clamp(426px, 33.2291666667vw, 638px);
  aspect-ratio: 638/149;
}
.visual__catch--sub img {
  height: clamp(26px, 1.9791666667vw, 38px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  height: 10.5rem;
}
.gnav__list:has(.nav-link--company.current) .nav-link--faq {
  color: var(--color-red);
}
.gnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5rem;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0;
  line-height: 1;
}
.gnav__link img {
  display: block;
  height: 4.6rem;
  transition: all 0.3s ease-out;
}
.gnav__link .ja {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-inline-end: -0.02em;
}
.gnav__link:hover img {
  transform: translateY(-0.5rem);
}
.gnav__link.current {
  color: var(--color-red);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2.5rem - 0.5em);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section:last-of-type.com-contact {
  padding-block-end: 10rem;
}
.section--bg::before {
  width: calc(100% - 7.2rem);
  height: calc(100% - 6rem);
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1rem;
}
.com-tel__num {
  font-size: 2rem;
}
.com-tel__num .label {
  font-size: 1.4rem;
}
.com-tel__num .num {
  margin-block: -0.3rem -0.2rem;
}
.com-tel__txt {
  font-size: 1.1rem;
}
.com-tel .com-replace {
  font-size: 1rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 5rem;
}
.com-btn img {
  height: var(--font-size-base);
}
.com-btn::after {
  width: 1.2rem;
  right: 1.6rem;
}

.com-mail,
.com-line {
  padding: 2px;
}
.com-mail img,
.com-line img {
  height: 1.5rem;
}
.com-mail::before,
.com-line::before {
  width: 5rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.76471;
}
.com-table tr:first-of-type {
  background: url(../img/common/border_table.png) repeat-x left top, url(../img/common/border_table.png) repeat-x left bottom;
}
.com-table tr th,
.com-table tr td {
  padding: calc((6.8rem - 1lh) / 2) 0.5rem;
}
.com-table tr th {
  text-align: center;
  vertical-align: middle;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/* フレームボックス
-----------------------------*/
.com-image {
  outline-width: 0.6rem;
  outline-offset: -0.6rem;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.com-post__item--image .com-post__image {
  width: 30rem;
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 5/4;
}
.com-post__item--image .com-post__inner {
  gap: 2rem 1.5rem;
}
.com-post__link {
  gap: 1.7rem 2.5rem;
}
.com-post__tag {
  line-height: calc(1em + 1.2rem);
  padding-inline: calc(1em - 2px);
  border-radius: 100vh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2rem;
  margin-bottom: 7.6rem;
}
.com-title01 img {
  height: calc(var(--font-size-h3) - 2px);
}
.com-title01 .en img {
  height: 2.8rem;
}
.com-title01 .en::before {
  width: calc(100% + 9rem);
  height: 2.5rem;
}
.com-title01 .ja::before {
  width: calc(100% + 44rem);
  height: 9.4rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 0;
}
.com-contact__box {
  padding: 6rem 7rem 4.5rem;
}
.com-contact__box::after {
  width: calc(100% + 16rem);
  height: 23.6rem;
  bottom: 2.6rem;
}
.com-contact__title {
  margin-bottom: 4rem;
}
.com-contact__title img {
  height: 7.4rem;
}
.com-contact__title::after {
  width: calc(100% - 6rem);
  height: 5.8rem;
  top: -3rem;
}
.com-contact__text {
  letter-spacing: var(--letter-spacing-min);
}
.com-contact__text p {
  margin-inline-end: calc(var(--letter-spacing-min) * -1);
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 1.6rem;
}
.com-contact__item {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-auto-flow: column;
  width: 100%;
  padding: 2.5rem 2rem;
}
.com-contact__item dt {
  width: 100%;
  padding: 0 3rem 1rem;
  margin-bottom: 1.6rem;
}
.com-contact__item dt::before {
  height: 0.8rem;
}
.com-contact__item dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.com-contact__btn.com-mail {
  width: 21rem;
}
.com-contact__btn.com-line {
  width: 24rem;
}

/*求人セクション
-----------------------------*/
.com-recruit::after {
  width: 110rem;
  height: 20.8rem;
  left: calc(50% + 2rem);
  bottom: 8.7rem;
}
.com-recruit__title {
  margin-bottom: 5.5rem;
}
.com-recruit__title > span.ja::before {
  top: calc(50% - 2.5rem);
}
.com-recruit__title img {
  height: 10.4rem;
}
.com-recruit__text {
  text-align: center;
  font-weight: 700;
  font-size: var(--font-size-lg);
}
.com-recruit__btn {
  margin: 6rem auto 0;
}

/*施工事例 一覧
-----------------------------*/
.case-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
}
.case-list__link {
  line-height: 1.76471;
}
.case-list__image img {
  width: 100%;
  aspect-ratio: 1.3076923077;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-list__image {
  margin-bottom: 2rem;
}
.case-list .com-post__tags {
  margin-bottom: 1.5rem;
}

/*施工事例 詳細
-----------------------------*/
.case-detail .com-post__tags {
  margin-bottom: 3rem;
}
.case-detail__heading {
  margin-bottom: 5rem;
}
.case-detail__images {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  padding-top: 1rem;
  margin-bottom: 4rem;
}
.case-detail__images::after {
  width: 2.5rem;
  aspect-ratio: 5/7;
}
.case-detail__image figcaption {
  width: 11.3rem;
  top: -1rem;
  left: -1rem;
}

/*===============================================
  トップページ
===============================================*/
/*人と人とのつながりを
大切にした住まいづくり
-----------------------------*/
.top-about {
  padding-block: 11rem 5.5rem;
}
.top-about::after {
  width: 127rem;
  height: 32.8rem;
  bottom: 3.3rem;
}
.top-about__inner {
  padding-bottom: 13rem;
}
.top-about__title {
  margin-bottom: 5.5rem;
}
.top-about__title img {
  height: 11rem;
}
.top-about__title::before {
  width: 87.4rem;
  height: 9.2rem;
  top: 1.8rem;
  left: calc(50% + 3rem);
}
.top-about__text {
  text-align: center;
}
.top-about__images {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column-reverse;
  row-gap: 0.8rem;
  width: 128rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  pointer-events: none;
}
.top-about__image--main {
  width: 24.2rem;
}
.top-about__image--sub {
  width: 18rem;
  margin-right: 14rem;
}

/*当社について
-----------------------------*/
.top-movie {
  padding-block: 7rem 0;
}
.top-movie__box {
  padding-block: 10rem;
}
.top-movie__box::before {
  width: calc(100vw - 4rem);
  max-width: 178rem;
  min-width: calc(1200px - 4rem);
  background-position: left top 2rem, left bottom 2rem, left top;
}
.top-movie__box::after {
  width: 127rem;
  height: 29rem;
  bottom: 7rem;
}
.top-movie__title {
  margin-bottom: 6.3rem;
}
.top-movie__item {
  width: 64rem;
}
.top-movie__item::before {
  width: calc(100% + 18rem);
  height: 11.9rem;
}

/*事業内容
-----------------------------*/
.top-works::after {
  width: 112rem;
  height: 20.9rem;
  background-position: right top;
  top: 9rem;
}
.top-works__title {
  margin-bottom: 6rem;
}
.top-works__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 5rem;
  margin-top: 6rem;
}
.top-works__item {
  min-height: 23rem;
  padding: 4rem 3.5rem 4.5rem 14rem;
}
.top-works__icon {
  width: 10rem;
  position: absolute;
  top: 5.5rem;
  left: 2rem;
}
.top-works__heading {
  gap: 1rem 0.6rem;
  margin-bottom: 2.3rem;
}
.top-works__heading img {
  height: 2.3rem;
}
.top-works__heading img.min {
  height: 1.6rem;
}
.top-works__link {
  right: 1.2rem;
  bottom: 1.2rem;
}

/*当社が選ばれる3つの理由
-----------------------------*/
.top-reason__title {
  margin-bottom: 6.6rem;
}
.top-reason__title img {
  height: 5rem;
}
.top-reason__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
.top-reason__list:has(.top-reason__item:nth-of-type(3)) .top-reason__item:nth-of-type(2n + 1) {
  margin-top: 6rem;
}
.top-reason__item {
  width: 100%;
}
.top-reason__heading {
  height: 17.6rem;
  aspect-ratio: 263/176;
  padding-bottom: 1.6rem;
}
.top-reason__heading img {
  height: 6.1rem;
}
.top-reason__heading::after {
  width: 6.5rem;
  top: 0;
  left: -3.3rem;
}
.top-reason__inner {
  row-gap: 1.7rem;
  padding-block: 4.7rem 3.7rem;
}
.top-reason__inner::before {
  background-size: 100% 6.6rem, 100% 1.4rem;
}
.top-reason__num img {
  height: 3.3rem;
}
.top-reason__image {
  margin-bottom: 2.3rem;
  outline-width: 0.6rem;
  outline-offset: -0.6rem;
}

/*対応エリア
-----------------------------*/
.top-area {
  padding-block: 8rem 9rem;
}
.top-area::after {
  width: 143rem;
  height: 20.8rem;
  bottom: 4rem;
}
.top-area .inbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 4.2rem;
       column-gap: 4.2rem;
}
.top-area__inner {
  padding-top: 4rem;
}
.top-area__text {
  text-align: center;
}
.top-area__text .mb:has(strong) {
  margin-bottom: 1em;
}
.top-area__text strong {
  line-height: 1.7;
}
.top-area__map {
  width: 35.2rem;
  flex-shrink: 0;
}

/*施工事例
-----------------------------*/
.top-case::before {
  height: calc(100% + 18rem);
}
.top-case__title {
  margin-bottom: 7.7rem;
}
.top-case__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: clamp(13px, 0.8333333333vw, 16px);
  gap: 1.5em 1.875em;
  padding-inline: 1.875em;
}
@media screen and (max-width: 1560px) {
  .top-case__list {
    width: 108rem;
    margin-inline: auto;
  }
}
.top-case__item {
  width: 21.25em;
}
.top-case__link {
  row-gap: 1.25em;
}
.top-case__image img {
  width: 100%;
  aspect-ratio: 1.3076923077;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-case .com-post__tags {
  margin-bottom: calc(1em - 1px);
}
.top-case__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  padding-top: 6rem;
}
/*お知らせ
-----------------------------*/
.top-news {
  padding-block-start: 12rem;
}
.top-news__box {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 6rem 4rem;
}
.top-news__title {
  height: 25.8rem;
  aspect-ratio: 241/258;
  padding-top: 3.8rem;
  margin-bottom: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
  margin-top: 5.6rem;
}

/*===============================================
  わたしたちの想い
===============================================*/
/*従業員紹介
-----------------------------*/
.about-staff__item {
  min-height: 42rem;
  padding-left: 60rem;
  margin-bottom: 7rem;
}
.about-staff__heading {
  row-gap: 2rem;
  padding-bottom: 2.4rem;
  margin-bottom: 3.5rem;
}
.about-staff__image {
  width: 51rem;
}
.about-staff__image img {
  width: 100%;
  aspect-ratio: 1.2142857143;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-staff__image {
  position: absolute !important;
  top: 0;
  left: 0;
}

/*インテリアツツミの強み
-----------------------------*/
.about-strengths__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 4.5rem;
}
.about-strengths__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding: 4rem 4rem 6rem;
}
.about-strengths__num {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.about-strengths__num img {
  height: 3.3rem;
}
.about-strengths__icon {
  width: 10rem;
}
.about-strengths__heading {
  word-break: keep-all;
  margin-inline: -1rem;
}

/*リフォーム・リノベーションの流れ
-----------------------------*/
.about-flow__item {
  padding: 3.5rem 4rem 4.5rem;
  padding-left: 26.5rem;
  margin-bottom: 5.9rem;
}
.about-flow__item::after {
  width: 6rem;
  height: 2.5rem;
  top: calc(100% + 1.7rem);
}
.about-flow__icon {
  width: 20rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4rem;
}
.about-flow__heading {
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  font-size: 2.6rem;
  padding-bottom: 1.9rem;
  margin-bottom: 3rem;
}
.about-flow__heading .num {
  width: 5rem;
}
.about-flow__heading > span {
  line-height: calc(1em + 1rem);
}
.about-flow__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
}
.about-flow__items:has(.about-flow__time) {
  display: grid;
  grid-template: auto auto/auto auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  gap: 2rem 5rem;
}
.about-flow__items:has(.about-flow__time) .about-flow__btns {
  grid-row: span 2;
}
.about-flow__tel {
  row-gap: 0.6rem;
}
.about-flow__tel .com-tel__num {
  font-size: 2.5rem;
  line-height: 1.16;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.about-flow__tel .com-tel__num .label {
  width: 8.1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8125;
  border-radius: 0.5rem;
}
.about-flow__tel .com-tel__txt {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.about-flow__tel .com-replace {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.about-flow__time {
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: var(--font-size-sm);
}
.about-flow__time dt {
  font-size: calc(1em - 1px);
  padding: 0.3rem 0.8rem;
}
.about-flow__btn {
  width: 27rem;
  margin-bottom: 1.4rem;
}
.about-flow__btn:last-of-type {
  margin-bottom: 0;
}

/*===============================================
  リフォーム・リノベーション
===============================================*/
/*こんなお悩みありませんか？
-----------------------------*/
.service-worries {
  padding-block-end: 11.5rem;
}
.service-worries + .section {
  padding-block-start: 16.7rem;
}
.service-worries::after {
  height: calc(7.5rem + 1px);
  aspect-ratio: 150/75;
}
.service-worries__inner {
  padding-top: 27.5rem;
  position: relative;
}
.service-worries__list {
  width: calc(100% - 4px);
  height: 38.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
.service-worries__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19.3rem;
  text-align: center;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  font-weight: 700;
  word-break: keep-all;
  padding-inline: 2rem;
  padding-bottom: 0.7rem;
  position: absolute;
  z-index: 1;
}
.service-worries__item::before {
  content: "";
  background: url(../img/service/balloon_worries01.png) no-repeat center/100% 100%;
  position: absolute;
  inset: 0;
}
.service-worries__item:nth-of-type(1) {
  width: 25.9rem;
  left: 0;
  bottom: 2.9rem;
}
.service-worries__item:nth-of-type(1)::before {
  transform: scale(-1, 1);
}
.service-worries__item:nth-of-type(2) {
  width: 24.7rem;
  top: 1.3rem;
  left: 16.8rem;
  padding-bottom: 2.6rem;
}
.service-worries__item:nth-of-type(2)::before {
  background-image: url(../img/service/balloon_worries02.png);
  transform: scale(-1, 1);
}
.service-worries__item:nth-of-type(3) {
  width: 24.7rem;
  top: 0;
  right: 13.2rem;
  padding-bottom: 2.6rem;
}
.service-worries__item:nth-of-type(3)::before {
  background-image: url(../img/service/balloon_worries02.png);
}
.service-worries__item:nth-of-type(4) {
  width: 29.1rem;
  height: 21.7rem;
  top: 9rem;
  left: 41rem;
}
.service-worries__item:nth-of-type(5) {
  width: 25.9rem;
  bottom: 0;
  right: 0;
}
.service-worries__image {
  padding-left: 1.2rem;
}
.service-worries__image img {
  width: 63rem;
}

/*そのお悩み
インテリアツツミにお任せください！
-----------------------------*/
.service-about__title {
  row-gap: 2.3rem;
  margin-bottom: 5.6rem;
}
.service-about__title > span {
  gap: 2.3rem 0.8rem;
}
.service-about__title img {
  height: 3.7rem;
}
.service-about__title::before {
  width: calc(100% + 20rem);
  height: 11.9rem;
}
.service-about__title::after {
  width: 47rem;
  height: 8.1rem;
  left: calc(50% + 0.5rem);
  top: -4.6rem;
}
.service-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 6rem;
}
.service-about__item {
  padding: 4rem;
}
.service-about__heading {
  margin-bottom: 3rem;
}
.service-about__image img {
  width: 100%;
  aspect-ratio: 1.8695652174;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-about__image {
  margin-bottom: 3rem;
}
.service-about__body {
  font-size: 1.8rem;
  line-height: calc(1em + 1rem);
}
.service-about__table {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding-top: 1.9rem;
  margin-top: 2.5rem;
  gap: 1rem 2rem;
}
.service-about__table:not(:has(dd)) {
  padding-top: 0.4rem;
}
.service-about__table dt {
  min-width: 9.7rem;
  line-height: 1.25;
  padding: 1rem;
}
.service-about__table dt + dd {
  margin-block: 0;
}
.service-about__table dd {
  margin-block: calc((1em - 1lh) / 2);
}

/*当社のおすすめ施工
-----------------------------*/
.service-recommend__box {
  min-height: 41rem;
  padding-right: 61rem;
  position: relative;
}
.service-recommend__heading {
  row-gap: 3rem;
  margin-bottom: 4rem;
}
.service-recommend__heading > span:not(:has(img)) {
  line-height: 1.60715;
}
.service-recommend__image {
  width: 54rem;
}
.service-recommend__image img {
  width: 100%;
  aspect-ratio: 1.3170731707;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-recommend__image {
  position: absolute;
  top: 0;
  right: 0;
}
.service-recommend__point {
  background-position: left top 1.2rem;
  margin-top: 3.6rem;
}
.service-recommend__point dt {
  width: 11.8rem;
  line-height: 1.64706;
  margin-bottom: 2rem;
}
.service-recommend__point dd {
  line-height: 1.76471;
}

/*===============================================
  法人のお客さまへ
===============================================*/
/*事業内容
-----------------------------*/
.corporate-works__inner {
  min-height: 41rem;
  padding-right: 61rem;
  position: relative;
}
.corporate-works__image {
  width: 54rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.corporate-works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.corporate-works__point {
  background-position: left top 1.2rem;
  margin-top: 3.6rem;
}
.corporate-works__point dt {
  width: 11.8rem;
  line-height: 1.64706;
  margin-bottom: 2rem;
}
.corporate-works__point dd {
  line-height: 1.76471;
}

/*===============================================
  会社概要
===============================================*/
/*会社情報
-----------------------------*/
.company-info__inner:has(.company-info__map) {
  display: grid;
  grid-template-columns: 57rem 1fr;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.company-info__inner:has(.company-info__map) .company-info__table tr th {
  width: 17.5rem;
}
.company-info__table tr th {
  width: 25rem;
}

/*よくある質問
-----------------------------*/
.company-faq__item {
  margin-bottom: 6rem;
}
.company-faq__heading {
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding: calc((5rem - 1em) / 2) 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.company-faq__body {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.company-faq__body::before {
  width: 4rem;
}
.company-faq__body p {
  margin-top: calc((4rem - 1lh) / 2);
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  margin-bottom: 3rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: calc(4rem / var(--font-size-base));
  padding-right: 4rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(2rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: calc(4rem / var(--font-size-base));
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__title .en img {
  height: 3.3rem;
}
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title .en img {
  height: 3.5rem;
}
.privacy-policy__box {
  padding: 4rem 5rem;
}
.privacy-policy__heading {
  margin-bottom: 3rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__title .en img {
  height: 3.4rem;
}
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__link {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1em 1.5em;
}

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