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

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

  .tokutei__introduce-text {
    text-align: center;

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

/*====================================*/
/* suggestions
/*====================================*/
.suggestions {
  width: 1060px;
  margin: 96px auto 0 auto;

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

  .c-head-second__en {
    color: var(--color-third);
  }

  .c-head-second__ja {
    color: #616177;
  }
}

/*====================================*/
/* example
/*====================================*/
.example {
  margin-top: 55px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;

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

  .example__contents {
    width: 340px;
    height: 465px;
    background-color: #FCF9F9;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;

    @media screen and (max-width: 767px) {
      width: 100%;
      height: auto;
      margin-top: 20px;
      justify-content: center;
    }
  }

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

    .example__title {
      color: #2073EE;
    }
    .example__bottom {
      background-color: #2073EE;
    }
  }

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

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

  .example__contents--03 {
    border-top: 5px solid #B68A69;

    .example__title {
      color: #B68A69;
    }
    .example__bottom {
      background-color: #B68A69;
    }
  }

  .example__top {
    width: 100%;
    height: 245px;
    padding: 16px 12px;

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

  .example__no {
    font-size: 14px;
    text-align: center;
    color: #8E8EA1;
  }

  .example__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
  }

  .example__text {
    font-size: 14px;
    color: #616177;
    margin-top: 20px;
    padding: 24px 8px 0 8px;
    border-top: 1px solid #DFDFE4;
  }

  .example__bottom {
    height: calc(100% - 245px);
    padding: 48px 20px 20px 20px;
    border-radius: 0 0 12px 12px;
    position: relative;

    @media screen and (max-width: 767px) {
      height: auto;
      padding: 48px 20px 32px 20px;
    }

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 28px;
      background-color: #FCF9F9;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
  }

  .example__text-2 {
    font-weight: 700;
    color: #fff;
  }
}

/*====================================*/
/* about
/*====================================*/
.about {
  width: 1060px;
  margin: 96px auto 0 auto;

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

  .policy {
    margin-top: 64px;

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

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

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

  .policy__text {
    margin-top: 32px;

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

  .about__flex {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
    padding: 32px 56px;
    border: 1px solid #DFDFE4;
    border-radius: 16px;

    @media screen and (max-width: 767px) {
      flex-flow: column;
      justify-content: center;
      margin-top: 32px;
      padding: 24px 20px;
    }
  }

  .about__visual {
    width: 316px;
    height: auto;
    aspect-ratio: 316/315;
    flex-shrink: 0;
    margin-right: 32px;

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

  .about__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  .about__title {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-primary);

    @media screen and (max-width: 767px) {
      font-size: 16px;
      font-weight: 500;
    }
  }

  .about__text {
    margin-top: 20px;

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

  .about__dot {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 8px;
    height: 68px;
    margin: 32px auto 0 auto;

    @media screen and (max-width: 767px) {
      width: 5px;
      height: 42px;
      margin: 16px auto 0 auto;
    }

    span {
      width: 8px;
      height: 8px;
      border-radius: 10px;
      background-color: #A7A7B5;

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

  .about__under-text {
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-primary);
    margin-top: 28px;

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

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

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