.sec-choose {
  padding: 82px 0 81px;
}
@media only screen and (max-width: 768px) {
  .sec-choose {
    padding: 34px 0 0;
  }
}

.sec-life.bg-theme {
  padding: 79px 0 80px;
  background: #fdf2f3;
}
.sec-life.bg-pink {
  padding-bottom: 21px;
}
.sec-life.bg-future {
  padding: 76px 0 80px;
  background: #ffffff;
}

.sec-voice.sec-voice--03 {
  background: #fdf1f3;
}

.c-ttl__02--future {
  margin-bottom: 0;
}
.c-ttl__02--future .c-ft--en {
  color: #f3c6cd;
}

.integrated-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.integrated-title__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.integrated-title__sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 50rem;
  border: 3px solid #f8657c;
  min-height: 31px;
  padding: 2px 11px;
}
.integrated-title__sub span {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #f8657c;
  font-size: 20px;
}
.integrated-title__main {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 35px;
  color: #f8657c;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, 2px 0px 0 #fff, -2px 0px 0 #fff;
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 7px;
  letter-spacing: 0.04em;
}
.integrated-title__main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #f88c9f;
  border-radius: 50rem;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.integrated-title + .choose-list {
  margin-top: 51px;
}
@media only screen and (max-width: 768px) {
  .integrated-title__sub {
    border: 2px solid #f8657c;
    min-height: 22px;
    padding: 2px 9px;
  }
  .integrated-title__sub span {
    font-size: 13px;
  }
  .integrated-title__main {
    font-size: 24px;
    letter-spacing: 0;
    padding-left: 9px;
    padding-right: 9px;
  }
  .integrated-title__main::before {
    height: 13px;
  }
}

.choose-list__box-ttl {
  top: -19px;
}
.choose-list__box {
  padding: 46px 24px 40px;
}
.choose-list + .news-banner {
  margin-top: 40px;
}

.choose-list__box-ct {
  width: 100%;
}
.choose-list__box-ct-item {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.choose-list__box-ct-item__count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 2px solid #efa69a;
  min-width: 24px;
}
.choose-list__box-ct-item__count span {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 18px;
  color: #efa69a;
  transform: translateY(-2px);
}
.choose-list__box-ct--normal {
  gap: 11px 0;
  padding-right: 13%;
}
.choose-list__box-ct--normal + .choose-list__box-subtitle {
  margin-top: 30px;
}
.choose-list__box-ct--normal + .choose-list__box-subtitle + .choose-list__box-ct {
  margin-top: 9px;
}
.choose-list__box-ct--count {
  flex-direction: column;
}
.choose-list__box-ct--count .choose-list__box-ct-item {
  font-size: 2rem;
}
.choose-list__box-ct--single {
  flex-direction: column;
  margin-top: 9px;
}
.choose-list__box-ct--single .choose-list__box-ct-item {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .choose-list__box-ct--count .choose-list__box-ct-item {
    width: 100%;
  }
  .choose-list__box-ct--normal {
    padding-right: 0;
  }
}

.choose-list__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.choose-list__box .choose-attention {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 0;
}

.choose-list__box-subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  overflow: hidden;
  border-radius: 50rem;
  background-color: #ffffff;
  border: 2px solid #eea69a;
  margin-top: 20px;
  padding: 2px 6px;
}
.choose-list__box-subtitle span {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 900;
  color: #dc8670;
  line-height: 1.41428571;
  font-size: 14px;
}
.choose-list__box-subtitle--pink {
  border-color: #eea69a;
  color: #f8657c;
}
.choose-list__box-subtitle--pink span {
  color: #f8657c;
}

