@charset "UTF-8";

main {
  color: #000;
}

p {
  padding-bottom: 0;
}

@media screen and (max-width: 780px) {
  .inner.row .contents_wrap {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 0 0 auto;
  }
}

/* section performance-----*/
.performance {
  display: flex;
  flex-wrap: wrap;
}

.performance li {
  width: 50%;
  text-align: center;
  padding: 24px 16px;
  border-bottom: 1px solid #ed8601;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.performance li:nth-child(even) {
  border-right: 1px solid #ed8601;
}

.performance li:nth-child(n + 4) {
  border-bottom: unset;
}

.performance li:first-child {
  width: 100%;
  padding: 24px 24px;
  border-top: unset;
}

.performance li:last-child {
  width: 100%;
  padding: 24px 24px;
  border-top: 1px solid #ed8601;
  border-right: unset;
}

.performance li span {
  display: block;
  width: fit-content;
}

.performance .lead {
  color: #000;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 4px;
}

.performance .f_gradation {
  letter-spacing: normal;
}

.performance .col_first p:first-child {
  line-height: 160%;
}

.performance .col_first .lead {
  line-height: 120%;
}

.performance .note {
  margin-top: 7px;
}

@media not screen and (max-width: 780px) {
  .performance li {
    width: 50%;
    text-align: center;
    padding: 24px 16px;
    border-bottom: 1px solid #ed8601;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .performance .lead {
    font-size: 16px;
    letter-spacing: 1.28px;
  }

  .performance .col_first p:first-child {
    font-size: 14px;
  }

  .performance .col_first .lead {
    font-size: 20px;
  }
  .img_sdgs {
    width: 70%;
  }
}

@media screen and (max-width: 780px) {
  .performance li {
    width: 50%;
    text-align: center;
    padding: 24px 8px;
    border-bottom: 1px solid #ed8601;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .performance .lead {
    font-size: 14px;
    letter-spacing: 1.12px;
  }

  .performance .col_first p:first-child {
    font-size: 12px;
    letter-spacing: 0.96px;
  }

  .performance .col_first .lead {
    font-size: 18px;
  }
  .img_sdgs {
    width: 90%;
  }
}

/* container -----*/

.dl_qa > dt {
  padding: 24px 0 0 0;
}

.dl_qa > dd {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ed8601;
}

.dl_qa p {
  margin: 0 0 4px 0;
}

.dl_qa p:last-child {
  margin: 0;
}

.answer {
  margin: 4px 0 4px;
}

.img_sdgs {
  display: block;
  margin: 0 auto 5rem;
}
.txt_desc {
  margin: 1rem 0 0;
}
.txt_desc {
  margin-bottom: 4rem;
}

.answer_detail {
  font-weight: 500;
  line-height: 160%;
  text-align: left;
  margin-bottom: 4rem;
}

.answer_detail a {
  display: inline-block;
  border-bottom: 1px solid #333;
  line-height: 1;
}

.dl_row.ranking dt {
  position: relative;
  margin: 0 16px 4px 0;
  line-height: 100%;
  float: left;
}

.dl_row.ranking dd {
  font-weight: 500;
  border-bottom: unset;
  padding: unset;
  margin: unset;
  line-height: 160%;
  height: 50px;
  display: flex;
  align-items: center;
}

.dl_row.data dt {
  position: relative;
  float: left;
  line-height: 42px;
  margin: 0 16px 4px 0;
}

.dl_row.data dd {
  position: relative;
  margin: 0 0 4px 0;
}

.dl_row.data.clothing dt {
  width: 3.5em;
}

.dl_row.data.average_age dt {
  width: 5.5em;
}

.dl_row.data.shoes dt {
  width: 8.5em;
}

.dl_row.ranking.paway dt {
  margin: 0 16px 8px 0;
}

.dl_row.ranking.paway dd {
  line-height: 150%;
}

