@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;
}

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 12rem;
  padding-inline: 3rem 2rem;
}
#header .header__logo {
  width: 11.5rem;
  padding-top: 1rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 115/102;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  height: 7rem;
}
#header .header__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  height: 100%;
}
#header .header__btn {
  width: 12rem;
  height: 100%;
  font-size: var(--font-size-base);
  border-radius: 0 0 1rem 1rem;
  flex-direction: column;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 6rem 5.5rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 108rem;
}
#footer .footer__logo img {
  height: 14rem;
  aspect-ratio: 157/140;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__add {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#footer .footer__tel {
  align-items: flex-start;
  row-gap: 1.6rem;
}
#footer .footer__tel .com-times {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem 0.9rem;
  font-size: 1.5rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-base);
  line-height: 1;
  letter-spacing: 0;
  padding-top: 1rem;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 1em 4.5rem;
}
.footer-nav__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-bottom: dashed 1px rgba(16, 42, 107, 0.5);
}
.footer-nav__item::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background: url(../img/common/arrow_nav.svg) no-repeat center/contain;
  transform: translateY(-0.5em);
}
.footer-nav__link {
  padding-block: 1em;
  margin-block-start: -1em;
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: 1.3rem;
  padding-block: calc((3rem - 1em) / 2);
}

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-top: 12rem;
  margin-top: -12rem;
  background-size: auto min(100% - 9.2rem, clamp(473px, 36.9270833333vw, 709px));
  background-position: left top 9.2rem;
}
.visual::after {
  height: calc(clamp(87px, 6.7708333333vw, 130px) - 1px);
}
.visual__catch > span {
  box-shadow: clamp(6px, 0.46875vw, 9px) clamp(8px, 0.625vw, 12px) 0 var(--color-text);
  border-radius: 100vh;
}
.visual__catch::after {
  height: clamp(34px, 2.65625vw, 51px);
  aspect-ratio: 74/51;
  top: clamp(-6px, -0.3125vw, -4px);
  left: clamp(-30px, -1.5625vw, -20px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(510px, 39.6875vw, 762px);
  padding-top: clamp(100px, 7.8125vw, 150px);
}
.visual__main::before {
  width: clamp(763px, 59.5833333333vw, 1144px);
  min-width: calc(50% + 18.4rem);
  height: calc(100% - clamp(70px, 5.4166666667vw, 104px));
  top: clamp(24px, 1.875vw, 36px);
  right: clamp(38px, 2.96875vw, 57px);
  border-radius: clamp(54px, 4.1666666667vw, 80px);
  box-shadow: clamp(6px, 0.46875vw, 9px) clamp(8px, 0.625vw, 12px) 0 var(--color-text);
}
.visual__main::after {
  width: calc(100% + 0.8rem);
  height: clamp(206px, 16.09375vw, 309px);
  bottom: clamp(35px, 2.7083333333vw, 52px);
}
.visual__catch--main {
  width: clamp(1138px, 88.8541666667vw, 1706px);
  row-gap: clamp(20px, 1.5625vw, 30px);
}
.visual__catch--main > span {
  -moz-column-gap: clamp(8px, 0.625vw, 12px);
       column-gap: clamp(8px, 0.625vw, 12px);
  padding: calc(clamp(42px, 3.28125vw, 63px) / 2) clamp(20px, 1.5625vw, 30px);
}
.visual__catch--main img {
  height: clamp(32px, 2.4479166667vw, 47px);
}
.visual__catch--main::before {
  width: clamp(192px, 14.9479166667vw, 287px);
  aspect-ratio: 287/274;
  left: clamp(380px, 29.6875vw, 570px);
  top: clamp(-93px, -4.84375vw, -62px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(320px, 24.4791666667vw, 470px);
  padding-bottom: 2rem;
}
.visual__sub::before {
  width: clamp(763px, 59.5833333333vw, 1144px);
  min-width: calc(50% + 18.4rem);
  height: calc(100% - clamp(27px, 2.0833333333vw, 40px));
  top: clamp(12px, 0.9375vw, 18px);
  right: clamp(38px, 2.96875vw, 57px);
  border-radius: clamp(54px, 4.1666666667vw, 80px);
  box-shadow: clamp(6px, 0.46875vw, 9px) clamp(8px, 0.625vw, 12px) 0 var(--color-text);
}
.visual__sub::after {
  width: calc(100% - clamp(62px, 4.84375vw, 93px));
  height: clamp(140px, 10.9375vw, 210px);
  bottom: 0;
}
.visual__catch--sub {
  width: clamp(1032px, 80.5208333333vw, 1546px);
  font-size: clamp(35px, 2.6041666667vw, 50px);
}
.visual__catch--sub > span {
  line-height: calc(1em + 1rem);
  padding: calc(clamp(20px, 1.5625vw, 30px) - (0.5lh - 0.5em)) clamp(38px, 2.96875vw, 57px);
}
.visual__catch--sub::before {
  width: 19.5rem;
  aspect-ratio: 195/187;
  top: -15rem;
  left: 14.5rem;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: var(--font-size-base);
  font-family: var(--font-family-ttl);
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: 0;
  line-height: 2;
  padding-block: 1rem;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item::after {
  content: "|";
  margin-inline: 1em;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
  letter-spacing: 0.06em;
  margin-inline-end: -0.06em;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-grad-deep);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2.9rem - 0.5em);
}
.breadcrumb__list {
  width: 108rem;
}
.breadcrumb__item::after {
  margin-inline: 1em;
}
.breadcrumb + .section {
  padding-block-start: 12rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10.5rem;
}
.section--bg::before {
  min-width: 145rem;
  height: calc(100% - 3px);
  max-height: clamp(473px, 36.9270833333vw, 709px);
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 0.6rem;
}
.com-tel__num {
  font-size: 3.8rem;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.com-tel__num::before {
  width: 1.5rem;
  aspect-ratio: 15/26;
}
.com-tel__num span {
  margin-block: -0.8rem -0.3rem;
}

.com-times {
  font-size: var(--font-size-sm);
  line-height: calc(1em + 1rem);
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.com-times dt {
  padding-inline: 0.5rem;
  border-radius: 0.5rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 7rem;
}
.com-btn::after {
  width: 1rem;
  right: 2rem;
}
.com-btn--mail {
  gap: 1rem 1.2rem;
}
.com-btn--mail::before {
  width: 2.3rem;
  aspect-ratio: 23/16;
}
.com-btn--line {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-btn--line::before {
  width: 3rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 2.8rem;
}
.com-sns li {
  width: 4.2rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: calc(1em + 2px);
  letter-spacing: var(--letter-spacing-mid);
}
.com-table tr th,
.com-table tr td {
  padding: calc((6rem - 1lh) / 2) 2rem;
}
.com-table tr th {
  text-align: center;
  vertical-align: middle;
}
.com-table tr:first-of-type th {
  border-top-left-radius: 2rem;
}
.com-table tr:first-of-type td {
  border-top-right-radius: 2rem;
}
.com-table tr:last-of-type th {
  border-bottom-left-radius: 2rem;
}
.com-table tr:last-of-type td {
  border-bottom-right-radius: 2rem;
}

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

/*お知らせ
-----------------------------*/
.com-post__list:not(:has(.com-post__item--image)) {
  padding: 4rem;
  border-radius: 2rem;
}
.com-post__list:not(:has(.com-post__item--image)) .com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.com-post__item--image {
  margin-bottom: 3rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding: 2rem;
  border-radius: 2rem;
}
.com-post__item--image .com-post__image {
  width: 32rem;
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 32/24;
  border-radius: 2rem;
}
.com-post__item--image .com-post__inner {
  gap: 1.5rem 2rem;
}
.com-post__link {
  gap: 1.2rem 2rem;
}
.com-post__date {
  font-size: calc(1em + 1px);
}
.com-post__tag {
  font-size: calc(1em - 1px);
  line-height: 1.6;
  padding-inline: 1em;
  border-radius: 100vh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.6rem;
  margin-bottom: 5rem;
}
.com-title01--left {
  align-items: flex-start;
  text-align: left;
}

.top .com-title01 {
  font-size: 4.8rem;
  margin-bottom: 6rem;
}
.top .com-title01 > span:not(.en) {
  line-height: 1.45834;
}
.top .com-title01 .en {
  font-size: 2.2rem;
}

/*中タイトル
-----------------------------*/
.com-title02--balloon {
  padding: calc((7rem - 1em) / 2) 3rem;
  border-radius: 100vh;
}
.com-title02--balloon::after {
  height: 1.8rem;
  left: 8.4rem;
}

/*小タイトル
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*このようなお悩みありませんか？
-----------------------------*/
.top-worries {
  padding-block: 11rem 38rem;
}
.top-worries::after {
  width: 74.5rem;
  height: 28.2rem;
  bottom: 6.4rem;
}
.top-worries__title {
  row-gap: 3.1rem;
}
.top-worries__title .waa {
  margin-inline-end: -0.25em;
}
.top-worries__title .waa::before {
  width: calc(100% + 9rem);
  height: 4.3rem;
  bottom: -0.9rem;
}
.top-worries__title .mark {
  width: 4em;
  font-size: 4.2rem;
  line-height: 1.66667;
  padding-left: var(--letter-spacing-base);
  border-radius: 100vh;
  margin-inline-end: 0.25em;
}
.top-worries__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 1.8rem;
  margin-inline: -1rem;
}
.top-worries__item {
  min-width: 31rem;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.90477;
  letter-spacing: var(--letter-spacing-mid);
  padding: 2rem calc(1.6rem - var(--letter-spacing-mid)) 2rem 1.6rem;
  border-radius: 3rem;
}
.top-worries__item:first-of-type {
  margin-left: 8rem;
}
.top-worries__item:nth-of-type(2) {
  margin-right: 8rem;
}

/*豊富クリーンなら！
-----------------------------*/
.top-about {
  padding-block: 7.5rem 12.5rem;
}
.top-about::before {
  height: calc(clamp(107px, 8.3333333333vw, 160px) + 1px);
}
.top-about::after {
  height: calc(3rem + 1px);
}
.top-about__title > span {
  line-height: 1.66667;
}
.top-about__title .mark {
  font-size: 5.4rem;
  line-height: 1.48149;
  margin-inline-end: 0.25em;
}
.top-about__title .mark::before {
  width: 5.8rem;
  aspect-ratio: 58/45;
  top: -4rem;
  left: -4.5rem;
}
.top-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.top-about__images {
  width: 52.5rem;
  padding-bottom: 9.7rem;
  flex-shrink: 0;
  position: relative;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.top-about__image--main {
  width: 100%;
  aspect-ratio: 525/436;
}
.top-about__image--rt {
  width: 21rem;
  aspect-ratio: 210/252;
  position: absolute;
  top: -13rem;
  right: -10rem;
  z-index: 1;
}
.top-about__image--rb {
  width: 29rem;
  aspect-ratio: 290/194;
  position: absolute;
  right: -7.8rem;
  bottom: 0;
  z-index: 1;
}
.top-about__text {
  font-size: 1.7rem;
  line-height: 1.88236;
  letter-spacing: var(--letter-spacing-mid);
}
.top-about__text p {
  margin-inline-end: calc(var(--letter-spacing-mid) * -1);
}

/*豊富クリーンの特徴
-----------------------------*/
.top-feature {
  padding-block-start: 12.5rem;
}
.top-feature::after {
  width: 114rem;
  height: 8.8rem;
  top: 17rem;
}
.top-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem 4rem;
  padding-top: 2rem;
}
.top-feature__item {
  padding: 4.5rem 3rem 3.5rem;
  border-radius: 3rem;
}
.top-feature__num {
  width: 7.5rem;
  position: absolute;
  top: -2.4rem;
  left: 3.2rem;
}
.top-feature__heading {
  padding-inline: 1em;
  margin-bottom: 2rem;
}
.top-feature__body {
  line-height: calc(1em + 1rem);
}
.top-feature__text {
  width: 90rem;
  text-align: center;
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  padding: 2.2rem 2rem;
  margin: 5rem auto 0;
  border-radius: 3rem;
}

/*サービス
-----------------------------*/
.top-service {
  padding-block: 13.5rem;
  background-size: min(70.9rem, 36.9271%);
}
.top-service__title .waa::before {
  width: calc(100% + 10rem);
  height: 5.2rem;
  bottom: calc(-0.7rem + 0.5lh - 0.5em);
}
.top-service__item {
  border-radius: 3rem;
  margin-bottom: 11.5rem;
  box-shadow: 0.9rem 1.2rem var(--color-text);
}
.top-service__item:last-of-type:after {
  content: "";
  width: 20.2rem;
  aspect-ratio: 202/189;
  background: url(../img/index/deco_service.png) no-repeat right top/contain;
  position: absolute;
  top: -6.5rem;
  right: -2.2rem;
  z-index: 1;
  pointer-events: none;
}
.top-service__heading {
  align-items: center;
  min-width: 40rem;
  position: absolute;
  top: -2.4rem;
  left: 2.4rem;
}
.top-service__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
  padding: 4rem;
}
.top-service__image {
  width: 44.5rem;
  flex-shrink: 0;
}
.top-service__image img {
  width: 100%;
  aspect-ratio: 445/265;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
.top-service__list {
  width: 100%;
  padding-top: 4rem;
}
.top-service__list li {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  letter-spacing: var(--letter-spacing-min);
  padding-block: calc((5rem - 1lh) / 2);
  padding-inline: 4rem 0;
  border-radius: 1rem;
  margin-bottom: 0.8rem;
}
.top-service__list li::before {
  width: 1.4rem;
  top: calc((5rem - 1lh) / 2);
  left: 1.6rem;
}
.top-service__list li .min {
  display: inline-block;
  font-size: var(--font-size-base);
  margin-inline-end: -0.5em;
}
.top-service__link {
  height: 4.3rem;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding: 0.6rem 4rem;
  border-radius: 0 0 3rem 3rem;
}

/*対応エリア
-----------------------------*/
.top-area {
  padding-block: 7.8rem 6.9rem;
  box-shadow: 0 2.5rem 0 0 var(--color-text) inset, 0 -2.5rem 0 0 var(--color-text) inset;
}
.top-area::before {
  height: calc(100% - 6.4rem);
}
.top-area__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 52.3rem;
  padding-right: 46.6rem;
  padding-bottom: 1rem;
}
.top-area__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5.2rem !important;
}
.top-area__title::before {
  width: calc(100% + 10rem);
  height: 10.9rem;
  left: 0;
  top: -3.8rem;
}
.top-area__map {
  width: 51.6rem;
  position: absolute;
  top: 0;
  right: -6.4rem;
}
.top-area__text {
  font-size: var(--font-size-lg);
  line-height: 2.22223;
  padding: 2.2rem 2rem;
  border-radius: 2rem;
}
.top-area__text strong {
  font-size: 2.2rem;
  line-height: 1.81819;
}

/*ご相談・お問い合わせ
-----------------------------*/
.top-contact__inner {
  width: 119rem;
  padding: 7.5rem 5.5rem 9.5rem;
  border-radius: 3rem;
  outline-offset: calc(-1rem + 1px);
}
.top-contact__inner::after {
  width: calc(100% - 7.2rem);
  height: 14.6rem;
  top: -2.5rem;
}
.top-contact__title {
  margin-bottom: 3.7rem;
}
.top-contact__title img {
  height: 8rem;
}
.top-contact__box {
  width: 90rem;
  padding: 0 5rem 4rem;
  margin-inline: auto;
}
.top-contact__box::before {
  height: calc(100% - 3.2rem);
  border-radius: 3rem;
}
.top-contact__heading {
  width: 64rem;
  font-size: 2.6rem;
  padding: calc((6rem - 1em) / 2) 3rem;
  margin: 0 auto 3rem;
  border-radius: 100vh;
}
.top-contact__heading > span {
  letter-spacing: var(--letter-spacing-mid);
  margin-inline-end: calc(var(--letter-spacing-mid) * -1);
}
.top-contact__body {
  text-align: center;
  line-height: 1.75;
}
.top-contact__body .memo {
  line-height: 1.86667;
}
.top-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4.2rem;
}
.top-contact__btn {
  width: 33.6rem;
  font-size: 2rem;
}
.top-contact__tel {
  row-gap: 1.6rem;
}
.top-contact__tel .com-tel__num {
  font-size: 4.2rem;
}
.top-contact__tel .com-times {
  font-size: 1.5rem;
  line-height: 1.73334;
}
.top-contact__tel .com-times dd {
  margin-right: 1rem;
}
.top-contact__tel .com-times dd:last-of-type {
  margin-right: 0;
}

