@charset "UTF-8";
/* color */
/* common */
/* ieto */
/*border dots*/
/* mono */
/* yellow */
/* green */
/* pink */
/* blue */
/* 各ページごと */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*sans font weight*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ------------------------------------------------------------
    Owners Voice - Interview - page
------------------------------------------------------------ */
.p-mv {
  position: relative;
}
.p-mv__ttl {
  position: absolute;
  top: 50%;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 1.5rem;
  }
}
.p-mv__ttl span {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 2rem;
  display: block;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .p-mv__ttl span {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl span {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__bg picture {
    aspect-ratio: 40/20;
  }
  .p-mv__bg picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.p-cont {
  margin: 4rem 0;
}
.p-cont__qa {
  display: grid;
  grid-template-columns: 1fr 30%;
  margin: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__qa {
    grid-template-columns: 1fr;
  }
}
.p-cont__qa--rev {
  grid-template-columns: 30% 1fr;
}
@media only screen and (max-width: 768px) {
  .p-cont__qa--rev {
    grid-template-columns: 1fr;
  }
}
.p-cont__qa--rev .p-cont__qa__txt {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .p-cont__qa--rev .p-cont__qa__txt {
    order: 1;
  }
}
.p-cont__qa--rev .p-cont__qa__img {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .p-cont__qa--rev .p-cont__qa__img {
    order: 2;
  }
}
.p-cont__qa--noimg {
  grid-template-columns: 1fr;
}
.p-cont__qa__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: unset;
  gap: 2rem;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__qa__txt {
    padding: 1rem 0 2rem;
  }
}
.p-cont__line {
  width: 100%;
  height: 1px;
  background-color: #717071;
  margin: 2rem 0;
}
.p-cont__voice {
  background-color: #C8D7CC;
  border-radius: 20px;
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-cont__voice {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.p-cont__voice__img {
  position: relative;
}
.p-cont__voice__txt {
  padding: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__voice__txt {
    padding: 0;
  }
}
.p-cont__voice__txt h3 {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .p-cont__voice__txt h3 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .p-cont__voice__txt h3 {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__voice__txt h3 {
    margin: 1rem 0;
  }
}
.p-cont__voice__txt p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-cont__voice__txt p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-cont__voice__txt p {
    font-size: 1.4rem;
  }
}

.p-qa__img {
  width: 3rem;
  height: 3rem;
}

.p-voice__cap {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  background-color: rgba(33, 33, 33, 0.7);
  color: #ffffff;
  width: 100%;
  padding: 1rem;
}/*# sourceMappingURL=style.css.map */