.mainimage__background {
  background-image: url(../img/service/service-top.png);
  height: 500px;
}

.mainimage .heading-2__main::after {
  left: 225px;
}

/* ======================================
havボタン
========================================= */

.service__hav__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  font-size: 0.9rem;
}

.hav__box {
  background-color: #000;
  margin: 10px auto;
  line-height: 2;
  width: 19%;
}

.hav__box a {
  /*width: 250px;
  height: 100px;*/
  color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.hav__box__a {
  position: relative;
}

.hav__box__a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 47.5%;
  width: 8px;
  height: 8px;
  border: 3px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  transition: .3s;
}

.hav__box__a:hover::after {
  bottom: 10px;
}

.hav__question {
  padding: 16px 0px;
}

/* ======================================
タイル販売について
========================================= */

.about__tilesale__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0.9rem;
}

.about__tilesale {
  /*max-width: 1000px;*/
  width: 77%;
  background-color: #eee;
  display: flex;
  margin: 0 auto;
  position: relative;
}

.about__tilesale__text {
  text-align: center;
  line-height: 3;
  padding: 30px 0px;
  width: 100%;
  /* margin: 0 -25vw;*/
}

.about__tilesale__img1 {
  width: 30%;
  position: absolute;
  left: -13vw;
  top: -4vw;
}

.about__tilesale__img2 {
  width: 26%;
  position: absolute;
  right: -11vw;
  bottom: -3vw;
}

.tilesale__content {
  margin: 100px auto;
  max-width: 800px;
}

.tilesale__content h2 {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.tilesale__content__title {
  text-align: center;
  margin: 30px 0px;
}

.tilesale__tile {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border-top: solid 2px #e5e5e5;
  border-bottom: solid 2px #e5e5e5;
  margin: 0px 3vw;
  justify-content: space-around;
}

.tilesale__other {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border-bottom: solid 2px #e5e5e5;
  margin: 0px 3vw;
  justify-content: space-around;
}

.tilesale__tile p, .tilesale__other p {
  line-height: 2.5;
}

.catchcopy {
  text-align: center;
  font-weight: bold;
  line-height: 2.5;
}

/* ======================================
タイル工事・施工について
========================================= */

.about__tileconstruction__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0.9rem;
}

.tile__construction__all {
  display: flex;
  /*  max-width: 1000px;*/
  margin: 0 auto;
  position: relative;
  background-color: #eee;
  margin-right: 25%;
}

.tile__construction__text {
  line-height: 3;
  padding: 60px 0 0 15.5%;
}

.tile__construction__img {
  position: absolute;
  top: -2vw;
  right: -360px;
  width: 55%;
}

.tile__construction__text .more__button a {
  margin: 60px 0px 65px 0px;
  padding: 5px 25px;
  width: 220px;
}

.works__column3 {
  display: none;
}

.works__title {
  text-align: center;
  margin: 80px 0px 50px 0px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

/* ======================================
クローンタイルとは
========================================= */
.about__clonetile__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0.9rem;
}

.about__clonetile__all {
  display: flex;
  /*  max-width: 1000px;*/
  margin: 0 auto;
  position: relative;
  background-color: #eee;
  margin-left: 25%;
  justify-content: flex-end;
  text-align: right;
}

.about__clonetile__text {
  line-height: 3;
  padding: 60px 15.5% 0 0;
}

.about__clonetile__img {
  position: absolute;
  top: -2vw;
  left: -330px;
  width: 55%;
}

.about__clonetile__text .more__button a {
  margin-right: 0;
  padding: 5px 25px;
  width: 220px;
}

/* ======================================
よくある質問
========================================= */
.question__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 3;
  background-color: #eee;
  padding: 30px 0px;
}

.question__wrapper .separation {
  margin-bottom: 60px;
}

.question__wrapper .heading-3 {
  padding-bottom: 30px;
  margin-top: -30px;
}

.question__all {
  max-width: 1000px;
  margin: 35px auto;
}

.question__text {
  text-align: center;
}

.question__title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.question__title img {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}

