@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
#about main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #about main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-mv {
  position: relative;
}
.p-mv__ttl {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
}
.p-mv__ttl .obj--jpsub {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    margin-left: unset;
    text-align: center;
    white-space: nowrap;
  }
}

.p-about {
  padding: 1px 0 20rem;
}
@media only screen and (max-width: 768px) {
  .p-about {
    padding: 1px 0 12rem;
  }
}
.p-about__mtxt {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 2.2;
  margin: 10rem auto;
}
@media (max-width: 768px) {
  .p-about__mtxt {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-about__mtxt {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-about__mtxt {
    line-height: 2.4;
    margin: 5.5rem auto;
  }
}
.p-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 12rem 8rem;
  margin: 3rem auto;
}
@media only screen and (max-width: 768px) {
  .p-about__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 7rem 0;
  }
}

.p-abtlist__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .p-abtlist__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-abtlist__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-abtlist__ttl {
    margin-bottom: 1.8rem;
  }
}
.p-abtlist__img {
  aspect-ratio: 187/120;
  border: 1px solid #DEDEDE;
}
.p-abtlist__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-abtlist__txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 3rem auto;
}
@media (max-width: 768px) {
  .p-abtlist__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-abtlist__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-abtlist__txt {
    margin: 1.8rem 0;
  }
}
.p-abtlist__btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-abtlist__btn {
    margin-top: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-abtlist__btn a:hover {
    background-color: #EFEFEF;
  }
}/*# sourceMappingURL=about.css.map */