@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-top
====================================================================== */
.main-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin-top: 0;
  }
}
.main-visual__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1200px;
}
.main-visual__inner::before {
  display: inline-block;
  width: 1509.5px;
  height: 362px;
  background-image: url("../img/bg_mainimg01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: -416px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main-visual__inner::before {
    background-image: url("../img/bg_mainimg01-sp.png");
    width: 100%;
    left: 0;
    aspect-ratio: 375/304;
    height: auto;
    top: 34px;
    bottom: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.main-visual__inner::after {
  display: inline-block;
  width: 817px;
  height: 196px;
  background-image: url("../img/bg_mainimg02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: -360px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-visual__inner::after {
    background-image: url("../img/bg_mainimg02-sp.png");
    width: 318px;
    height: 113px;
    right: 0;
  }
}
.main-visual__pic {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .main-visual__pic {
    margin-top: 216px;
  }
}
.main-visual__pic::before {
  display: inline-block;
  width: 353px;
  height: 178px;
  background-image: url("../img/img_deco_fv01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 4px;
  bottom: -40.38px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-visual__pic::before {
    background-image: url("../img/img_deco_fv01-sp.png");
    width: 260px;
    height: 130px;
    right: 15px;
  }
}
.main-visual__pic::after {
  display: inline-block;
  width: 121px;
  height: 55px;
  background-image: url("../img/img_deco_bird01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -13px;
  left: -228px;
  z-index: 1;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .main-visual__pic::after {
    width: 90px;
    height: 41px;
    top: -200px;
    left: auto;
    right: 15px;
  }
}
.main-visual__txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main-visual__txt {
    top: 78px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 319px;
    height: auto;
    left: 15px;
  }
}

.top-section-news {
  position: relative;
  padding: 60px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .top-section-news {
    padding: 80px 20px 60px 20px;
  }
  .top-section-news .l-breakout__inner {
    padding: 0;
  }
}
.top-section-news::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) {
  .top-section-news::before {
    background-image: url("../img/bg_wave-white.svg");
    background-size: contain;
  }
}
.top-section-news::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: -69px;
  left: 23px;
  -webkit-animation: fish-swim 6s ease-in-out infinite;
  animation: fish-swim 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top-section-news::after {
    width: 91px;
    height: 82px;
  }
}
.top-section-news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 50px;
  border~: 2px solid #cc4a4a;
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-section-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px;
    border-radius: 20px;
    gap: 0;
  }
}
.top-section-news__inner::before {
  display: inline-block;
  width: 102px;
  height: 136px;
  background-image: url("../img/img_deco_leaves01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -80px;
  left: -30px;
  -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) {
  .top-section-news__inner::before {
    width: 84px;
    height: 112px;
    top: -45px;
    left: -15px;
  }
}
.top-section-news__inner::after {
  display: inline-block;
  width: 150px;
  height: 80px;
  background-image: url("../img/img_deco_fish04.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: -50px;
  bottom: -40px;
  -webkit-animation: fish-swim 6s ease-in-out infinite;
  animation: fish-swim 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top-section-news__inner::after {
    width: 234px;
    height: 69.04px;
    right: -65px;
  }
}
.top-section-news .col01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top-section-news .col01 {
    display: contents;
  }
}
.top-section-news .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #0e92d5;
  font-weight: bold;
  font-size: 24px;
}
.top-section-news .ttl01::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../img/ico_news01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .top-section-news .ttl01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-section-news .col02 {
  width: 810px;
}
@media screen and (max-width: 767px) {
  .top-section-news .col02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-section-news .c-button-3 {
  min-width: 255px;
}
@media screen and (max-width: 767px) {
  .top-section-news .c-button-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 0;
    width: 100%;
  }
}

