* {
  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;
}

.small-layout {
  max-width: 920px;
  margin-inline: auto;
}

.mainvisual {
  position: relative;
  width: 100%;
}
.mainvisual__inner {
  position: relative;
  width: 100%;
}
.mainvisual__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/376;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 811px) {
  .mainvisual__image {
    aspect-ratio: 1440/790;
  }
}
.mainvisual__content {
  position: absolute;
  top: 8.8%;
  left: 5.3%;
}
@media screen and (min-width: 811px) {
  .mainvisual__content {
    top: 12.6%;
    left: 6.94%;
  }
}

.section {
  margin-top: 40px;
}
@media screen and (min-width: 811px) {
  .section {
    margin-top: 80px;
  }
}

.headingLv1 {
  font-size: 28px;
  font-size: 7.4666666667vw;
  line-height: 1.45;
  color: #28242b;
}
@media screen and (min-width: 811px) {
  .headingLv1 {
    font-size: 60px;
    font-size: 4.1666666667vw;
  }
}

.headingLv2 {
  font-size: 1.75rem;
  line-height: 1.33;
  color: #28242b;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .headingLv2 {
    font-size: 3rem;
  }
}

.headingLv2-simple {
  font-size: 1.125rem;
  line-height: 1.44;
}
@media screen and (min-width: 811px) {
  .headingLv2-simple {
    font-size: 1.5rem;
  }
}

.headingLv3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  color: #28242b;
}
@media screen and (min-width: 811px) {
  .headingLv3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 811px) {
  .headingLv3__icon {
    width: 60px;
  }
}
.headingLv3--simple {
  color: #28242b;
}

.headingLv3-simple {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .headingLv3-simple {
    margin-top: 24px;
    font-size: 1.25rem;
  }
}

