@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;
  }
}
/* ======================================================================
 Layout & Sidebar (2 Column)
====================================================================== */
.l-content {
  position: relative;
}

.l-side {
  position: absolute;
  top: 0;
  left: 0;
  /* 子要素（実際に固定される箱） */
}
@media screen and (max-width: 767px) {
  .l-side {
    display: none;
  }
}
.l-side li + li {
  margin-top: 10px;
}
.l-side a {
  width: 240px;
  height: 64px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 0 30px;
  border-radius: 35px;
  border: 1px solid #cbd5de;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-side a:link, .l-side a:active, .l-side a:visited {
  color: #7C8290;
  cursor: pointer;
}
.l-side a:hover {
  color: #7C8290;
}
.l-side a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow07_bottom.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.l-side .active a {
  border: 2px solid #1e1e1e;
}
.l-side .active a:link, .l-side .active a:active, .l-side .active a:visited {
  color: #1e1e1e;
  cursor: pointer;
}
.l-side .active a:hover {
  color: #1e1e1e;
}
.l-side .active a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow02_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.l-side__inner {
  width: 240px;
  /* transition: top 0.3s; ← 計算で操作するため削除推奨 */
  /* A. 追従中 (Fixed) */
  /* B. 停止中 (Absolute) */
}
.l-side__inner.is-sticky {
  position: fixed;
  top: 150px;
  z-index: 10;
  /* leftはJSで指定 */
}
.l-side__inner.is-stopped {
  position: absolute !important;
  /* top: 値はJSで計算してインラインで入れるのでCSSでは指定しない */
  left: 0 !important;
  z-index: 1;
  width: 100%;
}

/* ======================================================================
 p-emergency 緊急時
====================================================================== */
.l-main-visual__en::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_emergency01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

.l-pagemenu-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-pagemenu-sp {
    display: block;
    margin-top: 30px;
  }
  .l-pagemenu-sp li + li {
    margin-top: 10px;
  }
  .l-pagemenu-sp a {
    width: 100%;
    height: 52px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
    border-radius: 35px;
    border: 1px solid #1e1e1e;
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-pagemenu-sp a:link, .l-pagemenu-sp a:active, .l-pagemenu-sp a:visited {
    color: #1e1e1e;
    cursor: pointer;
  }
  .l-pagemenu-sp a:hover {
    color: #1e1e1e;
  }
  .l-pagemenu-sp a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/ico_arrow02_bottom.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
  }
}

.trouble_unit {
  border-radius: 20px;
  background: #effaff;
  padding: 30px 50px 30px 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trouble_unit {
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
  }
}
.trouble_unit::before {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../img/ico_contact01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .trouble_unit::before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
.trouble_unit_line {
  background: #fff;
  border: 0px solid #cc4a4a;
}
.trouble_unit__ttl {
  font-size: 22px;
  font-weight: bold;
  color: #0e92d5;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .trouble_unit__ttl {
    font-size: 20px;
    text-align: center;
  }
}
.trouble_unit .c-button-3 {
  margin-top: 20px;
}
.trouble_unit .c-list-2 {
  margin-top: 20px;
}
.trouble_unit .c-list-2 li:before {
  top: 11px;
}
.trouble_unit .c-list-2 li span {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.trouble_unit .c-list-2 li + li {
  margin-top: 20px;
}
.trouble_unit + .trouble_unit {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .trouble_unit + .trouble_unit {
    margin-top: 35px;
  }
}

.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;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-section-about__inner {
    width: auto;
  }
}
.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: 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;
  bottom: -44px;
  right: 60px;
  -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: 73px;
    height: 68px;
    right: 10px;
    bottom: -25px;
  }
}
.p-section-about .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .p-section-about .c-title-1 .mainttl {
    font-size: 24px;
  }
}
.p-section-about .c-title-1 + p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.p-section-about .c-title-1 + p span {
  color: #cc4a4a;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 + p {
    font-size: 16px;
    text-align: left;
  }
}
.p-section-about .contact {
  position: relative;
  margin-top: 62px;
  border: 2px solid #cc4a4a;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-section-about .contact {
    margin-top: 52px;
    padding-bottom: 95px;
    border-radius: 10px;
  }
}
.p-section-about .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: #cc4a4a;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-section-about .contact .band {
    width: 300px;
    height: 40px;
    font-size: 20px;
  }
}
.p-section-about .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;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-section-about .contact__inner {
    height: auto;
    gap: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 37px 15px 5px 15px;
  }
}
.p-section-about .contact__inner::before {
  display: inline-block;
  width: 65px;
  height: 111px;
  background-image: url("../img/img_cta01a.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-about .contact__inner::before {
    width: 47px;
    height: 80px;
    left: 109px;
  }
}
.p-section-about .contact__inner::after {
  display: inline-block;
  width: 103px;
  height: 110px;
  background-image: url("../img/img_cta02a.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: -1px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-section-about .contact__inner::after {
    background-image: url("../img/img_cta03a.png");
    width: 74.84px;
    height: 80px;
    right: 94px;
  }
}
.p-section-about .contact__inner .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-about .contact__inner .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-section-about .contact__inner .ttl span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-section-about .contact__inner .ttl span {
    font-size: 14px;
  }
}