.top-section-emergency {
  margin: 200px 0 106px;
  border-radius: 40px;
  background: #effaff;
}
@media screen and (max-width: 767px) {
  .top-section-emergency {
    margin: 100px -20px 80px;
    border-radius: 20px;
  }
}
.top-section-emergency__inner {
  position: relative;
  padding: 75px 100px 60px 100px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency__inner {
    padding: 88px 15px 50px 15px;
  }
}
.top-section-emergency .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -195px auto 0;
  padding-top: 30px;
  width: 352px;
  height: 176px;
  border-radius: 176px 176px 0 0;
  background: #effaff;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .heading {
    width: 220px;
    height: 110px;
    border-radius: 110px 110px 0 0;
    margin: -158px auto 0;
  }
}
.top-section-emergency .heading::after {
  display: inline-block;
  width: 10px;
  height: 40px;
  background-image~: url("../img/ico_link02_blank.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-section-emergency .heading::after {
    width: 8px;
    height: 30px;
    top: -80px;
  }
}
.top-section-emergency .heading .subttl {
  position: relative;
  display: inline-block;
  /*overflow: hidden;*/
  margin-bottom: 15px;
  padding-bottom: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #0e92d5;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .heading .subttl {
    height: 41px;
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.top-section-emergency .heading .subttl::before {
  display: inline-block;
  width: 100px;
  height: 9px;
  background-image: url("../img/bg_ttl01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background-size: 100px 7px;
  background-repeat: repeat-x;
  -webkit-animation: bg-scroll-loop 6s linear infinite;
  animation: bg-scroll-loop 6s linear infinite;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .heading .subttl::before {
    width: 100%;
  }
}
.top-section-emergency .heading .mainttl {
  font-weight: bold;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .heading .mainttl {
    font-size: 30px;
  }
}
.top-section-emergency .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}
.top-section-emergency .list li {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .list li {
    width: 147px;
  }
  .top-section-emergency .list li img {
    width: 100px;
    height: auto;
    margin: 0 auto;
  }
}
.top-section-emergency .list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  height: 54px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .list span {
    font-size: 16px;
    margin-top: 8px;
  }
}
.top-section-emergency .c-button-3 {
  width: 700px;
  height: 74px;
  border-color: #cc4a4a;
  font-size: 22px;
  color: #cc4a4a;
  -webkit-box-shadow: 0 5px 0 #cc4a4a;
  box-shadow: 0 5px 0 #cc4a4a;
  margin: 50px auto 25px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .c-button-3 {
    margin: 30px auto;
    width: 100%;
    font-size: 18px;
  }
}
.top-section-emergency .c-button-3:hover {
  color: #cc4a4a;
  -webkit-box-shadow: 0 0 0 #cc4a4a;
  box-shadow: 0 0 0 #cc4a4a;
}
.top-section-emergency .c-button-3::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow06_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.top-section-emergency .c-button-3 + p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .c-button-3 + p {
    text-align: left;
  }
}
.top-section-emergency .contact {
  position: relative;
  margin-top: 72px;
  border: 2px solid #0e92d545;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .contact {
    margin-top: 52px;
    border-radius: 10px;
  }
}
.top-section-emergency .contact .band {
  position: absolute;
  top: -22px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 356px;
  height: 45px;
  border-radius: 10px;
  background: #0e92d5;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-section-emergency .contact .band {
    width: 300px;
    height: 40px;
    font-size: 20px;
  }
}
.top-section-emergency .contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .contact__inner {
    height: auto;
    gap: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 37px 15px 29px 15px;
  }
}
.top-section-emergency .contact__inner::before {
  display: inline-block;
  width: 82px;
  height: 141px;
  background-image: url("../img/img_cta03.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 33px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .contact__inner::before {
    width: 62px;
    height: 84px;
    left: -15px;
    bottom: -52px;
    border-radius: 0 0 0 20px;
  }
}
.top-section-emergency .contact__inner::after {
  display: inline-block;
  width: 130px;
  height: 140px;
  background-image: url("../img/img_cta04.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .contact__inner::after {
    width: 73.78px;
    height: 82.86px;
    bottom: -54px;
    right: -15px;
    border-radius: 0 0 20px 0;
  }
}
.top-section-emergency .contact__inner .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .contact__inner .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.top-section-emergency .contact__inner .ttl span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top-section-emergency .contact__inner .ttl span {
    font-size: 14px;
  }
}

