@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-moving
====================================================================== */
.l-main-visual__pic::before {
  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;
  right: -100px;
  bottom: -40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::before {
    width: 103px;
    height: 48px;
    right: -15px;
    top: auto;
    bottom: -25px;
  }
}
.l-main-visual__pic::after {
  display: inline-block;
  width: 69px;
  height: 170px;
  background-image: url("../img/img_deco_hermitcrab01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 75px;
  left: -42px;
  z-index: 2;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::after {
    width: 40px;
    height: 99.3px;
    left: -5px;
    top: 70px;
  }
}
.l-main-visual__en::before {
  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;
}

.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: 80px;
  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__inner::after {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url("../img/img_moving02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -140px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-section-about__inner::after {
    width: 108px;
    height: 108px;
    bottom: -80px;
    right: -15px;
  }
}
.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;
  z-index: 1;
}
@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;
  z-index: 1;
  -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 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.p-section-about .c-title-1 + p span {
  color: #0e92d5;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 + p {
    font-size: 16px;
    text-align: left;
  }
}

.p-section-flow {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-flow {
    padding: 40px 0;
  }
}
.p-section-flow .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-flow .tab-container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-section-flow .tab-container {
    width: auto;
    margin: 0 -20px;
  }
}
.p-section-flow .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1px;
}
.p-section-flow .tab-button {
  width: calc(50% - 1px);
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button {
    min-width: 160px;
    height: 50px;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
    padding-left: 40px;
  }
}
.p-section-flow .tab-button span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button span {
    font-size: 14px;
  }
}
.p-section-flow .tab-button.open {
  background: #39B372;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button.open {
    border-radius: 10px 0 0 0;
  }
}
.p-section-flow .tab-button.open::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/ico_start01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button.open::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-section-flow .tab-button.close {
  background: #0e92d5;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button.close {
    border-radius: 0 10px 0 0;
  }
}
.p-section-flow .tab-button.close::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/ico_side01-01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button.close::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-section-flow .tab-button.is-active {
  width: 580px;
  height: 80px;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button.is-active {
    min-width: 212px;
    height: 65px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
  }
}
.p-section-flow .tab-button.is-active span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button.is-active span {
    font-size: 20px;
  }
}
.p-section-flow .tab-button.is-active.open::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_start01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button.is-active.open::before {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-section-flow .tab-button.is-active.close::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_side01-01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-button.is-active.close::before {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-section-flow .tab-content {
  display: none;
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content {
    padding: 30px 15px;
  }
}
.p-section-flow .tab-content.open {
  background: #EFFFF5;
}
.p-section-flow .tab-content.open .c-list-2,
.p-section-flow .tab-content.open .note {
  padding: 20px 30px;
  margin: 20px 0;
  border-radius: 15px;
  background: #E5F7ED;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content.open .c-list-2,
.p-section-flow .tab-content.open .note {
    padding: 15px;
  }
}
.p-section-flow .tab-content.open .c-list-2 li:before,
.p-section-flow .tab-content.open .note li:before {
  background-color: #39B372;
}
.p-section-flow .tab-content.close {
  background: #effaff;
}
.p-section-flow .tab-content.close .c-list-2 {
  padding: 20px 30px;
  margin: 20px 0;
  border-radius: 15px;
  background: #EAF6FC;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content.close .c-list-2 {
    padding: 15px;
  }
}
.p-section-flow .tab-content.is-active {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.p-section-flow .tab-content .note dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  margin-bottom: 10px;
}
.p-section-flow .tab-content .note dl dt {
  color: #3AA26B;
  grid-column: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-section-flow .tab-content .note dl dt::after {
  content: "：";
  margin-left: auto;
  padding-right: 5px;
}
.p-section-flow .tab-content .note dl dd {
  grid-column: 2;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-section-flow .tab-content .memo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 14px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .memo {
    margin-top: 5px;
  }
}
.p-section-flow .tab-content .c-item-2 {
  width: 840px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2 {
    width: 100%;
  }
}
.p-section-flow .tab-content .c-item-2__ttl {
  line-height: 1.6;
  border-radius: 17px 17px 0 0;
}
.p-section-flow .tab-content .c-item-2__cont {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2__cont {
    padding: 20px 15px;
  }
}
.p-section-flow .tab-content .c-item-2__cont .txtbox {
  width: calc(100% - 254px - 30px);
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2__cont .txtbox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-section-flow .tab-content .c-item-2__cont .decoimg {
  width: 254px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2__cont .decoimg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-section-flow .tab-content .c-item-2__cont .decoimg img {
    margin: 0 auto 15px;
  }
}
.p-section-flow .tab-content .c-item-2__cont .u-ta-c {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2__cont .u-ta-c {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.p-section-flow .tab-content .c-item-2 + .c-item-2 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2 + .c-item-2 {
    margin-top: 65px;
  }
}
.p-section-flow .tab-content .c-item-2 + .c-item-2::before {
  display: inline-block;
  width: 22px;
  height: 45px;
  background-image: url("../img/ico_flow01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: -70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2 + .c-item-2::before {
    width: 22px;
    height: 34px;
    left: 50%;
    top: -52px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-section-flow .tab-content .c-item-2:nth-child(1) .c-item-2__ttl::after {
  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: -20px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2:nth-child(1) .c-item-2__ttl::after {
    width: 62px;
    height: 36px;
    left: 10px;
  }
}
.p-section-flow .tab-content .c-item-2:nth-child(2) .c-item-2__ttl::after {
  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: -20px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2:nth-child(2) .c-item-2__ttl::after {
    width: 62px;
    height: 36px;
    left: 10px;
  }
}
.p-section-flow .tab-content .c-item-2:nth-child(3) .c-item-2__ttl::after {
  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: -20px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2:nth-child(3) .c-item-2__ttl::after {
    width: 62px;
    height: 36px;
    left: 10px;
  }
}
.p-section-flow .tab-content .c-item-2:nth-child(4) .c-item-2__ttl::after {
  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: -20px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-flow .tab-content .c-item-2:nth-child(4) .c-item-2__ttl::after {
    width: 62px;
    height: 36px;
    left: 10px;
  }
}
.p-section-flow .tab-content .c-item-2:nth-child(4) .c-item-2__ttl.bg_grey:after {
  display: none;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.l-section-notice {
  position: relative;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .l-section-notice {
    padding: 60px 0;
  }
}
.l-section-notice::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) {
  .l-section-notice::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-notice::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) {
  .l-section-notice::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-notice .l-breakout__inner::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;
  right: 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) {
  .l-section-notice .l-breakout__inner::before {
    width: 73px;
    height: 68px;
    left: auto;
    right: 15px;
    top: -25px;
  }
}
.l-section-notice .l-breakout__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;
  bottom: -34px;
  left: 44px;
  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-notice .l-breakout__inner::after {
    display: none;
  }
}
.l-section-notice .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-notice .c-title-1 {
    margin-bottom: 30px;
  }
}
.l-section-notice .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-section-notice .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.l-section-notice .column .item {
  width: 380px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 30px 20px;
}
@media screen and (max-width: 767px) {
  .l-section-notice .column .item {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
  }
  .l-section-notice .column .item img {
    margin: 0 auto;
  }
}
.l-section-notice .column .ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.l-section-notice .column .ttl::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/ico_warning01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .l-section-notice .column .ttl {
    font-size: 20px;
    margin: 15px 0;
  }
}

.l-section-other {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .l-section-other {
    padding-top: 60px;
  }
}

.l-section-faq {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .l-section-faq {
    padding: 60px 0 80px 0;
  }
}
.l-section-faq::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) {
  .l-section-faq::after {
    background-image: url("../img/bg_wave-grey-sp.svg");
    background-size: contain;
  }
}
.l-section-faq__inner::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: 40px;
  right: 59px;
  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-faq__inner::before {
    width: 143px;
    height: 60px;
    right: 10px;
    top: -50px;
  }
}