@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Jost */
/* M PLUS 1p */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01 {
  padding-top: 40px;
  background: url(/img/all/ttl-deco.png) no-repeat center top/20px;
}

.com-ttl03 {
  padding: 17px 15px;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-mail {
  width: 300px;
  height: 60px;
}

.com-line {
  width: 300px;
  height: 60px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}
.com-tel-svg {
  width: 200px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  sp
    top-free
========================================= */
#top-free .inner {
  padding: 50px 0;
}
#top-free .container {
  padding: 120px 10px 290px;
  border: 3px solid #23adeb;
  border-radius: 15px;
  background: url(/img/top/free-map.png) no-repeat right calc(100% - 20px)/125%, url(/img/all/pt02.png) left top;
}
#top-free .ttl {
  padding: 0 25px;
  background: url(/img/top/free-ttl-l.png) no-repeat left center/15px, url(/img/top/free-ttl-r.png) no-repeat right center/15px;
}
#top-free .ttl-box {
  width: 320px;
  height: 100px;
  top: -3px;
  border-radius: 0 0 30px 30px;
}
#top-free .ttl-box::after {
  width: 38px;
  height: 36px;
  right: 15px;
  top: 65px;
  transform: unset;
}
@media screen and (min-width: 400px) {
  #top-free .txt {
    text-align: center;
  }
}
#top-free .txt::after {
  width: 42px;
  height: 70px;
  left: 220px;
  bottom: unset;
  top: -20px;
}
@media screen and (min-width: 400px) {
  #top-free .txt::after {
    left: unset;
    right: 30px;
  }
}
#top-free .wrap {
  display: block;
}
#top-free .wrap-left {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: url(/img/top/free-pin.png) no-repeat calc(50% - 75px) center, #23adeb;
  border-radius: 10px 10px 0 0;
}
#top-free .wrap-left::after {
  transform: rotate(90deg) translateX(-50%);
  left: 47.5%;
  top: unset;
  bottom: -30px;
}
#top-free .wrap-right {
  width: 100%;
  height: unset;
  padding: 35px 15px 20px 15px;
  border-radius: 0 0 10px 10px;
}
#top-free .note {
  text-align: left;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg01.png) no-repeat left 220px/50vw, url(/img/top/about-bg02.png) no-repeat right calc(100% - 20px)/50vw;
}
#top-about .inner::after {
  width: 156px;
  height: 178px;
  top: 150px;
  right: 5px;
}
#top-about .ttl-main {
  padding-left: 5px;
}
#top-about .ttl-main-deco {
  padding-right: 18px;
}
#top-about .ttl-main-deco::before {
  width: 11px;
  height: 10px;
  left: -13px;
  top: 4px;
}
#top-about .ttl-main-deco::after {
  width: 11px;
  height: 10px;
  right: 5px;
  top: 4px;
}
#top-about .img {
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin-top: 50px;
}
#top-about .img-top {
  border-radius: 15px;
}
#top-about .img-btm {
  position: absolute;
  width: 200px;
  bottom: -30px;
  left: -10px;
}
#top-about .btn {
  display: block;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-bg-top.png) no-repeat center top, url(/img/top/service-bg01.png) no-repeat right 80px/50vw, url(/img/top/service-bg02.png) no-repeat right bottom/50vw, url(/img/top/service-bg03.png) no-repeat left calc(100% - 600px)/70vw, #e7f8ff;
}
#top-service .list-item:nth-of-type(2) .list-img {
  left: unset;
  right: unset;
}
#top-service .list-item:nth-of-type(2) .list-wrap {
  width: 100%;
  height: unset;
  margin-top: 15px;
  padding: 35px 15px;
  border-radius: 15px;
}
#top-service .list-img {
  position: relative;
  width: 100%;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
