@charset "UTF-8";
/* mixin
------------------------------------------------------------*/
/* 追加css
------------------------------------------------------------*/
body {
  overflow-x: clip !important;
}

.life-event {
  background-size: auto auto;
  background-color: rgb(212, 237, 241);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(215, 245, 252) 2px, rgb(215, 245, 252) 4px);
}
.life-event__ttl {
  line-height: 1.2;
  margin-bottom: 48px;
}
.life-event__ttl span::before {
  left: -2em;
}
.life-event__inner {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media screen and (max-width: 480px) {
  .life-event__inner {
    padding: 64px 4% 0 4%;
  }
}
.life-event__catch {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  color: var(--c-blue);
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .life-event__catch {
    font-size: 1.125rem;
  }
}
.life-event__catch .-txt {
  font-size: 1.15em;
  padding: 0 0.25em;
  background: linear-gradient(#fff 70%, #ffdb41 70%);
}
.life-event__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.life-event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .life-event__list {
    width: 95%;
    margin: 0 auto 24px;
  }
}
.life-event__item {
  background-color: var(--c-white);
  width: 18%;
  height: auto;
  margin-bottom: 14px;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.life-event__item::after {
  content: "";
  height: 14px;
  width: 28px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: var(--c-blue);
  display: block;
  position: absolute;
  right: -12px;
  bottom: -4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .life-event__item {
    width: 18%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .life-event__item {
    width: 31.5%;
    height: auto;
  }
}
.life-event__item img {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
}
.life-event__item p {
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5em 0;
}
@media screen and (max-width: 1024px) {
  .life-event__item p {
    font-size: 0.75rem;
  }
}
.life-event__comment__box {
  padding: 24px;
  background-color: var(--c-white);
  width: 640px;
  max-width: 100%;
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}
.life-event__comment__box::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-top: 16px solid var(--c-white);
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  transform: translate(-50%, 100%);
}
.life-event__comment__box p {
  font-size: 1.25rem;
  color: var(--c-blue);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .life-event__comment__box p {
    font-size: 1rem;
  }
}
.life-event__comment__box p .-txt {
  background: linear-gradient(transparent 70%, #FFEA8F 70%);
}
.life-event__img-bottom {
  display: block;
  width: 280px;
  max-width: 65%;
  margin: 40px auto 0;
}

.life-worries {
  background-color: #f7f7f7;
  background-image: radial-gradient(rgb(255, 255, 255) 18%, transparent 18%);
  background-size: 15px 15px;
}
.life-worries__inner {
  width: 100%;
  margin: 0 auto;
  padding: 80px 2% 0px;
}
@media screen and (max-width: 480px) {
  .life-worries__inner {
    padding: 64px 4% 0;
  }
}
.life-worries__ttl-pc {
  line-height: 1.2;
  margin-bottom: 16px;
}
.life-worries__ttl-pc span::after {
  right: -2.6em;
}
@media screen and (max-width: 767px) {
  .life-worries__ttl-pc {
    display: none;
  }
}
.life-worries__ttl-sp {
  display: none;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .life-worries__ttl-sp {
    display: block;
  }
}
.life-worries__ttl-sp span::after {
  right: -2.6em;
}
.life-worries__wrap__top {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .life-worries__wrap__top {
    width: 100%;
    flex-direction: column;
    margin-bottom: 64px;
  }
}
.life-worries__img {
  width: 50%;
  margin-right: 2%;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 767px) {
  .life-worries__img {
    margin-right: 0;
    position: static;
    width: 90%;
    margin: 0 auto 24px;
  }
}
.life-worries__list {
  width: 48%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .life-worries__list {
    width: 100%;
  }
}
.life-worries__item {
  display: flex;
  align-items: center;
  background-color: var(--c-white);
  padding: 1.2em 1em;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0px 0px 10px -8px var(--c-base);
}
.life-worries__item img {
  display: inline-block;
  width: 36px;
  margin-right: 10px;
}
.life-worries__item p {
  font-size: 1rem;
  font-weight: 400;
}
.life-worries__item span {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #ffff66 60%);
}
.life-worries__catch {
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  font-family: var(--f-family-sub2);
}
.life-worries__catch span {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.4;
  background-color: var(--c-white);
  color: var(--c-blue);
  border: solid 2px var(--c-blue);
  padding: 0 0.2em;
  margin-right: 0.2em;
  transform: rotate(-3deg);
}
@media screen and (max-width: 767px) {
  .life-worries__catch {
    font-size: 1.25rem;
  }
}
.life-worries .cp-arrows {
  position: relative;
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
}
.life-worries .cp-arrows .cp-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.life-worries .cp-arrows .cp-arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.life-worries .cp-arrows .cp-arrow:nth-child(2) {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.life-worries .cp-arrows .cp-arrow::before, .life-worries .cp-arrows .cp-arrow::after {
  position: absolute;
  content: "";
  top: 0;
  width: 30px;
  height: 3px;
  background: var(--c-blue);
}
.life-worries .cp-arrows .cp-arrow::before {
  left: 3px;
  transform: rotate(30deg);
}
.life-worries .cp-arrows .cp-arrow::after {
  right: 3px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
  0% {
    opacity: 0;
    top: 20%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.life-worries__wrap__bottom {
  max-width: 1080px;
  margin: 0 auto;
}
.life-worries__card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.life-worries__cards {
  width: 32%;
  background-color: var(--c-white);
  margin-bottom: 24px;
  padding: 1.4em 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  border: solid 2px var(--c-base);
  position: relative;
}
@media screen and (max-width: 480px) {
  .life-worries__cards {
    width: 100%;
  }
}
.life-worries__cards::before {
  content: "";
  background-image: url(https://hoken-all.co.jp/cont/include/life_plan-lp/img/icon-problem.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -20px;
  left: 10px;
}
.life-worries__img-bottom {
  display: block;
  width: 400px;
  max-width: 80%;
  margin: 40px auto 0;
}

.life-cta {
  background-color: var(--c-blue);
}
.life-cta__ttl {
  line-height: 1.2;
  margin-bottom: 48px;
}
.life-cta__ttl span::before {
  left: -2.8em;
}
.life-cta__inner {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 80px;
}
@media screen and (max-width: 480px) {
  .life-cta__inner {
    padding: 64px 4% 64px;
  }
}
.life-cta__wrap {
  max-width: 860px;
  margin: 0 auto;
}
.life-cta__list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .life-cta__list {
    margin-bottom: 50vw;
  }
}
.life-cta__item {
  width: 25%;
}
@media screen and (max-width: 480px) {
  .life-cta__item {
    width: 33%;
    transform: scale(1.4);
  }
  .life-cta__item:nth-child(1) {
    position: relative;
    position: relative;
    bottom: -38vw;
    left: 8vw;
  }
  .life-cta__item:nth-child(3) {
    position: relative;
    bottom: -38vw;
    right: 8vw;
  }
}
.life-cta__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .life-cta__catch {
    flex-direction: column-reverse;
  }
}
.life-cta__catch img {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  .life-cta__catch img {
    width: 80%;
    margin-right: 0;
  }
}
.life-cta__catch p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  color: var(--c-white);
}
@media screen and (max-width: 480px) {
  .life-cta__catch p {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 24px;
  }
}
.life-cta__catch p span {
  font-weight: bold;
  color: var(--c-base);
  padding: 0 0.2em;
  margin-right: 0.2em;
  background-color: #fbdc18;
}

.review {
  background-image: radial-gradient(rgb(255, 255, 255) 18%, transparent 18%);
  background-size: 15px 15px;
}

/* ここから
------------------------------------------------------------*//*# sourceMappingURL=life-plan.css.map */