@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
@media screen and (max-width: 374px) {
  html {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}

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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - clamp(32px, 10vw, 48px));
  height: 5rem;
}
#header .header__logo {
  width: 6rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  margin-bottom: 5.625rem;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  width: calc(100% - clamp(32px, 10vw, 48px));
  margin-inline: auto;
  padding-block: 3.5rem;
}
#footer .footer__logo {
  width: 10rem;
  margin-bottom: 0.5rem;
}
#footer .footer__logo img {
  width: 100%;
  aspect-ratio: 160/106;
  -o-object-fit: contain;
     object-fit: contain;
}

/*フッターナビ
-----------------------------*/
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--pattern-line);
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--pattern-beige);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  display: none;
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family-title);
  font-weight: 700;
  font-size: calc(1em - 1px);
  line-height: 2;
  padding: 1.25em clamp(12px, 3.75vw, 18px);
}
.footer-nav__link::after {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 2/3;
  background: url(../img/common/arrow_nav.svg) no-repeat center/contain;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--font-size-xs);
  background: var(--pattern-beige);
  padding: 2rem clamp(12px, 3.75vw, 18px);
}
.footer-nav__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__sub-item::after {
  content: "|";
  margin-inline: 1em;
}
.footer-nav__sub-item:last-of-type::after {
  display: none;
}
.footer-nav__sub-link {
  display: block;
  font-weight: 700;
}
.footer-nav__sub-link:hover, .footer-nav__sub-link.current {
  color: var(--color-btn);
}

/*コピーライト
-----------------------------*/
.copy {
  background: var(--color-btn);
  padding-block: calc((2.5rem - 1em) / 2);
}
/*===============================================
  fixed固定
===============================================*/
/*サイドボタン
-----------------------------*/
#side {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 1.25rem);
  height: 4.375rem;
  background: var(--color-orange);
  outline: solid 2px var(--color-orange);
  outline-offset: 3px;
  border-radius: 0.625rem;
  left: 0.625rem;
  bottom: 0.625rem;
}
#side::after {
  content: "";
  width: 2.5rem;
  aspect-ratio: 1;
  background: url(../img/common/deco_btn.svg) no-repeat right top/36%, url(../img/common/arrow_icon.svg) no-repeat left bottom/88%;
  position: absolute;
  right: -0.625rem;
  bottom: -0.625rem;
  z-index: 1;
}
#side > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.5rem;
}
#side .sub {
  width: 5rem;
}
#side .main {
  width: 10rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-top: 6rem;
}
.visual::before {
  width: calc(100% + 3.125rem);
  height: 10rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 30%, 0 85%);
}
.visual::after {
  width: calc(100% + 7.5rem);
  height: 6.875rem;
  bottom: 1.25rem;
}
.visual > * {
  width: calc(100% - clamp(24px, 7.5vw, 36px));
  margin-inline: auto;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
}
.visual__link {
  width: 100%;
  height: 10rem;
  border-radius: 0.75rem;
  border-bottom-right-radius: 1.5rem;
}
.visual__link::before, .visual__link::after {
  border-radius: 0.75rem;
  border-bottom-right-radius: 1.5rem;
}
.visual__link::after {
  font-size: var(--font-size-h4);
}
.visual__link:nth-of-type(2n) {
  margin-left: auto;
}
.visual__catch--main .en {
  height: 2.5rem;
  top: 0.5rem;
  left: -0.5rem;
}
.visual__catch--main .txt {
  height: 4rem;
}
.visual__catch--main::after {
  width: 2rem;
  right: 0.75rem;
  bottom: 0.75rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 11.25rem;
  padding-top: 2rem;
  border-radius: 0.75rem;
}
.visual__catch--sub img {
  height: 2.5rem;
}
.visual__catch--sub::before {
  width: calc(100% + 1rem);
  height: 2.5rem;
  top: -2rem;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(1.25rem - 0.5em);
}
.breadcrumb__list {
  width: calc(100% - clamp(32px, 10vw, 48px));
}
.breadcrumb + .section {
  padding-top: 6.25rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 4rem 5rem;
}
.section--top::before {
  width: 48.75rem;
  height: calc(3.5rem + 1px);
}
.section--bg {
  padding-block-start: 4.5rem;
}
.section--bg::before {
  width: 48.75rem;
  height: 10rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 32%, 0 100%);
}