#top-service .list-img img {
  border-radius: 15px;
}
#top-service .list-img::before {
  width: 93px;
  height: 200px;
  top: -40px;
  right: -30px;
}
#top-service .list-wrap {
  width: 100%;
  height: unset;
  margin-top: 15px;
  padding: 35px 15px;
  border-radius: 15px;
}
#top-service .list-txt {
  text-align: left;
  margin-top: 25px;
}
#top-service .btn {
  width: 280px;
  margin: 30px auto 0;
}
#top-service .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 75px;
  padding: 15px 15px 35px 15px;
  border-radius: 15px;
}
#top-service .wrap-img {
  margin-top: 0;
  border-radius: 15px;
}
#top-service .wrap-ttl {
  text-align: center;
  margin-top: 15px;
}
#top-service .wrap-ttl::before {
  transform: translateX(-50%);
  left: 50%;
}
#top-service .wrap-txt {
  margin-top: 30px;
}
#top-service .wrap-btn {
  display: block;
  width: 280px;
  margin: 30px auto 0;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .inner {
  padding: 50px 15px;
}
#top-banner .container {
  flex-wrap: wrap;
}
#top-banner .link {
  width: 100%;
  height: 250px;
  outline: 5px solid #fff;
  outline-offset: -5px;
  border-radius: 15px;
}
#top-banner .link-ttl {
  width: 250px;
  padding: 15px 0 15px 15px;
  left: 5px;
  bottom: 5px;
}
#top-banner .link-ttl::after {
  width: 30px;
  height: 30px;
  right: 20px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-bg.png) no-repeat left top/50vw, url(/img/top/news-deco.png) no-repeat calc(100% - 20px) calc(100% - 90px)/30vw;
}
#top-news .bg::before {
  display: none;
}
#top-news .container {
  position: relative;
  display: block;
  padding: 0 0 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .sub-ttl {
  position: unset;
  text-align: center;
}
#top-news .ttl {
  text-align: center;
  padding-top: 20px;
}
#top-news .list {
  display: block;
  max-width: 375px;
  margin: 35px auto 0;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-news .list-link {
  width: 100%;
}
#top-news .list-img {
  height: 91.4vw;
  max-height: 375px;
  min-height: 320px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner {
  padding: 50px 15px 75px;
}
#top-contact .inner::before {
  width: 111px;
  height: 117px;
  left: 5px;
}
#top-contact .inner::after {
  width: 100px;
  height: 121px;
  right: 5px;
}
#top-contact .container {
  padding: 110px 10px 50px;
  background: url(/img/top/contact-box-deco.png) no-repeat center 0px/200%, url(/img/all/pt03.png) left top;
  border-radius: 15px;
}
#top-contact .ttl {
  top: -20px;
}
#top-contact .ttl-sub {
  white-space: nowrap;
}
#top-contact .list {
  gap: 5px;
}
#top-contact .tel {
  margin-top: 30px;
  padding: 30px 0;
}
#top-contact .btn {
  display: block;
}
#top-contact .mail {
  margin: 0 auto;
}
#top-contact .line {
  margin: 25px auto 0;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-concept .bg::after {
  width: 200px;
  height: 225px;
}
#sub-concept .inner::before {
  width: 153px;
  height: 155px;
  left: unset;
  top: 100px;
  right: 10px;
}
#sub-concept .container {
  display: block;
}
#sub-concept .ttl-main {
  font-size: 20px;
}
#sub-concept .txt {
  padding: 35px 0;
  margin-top: 35px;
}
#sub-concept .txt::before {
  width: 150vw;
  transform: translateX(-50%);
  left: 50%;
}

#sub-feature .bg {
  background: url(/img/top/service-bg-top.png) no-repeat center top, url(/img/about/feature-deco01.png) no-repeat right 110px/50vw, url(/img/about/feature-deco02.png) no-repeat left calc(100% - 10px)/60vw, #e7f8ff;
}
#sub-feature .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-feature .list-item:nth-of-type(3) {
  margin-top: 50px;
}
#sub-feature .list-item:nth-of-type(2n) .list-wrap {
  padding: 25px 15px 35px;
}
#sub-feature .list-img {
  position: unset;
  border-radius: 10px 10px 0 0;
}
#sub-feature .list-wrap {
  width: 100%;
  padding: 25px 15px 35px;
  border-radius: 0 0 10px 10px;
}

#sub-area .container {
  padding: 35px 15px 57vw;
  background: url(/img/about/area-map.png) no-repeat right calc(100% + 10px)/120%, url(/img/all/pt02.png) left top;
  border: 2px solid #23adeb;
  border-radius: 10px;
}
@media screen and (max-width: 350px) {
  #sub-area .container {
    padding: 35px 15px 200px;
  }
}
#sub-area .wrap {
  width: 100%;
  margin-top: 30px;
  padding: 25px 15px 20px;
}
#sub-area .ttl {
  text-align: center;
}
#sub-area .note {
  text-align: left;
}

