@charset "UTF-8";
/* _media.scss 
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _inner.scss 
-------------------------------------------------------*/
/* /_inner.scss
-------------------------------------------------------*/
/* _font.scss 
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
/* /_over.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
  -------------------------------------------------------*/
/* _top.scss 
-------------------------------------------------------*/
/* MV */
.sectMv {
  position: relative;
  z-index: 2;
  min-height: 540px;
  margin-bottom: 60px;
}
.sectMv_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.sectMv_image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  width: 100%;
  height: 100%;
}
.sectMv_title {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: var(--lineHeight-m);
  letter-spacing: 1px;
  color: var(--color-sub);
  margin-top: 50px;
}
.sectMv_text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lineHeight-m);
  color: var(--color-main);
}
.sectMv_slider {
  max-width: 380px;
  margin: 40px 45px 0;
}
.sectMv_slider_ctrl {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
.sectMv_slider_pagination {
  width: auto !important;
  font-size: 0;
}
.sectMv_slider_pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: var(--color-main) solid 1px;
  background-color: transparent;
  margin: 2px 7px;
  opacity: 1;
  position: relative;
}
.sectMv_slider_pagination .swiper-pagination-bullet-active::before {
  content: "";
  aspect-ratio: 1/1;
  width: 10px;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.sectMv_slider .cmnSlider_pause {
  aspect-ratio: 1/1;
  width: 26px;
  border-radius: 100%;
  background-color: var(--color-main);
  font-size: 0;
  border: none;
  position: relative;
}
.sectMv_slider .cmnSlider_pause::before {
  content: "";
  background-color: var(--color-wh);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sectMv_slider .cmnSlider_pause::after {
  content: "";
  background-color: var(--color-main);
  width: 2px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sectMv_slider .cmnSlider_pause.is-start::before {
  width: 10px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.sectMv_slider .cmnSlider_pause.is-start::after {
  display: none;
}
@media screen and (max-width: 600px) {
  .sectMv {
    min-height: 0;
    padding: 0 0 20px;
    margin-bottom: 40px;
  }
  .sectMv_title {
    font-size: 3.2rem;
    margin-top: 40px;
  }
  .sectMv_text {
    font-size: 1.6rem;
  }
  .sectMv_slider {
    max-width: 380px;
    margin: 110px 40px 0;
  }
  .sectMv_slider_ctrl {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
  }
  .sectMv_slider_pagination {
    width: auto !important;
    font-size: 0;
  }
  .sectMv_slider_pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: var(--color-main) solid 1px;
    background-color: transparent;
    margin: 2px 7px;
    opacity: 1;
    position: relative;
  }
  .sectMv_slider_pagination .swiper-pagination-bullet-active::before {
    content: "";
    aspect-ratio: 1/1;
    width: 10px;
    background-color: var(--color-main);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
  }
  .sectMv_slider .cmnSlider_pause {
    aspect-ratio: 1/1;
    width: 26px;
    border-radius: 100%;
    background-color: var(--color-main);
    font-size: 0;
    border: none;
    position: relative;
  }
  .sectMv_slider .cmnSlider_pause::before {
    content: "";
    background-color: var(--color-wh);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sectMv_slider .cmnSlider_pause::after {
    content: "";
    background-color: var(--color-main);
    width: 2px;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sectMv_slider .cmnSlider_pause.is-start::before {
    width: 10px;
    height: 9px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  .sectMv_slider .cmnSlider_pause.is-start::after {
    display: none;
  }
}

/* タブ */
.topTab_list_text::before {
  content: "";
  display: inline-block;
  aspect-ratio: 13/16;
  width: 13px;
  background: url(/assets/toushin_v2/images/top/icon_tab_01.svg) no-repeat center/contain;
  margin-right: 7px;
  vertical-align: -2px;
}
.topTab_list_item:nth-child(2) .topTab_list_text::before {
  aspect-ratio: 1/1;
  width: 18px;
  background-image: url(/assets/toushin_v2/images/top/icon_tab_02.svg);
  margin-right: 5px;
}
.is-active .topTab_list_text::before {
  background-image: url(/assets/toushin_v2/images/top/icon_tab_01_on.svg);
}
.topTab_list_item:nth-child(2).is-active .topTab_list_text::before {
  background-image: url(/assets/toushin_v2/images/top/icon_tab_02_on.svg);
}
@media screen and (max-width: 600px) {
  .topTab_list_text::before {
    width: 12px;
    margin-right: 5px;
  }
  .topTab_list_item:nth-child(2) .topTab_list_text::before {
    width: 17px;
    margin-right: 3px;
  }
}

/*----タブ1 -----*/
/* メリット */
.sectMerit_box {
  background-color: var(--color-wh);
  border-radius: 20px;
}
.sectMerit_box_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 70px;
  padding: 60px 30px 52px;
}
.sectMerit_box_image {
  width: 29%;
  min-width: 180px;
  margin-top: -17px;
}
.sectMerit_box_list {
  max-width: 480px;
  width: 100%;
}
.sectMerit_box_item {
  padding: 17px 0 17px 8px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: -webkit-linear-gradient(left, #d7d7d7, #d7d7d7 5px, transparent 5px, transparent 10px);
  background-image: linear-gradient(to right, #d7d7d7, #d7d7d7 5px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.sectMerit_box_icon {
  margin-right: 20px;
}
.sectMerit_box_text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lineHeight-m);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .sectMerit_box_icon {
    width: 24px;
  }
  .sectMerit_box_text {
    font-size: 1.6rem;
  }
}

/* 投資信託ってなんだろう？ */
.sectAbout_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
.sectAbout_item_link {
  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%;
  -webkit-box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
          box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
  border-radius: 20px;
  color: var(--color-txt);
  -webkit-transition: var(--trans-min02);
  transition: var(--trans-min02);
}
.sectAbout_item_link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.sectAbout_item_sub {
  background-color: #baebf1;
  position: relative;
  height: 182px;
  border-radius: 20px 20px 0 0;
}
.sectAbout_item_sub--2 {
  background-color: var(--color-bg4);
}
.sectAbout_item_image {
  position: absolute;
  width: 80.8333333333%;
  max-width: 388px;
  bottom: 1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sectAbout_item_image--2 {
  width: 55.4166666667%;
  max-width: 266px;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sectAbout_item_main {
  padding: 40px 30px;
}
.sectAbout_item_title {
  padding-right: 50px;
  position: relative;
}
.sectAbout_item_title_title {
  color: var(--color-sub);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: var(--lineHeight-s);
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.sectAbout_item_title_icon {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 1/1;
  width: 34px;
  border-radius: 100%;
  background: url(/assets/toushin_v2/images/common/icon_arrow_w.svg) no-repeat center/7px, var(--color-main);
  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;
}
.sectAbout_nisa_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}
.sectAbout_nisa_movie {
  text-align: center;
}
.sectAbout_nisa_item_text{
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: var(--lineHeight-m);
  color: var(--color-sub);
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sectAbout_list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 40px;
  }
  .sectAbout_item_sub {
    height: 0;
    padding-top: 38%;
  }
  .sectAbout_item_title_title {
    font-size: 2rem;
  }
  .sectAbout_item_title_icon {
    width: 30px;
  }
  .sectAbout_nisa_list {
    /* grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px; */
    display: block;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .sectAbout_nisa_list::-webkit-scrollbar {
    background: #ccc;
    width: 6px;
    height: 6px;
    border-radius: 20px;
  }
  .sectAbout_nisa_list::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    border-radius: 20px;
  }
  .sectAbout_nisa_item {
    scroll-snap-align: center;
    display: inline-block;
    width: 70%;
    white-space: normal;
    margin: 0 10px;
  }
  .sectAbout_nisa_item_text {
    font-size: 1.8rem;
  }
}

/* かしこく資産づくりをしよう！ */
.sectSmart_wrap {
  position: relative;
  z-index: 2;
}
.sectSmart_wrap::before {
  content: "";
  aspect-ratio: 511/605;
  display: block;
  background: url(/assets/toushin_v2/images/top/bg_smart_01.svg) no-repeat center/contain;
  width: 511px;
  position: absolute;
  left: -540px;
  top: -12px;
  z-index: -1;
}
.sectSmart_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.sectSmart_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sectSmart_item:last-child::after {
  content: "";
  aspect-ratio: 175/306;
  display: block;
  background: url(/assets/toushin_v2/images/top/bg_smart_02.svg) no-repeat center/contain;
  width: 175px;
  position: absolute;
  right: -113px;
  top: 129px;
  z-index: 5;
  pointer-events: none;
}
.sectSmart_item + .sectSmart_item {
  margin-top: 60px;
}
.sectSmart_item_image {
  width: 55%;
}
.sectSmart_item_main {
  width: 55%;
  margin: 80px -10% 0 0;
  position: relative;
  z-index: 2;
  background-color: var(--color-wh);
  padding: 50px 40px;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 8px 12px;
          box-shadow: rgba(0, 0, 0, 0.12) 0 8px 12px;
}
li:nth-child(2n) .sectSmart_item_main {
  margin-right: 0;
  margin-left: -10%;
}
.sectSmart_item_title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: var(--lineHeight-m);
  color: var(--color-sub);
  margin-bottom: 20px;
}
.sectSmart_item_check_list {
  font-size: 1.6rem;
  line-height: var(--lineHeight-l);
  padding-left: 32px;
  background: url(/assets/toushin_v2/images/common/icon_check.svg) no-repeat 6px 10px/14px;
}
@media screen and (max-width: 1040px), print {
  .sectSmart_wrap::before {
    width: 150px;
    left: -60px;
    top: -20px;
  }
  .sectSmart_item {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .sectSmart_item:last-child::after {
    width: 70px;
    right: -20px;
    top: auto;
    bottom: -30px;
  }
  .sectSmart_item + .sectSmart_item {
    margin-top: 40px;
  }
  .sectSmart_item_image {
    width: 100%;
    margin: 0 auto -20px;
    z-index: 3;
  }
  .sectSmart_item_main {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 50px;
    border-radius: 0 0 20px 20px;
  }
  li:nth-child(2n) .sectSmart_item_main {
    margin: 0 auto;
  }
  .sectSmart_item_title {
    font-size: 2rem;
  }
  .sectSmart_item_check_list {
    font-size: 1.4rem;
    background-position: 6px 8px;
  }
}

/* ヒント */
.sectHint {
  overflow: clip;
}
.sectHint_wrap {
  position: relative;
}
.sectHint_wrap::after {
  content: "";
  aspect-ratio: 457/720;
  width: 457px;
  position: absolute;
  right: -500px;
  bottom: -116px;
  background: url(/assets/toushin_v2/images/top/bg_hint_01.svg) no-repeat center/contain;
  z-index: -1;
  pointer-events: none;
}
.sectHint_box {
  margin-top: 90px;
  position: relative;
  border-radius: 30px;
  background-color: var(--color-bg3);
  padding: 66px 50px 50px;
}
.sectHint_box::before {
  content: "";
  aspect-ratio: 1/1;
  width: 60px;
  background: url(/assets/toushin_v2/images/top/icon_hint_01.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
}
.sectHint_box_title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: var(--lineHeight-m);
  text-align: center;
  margin-bottom: 36px;
}
.sectHint_box_title--la {
  color: var(--color-main);
  font-size: 2.8rem;
}
.sectHint_box_table {
  position: relative;
}
.sectHint_box_table_tr {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
}
.sectHint_box_table_tr + .sectHint_box_table_tr {
  margin-top: 28px;
}
.sectHint_box_table_th {
  min-width: 202px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lineHeight-s);
}
.sectHint_box_table_td {
  max-width: 598px;
  width: 100%;
}
.sectHint_box_select {
  width: 100%;
  position: relative;
}
.sectHint_box_select::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/toushin_v2/images/common/icon_arrow_w.svg) no-repeat center/7px, var(--color-main);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  border-radius: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sectHint_box_select select {
  width: 100%;
  height: 60px;
  background-color: var(--color-wh);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: var(--color-border2) solid 1px;
  border-radius: 30px;
  padding: 10px 50px 10px 36px;
  font-size: 1.6rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 2px 16px;
          box-shadow: rgba(0, 0, 0, 0.07) 0 2px 16px;
}
.sectHint_box_btnBox::before {
  content: "";
  display: block;
  aspect-ratio: 160/60;
  width: 160px;
  margin: 60px auto;
  background-color: var(--color-main);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.sectHint_box_btnBox[data-title=is-pattern-1] .sectHint_box_btn--02 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-1] .sectHint_box_btn--04 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-1] .sectHint_box_btn--05 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-2] .sectHint_box_btn--02 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-2] .sectHint_box_btn--04 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-3] .sectHint_box_btn--02 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-3] .sectHint_box_btn--03 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-3] .sectHint_box_btn--04 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-4] .sectHint_box_btn--01 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-4] .sectHint_box_btn--04 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-4] .sectHint_box_btn--05 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-5] .sectHint_box_btn--01 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-5] .sectHint_box_btn--04 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-6] .sectHint_box_btn--01 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-6] .sectHint_box_btn--03 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-6] .sectHint_box_btn--04 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-7] .sectHint_box_btn--03 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-7] .sectHint_box_btn--04 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-7] .sectHint_box_btn--05 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-8] .sectHint_box_btn--03 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-8] .sectHint_box_btn--04 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-9] .sectHint_box_btn--02 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-9] .sectHint_box_btn--03 {
  display: block;
}
.sectHint_box_btnBox[data-title=is-pattern-9] .sectHint_box_btn--04 {
  display: block;
}
.sectHint_box_btn {
  display: none;
}
@media screen and (max-width: 600px) {
  .sectHint_wrap::after {
    width: 70px;
    right: -20px;
    bottom: -65px;
    z-index: 2;
  }
  .sectHint_box {
    margin-top: 70px;
    padding: 50px 12px 40px;
  }
  .sectHint_box_title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .sectHint_box_title--la {
    font-size: 2.4rem;
  }
  .sectHint_box_table {
    position: relative;
  }
  .sectHint_box_table_th {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .sectHint_box_select::after {
    right: 10px;
  }
  .sectHint_box_select select {
    padding: 10px 40px 10px 20px;
    font-size: 1.4rem;
  }
  .sectHint_box_btnBox::before {
    width: 100px;
    margin: 40px auto;
  }
}

/* はじめかた */
.sectStart_list {
  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;
  gap: 40px 30px;
  margin-top: 60px;
}
.sectStart_item {
  width: 176px;
  height: 134px;
  background-color: var(--color-wh);
  border-radius: 10px;
  position: relative;
  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;
}
.sectStart_item:not(:last-child)::after {
  content: "";
  width: 14px;
  height: 20px;
  background-color: var(--color-sub);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.sectStart_item:nth-child(1)::before {
  content: "";
  position: absolute;
  aspect-ratio: 70/85;
  width: 70px;
  left: -36px;
  bottom: -19px;
  background: url(/assets/toushin_v2/images/top/bg_start_01.svg) no-repeat center/contain;
}
.sectStart_item:nth-child(3)::before {
  content: "";
  position: absolute;
  aspect-ratio: 83/72;
  width: 83px;
  right: -15px;
  bottom: -18px;
  background: url(/assets/toushin_v2/images/top/bg_start_02.svg) no-repeat center/contain;
}
.sectStart_item:nth-child(5)::before {
  content: "";
  position: absolute;
  aspect-ratio: 86/95;
  width: 86px;
  right: -44px;
  bottom: -29px;
  background: url(/assets/toushin_v2/images/top/bg_start_03.svg) no-repeat center/contain;
}
.sectStart_item_number {
  width: 120px;
  height: 36px;
  background-color: var(--color-sub);
  color: var(--color-wh);
  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;
  gap: 5px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
}
.sectStart_item_number strong {
  font-size: 2.2rem;
  margin-top: -5px;
}
.sectStart_item_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: var(--lineHeight-m);
}
@media screen and (max-width: 600px) {
  .sectStart_list {
    display: block;
  }
  .sectStart_item {
    width: 100%;
    height: auto;
    padding: 38px 20px 20px;
  }
  .sectStart_item + .sectStart_item {
    margin-top: 60px;
  }
  .sectStart_item:not(:last-child)::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
    margin: auto;
  }
  .sectStart_item:nth-child(1)::before {
    width: 60px;
    left: -10px;
    bottom: -10px;
  }
  .sectStart_item:nth-child(3)::before {
    width: 70px;
    right: -15px;
    bottom: -10px;
  }
  .sectStart_item:nth-child(5)::before {
    width: 75px;
    right: -20px;
    bottom: -10px;
  }
  .sectStart_item_number {
    width: 80%;
    max-width: 160px;
    font-size: 1.2rem;
  }
  .sectStart_item_number strong {
    font-size: 2rem;
    margin-top: -2px;
  }
  .sectStart_item_text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: var(--lineHeight-m);
  }
}