.point02-box_theme {
  margin-top: 32px;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 15px;
}
.point02-box_theme__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.point02-box_theme__head {
  flex-shrink: 0;
}
.point02-box_theme__title {
  display: flex;
  align-items: baseline;
  font-size: 20px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 8px;
}
.point02-box_theme__title span {
  color: #f8657c;
  font-size: 40px;
  position: relative;
}
.point02-box_theme__title span::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  aspect-ratio: 1/1;
  background-image: url("../img/choose/integrated/theme-deco-01.png");
  top: 8px;
  right: 0;
}
.point02-box_theme__body {
  max-width: 100%;
  width: 100%;
}
.point02-box_theme__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.point02-box_theme__item {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.point02-box_theme__item-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  min-width: 24px;
  border-radius: 50rem;
  background-color: #f8657c;
  overflow: hidden;
}
.point02-box_theme__item-count span {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  font-size: 20px;
  transform: translateY(-0.05em);
}
.point02-box_theme__item-content {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 900;
  color: #f8657c;
  line-height: 1.5;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .point02-box_theme {
    padding: 17px 15px;
  }
  .point02-box_theme__inner {
    flex-direction: column;
    gap: 8.1px;
  }
  .point02-box_theme__head, .point02-box_theme__body {
    max-width: 100%;
    width: 100%;
  }
  .point02-box_theme__title {
    line-height: 1.5;
    font-size: 20px;
    justify-content: center;
    padding-bottom: 0;
  }
  .point02-box_theme__title span {
    line-height: 1;
    font-size: 40px;
  }
  .point02-box_theme__title span::before {
    top: -2px;
    right: 0;
  }
  .point02-box_theme__list {
    gap: 6.8px;
  }
  .point02-box_theme__item-count {
    min-width: 20px;
  }
  .point02-box_theme__item-count span {
    font-size: 16px;
  }
  .point02-box_theme__item-content {
    font-size: 18px;
  }
}

