@-webkit-keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@-webkit-keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
@keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
/* ======================================================================
  p-safety-guide-construction
====================================================================== */
.l-main-visual__pic::before {
  display: inline-block;
  width: 192px;
  height: 146px;
  background-image: url("../img/img_management02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: -40px;
  bottom: -30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::before {
    width: 95px;
    height: 72px;
    right: -5px;
    bottom: -10px;
  }
}
.l-main-visual__pic::after {
  display: inline-block;
  width: 84px;
  height: 55px;
  background-image: url("../img/img_deco_bird02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 47px;
  left: -73px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::after {
    width: 49px;
    height: 32px;
    left: 12px;
    top: -13px;
  }
}
.l-main-visual__en::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_management01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

.p-section-about {
  position: relative;
  padding: 0 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-about {
    padding-bottom: 80px;
  }
}
.p-section-about__inner {
  position: relative;
}
.p-section-about__inner::before {
  display: inline-block;
  width: 157.905px;
  height: 98.845px;
  background-image: url("../img/img_deco_fish07.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-section-about__inner::before {
    background-image: url(../img/img_deco_fish08.png);
    width: 89.85px;
    height: 56.24px;
    left: auto;
    right: -6px;
    top: -70px;
  }
}
.p-section-about::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-about::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-about::after {
  display: inline-block;
  width: 120px;
  height: 108px;
  background-image: url("../img/img_deco_jellyfish01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -60px;
  left: 48px;
  -webkit-animation: fish-swim-horizontal 4s ease-in-out infinite;
  animation: fish-swim-horizontal 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-section-about::after {
    width: 71px;
    height: 64px;
    left: 16px;
    bottom: -10px;
  }
}
.p-section-about .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-about .c-title-1 + p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 + p {
    text-align: left;
  }
}

.p-section-framework {
  position: relative;
  padding: 70px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-framework {
    padding: 60px 0 80px 0;
  }
}
.p-section-framework::before {
  display: inline-block;
  width: 683px;
  height: 425px;
  background-image: url("../img/bg_usage01a.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 106px;
  left: -330px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-section-framework::before {
    width: 290px;
    height: 465px;
    top: -30px;
    left: -130px;
  }
}
.p-section-framework::after {
  display: inline-block;
  width: 704px;
  height: 502px;
  background-image: url("../img/bg_usage02a.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 80px;
  right: -410px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-section-framework::after {
    width: 480px;
    height: 342px;
    bottom: 470px;
    right: -230px;
  }
}
.p-section-framework .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-framework .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-framework .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-framework .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-section-framework .column .item {
  width: 380px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 30px 20px;
  border: 1px solid #cbd5de;
}
@media screen and (max-width: 767px) {
  .p-section-framework .column .item {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
  }
  .p-section-framework .column .item img {
    margin: 0 auto;
  }
}
.p-section-framework .column .ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-section-framework .column .ttl {
    font-size: 20px;
    margin: 15px 0;
  }
}

.p-section-facility {
  position: relative;
  padding: 70px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-facility {
    padding: 50px 0 60px 0;
  }
}
.p-section-facility::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-facility::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-facility::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-facility::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-facility .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-facility .c-table-1 {
  background: #fff;
  border-radius: 40px;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1 {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.p-section-facility .c-table-1 .text {
  width: 562px;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1 .text {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
  }
}
.p-section-facility .c-table-1 .text .lead {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1 .text .lead {
    font-size: 18px;
  }
}
.p-section-facility .c-table-1 .text .c-list-2 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1 .text .c-list-2 {
    margin-top: 15px;
  }
}
.p-section-facility .c-table-1 .text .c-list-2 li span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1 .text .c-list-2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .p-section-facility .c-table-1 .text .c-list-2 li span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-section-facility .c-table-1 .text .c-list-2 + .lead {
  margin-top: 30px;
}
.p-section-facility .c-table-1 .decoimg {
  width: 498px;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1 .decoimg {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-section-facility .c-table-1:nth-of-type(even)::before {
  right: auto;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1:nth-of-type(even)::before {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1::before {
    right: auto !important;
    left: 10px !important;
  }
}
.p-section-facility .c-table-1:nth-of-type(1)::before {
  display: inline-block;
  width: 113px;
  height: 67px;
  background-image: url("../img/ico_num01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -46px;
  right: 50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1:nth-of-type(1)::before {
    width: 62px;
    height: 36px;
    top: -15px;
    right: auto;
    left: 10px;
  }
}
.p-section-facility .c-table-1:nth-of-type(2)::before {
  display: inline-block;
  width: 113px;
  height: 67px;
  background-image: url("../img/ico_num02.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -46px;
  right: 50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1:nth-of-type(2)::before {
    width: 62px;
    height: 36px;
    top: -15px;
    right: auto;
    left: 10px;
  }
}
.p-section-facility .c-table-1:nth-of-type(3)::before {
  display: inline-block;
  width: 113px;
  height: 67px;
  background-image: url("../img/ico_num03.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -46px;
  right: 50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1:nth-of-type(3)::before {
    width: 62px;
    height: 36px;
    top: -15px;
    right: auto;
    left: 10px;
  }
}
.p-section-facility .c-table-1:nth-of-type(4)::before {
  display: inline-block;
  width: 113px;
  height: 67px;
  background-image: url("../img/ico_num04.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -46px;
  right: 50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1:nth-of-type(4)::before {
    width: 62px;
    height: 36px;
    top: -15px;
    right: auto;
    left: 10px;
  }
}
.p-section-facility .c-table-1:nth-of-type(5)::before {
  display: inline-block;
  width: 113px;
  height: 67px;
  background-image: url("../img/ico_num05.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -46px;
  right: 50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1:nth-of-type(5)::before {
    width: 62px;
    height: 36px;
    top: -15px;
    right: auto;
    left: 10px;
  }
}
.p-section-facility .c-table-1:nth-of-type(6)::before {
  display: inline-block;
  width: 113px;
  height: 67px;
  background-image: url("../img/ico_num06.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -46px;
  right: 50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1:nth-of-type(6)::before {
    width: 62px;
    height: 36px;
    top: -15px;
    right: auto;
    left: 10px;
  }
}
.p-section-facility .c-table-1 + .c-table-1 {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .p-section-facility .c-table-1 + .c-table-1 {
    margin-top: 65px;
  }
}

.p-section-countermeasure {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-countermeasure {
    padding: 60px 0 80px 0;
  }
}
.p-section-countermeasure::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-grey.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-countermeasure::after {
    background-image: url("../img/bg_wave-grey-sp.svg");
    background-size: contain;
  }
}
.p-section-countermeasure::before {
  display: inline-block;
  width: 94.66px;
  height: 88.17px;
  background-image: url("../img/img_deco_starfish01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -34px;
  left: 70px;
  z-index: 1;
  -webkit-animation: fish-swim-horizontal 6s ease-in-out infinite;
  animation: fish-swim-horizontal 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-section-countermeasure::before {
    width: 73px;
    height: 68px;
    left: 15px;
    top: -25px;
  }
}
.p-section-countermeasure .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-countermeasure .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-countermeasure .c-table-1 .text {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .p-section-countermeasure .c-table-1 .text {
    width: 100%;
  }
}
.p-section-countermeasure .c-table-1 .text .c-list-2 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-countermeasure .c-table-1 .text .c-list-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
}
.p-section-countermeasure .c-table-1 .text .c-list-2 span {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-section-countermeasure .c-table-1 .c-title-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-section-countermeasure .c-table-1 .decoimg {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-section-countermeasure .c-table-1 .decoimg {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .p-section-countermeasure .c-table-1 .decoimg img {
    width: 100%;
    height: auto;
  }
}
.p-section-countermeasure .c-table-1 + .c-table-1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-section-countermeasure .c-table-1 + .c-table-1 {
    margin-top: 40px;
  }
}

.l-section-other {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .l-section-other {
    padding-top: 60px;
  }
}
