@charset "UTF-8";
.under.csv .section__lead {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 3.6rem;
  font-size: 16px; }
  @media screen and (max-width: 834px) {
    .under.csv .section__lead {
      font-size: 14px;
      margin-bottom: 1rem; } }
  .under.csv .section__lead img {
    filter: brightness(0.5);
    height: auto;
    padding-right: 4px;
    width: 24px; }
.under.csv .section__title {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 3.5rem;
  line-height: 1.7;
  font-size: 32px; }
  @media screen and (max-width: 834px) {
    .under.csv .section__title {
      font-size: 20px;
      margin-bottom: 2rem; } }
.under.csv .csv__lead {
  margin: 5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .under.csv .csv__lead {
      flex-direction: column-reverse;
      gap: 4rem 0; } }
  .under.csv .csv__lead .lead__info {
    width: 41%; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__lead .lead__info {
        width: 100%; } }
  .under.csv .csv__lead .lead__picture {
    width: 50%; }
    .under.csv .csv__lead .lead__picture img {
      object-fit: cover;
      display: block;
      width: 100%;
      height: auto; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__lead .lead__picture {
        width: 100%; } }
.under.csv .csv__value {
  background-color: #F4F4F1;
  padding: 12rem 0 15rem; }
  @media screen and (max-width: 834px) {
    .under.csv .csv__value {
      padding: 5rem 0; } }
  .under.csv .csv__value .value__lead-box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__value .value__lead-box {
        flex-direction: column;
        gap: 4rem 0; } }
  .under.csv .csv__value .lead__info {
    width: 41%; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__value .lead__info {
        width: 100%; } }
  .under.csv .csv__value .lead__picture {
    width: 49%; }
    .under.csv .csv__value .lead__picture img {
      object-fit: cover;
      display: block;
      width: 100%;
      height: auto; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__value .lead__picture {
        width: 100%; } }
  .under.csv .csv__value .value__main {
    margin-top: 5.6rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__value .value__main {
        flex-direction: column;
        gap: 4rem 0; } }
  .under.csv .csv__value .value__item {
    width: 31%;
    background-color: #fff;
    padding: 57px 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__value .value__item {
        width: 100%;
        padding: 30px 8%; } }
  .under.csv .csv__value .item__title-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__value .item__title-box img {
        width: 20%;
        height: auto; } }
  .under.csv .csv__value .item__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__value .item__title {
        font-size: 15px; } }
    .under.csv .csv__value .item__title span {
      font-size: 40px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      display: block; }
      @media screen and (max-width: 834px) {
        .under.csv .csv__value .item__title span {
          font-size: 35px; } }
  .under.csv .csv__value .item__text-box {
    padding-top: 9rem; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__value .item__text-box {
        padding-top: 3rem; } }
  .under.csv .csv__value .item__sub-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__value .item__sub-title {
        font-size: 18px;
        margin-bottom: 1rem; } }
.under.csv .csv__initiative {
  padding: 17rem 0 30rem; }
  @media screen and (max-width: 834px) {
    .under.csv .csv__initiative {
      padding: 5rem 0 7rem; } }
  .under.csv .csv__initiative .lead__info {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__initiative .lead__info {
        align-items: flex-start; } }
  .under.csv .csv__initiative .section__text {
    width: 57%; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__initiative .section__text {
        width: 100%; } }
  .under.csv .csv__initiative .initiative__main {
    margin-top: 7rem;
    display: flex;
    flex-direction: column;
    gap: 10rem 0; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__initiative .initiative__main {
        margin-top: 5rem;
        gap: 6rem 0; } }
  .under.csv .csv__initiative .item__title {
    display: flex;
    align-items: center;
    gap: 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EAE2DC;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__initiative .item__title {
        margin-bottom: 2rem; } }
    .under.csv .csv__initiative .item__title span.en {
      font-size: 48px;
      font-weight: 400;
      font-family: "Bricolage Grotesque", sans-serif;
      line-height: 1; }
      @media screen and (max-width: 834px) {
        .under.csv .csv__initiative .item__title span.en {
          font-size: 35px; } }
    .under.csv .csv__initiative .item__title span.ja {
      font-size: 14px;
      font-weight: 500;
      background-color: #E9E2DC;
      line-height: 1;
      padding: 5px 10px; }
      @media screen and (max-width: 834px) {
        .under.csv .csv__initiative .item__title span.ja {
          padding: 5px 7px; } }
  .under.csv .csv__initiative .item__main {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__initiative .item__main {
        flex-direction: column;
        gap: 2rem 0; } }
  .under.csv .csv__initiative .item__picture {
    width: 50%; }
    .under.csv .csv__initiative .item__picture img {
      object-fit: cover;
      display: block;
      width: 100%;
      height: auto; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__initiative .item__picture {
        width: 100%; } }
  .under.csv .csv__initiative .item__info {
    width: 42%; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__initiative .item__info {
        width: 100%; } }
  .under.csv .csv__initiative .info__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__initiative .info__title {
        font-size: 18px;
        margin-bottom: 1rem; } }
  .under.csv .csv__initiative .info__text {
    padding-bottom: 2rem;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .under.csv .csv__initiative .info__text {
        padding-bottom: 1rem;
        margin-bottom: 2rem; } }
  .under.csv .csv__initiative .info__list {
    display: flex;
    flex-direction: column;
    gap: 1rem 0; }
  .under.csv .csv__initiative .info__item {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative; }
    .under.csv .csv__initiative .info__item span.title {
      color: #111111;
      font-size: 16px;
      display: block; }
    .under.csv .csv__initiative .info__item::before {
      position: absolute;
      left: 0;
      content: '';
      width: 5px;
      height: 5px;
      background-color: #111111;
      border-radius: 50%;
      top: 15px; }
