@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: 62.5%;
}

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

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

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  /*ヘッダー追従の時はここにmax-width:1920px;,overflow-x:hidden;をかける*/
}

.com-inbox {
  width: 1080px;
}

/*パンくずリスト*/
.breadcrumb {
  padding-block: 2rem;
}
.breadcrumb__list {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}
.breadcrumb__item {
  display: flex;
  line-height: 1;
}
.breadcrumb__item::after {
  content: "＞";
  margin-left: 1em;
  pointer-events: none;
}
.breadcrumb__item:last-child {
  display: block;
  max-width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-blue);
}
.breadcrumb__item:last-child::after {
  display: none;
}

/*==============================
    各種ホバー処理
==============================*/
/*ロゴ*/
.logo a:hover {
  transition: opacity 0.3s;
}
.logo a:hover:hover {
  opacity: 0.5;
}

/*パンくずリスト*/
.breadcrumb__item a {
  transition: all 0.3s;
}
.breadcrumb__item a:hover {
  transition: opacity 0.3s;
}
.breadcrumb__item a:hover:hover {
  opacity: 0.5;
}

/*ナビゲーション*/
.nav-menu__link {
  transition: all 0.3s;
}
.nav-menu__link:hover {
  opacity: 0.5;
}

/*テキストリンク*/
.com-textlink {
  transition: all 0.3s;
}
.com-textlink:hover {
  transition: opacity 0.3s;
}
.com-textlink:hover:hover {
  opacity: 0.5;
}

/*共通ボタン*/
.com-btn {
  transition: all 0.3s;
}
.com-btn::after {
  transition: all 0.3s;
}
.com-btn:hover {
  background-color: var(--color-white);
  color: var(--color-orange);
}
.com-btn:hover::after {
  right: 1.5rem;
  background: url(../img/common/btn_arw_o.png) top left/contain no-repeat;
}

/*下層リンク（TOP）*/
.top-link__item a {
  transition: all 0.3s;
}
.top-link__item a:hover {
  opacity: 0.8;
}
.top-link__item a:hover .top-link__image img {
  width: 110%;
  height: 110%;
}
.top-link__image img {
  transition: all 0.3s;
}
.top-link__title {
  transition: all 0.3s;
}

/*ページネーション*/
.pagenation a:hover {
  opacity: 0.5;
}

/*お問い合わせボタン*/
.mail-btn {
  transition: all 0.3s;
}
.mail-btn::before {
  transition: all 0.3s;
}
.mail-btn:hover {
  background-color: var(--color-white);
  color: var(--color-orange);
}
.mail-btn:hover::before {
  background: url(../img/common/icon_mail_o.png) top left/contain no-repeat;
}

/*LINEボタン*/
.line-btn {
  transition: all 0.3s;
}
.line-btn:hover {
  background-color: var(--color-font);
  color: var(--color-yellow);
}

/*お問い合わせ完了（トップへ戻る）*/
.complete__btn {
  transition: all 0.3s;
}
.complete__btn:hover {
  transition: opacity 0.3s;
}
.complete__btn:hover:hover {
  opacity: 0.5;
}

/*追従ボタン*/
.follow_btn a {
  transition: all 0.3s;
}
.follow_btn a:hover {
  opacity: 0.5;
}

/*フッターナビ*/
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.5;
}
.footer small a:hover {
  opacity: 0.5;
}

/*==============================
    メインビジュアル
==============================*/
.mv__container {
  width: clamp(1000px, 78.13vw, 1500px);
}
.mv__title {
  top: clamp(180px, 14.06vw, 270px);
  right: calc(50% + clamp(42px, 3.28vw, 63px));
}
.mv__title-container {
  padding: clamp(44px, 3.44vw, 66px) clamp(40px, 3.13vw, 60px) clamp(53px, 4.17vw, 80px) clamp(40px, 3.13vw, 60px);
}
.mv__title-container::after {
  width: clamp(138px, 10.78vw, 207px);
  top: clamp(67px, 5.21vw, 100px);
  right: clamp(247px, 19.27vw, 370px);
}
.mv__title small {
  gap: clamp(7px, 0.52vw, 10px);
}
.mv__title small .small {
  font-size: clamp(17px, 1.35vw, 26px);
}
.mv__title small .large {
  font-size: clamp(20px, 1.56vw, 30px);
}
.mv__title small::before, .mv__title small::after {
  width: clamp(21px, 1.67vw, 32px);
}
.mv__title .main {
  font-size: clamp(37px, 2.86vw, 55px);
  margin-bottom: clamp(18px, 1.41vw, 27px);
}
.mv__title .sub {
  font-size: clamp(20px, 1.56vw, 30px);
  padding-inline: clamp(30px, 2.34vw, 45px);
  padding-block: clamp(7px, 0.52vw, 10px);
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  width: clamp(1000px, 78.13vw, 1500px);
}