@-webkit-keyframes eye-move-left {
  0%, 20% {
    d: path("M24.8755 20.7655C26.5526 20.7655 27.9121 18.5483 27.9121 15.8131C27.9121 13.078 26.5526 10.8608 24.8755 10.8608C23.1984 10.8608 21.8389 13.078 21.8389 15.8131C21.8389 18.5483 23.1984 20.7655 24.8755 20.7655Z");
  }
  50%, 70% {
    d: path("M20.6489 20.7655C22.326 20.7655 23.6856 18.5483 23.6856 15.8131C23.6856 13.078 22.326 10.8608 20.6489 10.8608C18.9719 10.8608 17.6123 13.078 17.6123 15.8131C17.6123 18.5483 18.9719 20.7655 20.6489 20.7655Z");
  }
  100% {
    d: path("M24.8755 20.7655C26.5526 20.7655 27.9121 18.5483 27.9121 15.8131C27.9121 13.078 26.5526 10.8608 24.8755 10.8608C23.1984 10.8608 21.8389 13.078 21.8389 15.8131C21.8389 18.5483 23.1984 20.7655 24.8755 20.7655Z");
  }
}

@keyframes eye-move-left {
  0%, 20% {
    d: path("M24.8755 20.7655C26.5526 20.7655 27.9121 18.5483 27.9121 15.8131C27.9121 13.078 26.5526 10.8608 24.8755 10.8608C23.1984 10.8608 21.8389 13.078 21.8389 15.8131C21.8389 18.5483 23.1984 20.7655 24.8755 20.7655Z");
  }
  50%, 70% {
    d: path("M20.6489 20.7655C22.326 20.7655 23.6856 18.5483 23.6856 15.8131C23.6856 13.078 22.326 10.8608 20.6489 10.8608C18.9719 10.8608 17.6123 13.078 17.6123 15.8131C17.6123 18.5483 18.9719 20.7655 20.6489 20.7655Z");
  }
  100% {
    d: path("M24.8755 20.7655C26.5526 20.7655 27.9121 18.5483 27.9121 15.8131C27.9121 13.078 26.5526 10.8608 24.8755 10.8608C23.1984 10.8608 21.8389 13.078 21.8389 15.8131C21.8389 18.5483 23.1984 20.7655 24.8755 20.7655Z");
  }
}
@-webkit-keyframes eye-move-right {
  0%, 20% {
    d: path("M9.7632 20.7655C11.4403 20.7655 12.7998 18.5483 12.7998 15.8131C12.7998 13.078 11.4403 10.8608 9.7632 10.8608C8.08611 10.8608 6.72656 13.078 6.72656 15.8131C6.72656 18.5483 8.08611 20.7655 9.7632 20.7655Z");
  }
  50%, 70% {
    d: path("M5.53664 20.7655C7.21373 20.7655 8.57328 18.5483 8.57328 15.8131C8.57328 13.078 7.21373 10.8608 5.53664 10.8608C3.85955 10.8608 2.5 13.078 2.5 15.8131C2.5 18.5483 3.85955 20.7655 5.53664 20.7655Z");
  }
  100% {
    d: path("M9.7632 20.7655C11.4403 20.7655 12.7998 18.5483 12.7998 15.8131C12.7998 13.078 11.4403 10.8608 9.7632 10.8608C8.08611 10.8608 6.72656 13.078 6.72656 15.8131C6.72656 18.5483 8.08611 20.7655 9.7632 20.7655Z");
  }
}
@keyframes eye-move-right {
  0%, 20% {
    d: path("M9.7632 20.7655C11.4403 20.7655 12.7998 18.5483 12.7998 15.8131C12.7998 13.078 11.4403 10.8608 9.7632 10.8608C8.08611 10.8608 6.72656 13.078 6.72656 15.8131C6.72656 18.5483 8.08611 20.7655 9.7632 20.7655Z");
  }
  50%, 70% {
    d: path("M5.53664 20.7655C7.21373 20.7655 8.57328 18.5483 8.57328 15.8131C8.57328 13.078 7.21373 10.8608 5.53664 10.8608C3.85955 10.8608 2.5 13.078 2.5 15.8131C2.5 18.5483 3.85955 20.7655 5.53664 20.7655Z");
  }
  100% {
    d: path("M9.7632 20.7655C11.4403 20.7655 12.7998 18.5483 12.7998 15.8131C12.7998 13.078 11.4403 10.8608 9.7632 10.8608C8.08611 10.8608 6.72656 13.078 6.72656 15.8131C6.72656 18.5483 8.08611 20.7655 9.7632 20.7655Z");
  }
}
.top-section-pickup {
  position: relative;
  padding: 110px 0 100px 0;
}
.top-section-pickup::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) {
  .top-section-pickup::before {
    background-image: url("../img/bg_wave-white.svg");
    background-size: contain;
  }
}
.top-section-pickup::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) {
  .top-section-pickup::after {
    background-image: url("../img/bg_wave-white.svg");
    background-size: contain;
  }
}
.top-section-pickup .l-breakout__inner::after {
  display: inline-block;
  width: 199px;
  height: 125px;
  background-image: url("../img/img_deco_fish05.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -20px;
  right: 70px;
  z-index: 1;
  -webkit-animation: fish-swim 6s ease-in-out infinite;
  animation: fish-swim 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top-section-pickup .l-breakout__inner::after {
    width: 150px;
    height: 94px;
    right: 15px;
    top: 0;
  }
}
.top-section-pickup .l-breakout__inner::before {
  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;
  bottom: 55px;
  left: 26px;
  -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) {
  .top-section-pickup .l-breakout__inner::before {
    width: 66px;
    height: 43px;
    left: 6px;
    bottom: 27px;
  }
}
.top-section-pickup .c-title-1 {
  overflow: inherit;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-section-pickup .c-title-1 {
    margin-bottom: 20px;
  }
}
.top-section-pickup .c-title-1 .subttl {
  position: relative;
  display: inline-block;
}
.top-section-pickup .c-title-1 .subttl .pickup-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
}
.top-section-pickup .c-title-1 .subttl .pickup-icon .eye-left {
  -webkit-animation: eye-move-left 6s ease-in-out infinite;
  animation: eye-move-left 6s ease-in-out infinite;
}
.top-section-pickup .c-title-1 .subttl .pickup-icon .eye-right {
  -webkit-animation: eye-move-right 6s ease-in-out infinite;
  animation: eye-move-right 6s ease-in-out infinite;
}

