@charset "UTF-8";
/* CSS Document */
/* ========== ▼ main-img ▼ ==========*/
.main-img {
/*  position: relative;
  z-index: 1;
  overflow: hidden;*/
  width: 100%;
  height: 600px;
/*  background-color: #f3f3f3;*/
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.main-img img {
  width: 100%;
  height: auto;
}
.main-img .img-logo {
  position: absolute;
  z-index: 10;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 94px;
  text-align: center;
}
.main-img .img-logo img {
  width: 162px;
  height: auto;
}
.main-img .img-logo p {
  padding:.3em 0 0 0;
  font-size: 32px;
  font-weight: 500;
  color: rgba(255,255,255,1);
}
.main-img .img-logo h1 {
  width: 100%;
  padding: 0.5em 0;
  font-size: 4.6em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
/* ========== ▼ main-catch ▼ ==========*/
.main-catch {
  width: 980px;
  height: 80px;
  margin: 60px auto;
  padding: 0;
  /*  padding: 0 0 60px 0;*/
  text-align: center;
  overflow: hidden;
}
/*.main-catch h1 {
  width: 100%;
  padding: 1.5em 0;
  font-size: 3.6em;
  font-weight: 700;
  text-align: center;
  color: #222;
  }*/
  .main-catch img {
    width: 240px;
    height: auto;
  }
  .main-catch h2 {
    padding: .5em 0 0 0;
    font-size: 1.4em;
    font-weight: 700;
    color: #222;
  }
  /* ========== ▼ contents-list ▼ ==========*/
  .contents-list {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    overflow: hidden;
    border-top: 3px solid #ccc;
  }
  .contents-list li {
    cursor: pointer;
  }
  .contents-list .double{
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .contents-list .triple{
    width: 999px;
    margin: 0 0 60px 0;
    overflow: hidden;
  }
  .contents-list .double li {
    width: 480px;
    height: 330px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size:470px auto;
    cursor: pointer;
  }
  .contents-list .triple li {
    width: 315px;
    height: 330px;
    margin: 0 18px 0 0;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size:305px auto;
    float: left;
    cursor: pointer;
  }
  .contents-list li a {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-image: url(../topImage/box-title-bg.png);
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
  .contents-list .double a {
    padding: 48px 0 0 0;
    font-size: 2em;
  }
  .contents-list .triple a {
    padding: 52px 0 0 0;
    font-size: 1.5em;
    letter-spacing: -.09em;
  }
  .contents-list li a span {
    margin: 20px 0 0 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0em;
    display: block;
  }
  .contents-list .double a span {
    font-size: .7em;
  }
  .contents-list .triple a span {
    font-size: .9em;
  }
  .contents-list .double li.company {
    background-image: url(../topImage/ph1-1.png);
    float: left;
    position: relative;
  }
  .contents-list .double li.business {
    background-image: url(../topImage/ph2.png);
    float: right;
    position: relative;
  }
  .contents-list .triple li.owner {
    background-image: url(../topImage/ph3.png);
    position: relative;
  }
  .contents-list .triple li.cleaning {
    background-image: url(../topImage/ph4.png);
    position: relative;
  }
  .contents-list .triple li.estimate {
    background-image: url(../topImage/ph5.png);
    position: relative;
  }

  .dod {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: url(../topImage/dod.png);
    z-index: 0;
  }

.sample-box-05 {
    margin: 10px;
    padding: 20px;
    border: 2px solid #da4033;
    border-radius: 8px;
    position:relative;
}
.sample-box-05::before {
    background-color: #fff;
    color: #da4033;
    content: "お知らせ";
    font-weight: bold;
    position: absolute;
    padding: 0 20px;
    left: 10px;
    top: -10px;
}