.inbox {
  width: calc(100% - clamp(32px, 10vw, 48px));
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-btn {
  width: 20rem;
  height: 3.75rem;
  font-size: var(--font-size-lg);
}
.com-btn:not([class*=com-btn--])::before {
  width: 1.5625rem;
  aspect-ratio: 25/12;
  top: 0.125rem;
  right: -1.125rem;
}
.com-btn:not([class*=com-btn--])::after {
  width: 1.875rem;
  right: 1rem;
}
.com-btn--mail {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.com-btn--mail::before {
  width: 1.875rem;
}
.com-btn--line {
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-right: 0.9375rem;
}
.com-btn--line::before {
  width: 40px;
}
.com-btn--line::after {
  width: 0.9375rem;
  right: 0.625rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 1.875rem;
}
.com-sns li {
  width: 3rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th {
  border-radius: 0.5rem;
}
.com-table--noblock table {
  border-spacing: 0 0.5rem;
  margin-block: -0.5rem;
}
.com-table--noblock tr th {
  width: 7.5em;
  text-align: center;
  vertical-align: middle;
  padding-block: 0.75em;
}
.com-table--noblock tr td {
  vertical-align: middle;
  padding: 0.5em 0 0.5em 1.25em;
}
.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}
.com-table:not(.com-table--noblock) tr th {
  padding: 0.75em 1em;
}
.com-table:not(.com-table--noblock) tr td {
  padding: 0.75em 0.5em;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 1.25rem;
}
.com-post__link {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-post__image {
  width: 6.875rem;
}
.com-post__image img {
  border-radius: 0.75rem;
}
.com-post__inner {
  row-gap: 0.75rem;
  align-self: center;
}
.com-post__date {
  padding-inline: 0.5rem;
  border-radius: 0.25rem;
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 3.125rem;
}
.com-title01:has(span.en) {
  padding-top: 2.8125rem;
}
.com-title01 span.en {
  width: 13.125rem;
  font-size: 1.5rem;
  padding: 0 0 0.875rem 0.375rem;
  margin-block-start: -0.1875rem;
  left: -1.5rem;
  transform: rotate(-6deg);
  background-size: auto 0.6875rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block-start: 3rem;
}
.com-contact::before {
  height: 15.8125rem;
}
.com-contact::after {
  width: 92%;
  height: 8rem;
}
.com-contact__box {
  width: calc(100% - clamp(16px, 5vw, 24px));
  padding: 5rem 1.5rem 2.5rem;
}
.com-contact__box::before {
  width: 98vw;
  height: 4rem;
  bottom: -1.5rem;
}
.com-contact__box::after {
  width: 98vw;
  height: 4.5rem;
  bottom: -1.5rem;
}
.com-contact__bg {
  clip-path: polygon(0 4rem, 50% 0, 100% 4rem, 100% 100%, 0 100%);
}
.com-contact__bg::before {
  clip-path: polygon(0 4rem, 50% 0, 100% 4rem, 100% 100%, 0 100%);
}
.com-contact__title {
  align-items: center;
  row-gap: 0.875rem;
  margin-bottom: 2rem;
}
.com-contact__title .en {
  width: 5.5rem;
}
.com-contact__title .txt {
  width: 17.5rem;
}
.com-contact__label {
  text-align: left;
  width: 88%;
  min-width: 20rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.25rem;
}
.com-contact__label img {
  width: clamp(96px, 30vw, 120px);
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.com-contact__btn {
  height: 80px;
  border-radius: 0.5rem;
}
.com-contact__btn.com-btn--line::before {
  width: 40px;
}

/*診断チャート
-----------------------------*/
.chart-back__btn {
  width: 12.5rem;
  height: 3.125rem;
  font-size: 0.9375rem;
  padding-left: 1em;
}
.chart-back__btn::before {
  width: 0.75rem;
  left: 1.25rem;
}

/*質問内容
-----------------*/
.chart-question__title {
  min-height: 5rem;
  text-align: center;
  font-size: var(--font-size-h5);
  padding-inline: 3rem 1.5rem;
  padding-block: 1.25rem;
}
.chart-question__title::before {
  font-size: var(--font-size-h4);
  left: 0.6875rem;
}
.chart-question__title > span {
  line-height: 1.4;
}
.chart-question__inner {
  padding: 1.875rem 1.5rem;
}
.chart-question__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.9375rem;
}
.chart-question__item {
  width: 100%;
}
.chart-question__btn {
  height: auto;
  min-height: 4rem;
  padding-block: 1.25rem;
  padding-inline: 0.75rem 2rem;
  font-size: 0.9375rem;
}
.chart-question__btn::after {
  width: 1.5rem;
  right: 0.5rem;
}
.chart-question__back {
  padding-top: 1.5rem;
}

/*回答結果
-----------------*/
.chart-result__title {
  font-size: var(--font-size-h4);
  padding: 3rem 1rem 1.5rem;
  word-break: keep-all;
}
.chart-result__title::before {
  width: 5.5rem;
  left: -1rem;
  top: -1rem;
  transform: none;
  z-index: 0;
}
.chart-result__title::after {
  width: 7.125rem;
  aspect-ratio: 223/162;
  right: -1.5rem;
  bottom: -3rem;
}
.chart-result__title > span {
  line-height: 1.33334;
}
.chart-result__title > span::before {
  font-size: var(--font-size-base);
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.chart-result__title > span::after {
  display: none;
}
.chart-result__inner {
  padding: 2rem 1.25rem 2.25rem;
}
.chart-result__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.chart-result__image {
  margin-bottom: 1.5rem;
}
.chart-result__text {
  margin-block: calc((1em - 1lh) / 2);
}
.chart-result__btn {
  height: 3.5rem;
  margin-top: 1.5rem;
}
.chart-result__btn::after {
  width: 1.875rem;
  right: 1.5rem;
}
.chart-result__back {
  padding-top: 1.5rem;
}

/*===============================================
  トップページ
===============================================*/
/*もっと早く相談すればよかった。
そんなリフォームを。
-----------------------------*/
.top-about {
  padding-block: 5.5rem 1.5rem;
}
.top-about::after {
  width: 92%;
  height: 5.5rem;
  top: 1.5rem;
}
.top-about__title .en {
  width: 10.5rem;
}
.top-about__title .txt {
  width: 25rem;
  margin-left: 1rem;
}
.top-about__btn {
  margin-top: 2.5rem;
}
.top-about__image {
  margin-left: clamp(-24px, -5vw, -16px);
}
.top-about__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image {
  margin-top: 3.125rem;
}
.top-about__image img {
  -webkit-mask: url(../img/index/img_about-mask.png) no-repeat left center/120% 105%;
          mask: url(../img/index/img_about-mask.png) no-repeat left center/120% 105%;
}

/*かんたん診断
-----------------------------*/
.top-chart {
  padding-block-start: 8rem;
}
.top-chart__title .en {
  width: 14.5rem;
}
.top-chart__title .sub {
  width: 11.5rem;
  top: -4rem;
  right: -1.5rem;
}
.top-chart__title .txt {
  width: 12.5rem;
  margin-inline: 2.5rem;
}

/*オランジュホームが選ばれる理由
-----------------------------*/
.top-reason::before {
  height: 16rem;
}
.top-reason::after {
  width: 96%;
  height: 10.5rem;
  background-size: 5.5rem;
  top: 4rem;
}
.top-reason__title .en {
  width: 5.25rem;
}
.top-reason__title .txt {
  width: 14rem;
}
.top-reason__title .deco {
  padding-inline: 1.5rem;
}
.top-reason__title .deco::before {
  width: calc(100% + 5rem);
  height: 5rem;
}
.top-reason__item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem 1rem;
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 1.875rem;
}
.top-reason__item:last-of-type {
  margin-bottom: 0;
}
.top-reason__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-reason__heading {
  word-break: keep-all;
}
.top-reason__heading > span {
  line-height: 1.8;
}
.top-reason__body {
  grid-column: span 2;
}
.top-reason__num {
  position: absolute;
  right: -0.25rem;
  bottom: -0.5rem;
}
.top-reason__num img {
  height: 1.5rem;
}
.top-reason__btn {
  font-size: calc(1em - 1px);
  padding-right: 1em;
  margin: 3.5rem auto 0;
}

/*リフォーム内容
-----------------------------*/
.top-reform::before {
  width: 96%;
  height: 5.5rem;
  top: -0.5rem;
}
.top-reform__title .en {
  width: 5.25rem;
}
.top-reform__title .txt {
  width: 14rem;
  margin-inline: 2rem;
}
.top-reform__item {
  margin-bottom: 3rem;
}
.top-reform__item:last-of-type {
  margin-bottom: 0;
}
.top-reform__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reform__image {
  margin-bottom: 1.5rem;
}
.top-reform__image img {
  clip-path: polygon(0 24%, 50% 0, 100% 24%, 100% 100%, 0 100%);
}
.top-reform__heading {
  min-height: 2.625rem;
  margin-bottom: 1.5rem;
}
.top-reform__heading::before {
  width: 100%;
  height: 2.625rem;
}
.top-reform__btn {
  width: 13.5rem;
  height: 3.125rem;
  font-size: 1.0625rem;
  padding-right: 1.25rem;
  margin: 2rem auto 0;
}

/*施工実績
-----------------------------*/
.top-works::after {
  width: 92%;
  height: 5.5rem;
  top: 1rem;
}
.top-works__title .en {
  width: 5.25rem;
}
.top-works__title .txt {
  width: 8.5rem;
  margin-inline: 2rem;
}
.top-works__tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
}
.top-works__tags::before {
  border-radius: calc(1rem - 2px);
}
.top-works__tag {
  width: 100%;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  font-size: var(--font-size-lg);
}
.top-works__tag img {
  width: 3rem;
  flex-shrink: 0;
}
.top-works__tag > span {
  width: 100%;
  padding-block: 0.9375rem;
}
.top-works__tag > span::before {
  width: calc(100% - 2.625rem);
}
.top-works__tag > span::after {
  width: 1.875rem;
  aspect-ratio: 3/1;
}
.top-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.top-works__item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__item img {
  border-radius: 1rem;
}

/*お知らせ
-----------------------------*/
.top-news__title .en {
  width: 5.25rem;
}
.top-news__title .txt {
  width: 8.5rem;
  margin-inline: 2rem;
}
.top-news__btn {
  width: 16rem;
  margin: 2.5rem auto 0;
}

/*===============================================
  オランジュホームについて
===============================================*/
/*暮らしに寄り添い、想いをカタチに。
-----------------------------*/
.about-lead::after {
  width: 96vw;
  height: 8.5rem;
  background-size: 5.5rem;
  top: 7rem;
  opacity: 0.64;
}
.about-lead .inbox::after {
  width: 98vw;
  height: 5.5rem;
  bottom: -7rem;
}
.about-lead__title span.en {
  clip-path: polygon(0 0, 4em 0, 4em 100%, 0 100%);
}
.about-lead__title img {
  width: 16.375rem;
}

/*サービス内容
-----------------------------*/
.about-service__title span.en {
  clip-path: polygon(0 0, 4em 0, 4em 65%, 1.5em 100%, 0 100%);
}
.about-service__title img {
  width: 12rem;
}
.about-service__title .deco::before {
  width: calc(100% + 5rem);
  height: 1.5rem;
}
.about-service__item {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.875rem;
}
.about-service__item:last-of-type {
  margin-bottom: 0;
}
.about-service__heading {
  padding: calc((3.125rem - 1em) / 2) 0.625rem;
  margin: 0 auto 1.5rem;
  word-break: keep-all;
}
.about-service__heading::before {
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.5rem) 50%, 100% 100%, 0 100%, 0.5rem 50%);
}
.about-service__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-service__image {
  margin-bottom: 1.5rem;
}