.p-section-alarm {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-alarm {
    padding: 60px 0 80px 0;
  }
}
.p-section-alarm__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-section-alarm__inner {
    width: auto;
  }
}
.p-section-alarm .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-alarm .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-alarm .c-title-1 span {
  display: inline;
  font-size: 36px;
  color: #0e92d5;
}
@media screen and (max-width: 767px) {
  .p-section-alarm .c-title-1 span {
    font-size: 28px;
  }
}
.p-section-alarm .c-table-1 .text {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-section-alarm .c-table-1 .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-section-alarm .c-table-1 .c-title-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-section-alarm .c-table-1 .decoimg {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-section-alarm .c-table-1 .decoimg {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .p-section-alarm .c-table-1 .decoimg img {
    width: 100%;
    height: auto;
  }
}
.p-section-alarm .c-table-1 + .c-table-1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-section-alarm .c-table-1 + .c-table-1 {
    margin-top: 40px;
  }
}

.p-section-nogas {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-nogas {
    padding: 60px 0 80px 0;
  }
}
.p-section-nogas::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-nogas::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-nogas::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-nogas::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-nogas .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;
  top: -30px;
  right: 75px;
  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) {
  .p-section-nogas .l-breakout__inner::after {
    width: 80px;
    height: 64px;
    right: 15px;
    top: -20px;
  }
}
.p-section-nogas .l-breakout__inner::before {
  display: inline-block;
  width: 114px;
  height: 116px;
  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: -25px;
  right: 70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-nogas .l-breakout__inner::before {
    width: 89px;
    height: 90px;
    right: 15px;
    bottom: -40px;
  }
}
.p-section-nogas__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-section-nogas__inner {
    width: auto;
  }
}
.p-section-nogas .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-nogas .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-nogas .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-nogas .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-section-nogas .column .item {
  width: 430px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-nogas .column .item {
    width: 100%;
    padding: 20px;
  }
}
.p-section-nogas .column .ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-section-nogas .column .ttl {
    font-size: 20px;
    margin: 15px 0;
  }
}
.p-section-nogas .c-button-3::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow02_bottom.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

