/*====================================*/
/* corporation
/*====================================*/
.corporation {
  width: 1060px;
  margin: 88px auto 0 auto;

  @media screen and (max-width: 767px) {
    width: calc(100% - 40px);
    margin: 44px auto 0 auto;
  }

  .corporation__introduce-text {
    text-align: center;

    @media screen and (max-width: 767px) {
      text-align: left;
    }
  }
}

/*====================================*/
/* works
/*====================================*/
.works {
  width: 1200px;
  margin: 96px auto 0 auto;

  @media screen and (max-width: 767px) {
    width: calc(100% - 40px);
    margin: 64px auto 0 auto;
  }

  .c-image-card {
    width: 1060px;
    margin: 64px auto 0 auto;

    @media screen and (max-width: 767px) {
      width: 100%;
      margin: 32px auto 0 auto;
    }
  }

  .c-primary-button {
    margin: 80px auto 0 auto;

    @media screen and (max-width: 767px) {
      width: 100%;
      margin: 40px auto 0 auto;
    }
  }
}

/*====================================*/
/* flow
/*====================================*/
.flow {
  width: 1200px;
  margin: 110px auto 0 auto;
  padding: 0 72px 68px 72px;
  position: relative;

  &::before {
    content: "";
    width: 100%;
    height: calc(100% - 46px);
    background-color: #F9F4F2;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;

    @media screen and (max-width: 767px) {
      height: 100%;
      background-color: #FCF9F9;
      border-radius: 24px 24px 0 0;
    }
  }

  @media screen and (max-width: 767px) {
    width: 100%;
    margin: 80px auto 0 auto;
    padding: 48px 0 48px 20px;
  }

  .flow__text {
    margin-top: 48px;

    @media screen and (max-width: 767px) {
      margin-top: 32px;
    }
  }

  .flow__scroll {
    @media screen and (max-width: 767px) {
      width: 100%;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;

      &::-webkit-scrollbar {
        display: none;
      }
    }
  }

  .flow__flex {
    margin-top: 24px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;

    @media screen and (max-width: 767px) {
      width: 1060px;
    }
  }

  .flow__period {
    width: 100%;
    height: 57px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
  }

  .flow__left {
    width: 690px;

    .flow__period {
      background-color: #2073EE;
    }
  }

  .flow__right {
    width: 315px;

    .flow__period {
      background-color: #CCAF98;
    }
  }

  .flow__step {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 24px;
  }

  .flow__contents {
    width: 317px;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
  }

  .flow__title {
    font-size: 20px;
    text-align: center;
    color: var(--color-primary);
  }

  .flow__list {
    margin-top: 8px;
  }

  .flow__arrow {
    width: 9px;
    height: 16px;
    display: block;
    margin: auto;
  }

  .flow__arrow-main {
    width: 9px;
    height: 16px;
    display: block;
    margin-top: 177px;
  }
}

/*====================================*/
/* footer
/*====================================*/
.footer {
  margin-top: 166px;

  @media screen and (max-width: 767px) {
    margin-top: 0;
  }
}

/*====================================*/
/* service
/*====================================*/
.service {
  width: 1200px;
  margin: 96px auto 0 auto;
  padding-top: 96px;
  border-top: 1px solid #DFDFE4;

  @media screen and (max-width: 767px) {
    width: 100%;
    margin: 64px auto 0 auto;
    padding-top: 64px;
  }

  .service__inner {
    width: 1060px;
    margin: 0 auto;

    @media screen and (max-width: 767px) {
      width: calc(100% - 40px);
    }
  }

  .service__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-primary);
    margin-top: 96px;

    @media screen and (max-width: 767px) {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.75em;
      margin-top: 32px;
    }
  }

  .service__text {
    margin-top: 32px;
    line-height: 1.75em;

    @media screen and (max-width: 767px) {
      font-size: 12px;
      margin-top: 16px;
    }
  }

  .service__text + .service__text {
    margin-top: 16px;
  }
}

.service__title--first {
  margin-top: 64px;

  @media screen and (max-width: 767px) {
    margin-top: 48px;
  }
}

