.secBg {
  background: url(../img/bg_wave1.jpg) no-repeat top 50% center;
  background-size: 100% auto;
}

.secBox {
  display: flex;
  gap: 30px;
}
.secBox .secFlow {
  width: 60%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}
.secBox .secFlow::before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 20px;
  border-left: 10px solid var(--blue);
  height: 100%;
}
.secBox .secFlow .step {
  border: solid 1px #bcd0e4;
  padding: 20px;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.secBox .secFlow .step h3 {
  position: relative;
  padding: 0px 50px 10px 0px;
  background: url(../img/dot.png) repeat-x bottom left -2px;
  width: calc(100% - 50px);
  box-sizing: border-box;
  margin-bottom: 5px;
}
.secBox .secFlow .step h3::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  right: -45px;
  background: url(../img/fishery1/icon_ship.png) no-repeat;
  width: 40px;
  height: 23px;
}
.secBox .secFlow .photo {
  width: 40%;
}

.secBox2 {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 60px 20px;
  background: #fff;
}
.secBox2 .secSttl {
  text-align: center;
}
.secBox2 .secSttl span {
  position: relative;
  display: inline-block;
}
.secBox2 .secSttl span::before,
.secBox2 .secSttl span::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_shikaku.png) no-repeat center center;
  top: 3px;
}
.secBox2 .secSttl span::before {
  left: -30px;
}
.secBox2 .secSttl span::after {
  right: -30px;
}
.secBox2 .inner {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.secBox2 .list,
.secBox2 .list2 {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.secBox2 .list li {
  width: calc(25% - 23px);
}
.secBox2 .list2 li {
  width: calc(33.3% - 20px);
}
.secBox2 .list li p,
.secBox2 .list2 li p {
  text-align: center;
  margin-top: 1em;
}

.secPhotos {
  display: flex;
  width: 100%;
  position: relative;
}
.secPhotos p {
  width: 20%;
}
.secPhotos p img {
  width: 100%;
  height: auto;
}

#sec1 .inner,
#sec2 .inner {
  position: relative;
}
#sec1 .inner2,
#sec2 .inner2 {
  position: relative;
}
#sec1 .inner::before {
  position: absolute;
  content: "";
  display: block;
  top: 30px;
  right: -180px;
  background: url(../img/fishery1/bg_r.png) no-repeat center center;
  width: 178px;
  height: 122px;
}
#sec1 .inner::after {
  position: absolute;
  content: "";
  display: block;
  top: 300px;
  left: -180px;
  background: url(../img/fishery1/bg_l.png) no-repeat center center;
  width: 160px;
  height: 108px;
}
#sec1 .img {
  position: relative;
}
#sec1 .img img {
  position: relative;
  z-index: 2;
}
#sec1 .img::after {
  position: absolute;
  content: "";
  display: block;
  top: 200px;
  left: -150px;
  background: url(../img/fishery1/bg_l2.png) no-repeat center center;
  width: 132px;
  height: 114px;
}
#sec2 .styleBtn2 .btnInner {
  padding: 20px 75px 20px 60px;
  font-size: 20px;
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
  #sec1 .inner::before {
    top: -70px;
    right: -50px;
    transform: scale(0.4);
  }
  #sec1 .inner::after {
    top: 580px;
    left: -60px;
    transform: scale(0.4);
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  .secBox {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .secBox .secFlow {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
  }
  .secBox .photo {
    width: 100%;
    text-align: center;
  }
  .secBox2 {
    padding: 30px 15px;
  }
  .secBox2 .list {
    gap: 15px;
  }
  .secBox2 .list li,
  .secBox2 .list2 li {
    width: calc(50% - 15px);
  }
  .secPhotos p {
    width: 33.33%;
  }
}