/*==============================
    ヘッダー
==============================*/
.header {
  padding-block: 3.3rem 2.7rem;
  padding-inline: clamp(140px, 10.94vw, 210px);
}
.header .util__list {
  display: flex;
  gap: 2rem;
}

/*==============================
    ナビゲーション
==============================*/
.nav-menu__list {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  padding-block: 1rem 2.1rem;
  align-items: flex-end;
  gap: 8rem;
}
.nav-menu__list::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;
}
.nav-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.nav-menu__link span {
  line-height: 1;
}

/*==============================
    TOP
==============================*/
/*こんなお悩みありませんか？*/
.top-worry {
  padding-block: 10rem 8rem;
}
.top-worry .com-inbox {
  position: relative;
  z-index: 0;
}
.top-worry .com-title01 {
  margin-bottom: 0;
}
.top-worry__item {
  position: absolute;
  border-radius: 100vh;
  height: 6rem;
}
.top-worry__item > span:not(.inline-block) {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
.top-worry__item > span:not(.inline-block)::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  bottom: -3rem;
  aspect-ratio: 67/60;
  width: 6.7rem;
}
.top-worry__item:first-child {
  background-color: var(--color-lightblue);
  width: 38rem;
  top: 13.3rem;
  left: 7.3rem;
}
.top-worry__item:first-child span:not(.inline-block)::before {
  right: 2.6rem;
  background: url(../img/top/circle_lb_l.png) top left/contain no-repeat;
}
.top-worry__item:nth-child(2) {
  background-color: var(--color-blue);
  width: 52rem;
  top: 15.2rem;
  right: 4rem;
}
.top-worry__item:nth-child(2) span:not(.inline-block)::before {
  left: 3.3rem;
  background: url(../img/top/circle_b_r.png) top left/contain no-repeat;
}
.top-worry__item:nth-child(3) {
  background-color: var(--color-blue);
  width: 52rem;
  top: 26rem;
  left: 0;
}
.top-worry__item:nth-child(3) span:not(.inline-block)::before {
  right: 9.6rem;
  background: url(../img/top/circle_b_l.png) top left/contain no-repeat;
}
.top-worry__item:nth-child(4) {
  background-color: var(--color-lightblue);
  width: 48rem;
  top: 37.8rem;
  left: 2rem;
}
.top-worry__item:nth-child(4) span:not(.inline-block)::before {
  right: 10.6rem;
  background: url(../img/top/circle_lb_l.png) top left/contain no-repeat;
}
.top-worry__item:last-child {
  background-color: var(--color-lightblue);
  width: 55rem;
  top: 30rem;
  right: 0;
}
.top-worry__item:last-child span:not(.inline-block)::before {
  left: 4.3rem;
  background: url(../img/top/circle_lb_r.png) top left/contain no-repeat;
}
.top-worry__image {
  margin-top: 36rem;
  width: 61.2rem;
  margin-inline: auto 15.7rem;
}

/*おそうじ本舗野田中根店にお任せください！*/
.top-answer {
  padding-block: 5rem 13rem;
  /*対応エリア*/
  /*私が対応いたします*/
}
.top-answer .com-inbox::before {
  right: 1.3rem;
  top: 2.2rem;
}
.top-answer .com-inbox::after {
  top: 39rem;
  left: -2.6rem;
}
.top-answer .area__text {
  width: 51rem;
  flex-shrink: 0;
}
.top-answer .area__image {
  margin-right: -9.4rem;
  margin-top: -2rem;
}
.top-answer .greeting__wrap {
  align-items: flex-end;
}
.top-answer .greeting__serif {
  width: 70rem;
}
.top-answer .greeting__serif::before {
  right: 100%;
  bottom: 6rem;
}
.top-answer .greeting__image {
  margin-left: 3rem;
}
.top-answer .greeting__image figcaption {
  width: 27rem;
}

/*エアコンの異変みのがしてませんか？*/
.top-clean {
  padding-block: 14rem 10rem;
}
.top-clean .com-inbox::before {
  top: -4.5rem;
  right: 3rem;
}
.top-clean__image {
  margin-left: -10rem;
}