.top-section-moving {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .top-section-moving {
    padding: 80px 0;
  }
}
.top-section-moving::after {
  display: inline-block;
  width: 147px;
  height: 47px;
  background-image: url("../img/img_deco_bird03.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 21px;
  left: 0;
  -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) {
  .top-section-moving::after {
    width: 115px;
    height: 36px;
    left: 57px;
    top: 0;
  }
}
.top-section-moving .c-title-1 .subttl {
  padding-left: 40px;
  padding-bottom: 12px;
}
.top-section-moving .c-title-1 .subttl span {
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .top-section-moving .c-title-1 .subttl {
    padding-bottom: 9px;
  }
  .top-section-moving .c-title-1 .subttl span {
    margin-top: 0;
  }
}
.top-section-moving .c-title-1 .subttl::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_moving01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-section-moving .c-table-1 .decoimg::after {
  display: inline-block;
  width: 221px;
  height: 106px;
  background-image: url("../img/img_deco_moving01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -36px;
  left: -65px;
}
@media screen and (max-width: 767px) {
  .top-section-moving .c-table-1 .decoimg::after {
    width: 146px;
    height: 70px;
    left: auto;
    right: -10px;
    bottom: -34px;
  }
}

.top-section-gas {
  position: relative;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .top-section-gas {
    padding: 80px 0 80px 0;
  }
}
.top-section-gas::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) {
  .top-section-gas::before {
    background-image: url("../img/bg_wave-white.svg");
    background-size: contain;
  }
}
.top-section-gas::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) {
  .top-section-gas::after {
    background-image: url("../img/bg_wave-white.svg");
    background-size: contain;
  }
}
.top-section-gas .l-breakout__inner::after {
  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: 32px;
  right: 65px;
  z-index: 1;
  -webkit-animation: fish-swim 6s ease-in-out infinite;
  animation: fish-swim 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top-section-gas .l-breakout__inner::after {
    width: 142px;
    height: 60px;
    right: 15px;
    top: 65px;
  }
}
.top-section-gas .l-breakout__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;
  bottom: -34px;
  left: 38px;
}
@media screen and (max-width: 767px) {
  .top-section-gas .l-breakout__inner::before {
    width: 89px;
    height: 90px;
    left: auto;
    right: 15px;
    bottom: -50px;
  }
}
.top-section-gas .c-title-1 .subttl {
  padding-left: 40px;
  padding-bottom: 12px;
}
.top-section-gas .c-title-1 .subttl span {
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .top-section-gas .c-title-1 .subttl {
    padding-bottom: 9px;
    /*span { margin-top: 0; }*/
  }
}
.top-section-gas .c-title-1 .subttl::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_gas01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 35%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}
.top-section-gas .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-section-gas .c-title-1 {
    margin-bottom: 25px;
  }
}
.top-section-gas .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .top-section-gas .unit {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-section-gas .unit .c-item-2:nth-child(1) .c-item-2__ttl::before {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: url("../img/ico_service_gas01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top-section-gas .unit .c-item-2:nth-child(1) .c-item-2__ttl::before {
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 10px;
  }
}
.top-section-gas .unit .c-item-2:nth-child(2) .c-item-2__ttl::before {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: url("../img/ico_profile01-sp.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top-section-gas .unit .c-item-2:nth-child(2) .c-item-2__ttl::before {
    width: 82.67px;
    height: 96px;
    right: 10px;
    bottom: 15px;
  }
}
.top-section-gas .unit .c-item-2 {
  overflow: visible;
  width: 570px;
}
@media screen and (max-width: 767px) {
  .top-section-gas .unit .c-item-2 {
    width: auto;
  }
}
.top-section-gas .unit .c-item-2__ttl {
  border-radius: 18px 18px 0 0;
}
.top-section-gas .unit .c-button-3 {
  width: 100%;
}

.top-section-renovation {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .top-section-renovation {
    padding: 80px 0;
  }
}
.top-section-renovation .c-title-1 .subttl {
  padding-left: 40px;
  padding-bottom: 14px;
}
.top-section-renovation .c-title-1 .subttl span {
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .top-section-renovation .c-title-1 .subttl {
    padding-bottom: 9px;
    /*span { margin-top: 0; }*/
  }
}
.top-section-renovation .c-title-1 .subttl::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_renovation01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}
.top-section-renovation .c-table-1 .decoimg::after {
  display: inline-block;
  width: 178px;
  height: 96px;
  background-image: url("../img/ico_services03.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: -30px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .top-section-renovation .c-table-1 .decoimg::after {
    width: 111px;
    height: 60px;
    right: -15px;
    bottom: -15px;
  }
}

