@charset "utf-8";
/* CSS Document */


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  background: url( "../images/services/main_img.jpg")no-repeat center / cover;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
  margin-bottom: 140px;
}
.lead_area  {
  letter-spacing: 0.05em;
}
.lead_area h2 {
  text-align: left;
}
.lead_area h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 100px;
  border-left: solid 5px var(--green);
  padding-left: 15px;
  line-height: 1.5;
}
.lead_area p {
  padding: 0;
  margin-bottom: 1em;
  line-height: 2.2;
}
.lead_area .lead_img {
  display: flex;
  justify-content: space-between;
  margin:30px 0 0;
}
.lead_area .lead_img:not(:last-child) {
  margin:30px 0 100px;
}
.lead_area .lead_img img {
  display: block;
  width: 500px;
}
.txt_box h2 {
  margin-bottom: 5px;
}
.txt_box .description {
  line-height: 1.75;
  margin-bottom: 1.5em;
}

.about_service h2 {
  text-align: center;
  font-size: 3.6rem;
  margin:0 auto 80px;
  width: fit-content;
  border-bottom: solid 1px #CCC;
}
.kaisou_list {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1em;
}


}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  background: url( "../images/services/main_img.jpg")no-repeat center / cover;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
  margin-bottom: 80px;
}

.lead_area  {
  letter-spacing: 0.05em;
}
.lead_area h2 {
  text-align: left;
}
.lead_area h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 30px;
  border-left: solid 5px var(--green);
  padding-left: 15px;
  line-height: 1.5;
}
.lead_area p {
  padding: 0;
  margin-bottom: 1em;
  line-height: 2.2;
}
.lead_area .lead_img {
  margin:30px 0 0;
}
.lead_area .lead_img:not(:last-child) {
  margin:30px 0 60px;
}
.lead_area .lead_img img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.txt_box h2 {
  margin-bottom: 5px;
}
.txt_box .description {
  line-height: 1.75;
  margin-bottom: 1.5em;
}

.about_service h2 {
  text-align: center;
  font-size: 3rem;
  margin:0 auto 50px;
  width: fit-content;
  border-bottom: solid 1px #CCC;
}
.kaisou_list {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1em;
}


}