.l-section-flow {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .l-section-flow {
    padding: 60px 0;
  }
}
.l-section-flow::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-flow::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-flow::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-flow::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-flow__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-section-flow__inner {
    width: auto;
  }
}
.l-section-flow .c-title-1 {
  position: static;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.l-section-flow .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-flow .about {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.l-section-flow .about .txtbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-section-flow .about .txtbox {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .l-section-flow .about .txtbox .c-title-2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-section-flow .about .txtbox p:not(.memo) {
    width: calc(100% - 150px - 15px);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .l-section-flow .about .decoimg {
    width: 150px;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-section-flow .about .decoimg img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.l-section-flow .about .memo {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-section-flow .about .memo {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 5px;
  }
}
.l-section-flow .trouble_unit + .c-title-2 {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-flow .trouble_unit + .c-title-2 {
    margin-top: 40px;
  }
}
.l-section-flow .flowlist {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
.l-section-flow .c-item-2 {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.l-section-flow .c-item-2__inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-item-2__inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.l-section-flow .c-item-2__text-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-section-flow .c-item-2__img-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 254px;
  flex: 0 0 254px;
}
.l-section-flow .c-item-2__img-col img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-item-2__img-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 254px;
    margin: 0 auto;
  }
}
.l-section-flow .c-item-2 + .c-item-2 {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-item-2 + .c-item-2 {
    margin-top: 66px;
  }
}
.l-section-flow .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: -65px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-item-2 + .c-item-2::before {
    top: -55px;
  }
}

.p-section-disaster {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-disaster {
    padding: 60px 0 80px 0;
  }
}
.p-section-disaster::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-disaster::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-disaster::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-disaster::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-disaster .l-breakout__inner::before {
  display: inline-block;
  width: 114px;
  height: 116px;
  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: -60px;
  right: 75px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-disaster .l-breakout__inner::before {
    width: 89px;
    height: 90px;
    top: -25px;
    right: 15px;
  }
}
.p-section-disaster .l-breakout__inner::after {
  display: inline-block;
  width: 84px;
  height: 55px;
  background-image: url("../img/img_deco_bird04.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 50px;
  right: 85px;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-disaster .l-breakout__inner::after {
    width: 66px;
    height: 43px;
    right: 5px;
    bottom: 20px;
  }
}
.p-section-disaster__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-section-disaster__inner {
    width: auto;
  }
}
.p-section-disaster .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-disaster .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-disaster .trouble_unit + p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
.p-section-disaster .c-button-3 {
  min-width: 430px;
  width: 430px;
  max-width: 430px;
  margin: 30px auto 0;
}
.p-section-disaster .c-button-3::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/ico_link01_blank.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-disaster .c-button-3 {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.p-section-malfunction {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-malfunction {
    padding: 60px 0 80px 0;
  }
}
.p-section-malfunction::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-grey.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-malfunction::after {
    background-image: url("../img/bg_wave-grey-sp.svg");
    background-size: contain;
  }
}
.p-section-malfunction .l-breakout__inner::after {
  display: inline-block;
  width: 147px;
  height: 47px;
  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: 20px;
  right: 123px;
  -webkit-animation: fish-swim-horizontal 4s ease-in-out infinite;
  animation: fish-swim-horizontal 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-malfunction .l-breakout__inner::after {
    width: 115px;
    height: 36px;
    right: 60px;
    top: 0;
  }
}
.p-section-malfunction__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-section-malfunction__inner {
    width: auto;
  }
}
.p-section-malfunction .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-malfunction .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-malfunction .c-title-1 span {
  display: inline;
  font-size: 36px;
  color: #0e92d5;
}
@media screen and (max-width: 767px) {
  .p-section-malfunction .c-title-1 span {
    font-size: 28px;
  }
}
.p-section-malfunction .c-table-1 .text {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-section-malfunction .c-table-1 .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-section-malfunction .c-table-1 .c-title-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-section-malfunction .c-table-1 .decoimg {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-section-malfunction .c-table-1 .decoimg {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .p-section-malfunction .c-table-1 .decoimg img {
    width: 100%;
    height: auto;
  }
}
.p-section-malfunction .c-table-1 + .c-table-1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-section-malfunction .c-table-1 + .c-table-1 {
    margin-top: 40px;
  }
}

.l-section-other {
  padding: 90px 0 106px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-section-other {
    padding: 60px 0 80px 0;
  }
}


@media screen and (max-width: 767px) {
  .l-cta-1 {
    padding: 60px 15px;
  }
}
