@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;
}
@media only screen and (max-width: 768px) {
  .p-cont {
    margin: 2rem 0;
  }
}
.p-cont__koe {
  display: grid;
  grid-template-columns: 15% 1fr;
  padding: 3rem;
  margin: 3rem 6rem;
  border-radius: 20px;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__koe {
    margin: 0;
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-cont__koe__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .p-cont__koe__wrap {
    height: 9rem;
  }
}
.p-cont__koe__img {
  aspect-ratio: 204/204;
  overflow: hidden;
  margin: 0 auto;
}
.p-cont__koe__img__cap {
  text-align: center;
  display: block;
}
.p-cont__koe__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-cont__koe__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-cont__koe__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-cont__koe__txt {
    font-size: 1.4rem;
  }
}
.p-cont__koe__txt h3 {
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-left: -20%;
}
@media (max-width: 768px) {
  .p-cont__koe__txt h3 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .p-cont__koe__txt h3 {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__koe__txt h3 {
    margin-left: unset;
  }
}
.p-cont__koe__txt--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.p-cont__koe--ans {
  background-color: #f5f0f2;
  margin: 6rem 6rem 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__koe--ans {
    margin: 3rem 0 1rem;
  }
}
.p-cont__koe--wide {
  padding: 0;
  grid-template-columns: 1fr;
  position: relative;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__koe--wide {
    display: flex;
    flex-direction: column;
  }
}
.p-cont__koe--wide .p-cont__koe__txt {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-cont__koe--wide .p-cont__koe__txt--60 {
  width: 60%;
}
@media only screen and (max-width: 1330px) {
  .p-cont__koe--wide .p-cont__koe__txt--60 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1330px) {
  .p-cont__koe--wide .p-cont__koe__txt {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__koe--wide .p-cont__koe__txt {
    position: unset;
    width: 100%;
    padding: 2rem 1rem;
  }
}
.p-cont__koe--wide .p-cont__koe__img {
  aspect-ratio: 337/111;
}
.p-cont__koe--rev .p-cont__koe__txt {
  right: unset;
  left: 0;
}/*# sourceMappingURL=style.css.map */