/*オランジュホームが選ばれる理由
-----------------------------*/
.about-reason::before {
  height: 15rem;
}
.about-reason__title span.en {
  clip-path: polygon(0 0, 4em 0, 4em 65%, 1.5em 100%, 0 100%);
}
.about-reason__title img {
  width: 15rem;
}
.about-reason__title .deco::before {
  width: calc(100% + 8.25rem);
  height: 4.5rem;
}
.about-reason__item {
  padding: 1.5rem 1.5rem 2.25rem;
  margin-bottom: 1.875rem;
  border-radius: 1rem;
}
.about-reason__num {
  margin-bottom: 1rem;
}
.about-reason__num img {
  height: 1.5rem;
}
.about-reason__heading {
  word-break: keep-all;
  margin-block: -0.1875rem 1.3125rem;
}
.about-reason__heading > span {
  line-height: 1.8;
}
.about-reason__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-reason__image {
  margin-bottom: 1.5rem;
}
.about-reason__image img {
  border-radius: 1rem;
}

/*代表挨拶
-----------------------------*/
.about-greeting::after {
  width: 92vw;
  height: 5rem;
  background-size: 5.5rem;
  top: 4.5rem;
}
.about-greeting__title span.en {
  clip-path: polygon(0 0, 4em 0, 4em 100%, 0 100%);
}
.about-greeting__title img {
  width: 9.5rem;
}
.about-greeting__inner {
  padding: 1.5rem 1.5rem 3rem;
  border-radius: 1rem;
}
.about-greeting__inner::before {
  border-radius: calc(1rem - 2px);
}
.about-greeting__inner::after {
  width: calc(100% + 3rem);
  height: 5.5rem;
  bottom: -2.5rem;
}
.about-greeting__image {
  width: 72%;
  max-width: 21.875rem;
  margin: 0 auto 1.875rem;
}
.about-greeting__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 1rem;
}
.about-greeting__name {
  row-gap: 0.75rem;
  margin-top: 2.5rem;
}
.about-greeting__name dd {
  line-height: 1.4;
}
.about-greeting__name dd .label {
  width: 4rem;
  margin-right: 0.5em;
}

