@charset "UTF-8";

#contents {
  padding-top: 0;
}

.mvArea02 {
  background: url(../images/mv.jpg) no-repeat center;
}


.businessTop {
  background: url(../images/business_top_wall.jpg)no-repeat center;
}


.wallMessage {
  background-color: #f9a339;
  text-align: center;
  color: #fff;
  padding-bottom: 70px;
}

.wallMessage h2,.wallMessage h3 {
  font-size: 2rem;
  padding-top: 60px;
  position: relative;
}

.wallMessage h2::before,.wallMessage h3::before {
  content: '';
  display: inline-block;
  width: 52px;
  height: 70px;
  background-image: url(../images/light_ico.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.coatingMessage {
  padding-top: 60px !important;
  background: url(../images/coating_bg.jpg)no-repeat center;
  background-size: cover;
  padding: 110px 0 90px !important;
}

.coatingMessage h2,.coatingMessage h3 {
  text-align: center;
  font-size: 2rem;
  color: #000;
}

.coatingMessage p {
  text-align: center;
  font-size: 1.3rem;
  color: #5d5d5d;
  line-height: 3rem;
  margin-top: 40px;
  letter-spacing: 0.1rem;
}

.coatingList {
  margin: 20px auto 0;
  max-width: 1240px;
  width: 95%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.coatingList li h5 {
  margin-top: 30px;
  font-size: 1.7rem;
  color: #000;
  font-weight: 500;
}

.coatingList li {
  width: 32%;
  margin-top: 30px;
}

.coatingList li img {
  width: 100%;
}

.listTxt {
  margin-top: 20px;
  color: #8a8a8a;
  font-size: 1rem;
  line-height: 2rem;
}

.reason {
  margin-top: 60px;
}

.beforeAfter {
  background-color: #f6f5ed;
  margin-top: 90px;
  padding-bottom: 60px;
}

.beforeAfter ul {
  max-width: 1720px;
  width: 98%;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.beforeAfter ul li {
  width: 32.5%;
}

.beforeAfter ul li img {
  width: 100%;
}

.beforeAfter ul li .before {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
}

.beforeAfter ul li .before .beforePic {
  width: 35%;
  position: relative;
}

.beforeAfter ul li .before .beforePic span {
  position: absolute;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
}

.beforeAfter ul li .before .beforePic01 {
  background: url(../images/before01.jpg)no-repeat center;
  background-size: cover;
}

.beforeAfter ul li .before .beforePic02 {
  background: url(../images/before02.jpg)no-repeat center;
  background-size: cover;
}

.beforeAfter ul li .before .beforePic03 {
  background: url(../images/before03.jpg)no-repeat center;
  background-size: cover;
}

.beforeAfter ul li .before .beforeTxt {
  width: 62%;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
}

.beforeAfter ul li .before .beforeTxt p {
  text-align: center;
  color: #fff;
  border-radius: 20px;
  padding: 3px 10px;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  display: inline-block;
  box-sizing: border-box;
}

.beforeAfter ul li .before .beforeTxt .bl {
  background-color: #25999d;
}

.beforeAfter ul li .before .beforeTxt .gr {
  background-color: #589d25;
}

.beforeAfter ul li .before .beforeTxt .ye {
  background-color: #999d25;
}

.beforeAfter ul li .before .beforeTxt .beforeList {
  margin-top: 10px;
  position: relative;
}

.beforeAfter ul li .before .beforeTxt .beforeList span {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #8a8a8a;
  font-size: 0.8rem;
}

.beforeAfter ul li .before .beforeTxt .beforeList p {
  width: 100%;
  list-style-type: disc;
  color: #8a8a8a;
  box-sizing: border-box;
  text-align: left;
  margin-left: 45px;
  letter-spacing: 0.01rem;
}

.beforeAfter ul li .afterTxt h5 {
  font-size: 1.8rem;
  color: #000;
  margin-top: 20px;
  line-height: 3rem;
  font-weight: 500;
}

.beforeAfter ul li .afterTxt p {
  line-height: 2rem;
  color: #8a8a8a;
  margin-top: 26px;
}

.beforeAfter .greenBtn {
  margin-top: 50px;
  text-align: center;
}

.beforeAfter .greenBtn a {
  width: 300px;
  padding: 12px 0;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1rem;
}


.flow p {
  color: #5d5d5d;
  font-size: 1.3rem;
  line-height: 2.6rem;
  width: 95%;
  margin: 40px auto 0;
  text-align: center;
}

.flow p span {
  color: #589d25;
}

.flow {
  max-width: 1040px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.flow > p {
  text-align: center;
  color: #5d5d5d;
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 500;
}

.flow > p span {
  color: #589d25;
}

.flow .flowList {
  margin-top: 60px;
  text-align: center;
}

.flow .flowList li {
  display: inline-block;
  vertical-align: middle;
}

.flow .flowList .flowList01 {
  position: relative;
}

.flow .flowList .flowList01::before {
  content: '';
  display: inline-block;
  width: 436px;
  height: 38px;
  background-image: url(../images/free.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 0;
}


@media only screen and (max-width: 1380px) {
  .beforeAfter ul li .before .beforeTxt p {
    padding: 3px;
  }
}


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

  .beforeAfter ul li .before .beforeTxt .beforeList li {
    margin: 10px 0 0 20px;
    font-size: 0.8rem;
  }

  .beforeAfter ul li .before {
    display: block;
  }

  .beforeAfter ul li .before .beforePic {
    width: 100%;
    height: 200px;
  }

  .beforeAfter ul li .before .beforeTxt {
    width: 100%;
    margin-top: 10px;
  }

  .beforeAfter ul li .before .beforeTxt p {
    padding: 3px 20px;
  }

  .beforeAfter ul li .before .beforeTxt .beforeList span {
    top: 9px;
  }

  .beforeAfter ul li .afterTxt h5 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .beforeAfter ul li .afterTxt p {
    line-height: 1.6rem;
    margin-top: 10px;
  }
}



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

  .beforeAfter ul {
    display: block;
  }

  .beforeAfter ul li {
    width: 100%;
  }

  .flow .flowList li {
    width: 8%;
  }

  .flow .flowList .arrow {
    width: 2%;
  }

  .flow .flowList li img {
    width: 100%;
  }

  .flow .flowList .flowList01::before {
    width: 492%;
    height: 10%;
  }

}

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

  .wallMessage {
    padding-top: 70px !important;
    padding-bottom: 40px;
  }

  .wallMessage h2,  .wallMessage h3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .wallMessage p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    width: 95%;
    margin: 20px auto 0;
  }

  .coatingMessage {
    padding-top: 40px !important;
  }

  .coatingMessage p {
    font-size: 1rem;
    line-height: 2rem;
    width: 95%;
    margin: 20px auto 0;
  }

  .coatingMessage h2,.coatingMessage h3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .coatingList li h5 {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .coatingList .listTxt {
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.8rem;
  }

  .coatingList li {
    width: 100%;
    margin-top: 20px;
  }

  .coatingList {
    margin: 0 auto;
  }

  .reason {
    margin-top: 0;
  }

  .beforeAfter {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .beforeAfter ul li .before .beforeTxt .beforeList {
    margin-top: 0;
  }

  .beforeAfter ul {
    margin: 0 auto;
    width: 95%;
  }

  .beforeAfter ul li {
    margin-top: 30px;
  }

  .coatingLink {
    margin-top: 40px;
    padding: 30px 0 40px !important;
  }

  .coatingLink h5 {
    font-size: 2rem;
  }

  .coatingLink .coatingTxt {
    width: 95%;
    margin: 10px auto 0;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }

  .coatingLink .greenBtn {
    margin-top: 20px;
  }

  .coatingLink .greenBtn a {
    width: 210px;
    font-size: 0.9rem;
    padding: 10px;
  }

  .flow {
    padding-bottom: 40px;
  }

  .flowBox .flowFlex .flowPic {
    height: 101px;
    margin-left: 10px;
  }

  .flowBox .flowFlex .flowTxt {
    font-size: 0.9rem;
    padding: 10px 0 0 10px;
    line-height: 1.6rem;
  }

  .flowBox h4 {
    font-size: 1.2rem;
    padding: 10px 0;
  }

  .flowBox h4 span {
    font-size: 1.6rem;
    margin: 0 14px 0 20px;
  }

  .flow > p {
    font-size: 1rem;
    line-height: 2rem;
  }

  .flow .flowList .flowList01::before {
    width: 528%;
    height: 11%;
  }


}