/* 選び方 */
.sectSelect_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sectSelect_item_link {
  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%;
  border: #ebebeb solid 1px;
  border-radius: 20px;
  padding: 40px 30px;
  -webkit-box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
          box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
  color: var(--color-txt);
  -webkit-transition: var(--trans-min02);
  transition: var(--trans-min02);
}
.sectSelect_item_link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.sectSelect_item_title {
  padding-right: 50px;
  position: relative;
}
.sectSelect_item_title_title {
  color: var(--color-sub);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: var(--lineHeight-s);
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.sectSelect_item_title_icon {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 1/1;
  width: 34px;
  border-radius: 100%;
  background: url(/assets/toushin_v2/images/common/icon_arrow_w.svg) no-repeat center/7px, var(--color-main);
  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;
}
@media screen and (max-width: 600px) {
  .sectSelect_list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .sectSelect_item_title_title {
    font-size: 2rem;
  }
  .sectSelect_item_title_icon {
    width: 30px;
  }
}

/*----タブ2 -----*/
/* ランキング */
.sectRank .modTitle02 {
  font-size: 2.4rem;
  line-height: var(--lineHeight-m);
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--color-txt) !important;
  border-bottom-color: var(--color-main);
  padding: 0 0 10px;
  margin: 60px 0 30px;
}
.sectRank_box {
  margin-top: -20px;
}
.sectRank .toushinTable th {
  background-color: #eaebf0;
  border: #333 solid 1px;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: var(--lineHeight-s);
}
.sectRank .toushinTable td {
  background-color: var(--color-wh);
  border: #333 solid 1px;
  padding: 16px 20px;
  font-size: 1.6rem;
  line-height: var(--lineHeight-s);
}
.sectRank .toushinTable td a {
  text-decoration: underline;
}
.sectRank .modTxtIndent {
  line-height: var(--lineHeight-m);
}
@media screen and (max-width: 600px) {
  .sectRank .modTitle02 {
    font-size: 2.2rem;
    margin-top: 40px;
  }
  .sectRank_box {
    margin-top: 0;
  }
  .sectRank .toushinTable th {
    padding: 14px 16px;
  }
  .sectRank .toushinTable td {
    padding: 14px 16px;
  }
}

