@charset "UTF-8";

.p-voice-card__placeholder,
.p-voice-single__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dddddd;
}

.p-voice-card__placeholder img,
.p-voice-single__image--placeholder img {
  display: block;
  width: 220rem;
  max-width: 70%;
  height: auto;
}

.p-voice-card__placeholder {
  height: auto;
  aspect-ratio: 16/10.5;
  object-fit: initial;
}

.p-voice-single {
  padding-top: 80rem;
}

.p-voice-single__main {
  padding: 48rem 0rem 80rem;
  background-color: #f2f1e8;
  background-image: radial-gradient(#fff 2rem, transparent 2rem);
  background-size: 18rem 18rem;
}

.p-voice-single__inner {
  width: 1100rem;
  max-width: calc(100% - 60rem);
  margin: 0rem auto;
}

.p-voice-single__title {
  margin-bottom: 24rem;
  font-size: 32rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0rem;
}

.p-voice-single__profile {
  display: flex;
  align-items: center;
  gap: 48rem;
}

.p-voice-single__image {
  width: 540rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8rem;
}

.p-voice-single__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-voice-single__image--placeholder {
  aspect-ratio: 540/280;
}

.p-voice-single__image--placeholder img {
  width: 260rem;
}

.p-voice-single__summary {
  width: 360rem;
}

.p-voice-single__company {
  margin-bottom: 18rem;
  font-size: 18rem;
  line-height: 1.6;
  font-weight: 700;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10rem;
}

.p-voice-single__info {
  margin-bottom: 18rem;
}

.p-voice-single__info-row {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-bottom: 8rem;
  font-size: 12rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-voice-single__info-row dt {
  min-width: 48rem;
  padding: 3rem 8rem;
  color: #1d2a8f;
  background: #00d1c4;
  text-align: center;
}

.p-voice-single__info-row dd {
  font-size: 12rem;
}

.p-voice-single__person-label {
  margin-bottom: 8rem;
  font-size: 14rem;
  line-height: 1.6;
  font-weight: 700;
}

.p-voice-single__person-name {
  font-size: 14rem;
  line-height: 1.6;
}

.p-voice-single__body {
  margin-top: 48rem;
  padding: 34rem 56rem 42rem;
  background: #fff;
  border: 4rem solid #1d2a8f;
  border-radius: 12rem;
}

.p-voice-single__content {
  font-size: 14rem;
  line-height: 2;
  color: #1f1f1f;
}

.p-voice-single__content > *:first-child {
  margin-top: 0rem;
}

.p-voice-single__content > *:last-child {
  margin-bottom: 0rem;
}

.p-voice-single__change {
  display: grid;
  grid-template-columns: 1fr 32rem 1fr;
  align-items: center;
  gap: 28rem;
  margin-bottom: 44rem;
}

.p-voice-single__change-box {
  padding: 22rem 28rem;
  background: #f1f1f1;
  border-radius: 12rem;
}

.p-voice-single__change-box.--after {
  background: #fde7ea;
}

.p-voice-single__change-title {
  margin: 0rem 0rem 12rem;
  color: #1d2a8f;
  font-size: 20rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-voice-single__change-list {
  margin: 0rem;
}

.p-voice-single__change-list li {
  display: flex;
  gap: 6rem;
  margin-bottom: 6rem;
  font-size: 12rem;
  line-height: 1.7;
  list-style-type: none;
}

.p-voice-single__change-list li:last-child {
  margin-bottom: 0rem;
}

.p-voice-single__change-list li::before {
  content: "・";
  flex-shrink: 0;
}

.p-voice-single__change-arrow {
  width: 0rem;
  height: 0rem;
  border-top: 18rem solid transparent;
  border-bottom: 18rem solid transparent;
  border-left: 20rem solid #b8b8b8;
  justify-self: center;
}

.p-voice-single__content h2 {
  position: relative;
  margin: 36rem 0rem 14rem;
  padding-left: 16rem;
  color: #1d2a8f;
  font-size: 28rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0rem;
}

.p-voice-single__content h2::before {
  content: "";
  position: absolute;
  top: 4rem;
  bottom: 4rem;
  left: 0rem;
  width: 4rem;
  background: #00d1c4;
}

.p-voice-single__content h3 {
  margin: 30rem 0rem 12rem;
  padding-bottom: 8rem;
  border-bottom: 2rem solid #00d1c4;
  color: #1d2a8f;
  font-size: 20rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0rem;
}

.p-voice-single__content h4 {
  margin: 24rem 0rem 10rem;
  color: #1d2a8f;
  font-size: 16rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0rem;
}

.p-voice-single__content h5,
.p-voice-single__content h6 {
  margin: 20rem 0rem 8rem;
  color: #1f1f1f;
  font-size: 14rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0rem;
}

.p-voice-single__content p {
  margin: 0rem 0rem 16rem;
}

.p-voice-single__content ul,
.p-voice-single__content ol {
  margin: 0rem 0rem 18rem;
}

.p-voice-single__content li {
  margin-bottom: 6rem;
  list-style-position: inside;
}

.p-voice-single__content ul li {
  list-style-type: disc;
}

.p-voice-single__content ol li {
  list-style-type: decimal;
}

.p-voice-single__content img {
  max-width: 100%;
  height: auto;
}

.p-voice-single__content figure,
.p-voice-single__content .wp-block-image {
}

.p-voice-single__content figure img,
.p-voice-single__content .wp-block-image img {
  display: block;
  width: 100%;
}

.p-voice-single__content .wp-block-columns {
  display: flex;
  align-items: flex-start;
  gap: 36rem;
  margin: 24rem 0rem 36rem;
}

.p-voice-single__content .wp-block-column {
  flex: 1;
}

.p-voice-single__button-wrap {
  margin-top: 42rem;
  text-align: center;
}

.p-voice-single__back-wrap {
  margin-top: 40rem;
  text-align: center;
}

.p-voice-single__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26rem;
  min-width: 290rem;
  padding: 16rem 24rem;
  border: 2rem solid #1f1f1f;
  color: #1f1f1f;
  background: #fff;
  font-size: 14rem;
  line-height: 1.5;
  font-weight: 700;
  box-sizing: border-box;
}

.p-voice-single__button span {
  font-size: 18rem;
  line-height: 1;
}

@media screen and (max-width: 860px) {
  .p-voice-single {
    padding-top: 0rem;
  }

  .p-voice-single__main {
    padding: 50rem 0rem 70rem;
    background-size: 24rem 24rem;
  }

  .p-voice-single__inner {
    width: 90%;
    max-width: none;
  }

  .p-voice-single__title {
    font-size: 40rem;
  }

  .p-voice-single__profile {
    display: block;
  }

  .p-voice-single__image {
    width: 100%;
    margin-bottom: 36rem;
  }

  .p-voice-card__placeholder img,
  .p-voice-single__image--placeholder img {
    width: 300rem;
  }

  .p-voice-single__summary {
    width: 100%;
  }

  .p-voice-single__company {
    font-size: 28rem;
  }

  .p-voice-single__info-row {
    gap: 12rem;
    font-size: 22rem;
  }

  .p-voice-single__info-row dt {
    min-width: 76rem;
    padding: 4rem 12rem;
  }

  .p-voice-single__info-row dd {
    font-size: 22rem;
  }

  .p-voice-single__person-label,
  .p-voice-single__person-name {
    font-size: 22rem;
  }

  .p-voice-single__body {
    margin-top: 50rem;
    padding: 34rem 28rem 42rem;
    border-width: 4rem;
    border-radius: 12rem;
  }

  .p-voice-single__content {
    font-size: 22rem;
    line-height: 1.9;
  }

  .p-voice-single__change {
    display: block;
    margin-bottom: 50rem;
  }

  .p-voice-single__change-box {
    padding: 28rem 30rem;
  }

  .p-voice-single__change-title {
    font-size: 24rem;
  }

  .p-voice-single__change-list li {
    font-size: 20rem;
  }

  .p-voice-single__change-arrow {
    margin: 24rem auto;
    transform: rotate(90deg);
  }

  .p-voice-single__content h2 {
    margin: 44rem 0rem 18rem;
    padding-left: 20rem;
    font-size: 32rem;
  }

  .p-voice-single__content h2::before {
    width: 5rem;
  }

  .p-voice-single__content h3 {
    margin: 38rem 0rem 18rem;
    padding-bottom: 12rem;
    font-size: 28rem;
  }

  .p-voice-single__content h4 {
    margin: 32rem 0rem 14rem;
    font-size: 25rem;
  }

  .p-voice-single__content h5,
  .p-voice-single__content h6 {
    margin: 28rem 0rem 12rem;
    font-size: 23rem;
  }

  .p-voice-single__content .wp-block-columns {
    display: block;
  }

  .p-voice-single__content .wp-block-column {
    margin-bottom: 28rem;
  }

  .p-voice-single__button {
    width: 100%;
    min-width: 0rem;
    padding: 20rem 24rem;
    font-size: 22rem;
  }

  .p-voice-single__button span {
    font-size: 26rem;
  }
}
