@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secConceptDetail__inner {
  padding-top: 10.4rem;
  padding-bottom: 17.5rem;
}
@media screen and (max-width: 750px) {
  .secConceptDetail__inner {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.secConceptDetail__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 750px) {
  .secConceptDetail__title {
    gap: 1rem 0;
  }
}

.secConceptDetail__title--small {
  color: #000;
  font-family: "Playfair", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 100% */
  letter-spacing: 0.03em;
}

.secConceptDetail__title--large {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1; /* 100% */
}
@media screen and (max-width: 750px) {
  .secConceptDetail__title--large {
    font-size: 2.4rem;
  }
}

.secConceptDetail__img {
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  .secConceptDetail__img {
    margin-top: 5rem;
  }
}

.secConceptDetail__lead {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 175% */
}
@media screen and (max-width: 750px) {
  .secConceptDetail__lead {
    font-size: 1.4rem;
  }
}

.secConceptDetail__lead--01 {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .secConceptDetail__lead--01 {
    margin-top: 3rem;
  }
}

.secConceptDetail__list {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .secConceptDetail__list {
    margin-top: 3rem;
  }
}

.listConceptDetail {
  gap: 0 1.1rem;
}
@media screen and (max-width: 750px) {
  .listConceptDetail {
    flex-direction: column;
    gap: 1.1rem;
  }
}

.listConceptDetail__item:nth-child(2) {
  flex-wrap: wrap;
  gap: 1.1rem;
}

.listConceptDetail__img--01 {
  width: 51.7rem;
}
@media screen and (max-width: 750px) {
  .listConceptDetail__img--01 {
    width: 100%;
  }
}
.listConceptDetail__img--02 {
  width: 45.3rem;
}
@media screen and (max-width: 750px) {
  .listConceptDetail__img--02 {
    width: 100%;
  }
}
.listConceptDetail__img--03, .listConceptDetail__img--04 {
  width: 22rem;
}
@media screen and (max-width: 750px) {
  .listConceptDetail__img--03, .listConceptDetail__img--04 {
    width: 15.4rem;
  }
}

.secConceptDetail__lead--02 {
  margin-top: 4rem;
}

.secConceptPlan__inner {
  padding-bottom: 16.5rem;
}
@media screen and (max-width: 750px) {
  .secConceptPlan__inner {
    padding-bottom: 8rem;
  }
}

.secConceptPlan__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem 0;
}

.secConceptPlan__title--small {
  color: #000;
  font-family: "Playfair", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.secConceptPlan__title--large {
  width: 77rem;
}
@media screen and (max-width: 750px) {
  .secConceptPlan__title--large {
    width: 30rem;
  }
}

.secConceptPlan__cards {
  margin-top: 4rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .secConceptPlan__cards {
    margin-top: 3rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.cardsConceptPlan {
  justify-content: center;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 750px) {
  .cardsConceptPlan {
    flex-direction: column;
    gap: 2rem;
  }
}

.cardConceptPlan {
  width: 30.2083333333vw;
  background-color: #D5CDB9;
  border-radius: 1rem;
  padding: 2.7777777778vw 2.7777777778vw 3.4722222222vw;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .cardConceptPlan {
    width: 100%;
    padding: 3rem 3rem 4rem;
  }
}

.cardConceptPlan__img {
  width: 19.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .cardConceptPlan__img {
    width: 13.5rem;
  }
}

.cardConceptPlan__content {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .cardConceptPlan__content {
    margin-top: 3rem;
  }
}

.cardConceptPlan__text {
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 750px) {
  .cardConceptPlan__text {
    font-size: 1.4rem;
  }
}