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

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

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

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

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 6rem;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 6rem;
}
#footer .footer__logo img {
  height: 3.6rem;
  aspect-ratio: 236/36;
  -o-object-fit: contain;
     object-fit: contain;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-weight: 600;
  background: var(--color-border);
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-bg);
  margin-bottom: 1px;
}
.footer-nav__link {
  line-height: 2;
  letter-spacing: var(--letter-spacing-base);
  padding: 1em 4.5vw;
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  font-size: var(--font-size-sm);
}
.footer-nav__sub-item {
  background: var(--color-bg);
}
.footer-nav__sub-link {
  line-height: 2;
  padding: 1em 4.5vw;
}
.footer-nav__link, .footer-nav__sub-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav__link::after, .footer-nav__sub-link::after {
  content: "";
  display: block;
  height: 0.5em;
  aspect-ratio: 5/6;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-text);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 2.5rem;
}
.copy p {
  letter-spacing: 0;
}

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 100lvh;
  min-height: 60rem;
  max-height: 75rem;
  padding-top: 15rem;
}
.visual__catch--main {
  width: 80%;
  filter: drop-shadow(0 0 0.5rem var(--color-text));
}
.visual__catch--main img {
  height: 24rem;
  aspect-ratio: 92/240;
  -o-object-fit: contain;
     object-fit: contain;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 28rem;
  padding-top: 4rem;
}
.visual__catch--sub {
  width: 90%;
  font-size: min(var(--font-size-h2), 6.6667vw);
}
.visual__catch--sub > span {
  line-height: calc(1em + 1.6rem);
}

/*===============================================
  main#container
===============================================*/
#container.top::before {
  background-position: left 12% bottom;
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2rem - 0.5em);
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: 3.6rem;
  font-weight: 600;
}
.com-tel::before {
  font-size: 0.5em;
}
.com-tel span {
  margin-block-start: -0.6rem;
  margin-block-end: -0.2rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 7rem;
  font-size: var(--font-size-h6);
}

.com-link {
  font-size: var(--font-size-h6);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-link::after {
  font-size: 2.4rem;
  background-size: 0.8rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.76471;
}
.com-table tr th,
.com-table tr td {
  padding: 1em;
}
.com-table--noblock tr th {
  width: 8em;
}
.com-table--noblock tr th,
.com-table--noblock tr td {
  padding-inline: 0.5em;
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  padding-top: 0;
}
.com-table--noblock tr:last-of-type {
  border-bottom: none;
}
.com-table--noblock tr:last-of-type th,
.com-table--noblock tr:last-of-type td {
  padding-bottom: 0;
}
.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-inline: 0.5em;
  padding-bottom: 0.5em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-inline: 0.5em;
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}

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

/*ブログ
-----------------------------*/
.com-post__item--image .com-post__link {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-post__item--image .com-post__image {
  width: min(15rem, 33.3334vw);
}
.com-post__item--image .com-post__inner {
  row-gap: 1.6rem;
}
.com-post__item--image .com-post__heading {
  margin-bottom: 0.4rem;
}
.com-post__item--image .com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}
.com-post__link {
  font-size: var(--font-size-sm);
  row-gap: 1.6rem;
  padding: 3rem 1rem;
}
.com-post__heading {
  font-size: var(--font-size-h6);
}
.com-post__tag {
  padding-inline: 0.5em;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  gap: 3rem;
  margin-bottom: 6rem;
}
.com-title01 .en {
  font-size: var(--font-size-h5);
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  border-top: solid 1px var(--color-white);
  padding-top: 4rem;
  margin-top: 4rem;
}

/*施工実績
-----------------------------*/
.com-works__item {
  margin-bottom: 2rem;
}
.com-works__item:last-of-type {
  margin-bottom: 0;
}
.com-works__link {
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
}
.com-works__thumb img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-works__date {
  margin-bottom: 1.5rem;
}
.com-works__heading {
  font-size: var(--font-size-h6);
}
.com-works__heading > span {
  line-height: calc(1em + 1rem);
}
.com-works__btn {
  margin: 4rem auto 0;
}

/*選ばれる3つの理由
-----------------------------*/
.com-reason__inner {
  padding: 5vw 3vw;
}
.com-reason__inner::before {
  width: 94vw;
  border-radius: 0.6rem;
}
.com-reason__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  border-bottom: solid 1px var(--color-border);
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.com-reason__item > * {
  width: 100%;
}
.com-reason__item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.com-reason__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-reason__heading {
  align-items: center;
  text-align: center;
}
.com-reason__btn {
  width: 36rem;
  margin: 5rem auto 0;
}

/*リンクセクション
-----------------------------*/
.com-bnr {
  padding-block: 6rem;
}
.com-bnr__item {
  height: 15rem;
  border-radius: 1.2rem;
  padding: 2rem 4rem;
  margin-bottom: 2rem;
}
.com-bnr__item:last-of-type {
  margin-bottom: 0;
}
.com-bnr__item::after {
  font-size: 3.2rem;
  background-size: 1rem;
  right: 3rem;
}
.com-bnr__title {
  row-gap: 1.5rem;
}

/*===============================================
  トップページ
===============================================*/
/*引き渡しまで、責任を持つ清掃を。
-----------------------------*/
.top-philosophy__title {
  align-items: flex-start;
  text-align: left;
}
.top-philosophy__images {
  display: grid;
  grid-template: auto 32vw/32vw 1fr;
  gap: 1.2rem;
  padding-top: 5rem;
}
.top-philosophy__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-philosophy__image--lt {
  aspect-ratio: 16/9;
  grid-column: span 2;
}
.top-philosophy__image--rt {
  width: calc(100vw - 30rem);
  max-width: 50vw;
  height: 18rem;
  position: absolute;
  top: -5rem;
  right: -5vw;
}
.top-philosophy__image--rt img {
  -o-object-position: left center;
     object-position: left center;
}

