@charset "utf-8";

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  color: #111;
}
.din{font-family: "din-condensed";}

a{color: #222222;text-decoration: none;}
a:visited{color: #222222;}
a:hover{color: #222222;text-decoration: none;}

::selection{
    background: #666666;
    color: #ffffff;
}
/* for Firefox */
::-moz-selection{
    background: #666666;
    color: #ffffff;
}

.cf:after{
  content:"";
  display: table;
  clear:both;
}

.overflow{
  overflow: hidden;
}

.pc-only{
  display: inline-block;  
}

.sp-only{
  display: none;
}

@media screen and (max-width: 780px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: inline-block;
  }
}


/*=============================
             header
=============================*/

.header{
  width: 100%;
  background: url(../assets/images/common/bg-blue.jpg);
  background-size: cover;
}

.header .inr{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.header .hd-box{
  background: #fff;
}

.header .hd-box .inr{
  display: flex;
  padding: 10px 15px;
}

.header .hd-box .logo{
  width: 50%;
}

.header .hd-box .logo img{
  width: 200px;
}

.header .hd-box .tel{
  width: 50%;
  text-align: right;
}

.header .hd-box .tel img{

}

.header .inr .main-image{
  text-align: center;
  padding: 20px 20px 30px;
}

.header .inr .main-image img{
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 780px) {
  .header .inr .main-image{
    padding: 10px 10px 30px;
  }
  .header .hd-box .tel{
    display: none;
  }
}

/*=============================
             link-box
=============================*/


.link-box{
  width: 100%;
  text-align: center;
  padding: 25px 15px 0;
  background: #f1f1de;
}

.link-box .link-list{
  width: 100%;
  max-width: 800px;
  margin: -50px auto 0;
  background: #f1f1de;
  padding: 20px;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
}

.link-box .link-list .link{
  width: 48%;
  margin: 3px 1%;
}

.link-box .link-list .link a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 15px 25px 15px 50px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #0098fb;
    background: linear-gradient(90deg, rgb(22, 135, 237), rgb(7 99 192));
    border-radius: 50px;
    z-index:0;
    overflow: hidden;
}

.link-box .link-list .link a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    line-height: 1;
    position: absolute;
    left: 7px;
    color: #0098fb;
    background: #FFF;
    padding: 10px 9px;
    border-radius: 60px;
    z-index: 2;
}

.link-box .link-list .link a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #0098fb;
    transition: .3s;
    left:0;
}

.link-box .link-list .link a:hover:after{
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 780px) {
  .link-box .link-list .link{
    width: 98%;
    margin: 3px 1%;
  }
  .link-box{
    padding: 25px 0px 0;
  }
  .link-box .link-list{
    border-radius: 25px;
  }
}


/*=============================
            cnt-box
=============================*/

.cnt-box{
  width: 100%;
}

.cnt-box .inr{
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}

