/*=========================================================
コンセプト start
=========================================================*/
.concept__inner {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 1062px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* 画像 右の場合(scfで選択) */
.concept__inner.reverse {
  flex-direction: row-reverse;
}

.concept__inner.reverse img,
.concept__inner img {
  width: 50%;
  display: block;
  object-fit: cover;
}

.concept__inner .title_style {
  font-size: 30px;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1.85rem;
}

.concept__inner .concept_text {
  width: 50%;
}

.concept__inner p {
  font-size: 16px;
  line-height: 1.35rem;
}

@media (max-width: 766px) {
  .concept__inner {
    flex-direction: column;
    max-width: 347px;
    margin-bottom: 0;
  }

  .concept__inner.reverse {
    flex-direction: column;
  }

  .concept__inner.reverse img,
  .concept__inner img,
  .concept__inner .concept_text {
    width: 100%;
  }

  .concept__inner .title_style {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .concept__inner p {
    font-size: 13px;
  }
}

/*=========================================================
about start
=========================================================*/

.about {
  max-width: 780px;
  margin-inline: auto;
  font-size: 0.8rem;
  padding: 30px 50px;
  margin: 100px auto;
  line-height: 1rem;
}

.about h2 {
  font-size: 25px;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.85rem;
}

.about p {
  font-size: 16px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .about h2 {
    font-size: 25px;
  }

  .about {
    max-width: 100%;
    max-height: inherit;
    display: block;
  }

  .about {
    margin: 7%;
    padding: 20px !important;
  }

  .about p {
    font-size: 13px;
  }
}
