@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #48341a;
  --color-white: #ffffff;
  --color-blue: #0098f0;
  --color-lightblue: #59c2ff;
  --color-whiteblue: #cee5f2;
  --color-paleblue: #dceffa;
  --color-yellow: #ffd466;
  --color-orange: #f79e31;
  --color-beige: #faf4e6;
  --color-black: #333333;
  /*カレントカラー*/
  --color-current: #f79e31;
  /*テキストリンクカラー*/
  --color-textlink: #f79e31;
  /*必須ボタンカラー*/
  --color-required: #f79e31;
  /*任意ボタンカラー*/
  --color-optional: #f79e31;
  /*ラジオボタンカラー*/
  --color-radio: #f79e31;
  /*チェックボタンカラー*/
  --color-check: #f79e31;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.04em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #48341a;
  --color-white: #ffffff;
  --color-blue: #0098f0;
  --color-lightblue: #59c2ff;
  --color-whiteblue: #cee5f2;
  --color-paleblue: #dceffa;
  --color-yellow: #ffd466;
  --color-orange: #f79e31;
  --color-beige: #faf4e6;
  --color-black: #333333;
  /*カレントカラー*/
  --color-current: #f79e31;
  /*テキストリンクカラー*/
  --color-textlink: #f79e31;
  /*必須ボタンカラー*/
  --color-required: #f79e31;
  /*任意ボタンカラー*/
  --color-optional: #f79e31;
  /*ラジオボタンカラー*/
  --color-radio: #f79e31;
  /*チェックボタンカラー*/
  --color-check: #f79e31;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.04em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.logo {
  height: 3rem;
}

