.info-bar {
  display: inline-flex;
  width: 100%;
  padding: 0.4em 0em;
  color: var(--color-white);
  background-color: var(--color-dotline);

  .str {
    font-size: 0.67em;
    padding-right: 3em;
  }

  .num {
    font-size: 0.67em;
    font-weight: bold;
    padding-right: 3em;
  }
}

.top {
  font-weight: bold;
  position: relative;
  margin-bottom: 7rem;

  .message {
    >div {
      display: flex;
      align-items: baseline;
      gap: 0.5em;

      img:nth-child(1) {
        width: 13em;
        margin-right: 0.8em;
      }
    }

    >p {
      font-size: 13px;
      line-height: 1.9em;
      max-width: 60em;
      margin-top: 1em;
    }
  }

  .dotline-social {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    transform: rotate(90deg) translate(2rem, -150%);
    gap: 1em;

    img {
      transform: rotate(-90deg);
    }
  }

  p.size-m {
    width: 90vw;
    max-width: 1080px;
    margin: .5em auto 0;
  }

  p.size-l {
    font-size: 2rem;
    font-weight: bold;
    width: 90vw;
    max-width: 1080px;
    margin: 4em auto 0;
    padding-top: 4rem;
  }
}

.business-column {
  display: grid;
  margin-top: 6rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;

  .business3-sp {
    display: none;
  }

  .business-column-content {
    font-size: 13px;

    .text {
      zoom: 1.00;
    }

    p {
      font-weight: bold;
      margin-top: min(2vw, 21.6px);
    }

    hr {
      height: 3px;
      border: none;
    }

    .pink {
      background-color: var(--color-deeppink);
    }

    .green {
      background-color: var(--color-forestgreen);
    }

    .blue {
      background-color: var(--color-dodgerblue);
    }

    .yellow {
      background-color: var(--color-dotcenter);
    }

    .orange {
      background-color: var(--color-dotjunior);
    }

    .seagreen {
      background-color: var(--color-dotwork);
    }

    .red {
      background-color: var(--color-dotinnovation);
    }

    .logo {
      width: 100%;
      margin-top: min(3vw, 32.4px);
      margin-bottom: min(8vw, 86.4px);
    }

    .flip-card {
      aspect-ratio: 218 / 240;

      .flip-card-back {
        display: flex;
        align-items: end;

        img {
          width: 100%;
        }
      }
    }

    ul {
      font-weight: bold;
      line-height: 30px;
      padding-left: 0;
      list-style: none;

      li a {
        color: black;
      }
    }

    &.size2 {
      grid-column: 3 / 5;

      .logo {
        margin-bottom: min(4vw, 43.2px);
      }
    }
  }
}

.social-businesses {
  display: grid;
  margin-top: 6rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 20px;

  p {
    font-weight: bold;
    color: var(--color-mediumblue-500);
  }

  a {
    font-weight: normal;
  }

  .business1 {
    text-align: center;
    border-right: 3px solid var(--color-mediumblue-500);
    border-bottom: 7px solid var(--color-mediumblue-500);
    border-left: 3px solid var(--color-mediumblue-500);
    grid-column: 1 / 5;
  }

  .business {
    display: flex;
    height: 44px;
    background-color: var(--color-mediumblue-500);
    grid-column: 1 / 5;
    place-content: center;
    justify-items: center;

    img {
      width: 20%;
    }
  }

  .business2 {
    text-align: center;
    border-top: 7px solid var(--color-mediumblue-500);
    border-right: 3px solid var(--color-mediumblue-500);
    border-left: 3px solid var(--color-mediumblue-500);
    grid-column: 1 / 3;
  }

  .business3 {
    text-align: center;
    border-top: 7px solid var(--color-mediumblue-500);
    border-right: 3px solid var(--color-mediumblue-500);
    border-left: 3px solid var(--color-mediumblue-500);
    grid-column: 3 / 5;
  }
}

.business-nav {
  display: grid;
  width: 80%;
  margin: auto;
  margin-top: 10vw;
  grid-template-columns: 40% 28% 28%;
  gap: 2%;

  .dotty {
    img:nth-child(1) {
      width: 65%;
      transform: translate(45%, 0px);
    }

    img:nth-child(2) {
      width: 50%;
    }
  }

}