/* ファンド */
.sectFund {
  position: relative;
  z-index: 2;
}
.sectFund::before {
  content: "";
  aspect-ratio: 435/348;
  width: 435px;
  position: absolute;
  left: -33px;
  top: 237px;
  background: url(/assets/toushin_v2/images/top/bg_fund_01.svg) no-repeat center/contain;
  z-index: -1;
}
.sectFund::after {
  content: "";
  aspect-ratio: 449/646;
  width: 449px;
  position: absolute;
  right: -26px;
  bottom: 36px;
  background: url(/assets/toushin_v2/images/top/bg_fund_02.svg) no-repeat center/contain;
  z-index: -1;
}
.sectFund_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sectFund_item {
  border-radius: 20px;
  background-color: var(--color-wh);
  -webkit-box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
          box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
}
.sectFund_item_main {
  padding: 40px 30px;
}
.sectFund_item_title {
  color: var(--color-sub);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: var(--lineHeight-m);
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.sectFund_item_linkList {
  margin-top: 30px;
}
.sectFund_item_link {
  min-height: 64px;
  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;
  padding: 12px 40px 12px 14px;
  color: var(--color-sub);
  position: relative;
  border-bottom: var(--color-border2) solid 1px;
}
.sectFund_item_link_text {
  font-size: 1.6rem;
  line-height: var(--lineHeight-m);
  font-weight: 700;
}
.sectFund_item_link_icon {
  font-size: 1.6rem;
  color: #e50043;
  position: absolute;
  right: 14px;
  top: 0;
  height: 100%;
  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;
}
@media screen and (max-width: 600px) {
  .sectFund::before {
    width: 120px;
    left: -10px;
    top: 40px;
  }
  .sectFund::after {
    width: 90px;
    right: -10px;
    bottom: 10px;
  }
  .sectFund_list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .sectFund_item_title {
    font-size: 2rem;
  }
  .sectFund_item_link {
    min-height: 50px;
  }
  .sectFund_item_link_text {
    font-size: 1.4rem;
  }
  .sectFund_item_link_icon {
    font-size: 1.4rem;
  }
}

/* ポイント */
.sectPoint_box {
  -webkit-box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
          box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
  border-radius: 20px;
  margin-bottom: 90px;
  position: relative;
}
.sectPoint_box::before {
  content: "";
  aspect-ratio: 125/216;
  width: 125px;
  position: absolute;
  bottom: -50px;
  left: -70px;
  background: url(/assets/toushin_v2/images/top/bg_point_01.svg) no-repeat center/contain;
}
.sectPoint_box_wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--color-wh);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -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;
}
.sectPoint_box_image {
  width: 480px;
  background-color: var(--color-bg3);
  text-align: center;
}
.sectPoint_box_image img {
  max-width: 394px;
}
.sectPoint_box_main {
  width: 520px;
  padding: 50px 40px;
}
.sectPoint_box_title {
  color: var(--color-sub);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: var(--lineHeight-m);
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px), print {
  .sectPoint_box {
    margin: 0 auto 50px;
    max-width: 600px;
  }
  .sectPoint_box::before {
    display: none;
  }
  .sectPoint_box_image {
    width: 100%;
  }
  .sectPoint_box_image img {
    max-width: 400px;
    width: 80%;
  }
  .sectPoint_box_main {
    width: 100%;
    padding: 40px 30px;
  }
  .sectPoint_box_title {
    font-size: 2rem;
  }
}