/*==============================
    ヘッダー
==============================*/
.header {
  height: 10rem;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
}
.header__inner {
  height: 100%;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0;
}
.mv::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(../img/common/nav_pattern.jpg) top left/36px 36px repeat;
}
.mv__container {
  width: 90%;
  aspect-ratio: 7/4;
}
.mv__title {
  position: relative;
  top: unset;
  right: unset;
  display: flex;
  justify-content: center;
}
.mv__title-container {
  width: -moz-fit-content;
  width: fit-content;
  background: none;
}
.mv__title-container::before {
  top: 0;
  left: 0;
  filter: brightness(0.9);
}
.mv__title-container::after {
  width: 20%;
  top: unset;
  bottom: 0;
  left: 0;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  width: 90%;
  aspect-ratio: unset;
  padding-block: 6rem;
  margin-bottom: 3rem;
}
.sv__title {
  font-size: 3rem;
  max-width: 90%;
  line-height: 1.3;
  text-align: center;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 span {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
}

/*==============================
    共通ボタン
==============================*/
.com-btn,
.mail-btn {
  min-height: 60px;
  width: 100%;
  max-width: 300px;
  min-width: 22rem;
}

.line-btn {
  height: 80px;
  gap: 20px;
  width: 100%;
  max-width: 300px;
  min-width: 22rem;
}
.line-btn::before {
  width: 40px;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th {
  width: 30%;
  padding-inline: 1.5rem;
}

/*==============================
    TOP
==============================*/
/*こんなお悩みありませんか？*/
.top-worry::before {
  top: unset;
  bottom: 15rem;
}
.top-worry .com-title01 .worry::before {
  width: 2.7rem;
  left: -1.5rem;
}
.top-worry__list {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.5rem;
}
.top-worry__list::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  bottom: -3rem;
  aspect-ratio: 67/60;
  width: 6.7rem;
  left: 50%;
  transform: translate(-50%);
  background: url(../img/top/circle_lb_r.png) top left/contain no-repeat;
}
.top-worry__item {
  padding: 1.5rem 1rem;
  border-radius: 2rem;
  text-align: center;
}
.top-worry__item:nth-child(odd) {
  background-color: var(--color-lightblue);
}
.top-worry__item:nth-child(even) {
  background-color: var(--color-blue);
}
.top-worry__image {
  margin-top: 5rem;
  width: 90%;
  max-width: 500px;
  margin-inline: auto;
}

/*おそうじ本舗野田中根店にお任せください！*/
.top-answer {
  /*対応エリア*/
  /*私が対応いたします！*/
}
.top-answer .com-inbox::before {
  width: 30%;
  right: 0;
  top: -5rem;
  max-width: 123px;
}
.top-answer .com-inbox::after {
  width: 30%;
  left: -2rem;
  top: -5rem;
  max-width: 123px;
}
.top-answer .com-title01 span {
  font-size: 2.4rem;
}
.top-answer .com-title01 > span {
  gap: 1rem;
}
.top-answer .com-title01::before {
  width: 10rem;
}
.top-answer .com-title01 .L {
  font-size: 3.2rem;
}
.top-answer .com-title01 .M {
  font-size: 2.8rem;
}
.top-answer .com-title01 .S {
  display: inline-block;
  font-size: 2.6rem;
}
.top-answer .area {
  margin-top: 10rem;
}
.top-answer .area__wrap {
  flex-direction: column;
  align-items: center;
}
.top-answer .area__image {
  width: 80%;
  max-width: 400px;
}
.top-answer .area__text::after {
  top: 4.6rem;
}
.top-answer .area__text p strong {
  margin-right: 1rem;
}
.top-answer .area__title {
  font-size: 2.5rem;
}
.top-answer .greeting {
  margin-top: 10rem;
}
.top-answer .greeting__wrap {
  flex-direction: column-reverse;
  align-items: center;
}
.top-answer .greeting__serif {
  padding: 4rem 2rem;
}
.top-answer .greeting__serif::before {
  transform: translateX(-50%) rotate(-90deg);
  top: calc(100% + 1.7rem);
  left: 50%;
  width: 8rem;
}
.top-answer .greeting__title {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.top-answer .greeting__image {
  width: 60%;
  max-width: 250px;
}
.top-answer .greeting__image figcaption {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

/*エアコンの異変みのがしてませんか？*/
.top-clean .com-inbox::before {
  right: 0;
  top: 0;
  width: 20%;
  max-width: 130px;
  z-index: 1;
}
.top-clean .com-title01 {
  align-items: center;
}
.top-clean .com-title01 .anomaly::before {
  width: 10rem;
}
.top-clean__wrap {
  flex-direction: column-reverse;
}
.top-clean__text {
  text-align: center;
}
.top-clean__text strong {
  font-size: 2.2rem;
}
.top-clean__image {
  aspect-ratio: 16/9;
}
.top-clean .com-btn {
  margin-inline: auto;
}

/*下層リンク*/
.top-link__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.top-link__item {
  width: 100%;
}
.top-link__item:first-child a::after {
  width: 15%;
}
.top-link__item:last-child a::after {
  width: 25%;
}
.top-link__item a::before {
  right: -1px;
}
.top-link__item a::after {
  bottom: 9rem;
  left: 2rem;
}
.top-link__title {
  font-size: 2.6rem;
  min-height: 5rem;
  margin-top: calc(calc((1em - 1lh) / 2) + 2rem);
  margin-bottom: calc((1em - 1lh) / 2);
}

/*お知らせ*/
.top-news {
  padding-block: 10rem;
}

/*お問い合わせ*/
.top-contact__container {
  padding: 4rem 2rem;
}
.top-contact__container::before {
  z-index: 1;
  bottom: calc(100% - 3rem);
  left: -2rem;
  width: 25%;
  max-width: 128px;
}
.top-contact__container::after {
  z-index: 1;
  bottom: calc(100% - 3rem);
  right: -2rem;
  width: 25%;
  max-width: 128px;
}
.top-contact__container p {
  font-size: 2.2rem;
}
.top-contact__container p::before, .top-contact__container p::after {
  display: none;
}
.top-contact__list {
  flex-wrap: wrap;
  justify-content: center;
}
.top-contact__title {
  top: -3.7rem;
}
.top-contact__title > span::before {
  width: 5.4rem;
  right: -3.8rem;
  bottom: -1rem;
}
.top-contact__title > span::after {
  width: 5.4rem;
  left: -3.8rem;
  bottom: -1rem;
}
.top-contact__title > span span {
  padding: 1rem 2rem;
  font-size: 2.8rem;
  white-space: nowrap;
}

/*店舗概要*/
.top-info {
  padding-block: 9rem 10rem;
}

/*==============================
    当店について
==============================*/
/*信頼と誠実さで、また頼みたくなる存在へ*/
.about-intro .com-inbox::before {
  width: 25%;
  top: -8rem;
  left: 0;
  max-width: 110px;
}
.about-intro .com-inbox::after {
  width: 20%;
  top: -4rem;
  right: 0;
  max-width: 85px;
}

/*選ばれる理由*/
.about-reason .com-inbox::before {
  width: 30%;
  top: -8rem;
  right: 0;
}
.about-reason__item {
  flex-direction: column;
}
.about-reason__item:nth-child(2)::before {
  top: -2rem;
  right: -1rem;
  width: 30%;
  max-width: 100px;
}
.about-reason__title {
  font-size: 2.4rem;
  line-height: 1;
  align-items: center;
}
.about-reason__title::before {
  font-size: 2.7rem;
  width: 4.5rem;
  padding-bottom: 0.2rem;
}

/*ご利用の流れ*/
.about-flow__list {
  flex-direction: column;
}
.about-flow__item {
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}
.about-flow__item .sns__list {
  justify-content: center;
  flex-wrap: wrap;
}
.about-flow__item .line-btn {
  margin-top: 3rem;
  margin-inline: auto;
}
.about-flow__image {
  width: 40%;
  max-width: 120px;
}
.about-flow__title {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.about-flow__text {
  text-align: center;
}

/*==============================
    サービス内容・料金案内
==============================*/
/*サービス内容一覧*/
.service-section {
  padding-block: 10rem !important;
}
.service-section__h4 {
  font-size: 2.4rem;
  padding: 1.5rem 1rem 1.7rem 1rem;
}
.service-section__item {
  padding: 6rem 4rem;
}
.service-section__wrap {
  flex-direction: column;
  align-items: center;
}
.service-section__image {
  width: 100%;
  aspect-ratio: 16/9;
}
.service-section dl {
  flex-direction: column;
}
.service-section dl:last-of-type dd {
  border-bottom: none;
}
.service-section dl dt,
.service-section dl dd {
  padding-inline: 0;
}
.service-section dl dt {
  width: 100%;
  border-bottom: none;
}
.service-section dl dd {
  padding-top: 0;
}

/*==============================
    エアコンクリーニング
==============================*/
/*こんなお悩みありませんか？*/
.clean-worry::after {
  top: unset;
  bottom: 15rem;
}
.clean-worry__list {
  background-color: var(--color-blue);
  padding: 4rem 2rem 7rem 2rem;
  border-radius: 2rem;
  flex-direction: column;
  gap: 0;
}
.clean-worry__item {
  padding: 1.5rem 1rem;
  width: 100%;
  text-align: center;
  border-bottom: 2px dashed var(--color-white);
}
.clean-worry__image {
  margin-top: -5rem;
  width: 90%;
  max-width: 500px;
  margin-inline: auto;
}

/*内部の汚れ・カビ・ホコリの蓄積が原因です！*/
.clean-answer .com-inbox::before {
  right: -1rem;
  bottom: -10rem;
  width: 30%;
  max-width: 175px;
}
.clean-answer .com-title01 span {
  font-size: 3rem;
}
.clean-answer .com-title01 strong {
  letter-spacing: 0;
}
.clean-answer__title::before, .clean-answer__title::after {
  width: 5rem;
  flex-shrink: 0;
}
.clean-answer__title span {
  font-size: 2.4rem;
}
.clean-answer__title > span {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.clean-answer__title .blue {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
}
.clean-answer__title .L {
  font-size: 3.2rem;
  margin-right: 0;
}
.clean-answer__title .M {
  font-size: 2.8rem;
}
.clean-answer__title .S {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1;
}

/*エアコンクリーニングの手順*/
.clean-flow .com-title01 span {
  font-size: 3rem;
}
.clean-flow__item {
  padding: 2rem 2rem 5rem 2rem;
  flex-direction: column;
}
.clean-flow__image {
  aspect-ratio: 16/9;
}
.clean-flow__title {
  font-size: 2.4rem;
  line-height: 1;
  align-items: center;
}
.clean-flow__title::before {
  font-size: 2.7rem;
  width: 4.5rem;
  padding-bottom: 0.2rem;
}

/*実績紹介*/
.clean-achievement .com-inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clean-achievement .com-btn.achievement-btn {
  margin-bottom: 5rem;
}

/*==============================
    実績紹介　一覧
==============================*/
.com-achievement__item {
  position: relative;
  padding: 4rem 2rem calc(9rem + 60px);
}
.com-achievement__wrap {
  flex-direction: column;
  margin-bottom: 5rem;
}
.com-achievement__wrap::before {
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%) rotate(90deg);
}
.com-achievement__before, .com-achievement__after {
  aspect-ratio: 7/5;
  width: 100%;
  overflow: hidden;
}
.com-achievement__title {
  padding-bottom: 0;
  border-bottom: none;
  gap: 3rem;
  margin-bottom: 3rem;
}
.com-achievement__title span {
  display: block;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #dadada;
  font-size: 2.6rem;
}
.com-achievement__title .com-btn {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
}

/*==============================
    実績紹介　詳細
==============================*/
.achievement-detail__box {
  position: relative;
  padding: 4rem 2rem;
}
.achievement-detail__wrap {
  flex-direction: column;
  margin-bottom: 5rem;
}
.achievement-detail__wrap::before {
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%) rotate(90deg);
}
.achievement-detail__before, .achievement-detail__after {
  aspect-ratio: 7/5;
  width: 100%;
  overflow: hidden;
}
.achievement-detail__title {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #dadada;
  font-size: 2.6rem;
}

/*==============================
    お知らせ一覧
==============================*/
.com-news__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__title {
  font-size: 2.4rem;
}
.news-detail__box {
  padding: 4rem 2rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table tr {
  border-bottom: none;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  width: 100%;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  font-size: 1.6rem;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    追従ボタン
==============================*/
.follow_btn {
  bottom: 3rem;
}

/*==============================
    フッター
==============================*/
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem 3rem 2rem;
}
.footer__box address {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__box .util__list {
  flex-direction: column;
  align-items: center;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  border-top: 1px solid var(--color-white);
}