.vamo-life {
  color: #222222;
}
.vamo-life__h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.08em;
}
.vamo-life__h2 small {
  display: block;
  font-size: 0.8em;
}
.vamo-life__h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  margin: 36px auto;
  background: #E5623E;
}
@media screen and (max-width: 768px) {
  .vamo-life__h2 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .vamo-life__h2::after {
    width: 50px;
    height: 4px;
    margin: 20px auto;
  }
}
.vamo-life__fv {
  position: relative;
  margin: 0 calc(50% - 50dvw);
  padding: 0 70px calc(180px + 6dvw);
}
.vamo-life__fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.vamo-life__fv__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.vamo-life__fv__inner h1 {
  margin-bottom: 100px;
}
.vamo-life__fv__inner h1 img {
  width: min(60%, 540px);
}
.vamo-life__fv__inner p {
  margin-bottom: 1em;
  line-height: 2.1;
  font-size: 2rem;
}
.vamo-life__fv__inner p small {
  font-size: 0.6em;
}
.vamo-life__fv__img {
  position: relative;
  height: 560px;
  margin: 0 calc(50% - 50vw) 120px;
  border-bottom: 6px solid #E5623E;
  background: url(/uploads/bg_vamolife_fv.webp) center;
  background-size: cover;
}
.vamo-life__fv__img__copy {
  position: absolute;
  bottom: 60px;
  left: max(50% - 480px, 40px);
  text-align: left;
  font-size: 5.2rem;
  color: #fff;
}
.vamo-life__fv__btn {
  display: inline-block;
  margin-top: 40px;
  padding: 0.6em 2em;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FD7C59), to(#E5623E));
  background: linear-gradient(#FD7C59, #E5623E);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .vamo-life__fv {
    padding: 0 50px calc(180px + 6dvw);
  }
  .vamo-life__fv__inner h1 {
    margin-bottom: 80px;
  }
  .vamo-life__fv__inner p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .vamo-life__fv {
    padding: 0 20px calc(120px + 6dvw);
  }
  .vamo-life__fv__bg {
    opacity: 0.7;
  }
  .vamo-life__fv__inner h1 {
    margin-bottom: 60px;
    text-align: center;
  }
  .vamo-life__fv__inner h1 img {
    width: min(90%, 540px);
  }
  .vamo-life__fv__inner p {
    font-size: 1.2rem;
    line-height: 2.6;
  }
  .vamo-life__fv__img {
    height: 72vw;
    margin-bottom: 80px;
  }
  .vamo-life__fv__img__copy {
    font-size: 4.2rem;
  }
  .vamo-life__fv__btn {
    width: 100%;
    padding: 1em 1.4em;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  .vamo-life__fv__img__copy {
    left: 20px;
    bottom: 30px;
    font-size: 8vw;
  }
}
.vamo-life__feature {
  position: relative;
  margin: 0 calc(50% - 50dvw);
  padding: 120px 20px;
  background: #F3F3F3;
}
.vamo-life__feature::before {
  content: "";
  position: absolute;
  top: -6dvw;
  left: 0;
  width: 100%;
  height: 6dvw;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  background: #F3F3F3;
}
.vamo-life__feature::after {
  content: "";
  position: absolute;
  bottom: -6dvw;
  left: 0;
  width: 100%;
  height: 6dvw;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #F3F3F3;
}
.vamo-life__feature__inner {
  max-width: 960px;
  margin: 0 auto;
}
.vamo-life__feature h3 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  color: #5A79BC;
}
.vamo-life__feature__problem {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.vamo-life__feature__problem__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 40px;
  border-radius: 999px;
  background: #5A79BC;
  aspect-ratio: 1;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
.vamo-life__feature__problem__item img {
  margin-bottom: 10px;
}
.vamo-life__feature__problem__item::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 2px);
  display: block;
  width: 4px;
  height: 40px;
  background: #5A79BC;
}
.vamo-life__feature__benefit {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
.vamo-life__feature__benefit__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 30px 30px;
  border-radius: 30px;
  background: #fff;
  line-height: 1.8;
  text-align: center;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.1));
}
.vamo-life__feature__benefit__item img {
  margin-bottom: 15px;
  width: 90%;
}
.vamo-life__feature__benefit__item__title {
  margin-bottom: 0.1em;
  font-size: 2.6rem;
  font-weight: 600;
  color: #E5623E;
}
.vamo-life__feature__appeal {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 2;
}
.vamo-life__feature__appeal span {
  padding: 0.1em 0.4em;
  display: inline;
  background: #E5623E;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .vamo-life__feature {
    padding: 80px 20px;
  }
  .vamo-life__feature h3 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .vamo-life__feature__problem {
    gap: 15px;
  }
  .vamo-life__feature__problem__item {
    margin: 0 auto 40px;
    max-width: 190px;
    font-size: 1.2rem;
  }
  .vamo-life__feature__problem__item img {
    width: 24px;
    margin-bottom: 5px;
  }
  .vamo-life__feature__benefit {
    gap: 15px;
  }
  .vamo-life__feature__benefit__item {
    padding: 20px 10px;
    font-size: 1.3rem;
  }
  .vamo-life__feature__benefit__item img {
    margin: 5px;
  }
  .vamo-life__feature__benefit__item__title {
    font-size: 2.2rem;
  }
  .vamo-life__feature__appeal {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 479px) {
  .vamo-life__feature__problem {
    display: block;
    margin-bottom: 40px;
  }
  .vamo-life__feature__problem__item {
    aspect-ratio: auto;
    max-width: none;
    margin: 0 0 15px;
    padding: 10px;
    line-height: 1.6;
  }
  .vamo-life__feature__benefit {
    display: block;
    max-width: 320px;
    margin: 0 auto 40px;
  }
  .vamo-life__feature__benefit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px 30px;
    border-radius: 25px;
    line-height: 1.6;
    text-align: left;
  }
  .vamo-life__feature__benefit__item img {
    width: 30%;
  }
  .vamo-life__feature__appeal {
    font-size: 2rem;
  }
}
.vamo-life__contents {
  padding: calc(90px + 6dvw) 20px 120px;
}
.vamo-life__contents h2 {
  margin-bottom: 80px;
}
.vamo-life__contents__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 60px;
}
.vamo-life__contents__item {
  width: calc(50% - 40px);
  text-align: center;
  line-height: 1.6;
}
.vamo-life__contents__item h3 {
  margin: 8px 0;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
.vamo-life__contents__item p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .vamo-life__contents {
    padding: calc(60px + 6dvw) 0 80px;
  }
  .vamo-life__contents h2 {
    margin-bottom: 50px;
  }
  .vamo-life__contents__list {
    display: block;
  }
  .vamo-life__contents__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .vamo-life__contents__item h3 {
    font-size: 2.1rem;
    line-height: 1;
  }
  .vamo-life__contents__item p {
    font-size: 1.3rem;
  }
}
.vamo-life__form {
  margin: 80px calc(50% - 50dvw) 0;
}
.vamo-life__form .c-form__head {
  background: #E5623E;
}
.vamo-life__form .hs-form-frame {
  background: #fff;
}/*# sourceMappingURL=vamo-life.css.map */