@media not screen and (max-width: 780px) {
  .inner.row .contents_wrap {
    width: 59%;
  }

  .answer_detail {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}

@media screen and (max-width: 780px) {
  .answer_detail {
    font-size: 12px;
    letter-spacing: 0.96px;
  }

  .dl_qa .question {
    font-size: 14px;
  }

  .dl_row.data dt {
    font-size: 14px;
    margin: 0 16px 2px 0;
  }

  .dl_row.ranking dd {
    height: 50px;
  }

  .dl_row.ranking.paway dt {
    margin: 0 16px 4px 0;
    float: left;
  }

  .dl_row.ranking.paway dd {
    font-size: 12px;
    letter-spacing: 0.96px;
  }

  .dl_row.ranking dd {
  }
}

/* font-size style -----*/
.fs_90,
.fs_42,
.fs_34,
.fs_26 {
  line-height: 100%;
}

.fs_90 {
  font-weight: 100;
}

.fs_42,
.fs_38 {
  font-weight: 300;
}

.fs_34 {
  font-weight: 400;
}

.fs_16 {
  font-weight: 500;
}

.f_spacing-2 {
  letter-spacing: -2px !important;
}

@media not screen and (max-width: 780px) {
  .fs_90 {
    font-size: 90px;
  }

  .fs_42 {
    font-size: 42px;
  }

  .fs_38 {
    font-size: 38px;
  }

  .fs_34 {
    font-size: 34px;
  }

  .fs_26 {
    font-size: 26px;
  }

  .fs_16 {
    font-size: 16px;
  }
}

@media screen and (max-width: 780px) {
  .fs_90 {
    font-size: 88px;
  }

  .fs_42 {
    font-size: 40px;
  }

  .fs_38 {
    font-size: 36px;
  }

  .fs_34 {
    font-size: 32px;
  }

  .fs_26 {
    font-size: 26px;
  }

  .fs_16 {
    font-size: 14px;
  }
}

/* business img*/
.holdings_wrap {
  /* background: linear-gradient(113deg, rgb(206, 222, 104) 0%, rgb(206, 222, 104) 10%, rgb(87, 195, 233) 50%, rgb(39, 120, 190) 90%, rgb(39, 120, 190) 100%); */

  /* background: linear-gradient(113deg, rgb(206, 222, 104) 0%, rgb(87, 195, 233) 50%, rgb(39, 120, 190) 100%); */
  /* padding: 0.5em 1.5em;
  border-radius: 10px;
  line-height: 1.1rem; */
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
.holdings_wrap_inner {
  /* background-color: #fff; */
}

.group_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.col_migalo {
  width: 100%;
  margin-bottom: 1rem;
}
.col_migalo img {
  width: 190px;
}
.group_wrap .col_wrap {
  position: relative;
  width: 32%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(113deg, rgb(206, 222, 104) 0%, rgb(206, 222, 104) 10%, rgb(87, 195, 233) 50%, rgb(39, 120, 190) 90%, rgb(39, 120, 190) 100%);
  border-radius: 50%;
  display: flex;
}
.col_business {
  background-color: #fff;
  border-radius: 50%;
  width: calc(100% - 8px);
  padding: 12% 0 14%;
  aspect-ratio: 1 / 1;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}
.group_wrap .col_wrap:nth-child(2) .col_business {
  padding: 12% 0 20%;
}

.col_business {
  font-size: 14px;
  line-height: 1.2rem;
}
.col_business dd img {
  box-sizing: border-box;
  margin: 0 5%;
}
.col_business dd.left {
  text-align: right;
}

.col_business dd.right {
  text-align: left;
}

.img_migalo {
}
.col_business dt {
  width: 100%;
}
.col_business .dt_second {
  font-weight: 500;
  color: #555;
  margin-top: 8%;
}

/* col_business 1*/
.col_business .logo_dxyz {
  width: 100%;
}

.col_business .logo_dxyz img {
  width: 40%;
  max-width: 120px;
}
.col_business .logo_freeid {
  width: 100%;
  font-weight: 500;
  line-height: 8px;
}
.col_business .logo_freeid img {
  width: 18%;
  max-width: 50px;
}

/* col_business 2*/

.col_business .logo_pa {
  width: 100%;
}
.col_business .logo_pa img {
  width: 45%;
  max-width: 130px;
}

.col_business .logo_ac {
  width: 50%;
}
.col_business .logo_ac img {
  width: 62%;
  max-width: 90px;
}

.col_business .logo_ap {
  width: 50%;
}
.col_business .logo_ap img {
  width: 62%;
  max-width: 90px;
}

.col_business .logo_rimple {
  width: 100%;
}
.col_business .logo_rimple img {
  width: 37%;
  max-width: 110px;
}

/* col_business 3*/
.col_business .logo_avant {
  width: 50%;
}
.col_business .logo_avant img {
  width: 68%;
  max-width: 110px;
}

.col_business .logo_cblab {
  width: 50%;
}
.col_business .logo_cblab img {
  width: 56%;
  max-width: 80px;
}

.col_business .logo_omniscience {
  width: 100%;
}
.col_business .logo_omniscience img {
  width: 44%;
  max-width: 130px;
}

.col_business .logo_ctp {
  width: 50%;
}
.col_business .logo_ctp img {
  width: 68%;
  max-width: 100px;
}

.col_business .logo_dresscode {
  width: 50%;
}
.col_business .logo_dresscode img {
  width: 61%;
  max-width: 90px;
}

.col_business .logo_berners {
  width: 60%;
}
.col_business .logo_berners img {
  width: 70%;
  max-width: 100px;
}

.col_business .logo_resolver {
  width: 40%;
}
.col_business .logo_resolver img {
  width: 55%;
  max-width: 70px;
}

.img_business::before {
  display: block;
  content: "";
  position: relative;
  width: 100px;
  height: 40px;
  background-color: #555;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: linear-gradient(180deg, #f6b320 20%, #d30f1a 100%);
  opacity: 0.8;
  margin: 1rem auto;
}
.img_business {
  display: block;
  width: 70%;
  margin: 0 auto 2rem;
}
.img_business img {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .group_wrap .col_wrap {
    width: calc(50% - 0.5rem);
    margin: 0.5rem;
  }
  .group_wrap .col_wrap:nth-child(1) {
    margin: 0.5rem 0.5rem 0.5rem 0;
  }
  .group_wrap .col_wrap:nth-child(2) {
    order: 3;
  }
  .group_wrap .col_wrap:nth-child(3) {
    margin: 0.5rem 0 0.5rem 0.5rem;
    order: 2;
  }
  .group_wrap .col_wrap:nth-child(2) {
    margin-top: -2rem;
  }

  .img_business {
    width: 100%;
  }
  @media screen and (max-width: 590px) {
    .group_wrap .col_wrap {
      width: calc(50% - 0.3rem);
    }
    .group_wrap .col_wrap:nth-child(1) {
      margin: 0.3rem 0.3rem 0.3rem 0;
    }
    .group_wrap .col_wrap:nth-child(2) {
      margin-top: -1.7rem;
    }
    .group_wrap .col_wrap:nth-child(3) {
      margin: 0.3rem 0 0.3rem 0.3rem;
    }
    .col_business {
      font-size: clamp(8px, calc(0.4rem + 1vw), 1rem);
      line-height: 0.8rem;
    }
    @media screen and (max-width: 400px) {
      .group_wrap .col_wrap {
        width: calc(50% - 0.1rem);
      }
      .group_wrap .col_wrap:nth-child(1) {
        margin: 0.1rem 0.1rem 0.1rem 0;
      }
      .group_wrap .col_wrap:nth-child(2) {
        margin-top: -1rem;
      }
      .group_wrap .col_wrap:nth-child(3) {
        margin: 0.1rem 0 0.1rem 0.1rem;
      }
      .col_business {
        font-size: clamp(8px, calc(0.3rem + 1vw), 1rem);
        line-height: 0.6rem;
      }
    }
  }
  .group_wrap {
    justify-content: center;
  }
  .img_business img {
    width: 100%;
  }
}