.point02-box_point {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point02-box_point__inner {
  width: 100%;
}
.point02-box_point__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: -19px;
}
.point02-box_point__head + .point02-box_point__body {
  padding-top: 46px;
}
.point02-box_point__title {
  min-width: 324px;
  display: inline-block;
  border-radius: 20px;
  padding: 3px 10px;
  color: #dc8670;
  font-weight: 700;
  font-family: Zen Maru Gothic, sans-serif;
  background: #fff;
  border: 2px solid #eea69a;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
.point02-box_point__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #eea69a;
  border-left: 2px solid #eea69a;
  background: #fff;
  bottom: -3.5px;
  left: 49%;
  z-index: -1;
  transform: rotate(-45deg) translateX(-50%);
}
.point02-box_point__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 40px;
  background-color: #ffffff;
  border-radius: 20px;
}
.point02-box_point__subtitle {
  line-height: 1.25;
  font-size: 24px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  color: #4e4449;
}
.point02-box_point__subtitle .red {
  color: #f8657c;
}
.point02-box_point__subtitle .green {
  color: #76c5b0;
}
.point02-box_point__text {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 16px;
}
.point02-box_point__text em {
  font-weight: 700;
  color: #f8657c;
  font-style: normal;
}
.point02-box_point__media {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point02-box_point__list_note {
  width: 100%;
  margin-top: 11px;
}
.point02-box_point__list_note-list {
  display: flex;
  flex-direction: column;
}
.point02-box_point__list_note-item {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 14px;
  line-height: 1.4;
}
.point02-box_point + .point02-box_point {
  margin-top: 29px;
}
@media only screen and (max-width: 768px) {
  .point02-box_point__subtitle {
    font-size: 20px;
    text-align: center;
  }
  .point02-box_point__body {
    padding: 28px 15px;
  }
  .point02-box_point__text {
    font-size: 12px;
    text-align: left;
  }
}

.point02-timeline {
  width: 100%;
  margin-top: 24px;
}
.point02-timeline__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.point02-timeline__item {
  display: flex;
  gap: 26px;
}
.point02-timeline__item--01 .point02-timeline__box {
  background-color: rgba(255, 179, 191, 0.4);
}
.point02-timeline__item--01 .point02-timeline__subtitle {
  color: #fd8799;
}
.point02-timeline__item--01 .point02-timeline__title {
  background-color: #ffb3bf;
}
.point02-timeline__item--02 .point02-timeline__box {
  background-color: rgba(244, 199, 206, 0.4);
}
.point02-timeline__item--02 .point02-timeline__subtitle {
  color: #f7a1af;
  margin-top: 12px;
}
.point02-timeline__item--02 .point02-timeline__title {
  background-color: #f4c7ce;
}
.point02-timeline__item--03 .point02-timeline__box {
  background-color: rgba(253, 189, 224, 0.4);
}
.point02-timeline__item--03 .point02-timeline__subtitle {
  color: #ff92ce;
  margin-top: 3px;
}
.point02-timeline__item--03 .point02-timeline__title {
  background-color: #fdbde0;
}
.point02-timeline__item + .point02-timeline__item .point02-timeline__subtitle {
  position: relative;
}
.point02-timeline__item + .point02-timeline__item .point02-timeline__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 26.5px;
  aspect-ratio: 14.51/10.1;
  background-image: url("../img/choose/integrated/timeline-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -26px;
  left: 50%;
  transform: translateX(-45.5%);
}
.point02-timeline__head {
  flex-shrink: 0;
}
.point02-timeline__body {
  max-width: 100%;
  width: 100%;
  display: flex;
}
.point02-timeline__subtitle {
  writing-mode: vertical-rl;
  line-height: 110%;
  font-size: 16px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.point02-timeline__box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 16px;
}
.point02-timeline__content {
  max-width: 100%;
  width: 100%;
  padding: 21px 19px 25px;
}
.point02-timeline__visual {
  flex-shrink: 0;
  aspect-ratio: 300/200;
  max-width: 33.7%;
  height: 100%;
}
.point02-timeline__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.point02-timeline__title {
  overflow: hidden;
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 34px;
}
.point02-timeline__title span {
  color: #ffffff;
  line-height: 1.2;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .point02-timeline {
    margin-top: 31px;
  }
  .point02-timeline__list {
    gap: 34px;
  }
  .point02-timeline__item {
    flex-direction: column;
    gap: 9px;
  }
  .point02-timeline__head, .point02-timeline__body {
    max-width: 100%;
    width: 100%;
  }
  .point02-timeline__subtitle {
    writing-mode: horizontal-tb;
    font-size: 16px;
    letter-spacing: 0.01em;
  }
  .point02-timeline__subtitle::before {
    top: -34px;
    transform: translateX(-48.5%);
  }
  .point02-timeline__box {
    flex-direction: column;
  }
  .point02-timeline__content {
    padding: 16px 17px 16px;
  }
  .point02-timeline__title {
    min-height: 28px;
  }
  .point02-timeline__title span {
    font-size: 16px;
  }
  .point02-timeline__visual {
    flex-shrink: 1;
    max-width: 100%;
    aspect-ratio: 323/215;
  }
}

.point02-timeline_list {
  margin-top: 15px;
}
.point02-timeline_list__list {
  display: flex;
  flex-direction: column;
}
.point02-timeline_list__item {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.point02-timeline_list__item + .point02-timeline_list__item {
  padding-top: 12px;
  margin-top: 12px;
  position: relative;
}
.point02-timeline_list__item + .point02-timeline_list__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.point02-timeline_list__count {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50rem;
  min-width: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.point02-timeline_list__count span {
  color: #fd8799;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}
.point02-timeline_list__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.point02-timeline_list__main {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #4e4449;
  font-size: 16px;
}
.point02-timeline_list__sub {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #4e4449;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .point02-timeline_list {
    margin-top: 10px;
  }
  .point02-timeline_list__item + .point02-timeline_list__item {
    padding-top: 12px;
    margin-top: 9px;
  }
  .point02-timeline_list__count {
    min-width: 18px;
  }
  .point02-timeline_list__count span {
    font-size: 14px;
  }
  .point02-timeline_list__main {
    font-size: 15px;
  }
  .point02-timeline_list__sub {
    font-size: 12px;
  }
}

.point02-box_media-list {
  margin-top: 25px;
}
.point02-box_media-list__list {
  display: flex;
  gap: 9px;
}
.point02-box_media-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.point02-box_media-list__visual {
  overflow: hidden;
  border-radius: 10px;
}
.point02-box_media-list__text {
  line-height: 1.2375;
  font-size: 16px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
}
.point02-box_media-list + .point02-box_point__text {
  margin-top: 29px;
}
@media only screen and (max-width: 768px) {
  .point02-box_media-list__list {
    flex-direction: column;
    gap: 18px;
  }
  .point02-box_media-list__item {
    max-width: 100%;
  }
}

.point02-box_elective-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 10px;
}
.point02-box_elective-list__head, .point02-box_elective-list__body {
  width: 100%;
}
.point02-box_elective-list__title {
  line-height: 1.4;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.point02-box_elective-list__list {
  display: flex;
  gap: 25px;
}
.point02-box_elective-list__subtitle {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.point02-box_elective-list__subtitle_count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #f7d4cd;
  min-width: 18px;
}
.point02-box_elective-list__subtitle_count span {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
  transform: translateY(-2px);
}
.point02-box_elective-list__subtitle_title {
  line-height: 1.4;
  font-size: 16px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
}
.point02-box_elective-list__content {
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .point02-box_elective-list__list {
    flex-direction: column;
  }
}

.future-text {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 20px;
}

.future-point_list {
  margin-top: 20px;
}
.future-point_list__list {
  display: flex;
  gap: 10px;
}
.future-point_list__item {
  max-width: calc((100% - 40px) / 5);
}
@media only screen and (max-width: 768px) {
  .future-point_list__list {
    flex-direction: column;
  }
  .future-point_list__item {
    max-width: 100%;
  }
}

.future-point_panel {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.future-point_panel--type01::before {
  background-color: rgba(119, 174, 209, 0.1);
}
.future-point_panel--type01 .future-point_panel__head::before {
  background-color: rgba(119, 174, 209, 0.1);
}
.future-point_panel--type01 .future-point_panel__title-sub {
  color: #77aed1;
}
.future-point_panel--type01 .future-point_panel__label-list__item span {
  color: #77aed1;
}
@media only screen and (max-width: 768px) {
  .future-point_panel--type01 .future-point_panel__visual {
    transform: translate(-1px, 19px);
  }
}
.future-point_panel--type02::before {
  background-color: rgba(255, 179, 96, 0.1);
}
.future-point_panel--type02 .future-point_panel__head::before {
  background-color: rgba(255, 179, 96, 0.1);
}
.future-point_panel--type02 .future-point_panel__title-sub {
  color: #ff9860;
}
.future-point_panel--type02 .future-point_panel__label-list__item span {
  color: #ff9860;
}
@media only screen and (max-width: 768px) {
  .future-point_panel--type02 .future-point_panel__visual {
    transform: translate(-2px, 12px);
  }
}
.future-point_panel--type03::before {
  background-color: rgba(118, 199, 177, 0.1);
}
.future-point_panel--type03 .future-point_panel__head::before {
  background-color: rgba(118, 199, 177, 0.1);
}
.future-point_panel--type03 .future-point_panel__title-sub {
  color: #76c7b1;
}
.future-point_panel--type03 .future-point_panel__label-list__item span {
  color: #76c7b1;
}
@media only screen and (max-width: 768px) {
  .future-point_panel--type03 .future-point_panel__visual {
    transform: translate(-2px, 18px);
  }
}
.future-point_panel--type04::before {
  background-color: rgba(212, 148, 22, 0.1);
}
.future-point_panel--type04 .future-point_panel__head::before {
  background-color: rgba(212, 148, 22, 0.1);
}
.future-point_panel--type04 .future-point_panel__title-sub {
  color: #d49416;
}
.future-point_panel--type04 .future-point_panel__label-list__item span {
  color: #d49416;
}
@media only screen and (max-width: 768px) {
  .future-point_panel--type04 .future-point_panel__visual {
    transform: translate(0px, 26px);
  }
}
.future-point_panel--type05::before {
  background-color: rgba(233, 151, 163, 0.1);
}
.future-point_panel--type05 .future-point_panel__head::before {
  background-color: rgba(233, 151, 163, 0.1);
}
.future-point_panel--type05 .future-point_panel__title-sub {
  color: #e997a3;
}
.future-point_panel--type05 .future-point_panel__label-list__item span {
  color: #e997a3;
}
@media only screen and (max-width: 768px) {
  .future-point_panel--type05 .future-point_panel__visual {
    transform: translate(0px, 26px);
  }
}
.future-point_panel__head {
  height: 100%;
  position: relative;
  padding: 0 14px 20px;
  display: flex;
  flex-direction: column;
}
.future-point_panel__head::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 145px);
  overflow: hidden;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.future-point_panel__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.future-point_panel__title-sub {
  font-size: 15px;
  line-height: 1.4;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
}
.future-point_panel__title-main {
  line-height: 1.4;
  font-size: 20px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
}
.future-point_panel__text {
  line-height: 1.4;
  font-size: 14px;
  margin-top: 15px;
  margin-right: -1rem;
}
.future-point_panel__label-list {
  margin-top: auto;
  padding-top: 13px;
}
.future-point_panel__label-list__list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}
.future-point_panel__label-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50rem;
  background-color: #ffffff;
  min-height: 20px;
  padding: 2px 4px;
}
.future-point_panel__label-list__item span {
  line-height: 1;
  font-size: 12px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .future-point_panel {
    flex-direction: row-reverse;
  }
  .future-point_panel::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 16px;
    z-index: -1;
  }
  .future-point_panel__head::before {
    display: none;
  }
  .future-point_panel__head {
    max-width: 100%;
    width: 100%;
    padding: 21px 15px 25px 5px;
  }
  .future-point_panel__body {
    flex-shrink: 0;
    max-width: 44%;
    width: 100%;
  }
  .future-point_panel__title-sub {
    font-size: 13px;
  }
  .future-point_panel__title-main {
    font-size: 17px;
  }
  .future-point_panel__text {
    font-size: 12.9px;
    margin-right: 0;
  }
  .future-point_panel__label-list {
    padding-top: 8px;
  }
}

