@charset "utf-8";

/*=========================
  sec1
=========================*/
.thoughts-sec1 {
  padding: 100px 0 130px;
  @media (max-width: 960px) {
    padding: 50px 0 50px;
  }
  .thoughts-sec1__body {
    display: flex;
    align-items: flex-start;
    gap: 5%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    @media (max-width: 960px) {
      flex-direction: column;
      gap: 40px;
    }
  }
  .thoughts-sec1__img-wrapper {
    width: 40%;
    max-width: 460px;
    @media (max-width: 960px) {
      width: 100%;
      margin-inline: auto;
    }
    .img {
      margin-bottom: 16px;
      border-radius: 20px;
      @media (max-width: 960px) {
        width: 90%;
        max-width: 460px;
        margin-inline: auto;
        margin-bottom: 8px;
      }
    }
    .name {
      text-align: center;
      @media (max-width: 960px) {
        font-size: 16px;
      }
    }
  }
  .thoughts-sec1__text-wrapper {
    width: 55%;
    @media (max-width: 960px) {
      width: 100%;
    }
    .text {
      @media (max-width: 960px) {
        font-size: 16px;
      }
    }
  }
}

/*=========================
  sec2
=========================*/
.thoughts-sec2 {
  padding: 200px 0 200px;
  margin-bottom: 100px;
  background: url(../img/thoughts/sec2-bg.webp) no-repeat;
  background-size: 100% 100%;
  position: relative;
  @media (max-width: 960px) {
    padding: 60px 0 100px;
    margin-bottom: 30px;
    background: url(../img/thoughts/sec2-bg-sp.webp) no-repeat;
    background-size: 100% 100%;
  }
  .l-container {
    position: relative;
    z-index: 2;
  }
  .thoughts-sec2__title {
    text-align: center;
    font-family: 'dnp-shuei-mgothic-std', sans-serif;
    font-weight: 700;
    margin-bottom: 38px;
    @media (max-width: 960px) {
      margin-bottom: 24px;
    }
    .lead1 {
      font-size: 25px;
      border-bottom: 3px dashed #2c630c;
      padding-bottom: 12px;
      width: fit-content;
      margin-inline: auto;
      margin-bottom: 24px;
      @media (max-width: 960px) {
        font-size: 20px;
        padding-inline: 1rem;
      }
    }
    .lead2 {
      font-size: 35px;
      color: #63310b;
      @media (max-width: 960px) {
        font-size: 25px;
      }
    }
  }
  .thoughts-sec2__text {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-bottom: 24px;
    @media (max-width: 960px) {
      font-size: 16px;
      text-align: justify;
    }
  }
  .thoughts-sec2__text:nth-of-type(2) {
    @media (max-width: 960px) {
      text-align: center;
    }
  }
  .c-button.c-button--thoughts {
    width: 480px;
    @media (max-width: 960px) {
      width: 326px;
      padding: 20px 0 12px;
      flex-direction: column;
      gap: 10px;
      font-size: 16px;
      .icon {
        position: static;
        translate: 0% 0%;
      }
    }
  }
  .thoughts-sec2__illust1 {
    position: absolute;
    bottom: 30%;
    width: calc(242 / 1440 * 100vw);
    max-width: 242px;
    left: 3%;
    @media (max-width: 960px) {
      bottom: 6%;
      left: 1%;
      width: calc(90 / 375 * 100vw);
      translate: 0 -10%;
    }
  }
  .thoughts-sec2__illust2 {
    position: absolute;
    bottom: 2%;
    left: 6%;
    width: calc(350 / 1440 * 100vw);
    max-width: 350px;
    translate: 0 -21%;
    @media (max-width: 960px) {
      width: calc(120 / 375 * 100vw);
      translate: 0 -8%;
    }
  }
  .thoughts-sec2__separator {
    position: absolute;
    bottom: -80px;
    width: 100%;
    @media (max-width: 960px) {
      bottom: 0px;
    }
  }
}

.c-recruit-sec {
  padding-top: 0;
}