.lifestage {
  background-color: var(--color-yellow);

  .discription {
    font-weight: bold;
    display: grid;
    width: 90vw;
    max-width: 1080px;
    margin: auto;
    grid-template-columns: 30% 65%;
    gap: 5%;

    div {
      display: flex;
      flex-direction: column;
      margin-top: 6vw;
      margin-bottom: 9vw;
      place-content: center;
      justify-items: center;

      .size-l {
        font-size: 40px;
        margin-bottom: 0;
      }

      .size-m {
        font-size: 18px;
        margin-bottom: 2vw;
      }

      .size-s {
        font-size: 13px;
      }
    }
  }

  .graph {
    max-width: 90%;
    margin: auto;
    padding-bottom: 6vw;

    svg {
      width: 1080px;
      max-width: 100%;
    }
  }

  .graph-sp {
    display: none;
    margin: auto;
    padding-bottom: 6vw;
  }
}

.dictionary {
  .container {
    display: grid;
    grid-template-columns: 14% 80%;
    gap: 6%;

    .sidemenu {
      .info_jp {
        font-size: 12px;
        font-weight: 700;
        margin-top: 60px;
      }

      .info_en {
        font-size: 10px;
        font-weight: bold;
        margin-top: 6px;
      }

      .index_dictionary {
        font-size: 11px;
        font-weight: 700;
        margin-top: 24px;
        list-style: '-';
        list-style-position: inside;
        padding-inline-start: 0px;

        li {
          margin-bottom: 8px;

          a {
            text-decoration: none;
            color: black;
          }
        }
      }
    }

    .content {
      margin-bottom: 200px;

      div:nth-child(1) {
        img {
          margin: auto;
          margin-bottom: 50px;
        }

        .summary {
          font-size: 13px;
          font-weight: 500;
          line-height: 30px;
          width: 72%;
          margin: auto;
        }
      }

      .toggle-dictionary-submenu {
        margin-bottom: 20px;

        label {
          font-size: 12px;
          font-weight: 700;
          display: flex;
          width: 100%;
          margin-bottom: 30px;
          padding: 4px;
          padding-left: 8px;
          cursor: pointer;
          color: var(--color-mediumblue-500);
          border: 3px solid var(--color-mediumblue-500);
          border-radius: 5px;

          box-shadow: 5px 5px var(--color-mediumblue-500);

          p:nth-child(2) {
            margin-left: 50px;
            transform: rotate(90deg);
          }
        }

      }

      .dictionary-submenu {
        display: grid;
        margin-bottom: 100px;
        grid-template-columns: 30% 30% 30%;
        gap: 2%;

        >div {
          margin-bottom: 40px;

          .index {
            font-size: 12px;
            font-weight: 700;
            width: 60%;
            padding: 4px;
            padding-left: 8px;
            color: var(--color-mediumblue-500);
            border: 3px solid var(--color-mediumblue-500);
            border-radius: 5px;
            box-shadow: 5px 5px var(--color-mediumblue-500);
          }

          ul:nth-child(2) {
            font-size: 12px;
            font-weight: 700;
            margin-top: 24px;
            list-style: '・';
            list-style-position: inside;
            padding-inline-start: 0px;

            li {
              margin-bottom: 8px;

              a {
                text-decoration: none;
                color: black;
              }
            }
          }
        }
      }

      .dictionary-submenu:not(.open) {
        display: none;
      }

      .dictionary-word {
        font-size: 18px;
        font-weight: 700;
        display: block;
        width: 100%;
        margin-bottom: 30px;
        padding: 6px;
        padding-left: 8px;
        color: var(--color-mediumblue-500);
        border: 3px solid var(--color-mediumblue-500);
        border-radius: 5px;
        box-shadow: 5px 5px var(--color-mediumblue-500);
      }

      .explanation {
        font-size: 13px;
        font-weight: 500;
        line-height: 17px;
      }
    }

    .back {
      font-size: 12px;
      font-weight: 700;
      display: block;
      width: 140px;
      margin: auto;
      margin-top: 20%;
      margin-bottom: 20%;
      padding: 6px;
      text-align: center;
      text-decoration: none;
      color: white;
      border-radius: 20px;
      background-color: var(--color-mediumblue-500);
      grid-column: 1 / 3;
    }
  }
}

