@charset "UTF-8";

/* PCでは非表示 */
.pc_no{display: none;}


.content{
    width: min(90% ,1200px);
    margin-left: auto;
    margin-right: auto;
}

.w768 {width: min(90vw ,768px);}

/*◎768px以下*/
@media screen and (max-width: 768px) {
}

/*◎768px以上*/
@media screen and (min-width: 768px) {
}



/* -------------------------- */
/* --------flexbox 共通-------- */
/* -------------------------- */

/*自動隙間　横並び　行替え　左寄せ*/
.flex {
    display: -moz-box; /* Fx用 */
    display: -webkit-box; /* Safari、スマホ用 */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /*折り返しても*/
    gap: 1rem;
}

.flexJC {justify-content: space-between;}
.flexC {justify-content: center;}
/* -------------------------------------------------------- */
/* -----header--------------------------------------------- */
/* -------------------------------------------------------- */
/* メインナビ */
.l-header__inner{
    background-color: rgb(255 255 255 / 0.8);
    width: min(90% ,1200px);
    margin: 1rem auto;
    padding: 1rem 0;
    border-radius: 60px;
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: grid;
    gap: 1rem;
    grid-template-columns: 260px 1fr 66px;
}
.l-header__logo{margin-left: 2rem;}
.l-header__nav{

}
.l-header__nav__group{
    display: flex;
    gap: 1.5rem;
    margin: 1.2rem 1rem 1rem 3rem;
    flex-wrap: wrap;
    line-height: 0.5rem;
}
.l-header__nav__group li a{
    color: var(--main-d);
    font-size: var(--font-s);
    font-weight:var(--font-b);
    display: grid;
    align-items: center;
    justify-content: center;
}
.l-header__nav__group li a:hover{color: var(--red);}

/* -------------------------------------------------------- */
/* お問い合わせ */
.contact_btn{
    position: absolute;
    right: 1rem;
    top: 0.35rem;
    display: block;
    width: 66px;
    height: 66px;
    background-color:var(--red);
    border-radius: 33px;
    border: none;
    transition: 0.3s ease;
    }
.contact_btn:hover{
    background-color:var(--main-d);
    transform: scale(1.1,1.1);
}
.contact_btn a{
    display: block;
    color: var(--white);
    font-size:0.7rem;
}
.contact_btn img{width: 22px;}

/* -------------------------------------------------------- */
/* 無料見積・無料相談 */
.fixed_btn{
    position: fixed;
    top: 6rem;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border: none;
    border-radius: 10px 0 0 10px;
    z-index: 9999;
}
.fixed_btn a{
    display: block;
    padding: 1.2rem 1rem;
    background-color: var(--yellow);
    border-radius: 10px 0 0 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
    transition: 0.3s ease;
}
.fixed_btn a:hover{
    color:var(--white);
    background-color: var(--main-d);
}
/* -------------------------------------------------------- */
/* ---top-main--------------------------------------------- */
/* -------------------------------------------------------- */
/* content__top */
#content__top{
    background: url("../img/top/img_top_main.png") no-repeat top left/75vw;
    position: relative;
}
.top_greeting{
    text-align: center;
    padding: 33% 0 5rem 0;
}
.top_greeting h3{
    font-size: var(--font-l);
    color: var(--main-d);
    font-weight:var(--font-b);
    letter-spacing: 0.4rem;
}
.top_greeting img{width: 10vw; margin: 1rem auto;}
.top_greeting p{
    font-weight: var(--font-b);
    z-index: 10;
    letter-spacing: 0.2rem;
    line-height: 2rem;
}
.top__img_bubble{
    position: absolute;
    top: 20%;
    right: 25%;
    width: 20vw;
}
.top__img_bottom{margin-top: -28%; z-index: 0;}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* content__service */
#content__service{
    background: linear-gradient(rgb(214, 241, 255),rgb(193, 231, 247));
    padding-bottom: 5rem;
}
#content__service h2{
    color: var(--main-c);
    font-size: var(--font-xl);
    text-align: center;
    padding-bottom: 2rem;
}
#content__service h2 span{
    display: block;
    color: var(--gray);
    font-size: var(--font14);
}
/* ------------- */
#content__service .service_item,
#content__service .service_item_s{
    background-color: var(--white);
    border-radius:var(--r1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    margin-top: 2rem;
}
/* エアコンクリーニング */
.service01{background: url("../img/top/img_service_item_aircon.jpg") no-repeat top left/50vw 100%;}
.txt_r{display: block;margin-left: 50vw;}
/* 事務所日常清掃 */
.service02{display: block; background: url("../img/top/img_service_item_contract.jpg") no-repeat top right/58vw 100%;}
.txt_l{display: block;}
/*◎1600px以上*/
@media screen and (min-width: 1600px) {
    .service01{background: url("../img/top/img_service_item_aircon.jpg") no-repeat top left/40vw 100%;}
    .txt_r{margin-left: 42vw;}
    .service02{display: block; background: url("../img/top/img_service_item_contract.jpg") no-repeat top right/45vw 100%;}
}


