@charset "UTF-8";
/*--

  market top

====================================================== --*/
.market .market__articles {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  display: block flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (max-width: 1023px) {
    .market .market__articles {
      border-top: 1px solid #d9d9d9;
      display: block flow;
      margin-bottom: 30px; } }
  @media screen and (max-width: 639px) {
    .market .market__articles {
      margin-bottom: 25px; } }
  .market .market__articles:last-child {
    margin-bottom: 0px; }
  .market .market__articles a {
    text-decoration: underline;
    transition: opacity 200ms ease; }
    @media screen and (min-width: 640px) {
      .market .market__articles a:hover {
        text-decoration: underline;
        opacity: 0.5; } }
  .market .market__articles li {
    border-bottom: 1px solid #d9d9d9;
    -ms-flex-preferred-size: calc((100% - 40px) * 0.5);
        flex-basis: calc((100% - 40px) * 0.5);
    gap: 20px;
    display: block grid;
    grid-template-columns: 1fr 135px;
    font-weight: 400;
    line-height: 1.5em;
    padding-block: 30px; }
    @media screen and (max-width: 1023px) {
      .market .market__articles li {
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .market .market__articles li {
        font-size: 1.4rem; } }
    @media screen and (max-width: 1023px) {
      .market .market__articles li {
        padding-block: 20px; } }
    @media screen and (max-width: 639px) {
      .market .market__articles li {
        -ms-flex-direction: column;
            flex-direction: column;
        display: block flex;
        font-size: 1.4rem;
        gap: 15px; } }
    .market .market__articles li:nth-of-type(1), .market .market__articles li:nth-of-type(2) {
      border-top: 1px solid #d9d9d9; }
      @media screen and (max-width: 1023px) {
        .market .market__articles li:nth-of-type(1), .market .market__articles li:nth-of-type(2) {
          border-top: none; } }
  .market .market__articles p {
    -ms-flex-positive: 10;
        flex-grow: 10;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .market__articles p {
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .market .market__articles p {
        font-size: 1.4rem; } }
  .market .market__articles nav {
    gap: 10px;
    display: block flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media screen and (max-width: 1023px) {
      .market .market__articles nav {
        font-size: 1.4rem; } }
    @media screen and (max-width: 639px) {
      .market .market__articles nav {
        font-size: 1.2rem; } }
    .market .market__articles nav::after {
      background: url("/assets/img/icon_pdf.svg") no-repeat center;
      background-size: contain;
      content: "";
      display: inline flow-root;
      height: 18px;
      width: 18px; }
  .market .market__articles div {
    gap: 15px;
    grid-column: 1 / 3;
    display: block flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    .market .market__articles div time {
      color: #666; }
      @media screen and (max-width: 639px) {
        .market .market__articles div time {
          font-size: 1.2rem; } }
    .market .market__articles div span {
      background: #f3f3f3;
      border-radius: 40px;
      color: #666;
      height: 40px;
      display: block flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      padding-inline: 12px; }
      @media screen and (max-width: 639px) {
        .market .market__articles div span {
          font-size: 1.2rem;
          height: 25px;
          padding-inline: 6px; } }

.market .note,
.market .column,
.market .fund-report,
.market .market-report,
.market .latest-information {
  margin: 0px auto;
  max-width: 1280px;
  position: relative;
  z-index: 1;
  padding-block: 60px; }
  @media screen and (max-width: 1023px) {
    .market .note,
    .market .column,
    .market .fund-report,
    .market .market-report,
    .market .latest-information {
      padding-block: 40px; } }
  @media screen and (max-width: 639px) {
    .market .note,
    .market .column,
    .market .fund-report,
    .market .market-report,
    .market .latest-information {
      padding-block: 30px; } }

.market .latest-information__stockprice {
  background: #f0f0f0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
  display: block flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (max-width: 1023px) {
    .market .latest-information__stockprice {
      display: block flow;
      padding-inline: 30px; } }
  @media screen and (max-width: 639px) {
    .market .latest-information__stockprice {
      padding: 25px 20px; } }
  .market .latest-information__stockprice .c-buttonWrap {
    width: 100%; }
  .market .latest-information__stockprice h3 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .latest-information__stockprice h3 {
        font-size: 2.4rem; } }
    @media screen and (max-width: 639px) {
      .market .latest-information__stockprice h3 {
        font-size: 1.6rem; } }
    @media screen and (max-width: 1023px) {
      .market .latest-information__stockprice h3 {
        margin-bottom: 25px; } }
    @media screen and (max-width: 639px) {
      .market .latest-information__stockprice h3 {
        margin-bottom: 15px; } }

.market .latest-information__nikkei {
  -ms-flex-preferred-size: calc(38.333% - 20px);
      flex-basis: calc(38.333% - 20px); 
          figure {overflow: auto;}
}
  @media screen and (max-width: 1023px) {
    .market .latest-information__nikkei {
      margin-bottom: 45px; }
      .market .latest-information__nikkei img {
        width: 100%; } }
  @media screen and (max-width: 639px) {
    .market .latest-information__nikkei {
      margin-bottom: 30px; } }

.market .latest-information__index {
  -ms-flex-preferred-size: calc(61.666% - 20px);
      flex-basis: calc(61.666% - 20px); }
  @media screen and (max-width: 1023px) {
    .market .latest-information__index {
      margin-bottom: 40px; } }
  @media screen and (max-width: 639px) {
    .market .latest-information__index {
      margin-bottom: 25px; } }
  .market .latest-information__index ul {
    background: #fff;
    padding: 20px 0px;
    --mb: 25px;
    display: block flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media screen and (max-width: 1023px) {
      .market .latest-information__index ul {
        --mb: 15px; } }
    @media screen and (max-width: 639px) {
      .market .latest-information__index ul {
        background: transparent;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 2px;
        padding: 0px;
        --mb: 15px; } }
    .market .latest-information__index ul li {
      box-sizing: border-box;
      padding-bottom: 10px;
      text-align: center;
      width: 25%; }
      @media screen and (max-width: 639px) {
        .market .latest-information__index ul li {
          background: #fff;
          padding: 20px 0px 30px;
          width: calc(50% - 1px); } }
      .market .latest-information__index ul li:not(:last-child) {
        border-right: 1px solid #d9d9d9; }
        @media screen and (max-width: 639px) {
          .market .latest-information__index ul li:not(:last-child) {
            border: none; } }
    .market .latest-information__index ul figure {
      box-sizing: border-box;
      height: 60px;
      margin-bottom: var(--mb);
      display: block flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .market .latest-information__index ul h4 {
      margin-bottom: var(--mb);
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.5em; }
      @media screen and (max-width: 1023px) {
        .market .latest-information__index ul h4 {
          font-size: 1.6rem; } }
      @media screen and (max-width: 639px) {
        .market .latest-information__index ul h4 {
          font-size: 1.4rem; } }
    .market .latest-information__index ul p {
      line-height: 1.5em; }
  .market .latest-information__index__value {
    margin-bottom: var(--mb);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .latest-information__index__value {
        font-size: 2rem; } }
    @media screen and (max-width: 639px) {
      .market .latest-information__index__value {
        font-size: 1.6rem; } }
  .market .latest-information__index__update {
    color: #666;
    font-size: 1.6rem;
    margin-bottom: var(--mb); }
    @media screen and (max-width: 1023px) {
      .market .latest-information__index__update {
        font-size: 1.2rem; } }
  .market .latest-information__index__percent, .market .latest-information__index__difference {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .latest-information__index__percent, .market .latest-information__index__difference {
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .market .latest-information__index__percent, .market .latest-information__index__difference {
        font-size: 1.4rem; } }
  .market .latest-information__index__difference {
    gap: 8px;
    margin-bottom: 8px;
    display: block flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .market .latest-information__index__difference::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      height: 22px;
      width: 22px; }
    .market .latest-information__index__difference.up::before {
      background-image: url(/assets/img/com_ic23.svg); }
    .market .latest-information__index__difference.keep::before {
      background-image: url(/assets/img/com_ic54.svg); }
    .market .latest-information__index__difference.down::before {
      background-image: url(/assets/img/com_ic24.svg); }
  .market .latest-information__index--04 figure, .market .latest-information__index--03 figure, .market .latest-information__index--01 figure {
    padding: 10px 0px 0px; }

.market .market-report h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5em; }
  @media screen and (max-width: 1023px) {
    .market .market-report h3 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1023px) {
    .market .market-report h3 {
      font-size: 2rem; } }
  @media screen and (max-width: 639px) {
    .market .market-report h3 {
      font-size: 1.4rem; } }

.market .market-report__regular {
  width: 580px; }
  @media screen and (max-width: 1023px) {
    .market .market-report__regular {
      width: calc(50% - 15px); } }
  @media screen and (max-width: 639px) {
    .market .market-report__regular {
      width: 100%; } }
  .market .market-report__regular a {
    border-radius: 14px;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 250px;
    overflow: hidden;
    text-decoration: none;
    display: block flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch; }
    @media screen and (max-width: 1023px) {
      .market .market-report__regular a {
        height: auto; } }
    @media screen and (min-width: 640px) {
      .market .market-report__regular a:hover figure {
        opacity: 0.5; }
      .market .market-report__regular a:hover p {
        background: #fff;
        color: #eb0f30; }
        .market .market-report__regular a:hover p::after {
          background: url("/assets/img/arrow_red.svg") no-repeat center; } }
    .market .market-report__regular a figure {
      transition: all 200ms ease; }
    .market .market-report__regular a p {
      background: #eb0f30;
      border: 2px solid #eb0f30;
      border-radius: 0px 0px 13px 13px;
      border-top: 0px;
      box-sizing: border-box;
      color: #fff;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      gap: 10px;
      height: 53px;
      line-height: 1em;
      padding-bottom: 2px;
      transition: all 200ms ease;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.5em;
      display: block flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 1023px) {
        .market .market-report__regular a p {
          font-size: 1.6rem; } }
      @media screen and (max-width: 639px) {
        .market .market-report__regular a p {
          font-size: 1.6rem; } }
      .market .market-report__regular a p::after {
        background: url("/assets/img/arrow_white.svg") no-repeat center;
        content: "";
        height: 15px;
        margin-top: 4px;
        width: 9px; }
        @media screen and (max-width: 1023px) {
          .market .market-report__regular a p::after {
            margin-top: 2px; } }

.market .column__list {
  gap: 60px;
  margin-bottom: 60px;
  display: block flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (max-width: 1023px) {
    .market .column__list {
      gap: 30px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 639px) {
    .market .column__list {
      display: block flow;
      margin-bottom: 40px; } }

.market .column__item {
  -ms-flex-preferred-size: 610px;
      flex-basis: 610px;
  --mb: 20px; }
  @media screen and (max-width: 639px) {
    .market .column__item {
      margin-bottom: 40px; } }
  .market .column__item a {
    text-decoration: underline;
    transition: opacity 200ms ease; }
    @media screen and (min-width: 640px) {
      .market .column__item a:hover {
        text-decoration: underline;
        opacity: 0.5; } }
  .market .column__item figure {
    margin-bottom: var(--mb); }
    .market .column__item figure img {
      border-radius: 14px; }
  .market .column__item h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: var(--mb); }
    @media screen and (max-width: 1023px) {
      .market .column__item h3 {
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .market .column__item h3 {
        font-size: 1.4rem;
        margin-bottom: 15px; } }
  .market .column__item p {
    margin-bottom: var(--mb);
    font-weight: 400;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .column__item p {
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .market .column__item p {
        font-size: 1.4rem; } }
  .market .column__item h4 {
    font-weight: 500;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .column__item h4 {
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .market .column__item h4 {
        font-size: 1.4rem; } }
  .market .column__item div {
    border-top: 1px solid #d9d9d9;
    display: block grid;
    gap: 20px;
    padding-top: var(--mb);
    font-weight: 400;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .column__item div {
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .market .column__item div {
        font-size: 1.4rem; } }
    @media screen and (max-width: 1023px) {
      .market .column__item div {
        display: block flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (max-width: 639px) {
      .market .column__item div {
        gap: 20px;
        -ms-flex-align: center;
            align-items: center; } }
    .market .column__item div p {
      -ms-flex-positive: 10;
          flex-grow: 10;
      line-height: 1.5em;
      margin-bottom: 0px;
      min-height: 2lh;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.5em; }
      @media screen and (max-width: 1023px) {
        .market .column__item div p {
          width: calc(100% - 155px); } }
      @media screen and (max-width: 639px) {
        .market .column__item div p {
          min-height: 0px;
          width: auto; } }
      @media screen and (max-width: 1023px) {
        .market .column__item div p {
          font-size: 1.6rem; } }
      @media screen and (max-width: 639px) {
        .market .column__item div p {
          font-size: 1.4rem; } }
      .market .column__item div p a {
        line-height: 1.5em;
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .market .column__item div nav {
      -ms-flex-item-align: end;
          align-self: flex-end;
      gap: 10px;
      display: block flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
      @media screen and (max-width: 1023px) {
        .market .column__item div nav {
          font-size: 1.4rem;
          width: 135px; } }
      @media screen and (max-width: 639px) {
        .market .column__item div nav {
          font-size: 1.2rem;
          width: 100%; } }
      .market .column__item div nav::after {
        background: url("/assets/img/icon_pdf.svg") no-repeat center;
        background-size: contain;
        content: "";
        display: inline flow-root;
        height: 18px;
        width: 18px; }
    .market .column__item div time {
      color: #666;
      font-weight: 400;
      line-height: 1.5em;
      grid-column: 1 / 3; }
      @media screen and (max-width: 1023px) {
        .market .column__item div time {
          font-size: 1.6rem; } }
      @media screen and (max-width: 639px) {
        .market .column__item div time {
          font-size: 1.2rem; } }

.market .column__report {display: flex;    column-gap: 2em;    flex-wrap: wrap;    justify-content: center;    text-align: center; } /*260513 edit*/
  .market .column__report p {
    width: 100%;    /*260513 add*/
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .column__report p {
        font-size: 1.4rem; } }
    @media screen and (max-width: 639px) {
      .market .column__report p {
        font-size: 1.2rem; } }
  .market .column__report a {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: underline;
    transition: opacity 200ms ease; }
    @media screen and (max-width: 1023px) {
      .market .column__report a {
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .market .column__report a {
        font-size: 1.4rem; } }
    @media screen and (min-width: 640px) {
      .market .column__report a:hover {
        text-decoration: underline;
        opacity: 0.5; } }

.market .analysts {
  margin-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .market .analysts {
      overflow: hidden;
      margin-inline: -50px;
      padding-inline: 50px; } }
  @media screen and (max-width: 639px) {
    .market .analysts {
      margin-inline: -30px;
      padding-inline: 25px;
      margin-bottom: 20px; } }
  .market .analysts h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .analysts h3 {
        font-size: 2rem; } }
    @media screen and (max-width: 639px) {
      .market .analysts h3 {
        font-size: 1.6rem; } }
    @media screen and (max-width: 1023px) {
      .market .analysts h3 {
        margin-bottom: 10px; } }
    @media screen and (max-width: 639px) {
      .market .analysts h3 {
        margin-bottom: 5px; } }
  .market .analysts > p {
    margin-bottom: 32px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5em; }
    @media screen and (max-width: 1023px) {
      .market .analysts > p {
        margin-bottom: 30px; } }
    @media screen and (max-width: 639px) {
      .market .analysts > p {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1023px) {
      .market .analysts > p {
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .market .analysts > p {
        font-size: 1.4rem; } }
  .market .analysts__body {
    margin-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      .market .analysts__body {
        margin-bottom: 30px; } }
    .market .analysts__body .splide__track {
      overflow: visible; }
    .market .analysts__body .splide__arrows {
      margin-left: 0px;
      margin-top: 40px; }
      @media screen and (max-width: 1023px) {
        .market .analysts__body .splide__arrows {
          margin-top: 30px; } }
      @media screen and (max-width: 639px) {
        .market .analysts__body .splide__arrows {
          margin-top: 25px; } }
  .market .analysts__item {
    -ms-flex-preferred-size: 296px; /*260512修正*/
        flex-basis: 296px; /*260512修正*/
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media screen and (max-width: 1023px) {
      .market .analysts__item {
        -ms-flex-preferred-size: 206px;
            flex-basis: 206px; } }
    .market .analysts__item figure img {
      border-radius: 14px;
      transition: opacity 200ms ease; }
    .market .analysts__item > a {
      display: block flow;
      -ms-flex-positive: 10;
          flex-grow: 10;
      text-decoration: none; }
      @media screen and (min-width: 640px) {
        .market .analysts__item > a:hover img {
          opacity: 0.5; } }
    .market .analysts__item h4 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 5px 15px;
      margin-block: 38px 17px;
      display: block flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.5em; }
      @media screen and (max-width: 1023px) {
        .market .analysts__item h4 {
          font-size: 1.6rem; } }
      @media screen and (max-width: 639px) {
        .market .analysts__item h4 {
          font-size: 1.4rem; } }
      @media screen and (max-width: 1023px) {
        .market .analysts__item h4 {
          gap: 5px 10px;
          margin-block: 30px 15px; } }
      @media screen and (max-width: 639px) {
        .market .analysts__item h4 {
          margin-top: 17px; } }
      .market .analysts__item h4 span {
        background: #eb0f30;
        border-radius: 28px;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 400;
        height: 28px;
        line-height: 1.1em;
        display: block flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        padding-inline: 12px; }
        @media screen and (max-width: 1023px) {
          .market .analysts__item h4 span {
            font-size: 1.2rem;
            height: 20px;
            padding-bottom: 1px;
            padding-inline: 8px; } }
    .market .analysts__item time {
      color: #666;
      display: block flow;
      margin-bottom: 17px;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.5em; }
      @media screen and (max-width: 1023px) {
        .market .analysts__item time {
          margin-bottom: 15px; } }
      @media screen and (max-width: 1023px) {
        .market .analysts__item time {
          font-size: 1.6rem; } }
      @media screen and (max-width: 639px) {
        .market .analysts__item time {
          font-size: 1.2rem; } }
    .market .analysts__item p {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.5em;
      /* autoprefixer: off */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media screen and (max-width: 1023px) {
        .market .analysts__item p {
          font-size: 1.6rem; } }
      @media screen and (max-width: 639px) {
        .market .analysts__item p {
          font-size: 1.4rem; } }

.market .fund-report > p {
  margin-block: -16px 40px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5em; }
  @media screen and (max-width: 1023px) {
    .market .fund-report > p {
      margin-block: -10px 23px; } }
  @media screen and (max-width: 639px) {
    .market .fund-report > p {
      margin-block: 0px 20px; } }
  @media screen and (max-width: 1023px) {
    .market .fund-report > p {
      font-size: 1.6rem; } }
  @media screen and (max-width: 639px) {
    .market .fund-report > p {
      font-size: 1.2rem; } }

.market .note h2 {
  gap: 5px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
  display: block flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 639px) {
    .market .note h2 {
      margin-bottom: 10px;
      gap: 0px; } }
  @media screen and (max-width: 1023px) {
    .market .note h2 {
      font-size: 1.6rem; } }
  @media screen and (max-width: 639px) {
    .market .note h2 {
      font-size: 1.4rem; } }
  .market .note h2::before {
    background: url(/market/imgV2/note.svg) no-repeat center;
    content: "";
    height: 22px;
    width: 24px; }
    @media screen and (max-width: 639px) {
      .market .note h2::before {
        height: 18px;
        width: 20px;
        background-size: contain; } }

.market .note li,
.market .note p {
  font-size: 1.4rem;
  line-height: 1.5em; }
  @media screen and (max-width: 1023px) {
    .market .note li,
    .market .note p {
      font-size: 1.2rem;
      line-height: 1.75em; } }

.market .note li {
  padding-left: 1em;
  text-indent: -1em; }
  .market .note li::before {
    content: "・"; }

.market .note h3 {
  margin-block: 30px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.166em; }
  @media screen and (max-width: 639px) {
    .market .note h3 {
      margin-block: 25px 10px; } }
  @media screen and (max-width: 1023px) {
    .market .note h3 {
      font-size: 1.6rem; } }
  @media screen and (max-width: 639px) {
    .market .note h3 {
      font-size: 1.4rem; } }

.c-block__body:has(.special-contents)::after {
  background: url(/market/imgV2/special_bg.webp) no-repeat center;
  background-size: cover;
  content: "";
  height: 120px;
  margin: 0px auto;
  position: absolute;
  inset: 0px 0px auto; }
  @media screen and (max-width: 1023px) {
    .c-block__body:has(.special-contents)::after {
      height: 104px; } }
  @media screen and (max-width: 639px) {
    .c-block__body:has(.special-contents)::after {
      height: 127px; } }

.market .special-contents {
  margin: 0px auto;
  max-width: 1280px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1023px) {
    .market .special-contents {
      padding-bottom: 40px; } }
  @media screen and (max-width: 639px) {
    .market .special-contents {
      padding-bottom: 30px; } }
  .market .special-contents__title {
    -ms-flex-line-pack: center;
        align-content: center;
    color: #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px 30px;
    height: 120px;
    margin-bottom: 60px;
    text-align: center;
    display: block flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 1023px) {
      .market .special-contents__title {
        height: 104px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 639px) {
      .market .special-contents__title {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        gap: 5px;
        height: 127px;
        margin-bottom: 20px; } }
    .market .special-contents__title span {
      font-family: Jost, sans-serif;
      font-size: 2rem;
      font-weight: 500; }
      @media screen and (max-width: 1023px) {
        .market .special-contents__title span {
          font-size: 1.2rem; } }
      @media screen and (max-width: 639px) {
        .market .special-contents__title span {
          font-size: 1rem; } }
    .market .special-contents__title h2 {
      font-size: 3.6rem;
      font-weight: 500;
      line-height: 1.5em; }
      @media screen and (max-width: 1023px) {
        .market .special-contents__title h2 {
          font-size: 2.8rem; } }
      @media screen and (max-width: 639px) {
        .market .special-contents__title h2 {
          font-size: 2rem; } }
    .market .special-contents__title p {
      line-height: 1.5em;
      width: 100%; }
      @media screen and (max-width: 639px) {
        .market .special-contents__title p {
          font-size: 1.4rem; } }
  .market .special-contents__body {
    gap: 60px;
    display: block flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media screen and (max-width: 1023px) {
      .market .special-contents__body {
        gap: 30px; } }
    @media screen and (max-width: 639px) {
      .market .special-contents__body {
        display: block flow; } }
    .market .special-contents__body figure {
      -ms-flex-preferred-size: 610px;
          flex-basis: 610px; }
      @media screen and (max-width: 639px) {
        .market .special-contents__body figure {
          margin-bottom: 20px; } }
      .market .special-contents__body figure a {
        display: block flow; }
      .market .special-contents__body figure img {
        border-radius: 14px;
        width: 100%;
        transition: all 200ms ease; }
    .market .special-contents__body > div {
      -ms-flex-preferred-size: 610px;
          flex-basis: 610px; }
      .market .special-contents__body > div h3 {
        font-weight: 500;
        line-height: 1.5em; }
        @media screen and (max-width: 1023px) {
          .market .special-contents__body > div h3 {
            font-size: 1.6rem; } }
        @media screen and (max-width: 639px) {
          .market .special-contents__body > div h3 {
            font-size: 1.4rem; } }
    .market .special-contents__body ul a {
      text-decoration: underline;
      transition: opacity 200ms ease; }
      @media screen and (min-width: 640px) {
        .market .special-contents__body ul a:hover {
          text-decoration: underline;
          opacity: 0.5; } }
    .market .special-contents__body ul li {
      border-bottom: 1px solid #d9d9d9;
      display: block grid;
      gap: 20px;
      font-weight: 500;
      line-height: 1.5em;
      padding-block: 20px; }
      @media screen and (max-width: 1023px) {
        .market .special-contents__body ul li {
          font-size: 1.6rem; } }
      @media screen and (max-width: 639px) {
        .market .special-contents__body ul li {
          font-size: 1.4rem; } }
      @media screen and (max-width: 639px) {
        .market .special-contents__body ul li {
          display: block flow; } }
    .market .special-contents__body ul p {
      -ms-flex-positive: 10;
          flex-grow: 10;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.5em; }
      @media screen and (max-width: 1023px) {
        .market .special-contents__body ul p {
          font-size: 1.6rem; } }
      @media screen and (max-width: 639px) {
        .market .special-contents__body ul p {
          font-size: 1.4rem; } }
      @media screen and (max-width: 639px) {
        .market .special-contents__body ul p {
          margin-bottom: 15px; } }
      .market .special-contents__body ul p a {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .market .special-contents__body ul nav {
      -ms-flex-item-align: end;
          align-self: flex-end;
      gap: 10px;
      display: block flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
      @media screen and (max-width: 1023px) {
        .market .special-contents__body ul nav {
          font-size: 1.4rem; } }
      @media screen and (max-width: 639px) {
        .market .special-contents__body ul nav {
          font-size: 1.2rem; } }
      .market .special-contents__body ul nav::after {
        background: url("/assets/img/icon_pdf.svg") no-repeat center;
        background-size: contain;
        content: "";
        display: inline flow-root;
        height: 18px;
        width: 18px; }
    .market .special-contents__body ul time {
      color: #666;
      font-weight: 400;
      line-height: 1.5em;
      grid-column: 1 / 3; }
      @media screen and (max-width: 1023px) {
        .market .special-contents__body ul time {
          font-size: 1.4rem; } }
      @media screen and (max-width: 639px) {
        .market .special-contents__body ul time {
          font-size: 1.2rem; } }
      @media screen and (max-width: 639px) {
        .market .special-contents__body ul time {
          display: block flow;
          margin-bottom: 15px; } }

/*# sourceMappingURL=map/market.css.map */

/*column new  260512*/
.column {
    .column__list {
        .column__item {
            .susInsite, .qTopics {position: relative;    z-index: 0;
/*                &::before {content: "";    position: absolute;    top: 0;    left: 0;    bottom: 0;    right: 0;    mix-blend-mode: overlay;    border-radius: 14px;}*/
                &::after {position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    font-size: min(2.5vw,3.2rem);    font-weight: 700;    color: #FFF;    z-index: 10;    white-space: nowrap;    text-shadow: 1px 1px 4px #000;}
            }
            .susInsite {
/*                &::before {background-color: rgba(10,10,10,0.5);}*/
                &::after {content: "サステナブル投資インサイト";}
            }
            .qTopics {
/*                &::before {background-color: rgba(22,55,112,0.5);}*/
                &::after {content: "クオンツトピックス";}
            }
        }
    }
}
@media screen and (max-width:640px){
.column {
    .column__list {
        .column__item {
            .susInsite, .qTopics {
                &::after {font-size: 5vw;}
            }
        }
    }
}
}