/*====================================*/
/* support
/*====================================*/
.support {
  width: 100%;
  margin-top: 32px;
  padding: 48px 40px;
  border-radius: 12px;
  background-color: #F9F4F2;

  @media screen and (max-width: 767px) {
    margin-top: 20px;
    padding: 24px 16px;
  }

  .support__introduce-text {
    font-size: 24px;
    text-align: center;
    line-height: 1.5em;
    color: #77778C;

    @media screen and (max-width: 767px) {
      font-size: 14px;
      line-height: 1.75em;
    }
  }

  .support__flex {
    margin-top: 40px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;

    @media screen and (max-width: 767px) {
      margin-top: 12px;
      flex-flow: column;
      justify-content: center;
      align-items: center;
    }
  }

  .support__arrow {
    width: 11.7px;
    height: 22.3px;
    display: block;
    margin: auto 0;

    @media screen and (max-width: 767px) {
      transform: rotate(90deg);
      margin: 25px auto;
    }
  }

  .support__contents {
    width: 456px;
    padding: 40px 32px;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;

    @media screen and (max-width: 767px) {
      width: 100%;
      padding: 20px 12px;
    }
  }

  .support__top {
    margin-bottom: 16px;

    @media screen and (max-width: 767px) {
      margin-bottom: 12px;
    }
  }

  .support__bottom {
    margin-top: auto;
  }

  .support__label {
    height: 36px;
    padding: 4px 8px 0 8px;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    display: inline-block;

    @media screen and (max-width: 767px) {
      font-size: 12px;
      height: 30px;
      padding: 1px 8px 0 8px;
    }
  }

  .support__title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 16px;

    @media screen and (max-width: 767px) {
      font-size: 24px;
      font-weight: 500;
      margin-top: 8px;
    }
  }

  .support__text {
    color: #616177;
    margin-top: 28px;
    padding: 16px 8px 0 8px;
    border-top: 1px solid #DFDFE4;

    @media screen and (max-width: 767px) {
      font-size: 14px;
      margin-top: 16px;
      padding: 12px 8px 0 8px;
    }
  }

  .support__item {
    font-size: 20px;
    margin-top: 8px;
    padding: 8px;
    border-radius: 6px;
    background-color: #F4F4F6;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;

    @media screen and (max-width: 767px) {
      font-size: 16px;
      margin-top: 4px;
      padding: 4px 8px;
    }

    &::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;

      @media screen and (max-width: 767px) {
        width: 13.3px;
        height: 13.3px;
        margin-right: 5px;
      }
    }
  }

  .support__item:first-child {
    margin-top: 0;
  }

  .support__contents--01 {
    border-top: 5px solid #2073EE;

    .support__label {
      background-color: #2073EE;
    }

    .support__title {
      color: #2073EE;
    }

    .support__item {
      &::before {
        background-image: url(/images/service/corporation/check-circle-s.svg);
      }
    }
  }

  .support__contents--02 {
    border-top: 5px solid var(--color-primary);

    .support__label {
      background-color: var(--color-primary);
    }

    .support__title {
      color: var(--color-primary);
    }

    .support__item {
      &::before {
        background-image: url(/images/service/corporation/check-circle-p.svg);
      }
    }
  }
}

/*====================================*/
/* graph
/*====================================*/
.graph {
  margin-top: 32px;

  .graph__flex {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;

    @media screen and (max-width: 767px) {
      flex-flow: column;
      justify-content: center;
      align-items: center;
    }
  }

  .graph__contents {
    width: calc((100% - 16px)/2);
    padding: 24px 18px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 6px;
    background-color: #F9F4F2;

    @media screen and (max-width: 767px) {
      width: 100%;
      padding: 16px 12px;
    }
  }

  .graph__title {
    font-size: 24px;
    line-height: 1.5em;
    color: var(--color-primary);
  }

  .graph__text {
    margin-top: 8px;
    margin-bottom: 24px;

    @media screen and (max-width: 767px) {
      margin-bottom: 0;
    }
  }

  .graph__visual {
    width: 100%;
    height: 480px;
    margin-top: auto;
    padding: 24px;
    border-radius: 12px;
    background-color: #fff;

    @media screen and (max-width: 767px) {
      height: 100%;
      margin-top: 24px;
      padding: 16px;
    }
  }

  .graph__visual-title {
    text-align: center;
    color: var(--color-primary);
  }

  .graph__visual-text {
    font-size: 12px;
    line-height: 1.75em;
    text-align: center;
    margin-top: 4px;
  }

  .graph__visual-image {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
  }

  .graph__visual-small-text {
    margin-top: 12px;
    text-align: center;
    color: #77778C;
  }
}

  .graph__contents--01 {
    .graph__visual-image {
      width: 325px;
      height: auto;
      display: block;
      margin: 32px auto 0 auto;
    }
  }

  .graph__contents--02 {
    @media screen and (max-width: 767px) {
      margin-top: 16px;
    }
  }

.c-annotation {
  margin-top: 32px;
}

.c-annotation__text {
  font-size: 14px;
}