.knowledge {
  .container {
    display: grid;
    grid-template-columns: 15% 82%;
    gap: 2% 3%;

    .sidemenu {
      .info_jp {
        font-size: 12px;
        font-weight: 700;
        margin-top: 60px;
      }

      .info_en {
        font-size: 10px;
        font-weight: bold;
        margin-top: 6px;
      }

      .toggle-category-submenu {
        font-size: 12px;
        font-weight: 700;
        display: block;
        width: 100%;
        margin-bottom: 30px;
        padding: 4px;
        padding-left: 8px;
        color: var(--color-mediumblue-500);
        border: 3px solid var(--color-mediumblue-500);
        border-radius: 5px;
        box-shadow: 5px 5px var(--color-mediumblue-500);
      }

      .category-submenu {
        >div {
          img {
            margin-top: 50px;
            margin-bottom: 24px;
            scale: 1.2;
          }

          ul {
            font-size: 10px;
            font-weight: 700;
            list-style: none;
            list-style-position: inside;
            padding-inline-start: 0px;

            li {
              margin-bottom: 12px;

              a {
                color: black;
              }
            }
          }
        }
      }
    }

    .content {
      margin-bottom: 0px;

      &.bottom {
        margin-bottom: 300px;
      }

      div:nth-child(1) {
        img {
          margin: auto;
          margin-bottom: 50px;
        }

        .summary {
          font-size: 13px;
          font-weight: 500;
          line-height: 30px;
          width: 72%;
          margin: auto;
        }
      }

      .knowledge-title {
        font-size: 12px;
        font-weight: 700;
        display: block;
        width: 100%;
        margin-bottom: 100px;
        padding: 4px;
        padding-left: 8px;
        color: var(--color-mediumblue-500);
        border: 3px solid var(--color-mediumblue-500);
        border-radius: 5px;
        box-shadow: 5px 5px var(--color-mediumblue-500);
      }

      .article-list {
        display: grid;
        justify-content: start;
        margin-bottom: 100px;
        grid-template-columns: repeat(auto-fit, 158px);
        gap: 0% 2.5%;

        >div {
          margin-bottom: 40px;

          .thumb {
            width: 158px;
            height: 158px;
            margin-bottom: 40px;
            border-radius: 30px;
          }

          .article-title {
            font-size: 12px;
            font-weight: 700;
            line-height: 24px;
          }

          .go {
            font-size: 12px;
            font-weight: 700;
            display: block;
            width: 100%;
            margin-top: 30%;
            margin-bottom: 20%;
            padding: 6px;
            text-align: center;
            text-decoration: none;
            color: white;
            border-radius: 20px;
            background-color: var(--color-mediumblue-500);
          }
        }
      }

      .dictionary-submenu:not(.open) {
        display: none;
      }

      .pagination {
        font-size: var(--font-size-18);
        font-weight: 600;
        display: flex;
        justify-content: center;
        gap: 2em;
      }
    }
  }
}

