@charset "UTF-8";
/* base setting */
body {
  color: #1A1311;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  display: block;
  color: inherit;
  transition: all 0.3s ease;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

#wrap {
  overflow-x: clip;
  width: 100%;
}

body.is-fixed #wrap {
  position: fixed;
  left: 0;
  width: 100%;
}

[id] {
  scroll-margin-block-start: 80px;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-block-start: 48px;
  }
}

.inner-wrap {
  margin-inline: auto;
  max-width: 1100px;
}
@media screen and (max-width: 1100px) {
  .inner-wrap {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inner-wrap {
    max-width: none;
    width: 100%;
  }
}

/* /base setting */
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  background-color: #002250;
  z-index: 100;
}
header .inner-wrap {
  display: flex;
  align-items: center;
  padding: 10px 27px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  header .inner-wrap {
    padding: 6px 13px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  header .logo-wrap {
    max-width: 144px;
  }
}
header .link-list {
  display: flex;
  align-items: center;
  gap: 2.196vw;
  margin-left: auto;
  margin-right: 17px;
  font-size: clamp(12px, 1.1713030747vw, 16px);
}
@media (any-hover: hover) {
  header .link-list li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
}
header .link-list .link-list-item .risk {
  font-size: 1.2rem;
  padding: 3px 7px;
  border: 1px solid #fff;
}
@media (any-hover: hover) {
  header .link-list .link-list-item .risk:hover {
    text-underline-offset: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .link-list .link-list-item .risk {
    border-color: #002250;
  }
}
@media screen and (max-width: 767px) {
  header .link-list {
    display: none;
  }
}
header .hamburger-wrap {
  margin-left: auto;
}
header .hamburger-wrap .hamburger-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 34px;
  height: 21px;
  border: none;
  background-color: transparent;
}
header .hamburger-wrap .hamburger-btn span {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 3px;
  border-radius: 7px;
  background-color: #fff;
  transition: all 0.3s ease;
}
header .hamburger-wrap .hamburger-btn span:nth-child(1) {
  top: 1px;
}
header .hamburger-wrap .hamburger-btn span:nth-child(2) {
  top: 9px;
}
header .hamburger-wrap .hamburger-btn span:nth-child(3) {
  top: 17px;
}
header .hamburger-wrap .hamburger-btn.open span:nth-child(1), header .hamburger-wrap .hamburger-btn.open span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
}
header .hamburger-wrap .hamburger-btn.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .hamburger-wrap .hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}
header .hamburger-wrap .hamburger-btn.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .sp-nav-wrap {
  position: fixed;
  top: 37px;
  left: 100vw;
  padding: 20px;
  width: 100%;
  height: calc(100vh - 37px);
  background-color: #EEF2F8;
  transition: all 0.3s ease;
}
header .sp-nav-wrap.open {
  left: 0;
}
header .sp-nav-wrap .link-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #002250;
  font-size: 1.6rem;
}

