.l-main {
  padding-bottom: 0;
}

@media only screen and (max-width: 980px) {
  .p-mv {
    background: var(--color-text-black);
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv {
    background: url("/_assets/stories/future01/img/img-main.jpg") no-repeat center center/cover;
    height: 658px;
    padding-top: 189px;
  }
}
.p-mv .c-txt--s {
  color: var(--color-white);
}

.p-mv-image img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .p-mv-main {
    padding-block: 40px 60px;
  }
}

.p-mv-logo {
  border-bottom: 1px solid var(--color-white);
  margin-bottom: 12px;
  padding-bottom: 6px;
  width: 196px;
}
.p-mv-logo img {
  display: block;
}
@media print, screen and (min-width: 981px) {
  .p-mv-logo img {
    height: auto;
    width: 100%;
  }
}

.p-mv-title {
  color: var(--color-white);
  font-weight: 300;
}
@media only screen and (max-width: 980px) {
  .p-mv-title {
    font-size: 1.5rem;
    margin-block: 20px 0;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-title {
    font-size: 2.625rem;
    line-height: 1.6;
    margin-block: 48px 22px;
  }
}

.p-mv-catch {
  color: var(--color-white);
}
@media only screen and (max-width: 980px) {
  .p-mv-catch {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 981px) {
  .p-mv-catch {
    font-size: 1.375rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 980px) {
  .l-contents {
    padding-block: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-contents {
    margin-bottom: 52px;
    padding-top: 56px;
  }
}

.p-column {
  background: var(--color-bg_A);
}
@media only screen and (max-width: 980px) {
  .p-column {
    margin-block: 40px;
    padding: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-column {
    margin-block: 64px;
    padding: 40px 50px;
  }
}
.p-column .c-copy {
  color: var(--color-purple_A);
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  .p-column .c-copy {
    margin-block: 0 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-column .c-copy {
    margin-block: 0 12px;
  }
}
.p-column .c-col {
  margin: 0;
}

.c-col1 .c-col-item {
  max-width: 656px;
}

.p-future {
  background: var(--color-bg_A);
}
@media only screen and (max-width: 980px) {
  .p-future {
    padding: 44px 38px 52px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-future {
    padding-block: 80px 72px;
  }
}
@media only screen and (max-width: 980px) {
  .p-future .c-box--lv3 {
    padding: 0;
  }
}
@media only screen and (max-width: 980px) {
  .p-future .c-col {
    margin-block: 40px 0;
  }
}
@media print, screen and (min-width: 981px) {
  .p-future .c-col {
    margin-block: 36px 0;
  }
}
.p-future a {
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .p-future a:hover {
    text-decoration-color: var(--color-text-gray);
  }
}
@media print, screen and (min-width: 981px) {
  .p-future a:hover .c-col-img::before {
    bottom: 20px;
    left: 20px;
    opacity: 1;
    right: 20px;
    top: 20px;
  }
}
.p-future .c-col-img {
  position: relative;
}
.p-future .c-col-img::before {
  border: 5px solid var(--color-white);
  -webkit-box-shadow: 0 0 8px 0 var(--color-white);
          box-shadow: 0 0 8px 0 var(--color-white);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .p-future .c-col-img::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}

.p-future-title {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-future-title {
    height: 20px;
    margin-bottom: 8px;
    width: 208px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-future-title {
    height: 37px;
    margin-bottom: 24px;
    width: 410px;
  }
}
.p-future-title::after {
  background: var(--color-purple_A);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media print, screen and (min-width: 981px) {
  .p-future-title::after {
    bottom: -13px;
  }
}
.p-future-title h2 {
  background: var(--color-purple_A);
  height: 100%;
  margin: 0;
  -webkit-mask-image: url("/_assets/stories/img/logo-future.svg");
          mask-image: url("/_assets/stories/img/logo-future.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 100%;
}
.p-future-title h2 span {
  visibility: hidden;
}

.p-future-heading {
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  .p-future-heading {
    font-size: 1rem;
    line-height: 1.5;
    margin-block: 12px 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-future-heading {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-block: 24px 12px;
  }
}

.p-future-date {
  font-size: 0.875rem;
  color: var(--color-text-gray);
  font-weight: 400;
  line-height: 1.6;
}

@media print, screen and (min-width: 981px) {
  .p-future-bottom {
    margin-block: 101px 0;
  }
}

.p-task {
  padding-left: 26px;
  position: relative;
}
.p-task::before {
  background: var(--color-bg_B);
  bottom: 0;
  content: "";
  display: block;
  left: 11px;
  position: absolute;
  right: auto;
  top: 16px;
  width: 1px;
}
.p-task h5 {
  margin: 0;
  position: relative;
}
.p-task h5::before {
  background: var(--color-text-gray);
  border-radius: 100%;
  content: "";
  display: block;
  height: 7px;
  left: -18px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 7px;
}
.p-task .c-list--num {
  margin: 0;
  padding-bottom: 26px;
}
.p-task .c-list--num li {
  margin: 0;
}
.p-task .c-list--num ::marker {
  color: var(--color-text-gray);
  font-weight: bold;
}

.p-solution {
  padding-left: 26px;
  position: relative;
}
.p-solution::before {
  background: var(--color-bg_B);
  bottom: 0;
  content: "";
  display: block;
  left: 11px;
  position: absolute;
  right: auto;
  top: 22px;
  width: 1px;
}
.p-solution h5 {
  color: var(--color-purple_A);
  margin: 0;
  position: relative;
}
.p-solution h5::before {
  background: url("/_assets/stories/future01/img/icon-light.svg") no-repeat center center;
  content: "";
  display: block;
  height: 22px;
  left: -26px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 22px;
}
.p-solution .c-list--num {
  margin: 0;
}
.p-solution .c-list--num li {
  margin: 0;
}
.p-solution .c-list--num ::marker {
  color: var(--color-purple_A);
  font-weight: bold;
}

@media print, screen and (min-width: 981px) {
  .p-solution-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}

.p-solution-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-solution-img {
    margin-top: 12px;
  }
}