@charset "UTF-8";

.u-only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-only-pc {
    display:none;
  }
}
.u-only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only-sp {
    display:block;
  }
}

.l-contents {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff !important;
  color: #1b1b1b;
}

.p-concept {}
.p-concept__wrap {
  margin: 0 0 80px;
}
.p-concept__logo {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-concept__logo {
    width: auto;
    text-align: center;
  }
  .p-concept__logo img {
    width: 70%;
  }
}
.p-concept__block {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept__block {
    text-align: left;
  }
}
.p-concept__block  + .p-concept__block {
  margin-top: 80px;
}
.p-concept__heading {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-concept__heading {
    font-size: 24px;
  }
}
.p-concept__text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-concept__text {
    margin-top: 30px;
  }
}
