@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
.p-res .p-int {
  background: #4e4d3c;
  color: #fff;
}
.p-res .p-int__inner {
  padding-block: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-res .p-int__inner {
    padding-block: 3rem;
  }
}
.p-res .p-arc {
  background: #4e4d3c;
  color: #fff;
}
.p-res .p-arc__inner {
  padding-block: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-res .p-arc__inner {
    padding-block: 5rem;
  }
}
.p-res .p-arc__body {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
@media only screen and (max-width: 1080px) {
  .p-res .p-arc__body {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-res .p-arc__heading {
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  letter-spacing: 0.08em;
}
.p-res .p-arc__profile {
  flex: 1;
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  max-width: 900px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .p-res .p-arc__profile {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
}
.p-res .p-arc__profileImg {
  width: 100%;
  height: 100%;
  max-width: 32rem;
  margin-inline: auto;
}
.p-res .p-arc__profileImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-res .p-arc__profile-box {
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-res .p-arc__profile-box {
    gap: 1rem;
  }
}
.p-res .p-arc__portrait {
  width: 20rem;
  height: auto;
  background: #999;
  overflow: hidden;
}
.p-res .p-arc__portrait img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-res .p-arc__name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0rem;
  width: 100%;
}
.p-res .p-arc__company {
  font-size: 1.3rem;
  line-height: 2;
}
.p-res .p-arc__name {
  font-size: 2.4rem;
  font-family: YakuHanMP, "A1明朝 R JIS2004 AP", "A1 Mincho R JIS2004 AP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
.p-res .p-arc__bio {
  font-size: 1.3rem;
  line-height: 2;
}
.p-res .p-ent {
  background: #e6e6e6;
}
.p-res .p-ent__inner {
  padding-block: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-res .p-ent__inner {
    padding-block: 3rem;
  }
}
/*# sourceMappingURL=../../map/design/residence.css.map */