@charset "UTF-8";
/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

.ja {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-weight: 400;
  font-family: "Unbounded";
}

.concept__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  text-align: center;
  color: #fff;
  padding-bottom: 27rem;
}
@media screen and (max-width: 834px) {
  .concept__content {
    padding-bottom: 15rem;
  }
}
.concept__intro {
  width: 72%;
  margin: 0 auto 23.7rem;
}
@media screen and (max-width: 834px) {
  .concept__intro {
    width: 100%;
    margin: 0 auto 10rem;
  }
}
.concept__intro--title {
  margin-bottom: 4.7rem;
  font-size: clamp(2.3rem, 3vw, 2.8rem);
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .concept__intro--title {
    margin-bottom: 3rem;
    font-size: clamp(2rem, 2vw, 2.2rem);
  }
}
.concept__intro--text-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .concept__intro--text-wrap {
    gap: 2rem 0;
  }
}
.concept__intro--text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .concept__intro--text {
    font-size: 1.4rem;
  }
}
.concept__main {
  display: flex;
  flex-direction: column;
  gap: 16rem 0;
}
@media screen and (max-width: 834px) {
  .concept__main {
    gap: 8rem 0;
  }
}
.concept__info--title {
  margin-bottom: 3.7rem;
  line-height: 1.8;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .concept__info--title {
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    margin-bottom: 2rem;
  }
}
.concept__info-en {
  font-family: "Inter", sans-serif;
  display: block;
  background: #CBC8C8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.6rem;
  line-height: 1;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 834px) {
  .concept__info-en {
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
  }
}
.concept__info--text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .concept__info--text {
    font-size: 1.4rem;
    text-align: left;
  }
}/*# sourceMappingURL=concept.css.map */