/* /header */
/* mv-section */
.mv-section {
  background: url(../images/mv.webp) no-repeat right/cover;
}
@media screen and (max-width: 767px) {
  .mv-section {
    background-position-x: right;
    background-position-y: top;
    background-image: url(../images/mv_sp.webp);
  }
}
.mv-section .inner-wrap {
  margin-top: 70px;
  min-height: max(571px, 41.8vw);
}
@media screen and (max-width: 767px) {
  .mv-section .inner-wrap {
    margin-top: 37px;
    padding-bottom: 30px;
    min-height: auto;
  }
}
.mv-section .h1-wrap {
  margin-inline: auto;
  padding-top: max(70px, 5.1244509517vw);
  padding-right: 100px;
  width: fit-content;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap {
    padding-top: max(225px, 60vw);
    padding-right: 0;
    width: 100%;
  }
}
.mv-section .h1-wrap h1 {
  font-size: min(8.2rem, 6.0029282577vw);
  font-weight: bold;
  line-height: 1.0975;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap h1 {
    font-size: 3.8rem;
    text-shadow: 0 0 5px #000;
  }
}
.mv-section .h1-wrap .sub {
  font-size: min(4.2rem, 3.074670571vw);
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap .sub {
    font-size: 1.9rem;
    text-shadow: 1px 1px 3px #000;
  }
}
.mv-section .h1-wrap .labels {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  font-size: 2.4rem;
  font-size: min(2.4rem, 1.756954612vw);
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap .labels {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
.mv-section .h1-wrap .labels .label-border {
  min-height: 58px;
  min-height: min(58px, 4.2459736457vw);
  padding: 9px 26px;
  border: 2px solid #fff;
  background-color: rgba(17, 17, 33, 0.7);
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap .labels .label-border {
    padding: 5px 10px;
    min-height: 22px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.mv-section .h1-wrap .labels .label-blue {
  padding: 9px 33px;
  min-height: 58px;
  min-height: min(58px, 4.2459736457vw);
  background-color: #223684;
  border: 2px solid #223684;
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap .labels .label-blue {
    padding: 5px 10px;
    min-height: 22px;
  }
}

/* /mv-section */
/* movie-section */
.movie-section {
  background-color: #EEF2F8;
}
.movie-section .inner-wrap {
  padding-top: 50px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .movie-section .inner-wrap {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.movie-section .movie-wrap {
  text-align: center;
}
.movie-section .movie-wrap iframe {
  max-width: 560px;
  width: 100%;
  aspect-ratio: 560/315;
}
/* /movie-section */
/* section-turbulent-world */
.section-turbulent-world {
  color: #fff;
  background: url(../images/bg_01.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world {
    background-image: url(../images/bg_01_sp.webp);
  }
}
.section-turbulent-world .inner-wrap {
  padding: 115px 0 13px;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .inner-wrap {
    padding-inline: 15px;
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.section-turbulent-world p {
  line-height: 2;
}
.section-turbulent-world .hd-wrap h2 {
  text-align: center;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .hd-wrap h2 {
    font-size: 4.5rem;
  }
}
.section-turbulent-world .hd-wrap h2 strong {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .hd-wrap h2 strong {
    font-size: 5rem;
  }
}
.section-turbulent-world .panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .panels {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 30px;
  }
}
.section-turbulent-world .panels .panel {
  padding: 15px;
  background: #070E51;
  background: linear-gradient(180deg, rgb(7, 14, 81) 42%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .panels .panel {
    padding: 10px;
  }
}
.section-turbulent-world .panels .panel .panel-ttl {
  margin-top: 20px;
  text-align: center;
  font-size: 3rem;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .panels .panel .panel-ttl {
    margin-top: 15px;
  }
}
.section-turbulent-world .panels .panel .panel-ttl.txt-long {
  line-height: 1.0714;
  letter-spacing: -0.1em;
}
.section-turbulent-world .panels .panel .panel-txt {
  margin-top: 15px;
  padding-inline: 10px;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .panels .panel .panel-txt {
    margin-top: 0;
  }
}
.section-turbulent-world .normal-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .normal-txt {
    margin-top: 5px;
    letter-spacing: 0.08em;
  }
}

/* /section-turbulent-world */
/* section-growth-areas */
.section-growth-areas {
  position: relative;
  background: url(../images/bg_02.webp) no-repeat bottom/cover;
  z-index: 0;
}
@media screen and (min-width: 1366px) {
  .section-growth-areas::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: #D6EBF8;
    background: linear-gradient(180deg, rgb(214, 235, 248) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .section-growth-areas::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: #D6EBF8;
    background: linear-gradient(180deg, rgb(214, 235, 248) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
}
.section-growth-areas::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 210px;
  background: url(../images/bg_02_02.webp) no-repeat top/cover;
}
@media screen and (max-width: 767px) {
  .section-growth-areas::after {
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section-growth-areas {
    background-image: url(../images/bg_02_sp.webp);
    background-position: top;
  }
}
.section-growth-areas .inner-wrap {
  padding-top: 120px;
  padding-bottom: 15.71vw;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .inner-wrap {
    padding-top: 70px;
    padding-bottom: 20vw;
  }
}
.section-growth-areas .hd-wrap {
  text-align: center;
}
.section-growth-areas .hd-wrap .sub {
  margin-inline: auto;
  width: fit-content;
  font-size: 3rem;
  font-weight: bold;
  color: #002250;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.section-growth-areas .hd-wrap .sub::before, .section-growth-areas .hd-wrap .sub::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 3px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap .sub::before, .section-growth-areas .hd-wrap .sub::after {
    width: 18px;
    height: 2px;
  }
}
.section-growth-areas .hd-wrap .sub::before {
  left: -52px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap .sub::before {
    left: -25px;
  }
}
.section-growth-areas .hd-wrap .sub::after {
  right: -52px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap .sub::after {
    right: -25px;
  }
}
.section-growth-areas .hd-wrap h2 {
  margin-top: 35px;
  font-size: 4rem;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #002250;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap h2 {
    margin-top: 18px;
    font-size: 2.3rem;
    line-height: 1.3;
  }
}
.section-growth-areas .hd-wrap h2 strong {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap h2 strong {
    font-size: 3.1rem;
  }
}
.section-growth-areas .hd-wrap .lead-txt {
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap .lead-txt {
    margin-top: 25px;
    font-size: 1.3rem;
  }
}
.section-growth-areas .box-category {
  margin-top: 50px;
  margin-inline: auto;
  padding: 43px 55px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category {
    margin-top: 22px;
    padding: 25px 10px;
  }
}
.section-growth-areas .box-category .box-ttl {
  padding-inline: 25px;
  color: #002250;
  text-align: center;
  font-size: min(3.8rem, 2.7818448023vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category .box-ttl {
    font-size: 1.9rem;
    line-height: 1;
  }
}
.section-growth-areas .box-category .box-ttl strong {
  font-size: min(6.4rem, 4.6852122987vw);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category .box-ttl strong {
    font-size: 3.2rem;
  }
}
.section-growth-areas .box-category .box-ttl .highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.section-growth-areas .box-category .box-ttl .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 102%;
  height: 10px;
  background-color: #FFFA77;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category .box-ttl .highlight::after {
    bottom: 4px;
    height: 6px;
  }
}
.section-growth-areas .box-category > .note {
  margin-top: 21px;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category > .note {
    margin-top: 12px;
    text-align: left;
    font-size: 1.1rem;
  }
}
.section-growth-areas .cateogories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.section-growth-areas .cateogories .category {
  color: #fff;
}
.section-growth-areas .cateogories .category .category-head {
  padding: 14px 14px 20px;
  border-radius: 10px 10px 0 0;
}
.section-growth-areas .cateogories .category .category-head .icon-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 55px;
}
.section-growth-areas .cateogories .category .category-head .txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 75px;
  text-align: center;
}
.section-growth-areas .cateogories .category .category-head .txt-wrap .sub {
  font-size: 2.2rem;
}
.section-growth-areas .cateogories .category .category-head .txt-wrap .category-ttl {
  font-size: min(4.8rem, 3.513909224vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1;
  text-shadow: 3px 3px 6px #000000;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-head .txt-wrap .category-ttl {
    font-size: 4.9rem;
  }
}
.section-growth-areas .cateogories .category .category-head .current-theme {
  position: relative;
  margin-top: 20px;
  padding: 25px 10px 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-head .current-theme {
    margin-top: 26px;
  }
}
.section-growth-areas .cateogories .category .category-head .current-theme .label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  padding: 2px 12px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-head .current-theme .label {
    font-size: 1.6rem;
  }
}
.section-growth-areas .cateogories .category .category-head .current-theme .main-theme {
  font-size: 1.8rem;
  color: #131313;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-head .current-theme .main-theme {
    font-size: 1.4rem;
  }
}
.section-growth-areas .cateogories .category .category-body {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body {
    margin-top: 15px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-top {
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: min(1.8rem, 1.317715959vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-top {
    border-radius: 5px 5px 0 0;
    font-size: 1.8rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-top strong {
  font-size: min(2.2rem, 1.6105417277vw);
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-top strong {
    font-size: 2.2rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom {
  padding: 10px;
  height: 100%;
  min-height: 635px;
  color: #000;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .icon-wrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .icon-wrap img {
    width: 100%;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 102%;
  height: 10px;
  background-color: #FFFA77;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .highlight::after {
    bottom: 4px;
    height: 6px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .highlight::after {
  bottom: 0;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list {
  margin-top: min(3px, 0.2196193265vw);
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list {
    margin-top: 20px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .before {
  position: relative;
  font-size: min(1.8rem, 1.317715959vw);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .before {
    font-size: 2rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .before::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 14px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .after {
  margin-top: 47px;
  padding: 7px 17px;
  font-size: min(1.6rem, 1.1713030747vw);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .after {
    font-size: 1.6rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap {
  margin-top: 12px;
  text-align: center;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl {
    font-size: 1.6rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl-sub {
  margin-top: 3px;
  font-size: 1.2rem;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl + img {
  margin-top: 5px;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl-sub + img {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-img-wrap {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-img-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-01 .graph-img-wrap {
    margin-inline: 20px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-02 .graph-ttl-sub, .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-03 .graph-ttl-sub {
  text-align: left;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-02 .graph-ttl-sub, .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-03 .graph-ttl-sub {
    padding-left: 40px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .quote {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .quote {
    font-size: 1rem;
    text-align: right;
    letter-spacing: 0.05em;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .note {
  margin-top: 5px;
  padding-left: 10px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .note {
    margin-top: 10px;
    padding-left: 0;
  }
}
.section-growth-areas .cateogories .category.energy .category-head,
.section-growth-areas .cateogories .category.energy .category-body .category-body-top {
  background-color: #A70719;
}
.section-growth-areas .cateogories .category.energy .category-body .category-body-bottom {
  background-color: #FEF2F4;
}
.section-growth-areas .cateogories .category.energy .category-body .category-body-bottom .icon-wrap img {
  filter: drop-shadow(0px 0px 15px rgba(167, 7, 25, 0.1));
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category.energy .category-body .category-body-bottom .icon-wrap img {
    max-width: 146px;
  }
}
.section-growth-areas .cateogories .category.energy .current-theme {
  background-color: #FEF2F4;
}
.section-growth-areas .cateogories .category.energy .current-theme .label {
  background-color: #800714;
}
.section-growth-areas .cateogories .category.energy .flow-list .before::after {
  background-color: #F6D6DA;
}
.section-growth-areas .cateogories .category.energy .flow-list .after {
  color: #A70719;
  background-color: rgba(167, 7, 25, 0.15);
}
.section-growth-areas .cateogories .category.robotics .category-head,
.section-growth-areas .cateogories .category.robotics .category-body .category-body-top {
  background-color: #B37631;
}
.section-growth-areas .cateogories .category.robotics .category-body .category-body-bottom {
  background-color: #FCF6E8;
}
.section-growth-areas .cateogories .category.robotics .category-body .category-body-bottom .icon-wrap img {
  margin-top: -10px;
}
.section-growth-areas .cateogories .category.robotics .current-theme {
  background-color: #FCF6E8;
}
.section-growth-areas .cateogories .category.robotics .current-theme .label {
  background-color: #925D21;
}
.section-growth-areas .cateogories .category.robotics .flow-list .before::after {
  background-color: #F6DEA5;
}
.section-growth-areas .cateogories .category.robotics .flow-list .after {
  color: #B37631;
  background-color: #F1E6D9;
}
.section-growth-areas .cateogories .category.security .category-head,
.section-growth-areas .cateogories .category.security .category-body .category-body-top {
  background-color: #175A2C;
}
.section-growth-areas .cateogories .category.security .category-body .category-body-bottom {
  background-color: #ECF5EB;
}
.section-growth-areas .cateogories .category.security .category-body .category-body-bottom .icon-wrap img {
  filter: drop-shadow(0px 0px 15px rgba(23, 90, 44, 0.1));
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category.security .category-body .category-body-bottom .icon-wrap img {
    max-width: 146px;
  }
}
.section-growth-areas .cateogories .category.security .current-theme {
  background-color: #ECF5EB;
}
.section-growth-areas .cateogories .category.security .current-theme .label {
  background-color: #0A411B;
}
.section-growth-areas .cateogories .category.security .flow-list .before::after {
  background-color: #C8E1C7;
}
.section-growth-areas .cateogories .category.security .flow-list .after {
  color: #175A2C;
  background-color: #DCE6DE;
}

/* /section-growth-areas */
/* section-operation-status */
.section-operation-status {
  position: relative;
  background-color: #EEF2F8;
}
.section-operation-status .inner-wrap {
  padding-top: 150px;
  padding-bottom: 155px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .inner-wrap {
    padding-top: 30px;
    padding-bottom: 115px;
  }
}
.section-operation-status .hd-wrap {
  text-align: center;
}
.section-operation-status .hd-wrap .sub {
  font-size: 3rem;
  font-weight: bold;
  color: #002250;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.section-operation-status .hd-wrap .sub::before, .section-operation-status .hd-wrap .sub::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 3px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap .sub::before, .section-operation-status .hd-wrap .sub::after {
    width: 18px;
    height: 2px;
  }
}
.section-operation-status .hd-wrap .sub::before {
  left: -52px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap .sub::before {
    left: -25px;
  }
}
.section-operation-status .hd-wrap .sub::after {
  right: -52px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap .sub::after {
    right: -25px;
  }
}
.section-operation-status .hd-wrap h2 {
  margin-top: 50px;
  padding: 20px;
  font-size: 3.6rem;
  color: #fff;
  background-color: #002250;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap h2 {
    margin-top: 25px;
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.section-operation-status .hd-wrap h2 .period {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap h2 .period {
    font-size: 1.4rem;
  }
}
.section-operation-status .hd-wrap h2.fund {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap h2.fund {
    margin-top: 45px;
  }
}
.section-operation-status .img-wrap {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .img-wrap {
    margin-top: 20px;
  }
}
.section-operation-status .graphs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .graphs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-operation-status .graphs .graph img {
    width: revert-layer;
  }
}
.section-operation-status .note,
.section-operation-status .quote {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-operation-status .note,
  .section-operation-status .quote {
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}
.section-operation-status .note + .quote {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .note + .quote {
    margin-top: 0;
  }
}
.section-operation-status .table-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .table-wrap {
    margin-top: 5px;
  }
}
.section-operation-status .fund-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-operation-status .fund-table {
    width: 840px;
    font-size: 1.2rem;
  }
}
.section-operation-status .fund-table thead tr {
  color: #fff;
  background-color: #223684;
}
.section-operation-status .fund-table thead tr th {
  padding: 15px 5px 20px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .fund-table thead tr th {
    padding: 10px 5px;
  }
}
.section-operation-status .fund-table thead tr th:first-child, .section-operation-status .fund-table thead tr th:nth-child(3) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-operation-status .fund-table tbody tr:first-child th {
    padding: 5px;
    width: 3%;
  }
}
.section-operation-status .fund-table tbody tr th,
.section-operation-status .fund-table tbody tr td {
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .fund-table tbody tr th,
  .section-operation-status .fund-table tbody tr td {
    padding: 8px 5px;
  }
}
.section-operation-status .fund-table tbody tr th {
  color: #fff;
  text-align: center;
  background-color: #587AAE;
  border-bottom: 1px solid #fff;
}
.section-operation-status .fund-table tbody tr td {
  border-bottom: 1px solid #B2B2B2;
}
.section-operation-status .fund-table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
.section-operation-status .fund-table tbody tr:nth-child(2n) {
  background-color: #F1F1F1;
}
.section-operation-status .fund-table tbody tr:last-child th {
  border-bottom: 1px solid #587AAE;
}
.section-operation-status .fund-table sup {
  font-size: 1rem;
}

/* /section-operation-status */
/* section-newton-investiment */
.section-newton-investiment {
  position: relative;
  padding-top: 160px;
  padding-bottom: 90px;
  color: #fff;
  background: url(../images/bg_03.webp) no-repeat top/cover #EEF2F8;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment {
    padding-top: 90px;
    padding-bottom: 80px;
    background-image: url(../images/bg_03_sp.webp);
  }
}
.section-newton-investiment::before, .section-newton-investiment::after {
  content: "";
  position: absolute;
}
.section-newton-investiment::before {
  left: 54px;
  top: -70px;
  width: min(249px, 18.2284040996vw);
  height: min(281px, 20.5710102489vw);
  background: url(../images/bg_03_01.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment::before {
    left: 15px;
    width: 124px;
    height: 140px;
  }
}
.section-newton-investiment::after {
  right: 82px;
  top: -98px;
  width: min(350px, 25.6222547584vw);
  height: min(327px, 23.9385065886vw);
  background: url(../images/bg_03_02.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment::after {
    right: 25px;
    top: -85px;
    width: 175px;
    height: 163px;
  }
}
.section-newton-investiment .hd-wrap h2 {
  font-size: 4.8rem;
  text-align: center;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .hd-wrap h2 {
    font-size: 2.4rem;
    letter-spacing: -0.001em;
  }
}
.section-newton-investiment .white-label {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  color: #212233;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .white-label {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 1.3rem;
    letter-spacing: -0.001em;
  }
}
.section-newton-investiment h3 {
  margin-top: 60px;
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment h3 {
    margin-top: 25px;
    font-size: 2rem;
  }
}
.section-newton-investiment .txt-wrap {
  margin-top: 23px;
  margin-inline: auto;
  max-width: 990px;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .txt-wrap {
    margin-top: 10px;
  }
}
.section-newton-investiment .lead-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .lead-txt {
    font-size: 1.3rem;
  }
}
.section-newton-investiment .lead-txt + .lead-txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .lead-txt + .lead-txt {
    margin-top: 20px;
  }
}
.section-newton-investiment .txt-orange {
  color: #FDAA40;
}
.section-newton-investiment .box-pickup {
  position: relative;
  margin-top: 117px;
  padding: 36px min(56px, 4.0995607613vw) 60px;
  background-color: #313241;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup {
    margin-top: 40px;
    padding-top: 55px;
    padding-inline: 10px;
    padding-bottom: 20px;
  }
}
.section-newton-investiment .box-pickup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  background: url(../images/icon_09.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup::before {
    width: 70px;
    height: 70px;
  }
}
.section-newton-investiment .box-pickup .box-ttl {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-ttl {
    font-size: 2rem;
  }
}
.section-newton-investiment .box-pickup .box-inner {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 23px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner {
    grid-template-columns: 1fr;
    margin-top: 10px;
    gap: 4px;
  }
}
.section-newton-investiment .box-pickup .box-inner .txt-wrap {
  margin-top: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .txt-wrap {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}
.section-newton-investiment .box-pickup .box-inner .txt-wrap p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .txt-wrap p {
    line-height: 1.7;
  }
}
.section-newton-investiment .box-pickup .box-inner .txt-wrap > p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .txt-wrap > p + p {
    margin-top: 25px;
  }
}
.section-newton-investiment .box-pickup .box-inner .img-wrap {
  margin-top: 14px;
  text-align: center;
}
.section-newton-investiment .box-pickup .box-inner .box-point {
  margin-top: 23px;
  padding: 9px 6px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 143px auto;
  align-items: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .box-point {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.section-newton-investiment .box-pickup .box-inner .box-point .point-label {
  padding: 15px 10px;
  text-align: center;
  background-color: #F07800;
  font-size: min(2rem, 1.4641288433vw);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .box-point .point-label {
    font-size: 1.4rem;
  }
}
.section-newton-investiment .box-pickup .box-inner .box-point .point-txt {
  font-size: min(2rem, 1.4641288433vw);
  text-align: center;
  color: #F07800;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .box-point .point-txt {
    font-size: 1.4rem;
  }
}
.section-newton-investiment .list-btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .list-btn {
    margin-top: 20px;
  }
}

/* /section-newton-investiment */
/* section-featured-stocks */
.section-featured-stocks {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-featured-stocks > .inner-wrap > .hd-wrap {
    margin: 70px 0;
  }
}
.section-featured-stocks .hd-wrap h2 {
  color: #002250;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.section-featured-stocks .hd-wrap h2::before, .section-featured-stocks .hd-wrap h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 3px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .hd-wrap h2::before, .section-featured-stocks .hd-wrap h2::after {
    width: 18px;
    height: 2px;
  }
}
.section-featured-stocks .hd-wrap h2::before {
  left: -52px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .hd-wrap h2::before {
    left: -25px;
  }
}
.section-featured-stocks .hd-wrap h2::after {
  right: -52px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .hd-wrap h2::after {
    right: -25px;
  }
}
.section-featured-stocks .fund-area {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area {
    padding-bottom: 50px;
  }
}
.section-featured-stocks .fund-area .inner-wrap {
  padding-top: 70px;
  max-width: 1246px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .inner-wrap {
    padding-top: 55px;
  }
}
.section-featured-stocks .fund-area .hd-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  margin-inline: auto;
  width: fit-content;
  color: #fff;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .hd-wrap {
    flex-direction: column;
    gap: 5px;
  }
}
.section-featured-stocks .fund-area .hd-wrap .sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 9px;
  max-height: 46px;
  font-size: 3.5rem;
  background: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .hd-wrap .sub {
    max-width: 90px;
    margin-inline: auto;
    font-size: 1.7rem;
  }
}
.section-featured-stocks .fund-area .hd-wrap h3 {
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .hd-wrap h3 {
    font-size: 3rem;
    text-align: center;
  }
}
.section-featured-stocks .fund-area .lead-txt {
  margin-top: 5px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .lead-txt {
    font-size: 1.3rem;
  }
}
.section-featured-stocks .fund-area .box-fund {
  margin-top: 47px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund {
    margin-top: 20px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head {
  padding: 20px 68px 50px;
  display: flex;
  flex-direction: column;
  min-height: min(281px, 20.5710102489vw);
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head {
    padding: 10px;
    min-height: max(133px, 35.4666666667vw);
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .sub {
  margin-top: auto;
  color: #002250;
  font-size: min(2.4rem, 1.756954612vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .sub {
    margin-top: max(35px, 9.3333333333vw);
    font-size: 1.2rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  width: fit-content;
  height: fit-content;
  color: #002250;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap h4 {
  font-size: min(6rem, 4.39238653vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap h4 {
    font-size: 3rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags {
  display: grid;
  grid-template-columns: max-content auto;
  font-size: min(2.2rem, 1.6105417277vw);
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags {
    font-size: 1.3rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags p {
  padding: 4px 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags p {
    padding: 2px 8px;
    border-width: 1px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags .country {
  color: #fff;
  background-color: #002250;
  border: 2px solid #002250;
  border-radius: 5px 0 0 5px;
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags .industry {
  color: #002250;
  background-color: #fff;
  border: 2px solid #002250;
  border-radius: 0 5px 5px 0;
  width: fit-content;
}
.section-featured-stocks .fund-area .box-fund .box-body {
  padding: 50px 70px 65px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body {
    padding: 25px 10px 20px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .txt-wrap + .txt-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .txt-wrap + .txt-wrap {
    margin-top: 30px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap {
  line-height: 1;
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap h5 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap h5 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap .label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  padding-right: 37px;
  width: fit-content;
  height: 50px;
  color: #fff;
  font-size: min(3rem, 2.196193265vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap .label {
    gap: 5px;
    padding-right: 18px;
    height: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap .label img {
    width: 20px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap .txt {
  font-size: min(4.4rem, 3.2210834553vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap .txt {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap + p {
    margin-top: 3px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .list-point {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .list-point {
    margin-top: 5px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .list-point li {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .list-point li {
    padding-left: 20px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .list-point li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #A70719;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .list-point li::before {
    top: 2px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .list-point li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .list-point li + li {
    margin-top: 15px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .graphs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .graphs {
    gap: 35px;
    margin-top: 35px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .graphs .note {
  margin-top: 5px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .graphs .note {
    font-size: 1rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .graphs + .note {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .graphs + .note {
    margin-top: 20px;
    letter-spacing: -0.01em;
    line-height: 1.4;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .note {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: -0.001em;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .note {
    font-size: 1rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .quote {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: -0.001em;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .quote {
    font-size: 1rem;
  }
}
.section-featured-stocks .fund-area::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 297px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area::before {
    width: 150px;
    height: 28px;
  }
}
.section-featured-stocks .fund-area.cameco {
  margin-top: 80px;
  background-color: #A70719;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.cameco {
    margin-top: 0;
  }
}
.section-featured-stocks .fund-area.cameco .hd-wrap .sub {
  color: #A70719;
}
.section-featured-stocks .fund-area.cameco::before {
  background-image: url(../images/bg_04.webp);
}
.section-featured-stocks .fund-area.cameco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: url(../images/icon_01.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.cameco::after {
    top: -12px;
    width: 50px;
    height: 60px;
  }
}
.section-featured-stocks .fund-area.cameco .box-fund .box-head {
  background: url(../images/bg_05.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.cameco .box-fund .box-head {
    background-image: url(../images/bg_05_sp.webp);
  }
}
.section-featured-stocks .fund-area.cameco .box-fund .label-wrap .label {
  background-color: #A70719;
}
.section-featured-stocks .fund-area.cameco .box-fund .label-wrap .txt {
  color: #A70719;
}
.section-featured-stocks .fund-area.cameco .box-fund .list-point li::before {
  background-color: #A70719;
}
.section-featured-stocks .fund-area.cameco .highlight {
  color: #A70719;
}
.section-featured-stocks .fund-area.ge-vernova {
  background-color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova .hd-wrap {
  margin-top: 30px;
}
.section-featured-stocks .fund-area.ge-vernova .hd-wrap .sub {
  color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova::before {
  background-image: url(../images/bg_04_02.webp);
}
.section-featured-stocks .fund-area.ge-vernova::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 43px;
  background: url(../images/icon_02.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.ge-vernova::after {
    top: 0;
    width: 64px;
    height: 60px;
  }
}
.section-featured-stocks .fund-area.ge-vernova .box-fund {
  margin-top: 40px;
}
.section-featured-stocks .fund-area.ge-vernova .box-fund .box-head {
  background: url(../images/bg_06.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.ge-vernova .box-fund .box-head {
    background-image: url(../images/bg_06_sp.webp);
  }
}
.section-featured-stocks .fund-area.ge-vernova .box-fund .label-wrap .label {
  background-color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova .box-fund .label-wrap .txt {
  color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova .box-fund .list-point li::before {
  background-color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova .highlight {
  color: #B37631;
}
.section-featured-stocks .fund-area.aerovironment {
  background-color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment .hd-wrap .sub {
  color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment::before {
  background-image: url(../images/bg_04_03.webp);
}
.section-featured-stocks .fund-area.aerovironment::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 43px;
  background: url(../images/icon_03.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.aerovironment::after {
    width: 66px;
    height: 66px;
  }
}
.section-featured-stocks .fund-area.aerovironment .box-fund .box-head {
  background: url(../images/bg_07.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.aerovironment .box-fund .box-head {
    background-image: url(../images/bg_07_sp.webp);
  }
}
.section-featured-stocks .fund-area.aerovironment .box-fund .label-wrap .label {
  background-color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment .box-fund .label-wrap .txt {
  color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment .box-fund .list-point li::before {
  background-color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment .highlight {
  color: #175A2C;
}
.section-featured-stocks .list-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .sp-txt-shadow {
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
  }
}

/* /section-featured-stocks */
/* section-risk */
.section-risk .inner-wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .section-risk .inner-wrap {
    margin-top: 55px;
  }
}
.section-risk .hd-wrap h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #002250;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.section-risk .hd-wrap h2::before, .section-risk .hd-wrap h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 3px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-risk .hd-wrap h2::before, .section-risk .hd-wrap h2::after {
    width: 18px;
    height: 2px;
  }
}
.section-risk .hd-wrap h2::before {
  left: -52px;
}
@media screen and (max-width: 767px) {
  .section-risk .hd-wrap h2::before {
    left: -25px;
  }
}
.section-risk .hd-wrap h2::after {
  right: -52px;
}
@media screen and (max-width: 767px) {
  .section-risk .hd-wrap h2::after {
    right: -25px;
  }
}
.section-risk h3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
  font-size: 2.8rem;
  color: #002250;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-risk h3 {
    margin-top: 18px;
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}
.section-risk h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-risk h3::after {
    width: 90px;
  }
}
.section-risk h4 {
  font-size: 2.2rem;
  line-height: 1;
  color: #002250;
}
@media screen and (max-width: 767px) {
  .section-risk h4 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.section-risk .normal-list {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list {
    margin-top: 10px;
  }
}
.section-risk .normal-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list li {
    padding-left: 15px;
    line-height: 1.6;
  }
}
.section-risk .normal-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list li::before {
    top: 8px;
    width: 9px;
    height: 9px;
  }
}
.section-risk .normal-list li .highlight {
  color: #DD1B1B;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list li .highlight {
    text-underline-offset: 5px;
  }
}
.section-risk .normal-list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list li + li {
    margin-top: 5px;
  }
}
.section-risk .note {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767px) {
  .section-risk .note {
    font-size: 1rem;
  }
}
.section-risk .normal-dl {
  color: #333;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-dl {
    margin-top: 12px;
  }
}
.section-risk .normal-dl > div {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #B2B2B2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-dl > div {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.section-risk .normal-dl > div:first-child {
  border-top: 1px solid #B2B2B2;
}
.section-risk .normal-dl > div dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 10px;
  height: 100%;
  background-color: #EEF2F8;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-dl > div dt {
    padding: 5px 10px;
  }
}
.section-risk .normal-dl > div dd {
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-dl > div dd {
    padding: 10px;
    line-height: 1.57;
  }
}
.section-risk .table-cost {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .section-risk .table-cost {
    margin-top: 10px;
  }
}
.section-risk .table-cost colgroup col:first-child {
  width: 200px;
}
.section-risk .table-cost colgroup col {
  width: 450px;
}
.section-risk .table-cost th,
.section-risk .table-cost td {
  padding: 17px 12px;
}
@media screen and (max-width: 767px) {
  .section-risk .table-cost th,
  .section-risk .table-cost td {
    padding: 7px 10px;
  }
}
.section-risk .table-cost thead th + th {
  border-left: 1px solid #fff;
}
.section-risk .table-cost tbody tr:first-child th {
  border-top: 1px solid #B2B2B2;
}
.section-risk .table-cost tbody th,
.section-risk .table-cost tbody td {
  border-bottom: 1px solid #B2B2B2;
}
.section-risk .table-cost .bg-blue {
  color: #fff;
  background-color: #002250;
}
.section-risk .table-cost .bg-blue-02 {
  background-color: #EEF2F8;
}
.section-risk .table-cost .highlight {
  color: #DD1B1B;
}
.section-risk .notes-list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .section-risk .notes-list {
    margin-top: 15px;
  }
}
.section-risk .notes-list li {
  display: flex;
  gap: 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .section-risk .notes-list li {
    gap: 2px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}
.section-risk .notes-list li + li {
  margin-top: 5px;
}

/* /section-risk */
/* fixed-section */
.fixed-section {
  position: fixed;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fixed-section {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .fixed-section .inner-wrap {
    padding-inline: 0;
  }
}
.fixed-section .links {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .fixed-section .links {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.fixed-section .links .btn {
  width: 300px;
  /* padding: 16px; */
  padding: 16px 44px 16px 16px;

}
@media screen and (max-width: 767px) {
  .fixed-section .links .btn {
    width: 100%;
    font-size: 1.3rem;
    border-radius: 0;
    letter-spacing: 0.001em;
    padding-left: 10px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-section .links .btn::after {
    width: 22px;
    height: 22px;
  }
}

/* /fixed-section */
/* footer */
footer {
  margin-top: 55px;
  min-height: 200px;
  color: #fff;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 30px;
  }
}
footer .inner-wrap {
  padding: 38px;
  padding-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .inner-wrap {
    padding: 15px 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  footer .logo-wrap {
    max-width: 240px;
    margin-inline: auto;
  }
}
footer .adress {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  footer .adress {
    margin-top: 15px;
  }
}
footer .copy {
  margin-top: 50px;
  font-size: 1rem;
}

/* /footer */
/* common module */
.list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .list-btn {
    flex-direction: column;
    gap: 20px;
  }
}
.list-btn li {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .list-btn li {
    width: 100%;
  }
}

.btn {
  position: relative;
  padding: 18px 40px;
  padding-right: 55px;
  border-radius: 50px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #A4A4A4;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.6rem;
    padding: 12px;
    padding-left: 25px;
    padding-right: 60px;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 32px;
  height: 32px;
  background: url(../images/icon_btn_01.svg) no-repeat center/cover;
}
.btn.orange {
  color: #fff;
  background-color: #F07800;
  border-color: #F07800;
}
.btn.orange::after {
  background: url(../images/icon_btn_02.svg) no-repeat center/cover;
}

.txt-link {
  display: inline-block;
  color: #002250;
  text-decoration: underline;
}

.simplebar-track.simplebar-horizontal {
  bottom: -24px;
  height: 15px;
  border-radius: 7px;
  background-color: #CBD6E8;
}

.simplebar-scrollbar.simplebar-visible::before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background-color: #587AAE;
}

.normal-list-02 {
  letter-spacing: -0.001em;
}
@media screen and (max-width: 767px) {
  .normal-list-02 .unit {
    font-size: 0.8rem;
  }
}

.l-pagetop {
  width: 62px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    width: 40px;
    bottom: 60px;
  }
}
.x-scroll-bar {
  overflow-x: auto;
}
/* =====================
  c-box
===================== */
.c-modal--new-normal__box:has(.c-app-box) {
  padding: 0;
  border-radius: 10px;
}
.c-modal--new-normal__box:has(.c-app-box) .c-modal--new-normal__inner {
  width: 100%;
}
.c-app-box__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  background: var(--lt-gray);
}
.c-app-box__inner {
  padding: 25px 0;
}
.c-app-box__inner--text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.c-app-box__inner--img {
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767.9px) {
  .c-app-box__inner--img {
    width: 80px;
    height: 80px;
  }
}
/* =====================
  c-modal
===================== */
.c-modal {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 1010;
  position: fixed;
  top: 0;
  left: 0;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.c-modal__close {
  cursor: pointer;
}
.c-modal--usecase {
  overflow-y: auto;
}
.c-modal--usecase,
.c-modal--usecase .c-modal__bg,
.c-modal--account .c-modal__bg {
  background: #FFF;
}
.c-modal--usecase__inner,
.c-modal--account__inner {
  position: relative;
  text-align: center;
}
.c-modal--usecase .c-modal__close,
.c-modal--account .c-modal__close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 35px;
  right: 45px;
}
.c-modal--usecase__box {
  width: 100%;
  max-width: 820px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,25%);
}
.c-modal--account__box {
  width: 680px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,25%);
}
.c-modal--account .c-modal__button--wrap {
  width: fit-content;
  margin: 0 auto 40px;
  column-gap: 30px;
}
.c-modal--usecase h2,
.c-modal--account h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.c-modal--usecase h2 {
  font-weight: 700;
  margin-bottom: 32px;
}
.c-modal--usecase__body {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 25px;
}
.c-modal--usecase__note {
  color: var(--ncb-brown);
  font-size: 1.4rem;
  line-height: 1.25;
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
}
.c-modal__checkbox {
  text-align: center;
  padding: 32px 0;
  margin: 0 auto 40px;
  background: var(--lt-gray);
}
.c-modal__checkbox h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.c-modal__checkbox-container {
  width: 560px;
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-modal__checkbox-item {
  width: 268px;
  color: var(--ncb-orange);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  cursor: pointer;
}
.c-modal__checkbox-item.is-checked {
  border: 1px solid var(--ncb-orange);
}
.c-modal__checkbox-item input {
  display: none;
}
.c-modal__checkbox-item label {
  width: 100%;
  display: inline-block;
  position: relative;
}
.c-modal__checkbox-item label:before,
.c-modal__checkbox-item label:after {
  display: inline-block;
  content: "";
  position: absolute;
}
.c-modal__checkbox-item label:before {
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 2px;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto
}
.c-modal__checkbox-item label:after {
  width: 13px;
  height: 9px;
  background: url(../images/img_check_cont.svg) center/contain no-repeat;
  left: 19px;
  top: calc((100% - 9px) * 0.5);
}
.c-modal__checkbox-item.is-checked label:before {
  border: 0;
  background: var(--ncb-orange);
}
.c-modal__checkbox-note {
  color: var(--ncb-brown);
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 520px;
  margin: 0 auto 40px;
  text-align: center;
}
.c-modal__button--wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.c-modal__checkbox-submit .c-btn-cv a {
  background: #D7D7D7;
  transition: 0.3s;
}
.c-modal__checkbox-submit.is-checked .c-btn-cv a {
  background: var(--ncb-orange);
  cursor: pointer;
  transition: 0.3s;
}
.c-modal__etc {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}
.c-modal__attn {
  background: var(--lt-gray);
  border-radius: 4px;
  padding: 28px 0;
  margin-bottom: 38px;
  text-align: center;
}
.c-modal__attn p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--ncb-brown);
}
.c-modal__return {
  font-size: 1.8rem;
  color: var(--ncb-brown);
  text-decoration: underline;
  cursor: pointer;
}
.c-modal--normal .c-modal__bg {
  background-color: rgba(0,0,0,0.4);
}
.c-modal--normal__box {
  width: 100%;
  max-width: 800px;
  border-radius: 30px;
  background: #F7F5F2;
  padding: 60px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-modal--normal__inner {
  width: 70%;
  margin: 0 auto;
}
.c-modal--normal .c-modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1010;
}
.c-modal--normal__open {
  cursor: pointer;
}
.c-modal--new-normal .c-modal__bg,
.c-modal--ui .c-modal__bg {
  background-color: rgba(0,0,0,0.4);
}
.c-modal--new-normal__wrap,
.c-modal--ui__wrap {
  width: 90%;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-modal--new-normal__wrap {
  max-width: 820px;
}
.c-modal--ui__wrap {
  max-width: 1060px;
}
.c-modal--new-normal__box,
.c-modal--ui__box {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  border-radius: 20px;
  background: var(--white);
  padding: 40px 0;
  overflow: auto;
}
.c-modal--new-normal__inner,
.c-modal--ui__inner {
  margin: 0 auto;
}
.c-modal--new-normal__inner {
  width: 90%;
}
.c-modal--ui__inner {
  width: 92%;
}
.c-modal--new-normal .c-modal__close,
.c-modal--ui .c-modal__close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: -45px;
  z-index: 1010;
}
.c-modal--new-normal__open,
.c-modal--ui__open {
  cursor: pointer;
}
.c-modal--ui__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.c-modal--ui__flow {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.c-modal--ui__item {
  width: calc((100% - 60px) / 4);
}
.c-modal--ui__step {
  font-size: 16px;
  text-align: center;
  color: #FFF;
  background: var(--ncb-orange);
  width: 100px;
  margin: 0 auto 15px;
  border-radius: 18px;
  padding: 4px 0;
  font-weight: 700;
}
.c-modal--ui__item img {
  width: 230px;
  display: block;
  margin: 0 auto 15px;
}
.c-modal--ui__text {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-modal__button:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}
@media screen and (max-width:767.9px) {
  .c-box-app__inner{
    column-gap: 0;
  }
  .c-box-adobe > .c-text{
    text-align: left;
  }
  .c-box-app > .c-box__title{
    font-size: 1.4rem;
  }
  .c-box-app__note{
    font-size: 1.2rem;
    text-align: center;
    padding-top: 6px;
  }
  .c-box-app__text {
    min-width: auto;
    margin: 0;
    text-align: center;
  }
  .c-modal--account .c-modal__close {
    width: 28px;
    height: 28px;
    top: 16px;
    right: 16px;
  }
  .c-modal--account__box {
    width: 100%;
    padding: 0 20px;
  }
  .c-modal--account h2 {
    font-size: 2rem;
    margin-bottom: 28px;
  }
  .c-modal__button--wrap {
    flex-direction: column;
    row-gap: 16px;
  }
  .c-modal__etc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .c-modal__attn {
    padding: 20px 12px;
    margin-bottom: 40px;
  }
  .c-modal__attn p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.6;
  }
  .c-modal__return {
    font-size: 1.6rem;
  }
  .c-modal--usecase .c-modal__close,
  .c-modal--account .c-modal__close {
    width: 28px;
    height: 28px;
    top: 16px;
    right: 16px;
  }
  .c-modal--usecase__box {
    width: 90%;
    position: static;
    transform: none;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 36px;
  }
  .c-modal--usecase h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .c-modal--usecase__body {
    line-height: 1.5;
  }
  .c-modal__checkbox-container {
    width: 82%;
    flex-direction: column;
    gap: 12px 0;
  }
  .c-modal__checkbox {
    padding: 20px 16px;
  }
  .c-modal__checkbox h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .c-modal__checkbox-item {
    width: 100%;
    text-align: left;
  }
  .c-modal__checkbox-item label {
    padding-left: 38px;
  }
  .c-modal__checkbox-item label:before {
    width: 16px;
    height: 16px;
    left: 12px;
  }
  .c-modal__checkbox-item label:after {
    width: 10px;
    height: 7px;
    left: 15px;
    top: calc((100% - 7px) * 0.5);
  }
  .c-modal--usecase__note {
    font-size: 1.2rem;
    text-align: left;
  }
  .c-modal__checkbox-note {
    text-align: left;
  }
  .c-modal--normal__box {
    max-width: 335px;
    padding: 40px 20px;
  }
  .c-modal--normal__inner {
    width: 100%;
  }
  .c-modal--ui__inner {
    width: 88%;
  }
  .c-modal--new-normal__box,
  .c-modal--ui__box {
    max-height: calc(90vh - 55px);
  }
  .c-modal--ui__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-modal--ui__flow {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .c-modal--ui__item {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .c-modal--ui__item img {
    width: 100%
  }
}
/* =====================
  color(new)
===================== */
:root {
  --ncb-orange: #F07800;
  --ncb-blue: #415AAA;
  --ncb-black: #1A1A1A;
  --ncb-yellow: #FBBD53;
  --ncb-green: #B3D234;
  --ncb-brown: #645A59;
  --ncb-pink: #F499C2;
  --ncb-Lt-blue: #7FCDF4;
  --ncb-red: #fa305f;
  --lt-blue-gray: #EDF2F4;
  --blue-gray: #D6DBDE;
  --lt-beige: #F5F2ED;
  --beige: #DBD1C1;
  --white: #FFFFFF;
  --lt-gray: #F2F2F2;
  --gray: #DDDDDD;
  --lt-orange: #FFEFD3;
  --lt-red: #FFEDED;
}
/* =====================
  c-text
===================== */
.c-text--note {
  padding-left: 0;
  text-indent: -2rem;
  margin-left: 2rem;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.c-text--note::before {
  content: "※";
  margin-right: 8px;
  font-weight: 500;
  margin-bottom: 30px;
}
/* =====================
  disp
===================== */
@media only screen and (max-width: 767.9px) {
  .u-visible--pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .u-visible--sp {
    display: none !important;
  }
}
/* =====================
  text layout
===================== */
.u-align--left {
  text-align: left!important;
}
.u-align--center {
  text-align: center!important;
}
.u-align--right {
  text-align: right!important;
}
.u-align--pc-left,
.u-align-pc--left {
  text-align: left!important;
}
.u-align--pc-center,
.u-align-pc--center {
  text-align: center!important;
}
.u-align--pc-right,
.u-align-pc--right {
  text-align: right!important;
}
@media only screen and (max-width: 767.9px) {
  .u-align--pc-left,.u-align--pc-center,.u-align--pc-right,
  .u-align-pc--left,.u-align-pc--center,.u-align-pc--right {
      text-align: inherit!important;
    }
  .u-align--sp-left,
  .u-align-sp--left{
    text-align: left!important;
    }
  .u-align--sp-center,
  .u-align-sp--center{
    text-align: center!important;
    }
  .u-align--sp-right,
  .u-align-sp--right{
    text-align: right!important;
    }
}
/* =====================
  mb
===================== */
.u-mb-all--0 {
  margin-bottom: 0 !important;
}
/* =====================
  c-link
===================== */
.c-link {
  color: var(--ncb-blue);
  text-decoration-line: underline;
  position: relative;
  display: initial;
}
/* /common module *//*# sourceMappingURL=module.css.map */