/*会社情報
-----------------------------*/
.about-company::after {
  width: 95vw;
  height: 3rem;
  top: 2.5rem;
  background-position: right top;
}
.about-company__title span.en {
  clip-path: polygon(0 0, 4em 0, 4em 100%, 0 100%);
}
.about-company__title img {
  width: 9rem;
}
.about-company__title::before {
  width: 44.375rem;
  height: 6.875rem;
  background-size: auto 2.1875rem, auto 3.4375rem;
  background-position: right 4.875rem top, right bottom;
  top: 1.625rem;
}
.about-company__map {
  height: 20rem;
  margin-top: 2.5rem;
}
.about-company__map iframe {
  border-radius: 0.625rem;
}

/*===============================================
  リフォーム内容（内装/水回り/外構）
===============================================*/
/*このようなお悩みはありませんか？
-----------------------------*/
.reform-worries {
  padding-block-end: 2.5rem;
}
.reform-worries::before {
  width: 48.75rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.5rem), 50% 100%, 0 calc(100% - 7.5rem));
}
.reform-worries__title::before {
  width: 96vw;
  height: 2.5rem;
  bottom: -1.5rem;
}
.reform-worries__title::after {
  width: 96vw;
  height: 3rem;
  top: -0.9375rem;
}
.reform-worries__title span.en {
  clip-path: polygon(0 0, 4em 0, 4em 100%, 0 100%);
}
.reform-worries__title img {
  width: 16.25rem;
}
.reform-worries__inner {
  margin-bottom: 4rem;
}
.reform-worries__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding: 1.25rem 1rem;
  outline: dotted 0.1875rem var(--color-orange);
  outline-offset: -0.125rem;
  border-radius: 0.75rem;
  margin-bottom: 0.9375rem;
}
.reform-worries__item:last-of-type {
  margin-bottom: 0;
}
.reform-worries__item p {
  font-size: var(--font-size-lg);
  line-height: 1.77778;
}
.reform-worries__item::before {
  width: 2rem;
  flex-shrink: 0;
}
.reform-worries__image {
  padding-top: 2rem;
}
.reform-worries__image img {
  width: 15rem;
}
.reform-worries__text {
  max-width: 15.625rem;
  font-size: var(--font-size-h4);
  margin-block: -0.1875rem;
}
.reform-worries__text > span {
  line-height: 1.76471;
}
.reform-worries__text::before {
  width: calc(100% + 7.5rem);
  height: 5rem;
}