/*お知らせ/ブログ
-----------------------------*/
.top-news {
  padding-block: 12rem 11rem;
}
.top-news__title {
  min-height: 5.4rem;
  font-size: 4.4rem !important;
  margin-bottom: 4.8rem !important;
}
.top-news__title > span {
  line-height: calc(1em + 1rem) !important;
}
.top-news__list::before {
  width: 22.8rem;
  height: 16.9rem;
  left: 1rem;
  bottom: 100%;
}
.top-news__btn {
  width: 20rem;
  height: 5.4rem;
  font-size: var(--font-size-lg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

/*事業者概要
-----------------------------*/
.top-info {
  background-size: clamp(582px, 45.46875vw, 873px);
}
.top-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 7.5rem 6rem;
}
.top-info__inner::after {
  width: calc(100% - 4rem);
  height: 17.4rem;
  top: -15.4rem;
}
.top-info__table {
  width: 55rem;
}
.top-info__table tr th {
  width: 27.2728%;
}
.top-info__image {
  width: 47rem;
  flex-shrink: 0;
}
.top-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.top-info__box {
  width: 100%;
}
.top-info__heading {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.top-info__map {
  height: 45rem;
}
.top-info__map iframe {
  border-radius: 2rem;
}

/*===============================================
  フロアメンテナンス
===============================================*/
/*豊富クリーンのフロアメンテナンス
-----------------------------*/
.floorcare-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.floorcare-about__inner::after {
  width: calc(100% + 2rem);
  height: 20.5rem;
  top: -13rem;
}
.floorcare-about__image {
  width: 52.5rem;
  flex-shrink: 0;
}
.floorcare-about__image img {
  border-radius: 2rem;
}
.floorcare-about__text {
  width: 100%;
  align-self: center;
}
.floorcare-about__box {
  padding: 0 3.5rem 3.5rem;
  margin-top: 6.4rem;
}
.floorcare-about__box::before {
  height: calc(100% - 3.6rem);
  border-radius: 3rem;
}
.floorcare-about__heading {
  margin-bottom: 3.5rem;
}

/*対応建物
-----------------------------*/
.floorcare-coverage__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 4.4rem;
}
.floorcare-coverage__item {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  letter-spacing: var(--letter-spacing-min);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: calc((5rem - 1lh) / 2) 1.7rem;
  border-radius: 1rem;
}
.floorcare-coverage__item::before {
  width: 1.4rem;
}

/*対応素材
-----------------------------*/
.floorcare-material__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 4.4rem;
  margin-top: 2.5rem;
}
.floorcare-material__item {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  letter-spacing: var(--letter-spacing-min);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: calc((5rem - 1lh) / 2) 1.7rem;
  border-radius: 1rem;
}
.floorcare-material__item::before {
  width: 1.4rem;
}