.service_item .r_l{border-radius: var(--r1) 0 0 var(--r1);}
.service_item .r_r{border-radius: 0 var(--r1) var(--r1) 0;}

.service_item .txt{padding: 3rem;}
.service_item_s .txt{padding: 1.5rem;}

.service_item .txt h4,
.service_item_s .txt h4{
    color: var(--main-c);
    font-size: var(--font-l);
    letter-spacing: 0.1rem;
}
.service_item .txt p,
.service_item_s .txt p{font-weight: var(--font-b);}
.service_item .txt p{margin: 1rem 0 3rem 0;}
.service_item_s .txt p{margin: 1rem 0 1.5rem 0;}
.service_three_item{
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.service_three_item img{border-radius: var(--r1) var(--r1) 0 0;}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* content__news */
#content__news{
    background-color: var(--main-c);
    padding: 4rem 0;
}
.news__wrap{
    display: grid;
    gap: 1rem;
    grid-template-columns: 20vw 1fr;
    background-color: var(--white);
    border-radius: var(--r1);
    padding: 3rem;
}
.box_l button{margin-top: 1rem;}
#content__news .cp_arrows{

}
#content__news h2{
    color: var(--main-c);
    font-size: var(--font-xl);
}
#content__news h2 span{
    display: block;
    color: var(--gray);
    font-size: var(--font14);
}
/* -------------------------------------------------------- */
/* 内部リンクボタン */
.cp_arrows a{
  display: block;
  color: var(--main-c);
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
.cp_arrows{
    border: none;
    background-color: var(--main-el);
    color: var(--main-c);

    border-radius: 30px;
    transition: 0.1s ease;
}


.cp_arrows:hover{letter-spacing: 0.3rem;}

  .cp_arrows span{
    display: inline-block;
    background:var(--white);
    border-radius: 100%;
    width: 28px;
    height: 28px;
    margin-left: 4rem;
  }
/*◎751〜1000の間の幅*/
@media screen and (min-width: 751px) and (max-width: 1000px){
      .cp_arrows span{margin-left: 1rem;}
}


  /*矢印の縦線*/
  .cp_arrows [class*='cp_arrow']{
    position: relative;
    left: -6px;
    top: 5px;
    display: inline-block;
    width: 2px;
    height: 18px;
    background:var(--main-c);
    border-radius: 2px;
    margin: 0 20px;
  }

  /*矢印の＜の部分*/
  .cp_arrows [class*='cp_arrow']:before,
  .cp_arrows [class*='cp_arrow']:after{
    position: absolute;
    content: '';
    top: -1.5px;
    width: 2px;
    height: 10px;
    background:var(--main-c);
    border-radius: 2px;
  }

  .cp_arrows [class*='cp_arrow']:before{left: 3px; transform: rotate(-45deg);}
  .cp_arrows [class*='cp_arrow']:after{right: 3px; transform: rotate(45deg);}
  .cp_arrows .cp_arrow_right{transform: rotate(90deg);}





/* -------------------------------------------------------- */
/* ----下層ページ共通----------------------------------------- */
/* -------------------------------------------------------- */

/*下層ページTOP背景*/
.content__internal_top,
.content__tertiary_top{
    background: linear-gradient(rgb(193, 231, 247),rgb(214, 241, 255));
    position: relative;
    padding-bottom: 2rem;
}
.content__internal_top h2,
.content__tertiary_top h2{
  padding: 10rem 0 1rem 2rem;
  font-size: var(--font-xll);
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.page_top_img{
  width: 70vw;
  max-width:840px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.sub_nav{
    display: flex;
    margin-left: 3rem;
}
.sub_nav li a{
    color: var(--main-d);
    font-weight: 500;
}
.sub_nav li a:hover{color: var(--red);}
.sub_nav li{
    list-style: '> ';
    color: var(--main-d);
    margin-right: 1.5rem;
    line-height: 1.5rem;
    font-size: var(--font12);
}
 /* ----------------------------------------- */
.intro{
  display: grid;
  grid-template-columns: 15vw 1fr;
  gap: 1rem;
  font-weight: bold;
  margin: 1rem auto;
}
.circle{
  display: block;
  color: var(--white);
  background-color: var(--red);
  text-align: center;
  border-radius: 50%;
  padding: 1.5rem 0 2rem 0;
  }
  .txt_intro{margin-top: 1rem;}
  .circle span,
  .txt_intro span{
    display: block;
    font-size: var(--font-sl);
  }
  .txt_intro span{
    letter-spacing: 0.2rem;
    line-height: 3rem;
}

 /* ----------------------------------------- */
 /* 本文  */
.txt{text-align: justify;}

 /*タイトル見出し*/
 #content__sub_top h3,
 .wrap__clean h3,
 .wrap__features h3, .wrap__qa h3,
 .content__sub_other h3{
    color: var(--gray);
    text-align: center;
    line-height: 3.5rem;
}
#content__sub_top h3 span,
.wrap__clean h3 span,
.wrap__features h3 span, .wrap__qa h3 span,
.content__sub_other h3 span{
    color: var(--main-c);
    font-size: var(--font-xl);
    display: block;
}
 /*タイトル見出し下テキスト*/
 .txt_title{
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 2rem;
    margin-top: 1rem;
    font-size: var(--font-sm);
}
  /* 強調 */
.txt_title em{
  font-size: var(--font-l);
  font-style: normal;
  color: var(--red);
  font-weight: 700;
}
.txt_title b{font-size: var(--font-m);}
.box__heading{
    margin-top: -15rem;
    z-index: 10;
}
/* ----------------------------------------- */
/* 背景動く文字 */
#content__sub_top,
#content__sub_wax{
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(214, 241, 255),rgb(193, 231, 247));
    z-index: -10;
  }
  .loop_wrap {
      display: flex;
      width: 100%;
      overflow: hidden;
    }

  .loop_wrap div {
      flex: 0 0 auto;
      white-space: nowrap;
      font-size: 380px;
      overflow: hidden;
      color: rgb(255,255,255,0.15);
      font-family:"Roboto Condensed";
      font-weight: 600;
      margin-top: -6rem;
      z-index: -5;
    }


  .loop_wrap div:nth-child(odd) {animation: loop 80s -40s linear infinite;}
  .loop_wrap div:nth-child(even) {animation: loop2 80s linear infinite;}

  @keyframes loop {
      0% {transform: translateX(100%);}
      to {transform: translateX(-100%);}
    }

  @keyframes loop2 {
      0% {transform: translateX(0);}
      to {transform: translateX(-200%);}
    }
 /* ----------------------------------------- */

 /* 画像横並び */
.box__sub_top{
    display: flex;
    flex-wrap : wrap;
    justify-content:space-between;
    gap: 1rem;
    margin: 5rem auto;
}
.box__sub_top .item{width: 340px;}
 /*◎751〜1200の間の幅*/
@media screen and (min-width: 751px) and (max-width: 1200px){
.box__sub_top{
    justify-content:center;
    gap: 5rem;
}
}
 /* 見出し */
.box__sub_top h5{
    color: var(--main-c);
    text-align: center;
    font-size: var(--font-sl);
    margin: 2rem auto 1rem auto;
  }
/* ----------------------------------------- */
 /* お知らせ 横並び */
.wrap_comment{display:flex; gap: 1rem;}

 /* 注釈 */
.asterisk{font-size: var(--font12);}



/* -----下層ページ共通--------------------- */
/* お問い合わせこちらボタン */
.bt_ctc{
  width:100%;
  margin:0 auto;
  padding-bottom: 5rem;
  text-align: center
}
.bg_blue{background-color: rgb(193, 231, 247);}/* 背景色 */

.ctc_arrows a{
  display: block;
  color: var(--white);
  margin:0 auto;
}
.ctc_arrows{
    border: none;
    background-color: var(--red);
    color: var(--main-c);
    padding: 0.5rem 0.5rem 0.5rem 5rem;
    margin:0 auto;
    border-radius: 30px;
    transition: 0.3s ease;
    letter-spacing: 0.08rem;
}

.ctc_arrows:hover {
  transform: scale(1.1,1.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}


  .ctc_arrows span{
    display: inline-block;
    background:var(--white);
    border-radius: 100%;
    width: 28px;
    height: 28px;
    margin-left: 3rem;
  }
  /*矢印の縦線*/
  .ctc_arrows [class*='cp_arrow']{
    position: relative;
    left: -6px;
    top: 5px;
    display: inline-block;
    width: 2px;
    height: 18px;
    background:var(--red);
    border-radius: 2px;
    margin: 0 20px;
  }

  /*矢印の＜の部分*/
  .ctc_arrows [class*='cp_arrow']:before,
  .ctc_arrows [class*='cp_arrow']:after{
    position: absolute;
    content: '';
    top: -1.5px;
    width: 2px;
    height: 10px;
    background:var(--red);
    border-radius: 2px;
  }

  .ctc_arrows [class*='cp_arrow']:before{left: 3px; transform: rotate(-45deg);}
  .ctc_arrows [class*='cp_arrow']:after{right: 3px; transform: rotate(45deg);}
  .ctc_arrows .cp_arrow_right{transform: rotate(90deg);}

/* -----下層ページ共通--------------------- */
/*  見出し　横に線  */
.catch {
  font-weight: 500;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content:space-between;
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 30vw; /* 線の長さ */
}
/*◎1500px以上*/
@media screen and (min-width: 1500px) {
  .catch:before, .catch:after {
    width: 35%; /* 線の長さ */
  }
}
.catch:before {margin-right: 1em;}
.catch:after {margin-left: 1em;}

/* -----下層ページ共通--------------------- */
/* リストマーク ※ */
.note, .note_second{
  text-indent: -1em;
  font-size: var(--font-sm);
}
.note li, .note_second li{
    position: relative;
    padding-left: 15px;
  }
.note li:before, .note_second li:before {content: "※";}


/* -------------------------------------------------------- */
/* -----footer--------------------------------------------- */
/* -------------------------------------------------------- */

.l-footer__inner{padding: 2.5rem 2rem 1.5rem 2rem;}
.l-footer__logo{
    max-width: 368px;
    margin-bottom: 0.5rem;
}
address p{
    font-style: normal;
    font-size:var(--font-s);
}
address .tel{
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
}
.l-footer__wrap{
    border-top: solid 1px var(--gray-el);
    padding: 0.5rem 2rem;
}
.l-footer__wrap ul,
.l-footer__copyright{
 font-size:var(--font12);
}
.l-footer__wrap ul{display: flex;}
.l-footer__wrap ul li{margin-right: 1rem;}

/* -------------------------------------------------------- */
/* トップへ戻る */
.l-page-top{
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 9999;
}
.l-page-top a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background-color:var(--gray);
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
  }
  .l-page-top a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(2px) rotate(315deg);
    box-sizing: border-box;
  }
/* -------------------------------------------------------- */