/*リード文
-----------------------------*/
.reform-about::before {
  width: 92%;
  height: 2.5rem;
  top: 4rem;
}
.reform-about::after {
  width: 96%;
  height: 1.625rem;
  top: 13.5rem;
}
.reform-about__title {
  row-gap: 0.625rem;
}
.reform-about__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.reform-about__image {
  margin-bottom: 1.875rem;
}
.reform-about__image img {
  border-radius: 1rem;
}

.interior .reform-about__title .sub {
  width: 12.5rem;
}
.interior .reform-about__title .main {
  width: 20rem;
}

.water .reform-about__title .sub {
  width: 13.5rem;
}
.water .reform-about__title .main {
  width: 15rem;
}

.exterior .reform-about__title {
  row-gap: 1.5rem;
}
.exterior .reform-about__title .sub {
  width: 25rem;
}
.exterior .reform-about__title .main {
  width: 14rem;
}

/*対応内容
-----------------------------*/
.reform-service::before {
  height: 35%;
  max-height: 15rem;
}
.reform-service::after {
  width: 92vw;
  height: 5.75rem;
  top: -1.25rem;
}
.reform-service__title span.en {
  clip-path: polygon(0 0, 4em 0, 4em 100%, 0 100%);
}
.reform-service__title img {
  width: 9.5rem;
}
.reform-service__title .deco::before {
  width: calc(100% + 5rem);
  height: 1.25rem;
}
.reform-service__item {
  padding: 2rem 1.5rem;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
}
.reform-service__item:last-of-type {
  margin-bottom: 0;
}
.reform-service__heading {
  padding-block: calc((2.1875rem - 1em) / 2);
  margin-bottom: 1.25rem;
}
.reform-service__image {
  margin-bottom: 1.25rem;
}
.reform-service__image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