#sub-company .inner::after {
  width: 115px;
  height: 95px;
  top: 175px;
  right: 0;
}
@media screen and (min-width: 409px) {
  #sub-company .inner::after {
    top: 130px;
  }
}
#sub-company .table {
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-air
========================================= */
#sub-air .bg,
#sub-cleaning .bg {
  background: url(/img/air/air-bg.png) no-repeat right top/60vw;
}
#sub-air .container,
#sub-cleaning .container {
  padding: 50px 15px;
  border: 3px solid #23adeb;
  border-radius: 10px;
}
#sub-air .ttl,
#sub-cleaning .ttl {
  font-size: 21px;
}
#sub-air .ttl-top,
#sub-cleaning .ttl-top {
  font-size: 21px;
  display: block;
  text-align: center;
  margin-bottom: -30px;
  padding: 10px 20px;
  background: unset;
  position: relative;
  z-index: 1;
}
#sub-air .ttl-top::before,
#sub-cleaning .ttl-top::before {
  position: absolute;
  content: "";
}
#sub-air .ttl-top::before,
#sub-cleaning .ttl-top::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #05469a;
  border-radius: 20px;
  z-index: -1;
}
#sub-air .txt,
#sub-cleaning .txt {
  margin-top: 120px;
}
#sub-air .txt::after,
#sub-cleaning .txt::after {
  width: 119px;
  height: 123px;
  top: -110px;
  transform: translateX(-50%);
  left: 50%;
}
#sub-air .com-tel,
#sub-cleaning .com-tel {
  padding-bottom: 15px;
}
#sub-air .com-tel-num,
#sub-cleaning .com-tel-num {
  padding-left: 25px;
  background: url(/img/all/tel-ico.png) no-repeat left 2px/16px;
}
#sub-air .wrap,
#sub-cleaning .wrap {
  display: block;
  margin-top: 45px;
}
#sub-air .mail,
#sub-cleaning .mail {
  width: 280px;
  margin: 0 auto;
}
#sub-air .line,
#sub-cleaning .line {
  width: 280px;
  margin: 15px auto 0;
}

#sub-air-about .bg,
#sub-cleaning-about .bg {
  background: url(/img/air/about-bg.png) no-repeat left bottom/60vw;
}
#sub-air-about .img,
#sub-cleaning-about .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
  border-radius: 10px;
}
#sub-air-about .wrap,
#sub-cleaning-about .wrap {
  margin-top: 35px;
}
#sub-air-about .wrap-ttl,
#sub-cleaning-about .wrap-ttl {
  border-radius: 22.5px;
}

#sub-service .bg {
  background: url(/img/air/service-bg.png) no-repeat right 50px/60vw, #e7f8ff;
}
#sub-service .img {
  position: unset;
  width: 100%;
  height: 200px;
  min-width: unset;
  min-height: unset;
  margin-top: 25px;
  background: url(/img/air/service-img.jpg) no-repeat center top/cover;
  border-radius: 10px;
}
#sub-service .list {
  margin-top: 35px;
}
#sub-service .list-item {
  width: 320px;
  height: 385px;
  margin: 0 auto;
  padding: 25px 15px 15px;
}

#sub-price .bg,
#sub-cleaning-price .bg {
  background: url(/img/air/price-bg01.png) no-repeat 10px 160px/50vw, url(/img/air/price-bg02.png) no-repeat right bottom/50vw;
}
#sub-price .list,
#sub-cleaning-price .list {
  margin-top: 35px;
}
#sub-price .list-item,
#sub-cleaning-price .list-item {
  padding: 25px 15px;
}
#sub-price .list-top,
#sub-cleaning-price .list-top {
  display: block;
}
#sub-price .list-fee,
#sub-cleaning-price .list-fee {
  text-align: right;
}

#sub-flow .bg {
  background: url(/img/top/service-bg-top.png) no-repeat center top, url(/img/about/company-bg01.png) no-repeat right 100px/60vw, #e7f8ff;
}
#sub-flow .inner::before {
  width: 128px;
  height: 75px;
  left: 5px;
  top: 195px;
}
#sub-flow .list {
  display: block;
}
#sub-flow .list-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 20px;
  border-radius: 30px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 25px;
  height: 14px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: -30px;
}
#sub-flow .list-num {
  width: 50px;
  height: 50px;
  line-height: 48px;
}
#sub-flow .list-ttl {
  position: unset;
  transform: unset;
  writing-mode: unset;
}

/* =========================================
    sub  SP
    sub-cleaning
========================================= */
#sub-cleaning .txt::after {
  width: 189px;
  height: 125px;
  top: -115px;
}

#sub-recommend .list {
  display: block;
  gap: 20px 0;
  margin-top: 35px;
  padding: 25px 15px;
}
#sub-recommend .list-item {
  width: 100%;
  padding-left: 30px;
  background: url(/img/cleaning/check-ico.png) no-repeat left 4px/22px;
}
#sub-recommend .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

