@charset "UTF-8";
/* ------------------------
  追加セクション
------------------------ */
.project-section {
  background-color: #e6e6e6;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: clamp(1.25rem, -7.607rem + 18.45vw, 9rem);
  padding-left: clamp(1.25rem, -7.607rem + 18.45vw, 9rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .project-section {
    padding: 40px 10%;
  }
}
.project-section .lead_text {
  padding-left: clamp(0rem, -2.201rem + 9.39vw, 6.25rem);
  padding-right: clamp(0rem, -2.201rem + 9.39vw, 6.25rem);
  /* margin-bottom: 60px; */
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .project-section .lead_text {
    text-align: left;
  }
}
.project-section .lead_text span {
  font-weight: 700;
}
.project-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(1.25rem, -0.179rem + 2.98vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .project-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.project-card {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 767px) {
  .project-card {
    padding: 40px 15px;
    border-radius: 20px;
  }
}
.project-card__label {
  font-size: clamp(1.406rem, 1.135rem + 1.16vw, 1.875rem);
  /* font-size: 30px; */
  font-weight: 700;
  margin: 0 0 20px;
  /* @include insp() {
      font-size: 22.5px;
  } */
}
.project-card__title {
  font-size: clamp(1.125rem, 0.908rem + 0.92vw, 1.5rem);
  /* font-size: 24px; */
  font-weight: 700;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .project-card__title {
    /* font-size: 18px; */
    margin-bottom: 30px;
  }
}
.project-card__image {
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.project-card__image img {
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .project-card__image img {
    height: 70px;
  }
}
.project-card__text {
  font-size: clamp(0.844rem, 0.681rem + 0.69vw, 1.125rem);
  /* font-size: 18px; */
  line-height: 1.8;
  margin: 0 0 30px;
  /* @include insp() {
      font-size: 13.5px;
  } */
}
.project-card__link {
  font-size: clamp(0.75rem, 0.606rem + 0.62vw, 1rem);
  /* font-size: 16px; */
  margin: 0;
  /* @include insp() {
             font-size: 12px;
         }
  */
}
.project-card__link a {
  color: #004098;
  text-decoration: underline;
}
.project-card--type-a .project-card__label, .project-card--type-b .project-card__label {
  color: #004098;
}

.past_link {
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem);
  /* font-size: 16px; */
  margin-top: 15px;
  text-align: right;
}
.past_link a {
  color: #004098;
  text-decoration: underline;
}

/* ------------------------
  追加セクション
------------------------ */
/* .project-section {
  background-color: #e6e6e6;
  padding: 60px 10%;

  &__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  @include inpc() {
    &__inner {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      gap: 40px;
    }
  }

  @include insp() {
    padding: 40px 5%;
  }

  @include inpc() {
    flex: 1 1 0;
    padding: 60px 120px;
  }

  @include insp() {
    padding: 40px 24px;
    border-radius: 20px;
  }
} *//*# sourceMappingURL=project2026.css.map */