/*選ばれる3つの理由
-----------------------------*/
.top-reason {
  padding-bottom: 36rem;
}
.top-reason__title br {
  display: none;
}

/*サービス
-----------------------------*/
.top-service__btn {
  margin: 4rem auto 0;
}
.top-service__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__image {
  margin-bottom: 3rem;
}
.top-service__image img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

/*施工実績
-----------------------------*/
/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding-block: 6rem;
}
.top-bnr:has(+ .top-company) {
  padding-bottom: 0;
}
.top-bnr__item {
  max-width: 45rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1.2rem;
}
.top-bnr__item::after {
  font-size: 3.2rem;
  background-size: 1rem;
  right: 2.4rem;
}
.top-bnr__image {
  width: 10rem;
}
.top-bnr__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
}
.top-bnr__title {
  font-size: var(--font-size-h5);
  row-gap: 1.5rem;
}
.top-bnr__title .en {
  font-size: var(--font-size-h6);
}

/*会社案内
-----------------------------*/
.top-company__map {
  height: 32rem;
  margin-top: 5rem;
}

/*ブログ
-----------------------------*/
.top-blog__btn {
  margin-left: auto;
  margin-top: 3rem;
}

/*===============================================
  フレッシィが選ばれる理由
===============================================*/
/*選ばれる理由
-----------------------------*/
.reason-list__items {
  padding-top: 8rem;
}
.reason-list__item {
  padding-block: 6rem;
}
.reason-list__item::before {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.reason-list__heading {
  word-break: keep-all;
  margin-bottom: 3rem;
}
.reason-list__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-list__image {
  margin-bottom: 3rem;
}
.reason-list__box {
  padding: 3.6rem 2.4rem 3rem;
  border-radius: 1rem;
  margin-top: 6rem;
}
.reason-list__label {
  word-break: keep-all;
  margin-bottom: 3.2rem;
}

/*よくあるご質問
-----------------------------*/
.reason-faq__item {
  margin-bottom: 6rem;
}
.reason-faq__heading {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.reason-faq__heading::before {
  width: 1.5em;
}

/*===============================================
  サービス
===============================================*/
/*提供サービスについて
-----------------------------*/
.service-about__box {
  padding: 4rem 2.4rem 3rem;
  margin-top: 6rem;
  border-radius: 1rem;
}
.service-about__heading {
  margin-bottom: 3rem;
}
.service-about__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-about__image {
  margin-bottom: 3rem;
}

/*選ばれる理由3つの理由
-----------------------------*/
.service-reason {
  background-position: left 8% bottom;
}

/*対応内容
-----------------------------*/
.service-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3rem;
  padding-top: 6rem;
}
.service-list__thumb img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-list__heading {
  margin-top: 1.5rem;
}

/*対応物件
-----------------------------*/
.service-properties__list {
  padding: 3rem 2.4rem;
  border-radius: 1rem;
  margin-top: 5rem;
}
.service-properties__item {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  font-size: var(--font-size-h6);
  padding: 0 1rem 2.5rem;
  margin-bottom: 2.5rem;
}
.service-properties__item::before {
  width: 2.5rem;
  aspect-ratio: 5/4;
}
.service-properties__item > span {
  line-height: calc(1em + 1rem);
}

/*対応エリア
-----------------------------*/
.service-area__title {
  align-items: flex-start;
  text-align: left;
}
.service-area__text {
  -webkit-text-stroke: 1px var(--color-white);
  paint-order: stroke;
}
.service-area__map {
  height: calc(100% + 2rem);
  position: absolute;
  right: 0;
  bottom: -5rem;
  z-index: -2;
  opacity: 0.6;
}
.service-area__map img {
  height: 100%;
}

/*===============================================
  施工実績
===============================================*/
/*施工実績のご紹介
-----------------------------*/
.works-list .com-empty {
  margin-top: 8rem;
}
.works-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  padding-top: 8rem;
}
.works-list__item > * {
  width: 100%;
}
.works-list__heading {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.works-list__images:has(+ *) {
  margin-bottom: 1.6rem;
}
.works-list__images:has(.works-list__image--before) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.2rem;
}
.works-list__images:has(.works-list__image--before) .works-list__image--before {
  width: 50%;
}
.works-list__images:has(.works-list__image--before) .works-list__image--before figcaption {
  width: 8rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.works-list__images:has(.works-list__image--before) .works-list__image--after {
  width: 90%;
  margin-left: auto;
}
.works-list__image figcaption {
  width: 10rem;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
}
.works-list__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list__date {
  font-size: var(--font-size-sm);
}

/*===============================================
  会社案内
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting__heading {
  align-items: center;
  text-align: center;
  word-break: keep-all;
  margin-bottom: 3rem;
}
.company-greeting__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-greeting__image {
  margin-bottom: 3rem;
}

/*会社情報
-----------------------------*/
/*アクセスマップ
-----------------------------*/
.company-map {
  height: 36rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  padding: 0 2rem 2.5rem;
  margin-bottom: 6rem;
}
.blog-archive__tags::before {
  line-height: 2.35295;
  margin-left: -2rem;
  margin-bottom: 1rem;
}
.blog-archive__tags::after {
  height: calc(100% - 4rem);
}

/* ブログ 詳細
-----------------------------*/
.blog-detail__heading {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__items {
  padding: 3rem 2rem;
  row-gap: 1.6rem;
  margin-top: 5rem;
}
.contact-form__info {
  line-height: 1.47059;
}
.contact-form__box {
  padding-top: 8rem;
}
.contact-form__heading {
  margin-bottom: 3rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

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

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

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