@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  background: #000;
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.c-ttl01 {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 79px;
}
.c-ttl01 .inn {
  font-size: 42px;
}
.c-ttl01 .inn.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(30, 155, 215, 0.3)));
  background: linear-gradient(transparent 65%, rgba(30, 155, 215, 0.3) 65%);
  padding: 0 2px;
}
.c-ttl01.cl-blue {
  color: #1e9bd7;
}
.c-ttl01.cl-black {
  color: #000;
}
.c-ttl01.fz-32 {
  margin-bottom: 43px;
  line-height: 1.1875;
}
.c-ttl01.fz-32 .inn {
  font-size: 32px;
}
.c-ttl01.fz-28 {
  margin-bottom: 29px;
}
.c-ttl01.fz-28 .inn {
  font-size: 28px;
}

.c-ttl02 {
  -webkit-box-shadow: 0 -4px 10px -4px rgb(0, 0, 0);
  box-shadow: 0 -4px 10px -4px rgb(0, 0, 0);
  border-radius: 10px;
  padding: 65px 106px 91px;
  position: relative;
  overflow: hidden;
}
.c-ttl02::before {
  background: #132b5c;
  border-radius: 10px;
  mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  mask-mode: alpha;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-ttl02 .inn-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 45px;
  position: relative;
  z-index: 2;
}
.c-ttl02 .inn-wrap::before {
  background: #1e9bd7;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 27px;
}
.c-ttl02 .num-wrap {
  max-width: 215px;
  position: relative;
  z-index: 2;
}
.c-ttl02 .num-wrap .num {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_ico-point-bg03.svg) no-repeat center center/contain;
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  display: block;
  padding: 22px 9px 52px 10px;
  margin: -15px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl02 .inn {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}

.c-ttl03 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgb(30, 155, 215)), color-stop(80%, rgb(30, 155, 215)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(30, 155, 215) 20%, rgb(30, 155, 215) 80%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
  padding: 7px 15px 9px;
  text-align: center;
}
.c-ttl03.min-74 {
  padding: 12px 15px 14px;
}
.c-ttl03 .inn {
  font-size: 20px;
}
.c-ttl03 .small {
  font-size: 16px;
}
.c-ttl03 + .c-line-txt {
  margin-top: 50px;
}

.c-black-box {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 50px 50px 47px;
  margin-inline: auto;
  max-width: 1000px;
}
.c-black-box + .c-black-box {
  margin-top: 64px;
}

.c-two-row-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px;
}

.c-three-row-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 25px;
}
.c-three-row-wrap.gap-21 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 21px;
  margin-top: 0;
}

.c-line-txt {
  border-left: 8px solid #1e9bd7;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 0 0 17px;
}
.c-line-txt + .c-line-txt {
  margin-top: 20px;
}
.c-line-txt + .c-ttl03 {
  margin-top: 47px;
}
.c-line-txt + .c-two-row-wrap {
  margin-top: 48px;
}

.c-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
.c-txt.pl {
  padding-left: 24px;
}

.c-note {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}
.c-note.cl-white {
  color: #fff;
}
.c-note.fz-15 {
  font-size: 15px;
  margin-top: 27px;
}
.c-note.mt-10 {
  margin-top: 10px;
}
.c-note .medium {
  font-weight: 500;
}

.c-blue {
  color: #1e9bd7;
}

.c-border-red {
  background: #fff;
  border: 1px solid #ee0303;
  color: #ee0303;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4615384615;
  padding: 8px 20px;
  text-align: center;
  margin: 20px 0 12px;
}
.c-border-red + .c-note {
  margin-top: 12px;
}

.c-img-ttl-bg {
  background: #999;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1666666667;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 16px;
}

.c-img {
  max-width: 740px;
  margin: 24px auto 20px;
}
.c-img.full {
  max-width: 100%;
}
.c-img.bg-white {
  background: #fff;
  padding: 8px 20px;
}
.c-img.bg-white.pd-20 {
  padding: 20px;
}
.c-img.small {
  margin: 0;
  padding: 8px 9px 15px;
}

