#sec1 {
  background: url(../img/facility1/bgwave.gif) no-repeat left 50vw top 250px;
}
#sec1 .box {
  display: flex;
  gap: 40px;
}
#sec1 .box .photo {
  width: calc(100% - 400px);
  position: relative;
}
#sec1 .box .photo::before {
  position: absolute;
  content: "";
  display: block;
  top: -75px;
  right: -80px;
  background: url(../img/facility1/bgimg1.png) no-repeat center center;
  width: 387px;
  height: 346px;
}
#sec1 .box .photo::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -45px;
  left: -80px;
  background: url(../img/facility1/bgimg2.png) no-repeat center center;
  width: 381px;
  height: 347px;
}
#sec1 .box .photo img {
  border-radius: 0px 50px 0px 50px;
  position: relative;
  z-index: 2;
}
#sec1 .box .text {
  width: 400px;
  position: relative;
}

.secTtl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.secTtl::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -10px;
  left: 0px;
  width: 49px;
  height: 10px;
  background: url(../img/ttlimg.png) repeat-x left top;
}
.secTtl2,
.secTtl2_2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.secTtl2::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -5px;
  left: 0px;
  background: url(../img/ttlimg2.png) repeat-x left bottom;
  width: 100%;
  height: 10px;
}
.secTtl2_2::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -5px;
  left: -58px;
  background: url(../img/ttlimg2.png) repeat-x left bottom;
  width: calc(100% + 35px);
  height: 10px;
}

#sec1 .list {
  display: flex;
  gap: 30px;
  position: relative;
}
#sec1 .list li {
  position: relative;
  width: calc(33.3% - 20px);
}
#sec1 .list li img {
  border-radius: 0px 20px 0px 20px;
  position: relative;
  width: 100%;
}
#sec1 .list p {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 10px 20px 10px 40px;
  background: #cceefa;
  border-radius: 50px 0px 0px 0px;
}

#sec2 {
  background: url(../img/bg_obj_r.png) no-repeat right top;
}
#sec2 .box {
  display: flex;
}
#sec2 .box .text,
#sec2 .box .photo {
  width: 50%;
}
#sec2 .box .text p {
  padding-right: 20px;
}
#sec2 .list,
#sec2 .list2 {
  display: flex;
  gap: 20px;
}
#sec2 .list li {
  width: calc(25% - 15px);
}
#sec2 .list2 li {
  width: calc(50% - 10px);
}
#sec2 .list li img,
#sec2 .list2 li img {
  border-radius: 0px 30px 0px 30px;
}
#sec2 .list li p,
#sec2 .list2 li p {
  margin-top: 5px;
}
#sec2 .box2 {
  display: flex;
  gap: 20px;
}

.bgLeft {
  background: url(../img/bg_obj_l.png) no-repeat left top;
}
#sec3 .box {
  display: flex;
  gap: 40px;
}
#sec3 .box .photo {
  width: 50%;
}
#sec3 .box .text {
  width: 50%;
}

#sec4 .box {
  display: flex;
  flex-direction: row-reverse;
}
#sec4 .box .photo {
  width: 50%;
}
#sec4 .box .text {
  width: 50%;
}
#sec4 .box .text p {
  padding-right: 20px;
}

.sec5_bg {
  padding: 100px 0px;
  background: url(../img/facility1/bg_fish.jpg) no-repeat center center;
  background-size: cover;
}
#sec5 .inner {
  background: #fff;
  border: solid 1px var(--blue);
  padding: 60px;
}
#sec5 .photos {
  display: flex;
  gap: 25px;
}
#sec5 .box {
  background: var(--blue);
  padding: 50px 30px;
  border-radius: 10px;
}
#sec5 .msg {
  text-align: center;
  color: #fff;
}
#sec5 .msg > span {
  position: relative;
}
#sec5 .msg > span::before,
#sec5 .msg > span::after {
  position: absolute;
  content: "";
  display: block;
  top: 3px;

  height: 20px;
  border-left: solid 2px #fff;
}
#sec5 .msg > span::before {
  left: -10px;
  transform: rotate(-30deg);
}
#sec5 .msg > span::after {
  right: -10px;
  transform: rotate(30deg);
}
#sec5 .contacts {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
#sec5 .contacts a {
  width: 40%;
  min-width: 280px;
}
#sec5 .contacts a .icon_mail {
  position: absolute;
  left: 20px;
  top: calc(50% - 17px);
}
#sec5 .contacts a .icon_mail img {
  height: 20px;
  width: auto;
}
#sec5 .contacts a .icon_tel {
  position: absolute;
  left: 20px;
  top: calc(50% - 16px);
}
#sec5 .contacts a .icon_tel img {
  height: 24px;
  width: auto;
}
#sec5 .styleBtn3 .btnInner {
  padding: 20px 45px 20px 35px;
}