.life-list__main-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.life-list__main-ttl .note {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .life-list__main-ttl {
    flex-direction: column;
    gap: 0;
  }
  .life-list__main-ttl .note {
    font-size: 12px;
  }
}

.adjust-w-0 {
  width: 0% !important;
}

.adjust-w-1 {
  width: 1% !important;
}

.adjust-w-2 {
  width: 2% !important;
}

.adjust-w-3 {
  width: 3% !important;
}

.adjust-w-4 {
  width: 4% !important;
}

.adjust-w-5 {
  width: 5% !important;
}

.adjust-w-6 {
  width: 6% !important;
}

.adjust-w-7 {
  width: 7% !important;
}

.adjust-w-8 {
  width: 8% !important;
}

.adjust-w-9 {
  width: 9% !important;
}

.adjust-w-10 {
  width: 10% !important;
}

.adjust-w-11 {
  width: 11% !important;
}

.adjust-w-12 {
  width: 12% !important;
}

.adjust-w-13 {
  width: 13% !important;
}

.adjust-w-14 {
  width: 14% !important;
}

.adjust-w-15 {
  width: 15% !important;
}

.adjust-w-16 {
  width: 16% !important;
}

.adjust-w-17 {
  width: 17% !important;
}

.adjust-w-18 {
  width: 18% !important;
}