.c-graph {
  position: relative;
}
.c-graph__back {
  text-align: center;
}
.c-graph__front,
.c-graph__note {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
.c-graph__front img,
.c-graph__note img {
  height: 100%;
}
.c-graph__front picture,
.c-graph__note picture {
  height: 100%;
}
.c-graph__front picture:nth-child(2),
.c-graph__note picture:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
}
.c-graph__note {
  z-index: 2;
}
.c-graph__note.is-animated {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.c-graph.bg-white .c-graph__front,
.c-graph.bg-white .c-graph__note {
  top: 8px;
  height: calc(100% - 16px);
  width: calc(100% - 40px);
}
.c-graph.small .c-graph__front,
.c-graph.small .c-graph__note {
  top: 8px;
  height: calc(100% - 23px);
  width: calc(100% - 18px);
}
.c-graph.pd-20 .c-graph__front,
.c-graph.pd-20 .c-graph__note {
  top: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
}

.anim-fadeSlide {
  opacity: 0;
}
.anim-fadeSlide.is-animated {
  -webkit-animation: fadeSlide 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: fadeSlide 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.anm-graph .c-graph__front img {
  -webkit-animation: anmGraph 2s 0.3s ease-in-out both paused;
  animation: anmGraph 2s 0.3s ease-in-out both paused;
}
.anm-graph.is-animated .c-graph__front img {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes anmGraph {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes anmGraph {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.anm-graph-vertical .c-graph__front img {
  -webkit-animation: anmGraphV 2s 0.3s ease-in-out both paused;
  animation: anmGraphV 2s 0.3s ease-in-out both paused;
}
.anm-graph-vertical.is-animated .c-graph__front img {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes anmGraphV {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes anmGraphV {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.anm-circle {
  -webkit-clip-path: circle(0%);
  clip-path: circle(0%);
}
.anm-circle.is-animated {
  -webkit-animation: showCircle 1.5s ease-in-out 1s forwards;
  animation: showCircle 1.5s ease-in-out 1s forwards;
}

@-webkit-keyframes showCircle {
  from {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  to {
    -webkit-clip-path: circle(150%);
    clip-path: circle(150%);
  }
}

@keyframes showCircle {
  from {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  to {
    -webkit-clip-path: circle(150%);
    clip-path: circle(150%);
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-section {
  position: relative;
}
.home .mv-section .inner-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-block: 62px;
  padding-inline: 65px;
  max-width: 100%;
  z-index: 5;
}
.home .mv-section .mv-ttl {
  max-width: 1232px;
  margin: auto;
}
.home .mv-section .bg-ttl {
  background: #000;
  border-bottom: 4px solid #ffbf27;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: block;
  line-height: 1.575;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 35px;
  margin-bottom: 25px;
}
.home .mv-section .main-ttl,
.home .mv-section .sub-ttl,
.home .mv-section .note-ttl,
.home .mv-section .nickname-ttl {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.home .mv-section .main-ttl {
  font-size: 44px;
  margin-bottom: 14px;
  line-height: 1.2954545455;
}
.home .mv-section .sub-ttl {
  font-size: 24px;
  margin-bottom: 14px;
  margin-left: -10px;
}
.home .mv-section .note-ttl {
  font-size: 20px;
  margin-bottom: 21px;
  margin-left: 5px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.home .mv-section .nickname-ttl {
  font-size: 40px;
  margin-left: 8px;
}
.home .mv-section .nickname-ttl .small {
  font-size: 30px;
}
.home .mv-section .shadow {
  color: #000;
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 1px 0 #fff,
    0 -1px 0 #fff,
    0 0 10px white,
    4px 4px 6px rgba(0, 0, 0, 0.35);
}
.home .mv-section .bg-wrap {
  position: relative;
}
.home .mv-section .bg-wrap.gradation-btt {
  z-index: 3;
}
.home .mv-section .bg-wrap.gradation-btt::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(54%, rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 54%);
  content: "";
  height: 203px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: 4;
}
.home .mv-section .bg-wrap.gradation-ttb {
  z-index: 2;
}
.home .mv-section .bg-wrap.gradation-ttb::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(54%, rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 54%);
  content: "";
  height: 155px;
  width: 100%;
  position: absolute;
  top: 240px;
  left: 0;
  opacity: 0.8;
  z-index: 4;
}
.home .mv-section .bg-wrap.gradation-ttb:after {
  background: #000;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
}
.home .mv-section .movie-wrap {
  border: 4px solid #fff;
  max-width: 508px;
  margin: 216px auto 0;
}
.home .mv-section .movie-wrap + .note {
  color: #fff;
  max-width: 508px;
  margin: 5px auto 0;
}
.home .mv-section .movie-ttl {
  background: #000;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2307692308;
  text-align: center;
  padding: 21px 10px 13px;
}
.home .point-section {
  overflow-x: clip;
  margin-top: 120px;
}
.home .point-section .wrap > * {
  position: relative;
  min-height: 100svh;
}
.home .point-section .point-area {
  margin: auto;
}
.home .point-section .point-area .inner-block {
  padding-block: 147px 100px;
  max-width: 1148px;
  z-index: 2;
}
.home .point-section .point-area#point01::after,
.home .point-section .point-area#point02::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 290px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.home .point-section .point-area#point01 {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_point-bg01.svg) no-repeat top center/cover;
  z-index: 1;
}
.home .point-section .point-area#point01 .inner-block {
  -webkit-padding-before: 0;
  padding-block-start: 0;
}
.home .point-section .point-area#point02 {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_point-bg02.svg) no-repeat top center/cover;
  z-index: 3;
}
.home .point-section .point-area#point02 .c-ttl02 .inn {
  padding-left: 77px;
}
.home .point-section .point-area#point03 {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_point-bg03.svg) no-repeat top center/cover;
  z-index: 4;
}
.home .point-section .point-area#point03 .inner-block {
  -webkit-padding-before: 128px;
  padding-block-start: 128px;
}
.home .point-section .intro-ttl-box {
  margin: -33px calc(50% - 50vw) 93px;
}
.home .point-section .intro-ttl-box .bg-wrap {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 95%);
  -webkit-box-shadow:
    0px 8px 6px -6px rgba(30, 155, 215, 0.5),
    0px -8px 6px -6px rgba(30, 155, 215, 0.5);
  box-shadow:
    0px 8px 6px -6px rgba(30, 155, 215, 0.5),
    0px -8px 6px -6px rgba(30, 155, 215, 0.5);
  max-width: 1250px;
  margin: auto;
  padding: 43px 20px 35px;
  text-align: center;
}
.home .point-section .intro-ttl-box .inn {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4615384615;
}
.home .point-section .intro-ttl-box .bg-inn {
  background: #ffbf27;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1176470588;
  padding: 11px 23px 12px;
  margin: 7px auto 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .point-section .intro-ttl-box .bg-inn .large {
  font-size: 34px;
}
.home .point-section .theme {
  border: 1px solid transparent;
}
.home .point-section .theme.green {
  background: #fff;
  border: 1px solid #1cd8c0;
}
.home .point-section .theme.green .theme-ttl,
.home .point-section .theme.green .cross-area {
  background: #1cd8c0;
}
.home .point-section .theme.green .theme-intro .ttl {
  color: #1cd8c0;
}
.home .point-section .theme.green .theme-intro .box {
  border: 1px solid rgba(28, 216, 192, 0.7);
}
.home .point-section .theme.green .theme-intro .box .bottom-txt {
  background: rgba(28, 216, 192, 0.7);
}
.home .point-section .theme.green .theme-txt {
  background: rgba(28, 216, 192, 0.2);
}
.home .point-section .theme.yellow {
  background: #fff;
  border: 1px solid #ffbf27;
}
.home .point-section .theme.yellow .theme-ttl,
.home .point-section .theme.yellow .cross-area {
  background: #ffbf27;
}
.home .point-section .theme.yellow .theme-intro .ttl {
  color: #ffbf27;
}
.home .point-section .theme.yellow .theme-intro .box {
  border: 1px solid rgba(255, 191, 39, 0.7);
}
.home .point-section .theme.yellow .theme-intro .box .bottom-txt {
  background: rgba(255, 191, 39, 0.7);
}
.home .point-section .theme.yellow .theme-txt {
  background: rgba(255, 191, 39, 0.2);
}
.home .point-section .theme.purple {
  background: #fff;
  border: 1px solid #7547b1;
}
.home .point-section .theme.purple .theme-ttl,
.home .point-section .theme.purple .cross-area {
  background: #7547b1;
}
.home .point-section .theme.purple .theme-intro .ttl {
  color: #7547b1;
}
.home .point-section .theme.purple .theme-intro .box {
  border: 1px solid rgba(117, 71, 177, 0.7);
}
.home .point-section .theme.purple .theme-intro .box .bottom-txt {
  background: rgba(117, 71, 177, 0.7);
}
.home .point-section .theme.purple .theme-txt {
  background: rgba(117, 71, 177, 0.2);
}
.home .point-section .theme .theme-ttl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding: 6px 15px 0;
}
.home .point-section .theme .theme-ttl .ico {
  max-width: 60px;
}
.home .point-section .theme .theme-ttl .inn {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.home .point-section .theme .theme-intro {
  background: #fff;
  padding: 20px 18px;
  text-align: center;
}
.home .point-section .theme .theme-intro .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0833333333;
  margin-bottom: 18px;
}
.home .point-section .theme .theme-intro .box .top-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 3px 5px 3px;
}
.home .point-section .theme .theme-intro .box .bottom-txt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  padding: 6px 10px;
}
.home .point-section .theme .theme-intro .box .bottom-txt .large {
  font-size: 24px;
}
.home .point-section .theme .cross-area {
  cursor: pointer;
  padding: 8px 10px;
}
.home .point-section .theme .cross-area.is-open .cross {
  display: block;
}
.home .point-section .theme .cross-area.is-open .arrow {
  display: none;
}
.home .point-section .theme .cross-area .cross {
  display: none;
  height: 18px;
  width: 18px;
  position: relative;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .point-section .theme .cross-area .cross::before,
.home .point-section .theme .cross-area .cross:after {
  background: #fff;
  content: "";
  height: 22px;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home .point-section .theme .cross-area .cross::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home .point-section .theme .cross-area .cross::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home .point-section .theme .cross-area .arrow {
  height: 18px;
  width: 18px;
  position: relative;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .point-section .theme .cross-area .arrow::before {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 11px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.home .point-section .theme .theme-txt {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 24px 22px 23px;
}
.home .point-section .graph .year {
  background: #999;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 8px 10px;
}
.home .point-section .graph .graph-img {
  background: #fff;
  padding: 0 7px;
}
.home .point-section .img-txt {
  background: #000;
  border: 1px solid #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin-bottom: 15px;
}
.home .point-section .img-txt .txt-wrap {
  color: #fff;
  padding: 11px 0 11px 20px;
}
.home .point-section .img-txt .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.home .point-section .img-txt .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.home .point-section .img-txt .img img {
  max-height: 93px;
}
.home .point-section .cio-box-wrap {
  max-width: 840px;
  margin: 44px auto 0;
}
.home .point-section .cio-box-wrap .cio-balloon {
  background: #999;
  color: #fff;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS 明朝", serif;
  font-size: 24px;
  font-weight: 400;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.35));
  padding: 10px 20px;
  position: relative;
  line-height: 1.5;
  width: 100%;
  z-index: 5;
}
.home .point-section .cio-box-wrap .cio-balloon::before {
  content: "";
  border-style: solid;
  border-width: 48px 56px 0px 0px;
  border-color: transparent #999 transparent transparent;
  position: absolute;
  bottom: -47px;
  right: 163px;
  width: 56px;
  height: 48px;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.home .point-section .cio-box-wrap .cio-balloon .pc-bg {
  font-weight: bold;
}
.home .point-section .cio-box-wrap .white-box {
  background: #fff;
  padding: 20px 19px 32px 32px;
  margin-top: 11px;
}
.home .point-section .cio-box-wrap .white-box .top {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px;
}
.home .point-section .cio-box-wrap .white-box .info {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
}
.home .point-section .cio-box-wrap .white-box .name {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1538461538;
  margin-bottom: 7px;
}
.home .point-section .cio-box-wrap .white-box .txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1428571429;
}
.home .point-section .cio-box-wrap .white-box .bg-gray {
  background: #efefef;
  padding: 10px 12px;
  margin-top: 8px;
}
.home .point-section .cio-box-wrap .white-box .list li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-left: 2rem;
}
.home .point-section .cio-box-wrap .white-box .list li::before {
  content: "■";
  position: absolute;
  top: 5px;
  left: 0;
}
.home .point-section .cio-box-wrap .white-box .list li .large {
  font-size: 20px;
}
.home .point-section .cio-box-wrap .white-box .cio-img {
  max-width: 197px;
}
.home .point-section .ranking-wrap {
  margin-top: 38px;
}
.home .point-section .ranking-wrap .ranking-txt-wrap {
  max-width: 574px;
  margin: 0 auto 32px;
}
.home .point-section .ranking-wrap .ranking-txt-wrap .top {
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, rgb(248, 187, 114)), color-stop(49%, rgb(254, 232, 177)), to(rgb(220, 168, 11)));
  background: linear-gradient(90deg, rgb(248, 187, 114) 2%, rgb(254, 232, 177) 49%, rgb(220, 168, 11) 100%);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 10px;
  text-align: center;
}
.home .point-section .ranking-wrap .ranking-txt-wrap .bottom {
  background: #fff;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3636363636;
  padding: 11px 10px;
  text-align: center;
}
.home .point-section .ranking-wrap .percent-wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 67px;
  max-width: 585px;
  margin: auto;
}
.home .point-section .ranking-wrap .percent-wrap .percent.blue .circle {
  background: #1e9bd7;
  height: 250px;
  width: 250px;
  font-size: 50px;
}
.home .point-section .ranking-wrap .percent-wrap .percent.blue .circle .num {
  font-size: 70px;
}
.home .point-section .ranking-wrap .percent-wrap .percent.blue .txt {
  color: #1e9bd7;
}
.home .point-section .ranking-wrap .percent-wrap .percent.yellow .circle {
  background: #ffbf27;
  height: 170px;
  width: 170px;
  font-size: 35px;
  margin-bottom: 50px;
}
.home .point-section .ranking-wrap .percent-wrap .percent.yellow .circle .num {
  font-size: 49px;
}
.home .point-section .ranking-wrap .percent-wrap .percent.yellow .txt {
  color: #ffbf27;
}
.home .point-section .ranking-wrap .percent-wrap .txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.home .point-section .ranking-wrap .percent-wrap .circle {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  margin: 0 auto 24px;
}
.home .point-section .award-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(23%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 23%);
  padding: 0 40px 14px;
  margin-top: 18px;
}
.home .point-section .award-wrap .box-ttl {
  text-align: center;
}
.home .point-section .award-wrap .sub-ttl {
  color: #c30000;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4615384615;
  margin: 6px auto;
  text-align: center;
}
.home .point-section .award-wrap .award {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  padding: 0 9px;
}
.home .point-section .award-wrap .img {
  max-width: 158px;
}
.home .point-section .award-wrap .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.home .point-section .award-wrap .txt.large {
  font-size: 28px;
  margin: 5px auto 6px;
}
.home .point-section .award-wrap .c-note {
  margin-top: 18px;
}
.home .point-section .graph-ttl {
  max-width: 255px;
  margin: 0 auto 20px;
}
.home .point-section .graph-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.home .point-section .graph-list li {
  position: relative;
}
.home .point-section .graph-list li:nth-child(1) .anim.is-animated .pie01 {
  stroke-dasharray: 36 64;
  -webkit-animation: growA 1s ease-out forwards;
  animation: growA 1s ease-out forwards;
}
.home .point-section .graph-list li:nth-child(1) .anim.is-animated .pie02 {
  -webkit-animation: growB 1s ease-out 1s forwards;
  animation: growB 1s ease-out 1s forwards;
}
.home .point-section .graph-list li:nth-child(2) .anim.is-animated .pie01 {
  stroke-dasharray: 42 58;
  -webkit-animation: growC 1s ease-out forwards;
  animation: growC 1s ease-out forwards;
}
.home .point-section .graph-list li:nth-child(2) .anim.is-animated .pie02 {
  -webkit-animation: growD 1s ease-out 1s forwards;
  animation: growD 1s ease-out 1s forwards;
}
.home .point-section .graph-list li:nth-child(3) .anim.is-animated .pie01 {
  stroke-dasharray: 36 64;
  -webkit-animation: growE 1s ease-out forwards;
  animation: growE 1s ease-out forwards;
}
.home .point-section .graph-list li:nth-child(3) .anim.is-animated .pie02 {
  -webkit-animation: growF 1s ease-out 1s forwards;
  animation: growF 1s ease-out 1s forwards;
}
.home .point-section .graph-list li:nth-child(4) .anim.is-animated .pie01 {
  stroke-dasharray: 40 60;
  -webkit-animation: growG 1s ease-out forwards;
  animation: growG 1s ease-out forwards;
}
.home .point-section .graph-list li:nth-child(4) .anim.is-animated .pie02 {
  -webkit-animation: growH 1s ease-out 1s forwards;
  animation: growH 1s ease-out 1s forwards;
}
.home .point-section {
  /* 描画エリアの指定 */
}
.home .point-section .pie-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  margin: auto;
  padding-bottom: 148px;
  width: 148px;
}
.home .point-section .pie-container .percent {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home .point-section .pie-container .percent.percent01 {
  right: 26px;
  top: 50px;
}
.home .point-section .pie-container .percent.percent02 {
  left: 30px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.home .point-section .pie-svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.home .point-section {
  /* グラフ部分の指定 */
}
.home .point-section .pie {
  fill: transparent;
  stroke-width: 32;
  stroke-dashoffset: 100;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.home .point-section .pie.pie01 {
  stroke: #1e9bd7;
  stroke-dasharray: 0 1000;
}
.home .point-section .pie.pie02 {
  stroke: #aaaaaa;
  stroke-dasharray: 0 1000;
}
@-webkit-keyframes growA {
  from {
    stroke-dasharray: 0 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    stroke-dasharray: 36 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes growA {
  from {
    stroke-dasharray: 0 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    stroke-dasharray: 36 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes growB {
  from {
    stroke-dasharray: 0 100;
    stroke-dashoffset: -61;
  }
  to {
    stroke-dasharray: 62 36;
    stroke-dashoffset: -61;
  }
}
@keyframes growB {
  from {
    stroke-dasharray: 0 100;
    stroke-dashoffset: -61;
  }
  to {
    stroke-dasharray: 62 36;
    stroke-dashoffset: -61;
  }
}
@-webkit-keyframes growC {
  from {
    stroke-dasharray: 0 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    stroke-dasharray: 42 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes growC {
  from {
    stroke-dasharray: 0 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    stroke-dasharray: 42 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes growD {
  from {
    stroke-dasharray: 0 100;
    stroke-dashoffset: -67;
  }
  to {
    stroke-dasharray: 58 42;
    stroke-dashoffset: -67;
  }
}
@keyframes growD {
  from {
    stroke-dasharray: 0 100;
    stroke-dashoffset: -67;
  }
  to {
    stroke-dasharray: 58 42;
    stroke-dashoffset: -67;
  }
}
@-webkit-keyframes growE {
  from {
    stroke-dasharray: 0 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    stroke-dasharray: 36 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes growE {
  from {
    stroke-dasharray: 0 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    stroke-dasharray: 36 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes growF {
  from {
    stroke-dasharray: 0 100;
    stroke-dashoffset: -61;
  }
  to {
    stroke-dasharray: 64 36;
    stroke-dashoffset: -61;
  }
}
@keyframes growF {
  from {
    stroke-dasharray: 0 100;
    stroke-dashoffset: -61;
  }
  to {
    stroke-dasharray: 64 36;
    stroke-dashoffset: -61;
  }
}
@-webkit-keyframes growG {
  from {
    stroke-dasharray: 0 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    stroke-dasharray: 40 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes growG {
  from {
    stroke-dasharray: 0 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    stroke-dasharray: 40 1000;
    stroke-dashoffset: -25;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes growH {
  from {
    stroke-dasharray: 0 100;
    stroke-dashoffset: -65;
  }
  to {
    stroke-dasharray: 60 40;
    stroke-dashoffset: -65;
  }
}
@keyframes growH {
  from {
    stroke-dasharray: 0 100;
    stroke-dashoffset: -65;
  }
  to {
    stroke-dasharray: 60 40;
    stroke-dashoffset: -65;
  }
}
.home .link-area {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .link-area.is-active {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .link-area::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(50%, rgb(17, 34, 101)), to(rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(17, 34, 101) 50%, rgb(0, 0, 0) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .link-area .inner-block {
  position: relative;
  z-index: 2;
}
.home .link-area .anchor-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 940px;
  margin: auto;
}
.home .link-area .anchor-wrap a {
  background: #000;
  border-top: 2px solid #1e9bd7;
  -webkit-box-shadow: 0 0 10px 5px rgba(30, 155, 215, 0.5);
  box-shadow: 0 0 10px 5px rgba(30, 155, 215, 0.5);
  display: block;
  color: #fff;
  padding: 0 15px 51px;
  position: relative;
}
.home .link-area .anchor-wrap a::before {
  background: #1e9bd7;
  content: "";
  height: 24px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home .link-area .anchor-wrap a::after {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 12px;
  width: 22px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .link-area .anchor-wrap .num {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_ico-point-bg02.svg) no-repeat center center/contain;
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 6px 19px;
  margin: -1px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .link-area .anchor-wrap .inn {
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}
.home .course-section {
  background: #bae3f6;
  position: relative;
  z-index: 5;
}
.home .course-section .inner-block {
  padding-block: 100px;
  max-width: 1148px;
}
.home .course-section .white-bg-area {
  background: #fff;
  padding: 40px 50px 50px;
}
.home .course-section .course {
  position: relative;
  padding-top: 58px;
}
.home .course-section .course .wrap {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.home .course-section .course .label-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.home .course-section .course .label-img img {
  max-height: 85px;
}
.home .course-section .course .label-img.ribbon {
  min-height: 86px;
}
.home .course-section .course .label-img.ribbon img {
  max-height: 61px;
}
.home .course-section .course .subject-ttl {
  background: #1e9bd7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 25px 14px 15px;
}
.home .course-section .course .type-txt {
  background: #cfefff;
  color: #1e9bd7;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 7px 10px;
}
.home .course-section .course .contents-area {
  background: #fff;
  padding: 19px 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.home .course-section .course .contents-area .txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3333333333;
  margin-bottom: 20px;
}
.home .course-section .course .link-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px;
}
.home .course-section .course .link-list li + li {
  margin-top: 20px;
}
.home .course-section .course .link-list a {
  background: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 23px;
  text-align: center;
  min-height: 56px;
  position: relative;
}
.home .course-section .course .link-list a::before {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_ico-link.svg) no-repeat center center/contain;
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
}
.home .course-section .course .link-list a.txt-link {
  padding-inline: 44px;
}
.home .course-section .course .link-list a .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .course-section .course .link-list a .inn {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7142857143;
}
.home .course-section .course .more-link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6875;
  position: relative;
  padding-right: 21px;
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .course-section .course .more-link::before {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_ico-arrow_bl.svg) no-repeat center center/contain;
  content: "";
  height: 15px;
  width: 9px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home .disclaimer-section {
  background: #fff;
}
.home .disclaimer-section .inner-block {
  padding-block: 103px 100px;
  max-width: 1148px;
}
.home .disclaimer-section .c-txt {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}
.home .disclaimer-section .c-txt + .c-txt {
  margin-top: 2.2rem;
}
.home .disclaimer-section .c-txt.large {
  font-size: 16px;
}
.home .disclaimer-section .c-txt.bold {
  font-weight: bold;
}
@media screen and (width < 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 22px;
  }
  .pc {
    display: none !important;
  }
  .c-ttl01 {
    margin-bottom: 38px;
  }
  .c-ttl01 .inn {
    font-size: 21px;
  }
  .c-ttl01.fz-32 {
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .c-ttl01.fz-32 .inn {
    font-size: 18px;
  }
  .c-ttl01.fz-28 {
    margin-bottom: 28px;
  }
  .c-ttl01.fz-28 .inn {
    font-size: 18px;
  }
  .c-ttl02 {
    -webkit-box-shadow: 0 0 5px 0 black;
    box-shadow: 0 0 5px 0 black;
    border-radius: 5px;
    padding: 21px 15px 31px;
  }
  .c-ttl02::before {
    border-radius: 5px;
  }
  .c-ttl02 .inn-wrap::before {
    height: 2px;
    bottom: 9px;
  }
  .c-ttl02 .inn-wrap {
    gap: 5px;
  }
  .c-ttl02 .num-wrap {
    max-width: 75px;
  }
  .c-ttl02 .num-wrap .num {
    font-size: 16px;
    padding: 7px 1px 17px;
    margin-top: -12px;
  }
  .c-ttl02 .inn {
    font-size: 19px;
  }
  .c-ttl03 {
    padding: 8px 20px;
    margin-bottom: 18px;
    line-height: 1.3;
  }
  .c-ttl03.min-74 {
    padding: 9px 15px 6px;
  }
  .c-ttl03 .inn {
    font-size: 19px;
  }
  .c-ttl03 .small {
    font-size: 14px;
  }
  .c-ttl03 + .c-line-txt {
    margin-top: 26px;
  }
  .c-black-box {
    border-radius: 5px;
    padding: 32px 8px;
  }
  .c-black-box.sp-pt-40 {
    padding: 40px 8px 20px;
  }
  .c-black-box + .c-black-box {
    margin-top: 50px;
  }
  .c-two-row-wrap {
    grid-template-columns: 100%;
    gap: 32px;
  }
  .c-three-row-wrap:not(.sp-scroll) {
    grid-template-columns: 100%;
    gap: 18px;
  }
  .c-three-row-wrap.sp-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    min-width: 330px;
    margin-top: 18px;
    gap: 18px;
  }
  .c-three-row-wrap.gap-21 {
    gap: 43px;
  }
  .c-line-txt {
    border-left-width: 4px;
    font-size: 16px;
    line-height: 1.5;
    padding: 1px 0 0 8px;
  }
  .c-line-txt + .c-ttl03 {
    margin-top: 29px;
  }
  .c-line-txt + .c-ttl03.sp-mt-30 {
    margin-top: 39px;
  }
  .c-line-txt + .c-two-row-wrap {
    margin-top: 32px;
  }
  .c-txt {
    font-size: 12px;
    margin-bottom: 29px;
  }
  .c-txt.pl {
    padding-left: 12px;
  }
  .c-note {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .c-note.sp-mt-20 {
    margin-top: 20px;
  }
  .c-note.fz-15 {
    font-size: 8px;
    margin-top: 100px;
  }
  .c-border-red {
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 6px 4px;
    margin: 20px 0 6px;
    text-align: left;
  }
  .c-border-red + .c-note {
    margin-top: 8px;
  }
  .c-img-ttl-bg {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c-img {
    margin: 19px auto 10px;
  }
  .c-img.bg-white {
    padding: 8px 6px;
  }
  .c-img.bg-white.pd-20 {
    padding: 10px;
  }
  .c-img.bg-white.sp-pl-6 {
    padding: 18px 14px 17px;
  }
  .c-graph.bg-white .c-graph__front,
  .c-graph.bg-white .c-graph__note {
    top: 8px;
    height: calc(100% - 16px);
    width: calc(100% - 12px);
  }
  .c-graph.small .c-graph__front,
  .c-graph.small .c-graph__note {
    top: 8px;
    height: calc(100% - 16px);
    width: calc(100% - 12px);
  }
  .c-graph.pd-20 .c-graph__front,
  .c-graph.pd-20 .c-graph__note {
    top: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .home .mv-section .inner-block {
    padding-block: 17px;
    padding-inline: 13px;
  }
  .home .mv-section .bg-ttl {
    border-bottom-width: 2px;
    font-size: 20px;
    line-height: 1.575;
    padding: 2px 20px 0;
    margin-bottom: 11px;
  }
  .home .mv-section .main-ttl {
    font-size: 22px;
    margin-bottom: 9px;
    line-height: 1.3863636364;
  }
  .home .mv-section .sub-ttl {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.4;
    margin-left: -6px;
  }
  .home .mv-section .note-ttl {
    font-size: 10px;
    margin-bottom: 10px;
    margin-left: 3px;
  }
  .home .mv-section .nickname-ttl {
    font-size: 18px;
    margin-left: 3px;
  }
  .home .mv-section .nickname-ttl .small {
    font-size: 15px;
  }
  .home .mv-section .bg-wrap.gradation-btt::before {
    height: 75px;
  }
  .home .mv-section .bg-wrap.gradation-ttb {
    margin-top: 150px;
  }
  .home .mv-section .bg-wrap.gradation-ttb::before {
    top: 0;
    height: 57px;
  }
  .home .mv-section .movie-wrap {
    margin: 9px auto 0;
    max-width: 254px;
    border-width: 2px;
  }
  .home .mv-section .movie-ttl {
    font-size: 13px;
    line-height: 1.2307692308;
    padding: 10px 10px 6px;
  }
  .home .point-section {
    margin-top: -38px;
  }
  .home .point-section .point-area .inner-block {
    padding-block: 61px 100px;
    padding-inline: 15px;
  }
  .home .point-section .point-area#point01::after,
  .home .point-section .point-area#point02::after {
    height: 108px;
  }
  .home .point-section .point-area#point01 {
    background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_point-bg01_sp.svg) no-repeat top center/cover;
  }
  .home .point-section .point-area#point02 {
    background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_point-bg02_sp.svg) no-repeat top center/cover;
  }
  .home .point-section .point-area#point02 .c-ttl02 .inn {
    padding-left: 38px;
  }
  .home .point-section .point-area#point02 .c-ttl02 {
    margin-bottom: 10px;
  }
  .home .point-section .point-area#point03 {
    background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/global-innovator-fund_point-bg03_sp.svg) no-repeat top center/cover;
  }
  .home .point-section .intro-ttl-box {
    margin: 0 calc(50% - 50vw) 28px;
  }
  .home .point-section .intro-ttl-box .bg-wrap {
    padding: 20px;
  }
  .home .point-section .intro-ttl-box .inn {
    font-size: 17px;
    line-height: 1.2352941176;
  }
  .home .point-section .intro-ttl-box .bg-inn {
    font-size: 13px;
    line-height: 1.3;
    padding: 3px 10px 5px 8px;
    margin: 7px auto;
  }
  .home .point-section .intro-ttl-box .bg-inn .large {
    font-size: 17px;
  }
  .home .point-section .theme:first-of-type {
    margin-top: 26px;
  }
  .home .point-section .theme .theme-ttl {
    display: block;
    padding: 26px 10px 10px;
    position: relative;
    text-align: center;
  }
  .home .point-section .theme .theme-ttl .ico {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50px;
  }
  .home .point-section .theme .theme-ttl .inn {
    font-size: 16px;
    line-height: 0.53125;
  }
  .home .point-section .theme .theme-intro {
    padding: 18px 20px;
  }
  .home .point-section .theme .theme-intro .ttl {
    font-size: 20px;
    line-height: 0.65;
    margin-bottom: 16px;
  }
  .home .point-section .theme .theme-intro .box .top-txt {
    font-size: 13px;
    line-height: 1.5;
    padding: 3px 5px 3px;
  }
  .home .point-section .theme .theme-intro .box .bottom-txt {
    font-size: 14px;
    padding: 5px 5px 2px;
  }
  .home .point-section .theme .theme-intro .box .bottom-txt .large {
    font-size: 19px;
  }
  .home .point-section .theme .cross-area {
    padding: 10px 10px 9px;
  }
  .home .point-section .theme .cross-area .cross {
    height: 15px;
    width: 15px;
  }
  .home .point-section .theme .cross-area .cross::before,
  .home .point-section .theme .cross-area .cross:after {
    height: 21px;
  }
  .home .point-section .theme .theme-txt {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 12px;
  }
  .home .point-section .graph {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 215px;
  }
  .home .point-section .graph .year {
    font-size: 13px;
    padding: 6px 10px;
  }
  .home .point-section .img-txt {
    gap: 12px;
    margin-bottom: 4px;
  }
  .home .point-section .img-txt .txt-wrap {
    padding: 10px 0 10px 15px;
  }
  .home .point-section .img-txt .ttl {
    font-size: 14px;
    line-height: 1.5;
  }
  .home .point-section .img-txt .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .home .point-section .img-txt .img img {
    max-height: 124px;
  }
  .home .point-section .cio-box-wrap {
    margin: 25px auto 0;
  }
  .home .point-section .cio-box-wrap .cio-balloon::before {
    border-width: 24px 28px 0px 0px;
    bottom: -20px;
    right: 68px;
    width: 28px;
    height: 24px;
  }
  .home .point-section .cio-box-wrap .cio-balloon {
    font-size: 16px;
    padding: 7px 5px 7px 8px;
    line-height: 1.5;
  }
  .home .point-section .cio-box-wrap .cio-balloon .sp-bg {
    display: inline-block;
    background: #ffbf27;
    color: #000;
    padding: 0 1px;
    line-height: 1.2;
  }
  .home .point-section .cio-box-wrap .cio-balloon .sp-bg + .sp-bg {
    margin-top: 4px;
  }
  .home .point-section .cio-box-wrap .white-box {
    padding: 20px 10px 15px;
    position: relative;
    margin-top: 5px;
  }
  .home .point-section .cio-box-wrap .white-box .top {
    grid-template-columns: 100%;
    gap: 0;
  }
  .home .point-section .cio-box-wrap .white-box .info {
    font-size: 12px;
    line-height: 1.2916666667;
    margin-bottom: 32px;
    padding-right: 77px;
    padding-left: 5px;
    position: relative;
    z-index: 2;
  }
  .home .point-section .cio-box-wrap .white-box .name {
    font-size: 16px;
    line-height: 1.28125;
    margin-bottom: 4px;
    padding-left: 5px;
  }
  .home .point-section .cio-box-wrap .white-box .txt {
    font-size: 11px;
    line-height: 1.2727272727;
    padding-left: 5px;
  }
  .home .point-section .cio-box-wrap .white-box .txt .indent {
    display: inline-block;
    text-indent: 2.8rem;
  }
  .home .point-section .cio-box-wrap .white-box .bg-gray {
    padding: 8px 6px;
    margin-top: 11px;
  }
  .home .point-section .cio-box-wrap .white-box .list li {
    font-size: 14px;
    line-height: 1.6071428571;
    padding-left: 1.8rem;
    line-height: 1.4;
  }
  .home .point-section .cio-box-wrap .white-box .list li::before {
    top: 2px;
  }
  .home .point-section .cio-box-wrap .white-box .list li .large {
    font-size: 16px;
  }
  .home .point-section .cio-box-wrap .white-box .cio-img {
    max-width: 98px;
    position: absolute;
    top: 13px;
    right: 7px;
  }
  .home .point-section .cio-box-wrap .white-box .c-note {
    padding-left: 5px;
    margin-top: 5px;
  }
  .home .point-section .ranking-wrap {
    margin-top: 22px;
  }
  .home .point-section .ranking-wrap .ranking-txt-wrap {
    margin: 0 auto 22px;
    max-width: 287px;
  }
  .home .point-section .ranking-wrap .ranking-txt-wrap .top {
    font-size: 12px;
    padding: 6px 5px;
  }
  .home .point-section .ranking-wrap .ranking-txt-wrap .bottom {
    font-size: 22px;
    padding: 5px 10px;
    line-height: 1.3636363636;
  }
  .home .point-section .ranking-wrap .percent-wrap {
    gap: 27px;
    max-width: 287px;
    margin-bottom: 20px;
  }
  .home .point-section .ranking-wrap .percent-wrap .percent.blue .circle {
    height: 125px;
    width: 125px;
    font-size: 25px;
  }
  .home .point-section .ranking-wrap .percent-wrap .percent.blue .circle .num {
    font-size: 35px;
  }
  .home .point-section .ranking-wrap .percent-wrap .percent.yellow .circle {
    height: 85px;
    width: 85px;
    font-size: 17px;
    margin-bottom: 23px;
  }
  .home .point-section .ranking-wrap .percent-wrap .percent.yellow .circle .num {
    font-size: 24px;
  }
  .home .point-section .ranking-wrap .percent-wrap .txt {
    font-size: 12px;
    line-height: 1.25;
  }
  .home .point-section .ranking-wrap .percent-wrap .circle {
    margin: 0 auto 12px;
  }
  .home .point-section .award-wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%);
    padding: 0 15px 20px;
    margin-top: 35px;
  }
  .home .point-section .award-wrap .sub-ttl {
    font-size: 17px;
    line-height: 1.1176470588;
    margin: 18px auto 11px;
  }
  .home .point-section .award-wrap .award {
    grid-template-columns: 100%;
    gap: 13px;
    padding: 0;
    text-align: center;
  }
  .home .point-section .award-wrap .img {
    max-width: 140px;
    margin: auto;
  }
  .home .point-section .award-wrap .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .home .point-section .award-wrap .txt.large {
    font-size: 20px;
    margin: 13px auto;
    line-height: 1.3;
  }
  .home .point-section .award-wrap .txt.sp-large {
    font-size: 16px;
  }
  .home .point-section .graph-list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(25px, 6.6666666667vw) min(15px, 4vw);
  }
  .home .point-section .pie-container {
    top: 13.3333333333vw;
    padding-bottom: 31.2vw;
    width: 31.2vw;
  }
  .home .point-section .pie-container .percent {
    font-size: 4.8vw;
  }
  .home .point-section .pie-container .percent.percent01 {
    top: 10.6666666667vw;
    right: 5.8666666667vw;
  }
  .home .point-section .pie-container .percent.percent02 {
    left: 6.1333333333vw;
  }
  .home .link-area .inner-block {
    padding-block: 98px 110px;
  }
  .home .link-area .anchor-wrap {
    grid-template-columns: 100%;
    gap: 12px;
  }
  .home .link-area .anchor-wrap a {
    -webkit-box-shadow: 0 0 5px 2px rgba(30, 155, 215, 0.5);
    box-shadow: 0 0 5px 2px rgba(30, 155, 215, 0.5);
    border-top-width: 1px;
    padding: 9px 25px 11px 50px;
  }
  .home .link-area .anchor-wrap a::before {
    height: 100%;
    width: 25px;
    left: inherit;
    right: 0;
  }
  .home .link-area .anchor-wrap a::after {
    height: 6px;
    width: 11px;
    bottom: 0;
    top: 0;
    left: inherit;
    right: 7px;
  }
  .home .link-area .anchor-wrap .num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 8px;
    padding: 2px 3px 10px;
    height: 35px;
    width: 27px;
  }
  .home .link-area .anchor-wrap .inn {
    margin-top: 0;
    font-size: 16px;
    text-align: left;
  }
  .home .course-section .inner-block {
    padding-block: 50px;
    padding-inline: 13px;
  }
  .home .course-section .white-bg-area {
    padding: 44px 20px;
  }
  .home .course-section .course {
    padding-top: 43px;
  }
  .home .course-section .course .label-img img {
    max-height: 64px;
  }
  .home .course-section .course .label-img.ribbon {
    min-height: 64px;
  }
  .home .course-section .course .label-img.ribbon img {
    max-height: 46px;
  }
  .home .course-section .course .subject-ttl {
    font-size: 16px;
    line-height: 1.5;
    padding: 19px 10px 4px;
  }
  .home .course-section .course .type-txt {
    font-size: 14px;
    padding: 3px 10px 2px;
    line-height: 1.6071428571;
  }
  .home .course-section .course .contents-area {
    padding: 22px 15px 20px;
  }
  .home .course-section .course .contents-area .txt {
    font-size: 17px;
    line-height: 1.3142857143;
    margin-bottom: 20px;
  }
  .home .course-section .course .link-list {
    margin-bottom: 16px;
  }
  .home .course-section .course .link-list a {
    min-height: 54px;
    padding: 10px 45px 10px 33px;
  }
  .home .course-section .course .link-list a .inn {
    font-size: 13px;
    line-height: 1.7037037037;
  }
  .home .course-section .course .more-link {
    font-size: 14px;
  }
  .home .course-section .c-three-row-wrap {
    gap: 34px;
  }
  .home .disclaimer-section .inner-block {
    padding-block: 50px;
    padding-inline: 22px;
  }
  .home .disclaimer-section .c-txt + .c-txt {
    margin-top: 1.3rem;
  }
  .home .disclaimer-section .c-txt {
    font-size: 12px;
    line-height: 1.5;
  }
  .home .disclaimer-section .c-txt.large {
    font-size: 14px;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  #wrapper {
    min-width: 1280px;
  }
  .inner-block {
    padding-inline: 24px;
    max-width: 1028px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-ttl02 .num-wrap .num {
    position: relative;
    right: 7px;
  }
  .home .mv-section .bg-wrap.gradation-ttb {
    margin-top: -240px;
  }
  .home .mv-section .c-note {
    margin-left: 7px;
  }
  .home .point-section .theme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .point-section .theme .theme-txt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .home .point-section .cio-box-wrap .cio-balloon .pc-bg {
    background: #ffbf27;
    color: #000;
    padding: 2px 5px;
  }
  .home .point-section .cio-box-wrap .white-box .name .small {
    font-size: 20px;
  }
  .home .point-section .award-wrap .img {
    margin-top: -46px;
  }
  .home .point-section .pin-spacer:nth-child(2) {
    margin-top: -325px !important;
  }
  .home .link-area {
    min-height: 745px;
  }
  .home .course-section .course {
    width: calc((100% - 48px) / 3);
  }
  .home .course-section .c-three-row-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (any-hover: hover) {
  .home .mv-section .movie-wrap a:hover {
    opacity: 0.8;
  }
  .home .point-section .theme .cross-area:hover .arrow {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .point-section .theme .cross-area:hover .cross {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .link-area .anchor-wrap a:hover {
    -webkit-box-shadow: 0 0 10px 5px rgba(30, 155, 215, 0.8);
    box-shadow: 0 0 10px 5px rgba(30, 155, 215, 0.8);
  }
  .home .course-section .course .link-list a:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  }
  .home .course-section .course .more-link:hover {
    color: #1e9bd7;
  }
}
@media screen and (width < 768px) and (width < 350px) {
  .home .point-section .pie-container {
    top: 11.4285714286vw;
  }
}