.top-section-showroom {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .top-section-showroom {
    padding: 80px 0;
  }
}
.top-section-showroom::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) {
  .top-section-showroom::before {
    background-image: url("../img/bg_wave-white.svg");
    background-size: contain;
  }
}
.top-section-showroom::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) {
  .top-section-showroom::after {
    background-image: url("../img/bg_wave-white.svg");
    background-size: contain;
  }
}
.top-section-showroom .l-breakout__inner::after {
  display: inline-block;
  width: 95px;
  height: 88px;
  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: -44px;
  right: 67px;
  z-index: 1;
  -webkit-animation: fish-swim 6s ease-in-out infinite;
  animation: fish-swim 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top-section-showroom .l-breakout__inner::after {
    width: 70px;
    height: 65px;
    right: 15px;
    top: -25px;
  }
}
.top-section-showroom .l-breakout__inner::before {
  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;
  bottom: -54px;
  left: 44px;
  -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) {
  .top-section-showroom .l-breakout__inner::before {
    width: 80px;
    height: 64px;
    left: auto;
    right: 15px;
    bottom: -30px;
  }
}
.top-section-showroom .c-title-1 .subttl {
  padding-left: 40px;
  padding-bottom: 12px;
}
.top-section-showroom .c-title-1 .subttl span {
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .top-section-showroom .c-title-1 .subttl {
    /*padding-bottom: 0;*/
    /*span { margin-top: 0; }*/
  }
}
.top-section-showroom .c-title-1 .subttl::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_showroom01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 35%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}
.top-section-showroom .c-table-1 .decoimg::after {
  display: inline-block;
  width: 180px;
  height: 176px;
  background-image: url("../img/img_deco_dolphins01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -20px;
  left: -23px;
}
@media screen and (max-width: 767px) {
  .top-section-showroom .c-table-1 .decoimg::after {
    width: 110px;
    height: 107.56px;
    left: auto;
    right: 10px;
    bottom: -53.56px;
  }
}

.top-section-otherservices {
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .top-section-otherservices {
    padding: 60px 0 80px 0;
  }
}
.top-section-otherservices .c-title-1 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-section-otherservices .c-title-1 {
    margin-bottom: 25px;
  }
}
.top-section-otherservices .c-title-1 .subttl::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image~: url("../img/ico_other01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-section-otherservices .serviceslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  /* 直下の子要素（aタグ）に対して幅を指定 */
}
@media screen and (max-width: 767px) {
  .top-section-otherservices .serviceslist {
    gap: 15px;
  }
}
.top-section-otherservices .serviceslist .w50 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .top-section-otherservices .serviceslist .w50 {
    width: 100%;
  }
}
.top-section-otherservices .serviceslist .w33 {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .top-section-otherservices .serviceslist .w33 {
    width: 100%;
  }
}