.headingLv4 {
  margin-top: 24px;
  font-size: 1.125rem;
  line-height: 1.44;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .headingLv4 {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
.text + .headingLv4 {
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .text + .headingLv4 {
    margin-top: 56px;
  }
}
.headingLv4--unilever {
  margin-top: 40px;
}
@media screen and (min-width: 811px) {
  .headingLv4--unilever {
    margin-top: 80px;
  }
}

.headingLv5 {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .headingLv5 {
    margin-top: 40px;
    font-size: 1.25rem;
  }
}
.headingLv5:first-child {
  margin-top: 0;
}

.lead {
  margin-top: 24px;
  font-size: 1.125rem;
  line-height: 1.44;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .lead {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}

.strong-text {
  margin-top: 16px;
  font-size: 16px;
  font-size: 4.2666666667vw;
  line-height: 1.42;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .strong-text {
    margin-top: 24px;
    font-size: 28px;
    font-size: 1.9444444444vw;
    line-height: 1.42;
  }
}

.text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 811px) {
  .text {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
.figure + .text {
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .figure + .text {
    margin-top: 40px;
  }
}
.headingLv3 + .text {
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .headingLv3 + .text {
    margin-top: 40px;
  }
}
.headingLv4 + .text {
  margin-top: 16px;
}
@media screen and (min-width: 811px) {
  .headingLv4 + .text {
    margin-top: 24px;
  }
}

.annotation,
.annotation-list {
  margin-top: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 811px) {
  .annotation,
  .annotation-list {
    margin-top: 16px;
    font-size: 0.875rem;
    line-height: 1.42;
  }
}
.table + .annotation,
.table + .annotation-list {
  margin-top: 12px;
}
@media screen and (min-width: 811px) {
  .table + .annotation,
  .table + .annotation-list {
    margin-top: 16px;
  }
}

.grid {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .grid {
    gap: 50px;
    margin-top: 40px;
  }
}

.grid-6-6 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 811px) {
  .grid-6-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.list__item {
  font-size: 1rem;
  line-height: 1.4;
  text-indent: -12px;
  padding-left: 12px;
}
@media screen and (min-width: 811px) {
  .list__item {
    font-size: 1.125rem;
  }
}
.list__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #00527c;
}

.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;
}
.headingLv3 + .figure,
.text + .figure {
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .headingLv3 + .figure,
  .text + .figure {
    margin-top: 40px;
  }
}
.headingLv5 + .figure,
.graph-caption + .figure {
  margin-top: 12px;
}
@media screen and (min-width: 811px) {
  .headingLv5 + .figure,
  .graph-caption + .figure {
    margin-top: 16px;
  }
}
.figure__caption + .figure__image {
  margin-top: 12px;
}
@media screen and (min-width: 811px) {
  .figure__caption + .figure__image {
    margin-top: 16px;
  }
}
@media screen and (min-width: 811px) {
  .figure__image--features-select {
    padding-left: 63px;
  }
}
@media screen and (min-width: 811px) {
  .figure__image--general {
    padding-top: 4px;
  }
}
.figure__caption {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .figure__caption {
    font-size: 1.125rem;
  }
}
.figure__image + .figure__caption {
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .figure__image + .figure__caption {
    margin-top: 40px;
  }
}

.graph-caption {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .graph-caption {
    margin-top: 16px;
    font-size: 1.125rem;
  }
}

.table {
  width: calc(100% + 20px);
  margin-top: 24px;
  overflow-x: auto;
}
@media screen and (min-width: 811px) {
  .table {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1121px) {
  .table {
    width: 100%;
  }
}
.table__contents {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  white-space: nowrap;
  border: 1px solid #dcdee1;
}
@media screen and (min-width: 1121px) {
  .table__contents {
    font-size: 1.125rem;
    white-space: normal;
  }
}
.table__heading {
  background: #eeeff0;
  color: #28242b;
  padding: 10px 20px;
}
@media screen and (min-width: 811px) {
  .table__heading {
    font-size: 1.25rem;
  }
}
.table__heading--strong {
  background-color: #006193;
  color: #fff;
}
.table__sub-title,
.table__cell {
  border-bottom: 1px solid #dcdee1;
  padding: 20px;
}
.table__cell--strong {
  background-color: #ecf9fd;
}
.table__sub-title {
  min-width: 82px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #28242b;
  white-space: normal;
}
@media screen and (min-width: 811px) {
  .table__sub-title {
    min-width: auto;
    font-size: 1.25rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1121px) {
  .table__sub-title {
    white-space: normal;
  }
}
.table__col-31per {
  width: 31%;
}
.table__col-29per {
  width: 29%;
}
.table__col-27per {
  width: 27%;
}

.table-distribution {
  width: 100%;
  margin-top: 12px;
}
@media screen and (min-width: 811px) {
  .table-distribution {
    margin-top: 16px;
  }
}
.table-distribution__contents {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dcdee1;
}
.table-distribution__heading,
.table-distribution__cell {
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #dcdee1;
}
@media screen and (min-width: 811px) {
  .table-distribution__heading,
  .table-distribution__cell {
    padding: 15px 20px;
    font-size: 1.125rem;
  }
}
.table-distribution__heading {
  background-color: #eeeff0;
  color: #28242b;
  font-weight: bold;
}
.table-distribution__num {
  margin-inline: 0.25em;
}
.table-distribution__yen {
  margin-left: 0.25em;
}
.table-distribution__ta-right {
  text-align: right;
}
.table-distribution__nowrap {
  white-space: nowrap;
}
.table-distribution__col-18per {
  width: 18%;
}

.anchor {
  margin-top: 24px;
}
@media screen and (min-width: 811px) {
  .anchor {
    margin-top: 40px;
  }
}
.anchor__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 811px) {
  .anchor__list {
    flex-direction: row;
  }
}
.anchor__item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .anchor__item {
    width: 33.3333333333%;
  }
}
.anchor__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  transition: 0.2s;
}
@media screen and (min-width: 811px) {
  .anchor__link {
    row-gap: 16px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 811px) {
  .anchor__link__icon {
    width: 60px;
  }
}
.anchor__link:link,
.anchor__link:visited {
  color: #026fad;
  text-decoration: none;
}
.anchor__link:hover {
  color: #515b6b;
}
.anchor__link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/worlddividend_icon-anchor.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  transition: 0.2s;
  background-color: #026fad;
}
@media screen and (min-width: 811px) {
  .anchor__link::after {
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) {
  .anchor__link:hover::after {
    background-color: #515b6b;
  }
}

.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: 40px;
}
@media screen and (min-width: 811px) {
  .button-wrapper {
    margin-top: 80px;
  }
}

.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: 11px 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: 20px 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 #026fad;
  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/2025/worlddividend_icon-pagetop.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #016195;
}
@media screen and (min-width: 811px) {
  .top-button__image {
    width: 16px;
    height: 24px;
  }
}
@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 40px;
  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;
  }
}

/*# sourceMappingURL=style.css.map */