/*各種リノベーションにも対応！
-----------------------------*/
.reform-renovation__title span.en {
  width: 12rem;
  clip-path: polygon(0 0, 5.5em 0, 5.5em 100%, 0 100%);
}
.reform-renovation__title img {
  width: 16rem;
}
.reform-renovation__title .deco::before {
  width: calc(100% + 7.5rem);
  height: 4.5rem;
}
.reform-renovation__item {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.875rem;
}
.reform-renovation__heading {
  padding: calc((2.5rem - 1em) / 2) 1rem;
  margin-bottom: 1.5rem;
}
.reform-renovation__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.reform-renovation__image {
  margin-bottom: 1.5rem;
}
.reform-renovation__image img {
  border-radius: 1rem;
}

/*ご依頼の流れ
-----------------------------*/
.reform-flow__title span.en {
  width: 12rem;
  clip-path: polygon(0 0, 2.5em 0, 2.5em 65%, 2em 100%, 0 100%);
}
.reform-flow__title img {
  width: 13.5rem;
}
.reform-flow__title::after {
  width: 8.75rem;
  aspect-ratio: 140/114;
  background-size: auto 3rem, auto 2.5rem;
  right: -6.875rem;
  top: -1.375rem;
}
.reform-flow__list {
  padding-left: 0.625rem;
}
.reform-flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.9375rem;
  border-radius: 0.625rem;
  padding: 1.25rem;
  padding-left: 2rem;
  margin-bottom: 2.5rem;
}
.reform-flow__item::after {
  content: "";
  height: 1rem;
  aspect-ratio: 36/16;
  background: var(--color-btn);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.75rem);
}
.reform-flow__item:last-of-type {
  margin-bottom: 0;
}
.reform-flow__item:last-of-type::after {
  display: none;
}
.reform-flow__item p {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.reform-flow__item p span {
  display: inline-block;
}
.reform-flow__item p span::after {
  content: "・";
}
.reform-flow__item p span:last-of-type::after {
  display: none;
}
.reform-flow__item p span.ki {
  margin-inline: -0.5em;
}
.reform-flow__num {
  width: 1.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
}
.reform-flow__icon {
  width: 3.125rem;
}
.reform-flow__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.reform-flow__btn {
  margin: 2.5rem auto 0;
}

/*施工実績
-----------------------------*/
.reform-works::after {
  width: 98vw;
  height: 6.5rem;
  top: -3rem;
}
.reform-works__title span.en {
  width: 12rem;
  clip-path: polygon(0 0, 4em 0, 4em 100%, 0 100%);
}
.reform-works__title img {
  width: 10rem;
}
.reform-works__title .deco::before {
  width: calc(100% + 7.5rem);
  height: 2.875rem;
}
.reform-works__item {
  row-gap: 1.5rem;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.875rem;
}
.reform-works__heading {
  padding: calc((3.125rem - 1em) / 2) 0.9375rem;
}
.reform-works__images {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.reform-works__images::before {
  width: 0.75rem;
  aspect-ratio: 12/20;
}
.reform-works__image img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__title {
  margin-bottom: 2rem;
}
.news-archive__title span.en {
  width: 12rem;
  clip-path: polygon(0 0, 4.5em 0, 4.5em 100%, 0 100%);
}
.news-archive__title img {
  width: 10rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
}
.news-detail__box::before {
  border-radius: calc(1rem - 2px);
}
.news-detail__heading {
  margin-bottom: 1.5rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__title span.en {
  width: 12rem;
  clip-path: polygon(0 0, 4.5em 0, 4.5em 100%, 0 100%);
}
.contact-form__title img {
  width: 13.5rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 1.25rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__title span.en {
  width: 12rem;
  clip-path: polygon(0 0, 4.5em 0, 4.5em 100%, 0 100%);
}
.contact-complete__title img {
  width: 17.5rem;
}
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title img {
  width: 20rem;
}
.privacy-policy__heading {
  padding: calc((2.8125rem - 1em) / 2) 0.9375rem;
  margin-bottom: 1.5rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__title span.en {
  width: 12rem;
  clip-path: polygon(0 0, 4.5em 0, 4.5em 100%, 0 100%);
}
.sitemap-list__title img {
  width: 13rem;
}
.sitemap-list__item {
  margin-bottom: 0.75rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/
.error-message__title img {
  width: 18rem;
}