.cnt-box .inr .cnt-hx{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.cnt-box .inr .cnt-hx .sub{
  color: #ff2a00;
}

.cnt-box .inr .image{

}

.cnt-box .inr .image img{
  width: 100%;
}


/*=============================
             onayami
=============================*/

.cnt-box.onayami{
  padding: 25px 0 0;
  background: url(../assets/images/common/bg-gray.jpg);
  background-size: cover;
}


.cnt-box.onayami .cnt-hx{
  
}


.cnt-box.onayami .cnt-hx img{
  width: 70%;
  max-width: 400px;
  margin-bottom: 25px;
}

.cnt-box.onayami .image{
  text-align: center;
}

.cnt-box.onayami .image img{
  max-width: 800px;
}

.cnt-box.onayami .image.kaiketsu{
  background: #ff2a00;
}

.cnt-box.onayami .image.kaiketsu img{
  width: 100%;
  max-width: 400px;
  margin-top: -10px;
}
@media screen and (max-width: 780px) {
  .cnt-box.onayami .cnt-hx img{
    margin-bottom: 0;
  }
}
/*=============================
   なぜ0円独立開業できるの？
=============================*/

.cnt-box.naze{

}

.cnt-box.naze .inr{
  max-width: 100%;
  padding: 45px 0 80px;
}

.cnt-box.naze .inr .cnt-hx{

}

.cnt-box.naze .inr .cnt-hx .sub{

}

.cnt-box.naze .inr .text{
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 2;
}

.cnt-box.naze .sub-inr{
  width: 100%;
}

.cnt-box.naze .sub-inr2{
  background: #fffd46;
  width: 100%;
}

.cnt-box.naze .image{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.cnt-box.naze .inr .image img{

}

.cnt-box.naze .inr .hikaku{

}

.cnt-box.naze .inr .hikaku .hikaku-hx{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #589ef4;
}

.cnt-box.naze .inr .hikaku .hikaku-hx:before,
.cnt-box.naze .inr .hikaku .hikaku-hx:after{
  content: '';
  width: 3px;
  height: 40px;
  background-color: #589ef4;
}

.cnt-box.naze .inr .hikaku .hikaku-hx:before{
  margin-right: 30px;
  transform: rotate(-35deg)
}

.cnt-box.naze .inr .hikaku .hikaku-hx:after{
  margin-left: 30px;
  transform: rotate(35deg)
}

.cnt-box.naze .inr .hikaku .table-box{
  width: 100%;
}

.cnt-box.naze .inr .hikaku .table-box table{
  margin: 0 auto 30px;
}

.cnt-box.naze .inr .hikaku .table-box table tr{
  border-bottom: solid 1px white;
}

.cnt-box.naze .inr .hikaku .table-box table tr th{
  width: 25%;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #589ef4;
  border-right: solid 1px white;
}

.cnt-box.naze .inr .hikaku .table-box table tr th.cate{
  position: relative;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 15px 10px;
}

.cnt-box.naze .inr .hikaku .table-box table tr th.cate:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.cnt-box.naze .inr .hikaku .table-box table tr td{
  text-align: center;
  padding: 15px 10px;
  border-right: solid 1px white;
  font-weight: bold;
  border-bottom: solid 1px #cccc;
  border-right: solid 1px #cccc;
}

.cnt-box.naze .inr .hikaku .table-box table tr td .sub{
  font-size: 1.4em;
  margin-right: 0.1em;
}

@media screen and (max-width: 780px) {
  .cnt-box.naze .inr .cnt-hx{
    font-size: 1.6rem;
  }
  .cnt-box.naze .inr .hikaku .table-box{
    overflow-x: scroll;
    padding: 10px 10px 0;
  }
  .cnt-box.naze .inr .hikaku .table-box table{
    width: 450px;
  }
  .cnt-box.naze .inr .hikaku .table-box table tr th{
    padding: 15px 5px;
    font-size: 0.7rem;
    vertical-align: bottom;
  }
  .cnt-box.naze .inr .hikaku .table-box table tr td{
    font-size: 0.7rem;
    vertical-align: bottom;
  }
  .cnt-box.naze .inr .text{
    font-size: 0.7rem;
  }
}


/*=============================
        お掃除.comの強み
=============================*/

.cnt-box.tsuyomi{
  padding: 0 0 30px;
  background: #efefef;
  border-bottom: solid 5px #0078fd;
}

.cnt-box.tsuyomi .inr{

}

.cnt-box.tsuyomi .hx-inr{
/*  background: url(../assets/images/common/bg-blue.jpg);*/
  background: #ff2a00;
  padding: 30px 30px;
  text-align: center;
  margin-bottom: 20px;
}

.cnt-box.tsuyomi .hx-inr .cnt-hx{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #fff458;
  font-size: 1.6rem;
  font-weight: bold;
}

.cnt-box.tsuyomi .hx-inr .cnt-hx:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(45deg, #fff458 0px, #fff458 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
  background-size: 4px 4px;
}

.cnt-box.tsuyomi .inr .point-box-wp{
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

.cnt-box.tsuyomi .inr .point-box-wp .point-box{
  width: 25%;
  padding: 10px;
}

.cnt-box.tsuyomi .inr .point-box-wp .point-box .image{
  margin-bottom: 15px;
}

.cnt-box.tsuyomi .inr .point-box-wp .point-box .image img{

}

.cnt-box.tsuyomi .inr .point-box-wp .point-box .text{
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.cnt-box.tsuyomi .inr .point-box-wp .point-box .text .sub{
  color: #0078fd;
}

.cnt-box.tsuyomi .inr .point-box-wp .point-box .sub-text{
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: left;
}

.cnt-box.tsuyomi .inr .kensyu-wp{
  padding: 10px;
}

.cnt-box.tsuyomi .inr .kensyu-wp .kensyu-hx{
  font-weight: bold;
  font-size: 1.6rem;
  border: solid 3px #fff;
  padding: 10px 25px;
  margin-bottom: 10px;
  display: inline-block;
  background: #0081d6;
  color: #fff;
}

.cnt-box.tsuyomi .inr .kensyu-wp .kensyu-hx .sub{
  color: #fff458;
}

.cnt-box.tsuyomi .inr .kensyu-wp .kensyu-text{
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.cnt-box.tsuyomi .inr .kensyu-wp .kensyu-box{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}

.cnt-box.tsuyomi .inr .kensyu-wp .kensyu-box li{
  width: 25%;
  padding: 5px;
}

.cnt-box.tsuyomi .inr .kensyu-wp .kensyu-box li img{
  width: 100%;
}


@media screen and (max-width: 780px) {
  .cnt-box.tsuyomi .inr .point-box-wp .point-box .text{
    font-size: 1.5rem;
  }
  .cnt-box.tsuyomi .inr .point-box-wp .point-box{
    padding: 10px 5px;
    margin-bottom: 40px;
  }
  .cnt-box.tsuyomi .inr .point-box-wp .point-box .sub-text{
    font-size: 0.85rem;
  }
  .cnt-box.tsuyomi .inr .point-box-wp .point-box{
    width: 100%;
  }
  .cnt-box.tsuyomi .inr .point-box-wp .point-box .image{
    padding: 0 10px;
  }
  .cnt-box.tsuyomi .inr .kensyu-wp .kensyu-hx{
    font-size: 1.3rem;
  }
  .cnt-box.tsuyomi .inr .kensyu-wp .kensyu-box li{
    width: 33.333%;
  }
}

/*=============================
             流れ
=============================*/

.cnt-box.flow{
  padding: 45px 0;
  background: url(../assets/images/common/bg-blue.jpg);
  background-size: cover;
}

.cnt-box.flow .inr{

}

.cnt-box.flow .inr .flow-hx{
  font-weight: bold;
  color: #eaff6c;
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 300px;
}

.cnt-box.flow .inr .flow-hx .sub{
  font-size: 0.5em;
}

.cnt-box.flow .inr .flow-hx::before,
.cnt-box.flow .inr .flow-hx::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}

.cnt-box.flow .inr .flow-hx::before {
    border-left: solid 2px;
    border-top: solid 2px;
    top: 0;
    left: 0;
}

.cnt-box.flow .inr .flow-hx::after {
    border-right: solid 2px;
    border-bottom: solid 2px;
    bottom: 0;
    right: 0;
}

.cnt-box.flow .inr .flow-box{

}

.cnt-box.flow .inr .flow-box .image{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 25px;
}

.cnt-box.flow .inr .flow-box .image img{
  width: 800px;
}

@media screen and (max-width: 780px) {
  .cnt-box.flow .inr .flow-box .image{
    overflow-x: scroll;
  }
  .cnt-box.flow .inr .flow-box .image img{
    width: 600px;
  }
}

/*=============================
              FAQ
=============================*/

.cnt-box.faq{
  background: #f4f4e9;
  padding: 65px 10px 80px;
}

.cnt-box.faq .inr{

}

.cnt-box.faq .inr .cnt-hx{
  color: #86bc42;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}



.cnt-box.faq .inr .cnt-hx .eng-hx{
  color: #242c42;
  font-size: 1.8rem;
}

.cnt-box.faq .inr .text{

}

.cnt-box.faq .inr .faq-box{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.cnt-box.faq .inr .faq-box .faq-detail{
  width: 31.33%;
  margin: 1%;
  padding: 10px;
  background: #fff;
}

.cnt-box.faq .inr .faq-box .faq-detail .que{
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  background: #242c42;
  color: #fff;
  border-radius: 0;
  padding: 10px 15px 7px;
  font-size: 16px;
  overflow: hidden;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.cnt-box.faq .inr .faq-box .faq-detail .que:before{
    position: absolute;
    content: '';
    background: #86bc42;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    height: 100%;
    width: 50%;
    left: 90%;
    top: 0;
}

.cnt-box.faq .inr .faq-box .faq-detail .que:after{
  position: absolute;
  content: '\f3c5';
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
}

.cnt-box.faq .inr .faq-box .faq-detail .ans{
  padding: 15px 5px 7px;
  background: #fff;
  text-align: left;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.4;
}

.cnt-box.faq .inr .faq-box .faq-detail .ans .sub{
  font-size: 0.7em;
}

.cnt-box.faq .inr .sub-box{

}

.cnt-box.faq .inr .sub-box h2{
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.cnt-box.faq .inr .sub-box .text{
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media screen and (max-width: 780px) {
  .cnt-box.faq .inr .faq-box .faq-detail{
    width: 100%;
  }
  .cnt-box.faq .inr .sub-box .text{
    font-size: 0.8rem;
  }
}


/*=============================
             ABOUT
=============================*/

.cnt-box.about{
  padding: 65px 10px 65px;
  background: url(../assets/images/common/about-bg.jpg);
  background-size: cover;
}

.cnt-box.about .inr{
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.cnt-box.about .inr .cnt-hx{

}

.cnt-box.about .inr .text{

}

.cnt-box.about .inr .image{
  text-align: center;
}

.cnt-box.about .inr .image img{
  width: 100%;
  max-width: 600px;
  filter: drop-shadow(0px 0px 5px #fff);
}

.cnt-box.about .inr .group-box{

}

.cnt-box.about .inr .group-box .group-box-hx{

}

.cnt-box.about .inr .group-box .group-list{
  display: flex;
  flex-wrap: wrap;
}

.cnt-box.about .inr .group-box .business{
  width: 50%;
  padding: 20px;
}

.cnt-box.about .inr .group-box .business .business-hx{
  font-weight: bold;
  margin-bottom: 10px;
}

.cnt-box.about .inr .group-box .business .sub-text{
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.cnt-box.about .inr .group-box .business .image{

}

.cnt-box.about .inr .group-box .business .image img{
  width: 100%;
}

@media screen and (max-width: 780px) {
  .cnt-box.about .inr .group-box .business .business-hx{
    font-size: 0.8rem;
  }
  .cnt-box.about .inr .group-box .business .sub-text{
    font-size: 0.7rem;
  }
}


/*=============================
            footer
=============================*/

.footer{
  background: url(../assets/images/common/bg-blue.jpg);
}

.footer .inr{
  width:100%;
  max-width: 1000px;
  margin:0 auto;
  padding: 25px;
  text-align: center;
}

.footer .inr .logo{
  margin-bottom: 10px;
}

.footer .inr .logo img{

}

.footer .inr .copy{
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 780px) {
  .footer .inr {
    padding-bottom: 120px;
  }
}
/*=============================
            fix-box
=============================*/

.fix-box{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fix-box .inr{
  width: 100%;
}

.fix-box .inr .sub-text{

}

.fix-box .inr .contact-list{
  display: flex;
  padding: 10px;
}

.fix-box .inr .contact-list .contact{
  padding: 5px; 
  letter-spacing: 0.1em;
}

.fix-box .inr .contact-list .contact a{
  display: inline-block;
  text-align: center;
  padding: 15px 35px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

.fix-box .inr .contact-list .contact a.tel{
  background: rgb(2, 133, 196);
  background: linear-gradient(0deg, rgba(2, 133, 196, 1) 0%, rgba(48, 175, 215, 1) 100%);
  box-shadow: 0 2px 5px rgba(0, 90, 170, 0.4);
}

.fix-box .inr .contact-list .contact a.line{
  background: #00B900;
  background: linear-gradient(0deg, #00B900 0%, #48dd48 100%);
  box-shadow: 0 2px 5px rgba(0, 90, 170, 0.4);
}

.fix-box .inr .contact-list .contact a .sub{
  display: inline-block;
  font-size: 0.7em;
}


@media screen and (max-width: 780px) {
  .fix-box{
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .fix-box .inr .contact-list{
    width: 100%;
  }
  .fix-box .inr .contact-list .contact{
    width: 50%;
  }
  .fix-box .inr .contact-list .contact a{
    width: 100%;
    padding: 5px 10px 10px;
    line-height: 1.3;
  }
  .fix-box .inr .contact-list .contact a .sub{
    font-size: 0.6rem;
  }
  .fix-box .inr .contact-list{
    padding: 5px;
  }
}