.knowledge2 {
  .container {
    .article-header {
      display: grid;
      align-items: center;
      justify-content: center;
      grid-template-columns: 50% 40%;
      gap: 2% 3%;

      .discription {
        .article-title {
          font-size: 30px;
          font-weight: 700;
          line-height: 55px;
          margin-top: 60px;
        }

        .post-date {
          font-size: 14px;
          font-weight: 700;
          margin-top: 90px;
        }

        .summary {
          font-size: 12px;
          font-weight: 700;
          line-height: 24px;
          margin-top: 10px;
        }
      }

      .thumb {
        >div {
          width: 100%;
          border: 5px solid var(--color-mediumblue-500);
          border-radius: 20px;
          aspect-ratio: 1/1;
        }
      }
    }

    .article-content {
      width: 89%;
      margin: auto;
      margin-top: 4em;
      margin-bottom: 200px;
      padding-top: 10px;
      padding-bottom: 10px;

      h2,
      h3 {
        font-size: 1.5em;
        font-weight: 700;
        line-height: 30px;
      }

      img {
        margin: 30px auto;
      }

      p {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.8;
        margin-bottom: 1em;
      }
    }
  }

  .article-author {
    width: 100%;
    background-color: rgba(0, 0, 200, 0.1);

    .title {
      display: flex;
      max-width: min(1080px, calc(100vw - 8%));
      margin: auto;
      padding-top: 40px;

      hr {
        width: 40%;
        height: 3px;
        color: var(--color-mediumblue-500);
        border: none;
        background-color: var(--color-mediumblue-500);
      }

      p {
        font-size: 13px;
        font-weight: 700;
        width: 20%;
        text-align: center;
      }
    }

    .author-info {
      display: grid;
      max-width: min(1080px, calc(100vw - 8%));
      margin: auto;
      margin-top: 30px;
      grid-template-columns: 218px 1fr;
      gap: 2% 2%;

      .icon {
        width: 218px;
        height: 218px;
        border-radius: 30px;
      }

      .info {
        margin-bottom: 40px;

        .name {
          font-size: 14px;
          font-weight: 700;
        }

        .position {
          font-size: 12px;
          font-weight: 700;
          line-height: 24px;
          margin-top: 50px;
        }

        .bio {
          font-size: 12px;
          font-weight: 700;
          line-height: 24px;
          margin-top: 30px;
        }
      }
    }
  }

  .article-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

/*062518追加*/

.business-column {
  & .business-column-content {
    ul {
      font-weight: bold;
      line-height: 30px;
      margin-top: 4rem;
      padding-left: 0;
      list-style: none;
    }
  }
}

.knowledge {
  & .container {
    & .content {
      .knowledge-title {
        font-size: 14px;
        margin-bottom: 20px;
      }
    }
  }
}

.knowledge {
  & .container {
    & .content {
      & .article-list {
        &>div {
          .go {
            font-size: 14px;
            font-weight: 700;
            display: block;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10%;
            padding: 6px;
            text-align: center;
            text-decoration: none;
            color: white;
            border-radius: 20px;
            background-color: var(--color-mediumblue-500);
          }
        }
      }
    }
  }
}

.knowledge {
  & .container {
    & .content {
      & .article-list {
        &>div {
          .thumb {
            width: 158px;
            height: 158px;
            margin-bottom: 10px;
            border-radius: 30px;
          }
        }
      }
    }
  }
}


.knowledge {
  & .container {
    & .sidemenu {
      & .category-submenu {
        &>div {
          & ul {
            & li {
              a {
                font-size: 13px;
                color: black;
              }
            }
          }
        }
      }
    }
  }
}

.dictionary {
  & .container {
    & .content {
      & .dictionary-submenu {
        &>div {
          & ul:nth-child(2) {
            & li {
              a {
                text-decoration: underline;
                color: black;
              }
            }
          }
        }
      }
    }
  }
}

/* ソーシャルビジネス改修 */

/* top */
.business_link-wrap {
  padding: 100px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

  .business_link {
    width: 48%;
    margin-bottom: 80px;

    .shadow-box {
      padding: 0;
      min-height: 320px;
      display: flex;
      align-items: center;

      img {
        width: 100%;
        border-radius: 1rem;
      }

      picture {
        width: 100%;
      }

      img.img-h {
        max-height: 250px;
      }
    }

    .shadow-box.pd {
      padding: 2rem;
    }

    .shadow-box.pd-r {
      padding-right: 1rem;
    }

    .shadow-box.yel {
      background-color: var(--color-yellow);
    }

    .shadow-box.blu {
      background-color: #E5F0FF
    }
  }

  .link_title.underline2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 4px solid var(--color-mediumblue-500);
  }

  a {
    display: block;
    margin-top: 2em;
  }
}

/* model */

.business-model {
  margin-top: -10px;
}

/* structure */

.structrure {
  .structure-social-business {
    background-color: var(--color-white);
    margin-top: 5em;
  }

  .message {
    margin-top: 120px;
  }

  .detail-link {
    figure {
      img {
        margin-inline: auto;
      }
    }
  }
}

/* superiority */

.superiority {
  .message {
    &>div {
      align-items: center;

      img:nth-child(1) {
        width: 11em;
      }
    }

    >p {
      max-width: 60em;
    }
  }

  .culture {
    & .lg-cards {
      & .card {
        & .card-body {
          &>div {
            &:nth-child(2) {
              gap: 2em;

              p {
                font-size: larger;
                font-weight: 500;

                span {
                  font-size: small;
                  font-weight: 200;
                }
              }
            }
          }
        }
      }
    }
  }

}