.top-section-info {
  position: relative;
  padding: 120px 0 140px 0;
  /*overflow: hidden;*/
}
@media screen and (max-width: 767px) {
  .top-section-info {
    padding: 80px 0 100px 0;
  }
}
.top-section-info::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;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-section-info::before {
    background-image: url("../img/bg_wave-white.svg");
    background-size: contain;
  }
}
.top-section-info::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) {
  .top-section-info::after {
    background-image: url("../img/bg_wave-white.svg");
    background-size: contain;
  }
}
.top-section-info .l-breakout__inner::after {
  display: inline-block;
  width: 68px;
  height: 68px;
  background-image: url("../img/img_deco_shell01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -15px;
  right: 58px;
  z-index: 1;
  -webkit-animation: fish-swim 6s ease-in-out infinite;
  animation: fish-swim 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top-section-info .l-breakout__inner::after {
    width: 58px;
    height: 58px;
    right: 15px;
    top: -20px;
  }
}
.top-section-info .deco_layer_whale {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.top-section-info .deco_layer_whale::before {
  display: inline-block;
  width: 199px;
  height: 102px;
  background-image: url("../img/img_deco_whale01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 149px;
  -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) {
  .top-section-info .deco_layer_whale::before {
    width: 133px;
    height: 80px;
    left: 15px;
  }
}
.top-section-info__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top-section-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.top-section-info .c-title-1 .subttl {
  padding-left: 40px;
}
.top-section-info .c-title-1 .subttl::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_news01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}
.top-section-info .col01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-section-info .col01 {
    display: contents;
  }
}
.top-section-info .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-section-info .c-title-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-section-info .col02 {
  width: 810px;
}
@media screen and (max-width: 767px) {
  .top-section-info .col02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 40px;
  }
}
.top-section-info .c-list-1 {
  padding: 20px 0;
  border-top: 1px solid #cbd5de;
  border-bottom: 1px solid #cbd5de;
}
@media screen and (max-width: 767px) {
  .top-section-info .c-button-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 0;
    width: 100%;
  }
}

.top-section-company {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .top-section-company {
    padding-top: 80px;
  }
}
.top-section-company .companylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  /* 直下の子要素（aタグ）に対して幅を指定 */
}
@media screen and (max-width: 767px) {
  .top-section-company .companylist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.top-section-company .companylist .c-item-3 {
  position: relative;
}
.top-section-company .companylist .c-item-3 .ttl {
  position: static;
}
.top-section-company .companylist .c-item-3 .ttl::after {
  right: 32px;
}
.top-section-company .companylist .c-item-3 .txt {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .top-section-company .companylist .c-item-3 .txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-section-company .companylist .c-item-3 .ttl {
    position: relative;
  }
  .top-section-company .companylist .c-item-3 .ttl::after {
    right: auto;
  }
}
.top-section-company .companylist .w50 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .top-section-company .companylist .w50 {
    width: 100%;
  }
}
.top-section-company .l-cta-1 {
  margin-top: 100px;
}
