/*--------------------

2.top-image

--------------------*/
.service-image {
  background-image: url(../img/service-image-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

.service-image-contents01 {
  width: 85%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.service-image-logo {
  width: 12%;
  height: auto;
  margin: 0 auto;
}




.service-image-contents01 p {
  width: 85%;
  margin-left: 30px;

}

.service-image-contents02 {
  width: 85%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.service-image-contents02 img {
  width: 45%;
}

.service-image-contents02 p {
  width: 55%;
}









@media screen and (max-width: 480px) {
  .service-explanation {
    width: 90%;
    display: block;
    margin-bottom: 80px;
  }

  .service-image .spview {
    margin: 0;
  }
  .service-image-contents01, .service-image-contents02 {
    display: block;
    text-align: center;
  }
  .service-image-contents01 p, .service-image-contents02 p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    text-align: justify;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .service-image-logo {
    width: 30%;
    margin-bottom: 20px;
  }
  .service-image-contents02 {
    display: flex;
    flex-direction: column-reverse;
  }





  .service-image-contents02 img {
    width: 100%;
    margin-block: 20px;
  }


}

/*--------------------

2.worries

--------------------*/
.worries {
  padding: 100px 0;
}

.worriescontents {
  width: 85%;
  max-width: 1240px;
  margin: 0 auto;

}

.worriescontents h3 {
  background: #53B431;
  color: white;
  margin: 25px 0;
  padding: 10px 20px;
  font-size: 25px;
  display: inline-block;
  letter-spacing: 0.1rem;
}

.worriesheading02 {
  text-align: end;


}

.worriesbox {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  justify-content: space-around;
  margin: 0 auto;
  
}

.worriesbox .contents01,
.worriesbox .contents02,
.worriesbox .contents03 {
  margin-top: 10px;
  width: 100%;
  max-width: 351px;
}

.worriesbox p {
  margin-top: 20px;
}





@media screen and (max-width: 1180px) {
  .worriescontents {
    width: 90%;
  }

  .worriesbox {
    flex-wrap: nowrap;
    gap: 10px;

  }
}

@media screen and (max-width: 480px) {
  .worriescontents .spview h3 {
    background: #53B431;
    color: white;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 8px 15px;
    font-size: 22px;
    letter-spacing: 0.2rem;
  }

  .worriesbox {
    display: block;
    margin: 40px auto;
  }

  .worriesbox .contents01,
  .worriesbox .contents02,
  .worriesbox .contents03 {
    margin: 30px auto;

  }

}

/*--------------------

3.reasons

--------------------*/
.reasons {
  background: #F0F5E9;
  padding: 100px 0;
  text-align: center;
}

.reasonsbox {
  max-width: 1240px;
  display: flex;
  margin: 0 auto;
  padding: 50px 0;
  flex-wrap: wrap;
  justify-content: space-around;
}

.reasonsbox .pointicon {
  background: #53B431;
  color: white;
  text-align: center;
  display: inline;
  padding: 10px;
}

.reasonsbox .contents01,
.reasonsbox .contents02,
.reasonsbox .contents03,
.reasonsbox .contents04 {
  width: 45%;
  margin: 30px;
}

.reasonsbox .pointdetail {
  display: flex;
}

.reasonsbox img {
  margin: 20px 0;
}

.pointicon p {
  color: white !important;
  font-family: 'Din', 'Courier', 'monospace';
  font-weight: bold;
}

.pointicon h2 {
  color: white;
}

.point-paragraph {
  text-align: left;
  padding-left: 20px;

}

.point-paragraph h4 {
  letter-spacing: 0.08rem;
}

.point-paragraph h4 span {
  color: #53B431;
}





@media screen and (max-width: 1180px) {
  .reasonsbox {
    width: 90%;
    max-width: 800px;
  }

  .reasonsbox .contents01,
  .reasonsbox .contents02,
  .reasonsbox .contents03,
  .reasonsbox .contents04 {
    width: 100%;
  }
}



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

  .reasonsbox .pointdetail {
    align-items: center;
  }

  .reasonsbox .contents01,
  .reasonsbox .contents02,
  .reasonsbox .contents03,
  .reasonsbox .contents04 {
    margin: 10px 0 20px 0;
  }




}





/*--------------------

4.companyprofile

--------------------*/

#companyprofile {
  width: 60%;
  padding: 100px 0;
  margin: 0 auto;
}

#companyprofile  .h2title{
  text-align: center;
  margin-bottom: 50px;
}

#companyprofile  td{
  padding: 10px 20px;
}

@media screen and (max-width: 1180px) {
  #companyprofile {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  #companyprofile {
    width: 95%;
    padding-bottom: 0;
  }

  #companyprofile  td{
    padding: 10px 5px;
  }

}













/*--------------------

5.thought

--------------------*/

.thought {
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

.thoughtcontents {
  width: 85%;
  max-width: 1240px;
  display: flex;
  gap: 30px;
  margin: 50px auto;
}

.thoughtcontents .left,
.thoughtcontents .right {
  width: 50%;
}

.thoughtcontents .left p {
  text-align: left;
}

.thoughtcontents .left h4 {
  text-align: right;
  margin-top:10px;
}

.thoughtcontents .right p {
  text-align: end;
  padding-top: 10px;
}


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

  .thoughtcontents {
    width: 90%;  
    display: block;
  }

  .thoughtcontents .left {
    width: 100%;
  }

  .thoughtcontents .right {
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .thoughtcontents img {
    width: 800px;
    height: 400px;
    text-align: center;
    object-fit: cover;
  }

}

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

  .thought {
    padding: 0px ;
  }


  .thoughtcontents .left p {
    text-align: left;
  }

  .thoughtcontents .right p {
    text-align: justify;
  }

  .reasonsbox .spview .point-paragraph-p {
    text-align: justify;
    margin-top: 20px;
  }
}