/*下層リンク*/
.top-link {
  padding-block: 12rem 10rem;
}
.top-link__item a::after {
  bottom: 11.3rem;
  left: 3.9rem;
}

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

/*お問い合わせ*/
.top-contact {
  padding-block: 15.8rem 12.2rem;
}
.top-contact__container {
  width: 90rem;
}
.top-contact__container::before {
  left: -5.1rem;
  bottom: 7.2rem;
}
.top-contact__container::after {
  right: -3.1rem;
  bottom: 6.6rem;
}

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

/*==============================
    当店について
==============================*/
/*信頼と誠実さで、また頼みたくなる存在へ*/
.about-intro {
  padding-block: 0 11.6rem;
}
.about-intro .breadcrumb {
  margin-bottom: 3.1rem;
}
.about-intro .com-inbox::before, .about-intro .com-inbox::after {
  bottom: 3.8rem;
}
.about-intro .com-inbox::before {
  left: 0;
}
.about-intro .com-inbox::after {
  right: 3.3rem;
}

/*選ばれる理由*/
.about-reason {
  padding-block: 10.4rem 10.9rem;
}
.about-reason .com-inbox::before {
  top: -5.8rem;
  right: 20rem;
}
.about-reason__item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-reason__item:nth-child(2)::before {
  right: -3.1rem;
  bottom: -0.4rem;
}
.about-reason__image {
  flex-shrink: 0;
}
.about-reason__title {
  align-items: center;
}

/*ご利用の流れ*/
.about-flow {
  padding-block: 13.1rem 10.5rem;
}
.about-flow__item {
  align-items: flex-start;
  padding: 4rem 8rem;
}
.about-flow__item:last-child {
  padding-bottom: 7.1rem;
}
.about-flow__image {
  width: 14rem;
  flex-shrink: 0;
}

/*==============================
    サービス内容・料金案内
==============================*/
/*サービス内容一覧*/
.service-section {
  padding-block: 0 10.2rem;
}
.service-section .breadcrumb {
  margin-bottom: 6rem;
}
.service-section .com-inbox {
  position: relative;
}
.service-section__image {
  flex-shrink: 0;
  width: 45rem;
}
.service-section dl:first-of-type dt,
.service-section dl:first-of-type dd {
  padding-top: 0;
}
.service-section dl:last-of-type dt,
.service-section dl:last-of-type dd {
  padding-bottom: 0;
  border-bottom: none;
}
.service-section .tag-select {
  position: absolute;
  right: 0;
  top: 11.5rem;
}

/*==============================
    エアコンクリーニング
==============================*/
/*こんなお悩みありませんか？*/
.clean-worry {
  padding-block: 0 13.3rem;
}
.clean-worry .breadcrumb {
  margin-bottom: 10.3rem;
}
.clean-worry__list {
  justify-content: center;
  margin-bottom: 3rem;
}
.clean-worry__item {
  border-radius: 100vh;
  background-color: var(--color-blue);
  line-height: 1;
}
.clean-worry__item:first-child {
  padding: 1.6rem 2.85rem 1.6rem 3.05rem;
}
.clean-worry__item:nth-child(2) {
  padding: 1.6rem 1.95rem 1.6rem 1.05rem;
  letter-spacing: 0;
  margin-left: -1px;
}
.clean-worry__item:nth-child(3) {
  padding: 1.6rem 2.61rem 1.6rem 2.61rem;
}
.clean-worry__item:nth-child(4) {
  padding: 1.6rem 2.65rem 1.6rem 2.65rem;
}
.clean-worry__item:nth-child(5) {
  letter-spacing: 0;
  padding: 1.6rem 1.4rem;
}
.clean-worry__item:nth-child(6) {
  padding: 1.6rem 2.4945rem 1.6rem 2.5945rem;
}
.clean-worry__item:nth-child(7) {
  padding: 1.6rem 2.3165rem;
}
.clean-worry__item:last-child {
  padding: 1.6rem 3.432rem 1.6rem 3.332rem;
}
.clean-worry__image {
  width: 63.4rem;
  margin-inline: 29rem auto;
}

/*内部の汚れ・カビ・ホコリの蓄積が原因です！*/
.clean-answer {
  padding-block: 9.5rem 10.3rem;
}
.clean-answer .com-inbox::before {
  right: 1rem;
  bottom: -0.5rem;
}