.question__title h2 {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.question__people, .question__company {
  margin: 0 10px 65px 10px;
}

/* ======================================
アコーディオン
========================================= */
.accordion {
  margin: 20px 0px;
}

.acd-check{
  display: none;
}

.acd-label{
  background: #000;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px 60px;
  position: relative;
  letter-spacing: 2px;
}

.acd-label:after{
  background: #000;
  box-sizing: border-box;
  content: '＋';
  display: block;
  height: 52px;
  padding: 0px 20px;
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 20px;
}

.acd-label::before{
  background: #000;
  box-sizing: border-box;
  content: 'Q';
  display: block;
  height: 50px;
  padding: 0px 20px;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 20px;
}

.acd-content{
  border: 1px solid #000;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  position: relative;
}

.acd-content::before {
  color: #000;
  box-sizing: border-box;
  content: 'A';
  display: block;
  height: 52px;
  padding: 0px 20px;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
}

.acd-check:checked + .acd-label:after{
  content: '－';
  /*top: 25%;*/
  top: 0px;
}

.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px 60px;
  visibility: visible;
}

.gray-back {
  max-width: 1300px;
  background-color: #eee;
  height: 100px;
  margin: 0 auto;
  margin-top: -85px;
}

.heading-3 {
  padding-bottom: 115px;
}

.bp900, .bp560, .bp320, .left-sp, .right-sp, .bp1000, .tile__construction__sp, .about__clonetile__sp, .bp650 {
  display: none;
}

/* ======================================
メディアクエリ
========================================= */
@media screen and (max-width:1000px){

  .tile__construction__img {
    right: -10vw;
    top: -6vw;
    width: 40%;
  }

  .tile__construction__all {
    margin-right: 10%;
  }

  .about__clonetile__img {
    left: -10vw;
    width: 40%;
  }

  .about__clonetile__all {
    margin-left: 10%;
  }

  .about__clonetile__text {
    padding: 60px 3% 0 0;
  }

  .bp1000 {
    display: block;
  }

}


@media screen and (max-width:900px){

  .about__tilesale__img1 {
    width: 35%;
    left: -7vw;
    top: -7vw;
  }

  .about__tilesale__img2 {
    width: 30%;
    right: -9vw;
    bottom: -5vw;
  }

  .service__hav__wrapper {
    flex-wrap: wrap;
  }

  .hav__box {
    width: 32%;
  }

  .bp900 {
    display: block;
  }

  .tile__construction__all {
    flex-direction: column;
  }

  .tile__construction__img {
    display: none;
  }

  .tile__construction__sp {
    display: flex;
    object-fit: cover;
    width: 50%;
    position: relative;
    top: -5vw;
    left: 50vw;
  }

  .tile__construction__text {
    padding:0 0 0 4.5%;
  }

  .about__clonetile__all {
    flex-direction: column;
  }

  .about__clonetile__img {
    display: none;
  }

  .about__clonetile__sp {
    display: flex;
    object-fit: cover;
    width: 50%;
    position: relative;
    top: -5vw;
    right: 6vw;
  }

  .about__clonetile__text {
    padding:0 4.5% 0 0;
  }

}

@media screen and (max-width:768px) {

  .about__tilesale__img1, .about__tilesale__img2 {
    display: none;
  }

  .about__tilesale {
    flex-wrap: wrap;
  }

  .left-sp {
    display: flex;
    object-fit: cover;
    width: 43%;
    position: relative;
    top: -4vw;
    left: 4vw;
  }

  .right-sp {
    display: flex;
    width: 50%;
    object-fit: cover;
    width: 41%;
    height: 41%;
    position: relative;
    top: 9vw;
    left: 8vw;
  }

}


@media screen and (max-width:650px) {

  .hav__box {
    width: 47%;
  }

  .hav__box a {
    padding-top: 15px;
  }

  .works__column3 {
    display: block;
  }

  .tilesale__tile h2, .tilesale__other h2 {
    padding: 0px 30px;
    width: 110px;
  }

  .bp650 {
    display: block;
  }

  .tile__construction__sp {
    width: 55%;
    top: -5vw;
    left: 45vw;
  }

  .about__clonetile__sp {
    width: 55%;
    top: -5vw;
    right: 5vw;
  }

}

@media screen and (max-width:560px) {

  .about__tilesale {
    width: 90%;
  }

  .bp560 {
    display: block;
  }

  /*.acd-check:checked + .acd-label:after{
  top: 30%;
  }*/

  .tile__construction__sp {
    width: 70%;
    top: -5vw;
    left: 37vw;
  }

  .about__clonetile__sp {
    width: 70%;
    top: -5vw;
    right: 10vw;
  }

}

@media screen and (max-width:425px) {

  .hav__box {
    width: 95%;
  }

  .tilesale__tile, .tilesale__other {
    align-items: flex-start;
  }

  .tilesale__tile h2, .tilesale__other h2 {
    padding: 10px 5px;
    width: 130px;
  }

}

@media screen and (max-width:320px) {
  .bp320 {
    display: block;
  }
}