/* 探す */
.sectSearch_box {
  background-color: var(--color-wh);
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 8px 12px;
          box-shadow: rgba(0, 0, 0, 0.07) 0 8px 12px;
  padding: 50px;
}
.sectSearch_box_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.sectSearch_box_item {
  max-width: 210px;
  width: calc((100% - 20px) / 2);
  min-height: 130px;
  border-radius: 10px;
  border: var(--color-border2) solid 1px;
}
.sectSearch_box_item_link {
  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;
  height: 100%;
  padding: 10px 10px 5px;
  color: var(--color-sub);
}
.sectSearch_box_item_icon {
  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;
  margin-bottom: 7px;
  width: 60px;
  min-height: 56px;
}
.sectSearch_box_item_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: var(--lineHeight-m);
  padding-right: 24px;
  position: relative;
}
.sectSearch_box_item_text::after {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  background: url(/assets/toushin_v2/images/common/icon_arrowR.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 6px;
}
.sectSearch_box_attend {
  font-size: 1.2rem;
  line-height: var(--lineHeight-m);
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sectSearch_box {
    padding: 40px 20px;
  }
}

/* アドバイザー */
.sectAdvice_box {
  background-color: var(--color-wh);
  border-radius: 20px;
  padding: 60px 50px 50px;
}
.sectAdvice_box_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 50px;
  margin-bottom: 30px;
}
.sectAdvice_box_main_right {
  max-width: 368px;
}
.sectAdvice_box_main_left {
  max-width: 480px;
}
.sectAdvice_box_title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lineHeight-m);
  margin-bottom: 30px;
}
.sectAdvice_box_text {
  max-width: 450px;
}
@media screen and (max-width: 600px) {
  .sectAdvice_box {
    padding: 50px 20px 40px;
  }
  .sectAdvice_box_title {
    font-size: 2.4rem;
  }
}