/*エアコンクリーニングの手順*/
.clean-flow {
  padding-block: 12.8rem 10rem;
}
.clean-flow__item {
  padding: 5rem 6rem 5rem 7rem;
}
.clean-flow__image {
  flex-shrink: 0;
  width: 26rem;
}

/*実績紹介*/
.clean-achievement {
  padding-block: 13rem 10rem;
}
.clean-achievement .com-inbox {
  position: relative;
  z-index: 0;
}
.clean-achievement .com-btn.achievement-btn {
  position: absolute;
  right: 0;
  top: 0;
}

/*==============================
    実績紹介　一覧
==============================*/
.achievement {
  padding-block: 0 10.3rem;
}
.achievement .breadcrumb {
  margin-bottom: 7.1rem;
}

.com-achievement__item {
  padding: 4rem 8.3rem 5rem 7.7rem;
}
.com-achievement__wrap {
  align-items: flex-end;
}
.com-achievement__wrap::before {
  top: 1.1rem;
  right: calc(50% + 4.2rem);
}
.com-achievement__before {
  aspect-ratio: 390/270;
  flex-shrink: 0;
  width: 39rem;
}
.com-achievement__after {
  aspect-ratio: 490/320;
  flex-shrink: 0;
  width: 49rem;
}

/*==============================
    実績紹介　詳細
==============================*/
.achievement-detail {
  padding-block: 0 10.3rem;
}
.achievement-detail .breadcrumb {
  margin-bottom: 7.1rem;
}
.achievement-detail .com-title01 {
  margin-bottom: 11.7rem;
}
.achievement-detail__box {
  padding: 6rem 8rem 6.5rem 8rem;
}
.achievement-detail__wrap {
  align-items: flex-end;
}
.achievement-detail__wrap::before {
  top: 1.1rem;
  right: calc(50% + 4.2rem);
}
.achievement-detail__before {
  aspect-ratio: 390/270;
  flex-shrink: 0;
  width: 39rem;
}
.achievement-detail__after {
  aspect-ratio: 490/320;
  flex-shrink: 0;
  width: 49rem;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 0 10rem;
}
.news .breadcrumb {
  margin-bottom: 8rem;
}

/*お知らせ共通部分*/
.com-news__item {
  width: 34rem;
}
.com-news__item a:hover {
  transition: opacity 0.3s;
}
.com-news__item a:hover:hover {
  opacity: 0.5;
}

/*タグリスト(PC)
-----------------------------*/
.tag-select {
  text-align: right;
  margin-bottom: 5rem;
}
.tag-select__box::after {
  right: 1.8rem;
}
.tag-select__dropdown {
  line-height: 1;
  background-color: var(--color-white);
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail {
  padding-block: 0 10rem;
}
.news-detail .breadcrumb {
  margin-bottom: 8rem;
}
.news-detail__box {
  padding: 4rem 4rem 6rem 4rem;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 0 10rem;
}
.contact .breadcrumb {
  margin-bottom: 8rem;
}
.contact .com-table {
  margin-bottom: 3rem;
  table-layout: fixed;
}
.contact .com-table th {
  width: 35%;
}
.contact .com-table th:not(.contact .com-table th:has(.required-mark)) {
  padding-right: 6.5rem;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 5rem;
  width: 30rem;
}
.contact .contact-submits-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.contact .contact-submits-wrap .com-btn {
  margin-inline: 0;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 0 10rem;
}
.complete .breadcrumb {
  margin-bottom: 8rem;
}
.complete__box {
  text-align: center;
}
.complete__btn {
  margin-top: 5rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

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

/*==============================
    サイトマップ
==============================*/
.site {
  padding-block: 0 10rem;
}
.site .breadcrumb {
  margin-bottom: 8rem;
}
.site .com-inbox {
  width: 70rem;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 7.5rem;
}
.site__item a {
  padding: 1rem;
}
.site__item a::after {
  width: 1rem;
  transform: rotate(-45deg);
}
.site__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    このページは存在しません
==============================*/
.e404 {
  padding-block: 0 10rem;
}
.e404 .breadcrumb {
  margin-bottom: 8rem;
}
/*==============================
    フッター
==============================*/
.footer__inner {
  width: 1080px;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-block: 7rem;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  gap: 2.5rem 6rem;
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item:has(.current)::before {
  position: absolute;
  content: "";
  right: calc(100% + 0.7rem);
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 16/3;
  width: 1.6rem;
  background-color: #ffcc4d;
}
.footer-nav__item .current {
  color: var(--color-white);
}