.adjust-w-19 {
  width: 19% !important;
}

.adjust-w-20 {
  width: 20% !important;
}

.adjust-w-21 {
  width: 21% !important;
}

.adjust-w-22 {
  width: 22% !important;
}

.adjust-w-23 {
  width: 23% !important;
}

.adjust-w-24 {
  width: 24% !important;
}

.adjust-w-25 {
  width: 25% !important;
}

.adjust-w-26 {
  width: 26% !important;
}

.adjust-w-27 {
  width: 27% !important;
}

.adjust-w-28 {
  width: 28% !important;
}

.adjust-w-29 {
  width: 29% !important;
}

.adjust-w-30 {
  width: 30% !important;
}

.adjust-w-31 {
  width: 31% !important;
}

.adjust-w-32 {
  width: 32% !important;
}

.adjust-w-33 {
  width: 33% !important;
}

.adjust-w-34 {
  width: 34% !important;
}

.adjust-w-35 {
  width: 35% !important;
}

.adjust-w-36 {
  width: 36% !important;
}

.adjust-w-37 {
  width: 37% !important;
}

.adjust-w-38 {
  width: 38% !important;
}

.adjust-w-39 {
  width: 39% !important;
}

.adjust-w-40 {
  width: 40% !important;
}

.adjust-w-41 {
  width: 41% !important;
}

