@charset "UTF-8";


/* work1Wrap
***************************************************************/
.work1Wrap {
  padding: 90px 0;
}
.work1_list1 {
  width: 1150px;
  margin: 60px auto 0;
  display: flex;
  flex-flow: wrap;
  gap: 56px 60px;
}
.work1_list1 .li1 {
  width: 545px;
}
.work1_list1_img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.work1_list1_h3 {
  margin-top: 15px;
  font-size: 27px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.work1_list1_p1 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .work1Wrap {
    padding: 30px 0 60px;
  }
  .work1_list1 {
    width: 100%;
    margin-top: 30px;
    padding: 0 30px;
    display: block;
  }
  .work1_list1 .li1 {
    width: 100%;
  }
  .work1_list1 .li1:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .work1_list1_h3 {
    margin-top: 14px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .work1_list1_p1 {
    margin-top: 8px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.7;
  }
}
@media all and (max-width: 370px) {
}


/* work2Wrap
***************************************************************/
.work2Wrap {
  padding: 90px 0;
}
.flowWrap {
  width: 1150px;
  margin: 60px auto 0;
  position: relative;
}
.flow_img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.point_list1 {
  width: 1150px;
  margin: 118px auto 0;
  display: flex;
  justify-content: space-between;
}
.point_list1 .li1 {
  width: 360px;
  padding: 60px 35px 40px;
  background: #fff url(../img/work/work3/circle1.svg) no-repeat right top / 154px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.point_ico {
  width: 97px;
  position: absolute;
  z-index: 1;
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.point_tit {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.43;
}
.point_txt {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 8px;
}
@media all and (min-width: 681px) {
  .flow_img_comment1 {
    width: 336.2px;
    position: absolute;
    z-index: 2;
    bottom: 72px;
    right: 459px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .flow_img_comment2 {
    width: 316px;
    position: absolute;
    z-index: 2;
    bottom: 146px;
    right: 75px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .flow_img_line1,
  .flow_img_line2,
  .flow_img_line3 {
    height: 5px;
    position: absolute;
    z-index: 1;
  }
  .flow_img_line1 {
    width: 144px;
    bottom: 110px;
    left: 113px;
    transform: rotate(-21deg);
  }
  .flow_img_line2 {
    width: 790px;
    bottom: 213px;
    left: 240px;
    transform: rotate(-11.4deg);
  }
  .flow_img_line3 {
    width: 156px;
    bottom: 330px;
    left: 1012px;
    transform: rotate(-30.6deg);
  }
  .flow_img_line1::after,
  .flow_img_line2::after,
  .flow_img_line3::after {
    content: "";
    width: 0;
    height: 100%;
    background-color: #C0DDA3;
    position: absolute;
    left: 0;
    top: 0;
  }
  .flow_img_line1::after {
    transition: width .4s linear 1s;
  }
  .flow_img_line2::after {
    transition: width 1.2s linear 1.4s;
  }
  .flow_img_line3::after {
    transition: width .4s linear 2.6s;
  }
  .scrollin .flow_img_line1::after,
  .scrollin .flow_img_line2::after,
  .scrollin .flow_img_line3::after {
    width: 100%;
  }
  .flow_img_dot1,
  .flow_img_dot2,
  .flow_img_dot3 {
    width: 22.77px;
    height: 22.77px;
    border-radius: 100%;
    background-color: #4A8B09;
    position: absolute;
    z-index: 2;
  }
  .flow_img_dot1 {
    bottom: 75px;
    left: 106px;
  }
  .flow_img_dot2 {
    bottom: 124px;
    left: 242px;
  }
  .flow_img_dot3 {
    bottom: 285.5px;
    left: 1011.5px;
  }
}
@media all and (max-width: 680px) {
  .work2Wrap {
    padding: 30px 0 60px;
  }
  .flowWrap {
    width: 354px;
    margin-top: 30px;
  }
  .flow_img_line1,
  .flow_img_line2,
  .flow_img_line3 {
    width: 2px;
    position: absolute;
    left: 176px;
    z-index: 1;
  }
  .flow_img_line1 {
    height: 48px;
    top: 54px;
  }
  .flow_img_line2 {
    height: 340px;
    top: 105px;
  }
  .flow_img_line3 {
    height: 41px;
    top: 447px;
  }
  .flow_img_line1::after,
  .flow_img_line2::after,
  .flow_img_line3::after {
    content: "";
    width: 100%;
    height: 0;
    background-color: #C0DDA3;
    position: absolute;
    left: 0;
    top: 0;
  }
  .flow_img_line1::after {
    transition: height .4s linear 1s;
  }
  .flow_img_line2::after {
    transition: height 1.2s linear 1.4s;
  }
  .flow_img_line3::after {
    transition: height .4s linear 2.6s;
  }
  .scrollin .flow_img_line1::after,
  .scrollin .flow_img_line2::after,
  .scrollin .flow_img_line3::after {
    height: 100%;
  }
  .flow_img_dot1,
  .flow_img_dot2,
  .flow_img_dot3 {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #4A8B09;
    position: absolute;
    left: 171px;
    z-index: 2;
  }
  .flow_img_dot1 {
    top: 49px;
  }
  .flow_img_dot2 {
    top: 98px;
  }
  .flow_img_dot3 {
    top: 440px;
  }
  .point_list1 {
    width: 100%;
    margin-top: 70px;
    padding: 0 30px;
    display: block;
  }
  .point_list1 .li1 {
    width: 315px;
    margin: 0 auto;
    padding: 58px 22px 30px;
  }
  .point_list1 .li1:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .point_ico {
    width: 80px;
    top: -30px;
  }
  .point_tit {
    font-size: 18px;
  }
  .point_txt {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.69;
    margin-top: 5px;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
