* {
  box-sizing: border-box;
}
body {
  margin: 0;
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
dl {
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
button {
  padding: 0;
}
html {
  scroll-behavior: smooth;
  color: #28242b;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.header {
  background-color: #fff;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16) inset;
}
.header__inner {
  padding: 24px 20px;
}
@media screen and (min-width: 811px) {
  .header__inner {
    margin-bottom: 1px;
    padding: 23px 60px 20px;
  }
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo__link {
  display: inline-flex;
}
.header-logo__icon {
  display: block;
  margin-inline: 9px;
}
@media screen and (min-width: 811px) {
  .header-logo__icon {
    width: 17px;
    margin-inline: 12px;
  }
}
@media screen and (min-width: 811px) {
  .header-logo__image--sbi {
    width: 125px;
  }
}
@media screen and (min-width: 811px) {
  .header-logo__image--fidelity {
    width: 223px;
  }
}
.base-layout {
  max-width: 1920px;
  margin-inline: auto;
}
.contents-layout {
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 20px;
}
.mv {
  position: relative;
  width: 100%;
}
.mv__inner {
  position: relative;
  width: 100%;
}
.mv__label {
  display: inline-flex;
  background-color: #ffd480;
  gap: 5px;
  padding: 2.4% 2.6666666667%;
  align-items: center;
  white-space: nowrap;
  width: 74.4%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 811px) {
  .mv__label {
    top: -4.7619047619%;
    gap: 7px;
    padding: 1.679389313% 1.8320610687%;
    width: 56.641221374%;
  }
}
.mv__label-img {
  width: 42.471042471%;
}
@media screen and (min-width: 811px) {
  .mv__label-img {
    width: 42.3631123919%;
  }
}
.mv__label-text {
  color: #00527c;
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (min-width: 811px) {
  .mv__label-text {
    font-size: 32px;
    font-size: 2.2222222222vw;
  }
}
.mv__title {
  font-size: 28px;
  font-size: 7.4666666667vw;
  line-height: 1.45;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .mv__title {
    font-size: 56px;
    font-size: 3.8888888889vw;
    line-height: 1.57;
  }
}
.mv__text {
  color: #fff;
  margin-top: 16px;
  font-size: 16px;
  font-size: 4.2666666667vw;
  line-height: 1.42;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .mv__text {
    margin-top: 24px;
    font-size: 28px;
    font-size: 1.9444444444vw;
    line-height: 1.42;
  }
}
.mv__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/291;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 810px) {
  .mv__image {
    margin-top: -6.4%;
  }
}
@media screen and (min-width: 811px) {
  .mv__image {
    aspect-ratio: 1440/520;
  }
}
.mv__content {
  background-color: #016195;
  padding: 19.4666666667% 8.5333333333% 6.4%;
}
@media screen and (max-width: 810px) {
  .mv__content {
    position: relative;
  }
}
@media screen and (min-width: 811px) {
  .mv__content {
    position: absolute;
    top: 11.5384615385%;
    right: 0;
    width: 45.4861111111%;
    padding: 4.1666666667% 2.7777777778% 2.3611111111%;
  }
}
.section {
  margin-top: 40px;
}
@media screen and (min-width: 811px) {
  .section {
    margin-top: 80px;
  }
}
.section--mt-lg {
  margin-top: 60px;
}
@media screen and (min-width: 811px) {
  .section--mt-lg {
    margin-top: 120px;
  }
}
.movie__inner {
  margin-top: 16px;
}
@media screen and (min-width: 811px) {
  .movie__inner {
    max-width: 800px;
    margin-top: 24px;
    margin-inline: auto;
  }
}
.movie__view {
  position: relative;
  aspect-ratio: 335/192;
  width: 100%;
}
@media screen and (min-width: 811px) {
  .movie__view {
    aspect-ratio: 800/458;
  }
}
.movie__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #35322f;
}
@media screen and (min-width: 811px) {
  .heading {
    font-size: 2rem;
    line-height: 1.25;
    row-gap: 24px;
  }
}
@media screen and (min-width: 811px) {
  .heading__icon {
    width: 62px;
  }
}
.heading__icon--lg {
  width: 151px;
}
@media screen and (min-width: 811px) {
  .heading__icon--lg {
    width: 200px;
  }
}
.heading--no-icon {
  display: block;
}
.heading-simple {
  font-size: 1.125rem;
  line-height: 1.44;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .heading-simple {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 40px;
  }
}
.heading-simple--mt-sm {
  margin-top: 16px;
}
@media screen and (min-width: 811px) {
  .heading-simple--mt-sm {
    margin-top: 24px;
  }
}
.heading-simple--mt-0 {
  margin-top: 0;
}
.heading-simple--lg {
  font-size: 1.375rem;
}
@media screen and (min-width: 811px) {
  .heading-simple--lg {
    font-size: 1.75rem;
  }
}
.heading-simple--sm {
  font-size: 1rem;
}
@media screen and (min-width: 811px) {
  .heading-simple--sm {
    font-size: 1.25rem;
  }
}
.heading-simple--left {
  text-align: left;
}
.movie .heading-simple {
  margin-top: 40px;
}
@media screen and (min-width: 811px) {
  .movie .heading-simple {
    margin-top: 80px;
  }
}
.heading-bg {
  color: #fff;
  background-color: #016195;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.44;
  width: 150px;
  padding-block: 16px;
}
@media screen and (max-width: 810px) {
  .heading-bg {
    margin-inline: auto;
  }
}
@media screen and (min-width: 811px) {
  .heading-bg {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-block: 21px;
  }
}
.heading-bg--arrow {
  position: relative;
  padding-block: 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 811px) {
  .heading-bg--arrow {
    padding-block: 12px;
  }
}
.heading-bg--arrow::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 14px;
  background-color: #016195;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 811px) {
  .heading-bg--pc-mt {
    margin-top: 7px;
  }
}
.heading-bg--wide {
  width: 100%;
  padding-block: 10px 12px;
}
@media screen and (min-width: 811px) {
  .heading-bg--wide {
    padding-block: 16px 18px;
  }
}
.text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
  margin-top: 16px;
}
@media screen and (min-width: 811px) {
  .text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 811px) {
  .text {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
.text--center {
  text-align: center;
}
.text--bold {
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .text--pc-lg {
    font-size: 1.25rem;
  }
}
.text--mt-0 {
  margin-top: 0;
}
.box .text {
  margin-inline: 16px;
}
@media screen and (min-width: 811px) {
  .box .text {
    margin-inline: 24px;
  }
}
.annotation,
.annotation-list {
  margin-top: 16px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 811px) {
  .annotation,
  .annotation-list {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 1.42;
  }
}
.grid {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .grid {
    gap: 50px;
    margin-top: 40px;
  }
}
.grid--2col {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 811px) {
  .grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid--auto-fr {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 811px) {
  .grid--auto-fr {
    grid-template-columns: auto 1fr;
  }
}
.grid--gap-sm {
  gap: 16px;
}
@media screen and (min-width: 811px) {
  .grid--gap-sm {
    gap: 24px;
  }
}
@media screen and (min-width: 811px) {
  .grid--pc-center {
    align-items: center;
  }
}
@media screen and (max-width: 810px) {
  .grid--sp-mt-sm {
    margin-top: 16px;
  }
}
.grid--plus {
  position: relative;
}
.grid--plus::after {
  content: "";
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jvalueup_icon-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 810px) {
  .grid--plus::after {
    grid-row: 2/3;
    margin-inline: auto;
  }
}
@media screen and (min-width: 811px) {
  .grid--plus::after {
    width: 63px;
    height: 63px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.list__item {
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -16px;
  padding-left: 16px;
}
@media screen and (min-width: 811px) {
  .list__item {
    font-size: 1.125rem;
  }
}
.list__item + .list__item {
  margin-top: 8px;
}
@media screen and (min-width: 811px) {
  .list__item + .list__item {
    margin-top: 9px;
  }
}
.list__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: #016195;
  vertical-align: middle;
}
.list-notes {
  margin-top: 20px;
}
@media screen and (min-width: 811px) {
  .list-notes {
    margin-top: 24px;
  }
}
.list-notes__item {
  padding-left: 16px;
  text-indent: -16px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .list-notes__item {
    font-size: 0.875rem;
  }
}
.list-notes__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: #015c8f;
}
.list-notes__item + .list-notes__item {
  margin-top: 1em;
}
.list-notes__annotation {
  margin-top: 8px;
  padding-left: 16px;
}
@media screen and (min-width: 811px) {
  .list-notes__annotation {
    margin-top: 12px;
  }
}
.figure {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 811px) {
  .figure {
    margin-top: 24px;
  }
}
.figure--mt-lg {
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .figure--mt-lg {
    margin-top: 40px;
  }
}
.anchor {
  margin-top: 40px;
}
@media screen and (min-width: 811px) {
  .anchor {
    margin-top: 120px;
  }
}
.anchor__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 811px) {
  .anchor__list {
    flex-direction: row;
    gap: 25px;
  }
}
.anchor__item {
  width: 100%;
}
@media screen and (max-width: 810px) {
  .anchor__item {
    max-width: 292px;
  }
}
@media screen and (min-width: 811px) {
  .anchor__item {
    width: 33.3333333333%;
  }
}
.anchor__link {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  transition: 0.2s;
}
@media screen and (min-width: 811px) {
  .anchor__link {
    flex-direction: column;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.anchor__link:link,
.anchor__link:visited {
  color: #00527c;
  text-decoration: none;
}
.anchor__link:hover {
  color: #313740;
}
.anchor__link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jvalueup_icon-anchor.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  transition: 0.2s;
  background-color: #00527c;
}
@media screen and (min-width: 811px) {
  .anchor__link::after {
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) {
  .anchor__link:hover::after {
    background-color: #313740;
  }
}
@media screen and (max-width: 810px) {
  .anchor__icon {
    width: 100px;
  }
}
@media screen and (max-width: 810px) {
  .anchor + .section {
    margin-top: 60px;
  }
}
.box {
  border: 2px solid #016195;
  padding-bottom: 10px;
  margin-top: 16px;
}
@media screen and (min-width: 811px) {
  .box {
    padding-bottom: 22px;
    margin-top: 24px;
  }
}
.case-contents__item {
  position: relative;
}
.case-contents__item + .case-contents__item::before {
  content: "";
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jvalueup_icon-arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 40px;
  display: block;
  margin-inline: auto;
  margin-top: 16px;
}
@media screen and (min-width: 811px) {
  .case-contents__item + .case-contents__item::before {
    width: 75px;
    height: 60px;
    margin-top: 24px;
  }
}
.fixed {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 16px;
  position: fixed;
  right: 10px;
  bottom: 16px;
  z-index: 1000;
}
@media screen and (min-width: 811px) {
  .fixed {
    right: 24px;
    bottom: 24px;
  }
}
.button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (min-width: 811px) {
  .button-wrapper {
    margin-top: 120px;
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  padding: 15px 24px;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: bold;
  color: #28242b;
  background-color: #82c823;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 811px) {
  .button {
    width: auto;
    max-width: none;
    padding: 19px 58px;
    font-size: 1.5rem;
  }
}
.button:hover,
.button:visited {
  color: #28242b;
  text-decoration: none;
}
@media (hover: hover) {
  .button:hover {
    background-color: #a2d830;
  }
}
.button__icon {
  display: block;
  margin-left: 8px;
}
@media screen and (min-width: 811px) {
  .button__icon {
    margin-left: 12px;
  }
}
.primary-button {
  display: inline-block;
  text-decoration: none;
  background-color: #82c823;
  border-radius: 12px;
  padding: 14px 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  transition: 0.2s;
  color: #016195;
}
.primary-button:visited {
  color: #016195;
}
@media screen and (min-width: 811px) {
  .primary-button {
    padding: 26px 23px;
  }
}
@media (hover: hover) {
  .primary-button:hover {
    color: #515b6b;
    background-color: #a2d830;
  }
}
@media screen and (min-width: 811px) {
  .primary-button__image {
    width: 138px;
  }
}
.top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #00527c;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.2s;
  color: #016195;
}
@media screen and (min-width: 811px) {
  .top-button {
    width: 48px;
    height: 48px;
  }
}
.top-button__image {
  width: 13px;
  height: 19px;
  mask-image: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jvalueup_icon-pagetop-sp.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #016195;
}
@media screen and (min-width: 811px) {
  .top-button__image {
    width: 19px;
    height: 26px;
    mask-image: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jvalueup_icon-pagetop-pc.svg");
  }
}
@media (hover: hover) {
  .top-button:hover {
    border-color: #515b6b;
  }
  .top-button:hover .top-button__image {
    background-color: #515b6b;
  }
}
.footer {
  width: 100%;
  margin-top: 40px;
  padding-block: 34px 150px;
  background-color: #eeeff0;
  color: #363230;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.85;
}
@media screen and (min-width: 811px) {
  .footer {
    margin-top: 80px;
    padding: 80px 20px;
    font-size: 1.125rem;
    line-height: 1.77;
  }
}
.footer__inner {
  position: relative;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 20px;
}
.footer__sub-title {
  margin-top: 24px;
  font-size: 1.125rem;
  font-weight: bold;
  word-break: keep-all;
  word-break: auto-phrase;
}
@media screen and (min-width: 811px) {
  .footer__sub-title {
    margin-top: 50px;
    font-size: 1.5rem;
  }
}
.footer__text {
  word-break: keep-all;
  word-break: auto-phrase;
}
.footer__copyright {
  margin-top: 24px;
  font-size: 0.875rem;
}
@media screen and (min-width: 811px) {
  .footer__copyright {
    margin-top: 50px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 811px) {
  .pc-none {
    display: none;
  }
}
.sp-none {
  display: none;
}
@media screen and (min-width: 811px) {
  .sp-none {
    display: block;
  }
}
