.pagettl1 {
  padding-top: 76px;
}
.pagettl1 {
  background: var(--blue);
  color: #fff;
  text-align: center;
}
.pagettl1 .inner {
  display: flex;
  background: url(../img/bgpagettl1.png) no-repeat center bottom;
  height: 180px;
  padding-top: 100px;
  justify-content: center;
  background-size: contain;
}
.pagettl2 {
  margin-top: 76px;
  background: url(../img/bgpagettl2.png) no-repeat center top;
}
.bgLightblue .pagettl2 {
  background: url(../img/bgpagettl2_2.png) no-repeat center top;
}
.pagettl2 #sec_page {
  color: #fff;
  text-align: center;
  padding: 85px 15px 0px;
  min-height: 250px;
}
.pagettl2 #sec_page h1 {
  text-shadow: 2px 2px 5px rgba(0, 52, 101, 0.8);
}

.pagecontent1 {
  position: relative;
  width: 100%;
}
.pagecontent1::before {
  position: absolute;
  content: "";
  display: block;
  top: 30px;
  left: calc(50% - 900px);
  background: url(../img/bg_fish.png) no-repeat center top;
  width: 1806px;
  height: 880px;
}

.pagebox1 {
  display: flex;
  gap: 20px;
}
.pagebox1 .box {
  width: 50%;
  background: #fff;
  padding: 30px;
  position: relative;
}
.pagebox1 .box::before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  border-top: solid 30px var(--blue);
  border-right: solid 30px transparent;
}
.pagebox1 .ttl {
  text-align: center;
}
.pagebox1 .ttl h3 span {
  position: relative;
  display: inline-block;
  padding: 0px 25px;
}
.pagebox1 .ttl h3 span::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0px;
  width: 15px;
  border-top: solid 2px var(--blue);
}
.pagebox1 .ttl h3 span::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0px;
  width: 15px;
  border-top: solid 2px var(--blue);
}
.pagebox1 .text {
  min-height: 100px;
  margin-top: 15px;
}
.pagebox1 .text2 {
  min-height: 180px;
  margin-top: 15px;
}

.pageanc {
  display: flex;
  gap: 20px;
  width: 100%;
}
.pageanc li {
  width: 33.3%;
}
.pageanc li a {
  display: block;
  background: var(--blue);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  position: relative;
}
.pageanc li a::before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 7px);
  right: 25px;
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(45deg);
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
  .pagettl1 {
    padding-top: 60px;
  }
  .pagettl1 .inner {
    height: 120px;
    padding-top: 80px;
  }
  .pagettl2 {
    margin-top: 60px;
  }

  .pagecontent1::before {
    top: 10px;
    left: calc(50% - 600px);
    background: url(../img/bg_fish.png) no-repeat center top;
    width: 1200px;
    height: 600px;
    background-size: contain;
  }

  .pagebox1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .pagebox1 .box {
    width: 100%;
  }
  .pagebox1 .text,
  .pagebox1 .text2 {
    min-height: 0px;
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  .pagettl1 {
    padding-top: 60px;
  }
  .pagettl1 .inner {
    height: 80px;
    padding-top: 40px;
  }
  .pagettl2 {
    margin-top: 60px;
    background: url(../img/bgpagettl2.jpg) no-repeat center top;
    background-size: 1000px auto;
  }
  .bgLightblue .pagettl2 {
    background: url(../img/bgpagettl2_2.jpg) no-repeat center top;
    background-size: 1000px auto;
  }
  .pagettl2 #sec_page {
    color: #fff;
    text-align: center;
    padding: 40px 15px 0px;
    min-height: 120px;
  }

  .pagecontent1::before {
    top: 10px;
    left: calc(50% - 300px);
    background: url(../img/bg_fish.png) no-repeat center top;
    width: 600px;
    height: 300px;
    background-size: contain;
  }
  .pagebox1 .box {
    padding: 20px 15px;
  }

  .pageanc {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .pageanc li {
    width: 33.3%;
  }
  .pageanc li a {
    display: block;
    background: var(--blue);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    position: relative;
  }
  .pageanc li a::before {
    position: absolute;
    content: "";
    display: block;
    top: calc(50% - 3px);
    right: 10px;
    width: 4px;
    height: 4px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg);
  }
}
