.a-interview {
  color: var(--color-brand-text-primary);
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.a-interview__inner {
  margin-inline: auto;
  max-width: 74.5rem;
  width: calc(100% - 3rem);
}

.a-interview__top {
  background: var(--color-brand-base);
  padding: 6rem 0 7rem;
}

.a-interview__top-inner {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 32rem minmax(0, 1fr);
  grid-template-rows: auto 1fr;
}

.a-interview__badge {
  align-items: center;
  background: var(--color-brand-accent);
  border-radius: var(--border-radius-full);
  color: var(--color-brand-base);
  display: inline-flex;
  font-size: .9375rem;
  font-weight: 700;
  grid-column: 1;
  justify-content: center;
  letter-spacing: .08em;
  line-height: 1;
  min-height: 2.25rem;
  padding: 0 1.5rem;
  width: max-content;
}

.a-interview__top-visual {
  background: var(--color-brand-accent);
  aspect-ratio: 548 / 442;
  border-radius: 1rem;
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  position: relative;
  width: 34.25rem;
}

.a-interview__top-visual picture {
  aspect-ratio: 660 / 453;
  border-radius: 1.5rem;
  display: block;
  height: auto;
  left: -8rem;
  position: absolute;
  top: -1.6875rem;
  overflow: hidden;
  width: 41.25rem;
  z-index: 1;
}

.a-interview__top-visual img {
  border-radius: 1.5rem;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.a-interview__top-copy {
  align-self: end;
  grid-column: 1;
  grid-row: 2;
}

.a-interview__page-title {
  color: var(--color-brand-text-headline);
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 4.3125rem;
}

.a-interview__page-title span {
  display: block;
  position: relative;
  width: max-content;
}

.a-interview__page-title span::after {
  background: var(--color-brand-accent);
  bottom: .125em;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.a-interview__position {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.4375rem;
  margin-top: 2rem;
}

.a-interview__name {
  color: var(--color-brand-text-headline);
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.5;
  margin-top: .25rem;
}

.a-interview__lead {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 1.75rem;
}

.a-interview__lead-pc-break {
  display: none;
}

.a-interview__story {
  background: linear-gradient(0deg, #e8f6ff 30.54%, #fff5ef 99.58%);
  padding: 12.5rem 0 7.5rem;
  position: relative;
}

.a-interview__story > .wave {
  left: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 0;
}

.a-interview__story > .wave img {
  display: block;
  width: 100%;
}

.a-interview__story > .a-interview__inner {
  position: relative;
  z-index: 1;
}

.a-interview__chapter + .a-interview__chapter {
  margin-top: 6.8rem;
}

.a-interview__chapter-label {
  align-items: center;
  color: var(--color-brand-accent);
  display: flex;
  font-size: .9375rem;
  font-weight: 600;
  gap: .625rem;
  letter-spacing: .12em;
  line-height: 1.2;
}

.a-interview__chapter-label::before {
  background: currentColor;
  content: "";
  height: 1px;
  width: 8.5rem;
}

.a-interview__chapter-heading {
  color: var(--color-brand-accent);
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 2.75rem;
  margin-top: 1.5rem;
}

.a-interview__body {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
}

.a-interview__body p + p {
  margin-top: 1.5rem;
}

.a-interview__chapter--01 .a-interview__body {
  margin-top: 2.5rem;
}

.a-interview__chapter-intro,
.a-interview__chapter-outro {
  display: grid;
  gap: clamp(2.5rem, 7vw, 6.25rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.a-interview__image {
  border-radius: 1.5rem;
  overflow: hidden;
}

.a-interview__image--product {
  align-self: start;
  aspect-ratio: 545 / 382;
}

.a-interview__image--portrait {
  align-self: center;
  aspect-ratio: 547 / 382;
}

.a-interview__image img {
  border-radius: 1.5rem;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.a-interview__chapter-intro-copy .a-interview__body {
  margin-top: 2.6rem;
}

.a-interview__voices {
  background: var(--color-brand-accent);
  border-radius: 1.75rem;
  margin-top: 4.4rem;
  padding: 2.25rem 2.5rem 2.5rem;
}

.a-interview__voices-heading {
  color: var(--color-brand-base);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.5;
  text-align: center;
}

.a-interview__voice-list {
  container-name: a-interview-voice-list;
  container-type: inline-size;
  display: grid;
  gap: 1.25rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.a-interview__voice-card {
  background: var(--color-brand-base);
  border-radius: var(--border-radius-md);
  display: block;
  min-height: 6.5625rem;
  padding: 0;
  position: relative;
}

.a-interview__voice-card-content {
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  min-height: inherit;
  padding: .75rem 1.25rem;
  width: 100%;
}

.a-interview__voice-card::after {
  border-left: .75rem solid transparent;
  border-right: .75rem solid transparent;
  border-top: .75rem solid var(--color-brand-base);
  bottom: -.6875rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.a-interview__voice-card img {
  flex: 0 0 auto;
  max-height: 4.8125rem;
  max-width: 6.75rem;
  width: auto;
}

.a-interview__voice-card p {
  color: var(--color-brand-text-headline);
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  min-width: 0;
}

.a-interview__chapter-outro {
  align-items: center;
  margin-top: 5rem;
}

.a-interview__chapter-outro .a-interview__body {
  font-size: 1rem;
}

.a-interview__banner {
  border-radius: 1rem;
  min-height: 25.5625rem;
  overflow: hidden;
  position: relative;
}

.a-interview__banner-image,
.a-interview__banner-image img {
  display: block;
  height: 100%;
  width: 100%;
}

.a-interview__banner-image img {
  height: 100%;
  object-fit: cover;
}

.a-interview__banner-copy {
  color: var(--color-brand-base);
  padding: 0;
  position: absolute;
  max-width: 34rem;
  right: clamp(1.5rem, 4vw, 4rem);
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - clamp(16rem, 42vw, 31.5rem));
  z-index: 1;
}

.a-interview__banner-copy .a-interview__chapter-label {
  color: #6f8ad5;
}

.a-interview__banner-heading {
  color: #6f8ad5;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 2.75rem;
  margin-top: 1.5rem;
}

.a-interview__banner-text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 1.5rem;
}

.a-interview__chapter-three-mobile-copy {
  display: none;
}

.a-interview__closing {
  padding-top: 6.25rem;
  text-align: center;
}

.a-interview__closing-heading {
  color: var(--color-brand-accent);
  display: block;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 2.75rem;
  margin-inline: auto;
  min-width: 0;
  position: relative;
  width: min(69.375rem, 100%);
}

.a-interview__closing-heading::after,
.a-interview__closing-heading::before {
  background: currentColor;
  content: "";
  height: 1px;
  position: absolute;
  min-width: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(10.625rem, max(0rem, calc((100% - 35rem) / 2)));
}

.a-interview__closing-heading::before {
  left: 0;
}

.a-interview__closing-heading::after {
  right: 0;
}

.a-interview__closing-break {
  display: none;
}

.a-interview__with-logo {
  display: block;
  margin: 3rem auto 0;
  width: 12.125rem;
}

.a-interview__body--closing {
  margin-top: 2.5rem;
  text-align: center;
}

.a-interview__chapter-three-mobile-break,
.a-interview-contact__sp-break {
  display: none;
}

.a-interview-contact {
  background: var(--color-brand-base);
  padding: 5.125rem 1.5rem 0;
}

.a-interview-contact__inner {
  align-items: center;
  background: var(--color-brand-accent-xs);
  border: 1px solid var(--color-brand-accent);
  border-radius: 1rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 73.6875rem;
  padding: 1.6875rem 2.5rem;
}

.a-interview-contact__title {
  color: var(--color-brand-text-headline);
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.5;
}

.a-interview-contact__details {
  color: var(--color-brand-text-primary);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: .5rem;
}

.a-interview-contact__details a {
  color: inherit;
  text-decoration: underline;
}

.a-interview-contact__button {
  align-items: center;
  background: var(--color-brand-accent);
  border-radius: var(--border-radius-full);
  color: var(--color-brand-base);
  display: inline-flex;
  flex: 0 0 13.625rem;
  font-size: .875rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3rem;
  letter-spacing: .04em;
  text-decoration: none;
}

@media screen and (min-width: 761px) {
  .a-interview__lead-pc-break {
    display: initial;
  }

  .a-interview__banner-image {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
  }

  .a-interview__banner-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .a-interview__top {
    padding: 6rem 0 5rem;
  }

  .a-interview__badge {
    letter-spacing: -.01em;
    padding: 0 1.1rem;
  }

  .a-interview__top-visual {
    margin-top: 28px;
  }

  .a-interview__position {
    margin-top: 2.4rem;
  }

  .a-interview__name {
    margin-top: .4rem;
  }

  .a-interview__lead {
    letter-spacing: .02em;
    margin-top: 1.6rem;
  }

  .a-interview__story {
    padding: 11.2rem 0 6.5rem;
  }

  .a-interview__chapter-label {
    translate: clamp(-32px, calc(22px - max(24px, calc(50vw - 596px))), -10px) 0;
  }

  .a-interview__chapter-label::before {
    height: 2px;
  }

  .a-interview__voice-list {
    gap: 1.375rem;
  }

  .a-interview__voice-card {
    border-radius: 18px;
  }

  .a-interview__voice-card-content {
    justify-content: center;
    padding: 1rem 1.6rem;
  }

  .a-interview__voice-card::after {
    bottom: 0;
    transform: translate(-50%, 60%);
  }

  .a-interview__voice-card p {
    text-align: center;
  }

  @container a-interview-voice-list (max-width: 55rem) {
    .a-interview__voice-card-content {
      align-items: center;
      flex-direction: column;
      gap: .375rem;
      justify-content: center;
      width: 100%;
    }

    .a-interview__voice-card-content p {
      max-width: 100%;
      text-align: center;
      width: 100%;
    }
  }

  .a-interview__banner {
    border-radius: 28px;
  }

  .a-interview__banner-copy {
    right: clamp(3.5rem, 8vw, 8rem);
  }

  .a-interview__closing {
    padding-top: 4.25rem;
  }

  .a-interview__with-logo {
    margin: 2rem auto 0;
  }

  .a-interview__body--closing {
    margin-top: 3.3rem;
  }

  .a-interview-contact__inner {
    padding: 1.6875rem 3.5rem 1.6875rem 2.7rem;
  }

  .a-interview__closing-heading {
    white-space: nowrap;
  }
}

@media screen and (min-width: 761px) and (max-width: 1200px) {
  .a-interview__voices-heading {
    font-size: clamp(1.25rem, 2.33vw, 1.75rem);
    line-height: clamp(2.125rem, 3.5vw, 2.625rem);
  }

  .a-interview__voice-list {
    gap: clamp(.75rem, 1.8vw, 1.375rem);
  }

  .a-interview__voice-card {
    min-width: 0;
  }

  .a-interview__voice-card-content {
    align-content: center;
    gap: clamp(.5rem, 1vw, 1rem);
    min-width: 0;
    padding: clamp(.625rem, 1.25vw, 1rem) clamp(.5rem, 1.5vw, 1.6rem);
  }

  .a-interview__voice-card img {
    max-height: clamp(3.5rem, 6vw, 4.8125rem);
    max-width: clamp(4.5rem, 9vw, 6.75rem);
  }

  .a-interview__voice-card p {
    font-size: clamp(.75rem, 1.25vw, .9375rem);
    line-height: clamp(1.5rem, 2.5vw, 1.875rem);
    max-width: 100%;
    min-width: 0;
  }

  .a-interview__banner {
    min-height: clamp(25.5625rem, calc(33rem - 8vw), 29rem);
  }

  .a-interview__banner-heading {
    font-size: clamp(1.25rem, 2.17vw, 1.625rem);
    line-height: clamp(2.125rem, 3.67vw, 2.75rem);
  }

  .a-interview__banner-text {
    font-size: clamp(.875rem, 1.33vw, 1rem);
    line-height: clamp(1.625rem, 2.5vw, 1.875rem);
  }

  .a-interview__closing-heading {
    font-size: clamp(1.125rem, 2.15vw, 1.625rem);
  }
}

@media screen and (min-width: 761px) and (max-width: 1280px) {
  .a-interview__top-inner {
    gap: clamp(1.5rem, 3vw, 3rem);
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  }

  .a-interview__top-copy,
  .a-interview__top-visual {
    min-width: 0;
  }

  .a-interview__top-visual {
    align-self: start;
    aspect-ratio: 676 / 469;
    background: transparent;
    height: auto;
    width: 100%;
  }

  .a-interview__top-visual::after {
    aspect-ratio: 548 / 442;
    background: var(--color-brand-accent);
    border-radius: 1rem;
    bottom: 0;
    content: "";
    height: auto;
    position: absolute;
    right: 0;
    width: 81.07%;
    z-index: 0;
  }

  .a-interview__top-visual picture {
    aspect-ratio: 660 / 453;
    height: auto;
    left: 0;
    top: 0;
    width: 97.63%;
  }

  .a-interview__page-title {
    font-size: clamp(1.75rem, 3.5vw, 2.625rem);
    max-width: 100%;
  }

  .a-interview__page-title span {
    max-width: 100%;
    width: fit-content;
  }
}

@media screen and (max-width: 760px) {
  .a-interview__inner {
    max-width: 31.25rem;
    width: calc(100% - 2.75rem);
  }

  .a-interview__top {
    padding: 2.75rem 0 .9375rem;
  }

  .a-interview__top-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .a-interview__badge {
    font-size: .8125rem;
    min-height: 1.75rem;
    padding: 0 1.5rem;
    width: max-content;
  }

  .a-interview__top-visual {
    align-self: stretch;
    aspect-ratio: 346 / 240;
    background: transparent;
    height: auto;
    max-width: none;
    order: 2;
    width: 100%;
    margin-top: 1.4375rem;
  }

  .a-interview__top-visual::after {
    aspect-ratio: 227 / 240;
    background: var(--color-brand-accent);
    border-radius: 1rem;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
  }

  .a-interview__top-visual picture {
    aspect-ratio: 338 / 240;
    height: auto;
    left: 0;
    max-width: 100%;
    top: -.5rem;
    width: calc(100% - .5rem);
  }

  .a-interview__top-visual img {
    height: 100%;
    width: 100%;
  }

  .a-interview__top-copy {
    display: contents;
  }

  .a-interview__page-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 3.1875rem;
    margin-top: 1.9375rem;
    order: 3;
  }

  .a-interview__page-title span::after {
    height: 2px;
  }

  .a-interview__position {
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.4375rem;
    margin-top: 1.3125rem;
    order: 4;
  }

  .a-interview__name {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin-top: .375rem;
    order: 5;
  }

  .a-interview__lead {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 1.5rem;
    order: 6;
    text-align: justify;
  }

  .a-interview__story {
    padding: 6.5rem 0 4.5625rem;
  }

  .a-interview__story > .wave {
    top: -1px;
  }

  .a-interview__chapter + .a-interview__chapter {
    margin-top: 5.625rem;
  }

  .a-interview__chapter + .a-interview__chapter--02 {
    margin-top: 5.1875rem;
  }

  .a-interview__chapter-label {
    font-size: .8125rem;
    font-weight: 600;
    gap: .625rem;
    margin-bottom: 1.5rem;
  }

  .a-interview__chapter-label::before {
    width: 4.5rem;
  }

  .a-interview__chapter-heading {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.25rem;
    margin-top: 0;
  }

  .a-interview__body {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    text-align: justify;
  }

  .a-interview__body p + p {
    margin-top: 1.25rem;
  }

  .a-interview__chapter--01 .a-interview__body {
    margin-top: 1.25rem;
  }

  .a-interview__chapter-intro,
  .a-interview__chapter-outro {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .a-interview__chapter-intro-copy {
    display: contents;
  }

  .a-interview__chapter-intro .a-interview__chapter-label {
    order: 1;
  }

  .a-interview__chapter-intro .a-interview__chapter-heading {
    margin-bottom: 1.875rem;
    order: 2;
  }

  .a-interview__chapter-intro .a-interview__image,
  .a-interview__chapter-outro .a-interview__image {
    aspect-ratio: 346 / 200;
    height: auto;
    width: 100%;
  }

  .a-interview__chapter-intro .a-interview__image {
    margin-bottom: 2.5rem;
    order: 3;
  }

  .a-interview__chapter-intro .a-interview__image img,
  .a-interview__chapter-outro .a-interview__image img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
  }

  .a-interview__chapter-intro .a-interview__body {
    margin-top: 0;
    order: 4;
  }

  .a-interview__voices {
    margin-top: 2rem;
    padding: 1.4375rem 24px 2.125rem;
  }

  .a-interview__voices-heading {
    height: 4.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 2.125rem;
  }

  .a-interview__voices-heading span {
    font-size: 0;
  }

  .a-interview__voices-heading span::after {
    content: "当時、寄せられていた\A お客様の切実なお声";
    font-size: 1.25rem;
    line-height: 2.125rem;
    white-space: pre;
  }

  .a-interview__voice-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .a-interview__voice-card {
    min-height: 5.1875rem;
  }

  .a-interview__voice-card-content {
    flex-wrap: nowrap;
    gap: .625rem;
    justify-content: center;
    padding: .7rem .75rem;
  }

  .a-interview__voice-card::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .a-interview__voice-card img {
    flex: 0 0 5rem;
    height: 4rem;
    max-height: none;
    max-width: none;
    object-fit: contain;
    width: 5rem;
  }

  .a-interview__voice-card p {
    font-size: .8125rem;
    font-weight: 700;
    line-height: 23.768px;
    text-align: center;
  }

  .a-interview__chapter-outro {
    gap: 2rem;
    margin-top: 2.5rem;
  }

  .a-interview__chapter-outro .a-interview__body {
    font-size: .9375rem;
  }

  .a-interview__banner {
    border-radius: 1rem;
    min-height: 0;
  }

  .a-interview__banner-copy {
    display: none;
  }

  .a-interview__banner-image img {
    height: auto;
  }

  .a-interview__chapter--03 {
    display: flex;
    flex-direction: column;
  }

  .a-interview__chapter--03 .a-interview__banner {
    margin-top: 2.5rem;
    order: 3;
  }

  .a-interview__chapter-three-mobile-copy {
    display: contents;
  }

  .a-interview__chapter-three-mobile-copy .a-interview__chapter-label {
    order: 1;
  }

  .a-interview__chapter-three-mobile-copy .a-interview__chapter-heading {
    order: 2;
  }

  .a-interview__chapter-three-mobile-copy .a-interview__chapter-label,
  .a-interview__chapter-three-mobile-copy .a-interview__chapter-heading {
    color: #6f8ad5;
  }

  .a-interview__chapter-three-mobile-copy .a-interview__body {
    margin-top: 2.5rem;
    order: 4;
  }

  .a-interview__chapter--03 .a-interview__closing {
    order: 5;
  }

  .a-interview__closing {
    padding-top: 2.25rem;
  }

  .a-interview__closing-heading {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 2.5rem;
  }

  .a-interview__closing-break {
    display: block;
  }

  .a-interview__closing-heading::after,
  .a-interview__closing-heading::before {
    display: none;
  }

  .a-interview__with-logo {
    margin-top: 1.1875rem;
    width: 7.5rem;
  }

  .a-interview__body--closing {
    margin-top: 2.625rem;
    text-align: justify;
  }

  .a-interview__chapter-three-mobile-break,
  .a-interview-contact__sp-break {
    display: initial;
  }

  .a-interview-contact {
    padding: 2.8125rem 1.375rem 0;
  }

  .a-interview-contact__inner {
    box-sizing: border-box;
    display: block;
    min-height: 16.6875rem;
    padding: 1.25rem 1rem 2.5rem;
    text-align: center;
  }

  .a-interview-contact__title {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }

  .a-interview-contact__details {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.625rem;
  }

  .a-interview-contact__button {
    font-size: .875rem;
    font-weight: 700;
    margin-top: 1.5625rem;
    min-height: 3rem;
    width: 13.625rem;
  }
}
