.fv {
  background: linear-gradient(90deg, #f1f1ec 0%, #43b3de 49%, #2b72a3 100%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .fv {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 155px;
    margin-top: 54px;
  }
}
.fv__wrapper {
  height: 100%;
}
.fv__title {
  position: relative;
  color: #fff;
  letter-spacing: 0.16em;
}
.fv__title span {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__title span {
    padding-top: 120px;
  }
}
.fv__title::after {
  content: attr(data-en);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  color: #16a0d5;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .fv__title::after {
    font-size: 90px;
    line-height: 125px;
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .fv__title::after {
    font-size: 80px;
    line-height: 105px;
  }
}

.accident {
  color: #434343;
}
@media (min-width: 768px) {
  .accident {
    background-color: #eff8fb;
    margin-bottom: -40px;
  }
}
.accident__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .accident__wrapper {
    top: -110px;
    max-width: 1280px;
    padding: 0 20px;
  }
}
.accident__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .accident__box {
    padding: 50px 50px 80px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px rgba(153, 153, 153, 0.5), -2px -5px 10px rgba(153, 153, 153, 0.5);
  }
}
@media (max-width: 767px) {
  .accident__box {
    padding: 35px 20px 50px;
  }
}
.accident__head {
  background-color: #358dbc;
  color: #fff;
  padding: 10px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .accident__body {
    width: 81.33vw;
  }
}
.accident__p {
  line-height: 28px;
}
@media (min-width: 768px) {
  .accident__items {
    gap: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .accident__items {
    gap: 0 2.93vw;
  }
}
@media (max-width: 767px) {
  .accident__items {
    gap: 5px 0;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .accident__item {
    max-width: 315px;
    width: 100%;
  }
}
.accident__itembox {
  background-color: #eff8fb;
  border: 1px solid #358dbc;
  padding: 10px;
}
@media (min-width: 768px) {
  .accident__itembox {
    min-height: 92px;
  }
}
@media (max-width: 767px) {
  .accident__itembox {
    min-height: 80px;
  }
}
.accident__itembox .text {
  color: #358dbc;
  line-height: 22px;
}
.accident__itembox .lead {
  color: #358dbc;
  line-height: 48px;
}
.accident__ul {
  list-style: none;
}
.accident__li {
  position: relative;
  padding-left: 15px;
  line-height: 24px;
}
.accident__li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #358dbc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.accident__attention {
  border: 1px solid #ff4f4f;
}
@media (min-width: 768px) {
  .accident__attention {
    max-width: 850px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .accident__attention {
    padding: 20px;
  }
}
.accident__attention .lead {
  color: #ff4f4f;
  line-height: 32px;
}
@media (max-width: 767px) {
  .accident__attention .text {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.accident__content {
  background-color: #eff8fb;
  border: 1px solid #358dbc;
  padding: 20px;
}
@media (min-width: 768px) {
  .accident__content {
    max-width: 850px;
  }
}
.accident__content .lead {
  color: #358dbc;
}
.accident__content .list {
  line-height: 32px;
}
@media (min-width: 768px) {
  .accident__content .list {
    padding: 0 50px;
  }
}
.accident__content .list span {
  color: #358dbc;
  font-size: 10px;
}
.accident__notice {
  color: #ff4f4f;
  line-height: 28px;
}
@media (max-width: 767px) {
  .accident__notice {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}/*# sourceMappingURL=accident.css.map */