@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 page
------------------------------------------------------------ */
.c-bcrumb {
  margin-top: 15rem;
}
@media only screen and (max-width: 768px) {
  .c-bcrumb {
    margin-top: 1rem;
  }
}

.p-mv {
  padding-top: 1px;
}
.p-mv__bg {
  background-image: url(../../../assets/img/expertconsultation/track-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.p-mv__trck {
  pointer-events: none;
  width: 53%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-mv__trck {
    width: 80%;
  }
}
.p-mv__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-mv__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-top: 3.1rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .p-mv__trck__train img {
    margin-top: 2.2rem;
    width: 3rem;
  }
}

.p-cont {
  margin-top: -12rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-cont {
    margin-top: 0;
  }
}
.p-cont__int {
  padding: 0 4rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__int {
    padding: 0;
  }
}
.p-cont__int a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 41% 59%;
  background-color: #E1E1E1;
  margin-bottom: 3rem;
}
.p-cont__int a:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__int a {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.p-cont__int a:hover {
  opacity: 1;
}
.p-cont__int a:hover .c-arwR {
  transform: translateX(0.7rem);
}
.p-cont__int a:hover .p-int__img img {
  scale: 1.1 !important;
  opacity: 0.7 !important;
  transition: 0.3s;
}
.p-cont__int__box {
  padding: 3rem 3rem 2rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__int__box {
    padding: 2rem 2rem 1rem;
  }
}
.p-cont__int__box__arw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}
.p-cont__v {
  margin: 4rem 0 8rem;
  padding: 0 4rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__v {
    margin: 2rem 0 4rem;
    padding: 0;
  }
}
.p-cont__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 2rem;
  }
}
.p-cont__list__item {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-cont__list__item {
    max-width: 34.5rem;
  }
}

.p-int__ttl {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #ffffff;
  padding: 0 1rem 0 0;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-int__ttl {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-int__ttl {
    font-size: 1.2rem;
  }
}
.p-int__ttl em {
  display: inline-block;
  background-color: #B2C1C9;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  letter-spacing: 1;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-int__ttl em {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-int__ttl em {
    font-size: 1.3rem;
  }
}
.p-int__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 394/260;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-int__img {
    aspect-ratio: 394/220;
  }
}
.p-int__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  opacity: 1;
  transition: 0.3s;
}
.p-int h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .p-int h3 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-int h3 {
    font-size: 1.5rem;
  }
}
.p-int p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-int p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-int p {
    font-size: 1.4rem;
  }
}

.p-v {
  display: block;
}
.p-v__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  border: 1px solid #B9BABA;
  padding: 2.5rem 0;
  background-color: #ffffff;
  border-radius: 10px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-v__wrap {
    padding: 2rem;
  }
}
.p-v:hover {
  opacity: 1;
}
.p-v:hover .c-arwR {
  transform: translateX(0.7rem);
}
.p-v__box {
  width: calc(100% - 5rem);
}
@media only screen and (max-width: 768px) {
  .p-v__box {
    width: 100%;
  }
}
.p-v__box .u-twin {
  grid-template-columns: 20% 1fr;
}
.p-v__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-v__ttl {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-v__ttl {
    font-size: 1.5rem;
  }
}
.p-v__ttl span {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #B2C1C9;
  padding: 0.2rem 1rem;
  letter-spacing: 0.2em;
  text-align: center;
  display: inline-block;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-v__ttl span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-v__ttl span {
    font-size: 1.2rem;
  }
}
.p-v__img {
  aspect-ratio: 12/10;
  width: 100%;
  height: 100%;
}
.p-v__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: inherit;
  height: inherit;
}
.p-v__txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-v__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-v__txt {
    font-size: 1.4rem;
  }
}
.p-v__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
  width: calc(100% - 5rem);
}
@media only screen and (max-width: 768px) {
  .p-v__btn {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-v:hover picture img {
    opacity: 0.5;
    scale: 1.1;
    transition: 0.3s;
  }
}/*# sourceMappingURL=style.css.map */