@charset "UTF-8";
@-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-company 会社案内・会社概要・会社沿革・事業内容・設備概要
====================================================================== */
.l-main-visual__en::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_company03.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin: 0 auto;
  /* 全セル（th, td）共通のリセット */
}
@media screen and (max-width: 767px) {
  table {
    width: 100%;
  }
}
table th, table td {
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  table th, table td {
    padding: 15px;
  }
}
table tbody tr:first-child th {
  border-top: 2px solid #0e92d5;
}
table tbody tr:first-child td {
  background-image: url(../img/bg_tableline01.svg), url(../img/bg_tableline01.svg);
  background-repeat: repeat-x;
  background-position: top left, bottom left;
}
table tbody tr th {
  width: 250px;
  color: #0e92d5;
  font-weight: bold;
  border-bottom: 2px solid #0e92d5;
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  table tbody tr th {
    width: 120px;
    text-align: left;
    padding: 20px 0;
  }
}
table tbody tr td {
  padding: 30px;
  border-bottom: none;
  background-image: url(../img/bg_tableline01.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
}
table tbody tr td:not(:last-child) {
  border-right: 1px solid #CBD5DE;
}
@media screen and (max-width: 767px) {
  table tbody tr td {
    padding: 20px 0 20px 15px;
  }
  table tbody tr td:not(:last-child) {
    border-right: none;
  }
}
table tbody tr iframe {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  table tbody tr.map iframe {
    display: block;
    width: 100vw !important;
    margin-left: -140px;
    margin-right: calc(-1 * (100vw - 100%));
    height: auto;
    aspect-ratio: 16/9;
    margin-bottom: 5px;
  }
}
table tbody p + p {
  margin-top: 15px;
}

.about_ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin: 80px 0 30px;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .about_ttl {
    font-size: 22px;
    margin: 50px auto 20px;
  }
}
.about_ttl::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #0e92d5;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .about_ttl::before {
    width: 14px;
    height: 14px;
  }
}

.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::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;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-about::after {
    width: 71px;
    height: 64px;
    left: 16px;
    bottom: -10px;
  }
}
.p-section-about__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-section-about__inner {
    width: 100%;
  }
}
.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: 20px;
  }
}

.p-section-business {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-business {
    padding: 60px 0 80px 0;
  }
}
.p-section-business__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-section-business__inner {
    width: 100%;
  }
}
.p-section-business .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-business .c-title-1 {
    margin-bottom: 20px;
  }
}

.p-section-history {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-history {
    padding: 60px 0 80px 0;
  }
}
.p-section-history::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-history::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-history::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-history::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-history__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-section-history__inner {
    width: 100%;
  }
}
.p-section-history__inner::before {
  display: inline-block;
  width: 114.8499984741px;
  height: 116.3600006104px;
  background-image: url("../img/img_deco_seaweed01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -34px;
  right: 70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-history__inner::before {
    width: 89px;
    height: 90px;
    right: 15px;
    bottom: -50px;
  }
}
.p-section-history__inner::after {
  display: inline-block;
  width: 110px;
  height: 87px;
  background-image: url("../img/img_deco_crabs01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: fish-swim 6s ease-in-out infinite;
  animation: fish-swim 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-section-history__inner::after {
    display: none;
  }
}
.p-section-history .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-history .c-title-1 {
    margin-bottom: 20px;
  }
}
.p-section-history .timeline {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-history .timeline {
    width: 100%;
  }
}
.p-section-history .timeline::before {
  content: "";
  position: absolute;
  left: 116px;
  top: 24px;
  bottom: 54px;
  width: 2px;
  height: 100%;
  background-image: url("../img/ico_line01.svg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 2px auto;
}
@media screen and (max-width: 767px) {
  .p-section-history .timeline::before {
    left: 82px;
  }
}
.p-section-history .timeline .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-history .timeline .timeline-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}
.p-section-history .timeline .timeline-item:last-child {
  padding-bottom: 0;
}
.p-section-history .timeline .timeline-item .timeline-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-history .timeline .timeline-item .timeline-date {
    width: 75px;
  }
}
.p-section-history .timeline .timeline-item .timeline-date .year {
  font-size: 36px;
  font-weight: bold;
  color: #0e92d5;
  font-family: "Ubuntu", sans-serif;
  line-height: 1;
}
.p-section-history .timeline .timeline-item .timeline-date .year:empty {
  display: inline-block;
  min-height: 1em;
}
@media screen and (max-width: 767px) {
  .p-section-history .timeline .timeline-item .timeline-date .year {
    font-size: 28px;
  }
}
.p-section-history .timeline .timeline-item .timeline-date::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 12px;
  width: 14px;
  height: 14px;
  background-color: #0e92d5;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-history .timeline .timeline-item .timeline-date::after {
    width: 12px;
    height: 12px;
    top: 10px;
  }
}
.p-section-history .timeline .timeline-item .timeline-content {
  margin: 0;
  padding-left: 35px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-section-history .timeline .timeline-item .timeline-content {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 25px;
    margin-top: -5px;
  }
}
.p-section-history .timeline .timeline-item .timeline-content .month {
  width: 45px;
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-section-history .timeline .timeline-item .timeline-content .month {
    font-size: 22px;
  }
}
.p-section-history .timeline .timeline-item .timeline-content .month span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-history .timeline .timeline-item .timeline-content .month span {
    font-size: 18px;
  }
}

.l-section-other {
  padding: 90px 0 106px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-section-other {
    padding: 60px 0 80px 0;
  }
}
.l-section-other::before {
  display: inline-block;
  width: 218px;
  height: 92px;
  background-image: url("../img/img_deco_fish06.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
  -webkit-animation: fish-swim-reverse 6s ease-in-out infinite;
  animation: fish-swim-reverse 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .l-section-other::before {
    display: none;
  }
}