/* 運用開始後のポイント */
.sectPoint2_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
.sectPoint2_item_link {
  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%;
  -webkit-box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
          box-shadow: rgba(61, 61, 61, 0.18) 0 8px 12px;
  border-radius: 20px;
  color: var(--color-txt);
  -webkit-transition: var(--trans-min02);
  transition: var(--trans-min02);
}
.sectPoint2_item_link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.sectPoint2_item_sub {
  background-color: var(--color-bg4);
  position: relative;
  height: 182px;
  border-radius: 20px 20px 0 0;
}
.sectPoint2_item_sub--2 {
  background-color: #baebf1;
}
.sectPoint2_item_image {
  position: absolute;
  width: 66.875%;
  max-width: 321px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sectPoint2_item_image--2 {
  width: 60.2083333333%;
  max-width: 289px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sectPoint2_item_main {
  padding: 40px 30px;
}
.sectPoint2_item_title {
  padding-right: 50px;
  position: relative;
}
.sectPoint2_item_title_title {
  color: var(--color-sub);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: var(--lineHeight-s);
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.sectPoint2_item_title_icon {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 1/1;
  width: 34px;
  border-radius: 100%;
  background: url(/assets/toushin_v2/images/common/icon_arrow_w.svg) no-repeat center/7px, var(--color-main);
  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;
}
a[href^=http] .sectPoint2_item_title_icon, a[target=_blank] .sectPoint2_item_title_icon {
  aspect-ratio: 1/1;
  width: 34px;
  border-radius: 100%;
  background: var(--color-main);
}
a[href^=http] .sectPoint2_item_title_icon::after, a[target=_blank] .sectPoint2_item_title_icon::after {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "\e89e";
  color: var(--color-wh);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .sectPoint2_list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 40px;
  }
  .sectPoint2_item_sub {
    height: 0;
    padding-top: 38%;
  }
  .sectPoint2_item_title_title {
    font-size: 2rem;
  }
  .sectPoint2_item_title_icon {
    width: 30px;
  }
}

/* ご注意事項カスタム */
.bl_caution .bl_acordion_title {
  border-radius: 20px 20px 0 0;
}
.bl_caution .bl_acordion_btn {
  pointer-events: none;
}
.bl_caution .bl_acordion_iconBox {
  display: none;
}
.bl_caution .bl_acordion_main {
  display: block;
}/*# sourceMappingURL=top.css.map */