.adjust-w-42 {
  width: 42% !important;
}

.adjust-w-43 {
  width: 43% !important;
}

.adjust-w-44 {
  width: 44% !important;
}

.adjust-w-45 {
  width: 45% !important;
}

.adjust-w-46 {
  width: 46% !important;
}

.adjust-w-47 {
  width: 47% !important;
}

.adjust-w-48 {
  width: 48% !important;
}

.adjust-w-49 {
  width: 49% !important;
}

.adjust-w-50 {
  width: 50% !important;
}

.adjust-w-51 {
  width: 51% !important;
}

.adjust-w-52 {
  width: 52% !important;
}

.adjust-w-53 {
  width: 53% !important;
}

.adjust-w-54 {
  width: 54% !important;
}

.adjust-w-55 {
  width: 55% !important;
}

.adjust-w-56 {
  width: 56% !important;
}

.adjust-w-57 {
  width: 57% !important;
}

.adjust-w-58 {
  width: 58% !important;
}

.adjust-w-59 {
  width: 59% !important;
}

.adjust-w-60 {
  width: 60% !important;
}

.adjust-w-61 {
  width: 61% !important;
}

.adjust-w-62 {
  width: 62% !important;
}

.adjust-w-63 {
  width: 63% !important;
}

.adjust-w-64 {
  width: 64% !important;
}

.adjust-w-65 {
  width: 65% !important;
}

.adjust-w-66 {
  width: 66% !important;
}

.adjust-w-67 {
  width: 67% !important;
}

.adjust-w-68 {
  width: 68% !important;
}

.adjust-w-69 {
  width: 69% !important;
}

.adjust-w-70 {
  width: 70% !important;
}

.adjust-w-71 {
  width: 71% !important;
}

.adjust-w-72 {
  width: 72% !important;
}

.adjust-w-73 {
  width: 73% !important;
}

.adjust-w-74 {
  width: 74% !important;
}

.adjust-w-75 {
  width: 75% !important;
}

.adjust-w-76 {
  width: 76% !important;
}

.adjust-w-77 {
  width: 77% !important;
}

.adjust-w-78 {
  width: 78% !important;
}

.adjust-w-79 {
  width: 79% !important;
}

.adjust-w-80 {
  width: 80% !important;
}

.adjust-w-81 {
  width: 81% !important;
}

.adjust-w-82 {
  width: 82% !important;
}

.adjust-w-83 {
  width: 83% !important;
}

.adjust-w-84 {
  width: 84% !important;
}

.adjust-w-85 {
  width: 85% !important;
}

.adjust-w-86 {
  width: 86% !important;
}

.adjust-w-87 {
  width: 87% !important;
}

.adjust-w-88 {
  width: 88% !important;
}

.adjust-w-89 {
  width: 89% !important;
}

.adjust-w-90 {
  width: 90% !important;
}

.adjust-w-91 {
  width: 91% !important;
}

.adjust-w-92 {
  width: 92% !important;
}

.adjust-w-93 {
  width: 93% !important;
}

.adjust-w-94 {
  width: 94% !important;
}

.adjust-w-95 {
  width: 95% !important;
}

.adjust-w-96 {
  width: 96% !important;
}

.adjust-w-97 {
  width: 97% !important;
}

.adjust-w-98 {
  width: 98% !important;
}

.adjust-w-99 {
  width: 99% !important;
}

.adjust-w-100 {
  width: 100% !important;
}

.adjust-align-left {
  text-align: left;
}

.adjust-align-center {
  text-align: center;
}

.adjust-align-right {
  text-align: right;
}

.media.adjust-align-left {
  align-items: flex-start;
}
.media.adjust-align-center {
  align-items: center;
}
.media.adjust-align-right {
  align-items: flex-end;
}

.adjust-display-wide {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .adjust-display-wide {
    display: block !important;
  }
}

.adjust-display-narrow {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .adjust-display-narrow {
    display: none;
  }
}

.pc {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}/*# sourceMappingURL=integrated_add.css.map */