#sec6 {
  background: url(../img/bg_obj_l2.png) no-repeat left top,
    url(../img/bg_obj_r2.png) no-repeat right bottom;
}
#sec6 .inner {
  background: #fff;
  padding: 60px;
}
#sec6 .list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#sec6 .list li {
  width: calc(50% - 15px);
}

.imageRadius {
  border-radius: 0px 20px 0px 20px;
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
  #sec2 .list,
  #sec2 .list2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  #sec2 .list li {
    width: calc(50% - 5px);
  }
  #sec2 .list2 li {
    width: calc(50% - 5px);
  }
  #sec2 .list li img,
  #sec2 .list2 li img {
    width: 100%;
    height: auto;
  }
  #sec2 .box2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  #sec5 .inner {
    padding: 40px 25px;
  }

  #sec1 {
    background: url(../img/facility1/bgwave.gif) no-repeat left 50vw top 50px;
  }
  #sec1 .box .photo::before {
    top: -120px;
    right: -120px;
    background: url(../img/facility1/bgimg1.png) no-repeat center center;
    transform: scale(0.5);
  }
  #sec1 .box .photo::after {
    bottom: -120px;
    left: -120px;
    background: url(../img/facility1/bgimg2.png) no-repeat center center;
    transform: scale(0.5);
  }
  #sec2 {
    background: url(../img/bg_obj_r.png) no-repeat right top;
    background-size: 30%;
  }
  .bgLeft {
    background: url(../img/bg_obj_l.png) no-repeat left top;
    background-size: 30%;
  }
  .sec5_bg {
    padding: 100px 0px;
    background: url(../img/facility1/bg_fish.jpg) no-repeat center center;
    background-size: cover;
  }
  #sec6 {
    background: url(../img/bg_obj_l2.png) no-repeat left top,
      url(../img/bg_obj_r2.png) no-repeat right bottom;
    background-size: 30%, 30%;
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  #sec1 .box {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  #sec1 .box .photo {
    width: 100%;
  }
  #sec1 .box .text {
    width: 100%;
  }
  #sec1 .list {
    display: flex;
    gap: 15px;
    position: relative;
    flex-wrap: wrap;
  }
  #sec1 .list li {
    position: relative;
    width: 100%;
  }
  #sec1 .list li img {
    border-radius: 0px 50px 0px 50px;
    position: relative;
    width: 100%;
  }
  #sec1 .list p {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    padding: 10px 20px 10px 40px;
    background: #cceefa;
    border-radius: 50px 0px 0px 0px;
  }
  #sec2 .box {
    display: flex;
    flex-wrap: wrap;
  }
  #sec2 .box .text,
  #sec2 .box .photo {
    width: 100%;
  }
  #sec2 .box .text p {
    padding-right: 0px;
    padding-bottom: 10px;
  }
  #sec3 .box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  #sec3 .box .photo {
    width: 100%;
  }
  #sec3 .box .text {
    width: 100%;
  }
  #sec4 .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  #sec4 .box .photo {
    width: 100%;
  }
  #sec4 .box .text {
    width: 100%;
  }
  #sec4 .box .text p {
    padding-right: 20px;
  }

  #sec5 .inner {
    padding: 30px 15px;
  }
  #sec5 .photos {
    display: flex;
    gap: 5px;
  }
  #sec5 .box {
    padding: 30px 10px;
  }
  #sec5 .contacts {
    gap: 20px;
  }
  #sec6 .inner {
    background: #fff;
    padding: 15px;
  }
  #sec6 .list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  #sec6 .list li {
    width: calc(50% - 8px);
    line-height: 1.2em;
  }
  .secTtl2_2::before {
    left: 0px;
    width: calc(100%);
  }

  #sec1 {
    background: url(../img/facility1/bgwave.gif) no-repeat left 50vw top 350px;
  }
  #sec1 .box .photo::before {
    top: -120px;
    right: -140px;
    background: url(../img/facility1/bgimg1.png) no-repeat center center;
    transform: scale(0.4);
  }
  #sec1 .box .photo::after {
    bottom: -120px;
    left: -140px;
    background: url(../img/facility1/bgimg2.png) no-repeat center center;
    transform: scale(0.4);
  }
  #sec2 {
    background: url(../img/bg_obj_r.png) no-repeat right top;
    background-size: 20%;
  }
  .bgLeft {
    background: url(../img/bg_obj_l.png) no-repeat left top;
    background-size: 20%;
  }
  .sec5_bg {
    padding: 50px 0px;
    background: url(../img/facility1/bg_fish.jpg) no-repeat center center;
    background-size: cover;
  }
  #sec6 {
    background: url(../img/bg_obj_l2.png) no-repeat left top,
      url(../img/bg_obj_r2.png) no-repeat right bottom;
    background-size: 20%, 20%;
  }
}
