@charset "utf-8";
/*<section class="title-h">*/  
.title-h h2::after {
  content: 'SERVICE';
  font-size: 20px;
  display: block;
  margin: 10px auto 0 auto;
}
/*終わり*/ 


/*<div class="service">*/
.service {
  width: 100%;
  padding: 50px 5vw 100px 5vw;
}

.service h3 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 80px;
}

.service h3::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #333;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
/*終わり*/


/*<section class="service-pro">*/
.service-pro {
  height: auto;
  margin-top: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 150px;
  position: relative;
}

.service-pro .pro-title {
  font-size: 30px;
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
  color: #67a8dd;
}

.pro-flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.flex-l {
  width: 48%;
  margin-top: 60px;
}

.l-in {
  width: 100%;
  height: auto;
}

.l-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-1,
.pro-2 {
  display: inline-block;
  width: 48%;
  height: auto;
  padding: 20px 2vw;
  border: solid 3px #67a8dd;
  border-radius: 20px 0 20px 0;
}

.pro-1 span,
.pro-2 span {
  font-size: 40px;
  font-weight: 800;
  color: #67a8dd;
}

.pro-1 p,
.pro-2 p {
  margin-top: 20px;
  font-weight: 900;
  font-size: 19px;
}

.aim {
  margin-top: 50px;
}

.aim span {
  display: block;
  font-size: 30px;
  font-weight: 900;
  padding: 20px 1vw 0 1vw;
}

.aim span:before {
  content: "";
  padding-right: 10px;
  border-left: 8px solid #67a8dd;
}


.aim dl {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 1vw;
}

.aim dt {
  width: 7%;
  font-weight: 900;
  margin-bottom: 25px;
  font-size: 25px;
  text-align: center;
  background-color: #67a8dd;
  color: #fff;
  padding: 7px;
  border-radius: 10px 0 10px 0;
}

.aim dd {
  width: 90%;
  margin-bottom: 25px;
  font-weight: 900;
}

.flex-r {
  width: 48%;
  margin: 0 auto;
}

.flex-r-img {
  width: 100%;
  height: auto;
}

.flex-r-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-mask {
  position: absolute;
  top: -5%;
  left: -10%;
  width: 80%;
  height: 700px;
  background-color: #f1f1f1;
  opacity: 0.5;
  z-index: -1;
}
/*終わり*/


/*<section id="service-det">*/
#service-det {
  position: relative;
}

.det-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;

}

.det-in:first-child {
  flex-direction: row-reverse;
  margin-bottom: 150px;
}

.det-txt1,
.det-img2 {
  margin-top: 60px;
}


.det-img {
  width: 45%;
  height: auto;
}

.det-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.det-txt {
  width: 50%;
}

.det-txt .num {
  font-size: 70px;
  color: #67a8dd;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: -4%;
  z-index: -1;
}

.det-txt .bold {
  color: #67a8dd;
  font-size: 30px;
  font-weight: 900;
}

.det-txt h4 {
  position: relative;
  font-size: 30px;
}

.det-txt p {
  margin-top: 50px;
}

.det-mask {
  position: absolute;
  width: 60%;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  opacity: 0.5;
  z-index: -1;
}
/*終わり*/


/*<section class="law">*/
.law {
  margin-top: 130px;
  background-color: #fcfcfc;
  border-radius: 20px;
  padding: 50px 2vw;
}

.law-in dl {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  border-radius: 20px;
  padding: 10px;
  z-index: 1;
}

.law-in dt {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  width: 35%;
  padding: 30px 2vw;
  box-sizing: border-box;
  border-bottom: solid 2px #f1f1f1;
}


.law-in dd {
  width: 65%;
  padding: 30px 2vw;
  box-sizing: border-box;
  border-bottom: solid 2px #f1f1f1;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {
  .aim dl {
    padding: 10px 0;
  }

  .aim dt {
    width: 10%;
  }

  .aim dd {
    width: 85%;
  }

  .law-in dl {
    width: 100%;
  }

  .law-in dt {
    width: 37%;
  }

  .law-in dd {
    width: 63%;
  }
}
/*終わり*/


/*スマホ*/
@media (max-width: 599px) {
  .service h3 {
    font-size: 30px;
  }


  .service-pro {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .service-pro .pro-title {
    font-size: 25px;
    margin-bottom: 60px;
  }

  .pro-flex {
    display: block;
  }

  .flex-r,
  .flex-l {
    width: 100%;
  }

  .flex-l {
    margin-top: 30px;
  }

  .pro-1,
  .pro-2 {
    width: 100%;
  }

  .pro-1 {
    margin-bottom: 50px;
  }

  .aim span {
    font-size: 25px;
  }

  .aim dt {
    width: 10%;
  }

  .aim dd {
    width: 87%;
  }

  .service-mask {
    height: 1000px;
  }

  .det-in {
    display: block;
  }

  .det-txt,
  .det-img {
    width: 100%;
  }

  #service-det .det-img {
    margin-top: 30px;
  }

  .det-txt1,
  .det-img2 {
  margin-top: 0;
  }

  .det-txt h4 {
    font-size: 25px;
  }

  .det-txt span {
    font-size: 50px;
  }

  .det-txt .bold {
    font-size: 23px;
  }

  .det-in:first-child {
    margin-bottom: 130px;
  }

  .det-mask {
    width: 80%;
    height: 950px;
    top: 50%;
    left: 70%;
  }

  .law h3 {
    font-size: 27px;
    margin-bottom: 50px;
  }
  
  .law-in dl {
    width: 100%;
    display: block;
  }

  .law-in dt {
    padding: 30px 1vw 0 1vw;
    width: 100%;
    font-size: 20px;
    border-bottom: none;
  }

  .law-in dd {
    width: 100%;
  }


}
/*終わり*/