#sub-cleaning-service .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-cleaning-service .list {
  gap: 50px;
  margin-top: 35px;
}
#sub-cleaning-service .list-txt {
  text-align: left;
  margin-top: 15px;
}

#sub-cleaning-price .bg {
  background: url(/img/top/service-bg-top.png) no-repeat center top, #e7f8ff;
}

#sub-cleaning-flow .bg {
  background: url(/img/air/price-bg02.png) no-repeat right calc(100% - 26px)/50vw;
}
#sub-cleaning-flow .inner::before {
  width: 119px;
  height: 83px;
  left: 10px;
  top: 177px;
}
#sub-cleaning-flow .list {
  display: block;
}
#sub-cleaning-flow .list-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 20px;
  border-radius: 30px;
}
#sub-cleaning-flow .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-cleaning-flow .list-item:nth-of-type(n + 2)::before {
  width: 25px;
  height: 14px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: -30px;
}
#sub-cleaning-flow .list-num {
  width: 50px;
  height: 50px;
  line-height: 48px;
}
#sub-cleaning-flow .list-ttl {
  position: unset;
  transform: unset;
  writing-mode: unset;
}

/* =========================================
    sub  SP
    sub-all-service
========================================= */
#sub-all-service .list-wrap {
  width: 100%;
}
#sub-all-service .list-link {
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 15px;
}
#sub-all-service .list-ttl {
  padding: 10px 20px;
}
#sub-all-service .list-img {
  margin: 0 auto;
}

#sub-service-detail .bg {
  background: url(/img/case/detail-bg.png) no-repeat right bottom/50vw;
}
#sub-service-detail .container {
  border-radius: 10px;
}
#sub-service-detail .wrap {
  padding: 25px 15px 30px;
}
#sub-service-detail .img {
  width: 100%;
  height: 40.8vw;
  min-height: 143px;
  border-radius: 10px;
}
#sub-service-detail .ttl {
  margin-top: 20px;
}
#sub-service-detail .txt {
  margin-top: 25px;
  padding: 20px 15px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-btn-list .container {
  gap: 50px;
}
#sub-btn-list .link {
  width: 320px;
}

#sub-case .list {
  gap: 30px 15px;
  margin-top: 50px;
}
#sub-case .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-case .list-img {
  height: 43.3vw;
  min-height: 152px;
  border-radius: 10px;
}
#sub-case .list-ttl {
  margin-top: 10px;
  padding-bottom: 5px;
}

#sub-case-detail .bg {
  background: url(/img/case/detail-bg.png) no-repeat right bottom/50vw;
}
#sub-case-detail .container {
  padding: 20px 15px 30px;
  border-radius: 10px;
}
#sub-case-detail .wrap {
  flex-wrap: wrap;
  justify-content: end;
  margin-top: 40px;
}
#sub-case-detail .wrap::after {
  width: 100px;
  height: 40px;
  transform: rotate(95deg);
  left: -25px;
  bottom: unset;
  top: 30%;
}
#sub-case-detail .before {
  width: 80%;
  height: 48.8vw;
  min-height: 171px;
}
#sub-case-detail .before-txt {
  width: 60px;
  height: 60px;
  top: -15px;
  left: -10px;
}
#sub-case-detail .before-img {
  border-radius: 10px;
}
#sub-case-detail .after {
  width: 100%;
  height: 57.4vw;
  min-height: 201px;
  margin-top: 50px;
}
#sub-case-detail .after-txt {
  width: 80px;
  height: 80px;
  top: -15px;
  left: -10px;
}
#sub-case-detail .after-img {
  border-radius: 10px;
}
#sub-case-detail .txt {
  margin-top: 35px;
  padding: 20px 15px;
}

#sub-question .list-item {
  padding: 20px 15px;
}
#sub-question .list-top {
  gap: 10px;
}
#sub-question .list-q {
  width: 45px;
}
#sub-question .list-ttl {
  padding-top: 8px;
}
#sub-question .list-btm {
  gap: 10px;
  margin-top: 15px;
  padding: 20px 15px;
}
#sub-question .list-a {
  width: 45px;
}
#sub-question .list-txt {
  padding-top: 7px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .bg {
  background: url(/img/case/detail-bg.png) no-repeat right bottom/50vw;
}
#sub-news .com-ttl03 {
  padding: 5px 15px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}
#sub-news .com-time {
  margin-right: 0;
}
#sub-news .com-tag-list {
  justify-content: end;
  margin-top: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list .tag-list {
  gap: 10px;
  justify-content: center;
}
#tag-btn-list .tag-list-link {
  width: auto;
  min-width: 155px;
  padding: 7px 10px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}