.movie iframe {
  width: 100%;
}

.secTtl {
  display: flex;
  width: 100%;
}
.secTtl span {
  display: block;
  width: 140px;
  padding: 0px 20px;
  text-align: center;
}
.secTtl::before,
.secTtl::after {
  content: "";
  display: block;
  background: url(../img/ttlimg.png) repeat-x center center;
  width: calc(50% - 70px);
  height: 30px;
}
.secSttl {
  border-left: solid 15px var(--blue);
  position: relative;
}
.secSttl > span {
  display: inline-block;
  background: #f2f5f8;
  position: relative;
  padding: 0px 12px;
}
.secSttl::before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 2px);
  left: 0px;
  width: 100%;
  height: 4px;
  background: url(../img/dot.png) repeat-x center center;
}
.secName {
  background: var(--blue);
  color: #fff;
  padding: 20px;
}

.secBorder {
  border-top: solid 1px var(--blue);
  margin-top: 15px;
  padding-top: 15px;
}

.secBtn1 {
  display: inline-block;
  border: solid 1px var(--blue);
  padding: 15px 25px;
  background: #fff;
  color: var(--blue);
  font-weight: bold;
  position: relative;
}
.secBtn1::before,
.secBtn1::after {
  position: absolute;
  content: "";
  display: block;
  height: 32px;
  border-left: solid 1px var(--blue);
}
.secBtn1::before {
  bottom: -10px;
  left: 5px;
  transform: rotate(-45deg);
}
.secBtn1::after {
  top: -10px;
  right: 5px;
  transform: rotate(-45deg);
}

.secBtnList {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.secBtn2 {
  font-weight: bold;
  position: relative;
  padding: 0px 1px 8px;
  background: url(../img/dot.png) repeat-x bottom right;
}
.secBtn2::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -7px;
  right: -39px;
  background: url(../img/recruit/icon_fish.png);
  width: 37px;
  height: 18px;
}

.secDay img {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

#sec_fisher .bg {
  background: url(../img/recruit/bg_btm.jpg) no-repeat bottom center;
  background-size: cover;
}
#sec_middle .bg {
  background: url(../img/recruit/bg_top.jpg) no-repeat top center;
  background-size: cover;
}

#sec1 {
  position: relative;
}
#sec1 .inner {
  position: relative;
  z-index: 2;
}
#sec1::before {
  position: absolute;
  content: "";
  display: block;
  top: 120px;
  right: -50px;
  background: url(../img/recruit/bg_r.png) no-repeat center center;
  width: 629px;
  height: 578px;
  background-size: contain;
}
#sec2 {
  position: relative;
}
#sec2 .inner {
  position: relative;
  z-index: 2;
}
#sec2::before {
  position: absolute;
  content: "";
  display: block;
  top: 250px;
  left: -50px;
  background: url(../img/recruit/bg_l.png) no-repeat center center;
  width: 632px;
  height: 602px;
  background-size: contain;
}
#sec4 {
  position: relative;
}
#sec4 .inner {
  position: relative;
  z-index: 2;
}
#sec4::before {
  position: absolute;
  content: "";
  display: block;
  top: -480px;
  right: -250px;
  background: url(../img/recruit/bg_r.png) no-repeat center center;
  width: 629px;
  height: 578px;
  background-size: contain;
}
#sec5 {
  position: relative;
}
#sec5 .inner {
  position: relative;
  z-index: 2;
}
#sec5::before {
  position: absolute;
  content: "";
  display: block;
  top: -680px;
  left: -250px;
  background: url(../img/recruit/bg_l.png) no-repeat center center;
  width: 632px;
  height: 602px;
  background-size: contain;
}
#sec6 {
  position: relative;
}
#sec6 .inner {
  position: relative;
  z-index: 2;
}
#sec6::before {
  position: absolute;
  content: "";
  display: block;
  top: 480px;
  right: -250px;
  background: url(../img/recruit/bg_r.png) no-repeat center center;
  width: 629px;
  height: 578px;
  background-size: contain;
}
#sec7 {
  position: relative;
}
#sec7 .inner {
  position: relative;
  z-index: 2;
}
#sec7::before {
  position: absolute;
  content: "";
  display: block;
  top: 430px;
  left: -250px;
  background: url(../img/recruit/bg_l.png) no-repeat center center;
  width: 632px;
  height: 602px;
  background-size: contain;
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
  #sec_fisher .bg {
    background: url(../img/recruit/bg_btm.jpg) no-repeat bottom center;
    background-size: contain;
  }
  #sec_middle .bg {
    background: url(../img/recruit/bg_top.jpg) no-repeat top center;
    background-size: contain;
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  .secBtnList {
    display: block;
  }
  .secBtnList li {
    margin: 10px 10px 30px;
    text-align: center;
  }

  #sec1::before {
    top: 120px;
    right: -150px;
    background: url(../img/recruit/bg_r.png) no-repeat center center;
    width: 315px;
    height: 280px;
    background-size: contain;
  }
  #sec2::before {
    top: 150px;
    left: -150px;
    background: url(../img/recruit/bg_l.png) no-repeat center center;
    width: 316px;
    height: 301px;
    background-size: contain;
  }
  #sec4::before {
    position: absolute;
    content: "";
    display: block;
    top: -80px;
    right: -150px;
    background: url(../img/recruit/bg_r.png) no-repeat center center;
    width: 315px;
    height: 280px;
    background-size: contain;
  }
  #sec5::before {
    top: -80px;
    left: -150px;
    background: url(../img/recruit/bg_l.png) no-repeat center center;
    width: 316px;
    height: 301px;
    background-size: contain;
  }
  #sec6::before {
    top: 80px;
    right: -150px;
    background: url(../img/recruit/bg_r.png) no-repeat center center;
    width: 316px;
    height: 301px;
    background-size: contain;
  }
  #sec7::before {
    top: 130px;
    left: -150px;
    background: url(../img/recruit/bg_l.png) no-repeat center center;
    width: 316px;
    height: 301px;
    background-size: contain;
  }
}