/*===============================================
  エアコンメンテナンス
===============================================*/
/*豊富クリーンのエアコンメンテナンス
-----------------------------*/
.aircon-about__inner {
  min-height: 36.5rem;
  padding-right: 56rem;
  position: relative;
}
.aircon-about__inner::after {
  width: calc(100% + 12rem);
  height: 18.4rem;
  top: -6.2rem;
}
.aircon-about__image {
  width: 52.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.aircon-about__image img {
  width: 100%;
  aspect-ratio: 525/365;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

/*高圧洗浄
-----------------------------*/
.aircon-pressure__inner {
  min-height: 37.4rem;
  padding-right: 56rem;
  position: relative;
}
.aircon-pressure__image {
  width: 52.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.aircon-pressure__image img {
  width: 100%;
  aspect-ratio: 525/374;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.aircon-pressure__text.com-text--box {
  padding: 2.2rem 3rem;
  border-radius: 2rem;
  margin-top: 5rem;
}

/*その他サービス
-----------------------------*/
.aircon-other__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.aircon-other__item {
  width: 100%;
  padding: 3rem 3.4rem;
  border-radius: 2rem;
}
.aircon-other__title {
  margin-bottom: 3.5rem;
}

/*料金
-----------------------------*/
.aircon-price__box {
  margin-bottom: 5rem;
  border-radius: 2rem;
}
.aircon-price__heading {
  padding: calc((5.5rem - 1em) / 2) 2.5rem;
  border-radius: 2rem 2rem 0 0;
}
.aircon-price__list {
  padding: 2rem 2.5rem;
}
.aircon-price__item {
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
.aircon-price__item .fee {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.aircon-price__item .fee dd {
  min-width: 15rem;
}

/*===============================================
  その他サービス
===============================================*/
/*共通セクション
-----------------------------*/
.service-sec__inner {
  min-height: 37.4rem;
  padding-right: 56rem;
  position: relative;
}
.service-sec:first-of-type .service-sec__inner::after {
  width: calc(100% + 8.2rem);
  height: 14.3rem;
  top: -6.4rem;
}
.service-sec__image {
  width: 52.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.service-sec__image img {
  width: 100%;
  aspect-ratio: 525/374;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.service-sec__price {
  font-size: var(--font-size-h6);
  line-height: 1.25;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  padding: calc((7rem - 1lh) / 2) 3rem;
  margin-top: 2.5rem;
  border-radius: 3rem;
}
.service-sec__price dt {
  width: 8rem;
  font-size: var(--font-size-h5);
  line-height: 1.04167;
}

/*===============================================
  施工事例
===============================================*/
/*施工事例 一覧
-----------------------------*/
.works-list__tags + * {
  margin-top: 4rem;
}
.works-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 4.8rem;
}
.works-list__item {
  margin-right: 0.8rem;
}
.works-list__label {
  min-width: 8.8rem;
  font-size: 1.5rem;
  line-height: 1.33334;
  padding: 0.4rem 1em 0.2rem;
  margin-inline: 3rem;
  border-radius: 1.2rem 1.2rem 0 0;
}
.works-list__wrap {
  border-radius: 3rem;
  box-shadow: 0.8rem 1rem var(--color-text);
}
.works-list__inner {
  padding: 2rem 2rem 2.4rem;
}
.works-list__thumb img {
  width: 100%;
  aspect-ratio: 1.4432989691;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list__thumb {
  margin-bottom: 2rem;
}
.works-list__thumb img {
  border-radius: 2rem;
}
.works-list__heading {
  font-size: 2.2rem;
}
.works-list__heading > span {
  line-height: 1.27273;
}
.works-list__txt {
  height: 4.3rem;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding: 1.2rem 2rem;
}

/*施工事例 詳細
-----------------------------*/
.works-detail__tags {
  margin-bottom: 2rem;
}
.works-detail__tag {
  min-width: 8.8rem;
  font-size: 1.5rem;
  line-height: 1.33334;
  padding: 0.4rem 1em 0.2rem;
  border-radius: 1.2rem;
}
.works-detail__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.works-detail__images {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding-inline: 0.05rem;
  margin-bottom: 4rem;
}
.works-detail__image img {
  width: 100%;
  aspect-ratio: 1.4353448276;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-detail__image img {
  border-radius: 2rem;
}
.works-detail__body {
  line-height: calc(1em + 1rem);
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__tags + * {
  margin-top: 4rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

/*タグリスト
-----------------------------*/
.com-tag__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 6rem;
}
.com-tag__item .com-btn {
  min-height: 5.4rem;
  font-size: 1.8rem;
  padding: 1.5rem 3rem;
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: calc(4rem / var(--font-size-base));
  padding-block: 2rem;
  vertical-align: top;
}
.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));
  padding-block: 2rem;
}
.contact-form__table tr td .upload-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
.contact-form__table tr td .upload-item {
  width: calc((100% - 4rem) / 3);
}
.contact-form__table tr td .upload-item .thumb {
  width: 100%;
}
.contact-form__table tr td .upload-item .ancion-btn-wrap {
  padding-top: 1.2rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem;
  border-radius: 2rem;
}
.privacy-policy__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

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

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